/**
 * ---------------------------------
 *               ULTRA              
 * ---------------------------------
 * Autor: Alexander Aceves <aaceves@ultrasolutions.com.mx>
 * Fecha:
 * Descripción:
 * 
 */
@font-face {
    font-family: 'Moranga';
    src: url('/fonts/moranga.woff') format('woff');
    font-weight: 900;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
    min-width: 100%;
}

.cintilla {
    background: #070605;
    color: #FFF;
    padding: 9px 0px;
    text-align: center;
}

.cintilla p {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin: 0px;
}

.navbar-nav .nav-link {
    color: #FA63A6;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-left: 35px;
}

.navbar-nav .nav-link.btn {
    font-size: 12px;
    background: #FA63A6;
    color: #FFF;
    border-color: #FA63A6;
    padding: 7px 30px;
}

.navbar-brand img {
    width: 70%;
}

.icon-mobile-menu {
    color: #FA63A6;
    font-size: 30px;
}

.offcanvas_menu {
    background: #FA63A6;
}

.menu-mobil-item {
    padding: 15px 0px;
}

.menu-mobil-item-link {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
}

.menu-mobil-item-btn {
    background: #FFF;
    border-color: #FFF;
    color: #FA58A1;
}

.menu-mobil-item-btn:focus {
    background: #FFF;
    border-color: #FFF;
    color: #FA58A1;
    box-shadow: none !important;
}

.colophone {
    background: #FA58A1;
}

.colophone__brand {
    width: 25%;
}

.colophone__description {
    color: #FFF;
    font-size: 14px;
    margin-top: 20px;
}

.colophone__item {
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
    margin: 0px;
    text-align: center !important;
}

.colophone__item a {
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
}

.colophone__item a i {
    font-size: 30px;
}

.colophone__sign {
    margin: 0px;
    color: #FFF;
    font-size: 12px;
    margin-top: 45px;
    font-weight: 300;
}

.colophone__sign a {
    text-decoration: none;
    color: #FFF
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: none !important;
}

.banner {
    background: url(/images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
}

.banner__caption h1 {
    color: #FFF;
    font-weight: 700;
    font-size: 80px;
    font-family: 'Moranga', sans-serif;
    line-height: 0.9;
}

.banner__caption p {
    font-weight: 300;
    color: #FFF;
}

.btn {
    padding: 7px 30px;
}

.btn-primary {
    color: #fff;
    background-color: #FA58A1;
    border-color: #FA58A1;
    font-size: 14px;
    font-weight: 300;
}

.btn-white {
    color: #FA58A1;
    background-color: #FFF;
    border-color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FA58A1;
    border-color: #FA58A1;
    font-size: 14px;
    font-weight: 300;
}

.btn-primary:active {
    color: #fff;
    background-color: #FA58A1;
    border-color: #FA58A1;
    font-size: 14px;
    font-weight: 300;
}

.section h1 {
    font-family: 'Moranga', sans-serif;
    color: #FA58A1;
    font-size: 45px;
}

.section h2 {
    font-family: 'Moranga', sans-serif;
    color: #FA58A1;
    font-size: 38px;
}

.section p {
    font-weight: 300;
    font-size: 15px;
    color: #FA58A1;
}

.section p b {
    font-weight: 600;
    font-size: 12px;
    color: #FA58A1;
}

.form-control {
    background: #EFEFEF;
    border: none;
    font-weight: 300;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

.form-control:focus {
    background: #EFEFEF;
    border: none;
    box-shadow: none;
}

label.error {
    color: red;
    font-weight: 300;
    font-size: 12px;
}

.images_brand {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 100%;
    grid-gap: 0.5rem;
}

.images_brand .image {
    position: relative;
    padding-bottom: 100%;
}

.images_brand .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}


@media only screen and (min-width: 576px) {}

@media only screen and (min-width: 768px) {}


@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1400px) {}

@media only screen and (min-width: 1920px) {}