/*Estilos generales*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --font-default: 'Poppins', sans-serif;
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Poppins', sans-serif;
    --light-color: #ffffff;
    --text-yellow: #f5ae21;
    --color-default: #3a3a3a;
    --color-primary: #0050b6;
    --color-secondary: #0065ad;
    --color-back: #0e2639;
}

body{
    font-family: var(--font-default);
    color: var(--color-default);
    background: var(--theme-color);
    transition: 0.5s background ease;
    font-size: 15px;
  }  

  body,
  html{
    width: 100vw;
    overflow-x: hidden;
  }

h1{
    font-size: 32px;
    color: var(--color-primary);
    font-weight: 600;
}

.navbar-collapse
{
    background: transparent;
}


.section{
        background: var(--light-color);
        padding: 85px 0px 40px;
        overflow: hidden

}

.btn-general
{
    font-weight: 500;
    border-radius: 50px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 20px;
    transition: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: var(--light-color);
    background: var(--text-yellow);
    
}

.btn-general:hover{
    font-weight: 500;
    border-radius: 50px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 20px;
    transition: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: var(--light-color);
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
}

/*Header*/
.logo-img
{
    width: 200px;
}

#seccHeader .navbar
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 112px;
    z-index: 3;
    width: 100%;
    transition: 0.7s all;
    background: #00275587;
    a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 20px;
        font-family: var(--font-primary);
        color: #fff ;
        white-space: nowrap;
        transition: 0.3s;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        font-weight: 600;
        position: relative;
    }

}

.navbar .nav-item a::before {  
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  
.navbar .nav-item a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
.navbar .nav-item a:hover
{
    color: var(--light-color) !important;
} 

.navbar .nav-item a.active
{
    color: var(--light-color) !important;
    background-color: var(--text-yellow);

} 

.navbar .nav-item a::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: var(--text-yellow);
    z-index: -1;
    transition: transform .3s ease;
  }

.navbar-toggler-icon{
    background-image: url(../img/hamburger.png);
    border: none;
}

.navbar-toggle,
.navbar-toggler:focus{
    border: none;
    box-shadow: none;
    transition: none;
}

.navbar .nav-item  .dropdown-menu a{
   color: var(--color-primary) !important;
}
.dropdown-item:focus, .dropdown-item:hover {
        background-color: var(--text-yellow);
        color: var(--light-color);
  }
.header-fixed 
{
    background-color: var(--color-back) !important;
    height: 116px !important;
    margin: 0px;
    padding: 0px;
}

.header-fixed a
{
    color: var(--light-color) !important;
}


.nav-logo .nav-item a{
    color: white !important;
}



#seccBanner
{
    width: 100%;
    position: relative;
    background: url(../img/bg-home-2.jpg) center center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    #seccBanner
    {
        background: url(../img/banner-home-resp.jpg) center center;
        background-size: cover;
        padding: 0;
        height: 100vh;
    
    }

    #seccBanner h1, 
    #seccBanner  p{
        color:var(--light-color);
    }

    #map{
        height: 50vh !important;
    }
    

 
}

#seccBanner h3{
    color: var(--text-yellow)
}

/*Seccion nosotros*/
.card
{
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
    transition: all .4s ease;
    margin-bottom: 30px;
    border:none;
    width: 400px;
}
#seccNosotros .card{
    background: #f5ae21;
}

.card-title{
  color: var(--title-color);
  transition: 0.3s;
  font-weight: 400;
}

.card-img
{
    width: 45px;
    padding-bottom: 25px ;
    transition: all 0.3s ease-in-out;
}


/*Servicios*/
#seccServicios
{
    width: 100%;
    position: relative;
    background: url(../img/banner-serv.jpg) center center;
    background-position: 0 0;
    background-size: cover;
    padding: 60px 0 0 0;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ico-servicios img{
    width: 66px;
    /*filter: drop-shadow(0px 0px 10px #85a4bf);*/
}

.img-engrane
{
    width: 400px;
    transition: all 0.5s;
    cursor: pointer;
    -webkit-animation: giro 10s linear infinite;
            animation: giro 10s linear infinite;
}



@-webkit-keyframes giro {
    to {
      transform: rotate(1turn);
    }
  }
  
  @keyframes giro {
    to {
      transform: rotate(1turn);
    }
  }
  @-webkit-keyframes levitar {
    to {
      transform: translateY(-20%);
    }
  }
  @keyframes levitar {
    to {
      transform: translateY(-20%);
    }
  }

.descripcion
{
    height: 250px;
    color: var(--light-color);
}


/*Portafolio*/
#seccPortafolio img
{
    transition: 0.3s;
    position: relative;
    z-index: 1;
    margin:20px 0;
}

.overlay
{
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: var(--text-yellow);
	opacity: 0;
	visibility: hidden;
}

.effect-image-1{
	position: relative;
	display: block;
}

.simple-overlay-1{
    width: 0px;
    visibility: hidden;
}
.effect-image-1:hover .simple-overlay-1{
    visibility: visible;
    opacity: 1;
    width: 100%;
    cursor: pointer;
}



/*Contactanos*/
#seccContactanos
{
    background-color: #f8f8f8;
}

#seccContactanos a
{
   color:var(--color-default);
   text-decoration: none;
}

#seccContactanos .contact-info i
{
   color:var(--text-yellow);
   padding-right: 10px;
   padding-bottom: 15px;
}

/*Footer*/
#seccFooter
{
    width: 100%;
    position: relative;
    background: url(../img/banner-footer-cover.jpg) center center;
    background-position: 0 0;
    background-size: cover;
    padding: 90px 0 50px 0;
    background-attachment: fixed;
    overflow: hidden;
    color: var(--light-color);
}

.footer-social-icon a{
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

#seccFooter h3{
    color:var(--text-yellow);
}

#seccFooter li a
{
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
    text-decoration: none;
    color: var(--light-color);
}

#seccFooter ul{
    list-style: none;
    padding-left: 0rem;
}

#seccFooter p
{
    font-size: 13px;
}

#seccFooter .footer-widget a
{
    color:var(--light-color);
    text-decoration: none;
}

#seccFooter .footer-widget i
{
   padding-right: 10px;
}

/*****************************************************************/
/*Nosotros*/
#seccSitio .navbar a{
    color:#fff;
}

#seccBannerSecciones
{
    background: url(../img/banner-home-responsive.jpg) center center;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    background-position-y: inherit;
    background-size: cover;
    padding: 60px 0 0 0;
    display: flex;
    height: 50vh;
    align-items: center;
    overflow: hidden;

}

.soluciones-bg{
    background: url(../img/soluciones-bg.png) !important;
    background-position-y: 0%;
    background-size: cover !important;
    background-position-y: -244px !important;
}

.abastecimientos-bg{
    background: url(../img/abastecimientos-bg.png) !important;
    background-position-y: 0%;
    background-size: cover !important;
    background-position-y: -244px !important;
}

.mantenimiento-bg{
    background: url(../img/mantenimiento-bg.png) !important;
    background-position-y: 0%;
    background-size: cover !important;
    background-position-y: -244px !important;
}

/*****************************************************************/
/*Portafolio*/
/******************************************/
#seccSitio #seccServicios
{
    width: 100%;
    position: relative;
    background: none;
    background-position: 0 0;
    background-size: cover;
    padding: 0px 0 0 0;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#seccSitio .descripcion
{
    color: var(--color-defaulty) !important;
}



/*Clientes*/

.carousel-vue .carousel-3d-slide
{
    width: auto !important;
    height: auto !important;
    background: transparent;
 
}

.carousel-vue .carousel-3d-slide img:hover
{
    filter: grayscale(1);
    cursor: pointer;
}

/**********************************************/

#seccVisionMision{
    background: url(../img/soluciones-bg.png) center center;
    background-attachment: fixed;
    background-size: cover;
    color: var(--light-color);
    
}


#seccSociosComerciales .card-header{
    background: var(--color-secondary);
    color: var(--bs-body-bg);
    font-weight: bold;
}

/***********************aAnimacion***************************/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Fondo del loader */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease; /* Para la animación de desvanecimiento */
}

.loader.hidden {
    opacity: 0;
    pointer-events: none; /* Desactiva la interacción cuando está oculto */
}

.pagina-principal {
    display: none;
}

.pagina-principal.show {
    display: block;
}


.muneco {
    position: relative;
    width: 200px;
}

.muneco .cuerpo {
     position: absolute;
    -webkit-transform: translate(-2%, -53%);
    -moz-transform: translate(-2%, -53%);
    -ms-transform: translate(-2%, -53%);
    -o-transform: translate(-2%, -53%);
    transform: translate(-2%, -53%);
    width: 100%;
}

.muneco .brazo-izquierdo,
.muneco .antebrazo-izquierdo,
.muneco .mano-izquierda,
.muneco .codo-izquierda,
.muneco {
    position: absolute;
}

/* LADO IZQUIERDO SALUDA */
.muneco .brazo-izquierdo {
    width: 38px;
    top: -115px;
    right: 36px;
}

.muneco .antebrazo-izquierdo {
    width: 24px;
    left: 154px;
    top: -88px;
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg);
}

.muneco .mano-izquierda {
    -webkit-animation: saludar 0.5s ease-in-out infinite alternate;
    -moz-animation: saludar 0.5s ease-in-out infinite alternate;
    -ms-animation: saludar 0.5s ease-in-out infinite alternate;
    -o-animation: saludar 0.5s ease-in-out infinite alternate;
    animation: saludar 0.5s ease-in-out infinite alternate;
    left: 157px;
    -webkit-transform: rotate(-149deg);
    -moz-transform: rotate(-149deg);
    -ms-transform: rotate(-149deg);
    -o-transform: rotate(-149deg);
    transform: rotate(-149deg);
    top: -83px;
    z-index: -1;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    width: 30px;
}

.muneco .codo-izquierda {
    width: 23px;
    background: #0066b0;
    z-index: 9999;
    left: 142px;
    height: 19px;
    border-radius: 10px;
    top: -60px;
}

@-webkit-keyframes saludar {
    0% {
        -webkit-transform: rotate(-149deg);
        transform: rotate(-149deg);
    }
    100% {
        -webkit-transform: rotate(-139deg);
        transform: rotate(-139deg);
    }
}

@-moz-keyframes saludar {
    0% {
        -moz-transform: rotate(-149deg);
        transform: rotate(-149deg);
    }
    100% {
        -moz-transform: rotate(-139deg);
        transform: rotate(-139deg);
    }
}

@-ms-keyframes saludar {
    0% {
        -ms-transform: rotate(-149deg);
        transform: rotate(-149deg);
    }
    100% {
        -ms-transform: rotate(-139deg);
        transform: rotate(-139deg);
    }
}

@-o-keyframes saludar {
    0% {
        -o-transform: rotate(-149deg);
        transform: rotate(-149deg);
    }
    100% {
        -o-transform: rotate(-139deg);
        transform: rotate(-139deg);
    }
}

@keyframes saludar {
    0% {
        -webkit-transform: rotate(-149deg);
        -moz-transform: rotate(-149deg);
        -ms-transform: rotate(-149deg);
        -o-transform: rotate(-149deg);
        transform: rotate(-149deg);
    }
    100% {
        -webkit-transform: rotate(-139deg);
        -moz-transform: rotate(-139deg);
        -ms-transform: rotate(-139deg);
        -o-transform: rotate(-139deg);
        transform: rotate(-139deg);
    }
}