/*----------- estilos generales -------------*/
* {
    padding: 0;
    margin: 0;
}

html body {
    height: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
}


#ajaxBusy{
    display: none;
}

/*--------------------------------------------------*/

.cFull * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 250ms cubic-bezier(.215, .61, .355, 1);
    -o-transition: width 250ms cubic-bezier(.215, .61, .355, 1);
    transition: width 250ms cubic-bezier(.215, .61, .355, 1);
}

.cFull,
.cFull html body {
    font-family: 'Work Sans', sans-serif;
}

.cFull {
    width: auto;
    height: auto;
    clear: both;
    overflow: hidden!important;
    position: relative;
}


.cFull .container{
    max-width: 1142px;
    margin-right: auto;
    margin-left: auto;
}

.cFull .container-fluid{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.p0 {
    padding: 0!important;
}

.cFull .clearfix:after,
.cFull .clearfix:before {
    content: " ";
    display: table;
}

.cFull .clearfix:after {
    clear: both;
}

.cFull .row:after,
.cFull .row:before {
    content: " ";
    display: table;
}

.cFull .row:after {
    clear: both;
}

.section {
    overflow: hidden
    background: linear-gradient( #f5f5f5 , rgba(0, 0, 0, 0));
}

/*----------- modulos y sections (margenes, etc) -------------*/

.cFull .modulo {
    position: relative;
}

.banner-desktop {
    width: 100%;
    max-height: 195px;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    background-position: 100%;
    top: 0;
    left: 0;
}

.banner-mobile {
    display: none;
}

.cFull .landing__header__logo {
    margin-top: 38px;
    margin-bottom: 20px;
    position: relative;
}

/*----------- enlaces y botones -------------*/

.cFull a {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.15;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
}

li{
    list-style: none !important;
    text-align: left;

}

.url{

    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #686868;

}

.h3 a{
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
}

h3{
    margin-bottom: 10.5px;
}

a.verMas {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    text-align: center;
    color: #484848;
}

/*----------------imagenes------------*/

.cFull img {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

/*-----------------textos--------------*/

h1{
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: -0.6px;
    text-align: left;
    color: #000000;
    margin-top: 21px;
}


.texto-categorias{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-bottom: 20px;
}

/*----------------------------------------------*/ 

.con-cajas{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
    padding-bottom: 31.5px;
}

.cajas{
    
    border-radius: 2px;
    width: 263px;
    overflow: hidden;
}

.fondoImg{
    background-color: #d8d8d8;
    width: 100%;
    height: 99px;
}

.fondoImg img{
    width: 100%;
    height: 99px;
}

.fondoImg a,
[class^='columna-'] a,
[class*='columna-'] a {
    cursor: default;
}

.fondoImg a[href],
[class^='columna-'] a[href],
[class*='columna-'] a[href] {
    cursor: pointer;
}

.contenidoCajas1{
    padding: 23px 31px;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-bottom: 29.5px;
}

.con-cajas2, .con-cajas3, .con-cajas4{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
    text-align: center;
    padding-top: 31.5px;
}

.fondoSgrad{
    width: 100%;
    height: auto;
    background-color: #ffffff; 
    padding-bottom: 63px;
    padding-top: 0px;
}

@media (max-width: 974px) {
    
    .cFull .row{
        padding-right: 15px;
        padding-left: 15px;
    }

    .con-cajas{
        width: 100%;
    }

    .con-cajas2, .con-cajas3, .con-cajas4{
        width: 100%;
    }

    .cajas{

        width: 220px;
    }

}

@media (max-width: 800px) {

    .cajas{

        width: 180px;
    }

}

/*-----------media queries desktop-------------*/

@media (min-width:768px) {


    .cFull .col-md-5a {
        width: 100%;
        position: relative;
        min-height: 1px;
    }

    a.page-scroll.btn-new.btn-bold-1 {
        width: 146.7px;
        height: 45px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        padding: 13px 19px;
        font-size: 13px;
        font-weight: 500;
    }

    .desktop{
        display: block;
    }
    
    .mobile{
        display: none;
    }
    

}

/*-----------media queries mobile-------------*/

@media (max-width:767px) {


    .cFull .container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .cFull .container-fluid{
        padding-left: 0px;
        padding-right: 0px;
    }

    .cFull .row{
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .cFull .modulo {
        
        overflow: hidden;
        padding-top: 5px;
    }

    .cFull .landing__header__logo {
        
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

    .banner-mobile {
        display: block;
        -webkit-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 195px; /*100%*/
        position: absolute;
        top: 0;
        left: 0;
    }

    
    .desktop{
        display: none;
    }
    
    .mobile{
        display: block;
    }
    

    .f1{
        padding-top: 60px;
    }

    
    .con-cajas{

        flex-direction: column;
        padding-bottom: 2.5px;
    }

    .cajas{
        background-color: #ffffff;
        border-radius: 2px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 2.5px;
        margin-top: 2.5px;
    }

    .con-cajas2, .con-cajas3, .con-cajas4{
        flex-direction: column;
        padding-top: 2.5px;
    }

    .fondoGradiente{
        height: 34px;
    }

    .contenidoCategorias{
        padding-top: 12px;
    }

    h1{
        margin-top: 10px;
        font-size: 26px;
    }

    .texto-categorias{
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width:414px) {

    .cFull .container{
        padding-left: 1px;
        padding-right: 1px;
    }

    .f1{
        padding-top: 60px;
    }

    .cFull .modulo {
        padding-top: 5px;
    }

    .con-cajas{
        flex-direction: column;
        
    }

    .cajas{
        background-color: #ffffff;
        border-radius: 2px;
        width: 100%;
        margin-bottom: 2.5px;
        margin-top: 2.5px;
        padding: 0px 20px;
    }

    .con-cajas2, .con-cajas3, .con-cajas4{
        flex-direction: column;
    }


    .fondoSgrad{
        padding-bottom: 0px;
    }

    .con-cajas{
        padding-bottom: 2.5px;
    }

    .con-cajas2, .con-cajas3, .con-cajas4{
        padding-top: 2.5px;
    }
    
    img {
        max-width: 71%;
        height: auto;
    }
    
    .contenidoCategorias {
        padding-top: 0px;
    }

    .cFull .landing__header__logo {
        padding-right: 20px;
    }

    .cFull a {

        font-size: 12.3px;
    }

    .texto-categorias{
        padding-bottom: 10px;
    }

}

@media (max-width:375px) {


    img {
        max-width: 79%;
        height: auto;
    }

    .contenidoCategorias {
        padding-top: 5px;
    }


}

@media (max-width:360px) {


    img {
        max-width: 84%;
        height: auto;
    }

    .cFull .modulo {
        padding-top: 5px;
    }
    
    .contenidoCategorias {
        padding-top: 20px;
    }
    
    .texto-categorias{
        padding-bottom: 0px;
    }
}

@media (max-width:320px) {
    
    img {
        max-width: 97%;
        height: auto;
    }

    .contenidoCategorias {
        padding-top: 20px;
    }

    .cFull .modulo {
        padding-top: 5px;
    }

    h1{
        font-size: 24px;
    }

}