@font-face {
    font-family: 'Fair Prosper';
    src: url(../tipografias/Fair%20Prosper.ttf) format('opentype')
}
@font-face{
    font-family:'Uniform Cond 4';
    src:url(../tipografias/uniform-condensed-black.ttf) format('opentype');    
}
@font-face{
    font-family:'Uniform Cond 3';
    src:url(../tipografias/uniform-condensed-bold.ttf) format('opentype');    
}
@font-face{
    font-family:'Uniform Cond 5';
    src:url(../tipografias/uniform-condensed-medium.ttf) format('opentype');    
}
@font-face{
    font-family:'Uniform ExtCond 3';
    src:url(../tipografias/uniform-extra-condensed.ttf) format('opentype');    
}
@font-face{
    font-family:'Uniform Cond 2';
    src:url(../tipografias/uniform-condensed-bold.ttf) format('opentype');    
}
@font-face{
    font-family:'DIN';
    src:url(../tipografias/din-bold.otf) format('opentype');    
}
@font-face {
    font-family: 'Kelson Sans Bold';
    src: url(../tipografias/Kelson%20Sans%20Bold.otf) format('opentype')
}
@font-face {
    font-family: 'Kelson Sans';
    src: url(../tipografias/Kelson%20Sans%20Regular.otf) format('opentype')
}
@font-face {
    font-family: 'Kelson Sans Light';
    src: url(../tipografias/Kelson%20Sans%20Light.otf) format('opentype')
}
@font-face {
    font-family: 'Helvetica';
    src: url(../tipografias/HELVETICA.TTF) format('opentype')
}


@font-face {
    font-family: 'Franklin Gothic Medium';
    src: url(../tipografias/framd.ttf) format('opentype')
}
@font-face {
    font-family: 'Maecenas Test Light Italic';
    src: url(../tipografias/maecenastest-lightitalic.otf) format('opentype')
}

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 {
    font-family: 'Uniform Cond 4', sans-serif;
    font-size: 60px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px 0
}
h2 {
    font-family: 'Uniform Cond 5', sans-serif;
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    margin: 0
}

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
}
#cabecera {
    height: 120px;
    display: flex;    
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 5%;
    background: #FCBE00;
    background: linear-gradient(270deg,rgba(252, 190, 0, 1) 0%, rgba(198, 166, 0, 1) 50%, rgba(3, 0, 0, 1) 100%);
}
#logo {
    width: 220px
}
.cajamenu {
    width: 685px;/*40%*/
    margin: 0 0 -15% 0;
    z-index: 99
}
.caja-tel-menu{
    width: ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    margin: 0 0 10px 0;
}
.icono-llamada{
    width: 70px;
    position: inherit;
    z-index: 20;
}
.tel-menu {
    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;
}
.icono-whatsapp {
    width: 36px;
    margin: 0 10px 0 0
}
.icono-whatsapp img {
    display: block;
    width: 100%;
    height: auto
}
.tel-menu a {
    font-family: 'Helvetica Bold', sans-serif;
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff !important
}
.tel-menu p {
    font-family: 'Helvetica Bold', sans-serif;
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin: 0 10px;
    padding: 0;
    color: #fff !important
}
.tel-menu i{
    font-size: 52px;
    color: #fff; 
}
#menu {
    margin: 0 30px;
    padding: 1.5% 4%;
    border-radius: 15px;
    background: #fff;    
}
#menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#menu ul li a {
    font-family: 'Uniform Cond 3', 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
}
/****************************************************/
/********************  BANNER  **********************/
/****************************************************/
#banner{
    margin: 0;
    overflow:hidden;
}
#banner2{
    display: none;
}
.contenedor-banner {
    position: relative
}
.formulario-portada{
    width: 400px;
    height: auto;
    margin: 2% 0 0 0;
    border: 3px solid #000;
    background: rgba(245, 245, 245, 0.8);
    border-radius: 15px;
    padding:10px 15px 0 15px;
    position: absolute;
    top: 10%;
    right: 40px;
    z-index: 999;
}
.formulario-portada h2 {
    font-family: 'DIN', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    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%;
    /*margin: 2% auto 0 auto;*/
}
#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: 30px;
    line-height: 0px;
    padding: 0 0 8px 0;
    margin: 15px 0 0 0;
    border: none;
    border-bottom: 3px solid #353535;
    background: none;
    font-family: 'DIN Light', sans-serif !important;
    font-size: 20px;
    text-align: left !important;
    color: #000
}
.mensaje{
    width: 100%;
    height: 85px;
    border: none;
    border-bottom: 3px solid #353535;    
    margin: 20px 0 0 0;
    padding: 15px 0 0 0;
    font-family: 'DIN Light', sans-serif !important;
    font-size: 20px;   
    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: normal;
    font-size: 13px;
    margin-left: 8px; 
}
.text-terminos a {
    color: #000;
    font-weight: bold;
    text-decoration: underline !important; 
}
.boton {
    display: block;
    font-family: 'DIN', sans-serif !important;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    background: #FDC500;
    color:#000;   
    margin: auto;
    margin-top: 10px;
    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: normal
}
/*
.circulo-texto {
    position: absolute;
    left: 5%;
    bottom: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 360px;
    border-radius: 180px;
    background-color: white;
    background-clip: padding-box;
    border: 15px solid rgba(255, 255, 255, 0.5)
}
.circulo-texto p {
    font-family: 'Kelson Sans', sans-serif;
    font-size: 33px;
    text-align: center;
    line-height: 36px;
    color: #3C3C3B
}
.circulo-texto p .planificamos {
    font-family: 'Kelson Sans Bold', sans-serif
}
.circulo-texto p .activaciones-eventos {
    font-family: 'Kelson Sans Bold', sans-serif;
    font-size: 45px
}
*/
#politicas h1{
    font-family: 'Uniform Cond 4', sans-serif;
    font-size: 25px;
}
#politicas p{
    font-family: 'Uniform Cond 5', sans-serif;
    font-size: 17px;
    line-height: 23px;
}
/****************************************************/
/********************  SOMOS  **********************/
/****************************************************/
.titulo{
    font-family: 'Franklin Gothic Medium', sans-serif;
    line-height: 70px;
}
.texto-cursiva{
    font-family: 'Maecenas Test Light Italic', sans-serif;
}
#somos {
    padding: 4% 3% 5% 3%;
    background: #9EA2A8
}
#somos h1 { 
    font-size: 70px;  
    text-align: left;
    color: #fff;
    margin: 0 0 7% 0
}
#somos h2{
    font-family:  'Franklin Gothic Medium', sans-serif;
    font-size: 37px;
}
.cajasomos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
.texto-somos {
    width: 50%;
    margin: 0 0 6% 0
}
.parrafo-somos{
    width: 62%;
}
.parrafo-somos p {
    font-family:  'Franklin Gothic Medium', sans-serif;
    font-size: 30px;
    line-height: 45px;    
    color: #fff
}
.caja-3imagenes{
    display: flex;
    width: 50%;
    height: 650px;
    position: relative;
    transition: all 0.3s;
}
#somos .caja-3imagenes{
    margin: 5% 0 0 0;
}
.imagen1,
.imagen2,
.imagen3,
.imagen4 {
    /*width: 100%;*/
    position: absolute;
    transition: transform 0.3s ease, z-index 0.3s ease;  
      transition: all 0.3s   ;
      box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);   
}
.caja-imagen-texto{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;       
}
.texto-oculto{
    width: 100%;
    height: 20%;
    padding:0 10px;
    background: rgba(253, 197, 2, 0.7);
    position: absolute;
    top:101%;
    left: 0;
    transition:all 0.3s;
    display: flex;
    align-items: center;
}
.texto-oculto p{
    font-family: 'Franklin Gothic Medium', sans-serif;
    font-size: 18px;
    margin: 0;
}
.imagen3 .texto-oculto p{
    font-family: 'Franklin Gothic Medium', sans-serif;
    font-size: 16px;
    margin: 0;
}
.caja-imagen-texto:hover .texto-oculto{    
    top: 80% !important;
}
.imagen1 {
    width: 65%;
    top: 0;
    right: 15%; 
}
.imagen2 {
    width: 65%;
    top: 34%;
    left: -22%;
}
.imagen3 {
    width: 49%;    
    top: 42%;
    right: 0;    
}
.imagen4 {
    width: 50% !important;    
    bottom: -30%;
    left: 30%;    
}
.imagen1:hover {
    transform: scale(1.2);
    z-index: 1;
}
.imagen2:hover {
    transform: scale(1.2);
    z-index: 1;
}
.imagen3:hover {
    transform: scale(1.3);
    z-index: 1;
}
.imagen4:hover {
    transform: scale(1.3);
    z-index: 1;
}
.fondo-gris{
    background: #E9E9E9 !important;
}
.activaciones{    
    padding: 8% 3% !important;
}
.activaciones h1, .activaciones p{
    color: #000 !important;
}
.activaciones p{
    text-align: left;
}
.franja-dorado{
    height: 15px;
    background: #FCBE00;
    background: linear-gradient(270deg,rgba(252, 190, 0, 1) 0%, rgba(198, 166, 0, 1) 50%, rgba(3, 0, 0, 1) 100%);
}
.caja-eventos .caja-3imagenes{
    margin: -10% 0 0 0 !important;
}
/****************************************************/
/*******************  SERVICIOS  ********************/
/****************************************************/
#servicios {
    padding: 5%;
    background: #FDC500; 
    position: relative;   
}
.letra-a-dorado{
    width: 15%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.caja-servicios {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 0;
}
.colum-serv1{
    width: 40%;
}
.colum-serv2{
    width: 40%;
}
.item-serv{
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    margin: 5px 0;
}
.check{
    width: 17px;
    margin: 10px 10px 0 0;
}
.check2{
    width: 20px;
}
.item-serv p {
    font-family:  'Franklin Gothic Medium', sans-serif;
    font-weight: normal;
    font-size: 30px;
    margin: 0;
   
}
/****************************************************/
/***************  GALERIA CARRUSEL  *****************/
/****************************************************/
#galeria {
    padding: 6% 7% 3% 7%;
    background: #9DA2A8
}
#galeria h1 {
    text-align: center;
    color: #fff;
    line-height: 70px
}
.caja-carrusel {
    width: 90%;
    margin: auto
}
.caja-blanco-galeria {
    background: #000;
    padding: 0 !important
}
/****************************************************/
/*******************  CLIENTES  *********************/
/****************************************************/
#clientes {
    padding: 4% 7%;
    background: #fff;
}
/*
#clientes h1, #clientes h2  {
    text-align: center;
    color: #fff;
}
*/
#clientes p{
    font-family: 'Franklin Gothic Medium', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #000;
}
.caja-clientes {
    width: 100%;   
    height: auto; 
    margin: 3% 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo-cliente {    
    position: relative;
    overflow: hidden; 
    width: 20%;
    height: auto;  
    padding: 5% 0; 
}
.logo-blanco, .logo-color {
    display:block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease; 
    position: absolute;
    top: 0;
    left: 0;
}
.logo-blanco {
  opacity: 1;
  z-index: 2;
}
.logo-color {
  opacity: 0;
  z-index: 1;
}
.logo-cliente:hover .logo-blanco {
  opacity: 0;
}
.logo-cliente:hover .logo-color {
  opacity: 1;
}
/****************************************************/
/**************** NUESTROS VALORES ******************/
/****************************************************/
#valores{
    padding: 5% 10%;
    position: relative;
}

.caja-valores{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;    
}
.item-valores{
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5% 0;
}
.icono-valores{
    width: 95px;
    margin: 0 20px 0 0;
}
.item-valores p{
    font-family: 'Franklin Gothic Medium', sans-serif;
    font-size: 30px;
}
/****************************************************/
/**********************  MAPA  **********************/
/****************************************************/
#mapa {
    background: #FDC500;
    padding: 0 0 3% 0;
}
.caja-mapa{
    width: 65%;    
    margin: 3% auto 0 auto;
}
.mapa{
    width: 100%;
    height: 700px;
}
.texto-mapa {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9EA2A8;
    padding: 25px 0;
}
.texto-mapa h2{
    text-align: center;
    line-height: 0;
    margin: 0;
}
.icon-location {
    font-size: 30px;
    color: #fff
}
/****************************************************/
/****************  PIE DE PAGINA  *******************/
/****************************************************/
#pie-pagina {
    padding: 7% 4% 5% 4%;
    background: #FCBE00;
background: linear-gradient(270deg,rgba(252, 190, 0, 1) 0%, rgba(198, 166, 0, 1) 38%, rgba(11, 7, 0, 1) 87%, rgba(3, 0, 0, 1) 100%);
}
.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: 320px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*padding: 1% 0;*/
  
}
.caja-dorada-sociales-pie p {
    font-family: 'Uniform Cond 5', sans-serif;
    font-size: 32px;
    margin: 0;

}
.sociales-pie {
    width: 180px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 0 5%;
}
.caja-dorada-sociales-pie p{
    color: #fff !important;
}
.sociales-pie li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;   
    font-size: 25px;
    text-align: center;
    color: #fff !important;    
    margin: 0 ;
    border-radius: 30px;
    background:#000;
}
.instagram-pie{
    background: linear-gradient(135deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%);
}
/*
.facebook-pie{
    background: #274194;
}
.linkedin-pie{
    background: #0099DC;
}
.instagram-pie{
    background: linear-gradient(135deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%);
}
*/
.link-datos-pie{
    margin: 15px 0;
}
.link-datos-pie i {
    font-size: 25px
}
.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 {
        font-size: 50px;
    }
    h2 {        
        font-size: 40px;
    }
    p {        
        font-size: 25px;
        line-height: 35px;
    }

    .icono-whatsapp {
        width: 30px;
        margin: 0 10px 0 0
    }
    .tel-menu a {
        font-size: 35px
    }
    #menu ul li a {
        font-size: 25px
    }
    /****************************************************/
    /********************  BANNER  **********************/
    /****************************************************/    
    .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  **********************/
    /****************************************************/
    #somos {
        padding: 4% 3% 5% 3%;        
    }
    #somos h1 { 
        font-size: 60px;  
        margin: 0 0 7% 0
    }   
    #somos h2{    
        font-size: 32px;
    }
    .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: 40px;
    }
    .caja-3imagenes{        
        width: 50%;
        height: 520px;
    }
    .imagen1 {
        width: 62%;
        top: 5%;
        right: 15%; 
    }
    .imagen2 {
        width: 62%;
        top: 35%;
        left: -17%;
    }
    .imagen3 {
        width: 49%;    
        top: 41%;
        right: 0;    
    }
    .texto-oculto p{        
        font-size: 14px;    
        line-height: 19px;
    }
    .imagen3 .texto-oculto p{        
        font-size: 13px;
        margin: 0;
    }
    /****************************************************/
    /*******************  SERVICIOS  ********************/
    /****************************************************/
    .check{
        width: 17px;
        /*margin: 0 5px 0 0;*/
    }
    .check2{
        width: 21px;
        /*margin: 0 5px 0 0;*/
    }
    .item-serv p {        
        font-size: 25px;
        
    }
    /****************************************************/
    /*******************  CLIENTES  *********************/
    /****************************************************/ 
    /*   
    .caja-clientes {
        height: 450px;              
    }   */
    .mapa{
        width: 100%;
        height: 600px;
    } 
    /****************************************************/
    /**************** NUESTROS VALORES ******************/
    /****************************************************/
    .item-valores{
        width: 31%;        
        margin: 5% 0;
    }
    .icono-valores{
        width: 70px;
        margin: 0 20px 0 0;
    }
    .item-valores p{        
        font-size: 23px;
        line-height: 28px;
    }
    /****************************************************/
    /****************  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) {

    .texto-oculto p{        
        font-size: 13px;    
        line-height: 18px;
    }
    .imagen3 .texto-oculto p{        
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }
}
@media only screen and (max-width:1280px) {
    h1 {
        font-size: 50px;
    }
    h2 {        
        font-size: 36px;
    }
    .icono-whatsapp {
        width: 30px;
        margin: 0 10px 0 0
    }
    .tel-menu a {
        font-size: 35px
    }
    #menu ul li a {
        font-size: 25px
    }
    /****************************************************/
    /********************  BANNER  **********************/
    /****************************************************/    
    .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: 58px;  
        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: 30px;
        line-height: 40px;
    }

    .caja-3imagenes{        
        width: 50%;
        height: 520px;
    }
    .imagen1 {
        width: 62%;
        top: 5%;
        right: 15%; 
    }
    .imagen2 {
        width: 62%;
        top: 35%;
        left: -17%;
    }
    .imagen3 {
        width: 49%;    
        top: 41%;
        right: 0;    
    }
    */
    .texto-oculto p{        
        font-size: 12px;    
        line-height: 15px;
    }
    .imagen3 .texto-oculto p{        
        font-size: 11px;
        line-height: 15px;
        margin: 0;
    }
    /****************************************************/
    /*******************  CLIENTES  *********************/
    /****************************************************/
    /*
    .caja-clientes {
        height: 400px;              
    }
    */
    /****************************************************/
    /**************** NUESTROS VALORES ******************/
    /****************************************************/
    /*
    #valores{
        padding: 5% 10%;
    }   
    .item-valores{
        width: 31%;
        margin: 5% 0;
    }
    */
    .icono-valores{
        width: 65px;
        margin: 0 20px 0 0;
    }
    .item-valores p{        
        font-size: 20px;
        line-height: 25px;
    }
    /****************************************************/
    /****************  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) {
    h1 {
        font-size: 50px;
    }
    h2 {        
        font-size: 28px;
    }
    .icono-whatsapp {
        width: 30px;
        margin: 0 10px 0 0
    }
    .tel-menu a {
        font-size: 35px
    }
    #menu ul li a {
        font-size: 25px
    }
    /****************************************************/
    /********************  BANNER  **********************/
    /****************************************************/    
    .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 {
        font-size: 30px
    }
    h2 {        
        font-size: 19px;
    }    
    /*
    #cabecera {
        height: 110px;
        flex-direction: column;
        padding: 15px 5%
    }
    #logo {
        width: 120px
    }
    .cajamenu {
        width: 320px;
        margin: 0 0 -30px 0
    }
    .icono-whatsapp {
        width: 20px;
        margin: 0 8px 0 0
    }
    .tel-menu a {
        font-size: 20px
    }
    #menu ul li a {
        font-size: 15px
    }
    */

    #cabecera {
        height: 75px;
        align-items: center;
        padding: 0 5%;
        border-bottom: 5px
    }
    #logo {
        width: 120px
    }
    .cajamenu {
        width: 70%;
        margin: 0 0 -5% 0
    }
    .icono-llamada{
        width: 45px;
    }
    .icono-whatsapp {
        width: 22px;
        margin: 0 8px 0 0
    }
    .tel-menu i {
        font-size: 25px
    }
    .tel-menu a {
        font-size: 17px
    }
    .tel-menu p {
        font-size: 17px
    }
    #menu ul li a {
        font-size: 18px
    }
    /****************************************************/
    /********************  BANNER  **********************/
    /****************************************************/ 
    #banner{
        display: none;
    }
    #banner2{
        display: block;
    }
    .contenedor-banner{        
    }   
    .formulario-portada{
        width: 300px;
        top:110%;
        right: 0; 
        left: 50%;
        transform: translateX(-50%);   
    } 

    .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; 
    }
    .text-terminos a {
       
    }
    .boton {        
        font-size: 15px;        
        margin-top: 10px;
        margin-bottom: 10px;        
        padding: 2% 15% !important;
        border-radius: 5px;
    }
    
    #advertencia {        
        font-size: 15px;
    }
         
    /****************************************************/
    /*********************  SOMOS  **********************/
    /****************************************************/   
    .titulo{
        line-height: 40px;
    } 
    #somos {
        padding: 10% 8% 10% 8%;        
    }    
    #somos h1 { 
        font-size: 30px;  
        margin: 0 0 7% 0
    }   
    #somos h2 { 
        font-size: 21px;         
    }   
    .cajasomos {        
        flex-direction: column;
    }
    .texto-somos {
        width: 100%;
        margin: 0 0 6% 0
    }
    .parrafo-somos{
        width: 100%;
    }
   
    .parrafo-somos p {
        font-size: 18px;
        line-height: 30px;
    }    
    .caja-3imagenes{        
        width: 100%;
        height: auto;
        position: inherit;
        display: flex;
        flex-direction: column;
    }   
    .imagen1, .imagen2, .imagen3, .imagen4 {
        width: 88% !important;
        position: inherit;
        margin:2% auto;
    }
    .imagen1:hover {
        transform: scale(1.2);
        z-index: 1;
    }
    .imagen2:hover {
        transform: scale(1.2);
        z-index: 1;
    }
    .imagen3:hover {
        transform: scale(1.2);
        z-index: 1;
    }
    .imagen4:hover {
        transform: scale(1.2);
        z-index: 1;
    }
    /****************************************************/
    /*******************  SERVICIOS  ********************/
    /****************************************************/
    #servicios{
        padding: 480px 5% 5% 5%;
    }
    .letra-a-dorado{
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .caja-servicios {        
        flex-direction: column;
    }
    .colum-serv1{
        width: 90%;
        max-width: 450px;
        margin: auto;
    }
    .colum-serv2{
        width: 90%;
        max-width: 450px;
        margin: auto;
    }
    .check{
        width: 17px;
        margin: 10px 10px 0 0;
    }

    .item-serv p {        
        font-size: 18px;
        line-height: 30px;
    }
    
    #galeria {
        padding: 6% 7% 3% 7%
    }
    #galeria h1 {
        line-height: 50px
    }
    .caja-blanco-galeria {
        padding: 2% 1% !important
    }
    .activaciones{
        padding: 10% 8% !important;
    }
    /****************************************************/
    /*******************  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
    }
    /****************************************************/
    /**************** NUESTROS VALORES ******************/
    /****************************************************/
   /*
    #valores{
        padding: 5% 10%;
    }   
    */
    .caja-valores{
        flex-direction: column;
        position: sticky;
        z-index: 99;
    }
    .item-valores{
        width: 300px;
        margin: 5% 0;
    }
 
    
    .icono-valores{
        width: 65px;
        margin: 0 20px 0 0;
    }
    .item-valores p{        
        font-size: 20px;
        line-height: 25px;
    }
    /****************************************************/
    /****************  PIE DE PAGINA  *******************/
    /****************************************************/ 
    .pie-izq{
        width: 335px;
        margin: auto;
    }
    .logo-pie{
        width: 100%;
    }
    .pie-izq p{
        font-size: 20px;
    }
    .datos-pie{
        width: 335px;
        margin: 5% 0 0 0;
    }
    .caja-dorada-sociales-pie{
        width: 280px;
    }
    
    .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;
        color: #fff !important;
    }
    .link-datos-pie span {
        font-size: 30px
    }
    .caja-dorada-sociales-pie p{
        font-size: 22px;
    }

}
@media only screen and (max-width:600px) {
    h1 {
        font-size: 30px
    }
    p {
        font-size: 20px;
        line-height: 32px
    }
    /*
    #logo {
        width: 120px
    }
    .cajamenu {
        width: 65%;
        margin: 0 0 -5% 0
    }
    .icono-whatsapp {
        width: 20px;
        margin: 0 8px 0 0
    }
    .tel-menu a {
        font-size: 20px
    }
    #menu ul li a {
        font-size: 15px
    }
    */

    #cabecera {
        height: 75px;        
        padding: 0 5%;
        border-bottom: 5px
    }
    #logo {
        width: 110px
    }
    .cajamenu {
        width: 70%;
        margin: 0 0 -5% 0
    }
    .icono-llamada{
        width: 40px;
    }
    .icono-whatsapp {
        width: 22px;
        margin: 0 8px 0 0
    }
    .tel-menu{
        border-radius: 20px;
        padding: 0 15px 0 30px;
    }
    
    #menu ul li a {
        font-size: 15px
    }
    #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%;       
    }    
    .logo-cliente {       
        width: 43%;     
    } 
    /****************************************************/
    /*********************  MAPA  ***********************/
    /****************************************************/
    /*
    .direccion-pc{
        display: none;
    }
    .direccion-movil{
        display: block;
    } 
    */    
    .texto-mapa h2{
        font-size: 18px;
        line-height: 30px;
    }
    .texto-mapa i{
        font-size: 18px;
    }
    #pie-pagina {
        padding: 10% 4%
    }
    .logo-pie {
        margin: 0 0 7% 0
    }
    .datos-pie {
        width: 90%
    }
    .texto-pie {
        margin: 0 0 6% 0
    }
    .caja-dorada-sociales-pie {
        padding: 1.5% 0
    }
    .link-datos-pie i {
        font-size: 20px
    }
    .link-datos-pie a {
        font-size: 20px
    }
    .link-datos-pie span {
        font-size: 20px
    }
}
@media only screen and (max-width:480px) {
    /*
    #cabecera {
        height: 75px;        
        padding: 0 5%;
        border-bottom: 5px
    }
    #logo {
        width: 110px
    }
    .cajamenu {
        width: 70%;
        margin: 0 0 -5% 0
    }
    .icono-llamada{
        width: 40px;
    }
    .icono-whatsapp {
        width: 22px;
        margin: 0 8px 0 0
    }
    .tel-menu{
        border-radius: 20px;
        padding: 0 15px 0 30px;
    }    
    #menu ul li a {
        font-size: 15px
    }
    */
    #cabecera {
        height: 140px;
        flex-direction: column;
        padding: 15px 5%
    }
    #logo {
        width: 120px;
        margin: 0 0 10px 0;
    }
    .cajamenu {
        width: 320px;
        margin: 0 0 -30px 0
    }
    .icono-whatsapp {
        width: 20px;
        margin: 0 8px 0 0
    }
    .tel-menu i {
        font-size: 22px
    }
    .tel-menu a {
        font-size: 13px
    }
    #menu ul li a {
        font-size: 15px
    }
    .boton-whatsapp {
        width: 60px;
        height: 50px;
        border-radius: 15px 0 0 15px;
        bottom: 30%
    } 
    /****************************************************/
    /*******************  SERVICIOS  ********************/
    /****************************************************/
    /*
    #servicios{
        padding: 10% 5%;
    }
    
    .caja-servicios {        
        flex-direction: column;
    }
    */
    .colum-serv1{
        width: 100%;
        /*max-width: 450px;
        margin: auto;*/
    }
    .colum-serv2{
        width: 100%;
        /*max-width: 450px;
        margin: auto;*/
    }
    .check{
        width: 14px;
        /*margin: 0 5px 0 0;*/
    }
     .check2{
        width: 20px;
    }
    /*
    .item-serv p {        
        font-size: 14px;
        line-height: 25px;
    }
    */
    #galeria {
        padding: 6% 7% 3% 7%
    }
    /*
    #galeria h1 {
        line-height: 50px
    }
    */
    .caja-blanco-galeria {
        padding: 2% 1% !important
    }
    /****************************************************/
    /*******************  CLIENTES  *********************/
    /****************************************************/
    #clientes {
        padding: 6% 7%;       
    }
      /*
    .caja-clientes {
         
        margin: 3% 5% 0 5%;        
        flex-direction: row;       
    }
  
    .logo-cliente {       
        width: 90%;  
        padding: 20% 0;   
    } 
    */
    .mapa {
        height: 500px
    }
    .texto-mapa{
        padding: 5%;
        align-items: initial;
    }
    .texto-mapa h2{
        font-size: 18px;
        line-height: 30px;
    }
    .texto-mapa i{
        font-size: 18px;
        margin: 5px 0 0 0;
    }
    /****************************************************/
    /****************  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
    }
}