body {
    background-image: url(../img/bg-banner.png);
    background-size: cover;
    background-repeat: no repeat;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Lato';
    src: url('../Fonts/Lato-Regular.ttf');
}

.lato {
    font-family: "Lato", sans-serif;
}

@font-face {
    font-family: 'montserrat-extrabold';
    src: url('../fonts/Montserrat-ExtraBold.ttf');
}

.montserrat-extrabold {
    font-family: "montserrat-extrabold", sans-serif;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

.montserrat-regular {
    font-family: "montserrat-regular", sans-serif;
}


@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}

.montserrat-bold {
    font-family: "montserrat-bold", sans-serif;
}





.fondo-azul {
    background-color: rgba(14, 59, 95, .02);
}

.fondo-footer {
    background-color: #0E3B5F;
}

.fondo-info {
    background-image: url(../img/bg-banner.png);
    background-size: cover;
    background-repeat: no repeat;
    height: 180vh;

}

.fondo-info-reg {
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg-banner.png);
    background-size: cover;
    background-repeat: no repeat;
    padding: 0;
}

form {
    background-color: rgba(0, 0, 0, .1);
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}



.transparencia {
    background-color: rgba(14, 59, 95, .8);
}

.fondo-transparencia {
    background-image: url(../img/fondo-transparencia.png);
    background-repeat: no-repeat;
}

ul li {
    list-style: none;
    margin-left: 25%;
}

b {
    color: #ed7615;
}

.bene {
    margin-left: 10%;
    font-size: 20px !important;
}

.s-container {
    height: 100vh;
}

.p-linea {
    line-height: 1px;
}

.s-titulo {
    font-size: 60px !important;
}

.s-titulo-sm {
    font-size: 35px !important;
}

.s-titulo-xsm {
    font-size: 21px !important;

}

.s-titulo-md {
    font-size: 80px !important;
    font-weight: 600;

}

.text-alternativo {
    color: #f2a54a;
}

.text-fff {
    color: #fff;
}

.parrafo {
    letter-spacing: 2px;
}

/* nuevos estilos */

.logos-sol img {
    width: 40%;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* altura de pie de página */
}

.fondo-footer-light {
    background-color: rgba(128, 128, 128, .05);
}

.bg-marino {
    background-color: #0E3B5F;
}

span {
    font-weight: lighter;

}

input::placeholder {
    font-size: 16px;
    color: #dadade !important;
}


.success {
    position: absolute;
    top: 50px;
    color: #00c83c;
    font-size: 10px;
    margin-left: auto;
}

.error {
    position: absolute;
    top: 50px;
    color: #E02D00;
    font-size: 18px;
}

.terminos {
    font-size: .7rem;
}




.info {
    background-color: #d8d4d1;
}

.info p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.info ul li {
    font-size: 1.5rem;
}

.cta h2 {
    font-size: 3rem;
    text-align: center;
    font-family: "montserrat-bold", sans-serif;
    margin-bottom: 20px;
}

.bg-cta {
    background-color: #ed7615;
}

.cta h3 {
    color: #fff;
}

.cont-hr {
    width: 100%;
    background-color: #fff;
    height: 1px;
    border: none;
}

#whatsapp {
    width: 30%;
    position: fixed;
    top: 83%;
    right: 0px;
    left: 78%;
    padding: 0;
}

/* Botones Social Media */

.box-social {
    width: 140px;
    height: 228px;
    position: fixed;
    bottom: 35px;
    right: 10px;
    transform: translateY(0%);
}

.box-social-item {
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #eb7615;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    bottom: 10px;
    left: 10px;
    transition: all .3s ease;
}

.box-social-item i {
    font-size: 25px;
}

.box-social-item:hover {
    background: #eb7615;
    color: white;
}

#box-social-btn {
    z-index: 10;
}

.box-social-item:nth-child(1) {
    bottom: 0%;
    width: 70px;
    height: 70px;
}

.menu-activo .box-social-item:nth-child(1) {
    transform: rotate(360deg);
    color: #fff;
    background: rgba(255, 87, 34, .6);
}

.menu-activo .box-social-item:nth-child(2) {
    transform: translate(-12px, -75px);
}

.menu-activo .box-social-item:nth-child(3) {
    transform: translate(-63px, -49px);
}

.menu-activo .box-social-item:nth-child(4) {
    transform: translate(-90px, 5px);
}

.menu-activo .box-social-item:nth-child(5) {
    transform: translate(90px, -84px);
}

.menu-activo .box-social-item:nth-child(6) {
    transform: translate(98px, -43px);
}

.menu-activo .box-social-item:nth-child(7) {
    transform: translateX(100px);
}


.ratio-16x9 {
    @include media-breakpoint-up(md) {
        --bs-aspect-ratio: 50%; // 2x1
    }
}




@media(max-width:1400px) {
    .s-container {
        height: 100%;
    }

}

@media(max-width:1000px) {

    .formulario form {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    #soluciones {
        display: none;
    }

    ul li {
        padding: 10px;
    }
}

@media (max-width: 550px) {
    .box-social {
        bottom: 115px;
    }

    .s-titulo-md {
        font-size: 4rem !important;
        font-weight: bold;
    }

    .s-titulo-sm {
        font-size: 2rem !important;
    }

    .text-secondary {
        font-size: .7rem !important;
    }
}