


body{
    margin: 0;
    font-family: 'karla', sans-serif;
    
}

/*Esta parte es para el menu de navegacion*/
/*-----------------------------------------*/

.header{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.header-nav{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    
}

.navbar{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    align-items: center;
    box-shadow: 0px 0px 10px 0px black;
    background-color: white;
}

.navbar-options{
    margin-right: 20px;
}

.navbar-option, .navbar-whatsapp{
    text-decoration: none;
    color: black;
    font-weight: 600;
    

   
}

.navbar-option{
    padding: 15px;
}

.navbar-option:hover{
    background-color: rgb(224, 224, 224);
}

.navbar-whatsapp{
    padding: 10px 15px;
    margin-right: 15px;
    background-color: #00bb2d;
    color: white;
    margin-left: 15px;
    transform: scaleX(1) scaleY(1);
}

.navbar-whatsapp:hover{
    background-color: #01d833 ;
    
}

.navbar_responsive{
    display: none;
}

.btn-menu{
    display: none;
    height: 50px;
}

.btn-menu svg{
width: 40px;
height: 40px;
padding: 7px;
fill: #0b3954;
}





/*-------------------Seccion Banner---------------------------------------------*/

.banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.banner_title{
    color: white;
    padding: 15px;
    width: 450px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    border-radius: 15px 15px 15px 15px;
    margin-left: 115px;
    margin-top: 185px;
}

.banner_titulo{
    width: 90%;
}

.banner_descripcion{
    width: 90%;
}

.banner_opcion{
    width: 90%;
}

.banner_title, p, li{
    font-weight: 600;
}

.banner-bottom_servicios{
    text-decoration: none;
    color: white;
    background: #003c77;
    border: 2px solid #1276da;
    padding: 20px;
    width: 20%;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
}

.banner-bottom_servicios:hover{
    background: #014e9b;
}


.banner_img{
    width: 400px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    animation: giro 5s linear infinite;
    z-index: 2 ;
}

.banner_img img{
    width: 100%;
    height: auto;
    display: block;

}









/*-------------------Seccion Nosotros---------------------------------------------*/


.nosotros{
    width: 100%;
    height: 100%;


}

.nosotros-contenedor{
    background-color: rgb(1, 1, 15);
    width: 100%;
    margin: 0 auto;

}

.nosotros_title h1{
    color: white;
    background-color: rgb(20, 20, 20);
    text-align: center;
    font-size: 40px;
    padding: 15px;
    margin: 0%;


}



.nosotros_body p{
    color: white;
    text-align: justify;
    width: 80%;
    margin: 35px auto;
    font-weight: 300;
}

.nosotros_body_firma{
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.nosotros_body_nombre{
    margin-top: 0;
    text-align: center;
    color: white;
}

.nosotros_footer{
    background-color: rgb(45, 45, 59);
    width: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.nosotros_footer_icons{
    background-color: rgb(1, 1, 15);
    width: 250px;
    height: 150px;
    border-radius: 15px;
    color: white;
    fill: white;
    display: flex;
    font-size: 15px;
    padding: 10px 20px;

    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    justify-content: center;

    transition: background-color 0.5s ease,fill 0.5s ease, color 0.5s ease;

    animation: boton 2s linear infinite;
}



.nosotros_footer_icons:hover{
    color: goldenrod;
    fill: goldenrod;
    background-color: white;

}

.nosotros_footer_icons svg{
    width: 50px;
    height: 50px;
}



/*-------------------Seccion Servicios---------------------------------------------*/


.servicios{
    width: 100%;
    height: 100%;
    


}

.servicios-contenedor{
    background-color: rgb(253, 253, 255);
    width: 100%;
    margin: 0 auto;

}

.servicios_title h1{
    color: white;
    background-color: rgb(20, 20, 20);
    text-align: center;
    font-size: 40px;
    padding: 15px;
    margin: 0%;

}

.servicios_body_lista_fila{
    display: flex;
    flex-flow: row wrap;
}

.color-a{
    background-color: #087e8b;
    padding: 20px 5px;
    color: white;
    height: 250px;
    margin: 0;
    font-weight: 900;
    font-size: 18px;


    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: background-color 1s ease, flex 1s ease;
    

}

.color-a:hover{
    background-color: #0b3954;
    flex: 2 0;
    color: white;

}

.color-b{
    background-color: #ffffff;
    padding: 20px 5px;
    color: #087e8b;
    height: 250px;
    margin: 0;
    font-weight: 900;
    font-size: 18px;

    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: background-color 1s ease, flex 1s ease;   
}


.color-b:hover{
    background-color: #0b3954;
    flex: 2 0;
    color: white;
}

.serv-1{
    display: flex;
    flex-flow: column nowrap;
}

.serv-2{
    display: flex;
    flex-flow: column nowrap;
}

.serv-3{
    display: flex;
    flex-flow: column nowrap;
}

.serv-4{
    display: flex;
    flex-flow: column nowrap;
}

.serv-5{
    display: flex;
    flex-flow: column nowrap;
}

.serv-6{
    display: flex;
    flex-flow: column nowrap;
}

.serv-7{
    display: flex;
    flex-flow: column nowrap;
}

.serv-8{
    display: flex;
    flex-flow: column nowrap;
}

.color-a p{
margin: 5px auto;
width: 95%;
text-align: left;

}

.color-a ul{
    margin: 5px 5px;
    width: 90%;
    font-size: 16px;

}



.color-b p{
    margin: 5px 5px;
    width: 95%;
    text-align: left;

}

.color-b ul{
    margin: 5px 5px;
    width: 90%;
    font-size: 16px;
}






.serv-t-oculto{
    display: none;
    width: 90%;

}

.serv-desc{
    display: none;
}

.serv-desc-vista{
    display: block;
}


.fotos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr  ;
    grid-template-rows: 1fr ;
    gap: 15px;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.item-grid{
    height: 250px;
    border-radius: 15px;
    transform: scaleX(1) scaleY(1);
    transition: transform 0.5s ease;
    
}

.item-grid:hover{
    transform: scaleX(1.1) scaleY(1.1);
}



#itemA{
    background-image: url('img/Camioneta.jpeg') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#itemB{
    background-image: url('img/Yate.jpeg') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#itemC{

    background-image: url('img/Camioneta\ negra\ abierta.jpeg') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#itemD{
    background-image: url('img/Camioneta\ negra.jpeg') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

/*-------------------Seccion Contacto---------------------------------------------*/


.contacto{
    width: 100%;
    height: 100%;


}

.contacto-contenedor{
    background-color: rgb(253, 253, 255);
    width: 100%;
    margin: 0 auto;

}

.contacto_title h1{
    color: white;
    background-color: rgb(20, 20, 20);
    text-align: center;
    font-size: 40px;
    padding: 15px;
    margin: 0%;

}

.contacto_contactos{
    width: 100%;
    text-align: center;
}

.contacto_contactos h4{
    font-size: 25px;
}

.contacto_contactos_botones{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
    height: 50px;
    margin-bottom: 100px;
    margin-top: 50px;

}

.mail{
    text-decoration: none;
    background-color: #1788a1;
    color: white;
    fill: white;
    padding: 10px 20px;
    width: 230px;
    margin: 0px 15px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: space-evenly;

    animation: boton-contactos 2.5s linear infinite;

}

.mail:hover{
    background-color: #32cdf0;
}

.phone{
    text-decoration: none;
    background-color: #1788a1;
    color: white;
    fill: white;
    padding: 10px 20px;
    width: 150px;
    margin: 0px 15px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: space-evenly;

    animation: boton-contactos 2.5s linear infinite;

}

.phone:hover{
    background-color: #32cdf0;
}



.contacto_maps_mapa{
    width: 90%;
    margin: 0 auto 50px auto;
}

.contacto_maps_mapa h4{
    font-size: 25px;
}

.contacto_maps_mapa p{
    font-size: 20px;
}

.contacto_maps_mapa iframe{
    width: 100%;
}

.contacto_maps_mapa a{
    text-decoration: none;
    background-color: #1788a1;
    color: white;
    fill: white;
    padding: 10px 20px;
    width: 150px;
    font-weight: bold;
    margin-bottom: 30px;


    display: flex;
    align-items: center;
    justify-content: space-evenly;

    animation: boton-contactos 2.5s linear infinite;
}

.contacto_maps_mapa a:hover{
    background-color: #32cdf0;
}


/*-------------------Seccion Footer---------------------------------------------*/

.footer{
    background-color: #141414;
    margin-bottom: 0;
    

}

.footer_info{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 0px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 300px;

}

.footer_redessociales{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0;
}



.footer_redessociales a{
    margin: 0 auto;
    width: 25px;
    padding: 5px;
    color: rgb(223, 99, 17);
    border: 2px solid rgb(223, 99, 17);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: scaleX(1) scaleY(1);
    transition: transform 0.5s ease, border 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}

.footer_redessociales a:hover{
    transform: scaleX(1.3) scaleY(1.3);
    border: 2px solid #3b5998;
    color: #ffffff;
    background-color: #3b5998;
}

.footer_redessociales svg{
    width: 25px;
    height: 25px;
    

}

.footer_horarios{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    text-align: center;
    padding: 30px 0;

}

.footer_horarios p{
    text-align: center;
    color: white;
    font-size: 15px;
}

.footer_avisoprovacidad{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 90px 0;

}

.footer_avisoprovacidad a{
    text-decoration: none;
    color: rgb(223, 99, 17);
    font-weight: 800;
    padding: 5px;
    border: 2px solid rgb(223, 99, 17);
    border-radius: 5px;
    transform: scaleX(1) scaleY(1);
    transition: transform 0.5s ease, color 0.5s ease;
}

.footer_avisoprovacidad a:hover{
    transform: scaleX(1.1) scaleY(1.1);
    color: white;
    background-color: #29999d ;
    border: 2px solid #29999d;
}

.footer_derechos{
    margin-bottom: 0;
    background-color: #000000;

}

.footer_derechos p{
    margin: 0;
    color: #b1b1b1;
    padding: 10px;
    text-align: center;
}


/*-------------------Seccion Reclutamiento---------------------------------------------*/


.reclutamiento_email{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}


.reclutamiento_email a{
    text-decoration: none;
    background-color: #1788a1;
    color: white;
    fill: white;
    padding: 10px 20px;
    width: 100px;
    height: 40px;
    margin: 0px auto;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: space-evenly;

    animation: boton-contactos 2.5s linear infinite;
}

.reclutamiento_email a:hover{
    background-color: #32cdf0;

}

.reclutamiento_email ul{
    width: 40%;
}

.reclutamiento_descripcion{
    width: 90%;
    text-align: justify;
}

.reclutamiento subtitulo{
    width: 90%;
}

.bottom-top-arrow{
    opacity: 0;
}

.bottom-top-arrow-vista{
    position: fixed;
    right: 1%;
    bottom: 40px;
    border-radius: 50%;
    width: 50px;
    height: 50px ;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 2px solid rgb(223, 99, 17);
    fill: rgb(223, 99, 17);
    transform: scaleX(1) scaleY(1);
    transition: transform 0.5s ease, fill 0.5s ease, background-color 0.5s ease, border 0.5s ease;
    opacity: 1;


}

.bottom-top a:hover{
    background-color: rgb(22, 29, 88);
    fill: rgb(255, 255, 255);
    transform: scaleX(1.1) scaleY(1.1);
    border: 2px solid rgb(49, 66, 190);
}

.bottom-top-arrow svg{
    width: 25px;
    height: 25px;
    padding: 10px;
    border-radius: 15px;
  

}

.bottom-top-wp-wp{
    opacity: 0;
}


.bottom-top-wp-wp-vista{
    position: fixed;
    right: 1%;
    bottom: 105px;
    border-radius: 50%;
    width: 50px;
    height: 50px ;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 2px solid rgb(223, 99, 17);
    fill: rgb(223, 99, 17);
    transform: scaleX(1) scaleY(1);
    transition: transform 0.5s ease, fill 0.5s ease, background-color 0.5s ease, border 0.5s ease;
    opacity: 1;
}

.bottom-top-wp-wp:hover{
    background-color: #00BB2D;
    fill: rgb(255, 255, 255);
    transform: scaleX(1.1) scaleY(1.1);
    border: 2px solid #00BB2D;

}

.bottom-top-wp svg{
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 15px;

}









/*Aqui comiensa el modo responsive-------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
*/


@media(max-width:1107px){

    /* Banner----------------------------------------------------------- */

    .banner_img{
        width: 390px;
    }
    
    .banner_img img{
        width: 380px;
    
    }

}



@media (max-width: 992px){ /*Portatiles*/

    /* Banner----------------------------------------------------------- */
    .banner_title{
      
        margin-left: 55px;
        margin-top: 155px;
        margin-right: 25px;

    }

    

    /*servicios*/

    .color-a ul{
        width: 80%;
    
    }

    .color-b ul{
        width: 80%;
    
    }

} 


@media (max-width: 820px){ /*tablets*/

 /* Banner----------------------------------------------------------- */

 .banner{
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
 .banner_img{
    width: 300px;
    height:150px ;
}

.banner_img img{
    width: 290px;
    height: 140px;

}
 .banner_title{
      
    width: 400px;

}

 /* Nosotros----------------------------------------------------------- */

.nosotros_footer_icons{
    background-color: rgb(1, 1, 15);
    width: 180px;
    height: 180px;   
    font-size: 12px;
    padding: 10px 20px;


}

/*Servicios-------------------------------------------------------------*/

.color-a ul{
    width: 80%;

}

.color-b ul{
    width: 80%;

}

.fotos{
    grid-template-columns: 1fr 1fr   ;
    grid-template-rows: 1fr ;
}






#itemA{
    grid-column: 1/2;
    grid-row: 1/2;
}

#itemB{
    grid-column: 2/3;
    grid-row: 1/2;
}

#itemC{

    grid-column: 1/2;
    grid-row: 2/3;

}

#itemD{
    grid-column: 2/3;
    grid-row: 2/3;

}

 /* footer----------------------------------------------------------- */

.footer_info{
    margin: 0px;
    font-size: 15px;

}

.footer_redessociales{
    padding: 30px 0;
    width: 50%;
}


.footer_horarios{
    width: 50%;

}

.footer_horarios p{

    font-size: 12px;
}

.footer_avisoprovacidad{
    padding: 60px 0;
    width: 100%;

}


}


@media (max-width: 600px){ /*Celulares*/

 /* navbar----------------------------------------------------------- */

 .navbar-option{
    display: none;
 }

 
 .btn-menu{
    display: block;
    margin: 0;
}

.navbar{
    margin: 0;
}



 .navbar-whatsapp{
     margin-bottom: 0;
     margin-top: 0;
 }

 .navbar_responsive{
    display: block; 
    width: 100%;
    background-color: rgb(226, 226, 226);
    margin-top: 0;
    display: none;
   
}

.navbar_responsive_vista{
    display: block;
    position: absolute;
    z-index: 3;
}



 .navbar_responsive_lista{
     margin: 0;
     display: flex;
     flex-flow: column nowrap;
     width: 90%;
     margin: 0 auto;
     align-items: center;
     justify-content: center;
     padding: 15px 0;
    
 }

 .navbar_responsive_lista a{
     margin-bottom: 10px;
     padding: 15px 10px;
     width: 90%;
     text-decoration: none;
 }

 .navbar_responsive_lista a:hover{
    background-color: rgb(201, 201, 201);
}


 /* Banner----------------------------------------------------------- */

 .banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
   /*  background: linear-gradient(to right,white, rgb(51, 51, 51) ); */
    flex-flow: column-reverse;
}

.banner_title{
    color: white;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    border-radius: 0px 15px 15px 0px;
    margin: 0;
}

.banner_title h1{
    font-size: 15px;
    margin-left: 15px;

}

.banner_title, p, li{
    font-weight: 600;
    font-size: 12px;
    margin-left: 15px;
}

.banner-bottom_servicios{
    padding: 20px;
    width: 20%;
    font-weight: 500;
    font-size: 15px;
    margin-left: 25px;
}


.banner_img{
    width: 250px;
    height: 120px;
    margin-right: 0px;
    margin-top: 10%;
}

.banner_img img{
    width: 100%;
    height: 110px;
    display: block;

}

 /* Nosotros----------------------------------------------------------- */

.nosotros_footer{
    justify-content: space-between;
    padding: 5px;
}
 

.nosotros_footer_icons{
    background-color: rgb(1, 1, 15);
    width: 20%;
    height: 110px;   
    font-size: 12px;
    padding: 5px 20px;
    font-size: 10px;
}

.nosotros_footer_icons svg{
    width: 30px;
    height: 30px;
}

 /* Servicios----------------------------------------------------------- */
 
 
.color-a{
    padding: 20px 5px;
    height: 280px;
    font-size: 12px;

}

.color-a ul{
    font-size: 10px;
    width: 80%;

}

.color-b{
    padding: 20px 5px;
    height: 280px;
    font-size: 12px;
    
}

.color-b ul{
    font-size: 10px;
    width: 80%;

}

.fotos{
    grid-template-columns: 1fr    ;
    grid-template-rows: 1fr 1f 1f 1f  ;
}

.item-grid{
    height: 250px;
}




#itemA{
    grid-column: 1/2;
    grid-row: 1/2;
}

#itemB{
    grid-column: 1/2;
    grid-row: 2/3;

}

#itemC{

    grid-column: 1/2;
    grid-row: 3/4;
}

#itemD{
    grid-column: 1/2;
    grid-row: 4/5;
}


 /* Cotnacto----------------------------------------------------------- */

 .contacto_contactos h4{
    font-size: 15px;
}
 
 .contacto_contactos_botones{
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    height: 150px;
    margin-bottom: 25px;
    margin-top: 25px;

}

.contacto_maps_mapa h4{
    font-size: 15px;
}

.contacto_maps_mapa p{
    font-size: 12px;
    margin-left: 0;
}

 /* Footer----------------------------------------------------------- */




.footer_info{
   
    font-size: 12px;
}

.footer_redessociales{
    padding: 30px 0;
    width: 40%;
}

.footer_horarios{
    padding: 30px 0;
    width: 60%;
}


.footer_horarios p{
    font-size: 10px;
}

.footer_avisoprovacidad{
    padding: 0px 0;

}


}


@media (max-width: 280px){

    .banner_title{
        width: 115%;
    }

    




     /* Servicios----------------------------------------------------------- */

    .nosotros_footer{
        flex-flow: column nowrap;
    }

    .nosotros_footer_icons{
        background-color: rgb(1, 1, 15);
        width: 80%;
        height: 110px;   
        margin-bottom: 10px;
    }
    
    .nosotros_footer_icons svg{
        width: 30px;
        height: 30px;
    }

    /*--Servicios--------------------------------------------------------*/


    .color-a{
        height: 300px;
    }

    .color-a ul{
        width: 80%;
    
    }

    .color-b{
        height: 300px;
    }

    .color-b ul{
        width: 80%;
    
    }
    
     /* Reclutamiento----------------------------------------------------------- */

    .reclutamiento_email{
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        
    }

    

    .reclutamiento_email ul{
        font-size: 12px;
        width: 90%;
        margin: 0 auto;
    }

}


/*Aqui Termina el modo responsive-------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
*/


/* Espacio para las animaciones*/


/*---Banner---------------------*/

@keyframes giro{
    0%{   transform: translateY(0px);  
    } 

    50%{  transform: translateY(50px);     
    }

    100%{   transform: translateY(0px);   
    }
}


/*----------------Nosotros*--------*/


@keyframes boton{

    0%{ box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.205), 0px 0px 0px 0px rgba(255, 255, 255, 0.205); }

    30%{ box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.0), 0px 0px 0px 5px rgba(255, 255, 255, 0.205); }

    50%{ box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.0), 0px 0px 0px 10px rgba(255, 255, 255, 0.0);}

   100%{ box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.0), 0px 0px 0px 0px rgba(255, 255, 255, 0.0);}


}

@keyframes boton-contactos{

    0%{ box-shadow: 0px 0px 0px 0px rgba(52, 79, 119, 0.397), 0px 0px 0px 0px rgba(52, 79, 119, 0.397); }

    30%{ box-shadow: 0px 0px 0px 15px rgba(52, 79, 119, 0.0), 0px 0px 0px 5px rgba(52, 79, 119, 0.397); }

    50%{ box-shadow: 0px 0px 0px 20px rgba(52, 79, 119, 0.0), 0px 0px 0px 10px rgba(52, 79, 119, 0.0);}

   100%{ box-shadow: 0px 0px 0px 0px rgba(52, 79, 119, 0.0), 0px 0px 0px 0px rgba(52, 79, 119, 0.0);}


}