@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.bk-negro {
    background: #000;
}

.menu {
    display: none;
}

label.error {
    color: red;
}

.font-bold2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 700;
}

.font-bold {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    height: 45px;
    color: #fff;
    font-weight: 700;
}

.padding-y-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.titulo-form {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: white;
    padding-bottom: 10px;
    font-weight: 700;
}

.p-y-banner2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.telefonos {
    color: white;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

a.telefonos {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.color-amarillo {
    color: #ea9d04;
}

.bk-formulario {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 30px;
}

.formulario {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.label-form {
    font-family: "Montserrat", sans-serif;
    height: 45px;
    width: 100%;
    padding: 15px;
    font-weight: 600;
}

.areatext-form {
    font-family: "Montserrat", sans-serif;
    height: 105px;
    width: 100%;
    padding: 15px;
    font-weight: 700;
}

.btn-fromulario {
    background-color: #000;
    color: white;
    font-family: "Montserrat", sans-serif;
    height: 50px;
    width: 100%;
    border: 1px solid #000;
    font-weight: 600;
}

.bk-header {
    background-color: black;
}

.logo-ssl {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 100px;
    width: 180px;
}

.texto-banner {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.bk-slider {
    height: 800px;
    background-image: url("../img/solution-turnos-img/fondo-slider-turnos.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: top;
}

.titulo-banner {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
}

.titulo-servicios {
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    color: #fff;
    font-weight: 400;
}

.tiutlo-blanco {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    line-height: 46px;
}

.titulo-grande {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
}

.texto-grande {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 44px;
    padding-top:20px;
    font-weight: 400;
}

.titulo-blanco {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    line-height: 55px;
    color: white;
    font-weight: 400;
}

.texto-servicios {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

.btn-servicios {
    background-color: #000;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    height: auto;
    width: 50%;
    border: 1px solid #000;
    border-radius: 20px;
    font-weight: 400;
}

.sub-texto {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    line-height: 37px;
}

/*  */
.btn-servicios2 {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 30px;
    height: auto;
    width: 50%;
    border: 1px solid #fff;
    border-radius: 20px;
}

.btn-servicios2 a {
    text-decoration: none;
    color: #fff;
}

.btn-servicios2:hover {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #a5a5a5;
}

.padding-t-80 {
    padding-top: 80px;
}

/* // */

.btn-servicios a {
    text-decoration: none;
    color: white;
}

.btn-servicios:hover {
    text-decoration: none;
    color: white;
    background-color: #3f3f3f;
}

.bk-banner2 {
    margin-bottom: -185px;
    background: rgb(255, 255, 255);
    background: linear-gradient(153deg,
            rgba(255, 255, 255, 1) 51%,
            rgba(255, 222, 187, 1) 87%);
}

.text-banner2 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}

.img-mujer-menu {
    width: 100%;
}

.margin-menos-90 {
    margin-top: -90px;
}

.bk-banner3 {
    background: #000;
    margin-top: -440px;
}

.col-md-4.none-padding {
    padding: 0px;
}

.col-xl-4.none-padding {
    padding: 0px;
}

.titulo-banner3 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

.texto-banner3 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 44px;
    font-weight: 400;
}

.text-servicios2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.bk-banner4 {
    background: #000;
}

.titulo-banner-4 {
    color: #fff;
    font-size: 68px;
    font-weight: 700;
}

.titulo-banner-4-2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}

.texto-banner-4 {
    color: #fff;
    font-size: 24px;
}

.bk-banner4-text {
    display: flex;
    align-items: center;
    margin-left: 90px;
    height: 554px;
    margin-top: -485px;
    background: rgb(255, 255, 255);
    background: linear-gradient(321deg,
            rgba(255, 255, 255, 1) 51%,
            rgba(255, 222, 187, 1) 87%);
}

.banner4-text {
    margin-left: 50px;
    margin-right: 70px;
    color: white;
}

.titulo-banner4 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    line-height: 59px;
    font-weight: 400;
    color: #000;
}

.texto-banner4 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
}

.bk-banner6 {
    background-image: url("../img/solution-turnos-img/SSL_PROBLEMAWARE_IMG3.jpg");
    background-size: cover;
    background-position: center;
}

.bk-banner6-text {
    display: flex;
    align-items: center;
    margin-left: 90px;
    background: #000000d3;
    height: 600px;
}

.titulo-banner6 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}

.texto-banner6 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
}

.text-banner5 {
    padding-top: 10px;
    font-size: 34px;
    font-weight: 600;
}

.titulo-banner5 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 30px;
    font-weight: 400;
}

.bk-graficar {
    background: rgb(239, 201, 208);
    background: linear-gradient(45deg,
            rgba(239, 201, 208, 1) 4%,
            rgba(249, 234, 222, 1) 37%,
            rgba(255, 255, 255, 1) 61%,
            rgba(255, 255, 255, 1) 100%);
}

.col-md-6.none-padding {
    padding: 0px;
}

.col-xl-6.none-padding {
    padding: 0px;
}

.bk-footer {
    background-color: #000;
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.logo-ssl-footer {
    width: 180px;
    padding-bottom: 15px;
}

.footer-texto {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-align: justify;
    font-weight: 400;
}

.div-hidden {
    height: 500px;
}

@media screen and (max-width: 1399px) {

    .bk-banner3 {
        background: #000;
        margin-top: -300px;
    }

    .div-hidden {
        height: 400px;
    }

    .bk-banner4-text {
        display: flex;
        align-items: center;
        margin-left: 90px;
        height: 525px;
        margin-top: -486px;
        background: rgb(255, 255, 255);
        background: linear-gradient(321deg,
                rgba(255, 255, 255, 1) 51%,
                rgba(255, 222, 187, 1) 87%);
    }

    .titulo-banner4 {
        font-family: "Montserrat", sans-serif;
        font-size: 44px;
        line-height: 47px;
        font-weight: 600;
        color: #000;
        font-weight: 400;
    }

    .titulo-banner3 {
        font-family: "Montserrat", sans-serif;
        font-size: 38px;
        line-height: 50px;
        font-weight: 600;
    }

    .texto-banner3 {
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        line-height: 37px;
        font-weight: 400;
    }
}

@media screen and (max-width: 1199px) {

    .titulo-grande {
        font-family: "Montserrat", sans-serif;
        font-size: 41px;
        font-weight: 400;
        line-height: 45px;
    }

    .texto-grande {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 29px;
    padding-top: 10px; 
    padding-bottom: 0px; 
    font-weight: 400;
}

    .titulo-banner-4 {
        color: #fff;
        font-size: 58px;
        font-weight: 700;
    }

    .titulo-banner-4-2 {
        color: #fff;
        font-size: 34px;
        font-weight: 700;
    }

    .texto-banner-4 {
        color: #fff;
        font-size: 18px;
    }

    .div-hidden {
        height: 300px;
    }

    .bk-banner4-text {
        display: flex;
        align-items: center;
        margin-left: 56px;
        height: 464px;
        margin-top: -423px;
        background: rgb(255, 255, 255);
        background: linear-gradient(321deg,
                rgba(255, 255, 255, 1) 51%,
                rgba(255, 222, 187, 1) 87%);
    }

    .titulo-banner4 {
        font-family: "Montserrat", sans-serif;
        font-size: 45px;
        line-height: 42px;
        color: #000;
        font-weight: 400;
    }

    .banner4-text {
        margin-left: 33px;
        margin-right: 70px;
        color: white;
    }

    .titulo-banner3 {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        line-height: 38px;
        font-weight: 600;
    }

    .texto-banner3 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        line-height: 25px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-weight: 400;
    }

    .bk-banner3 {
        background: #000;
        margin-top: -160px;
        height: 200px;
        padding: 20px !important;
    }
}

@media screen and (max-width: 1062px) {
    .bk-formulario {
        margin-top: 60px;
        margin-bottom: 60px;
        margin-left: 0px;
        margin-right: 0px;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 30px;
    }

    .titulo-banner {
        font-family: "Montserrat", sans-serif;
        font-size: 50px;
        line-height: 59px;
        font-weight: 700;
    }

    .bk-banner3 {
        background: #000;
        margin-top: -160px;
        height: 200px;
        padding: 20px !important;
    }

    .logo-ssl {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 27px;
        width: 140px;
    }

    .texto-banner {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 25px;
        line-height: 32px;
        font-weight: 400;
    }

    .titulo-servicios {
        font-family: "Montserrat", sans-serif;
        font-size: 44px;
        line-height: 49px;
        font-weight: 400;
    }

    .titulo-banner4 {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        line-height: 40px;
        color: #000;
        font-weight: 400;
    }

    .font-bold2 {
        font-family: "Montserrat", sans-serif;
        font-size: 42px;
        font-weight: 700;
    }

    .texto-banner4 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
    }

    .titulo-banner5 {
        font-family: "Montserrat", sans-serif;
        font-size: 42px;
        line-height: 55px;
        padding-bottom: 30px;
        font-weight: 400;
    }

    .text-banner5 {
        padding-top: 10px;
        font-size: 26px;
        font-weight: 600;
    }
}

@media screen and (max-width: 970px) {
    .bk-banner3 {
        background: #000;
        margin-top: 0px;
        padding: 30px !important;
    }

    .div-hidden {
        height: 200px;
    }

    .bk-banner4-text {
        display: flex;
        align-items: center;
        margin-left: 56px;
        height: 340px;
        margin-top: -312px;
        background: rgb(255, 255, 255);
        background: linear-gradient(321deg,
                rgba(255, 255, 255, 1) 51%,
                rgba(255, 222, 187, 1) 87%);
    }
}

@media screen and (max-width: 991px) {

    .titulo-grande {
        font-family: "Montserrat", sans-serif;
        font-size: 29px;
        line-height: 31px;
        font-weight: 400;
    }

    .texto-grande {
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-size: 16px;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 0px;
        font-weight: 400;
    }

    .bk-banner3 {
        background: #000;
        margin-top: -30px;
        padding: 30px !important;
        height: 120px;
    }

    .bk-banner4-text {
        display: flex;
        align-items: center;
        margin-left: 0px !important;
        height: 180px;
        margin-top: 0px !important;
        width: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(321deg,
                rgba(255, 255, 255, 1) 51%,
                rgba(255, 222, 187, 1) 87%);
    }

    .banner4-text {
        margin-left: 35px;
        margin-right: 23px;
        color: white;
    }

    .titulo-banner4 {
        font-family: "Montserrat", sans-serif;
        font-size: 26px;
        line-height: 40px;
        font-weight: 400;
        color: #000;
    }
}

@media screen and (max-width: 839px) {
    .telefonos {
        color: white;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    }

    .titulo-banner4 {
        font-family: "Montserrat", sans-serif;
        font-size: 48px !important;
        line-height: 50px !important;
        color: #000;
        font-weight: 400;
    }
}

@media screen and (max-width: 768px) {

    .bk-banner2 {
        margin-bottom: 0px;
        background: rgb(255, 255, 255);
        background: linear-gradient(153deg,
                rgba(255, 255, 255, 1) 51%,
                rgba(255, 222, 187, 1) 87%);
    }

    .bk-banner3 {
        background: #000;
        margin-top: -2px;
        padding: 14px !important;
        height: 160px;
    }

    .titulo-grande {
        padding-top: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 38px;
        line-height: 45px;
        font-weight: 400;
    }

    .texto-grande {
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-size: 24px;
        line-height: 28px;
        padding-top: 19px;
        padding-bottom: 0px;
        font-weight: 400;
    }

    .bk-banner6-text {
        display: flex;
        align-items: center;
        margin-left: 0px;
        background: #000000d3;
        height: 600px;
    }

    .texto-banner3 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        line-height: 25px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-weight: 400;
    }

    .bk-formulario {
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 30px;
    }

    .menu {
        display: block;
        cursor: pointer;
    }

    .menu .linea {
        width: 30px;
        height: 3px;
        background-color: white;
        margin: 5px 0;
    }

    .barra {
        height: 0px;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background: #000;
        overflow: hidden;
    }

    .barra.active {
        height: 150px;
    }

    .barra a {
        display: block;
        width: fit-content;
        margin: 30px auto 0 auto;
        text-align: center;
        opacity: 0;
    }

    .barra.active a {
        opacity: 1;
    }

    .logo-ssl {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 40px;
        width: 130px;
    }

    .titulo-banner {
        font-family: "Montserrat", sans-serif;
        font-size: 35px;
        line-height: 42px;
        padding-top: 50px;
        font-weight: 700;
    }

    .texto-banner {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        line-height: 32px;
        font-weight: 400;
    }

    .bk-slider {
        height: auto;
        background-image: url("../img/solution-turnos-img/fondo-slider-turnos.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

    .titulo-servicios {
        font-family: "Montserrat", sans-serif;
        font-size: 34px;
        line-height: 40px;
        font-weight: 400;
    }

    .texto-servicios {
        font-family: "Montserrat", sans-serif;
        font-size: 23px;
        line-height: 30px;
        font-weight: 700;
    }

    .text-banner2 {
        color: white;
        font-family: "Montserrat", sans-serif;
        font-size: 31px;
        line-height: 38px;
        font-weight: 400;
    }

    .font-bold2 {
        font-family: "Montserrat", sans-serif;
        font-size: 28px;
        font-weight: 700;
    }

    .titulo-banner4 {
        font-family: "Montserrat", sans-serif;
        font-size: 35px !important;
        line-height: 34px !important;
        font-weight: 400;
        color: #000;
    }

    .bk-banner4-text {
        display: flex;
        align-items: center;
        margin-left: 0px !important;
        height: 160px;
        margin-top: 0px !important;
        width: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(321deg,
                rgba(255, 255, 255, 1) 51%,
                rgba(255, 222, 187, 1) 87%);
    }

    .titulo-banner5 {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        line-height: 34px;
        padding-bottom: 30px;
        font-weight: 400;
    }

    .btn-servicios {
        background-color: #000;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        height: auto;
        width: 80%;
        border: 1px solid #000;
        border-radius: 13px;
        font-weight: 400;
    }

    .btn-servicios2 {
        background-color: #000;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        height: auto;
        width: 80%;
        border: 1px solid #fff;
        border-radius: 13px;
        font-weight: 400;
    }
}

@media screen and (max-width: 487px) {
    .texto-banner3 {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        line-height: 25px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-weight: 400;
    }

    .titulo-banner-4 {
        color: #fff;
        font-size: 42px !important;
        font-weight: 700;
    }

    .titulo-banner-4-2 {
        color: #fff;
        font-size: 27px !important;
        font-weight: 700;
    }

    .texto-banner-4 {
        color: #fff;
        font-size: 14px !important;
    }
}