
@font-face {
    font-family: "Helvetica Bold";
    src: url(../tipografias/Helvetica-Bold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Franklin Gothic Medium";
    src: url(../tipografias/framd.ttf) format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Maecenas Test Light Italic"; 
    src: url(../tipografias/maecenastest-lightitalic.otf) format("opentype");
    font-display: swap;
}
header,
section,
article,
nav,
footer,
aside,
figure,
form,
div {
    display: block;
    margin: 0;
    padding: 0;
}
html,
body {
    margin: 0;
    background: #fff;
    height: 100%;
}
* {
    box-sizing: border-box;
}
h1, h2, h3, h4 {
    font-family: 'Helvetica Bold', sans-serif;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    color: #414140;
    margin: 0 0 40px 0;
}
p{
    font-family: 'Helvetica', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #414140;
}
a {
    text-decoration: none;
    color: #fff;
    margin: 0;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.scroll-top {
    width: 42px;
    height: 42px;
    opacity: 0.5;
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    z-index: 1000;
    background: url(../img/arriba.png) no-repeat;
}
.scroll-top:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}
.columnas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contenedor-1{
    max-width: 1400px;
    width: 90%;
    margin:0 auto;
}
.ocultar{
    display: none !important;
}
/****************************************************/
/*******************  CABECERA  *********************/
/****************************************************/
#cabecera {   
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0 0 0;
    background: #fff;  
    position: relative;
    z-index: 99999;  
}
.caja-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 2%;
}
#logo {
    width: 396px;
    margin: 3% 0 0 3%;
}
.cajamenu {
    width: 50%;
    margin: 0 !important;
    z-index: 99;
}
.caja-tel-menu {    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
}
.icono-whatsapp {
    width: 45px;
    margin: 0 10px 0 0;
    position: inherit;
      z-index: 20;
}
.icono-whatsapp img {
    display: block;
    width: 100%;
    height: auto;
}
.tel-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
}
.tel-menu a {
    font-family: "Franklin Gothic Medium", sans-serif;
    font-size: 35px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 0;
    color: #4A4A49 !important;
}
.tel-menu p {
    font-family: "Franklin Gothic Medium", sans-serif;
    font-size: 35px;
    font-weight: 700;
    display: block;
    margin: 0 10px;
    padding: 0;
    color: #4A4A49 !important;
}
#menu {
    margin:0;
    padding: 1.5% 8%;
    border-radius: 20px 0 0 20px;
    background: #FCBE00;
}
#menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#menu ul li a {
    font-family: "Franklin Gothic Medium", sans-serif;
    font-size: 33px;
    color: #000;
}
.borde-dorado {
    padding: 0.3% 0;
    background: #fdc500;
}
.boton-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    background: #fff;
    border-radius: 15px 0 0 15px;
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 9999;
}
.boton-whatsapp a {
    display: block;
    width: 39px;
    height: 39px;
    line-height: 38px;
    border-radius: 20px;
    background: #04c456;
    text-align: center;
    color: #fff;
    font-size: 23px;
}
.boton-whatsapp a:hover {
    color: #fff;
}
/****************************************************/
/*********************  SLIDE  *********************/
/****************************************************/
#banner {
    margin: 0;
    overflow: hidden;
}
#banner2 {
    display: none;
}
.contenedor-banner {
    position: relative;
}

.contenedor-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: -7% 0 0 0;
    z-index: 20;
}

/* Slider base */
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider .slides {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    transition: transform 0.6s ease;
}

.slider .slides li {
    min-width: 100%;
}

.slider img {
    width: 100%;
    height: auto;
    display: block;
}

/* ======== DESKTOP FULLSCREEN ======== */
.slider-desktop {
    height: 100vh;
}

.slider-desktop img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* ======== MOBILE RESPONSIVE ======== */
.slider-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .slider-desktop { display: none; }
    .slider-mobile { display: block; }
}

/* ======== FLECHAS ======== */
.slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: white;
    padding: 5px 15px;
    /*background: rgba(0,0,0,0.3);*/
    cursor: pointer;
    z-index: 10;
    /*border-radius: 50%;*/
    transition: 0.3s;
}
/*
.slider .arrow:hover {
    background: rgba(0,0,0,0.6);
}
*/
.arrow.left { left: 20px; }
.arrow.right { right: 20px; }

/* ======== PAGINACIÓN CÍRCULOS ======== */

.slider .pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.slider .pagination span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

.slider .pagination span.active {
    background: #fdc500;
}
/****************************************************/
/******************  PRODUCTOS  *********************/
/****************************************************/
#productos{
    width: 100%;
    position: relative;
    background: #FBBD00;
}

.caja-productos{
    max-width: 1200px;
    width: 90%;
    margin:0 auto;
    padding: 5% 0;
    position: inherit;
    z-index: 20;
}
.caja-productos p{
    font-family: 'Helvetica Bold', sans-serif;
}
.a-3-bordes-blancos{
    width: 6%;
    position: absolute;
    top: 0;
    right: 20px;
}
.a-1-gris{
    width: 6%;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.caja-comunicate{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 615px;
    margin: auto;
}
.icono-call{
    width: 116px;
    position: inherit;
    z-index: 20;
}
.comunicate{
    height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 -30px;
    padding: 0 20px 0 50px;
    border-radius:0 20px 20px 0;
    border: 2px solid #fff;
}
.comunicate a{
    font-family: 'Franklin Gothic Medium', sans-serif;
    font-size: 35px;
}
.comunicate a:hover{
    color: #fff;
}
/****************************************************/
/******************  ARTICULOS  *********************/
/****************************************************/
.fondo-gris{
    background:#E3E3E2;
    padding: 5% 0;
    position: relative;
}
.a-3-bordes-dorados{
    width: 6%;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
}
.contenedor-articulos{
    margin: 3% auto;
    position: inherit;
    z-index: 20;
}
.caja-item-articulos{
    display: flex;
    flex-direction: column;
    width: 31%;
}
.caja-item-articulos p{
    font-family: 'Helvetica Bold', sans-serif !important;    
}
.item-articulos{
    display: flex;
    align-items: center;
    justify-content: center;    
    height: 350px;
    border-radius: 35px 0 35px 0;
    border: 15px solid #fff;
    overflow: hidden;
    position: relative;
}
.play{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}
.play i{
    font-size:180px;
    text-align: center;
}
/****************************************************/
/******************  BENEFICIOS  ********************/
/****************************************************/
#beneficio{
    padding:8% 0 ;
    position: relative;
}
#beneficio h3{
    color: #FBBD00;
}
.item-beneficio{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2% 0;
}
.icono-beneficio{
    width: 45%;
}
.a-1-dorado{
    width: 6%;
    position: absolute;
    bottom: 0;
    right: 20px;
}
/****************************************************/
/********************  CLIENTES  ********************/
/****************************************************/
#clientes{
    padding: 8% 0;
    background: #FBBD00;
    position: relative;
}
.caja-clientes{
    position: inherit;
    z-index: 20;
}
.a-2-bordes-blancos{
    width: 6%;
    position: absolute;
    top: 0;
    right: 20px;
}
.a-1-tenue{
    width: 6%;
    position: absolute;
    bottom: 0;
    right: 20px;
}



.swiper {
    width: 100%;
    padding: 0; /* esto lo soluciona */
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
}

.logo {
    width: 100%;
    height: auto;    
    transition: opacity .3s ease;
}

.logo.blanco { opacity: 1; }
.logo.color  { opacity: 0; position: absolute; }

.logo-item:hover .logo.blanco { opacity: 0; }
.logo-item:hover .logo.color  { opacity: 1; }

/****************************************************/
/*****************  CONTACTANOS  ********************/
/****************************************************/
#contacto{
    background: #414140;
    padding: 40px 0;
}
.imagen-contacto{
    width: 60%;
}
.caja-formulario{
    width: 40%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: end;    
}
.caja-formulario h5{
    font-family: 'Helvetica Bold', sans-serif; 
    font-size: 35px;
    text-align: center;
    color: #fff;
}
.formulario-portada {
    width: 100%;
    height: auto;
    margin: 0;
    border: 3px solid #000;
    background:#fff;
    border-radius: 15px;
    padding: 10px 15px 0 15px;
    /*position: absolute;
    top: 10%;
    right: 40px;
    z-index: 999;*/
}
.formulario-portada h2 {
    font-family: "Franklin Gothic Medium", sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #000;
}
.caja-titulo-contacto {
    margin: 5% 0;
}
.titulo-dorado-contacto {
    padding: 1% 6% 2% 6%;
    background: #353535;
}
.fondo-contacto {
    width: 100%;
    height: auto;
}
.imagen-contacto-pc {
    display: block;
}
.imagen-contacto-movil {
    display: none;
}
#fcontacto {
    width: 97%;
}
#unacolum p {
    color: #96999e;
    margin: 10px 0 0 0;
}
#doscolums {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#doscolums p {
    width: 48%;
    color: #96999e;
    margin: 10px 0 0 0;
    text-align: left;
}
.campos {
    width: 100%;
    height: 35px;
    line-height: 0;
    padding: 0 0 8px 0;
    margin: 30px 0 0 0;
    border: none;
    border-bottom: 3px solid #353535;
    background: none;
    font-family: "Franklin Gothic Medium", sans-serif !important;
    font-size: 30px;
    text-align: left !important;
    color: #000;
}
.mensaje {
    width: 100%;
    height: 85px;
    border: none;
    border-bottom: 3px solid #353535;
    margin: 35px 0 0 0;
    padding: 15px 0 0 0;
    font-family: "Franklin Gothic Medium", sans-serif !important;
    font-size: 30px;
    color: #000;
    background: none;
}
.terminos {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.text-terminos {
    font-family: "Franklin Gothic Medium", sans-serif !important;
    font-weight: 400;
    font-size: 13px;
    margin-left: 8px;
}
.text-terminos a {
    color: #000;
    font-weight: 700;
    text-decoration: underline !important;
}
.boton {
    display: block;
    font-family: "Franklin Gothic Medium", sans-serif !important;
    font-size: 25px;
    border: none;
    border-radius: 10px;
    background: #fdc500;
    color: #000;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 2.5% 20% !important;
    transition: all 0.3s;
}
#advertencia {
    color: #e0a500 !important;
    margin: 20px 0;
    font-size: 25px;
    font-weight: 400;
}
#politicas h1 {
    font-family: "Franklin Gothic Medium", sans-serif;
    font-size: 25px;
}
#politicas p {
    font-family: "Franklin Gothic Medium", sans-serif;
    font-size: 17px;
    line-height: 23px;
}
/****************************************************/
/****************  PIE DE PAGINA  *******************/
/****************************************************/
#pie-pagina {
    padding: 5% 4% 3% 4%;
   
}
.caja-pie-pagina {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
.pie-izq{
   width: 30%; 
}
.logo-pie {
    width: 70%;
    margin: 0 0 10% 0;
}
.pie-izq p{
     font-family: 'Franklin Gothic Medium', sans-serif;
     font-weight: normal;
    font-size: 25px;
    color: #fff;
}
.datos-pie {
    width: 455px;
    margin: 0 10% 0 0;
}
.datos-pie i{
    color: #fff;
}
.texto-pie {
    margin: 0 0 2% 0;
}

.caja-dorada-sociales-pie {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding: 1% 0;*/
  
}
.caja-siguenos{
    width: 100%;
    border-radius: 20px;
    padding: 10px 0;
    margin: 7% 0 4% 0;
    background: #FCC402;
}
.caja-siguenos p{  
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 30px; 
    margin: 0;
}
.sociales-pie {
    width: 220px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.sociales-pie li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;        
    margin: 0 ;
    }

.link-datos-pie{
    margin: 15px 0;
}
.link-datos-pie i {
    font-size: 25px;
    color: #FBBD00;
}
.link-datos-pie a {
    font-family: 'Helvetica', sans-serif !important;
    font-size: 30px;
    color: #000;
    font-style: normal !important
}
.link-datos-pie span {
    font-size: 35px
}
.link-datos-pie a:hover {
    color: #000
}
.franja-gris {
    padding: 1% 0;
    background: #9EA2A8
}

@media only screen and (max-width:1440px) {
    h1, h2, h3, h4 {        
        font-size: 43px;        
        margin: 0 0 40px 0;
    }
    p{       
        font-size: 30px;       
    }
    /****************************************************/
    /*******************  CABECERA  *********************/
    /****************************************************/
    /*
    #cabecera {          
        flex-direction: row;        
        padding: 10px 0 0 0;  
    } 
    */ 
    .caja-logo{
        width: 23%;
    } 
    #logo {
        width: 100%;
        margin: 0;
    }
    .cajamenu {
        width: 50%;        
    }
    .caja-tel-menu {    
        flex-direction: row;       
        margin: 0 0 10px 0;
    }
    .icono-whatsapp {
        width: 30px;
        margin: 0 10px 0 0;       
    } 
    /*   
    .tel-menu {       
        flex-direction: row;
    }
    */
    .tel-menu a {        
        font-size: 25px;       
    }
    .tel-menu p {        
        font-size: 25px;       
        margin: 0 10px;        
    }
    #menu {        
        padding: 1.5% 15%;
        border-radius: 20px 0 0 20px;      
    }    
    #menu ul li a {        
        font-size: 25px;
    }
    /*
    .borde-dorado {
        padding: 0.3% 0;
    }
    .boton-whatsapp { 
        width: 60px;
        height: 50px;       
        border-radius: 15px 0 0 15px;
        bottom: 20%;
    }
    .boton-whatsapp a {        
        width: 39px;
        height: 39px;
        line-height: 38px;
        border-radius: 20px;        
        font-size: 23px;
    }  
    */    
    /****************************************************/
    /******************  PRODUCTOS  *********************/
    /****************************************************/
    /*
    .caja-productos{
        max-width: 1200px;
        width: 90%;       
        padding: 5% 0;
    }
    .caja-productos p{
        font-family: 'Helvetica Bold', sans-serif;
    }
    
    .a-3-bordes-blancos{
        width: 6%;
        right: 20px;
    }
    .a-1-gris{
        width: 6%;
        right: 20px;
    }
    */
    .caja-comunicate{ 
        width: 615px;   
    }
    .icono-call{
        width: 90px;        
    }
    .comunicate{
        height: 65px;        
        /*margin: 0 0 0 -30px;
        padding: 0 20px 0 50px;
        border-radius:0 20px 20px 0;
        border: 2px solid #fff;*/
    }
    .comunicate a{        
        font-size: 30px;
    }
    /****************************************************/
    /******************  ARTICULOS  *********************/
    /****************************************************/
    /*
    .fondo-gris{       
        padding: 5% 0;
    }
    .a-3-bordes-dorados{
        width: 6%;        
        right: 20px;
    }
    
    .contenedor-articulos{
        margin: 3% auto;
    }
    .caja-item-articulos{   
        width: 31%;
    }   
    .item-articulos{          
        height: 350px;
        border-radius: 35px 0 35px 0;
        border: 15px solid #fff;    
    }
    */
    /****************************************************/
    /******************  BENEFICIOS  ********************/
    /****************************************************/
    /*
    #beneficio{
        padding:8% 0 ;
    }
    .item-beneficio{
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2% 0;
    }    
    .icono-beneficio{
        width: 45%;
    }
    */
    /****************************************************/
    /******************  FORMULARIO  ********************/
    /****************************************************/    
    .formulario-portada{
        width: 400px;      
        margin: 2% 0 0 0;       
        border-radius: 15px;
        padding:10px 15px 0 15px;       
        top: 10%;
        right: 40px;       
    }
    .formulario-portada h2 {        
        font-size: 25px;
    }
    /*
    .caja-titulo-contacto{
        margin: 5% 0;
    }
    .titulo-dorado-contacto {
        padding: 1% 6% 2% 6%;
    }
    #fcontacto {
        width: 97%;
    }
    #unacolum p {
        margin: 10px 0 0 0; 
    }
    
    #doscolums {       
        flex-direction: row;
    }
    #doscolums p {
        width: 48%;       
        margin: 10px 0 0 0;  
    }
    */
    .campos {       
        height: 30px;
        /*line-height: 0px;
        padding: 0 0 8px 0;
        margin: 15px 0 0 0;*/              
        font-size: 18px;       
    }
    .mensaje{        
        /*height: 85px;       
        margin: 20px 0 0 0;
        padding: 15px 0 0 0;*/      
        font-size: 18px;          
    }    
    .text-terminos {
        font-size: 13px;
        margin-left: 8px; 
    }
    .text-terminos a {
       
    }
    .boton {        
        font-size: 22px;        
        margin-top: 10px;
        margin-bottom: 10px;        
        padding: 2% 20% !important;
    }
    #advertencia {
        /*margin: 20px 0;*/
        font-size: 18px;
    }
    /****************************************************/
    /********************  SOMOS  **********************/
    /****************************************************/
    
    /****************************************************/
    /*******************  CLIENTES  *********************/
    /****************************************************/ 
    

    /****************************************************/
    /****************  PIE DE PAGINA  *******************/
    /****************************************************/ 
    .pie-izq p{
        font-size: 20px;
    }
    .datos-pie{
        width: 410px;
        margin: 0 10% 0 0;
    }
    .sociales-pie{
        width: 150px;
    }
    .sociales-pie li a {
        width: 40px;
        height: 40px;
        line-height: 30px;
        font-size: 17px;
        margin: 0 5px
    }
    .link-datos-pie i {
        font-size: 25px
    }
    .link-datos-pie a {
        font-size: 27px
    }
    .link-datos-pie span {
        font-size: 30px
    }
    .caja-dorada-sociales-pie p{
        font-size: 25px;
    }
    .franja-gris {
        padding: 1% 0
    }
}
@media only screen and (max-width:1366px) {

  
}
@media only screen and (max-width:1280px) {
    h1, h2, h3, h4 {        
        font-size: 39px;        
        margin: 0 0 40px 0;
    }
    p{       
        font-size: 27px;       
    }
    
    /****************************************************/
    /*****************  FORMULARIO  *********************/
    /****************************************************/    
    .formulario-portada{
        width: 360px;  
        /*border-radius: 15px;*/
        padding:10px 15px 0 15px;      
        /*top: 10%;
        right: 40px;*/      
    }
    .formulario-portada h2 {        
        font-size: 25px;
    }
    /*
    .caja-titulo-contacto{
        margin: 5% 0;
    }
    .titulo-dorado-contacto {
        padding: 1% 6% 2% 6%;
    }
    #fcontacto {
        width: 97%;
    }
    #unacolum p {
        margin: 10px 0 0 0; 
    }
    
    #doscolums {       
        flex-direction: row;
    }
    #doscolums p {
        width: 48%;       
        margin: 10px 0 0 0;  
    }
    */
    .campos {       
        height: 20px;
        /*line-height: 0px;*/
        padding: 0 0 5px 0;
        margin: 0;              
        font-size: 15px;       
    }
    .mensaje{        
        /*height: 85px;
        padding: 15px 0 0 0; */      
        margin: 10px 0 0 0;              
        font-size: 15px;          
    } 
    /*   
    .text-terminos {
        font-size: 13px;
        margin-left: 8px; 
    }
    .text-terminos a {
       
    }
    .boton {        
        font-size: 22px;        
        margin-top: 10px;
        margin-bottom: 10px;        
        padding: 2% 20% !important;
    }
    
    #advertencia {        
        font-size: 15px;
    }
    */
    /****************************************************/
    /********************  SOMOS  **********************/
    /****************************************************/
    
    /****************************************************/
    /*******************  CLIENTES  *********************/
    /****************************************************/
    
    /****************************************************/
    /**************** NUESTROS VALORES ******************/
    /****************************************************/
    
    /****************************************************/
    /****************  PIE DE PAGINA  *******************/
    /****************************************************/ 
    .pie-izq p{
        font-size: 20px;
    }
    .datos-pie{
        width: 335px;
        margin: 0 10% 0 0;
    }
    .sociales-pie{
        width: 150px;
    }
    .sociales-pie li a {
        width: 35px;
        height: 35px;
        line-height: 30px;
        font-size: 17px;
        margin: 0 5px
    }
    .link-datos-pie i {
        font-size: 20px
    }
    .link-datos-pie a {
        font-size: 22px
    }
    .link-datos-pie span {
        font-size: 30px
    }
    .caja-dorada-sociales-pie p{
        font-size: 22px;
    }
    
}
@media only screen and (max-width:1024px) {
    
    /****************************************************/
    /******************  FORMULARIO  ********************/
    /****************************************************/    
    .formulario-portada{
        width: 360px;  
        /*border-radius: 15px;*/
        padding:10px 15px 0 15px;      
        /*top: 10%;
        right: 40px;*/      
    }
    .formulario-portada h2 {        
        font-size: 25px;
    }
    /*
    .caja-titulo-contacto{
        margin: 5% 0;
    }
    .titulo-dorado-contacto {
        padding: 1% 6% 2% 6%;
    }
    #fcontacto {
        width: 97%;
    }
    #unacolum p {
        margin: 10px 0 0 0; 
    }
    
    #doscolums {       
        flex-direction: row;
    }
    #doscolums p {
        width: 48%;       
        margin: 10px 0 0 0;  
    }
    */
    .campos {       
        height: 20px;
        /*line-height: 0px;*/
        padding: 0 0 5px 0;
        margin: 0;              
        font-size: 15px;       
    }
    .mensaje{        
        /*height: 85px;
        padding: 15px 0 0 0; */      
        margin: 10px 0 0 0;              
        font-size: 15px;          
    } 
    /*   
    .text-terminos {
        font-size: 13px;
        margin-left: 8px; 
    }
    .text-terminos a {
       
    }
    .boton {        
        font-size: 22px;        
        margin-top: 10px;
        margin-bottom: 10px;        
        padding: 2% 20% !important;
    }
    
    #advertencia {        
        font-size: 15px;
    }
    */
    /****************************************************/
    /*********************  SOMOS  **********************/
    /****************************************************/
    /*
    #somos {
        padding: 4% 3% 5% 3%;        
    }
    */
    #somos h1 { 
        font-size: 45px;  
        margin: 0 0 7% 0
    }
    /*
    .cajasomos {        
        flex-direction: row;
    }
    .texto-somos {
        width: 50%;
        margin: 0 0 6% 0
    }
    .parrafo-somos{
        width: 65%;
    }
    */
    .parrafo-somos p {
        font-size: 25px;
        line-height: 35px;
    }    
    .caja-3imagenes{        
        width: 50%;
        height: 450px;
    }
    /*
    .imagen1 {
        width: 62%;
        top: 5%;
        right: 15%; 
    }
    .imagen2 {
        width: 62%;
        top: 35%;
        left: -17%;
    }
    .imagen3 {
        width: 49%;    
        top: 41%;
        right: 0;    
    }
    */
     /****************************************************/
    /*******************  SERVICIOS  ********************/
    /****************************************************/
    .check{
        width: 19px;       
    }
    .item-serv p {        
        font-size: 20px;
        line-height: 30px;
    }
    /****************************************************/
    /*******************  CLIENTES  *********************/
    /****************************************************/
    /*
    .caja-clientes {
        height: 330px;             
    }  
    */
    /****************************************************/
    /****************  PIE DE PAGINA  *******************/
    /****************************************************/
    .link-datos-pie i {
        font-size: 25px
    }
    .link-datos-pie a {
        font-size: 25px
    }
    .link-datos-pie span {
        font-size: 25px
    }
}
@media only screen and (max-width:800px) {
    h1, h2, h3, h4 {        
        font-size: 30px;        
        margin: 0 0 40px 0;
    }
    p{       
        font-size: 22px;       
    }
    .columnas{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .contenedor-1{
        max-width: 1400px;
        width: 90%;
        margin:0 auto;
    }
  
    /****************************************************/
    /*******************  CABECERA  *********************/
    /****************************************************/
    /*
    #cabecera {          
        flex-direction: row;        
        padding: 10px 0 0 0;  
    } 
    */ 
    .caja-logo{
        width: 27%;
        margin: 0 0 0 3%;
    } 
    /*
    #logo {
        width: 100%;
        margin: 0;
    }
    */
    .cajamenu {
        width: 60%;        
    }
    /*
    .caja-tel-menu {    
        flex-direction: row;       
        margin: 0 0 10px 0;
    }
    */
    .icono-whatsapp {
        width: 25px;
        margin: 0 10px 0 0;       
    } 
    /*   
    .tel-menu {       
        flex-direction: row;
    }
    */
    .tel-menu a {        
        font-size: 20px;       
    }
    .tel-menu p {        
        font-size: 20px;       
        margin: 0 10px;        
    }
    #menu {        
        padding: 1.5% 5%;
        border-radius: 10px 0 0 10px;      
    }    
    #menu ul li a {        
        font-size: 20px;
    }
    /*
    .borde-dorado {
        padding: 0.3% 0;
    }
    .boton-whatsapp { 
        width: 60px;
        height: 50px;       
        border-radius: 15px 0 0 15px;
        bottom: 20%;
    }
    .boton-whatsapp a {        
        width: 39px;
        height: 39px;
        line-height: 38px;
        border-radius: 20px;        
        font-size: 23px;
    }  
    */    
    /****************************************************/
    /******************  PRODUCTOS  *********************/
    /****************************************************/
    /*
    .caja-productos{
        max-width: 1200px;
        width: 90%;       
        padding: 5% 0;
    }
    .caja-productos p{
        font-family: 'Helvetica Bold', sans-serif;
    }
    */
    .a-3-bordes-blancos{
        display: none;
        /*width: 10%;
        right: 20px;*/
    }
    .a-1-gris{
        display: none;
        /*width: 10%;
        right: 20px;*/
    }
    
    .caja-comunicate{ 
        width: 350px;   
    }
    .icono-call{
        width: 60px;        
    }
    .comunicate{
        height: 50px;        
        /*margin: 0 0 0 -30px;
        padding: 0 20px 0 50px;
        border-radius:0 20px 20px 0;
        border: 2px solid #fff;*/
    }
    .comunicate a{        
        font-size: 22px;
    }
    /****************************************************/
    /******************  ARTICULOS  *********************/
    /****************************************************/
     /*
    .fondo-gris{       
        padding: 5% 0;
    }
    */
    .a-3-bordes-dorados{
        display: none;
        /*width: 10%;        
        right: 20px;*/
    }
    /
    .contenedor-articulos{
        margin: 3% auto;        

    }
    .contenedor-articulos h2{
        margin: 10% 0 20px 0;
    }
    .caja-item-articulos{   
        width: 100%;
    }   
    .item-articulos{          
        height: 0;
        padding: 38% 0;
        border-radius: 35px 0 35px 0;
        border: 10px solid #fff;    
    }   
    
    /****************************************************/
    /******************  BENEFICIOS  ********************/
    /****************************************************/
    /*
    #beneficio{
        padding:8% 0 ;
    }
    */
    .item-beneficio{
        width: 100%;        
       /*margin: 2% 0;*/
    }    
    .icono-beneficio{
        width: 35%;
    }    
    /****************************************************/
    /********************  BANNER  **********************/
    /****************************************************/ 
    #banner{
        display: none;
    }
    #banner2{
        display: block;
    }
    .contenedor-banner{        
    } 
    /****************************************************/
    /******************  FORMULARIO  ********************/
    /****************************************************/   
    .imagen-contacto{
        width: 100%;
    }
    .caja-formulario{
        width: 100%;
        padding: 0 5%;
        display: flex;
        flex-direction: column;
        justify-content: end;    
    }
    .caja-formulario h5{
        font-size: 20px;
    } 
    .formulario-portada{
        width: 100%;
        top:0;
        right: 0; 
        left: 0;
        transform: translateX(0);   
    } 
    .formulario-portada h2 {        
        font-size: 20px;
    }
  
    .caja-titulo-contacto{
        margin: 5% 0;
    }
    .titulo-dorado-contacto {
        padding: 1% 6% 2% 6%;
    }
    #fcontacto {
        width: 97%;
    }
    #unacolum p {
        margin: 5px 0 0 0; 
    }
    
    #doscolums {       
        flex-direction: row;
    }
    #doscolums p {
        width: 48%;       
        margin: 10px 0 0 0;  
    }  
    .campos {       
        height: 20px;
        /*line-height: 0px;*/
        padding: 0 0 5px 0;
        margin: 0;              
        font-size: 12px;  
        border-bottom: 2px solid #000;     
    }
    .mensaje{        
        height: 70px;
        padding: 10px 0 0 0;      
        margin: 5px 0 0 0;              
        font-size: 12px;  
        border-bottom: 2px solid #000;          
    }       
    .text-terminos {
        font-size: 13px;
        margin-left: 8px; 
    }    
    .boton {        
        font-size: 15px;        
        margin-top: 10px;
        margin-bottom: 10px;        
        padding: 2% 15% !important;
        border-radius: 5px;
    }    
    #advertencia {        
        font-size: 15px;
    }  
    /****************************************************/
    /******************  BENEFICIOS  ********************/
    /****************************************************/
    .a-1-dorado{
        display: none;
    }
    /****************************************************/
    /*******************  CLIENTES  *********************/
    /****************************************************/   
    #clientes p{
        font-size: 18px;
        line-height: 25px;
    }
    /*
    .caja-clientes {
        height: 600px;              
    }
    */
    .logo-cliente {       
        width: 45%;   
        padding: 10% 0;  
        margin: 3% 0;
    } 
    /*
    .logo-yofc{
        margin: auto;
    }
    */
    #pie-pagina {
        padding: 5% 4%
    }
    .caja-pie-pagina {
        flex-direction: column
    }
    .logo-pie {
        width: 50%;
        margin: 0 0 5% 0
    }
    .datos-pie {
        width: 85%
    }
    .texto-pie {
        margin: 0 0 6% 0
    }
    .link-datos-pie i {
        font-size: 25px
    }
    .link-datos-pie a {
        font-size: 25px
    }
    .link-datos-pie span {
        font-size: 25px
    }
    .a-2-bordes-blancos, .a-1-tenue{
        display: none;
    }
    /****************************************************/
    /**************** NUESTROS VALORES ******************/
    /****************************************************/

    /****************************************************/
    /****************  PIE DE PAGINA  *******************/
    /****************************************************/
     #pie-pagina {
        padding: 10% 4%;
      } 
    .pie-izq{
        width: 335px;
        margin: auto;
    }
    .logo-pie{
        width: 100%;
    }
    .pie-izq p{
        font-size: 20px;
    }
    .datos-pie{
        width: 335px;
        margin: 2% 0 0 0;
    }
    .caja-dorada-sociales-pie{
        width: 280px;
    }    
   
    .link-datos-pie i {
        font-size: 17px
    }
    .link-datos-pie a {
        font-size: 17px;
       
    }
    .link-datos-pie span {
        font-size: 30px
    }
    .caja-dorada-sociales-pie p{
        font-size: 18px;
    }
     .sociales-pie{
        width: 190px;
        margin: 0;
    }
    .sociales-pie li a {
        width: 35px;
        height: 35px;        
        margin: 0 5px
    }

}
@media only screen and (max-width:600px) {
    p {
        font-size: 20px;
        line-height: 25px
    }
    
    #politicas h1{        
        font-size: 22px;
    }
    #politicas p{       
        font-size: 15px;
        line-height: 20px;
    }
    .circulo-texto {
        display: none
    }
    #galeria {
        padding: 6% 7% 3% 7%
    }
    #galeria h1 {
        line-height: 35px
    }
    .caja-carrusel {
        width: 84%
    }
    .caja-blanco-galeria {
        padding: 2% 0.5% !important
    }

    /****************************************************/
    /*******************  CLIENTES  *********************/
    /****************************************************/
    #clientes {
        padding: 6% 7%;       
    }    
    
}
@media only screen and (max-width:480px) {
     h1, h2, h3, h4 {        
        font-size: 25px;        
        margin: 0 0 25px 0;
    }
    p{       
        font-size: 16px;
        line-height: 20px;       
    }
    /****************************************************/
    /*******************  CABECERA  *********************/
    /****************************************************/
    
    #cabecera {          
        flex-direction: column;  
        justify-content: center;   
        align-items: center;   
        padding: 10px 0 0 0;  
    } 
    
    .caja-logo{
        width: 27%;
        margin: 0 0 3% 0;
    } 
    /*
    #logo {
        width: 100%;
        margin: 0;
    }
    */
    .cajamenu {
        width: 60%;        
    }
    /*
    .caja-tel-menu {    
        flex-direction: row;       
        margin: 0 0 10px 0;
    }
    */
    .icono-whatsapp {
        width: 25px;
        margin: 0 10px 0 0;       
    } 
    /*   
    .tel-menu {       
        flex-direction: row;
    }
    */
    .tel-menu a {        
        font-size: 15px;       
    }
    .tel-menu p {        
        font-size: 15px;       
        margin: 0 10px;        
    }
    #menu {        
        padding: 1.5% 5%;
        border-radius: 10px ;      
    }    
    #menu ul li a {        
        font-size: 15px;
    }
   /****************************************************/
    /******************  PRODUCTOS  *********************/
    /****************************************************/   
    .caja-productos{       
        padding: 10% 0;
    } 
    .caja-comunicate{ 
        width: 270px;   
    }
    .icono-call{
        width: 50px;        
    }
    .comunicate{
        height: 40px;        
        margin: 0 0 0 -40px;
        /*padding: 0 20px 0 50px;
        border-radius:0 20px 20px 0;
        border: 2px solid #fff;*/
    }
    .comunicate a{        
        font-size: 17px;
    } 
    /****************************************************/
    /******************  ARTICULOS  *********************/
    /****************************************************/  
    .fondo-gris{
        padding: 10% 0;
    }
    /****************************************************/
    /******************  BENEFICIOS  ********************/
    /****************************************************/ 
    #beneficio{
        padding: 10% 5%;
    }
    /****************************************************/
    /*******************  CLIENTES  *********************/
    /****************************************************/
    #clientes {
        padding: 10% 5%;       
    }   
    /****************************************************/
    /****************  PIE DE PAGINA  *******************/
    /****************************************************/ 
    .pie-izq{
        width: 300px;
        margin: auto;
    }
}
@media only screen and (max-width:375px) {
    h1 {
        font-size: 30px
    }
    p {
        font-size: 16px;
        line-height: 25px
    }
    .cajamenu {
        width: 290px;
        margin: 0 0 -30px 0
    }
    
    .caja-formulario h3 {
        font-size: 18px
    }
    .titulo-dorado-contacto h1 {
        font-size: 25px
    }
    .campos {
        height: 35px;
        line-height: 15px;
        font-size: 15px;
        padding: 0 0 5px 0
    }
    .boton {
        font-size: 18px;
        border-radius: 7px;
        margin-top: 4%
    }
     #somos {
        padding: 10% 5% !important;
    }
    .texto-oculto {      
      height: 22%;
      padding: 0 10px;          
      top: 101%;
    }
    .texto-oculto p {
        font-size: 10px;
        line-height: 13px;
        margin: 0;
    }
    .imagen3 .texto-oculto p {
        font-size: 10px;
        line-height: 13px;
        margin: 0;
    }
    .caja-imagen-texto:hover .texto-oculto{    
        top: 78% !important;
    }
    /****************************************************/
    /*******************  CLIENTES  *********************/
    /***************************************************
    #clientes {
        padding: 10% 7%;       
    }
    .caja-clientes {
        height: 1700px; 
        margin: 3% 5% 0 5%;        
        flex-direction: row;       
    }
   */
     /****************************************************/
    /****************  PIE DE PAGINA  *******************/
    /****************************************************/ 
    .pie-izq{
        width: 90%;
        margin: auto;
    }
     .pie-izq p {
        font-size: 17px;
      }
    .caja-dorada-sociales-pie {
        padding: 2% 0
    }
    .caja-dorada-sociales-pie p {
        font-size: 17px;
      }
    .link-datos-pie i {
        font-size: 17px
    }
    .link-datos-pie a {
        font-size: 17px
    }
    .link-datos-pie span {
        font-size: 17px
    }
    .franja-gris {
        padding: 2% 0
    }
    .mapa {
        height: 400px
    }
}