:root{
    --bgNav:rgba(0, 0, 0, 0.5);
    --bgBanner: rgb(15, 12, 54);
}
/* 
    Fuentes Importadas ....................

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;600;700&family=Mukta:wght@300;400;700&display=swap');

CSS rules to specify families

font-family: 'Cairo', sans-serif;
font-family: 'Mukta', sans-serif;

*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;600;700&family=Mukta:wght@300;400;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Cairo', sans-serif;
    font-style: none;
}
.main-body{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
/* preloader */

/*       contenedor preload      */

.preload{
    width: 100%;
    display: flex;
    height: 100vh;
    position: fixed;
    background: white;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.contenedor-preload{
    width: 25%;
    display: block;
    height: 200px;
    margin-top: -8em;
    position: relative;
}
#logo-preload{
    width: 63%;
    height: 60%;
    display: block;
    margin: auto;
    perspective: 1000;
    margin-bottom: 3em;
   
}
.iconCarga{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 50px;
    margin-top: -4em;
}
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: rgba(0, 0, 255, 0.487);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 8px;
      height: 64px;
    }
    50%, 100% {
      top: 24px;
      height: 32px;
    }
  }
  
@keyframes rotarLogoPreload {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
/*      fin contenedor preload      */




/* Banner Publicitario  */

.banner-publicitario{
    width: 100%;
    max-width: 1920px;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: -10000px;
    z-index: 1000;
    background: var(--bgBanner);
    transition: all .5s ease;
    opacity: 0;
}
#cerrar-banner-publicitario{
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    cursor: pointer;
    z-index: 1001;
    font-size: 30px;
}
.caja-imagen-banner{
    width: 55%;
    height: 450px;
    display: block;
    position: relative;
    margin: auto;
    margin-top: 6em;
    border: 10px solid white;
    border-radius: 15px;
}
.caja-imagen-banner img{
    width: 100%;
    height: 100%;
    background-size: cover;
}
#titulo-banner-publicitario{
    width: 100%;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    color: white;
    font-size: 40px;
}
.caja-imagen-banner-footer{
    width: 100%;
    display: flex;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: white;
    font-size: 20px;
    justify-content: space-evenly;
}
.caja-imagen-banner-footer img{
    width: 23%;
    height: 150px;
    display: block;
    border-radius: 15px;
    border: 5px solid white;
}
/* fin Banner Publicitario  */


/* Slider */
.container-slider{
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    overflow-y: hidden;
    background: url('../img/cambiaimagenes/4.jpg');
    background-size: cover;
 }
 
.container-slider:before{
    content: '';
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(8, 31, 64, 0.544);
    z-index: 99;
    overflow-y: hidden;
}  
.row-slider{
    display: block;
    width: 100%;
    height: 100%;
}
.caja-slider{
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 0px;
}
.caja-slider li img{
    width: 100%;
    height: 100%;
    background-size: cover;
}
/* fin slider */
.container-header{
    width: 100%;
    display: flex;
    height: 100px;
    background: none;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    position: absolute;
    top: 0;
    background: var(--bgNav);
}
.caja-logo-header{
    width: 200px;
    height: 100px;
    display: block;
    margin-left: 5em;
}
.caja-logo-header img{
    width: 150px;
    height: 60px;
    margin-top: 1em;
    z-index: 100;
}
.caja-nav-header{
    width: 80%;
    display: flex;
    justify-content: right;
}
.caja-nav-header a{
    display: block;
    padding: 1em;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    transition: all .5s ease;
    font-size: 13px;
}
.caja-nav-header a:hover{
    color: orange;
}
.caja-nav-header a i{
    padding-top: 5px;
}
#link-menu-servicios{
    padding-top: .75em;
}
/* icono menu responsive */


.icono-cerrar-menu-responsive{
    width: 40px;
    height: 40px;
    display: none;
    border: 1px solid transparent;
    position: absolute;
    right: 20px;
    top: 30px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.icono-cerrar-menu-responsive span{
    width: 30px;
    height: 3px;
    display: block;
    background-color: white;
    margin-top: 1em;
    margin-left: .3em;
    transition: all .5s ease;
}
.icono-cerrar-menu-responsive:before{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: white;
    position: absolute;
    top: .3em;
    transition: all .3s ease-in-out;
}

.icono-cerrar-menu-responsive:after{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: white;
    position: absolute;
    bottom: .3em;
    transition: all .3s ease-in-out;
}
.icono-cerrar-menu-responsive:hover:before{
    transform: rotate(45deg);
    top: 1em;
}
.icono-cerrar-menu-responsive:hover:after{
    transform: rotate(-45deg);
    bottom: 1.3em;
}
.icono-cerrar-menu-responsive:hover span{
    margin-left: 10em;
}

/* MENU LINK RESPONSIVE */
#menu-responsive-links{
    width: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3em 0em;
}
.row-menu-responsive-links{
    width: 100%;
    display: block;
    height: 60px;
    position: relative;
}

.row-menu-responsive{
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid transparent;
    position: absolute;
    right: 20px;
    top: -30px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.row-menu-responsive span{
    width: 30px;
    height: 3px;
    display: block;
    background-color: white;
    margin-top: 1em;
    margin-left: .3em;
    transition: all .5s ease;
}
.row-menu-responsive:before{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: white;
    position: absolute;
    top: .3em;
    transition: all .3s ease-in-out;
    transform: rotate(45deg);
    top: 1em;
}

.row-menu-responsive:after{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: white;
    position: absolute;
    bottom: .3em;
    transition: all .3s ease-in-out;
    transform: rotate(-45deg);
    bottom: 1.3em;
}

/* MENU LINK RESPONSIVE */


/* CONTAINER SERVICIOS LINK */
.container-servicios-link, .caja-servicios-link-contacto{
    width: 300px;
    display: block;
    position: absolute;
    right: 0em;
    top: 6em;
    z-index: 3;
    background: var(--bgNav);
}
.caja-servicios-link{
    width: 90%;
    display: flex;
    height: 50px;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.caja-servicios-link a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    margin-left: 1em;
    transition: all .5s ease;
}
.caja-servicios-link a:hover{
    color: orange;
    margin-left: 1.5em;
}
.caja-servicios-link img{
    width: 40px;
    border-radius: 50%;
    height: 40px;
}

/* Container - presentacion */
.container-presentacion{
    width: 100%;
    display: block;
    height: 100px;
    margin:auto;
    background:none;
    z-index: 100;
    position: absolute;
    top: 50%;
}
.container-presentacion h1{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 4em;  
    position: absolute;
}
.container-servicios{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 7em;
    position: relative;
  
}
.row-servicios-imagenes{
    display: flex;
    width: 100%;
    height: 320px;
    gap: 10px;
    justify-content: space-evenly;
    margin-bottom: 5em;
}
.row-servicios-imagenes img{
    width: 25%;
    height: 100%;
    display: block;
    border-radius: 50%;
    border : 15px solid rgb(169, 199, 216);
}
.row-servicio{
    width: 30%;
    display: flex;
    height: 300px;
    margin-right: 1em;
}
.caja-icon-servicio{
    width: 200px;
    height: 100%;
    display: block;
    margin-right: 1em;
}
.caja-icon-servicio i{
    width: 80px;
    height: 80px;
    display: flex;
    font-size: 3em;
    background: orange;
    border-radius: 50%;
    color: white;
    align-items: center;
    justify-content: center;
}
.caja-servicio-descripcion p{
    text-align: justify;
}
/* Container empresa */
.container-empresa{
    width: 100%;
    display: flex;
    overflow:hidden ;
    justify-content: center;
    position: relative;
}
.row-empresa-descripcion{
    width: 50%;
    display: block;
}
.row-empresa-descripcion p{
    width: 90%;
    text-align: justify;
}
.row-empresa-imagen{
    width: 40%;
    display: block;
    height: 500px;
    border-radius: 50%;
    margin-left: 4em;
}
.row-empresa-imagen img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.barra-superior-empresa{
    width: 300px;
    height: 200px;
    display: block;
    background: orange;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    position: absolute;
    right: 300px;
    z-index: -1;
}
.barra-inferior-empresa{
    width: 300px;
    height: 200px;
    display: block;
    background: orange;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    position: absolute;
    right: 5px;
    bottom: -2em;
    z-index: -1;
}
.barra-iframe{
    width: 200px;
    height: 200px;
    display: block;
    clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
    background: rgb(238, 101, 16);
    position: absolute;
    bottom: 0;
    right: 25em;
    z-index: -1;
}
.barra-footer-empresa{
    width: 60%;
    height: 150px;
    display: block;
    clip-path: polygon(0% 0%, 75% 0%, 67% 50%, 75% 100%, 0% 100%);
    background: rgba(2, 37, 56, 0.822);
    position: absolute;
    bottom: 0;
    left: 0;
}
.container-valores{
    width: 100%;
    height: 500px;
    display: flex;
    position: relative;
    background:linear-gradient(45deg,rgba(0, 0, 0, 0.73),rgba(0, 0, 255, 0.765)),url('../img/Gallery/12.jpeg');
    flex-wrap: wrap;
    margin-top: 10em;
}
.row-valores-mision{
    width: 80%;
    display: block;
    margin: auto;
    text-align: justify;
}
.row-valores-mision h3{
    text-align: center;
    color: white;
}
.row-valores-mision p{
    color: rgb(190, 187, 187);
}
/* container-video */
.container-video{
    width: 100%;
    display: flex;
    height: 100px;
    background: linear-gradient(45deg,black,blue);
    margin-top: 5em;
    align-items: center;
}
.container-video h3{
    color: white;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
    padding:1em ;
    text-transform: uppercase;
}
/* container galeria */
.container-galeria{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.row-galeria{
    width: 50%;
    display: block;
    height: 400px;
    position: relative;
    overflow: hidden;
    transition: all .4s;
}
.row-galeria:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.769);
    transition: all .4s;
}
.row-galeria:hover:before{
    top: 200%;
    transition: all .4s;
}
.caja-galeria-img{
    width: 100%;
    height: 100%;
    display: block;
}
.caja-galeria-img img{
    width: 100%;
    height: 100%;
    transition: all .5s;
    cursor: pointer;
}
.row-galeria:hover .caja-galeria-img img{
    transform: scale(1.2) rotate(-2deg);
}
/* container-footer-contacto */
.container-footer-contacto{
    width: 100%;
    display: block;
    position: relative;
    background: linear-gradient(45deg,rgba(6, 4, 0, 0.911),rgba(61, 48, 2, 0.694)),url('../img/Gallery/2.jpeg');
    background-position: center;
    background-size: cover;
}
.caja-usuario-email{
    width: 300px;
    height: 50px;
    display: flex;
    position: absolute;
    right: 50px;
    top: 0;
}
.caja-usuario-email p{
    color: white;
    font-size: 1em;
    text-align: center;
    margin-top: 1em;
}
.container-footer-contacto h3{
    width: 100%;
    color: orange;
    font-size: 3em;
    font-weight: bold;
    text-align: left;
    padding-top: 1em;
    padding-left: 1em;
    margin-bottom: .5em;
}
.row-form-contacto{
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-around;
}
.caja-input{
    width: 45%;
    display: block;
    background-color: none;
    height: 400px;
}
.caja-input label{
    width: 100px;
    display: block;
    color: white;
}
.caja-input input[type='text'],
.caja-input input[type='email']{
    background: rgba(3, 3, 0, 0.311);
    border: 1px solid rgba(3, 3, 0, 0.311);
    border-radius: 5px;
    width: 100%;
    color: rgb(190, 187, 187);
    text-align: center;
    margin-top: .4em;
    margin-bottom: .4em;
    padding: .7em;
}


.caja-input input:nth-child(1){
    margin-top: 2em;
}
.validacion{
    width: 100%;
    margin-top: .3em;
    display: block;
}
.caja-validacion{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.validacion span{
    color: white;
    display: -webkit-inline-block;
    width: 40px;
    padding: .3em;
    margin-right: 1em;
}
.validacion input[type='number']{
    background: rgba(3, 3, 0, 0.311);
    border: 1px solid rgba(3, 3, 0, 0.311);
    border-radius: 5px;
    width: 100px;
    color: rgb(190, 187, 187);
    text-align: center;
    margin-top: .4em;
    margin-bottom: .4em;
    padding: .7em;
}

.validacion button{
    width: 100px;
    display: block;
    padding: .5em;
    margin-top: 1em;
    background: rgb(171, 112, 3);
    border: 1px solid rgb(171, 112, 3);
    color: white;
    border-radius: 5px;
    transition: all .5s;
}
.validacion button:hover{
    background: orange;
}
.caja-textarea{
    width: 45%;
    display: block;
}
.caja-textarea label{
    width: 100%;
    display: block;
    color: white;
    margin-bottom: .4em;
}
.caja-textarea textarea{
    width: 100%;
    background: rgba(3, 3, 0, 0.311);
    border: 1px solid rgba(3, 3, 0, 0.311);
    color: rgb(190, 187, 187);
    border-radius: 5px;
}

.container-footer{
    width: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.67);
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 500px;
}
.imagenes-footer{
    width: 100%;
    display: block;
    height: 200px;
    position: relative;
}
#tractocamion{
    width: 380px;
    height: 240px;
    position: absolute;
    top: -5em;
    right: 0;
}

#motogenerador{
    width: 380px;
    height: 200px;
    position: absolute;
    top: -5em;
    right: 24em;
}

#montacargas{
    width: 380px;
    height: 240px;
    position: absolute;
    top: -5em;
    left: 20em;
}

#flota{
    width: 420px;
    height: 320px;
    position: absolute;
    top: -5em;
    left: -5em;
}
.caja-logo-footer{
    width: 300px;
    display: block;
    height: 100px;
    margin-left: 1em;
}
.caja-logo-footer img{
    width: 80%;
    padding-top: 10px;
}
.caja-footer-contacto{
    width: 30%;
    display: block;
    color: white;
}

.caja-footer-contacto h4{
    padding-bottom: .5em;
    padding-top: .5em;
}
.caja-footer-horarios{
    width: 20%;
    display: block;
    color: white;
}
.caja-footer-horarios h4{
    padding-bottom: .5em;
    padding-top: .5em;
}
.caja-pie{
    width: 100%;
    color: white;
    display: flex;
    position: relative;
    height: 50px;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.caja-pie p{
    display: inline-block;
    width: 90%;
    padding-left: 1em;
}
.caja-pie i{
    width: 30px;
    height: 30px;
    display: flex;
    background: rgba(0, 0, 255, 0.358);
    font-size: 1.2em;
    align-items: center;
    justify-content: center;
    border-radius:5px;
    transition: all .5s;
    cursor: pointer;
}
.caja-pie i:hover{
    background: blue;
}

/* caja-btn-up*/
.caja-btn-up{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: orange;
    color: white;
    bottom: 50px;
    left: -100px;
    border: 2px solid var(--BgBtnCabecera);
    transition: all .3s ease-in;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    z-index: 100;
}
.caja-btn-up i{
    display: block;
    font-size: 25px;
    
}
.caja-btn-up:hover{
    height: 80px;
    background: orange;
}

.caja-btn-up:hover.caja-btn-up i{
 color: white;
 animation: btnUp 1s infinite linear;
}
.caja-btn-up:hover:before{
    content: 'To Up';
    display: block;
    width: 100%;
    height: 20px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    text-align: center;
}
@keyframes btnUp {
    0%{transform: translatey(0px);}
    25%{transform: translatey(-20px);}
    50%{transform: translatey(-10px);}
    100%{transform: translatey(3px);}
   }
/* caja-btn galeria */
/* --------------- Pagina Contacto ------------------ */

#link-menu-contacto-inicio{
    justify-content: center;
}
.container-pagina-contacto{
    width: 95%;
    height: 500px;
    display: block;
    margin: auto;
}
.row-pagina-contacto{
    width: 100%;
    display: flex;
    margin-top: 2em;
    flex-wrap: wrap;
}
.row-pagina-contacto h2{
    color: black;
    font-size: 2em;
    text-align: center;
}
.row-pagina-contacto h3{
    color: orange;
    text-align: left;
    font-style: italic;
    text-align: center;
}
.row-datos-contacto{
    width: 50%;
    display: block;
    height: 300px;
    margin-top: 4em;
}
.row-datos-contacto img{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    border-radius: 50%;
}
.row-datos-contacto p{
    display: block;
    width: 80%;
    margin: auto;
    color: white;
    margin-bottom: .4em;
}
.row-datos-contacto p i{
    width: 20px;
    height: 20px;
    display: inline-flex;
    border-radius: 50px;
    background: white;
    color: rgba(50, 50, 236, 0.569);
    align-items: center;
    justify-content: center;
    font-size: .8em;
}
.caja-contacto-parrafos{
    width: 60%;
    display: block;
    padding: .5em;
    background: rgba(50, 50, 236, 0.569);
    margin: auto;
    margin-top: 1em;
    border-radius: 5px;
}
.caja-contacto-parrafos button{
    width: 100px;
    display: block;
    border: 1px solid white;
    color: rgba(50, 50, 236, 0.569);
    border-radius: 5px;
    background: white;
    padding: .3em;
    margin-top: 1em;
    margin-left:2.3em ;
    cursor: pointer;
    transition: all .3s;
}
.caja-contacto-parrafos button:hover{
    background: orange;
    border: 1px solid orange;
    color: white;
}

/* --------------- Fin Pagina Contacto ------------------ */

/* @keyframes */

@media screen and (max-width: 1000px) {
   .row-servicio{
    margin-right: 1em;
    width: 40%;
   }
   #montacargas{
    display: none;
   }
   .caja-imagen-banner{
    width: 80%;
    margin-top: 8em;
   }
   .caja-imagen-banner-footer img{
    width: 25%;
    border-radius: 0px;
  
   }
} 

@media screen and (max-width: 800px) {
    .container-empresa{
        flex-wrap: wrap;
        justify-content: center;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.783),rgba(6, 77, 5, 0.697));
    }
    .row-empresa-descripcion{
    width: 95%;
    margin: auto;
    padding-left: 1em;
    margin-right: 0em;
    height: 400px;
    }  
    .row-servicios-imagenes{
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 27em;
    }
    .row-servicios-imagenes img{
        width: 50%;
    }
    .row-empresa-descripcion h3{
        margin-top: 1em;
        text-align: center;
        font-size: 2em;
    }
    .row-empresa-descripcion p{
        color: white;
        margin-top: 2em;
        line-height: 23px;
    }
    .row-empresa-imagen{
        display: none;
    }
    .barra-footer-empresa{
        display: none;
    }
    .container-valores{
        margin-top: 0em;
    }
    .caja-logo-footer{
        width: 160px;
        margin-left: 0em;
        height: 70px;
    }
    .caja-logo-footer img{
        width: 100%;
        height: 70px;
    }
    .caja-footer-contacto{
        width: 300px;
        text-align: center;
    }
    .caja-footer-contacto p{
        font-size: .7em;
    }
    .caja-footer-horarios{
        width: 150px;
        text-align: center;
    }
    .caja-footer-horarios p{
        font-size: .7em;
    }
    .caja-pie p{
        font-size: .7em;
    }

    /* pagina contacto */
    .container-pagina-contacto{
        width: 100%;
        height: 1200px;
        justify-content: center;
    }
    .row-pagina-contacto{
        width: 100%;
        flex-wrap: wrap;
    }
    .row-datos-contacto{
        width: 60%;
        margin: auto;
        padding: 1em;
        margin-bottom: 4em;
    }
    .row-pagina-contacto{
        width: 100%;
    }
    .caja-contacto-parrafos{
        width: 95%;
        padding: 0em;
        height: 200px;
    }
    .caja-contacto-parrafos .first-parrafo-contacto{
        padding-top: 2em;
    }
    .caja-contacto-parrafos p{
        font-size: .8em;
        padding: 0em;
    }
    
    .row-datos-contacto:nth-child(1){
        margin-top: .5em;
    }
    
    .segundo-contacto{
        margin-top: 8em;
    }

} 

@media screen and (max-width: 600px) {
  .contenedor-preload{
    width: 60%;
  }
    #logo-preload{
    width: 100%;
    height: 80%;
   }
   
    .caja-nav-header{
    display: none;
   }
   .caja-logo-header{
    margin-left: 20px;
   }
   #link-menu-contacto-inicio {
    display: flex;
   }
   #menu-responsive{
    display: block;
   }
   .row-servicios-imagenes{
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 27em;
   }
.row-servicios-imagenes img{
    width: 50%;
    border-radius: 0%;
    border: 0px solid transparent;
}

    .row-servicio{
        margin-right: 1em;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
       }
       .caja-icon-servicio{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
       }
       .caja-icon-servicio i{
        background: rgb(5, 5, 71);
       }
       .caja-servicio-descripcion{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
       }
       .caja-servicio-descripcion h3{
        color: orange;
       }

       .row-empresa-descripcion{
        height: 550px;
       }
       .container-valores{
        height: 800px;
       }
       .row-galeria{
        width: 100%;
       }
       .container-footer-contacto{
        height: 900px;
       }
       .container-footer-contacto h3{
        text-align: center;
        font-size: 2em;
       }
       .caja-input{
        width: 98%;
        position: relative;
       }
       .caja-textarea{
        position: absolute;
        left: 20px;
        bottom: 28em;
        width: 94%;
       }
       
       .validacion{
        position: absolute;
        bottom: -9em;
       }
       .container-footer{
        position: absolute;
        bottom: 0;
       }
       .caja-logo-footer{
        width: 98%;
        margin-bottom: 2em;
       }
       .caja-logo-footer img{
            width: 200px;
            height: 80px;
            display: block;
            margin: auto;
       }
       .caja-footer-contacto{
        width: 40%;
       }
       .caja-footer-horarios{
        width: 40%;
       }
       .caja-pie{
        margin-top: 1em;
       }


       /* pagina contacto */
       .container-footer-contacto{
        height: 1500px;
       }
    .row-datos-contacto{
        width: 98%;
        padding: 0em;
    }
    .row-pagina-contacto h2{
        font-size:1.4em ;
    }
    .caja-contacto-parrafos{
        width: 80%;
    }  
    .container-footer-contacto h3{
        margin-bottom: 1em;
    }
    .caja-usuario-email{
        display: block;
        width: 100%;
        left: 0;
        top: 4em;
        text-align: left;
    } 
    .caja-textarea{
        position: absolute;
        left: 20px;
        top: 16em;
        width: 94%;
    }
    .caja-usuario-email{
        position: absolute;
        left: 20px;
        top: -59em;
        width: 94%;
    }
    .container-footer{
        position: absolute;
        margin-bottom: 0em;
    }
    .caja-logo-footer{
        width: 98%;
        position: absolute;
        top: 12em;
    }
    .caja-pie{
        position: absolute;
        bottom: -1em;
    }

} 

@media screen and (max-width: 400px) {
   .contenedor-preload{
    width: 90%;
   }
   .container-footer-contacto{
    height: 950px;
   }
} 
    

.texto-rojo{
    color: white;
    background: red;
    border-radius: 5px;
}
.texto-orange{
    color: orange;
    font-weight: bold;
}
.rojo{
    color: red;
}
.oculto{
    display: none;
}
