/* 
Azul : 273ff6
naranja : ff6600
*/

@font-face {
    font-family: "montserrat";
    src: url('./fonts/MONTSERRAT-VARIABLEFONT_WGHT.TTF');
}

body{
    background-color: white;
    font-family: "montserrat";
}

.txt-blue{
    color: #273ff6;
}

.txt-orange{
    color: #ff6600;
}

.txt-white{
    color: #FFFFFf;
}

.txt-size-22{
    font-size: 22px;
}

.fondo-nosotros{
    background-image: url('./img/nosotros/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.valores{
    color: white;
}

.valores h3{
    font-weight: 600;
}


.fondo-uno{
    background-image: url("./img/ICONS/fondo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
}

.navbar-primary{
    background-color: #ffffff; 
    color:  white;
}

.navbar-primary a{
    color:  #006699;
    font-weight: 600;
}

.navbar-primary .navbar-brand{
    font-weight: 700;
}

.list-ofrecemos li{
    list-style: url("./img/marca-de-verificacion.png");
    margin-top: 15px;
}

.title-seguro-gratiuto{
    font-weight: 700; 
    font-size: 6em;
}


.landing-uno-web{
    display: block;
}

.landing-uno-mobil{
    display: none;
}

.landing-dos-web{
    display: block;
}

.landing-dos-mobil{
    display: none;
}

.bg-inscribete{
    background-image: url('./img/web/banner-requisitos-para-web.png'); 
    background-repeat: no-repeat; 
    background-size: 100%; 
    height: 400px;
}

.title-inscribete-uno-sub{
    font-size: 1.8em;     
}

.box-requisitos{
    width: 60%; 
    margin: auto; 
    color: #273ff6;
}

.title-inscribete-uno{
    font-size: 2em
}

.linea-uno{
    width: 83%;
    height: 10px;
    background: #ff6600;
    margin-left: 16%;
    margin-top: 3.5%;
    position: absolute;
}

.ofrecemos h3{
    font-size: 2.5em;
    margin-top: 14%;
    font-weight: 700;
}

.ofrecemos small{
    font-size: 18px;
    font-weight: 400;
    margin-top: -5% !important;
}

.title-nosotros-nuestro-objetivo{
    font-weight: 700; 
    font-size: 5em;
}

.card-requisitos-inscribete{
    font-size: 22px;
    color: white;
    font-weight: 400; height: 200px;
}

@media (max-width: 600px) {

    .fondo-uno{
        background-image: url("./img/ICONS/fondo-resp.png");
        background-repeat: no-repeat;        
        background-position: center center;                 
        background-size: cover;
    }

    .fondo-nosotros{
        background-image: url('./img/ICONS/fondo-resp-2.png');        
        background-repeat: no-repeat;        
        background-position: center center;                 
        background-size: cover;
    }

    .title-seguro-gratiuto{
        font-weight: 700; 
        font-size: 6em;
    }   

    .landing-uno-web{
        display: none;
    }

    .landing-uno-mobil{
        display: block;
    }

    .landing-dos-web{
        display: none;
    }

    .landing-dos-mobil{
        display: block;
    }

    .bg-inscribete{        
        height: 100px;
    }

    .title-inscribete-uno-sub{
        font-size: 1.6em; 
        margin-top: -1%;
    }

    .box-requisitos{
        width: 90%; 
    }

    .title-inscribete-uno{
        font-size: 1.7em
    }

    .linea-uno{
        width: 83%;
        height: 10px;
        background: #ff6600;
        margin-left: 13%;
        margin-top: 21.5%;
        position: absolute;
    }

    .title-nosotros-nuestro-objetivo{
        font-weight: 700; 
        font-size: 3.5em;
    }

    .card-requisitos-inscribete{
        font-size: 22px;
        color: white;
        font-weight: 400; 
        height: 400px;
    }
}