/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Resets */
.img-fluid {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^='col-'],
.row.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

section.noPadding {
    padding: 0em 0;
}

/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-display: swap;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

p,
li,
label {
    font-size: 1em;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.smallTxt {
    font-size: 0.7em;
    text-align: left;
}

/* links */
a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #FE4912 !important;
}



/* Buttons */
.btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    padding: 0.8em 1.3em !important;
    text-decoration: none;
    transition: color 0.4s, border 0.3s;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    text-transform: none !important;
    -webkit-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    border-radius: 0.4em;
}

.titleSnipet{
    display: none;
}
/* inicio landing page */

 /*Headers*/

    /* Esta clase pinta cada label para diferenciar uno del otro*/
    label{
        background-color: rgb(247, 247, 247);
    }

    header{
        background-color: #003C71;
    }

    header .logo{
        max-width: 300px;
        width: 100%;
    }

    header .cta_header{
        /* contolamos tamanio del cta */
        display: inline-block;
        max-width: 200px;
        width: 100%;
        padding: .5em;

        /* controlamos el estilo del cta */
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .9em;
        border-radius: 1.5em;
        background-color: #DFDFDF;
        border: 1px solid #000;
        color: gray;
        transition: .3s ease;
    }

    header .cta_header:hover{
        background-color: #000;
        color: #fff !important;
    }

    .nav-link{
        font-size: .9em;
        text-decoration: underline;
    }

    .nav-link:hover{
        color: #000 !important;
    }




    /*Responsive headers*/

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

        header.cs-nav-003 .logo{
            margin: 0 auto;
        }

        header.cs-nav-003 .cta_header{
            max-width: 150px;
            padding: .2em;

            margin: 1em auto 0 auto;
        }
    }

/*Hero Banners*/

/* Esta clase pinta cada label para diferenciar uno del otro*/
label {
    background-color: rgb(255, 255, 255);
}

/*CS-HERO-002*/
.cs-hero-002 {
    min-height: 100vh;
    /* cambiamos el backgroun image en el atributo URL */
    background-image: url(https://fakeimg.pl/1920x1080/);
    background-size: cover;
    background-position: center center;
}

/*Quitar las propiedades si es que no se necesita el BG*/




/*CS-HERO-003*/

.cs-hero-003{
    min-height: 100vh;
    background-color: #fff;
    padding-left: 1em;
}

.cs-hero-003 .img-fluid{
    /*Controlamos el tamaño de la imagen*/
    max-width: 400px;
    width: 100%;
}




/* BTN FORM */

.bg-content{
    background-color: #e6e6e6;
}


 .btn_form {
    /* contolamos tamanio del cta */
    display: inline-block;
    max-width: 200px;
    width: 100%;
    padding: .5em;

    /* controlamos el estilo del cta */
    text-align: center;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-size: .9em;
    border-radius: 1.5em;
    background-color: #DFDFDF;
    border: 1px solid #000;
    color: rgb(0, 0, 0);
    transition: .3s ease;
}

 .btn_form:hover {
    /* controlamos el cambio de color hover */
    background-color: #000;
    color: #fff !important;
}





/* LABEL FORM */
.label_input{
    background-color: transparent !important;
    font-size: 1em;
}

.form-check-label{
    background-color: transparent !important;
    font-size: 1em;
    position: relative;
    bottom: 0px;
}







/*Responsive footer*/

@media only screen and (max-width: 650px){
    .cs-form-002 .form-check{
        width: 100%;
    }
}

 /* Esta clase pinta cada label para diferenciar uno del otro*/
 label{
    background-color: rgb(247, 247, 247);
}

footer{
    background-color: #000;
}

footer .logo{
    max-width: 300px;
    width: 100%;
}

footer p{
    font-size: .9em;
    margin-bottom: 0;
}

/*Snipets con iconos RRSS*/

footer ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer ul li{
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    margin: 0 .2em;
    top: 0;
    transition: .3s ease;

    /* cambiamos el color de los circulos de los iconos */
    background-color: #fff;
}

footer ul li:hover{
    top: -.2em;
}

footer ul li a{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);


    /* cambiamnos el color de los iconos */
    color: #000;
}

footer ul li a:hover{
    /* cambiamos el color cuando pasamos el cursor */
    color: #000 !important;
}


/*Snipets con iconos de Dowload APP*/

footer .download_app img{
    max-width: 150px;
    width: 100%;
    display: block;
    margin-top: .5em;
}

/*---------------- ESTILOS ALO -------------- */


header .logo, footer .logo{
    max-width: 200px !important;
}

/* estilis content alo */

.cs-hero-003{
    min-height: 100%;
}

.cs-hero-003{
    background-image: url(https://image.clientesprocredito.mx/lib/fe2a11747364047e7d1275/m/1/a9976db3-798c-424f-b4d2-3510031e2ea2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.cs-hero-003 .textos-hero{
    background-color: rgba(255, 255, 255, .75);
    border: 1px solid #ced4da;
    border-radius: .4em;
}

.cs-hero-003 h1, .cs-hero-003 h2{
    color: #003C71;
    font-weight: 900;
}

.cs-hero-003 h1 span, .cs-hero-003 h2 span{
    color: #B7312C;
}

.cs-hero-003 ul li{
    margin-top: .1em;
}

.cs-hero-003 .cta_hero {
    /* contolamos tamanio del cta */
    display: inline-block;
    max-width: 250px;
    width: 100%;
    padding: .5em;
    text-transform: uppercase;
    font-weight: 600;

    /* controlamos el estilo del cta */
    text-align: center;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-size: .9em;
    border-radius: 1.5em;
    background-color: #B7312C;
    border: 0px solid #ffffff;
    color: #fff;
    transition: .3s ease;
}

.cs-hero-003 .cta_hero:hover {
    /* controlamos el cambio de color hover */
    background-color: #000;
    color: #fff !important;
}


 /* estilos Alo nuevas cards */

.cs-content-003 h2{
    color: #000;
    font-weight: 900;
}

.cs-content-003 .item-card{
    background-color: #fff;
    border-radius: .4em;
    box-shadow: 0 0 15px #ced4da;
    min-height: 90vh;
}

.cs-content-003 .item-card .item-card-text h3{
    font-weight: 700;
    transition: .3s ease;
}

.cs-content-003 .item-card img{
    border-radius: .4em .4em 0 0;
}

.cs-content-003 .item-card .item-card-img{
    overflow: hidden;
}

.cs-content-003 .item-card .item-card-img img{
    transform: scale(1);
    transition: .3s ease;
}

.cs-content-003 .item-card:hover .item-card-img img {
    transform: scale(1.1);
    transition: .3s ease;
}

.cs-content-003 .item-card:hover .item-card-text h3 {
    color: #B7312C;
    transition: .3s ease;
}




/* estilos Alo form  */

.cs-form-001 label{
    color: #fff;
}

.cs-form-001 h2 {
    color: #ffffff;
    font-weight: 900;
}

.cs-form-001 .content_Form {
    border-radius: 4em;
}

.cs-form-001 .form-check-input{
    margin-top: 0;
}

.bg-form{
    background-color: #003C71;
}


.cs-form-001  .btn_form {
    /* contolamos tamanio del cta */
    display: inline-block;
    max-width: 250px;
    width: 100%;
    padding: .5em;

    /* controlamos el estilo del cta */
    text-align: center;
   
    text-decoration: none;
    /* text-transform: uppercase; */
    font-size: .9em;
    border-radius: 1.5em;
    background-color: #B7312C;
    border: 0px solid #000;
    color: #fff;
    transition: .3s ease;
    text-transform: uppercase;
    font-weight: 600;
}

.cs-form-001 .btn_form:hover {
    /* controlamos el cambio de color hover */
    background-color: #000;
    color: #fff !important;
}


/* Thankiu page */
/* Estilos TY */
.contentTY{
    min-height: 85vh;
}

.contentTY h1{
    font-weight: 900;
    color: #003C71;
}

.contentTY p{
    font-weight: 700;
}

.contentTY .logo{
    max-width: 300px;
    width: 100%;
    margin: 1em auto;
    display: block;
}



/* estilos Alo footer */
footer p{
    color: #fff;
    font-weight: 600;
}



/*Responsive*/

@media only screen and (max-width: 575px){
    footer .content_enlaces{
        width: 100%;
    }

    footer h5, footer .download_app{
        display: block;
        width: 100%;
    }

    footer .download_app img{
        margin: .5em auto;
    }

    .cs-content-003 .item-card{
        min-height: 100%; 
    }
}
