body{
    width: 100%;
    padding: 0;
    margin: 0 ;
    box-sizing: border-box
}
html{
    overflow-y: scroll;
    scrollbar-color: var(--inicialit) white;
    scrollbar-width: thin;
}
:root{
    --inicialit:#131382;
    --title:rgba(8, 71, 170, 0.92);
    --typography:"Montserrat", sans-serif
}
header{
    width: 100%;
    height: 15vh;
    position: fixed;
    z-index: 10;
    background: var(--inicialit);
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)

    
}
header .header-logo{
    width:10%;
    height: 59%;
    padding: 0 0 8px 20px;
    margin-left: 25px
}
header .header-logo img{
    width: 100%;
    height: 100%
}

header .header-list{
    width: 80%;
    height: 100%;
}
header .header-list .main-menu{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:space-around;
    align-items: center;
    margin: 0
}
header .header-list .main-menu > li{
    width: 20%;
    height: 30%;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 5px;
    cursor: pointer;
    transition: .4s;   
    font-family: var(--typography);
    position: relative
}
/* Estilos para el menú desplegable */
.dropdown-menu {
    width: 63%;
    display:none; /* Ocultar el menú por defecto */
    position: absolute;
    top: 100%;   list-style: none;
    background-color: var(--inicialit);
    margin: auto;
    z-index: 1000;
    padding: 15px;
    box-shadow: 0px 1px 6px 2px var(--inicialit)
}
.dropdown-menu li{
    width: 100%;
    text-align: initial
}
.dropdown{
    color: white;
}
.dropdown-menu li a {
    color: white;
    text-decoration: none;
    width: 90%;
    padding: 10px 0px;
    display: block;
    font-weight: normal;
    font-size: 12px
}

/* Mostrar el menú desplegable al hacer hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Alternativamente, para el click */
.dropdown.active .dropdown-menu {
    display: block;
}
header .header-list .main-menu > li > a{
    text-decoration: none;
    color: white;
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    transition: 1s
}
header .header-list ul li a:hover{
    color: #ffffffad
}
header .header-contact{
    width: 14%;
    height: 50%;
    background: #2411b0;
    border-radius: 42px;
    cursor: pointer;
   margin-right: 5px

}
header .header-contact a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-family: var(--typography);
    margin: auto;
    opacity: 1;
    transition: 0.8s
}
header .header-contact a:hover{
    opacity: .6;
}
#icon-wsp{
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 20;
    bottom: 40px;
    right: 20px;
    transition: linear 0.1s
}
#icon-wsp img{
    width: 100%;
    height: 100%;
    cursor: pointer
}
#icon-wsp:hover{
    width: 80px;
    height: 80px
}

/*VIEW REBOBINADO - VIEW METALIZADO - VIEW BALANCE - VIEW MANTENIMIENTO*/
.conteiner-rebobinade, .conteiner-metallic ,.conteiner-maintenance ,.conteiner-dinbalance{
    width: 100%;
    min-width: 100px;
    height: 50vh;
    min-height: 180px;
    position: relative;
}
.conteiner-rebobinade img,  .conteiner-metallic img, .conteiner-maintenance img, .conteiner-dinbalance img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(30%);
    opacity: .4;
    z-index: 1;
    transition: .5s;
    cursor: pointer
    
}
.conteiner-rebobinade img:hover,  .conteiner-metallic img:hover, .conteiner-maintenance img:hover, .conteiner-dinbalance img:hover{
    filter: grayscale(0%);
    opacity: .8
}
.conteiner-rebobinade h1,.conteiner-metallic h1,.conteiner-maintenance h1, .conteiner-dinbalance h1{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 50%;
    font-weight:300;
    transform: translate(50%,-50%);
    color: var(--title);
    font-family: var(--typography);
    font-size: 3em;
    z-index: 5

}
.conteiner-rebobinade__body , .conteiner-metallic__body ,.conteiner-maintenance__body, .conteiner-dinbalance__body  {    
    margin-top: 40px;
    width: 100%;
    padding:15px 0;
    min-width: 200px;
    display:flex;
    justify-content: space-around;
    align-items: center
}
.conteiner-rebobinade__body .concept, .conteiner-metallic__body .concept, .conteiner-maintenance__body .concept, .conteiner-dinbalance__body .concept {
    width: 40%;
    height: auto;
    margin-top: 80px;
}
.concept h2{
    font-family: var(--typography);
    font-size: 3em;
    text-align:center;
    color: var(--inicialit);
    font-weight: 400
    
}
.concept p{
    font-family:Helvetica Neue,Arial,sans-serif;
    font-size: 1em;
    line-height: 24px;
    color: #404040;
}
.concept ul{
    list-style-type: square
}
.concept ul li{
    font-family:Helvetica Neue,Arial,sans-serif;
    font-size: 1em;
    line-height: 24px;
    color: var(--title);
}
.conteiner-rebobinade__body img, .conteiner-metallic__body img , .conteiner-maintenance__body img, .conteiner-dinbalance__body img  {
    width: 45%;
    height: 398px;
    margin-top: 80px;
    border-radius: 12px;
    box-shadow:  0px 0px 7px 2px gray;
    
}

.image-concept{
    width: 90%;
    padding: 20px;
    margin: 50px auto
}
.image-concept  .image-concept_collage{
    width: 100%;
    display: flex;

}
.image-concept  .image-concept_collage .bodyimage{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative
}
.image-concept  .image-concept_collage .bodyimage > img{
    width: 80%;
    height: 188px;
    border-radius: 5%;
    transition: linear .4s
}
.image-concept_collage .bodyimage div{
    width: 20%;
    height: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: linear .3s;
    cursor: pointer
}
.image-concept_collage .bodyimage div img{
    width: 100%;
    height: 100%;
}
.image-concept_collage .bodyimage:hover > img{
    opacity: 0.5
}
.image-concept_collage .bodyimage:hover div{
    opacity: 1
}
.image-concept_collage .bodyimage div:hover{
    width: 25%;
    height: 25%;
}
.image-concept .image-concept__window{
    position: fixed;
    width: 100vw ;
    height:100vh;
    background: black;
    z-index: 11;
    opacity: .9;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    justify-content: space-around;
    align-items: center   
}
.image-concept .image-concept__window >p{
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    top: 0;
    right: 100px;
    color: white;
    font-family: var(--typography);
    cursor: pointer;
}
.image-concept .image-concept__window img{
    width: 33%;
    height: 50%;
    object-fit: cover;
    border-radius: 10px
}
.image-concept .image-concept__window .window-concept{
    width: 40%;
    height: 60%;
    color: white;
}

.image-concept .image-concept__window .window-concept h3{
    margin-left: 45px;
    font-family: var(--typography);
    font-weight: 500;
    font-size: 40px
}
.image-concept .image-concept__window .window-concept p{
    margin-left: 15px;
    font-weight: 500;
    letter-spacing: 5px;
}
/*CODIGO DEL CUERPO*/

.conteiner{
    width: 100%;
    height: 100vh;
    z-index: 5;
    /*mask-image: linear-gradient(black, transparent);*/
    position: relative;
}
.conteiner .conteiner-description{
    width:60%;
    height: 40vh;    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    display: flex;
    flex-direction: column
}
.conteiner .conteiner-description h1{
    color: white;
    font-family: var(--typography);
    font-size: 65px;
    text-align: center;
    font-weight: 600;
    opacity: 0;
    animation: example 2s linear 1s 1 normal;
    animation-fill-mode: forwards
}
@keyframes example {
  0%   {opacity: .1}
  25%  {opacity: .3}
  50%  {opacity: .5}
  75%  {opacity: .7}
  100% {opacity: 1}
}
.conteiner .conteiner-description p{
    color: white;
    font-family: var(--typography);
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    animation: example2 2s linear 1s 1 normal;
    animation-fill-mode: forwards;
    opacity: 0
}
@keyframes example2 {
  0%   {opacity: .1}
  25%  {opacity: .3}
  50%  {opacity: .5}
  75%  {opacity: .7}
  100% {opacity: 1}
}
/*Codigo del CUERPO*/
.carousel {
  position: relative;
  width: 95%;
  height: 90vh;
  margin: auto;
  top: 16vh


}

#carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5
}


.conteiner-body .conteiner-body__mision ,.conteiner-body .conteiner-body__vision{
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: space-around;
    align-self: center;
    padding-top: 10em
}
.conteiner-body .conteiner-body__mision div,.conteiner-body .conteiner-body__vision div{
    width: 45%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center

}
.conteiner-body .conteiner-body__mision div h2 ,.conteiner-body .conteiner-body__vision div h2{
    text-align: center;
     font-family: var(--typography);
     font-size: 50px;
     color: var(--title)
}
.conteiner-body .conteiner-body__mision div p1 ,.conteiner-body .conteiner-body__vision div p1{
    font-size: 20px;
    font-family: Calibri;
    font-weight: 100
}
.conteiner-body .conteiner-body__mision img ,.conteiner-body .conteiner-body__vision img{
    width: 360px;
    height: 360px;
    border-radius: 50%;
    object-fit: cover
}
/*Contenido de servicios y clientes*/
.conteiner_service {
    width: 90%;
    height: auto;
    min-width: 200px;
    margin: auto;
    padding: 5px
}
.conteiner_service .service{
    width: 95%;
    margin: auto
}
.conteiner_service .service h3{
    text-align: center;
    font-family: var(--typography);
    font-size: 40px;
    color: var(--title)
}
.conteiner_service .service .service_father{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.conteiner_service .service .service-open{
    width:25%;height: 250px;
    min-width: 250px;
    margin: 20px;
    border: 1px solid var(--title);
    border-radius: 20px;
    position: relative
}
.conteiner_service .service .service-open img{
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.conteiner_service .service .service-open .middle {
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--inicialit);
    opacity: 0;
    cursor: pointer
}
.conteiner_service .service .service-open .middle .text{
  background-color: var(--inicialit);
  color: white;
  font-family: var(--typography);
  font-size: 16px;
  padding: 16px 32px;
}
.conteiner_service .service .service-open .middle .text a{
    text-decoration: none;
    color:white
    
}
.conteiner_service .service .service-open:hover img{
    opacity: 0.3;
}
.conteiner_service .service .service-open:hover .middle{
    opacity: 1;
}
.conteiner_service .service .service-open .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--inicialit);
    overflow: hidden;
    width: 100%;
    height: 18%;
    transition: .5s ease;
    border-radius: 20px;
}
.conteiner_service .service .service-open .overlay .text{
    white-space: nowrap; 
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--typography);
}
.conteiner_service .service .service-open:hover .overlay{
    height: 0%;
}
.client{
    width: 90%;
    margin: 20px auto;
}
.client h3{
    text-align: center;
    font-family: var(--typography);
    font-size: 40px;color: var(--title);
    margin: 15px
}
.client .client_father{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto

}
.client .client_father .client-open{
    width: 20%;
    height:120px;
    border-radius: 20px;
    border: 1px solid skyblue;

}
.client .client_father .client-open img {    height: 100%;
width: 100%;
border-radius: 20px;
}


/*Pie de Pagina */
footer{
    width: 100%;
    height: 450px; 

}
.footer_conteiner{
    width: 100%;
    height: 400px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    background:  var(--inicialit);
    color:  white;
    margin-top: 50px
}
.footer_conteiner .footer-title{
    width: 30%;
    min-width: 200px;
    height: 250px;
    display: flex;
    flex-direction: column;
    margin: 25px 0
}
.footer_conteiner .footer-title img{
    width: 75%;
    margin: auto
}
.footer_conteiner .footer-title p1{
    font-size: 15px;
    font-family: var(--typography);
    text-align: center;
    margin-top: 30px

}
.footer_conteiner .footer-contact{
    width: 90%;
    height: 20%;
    display: flex;
    justify-content: space-around;

}
.footer_conteiner .footer-contact .footer-contact__support ,footer .footer-contact .footer-contact__ubication,footer .footer-contact .footer-contact__correo{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact-icon{
    width: 40%;
    height: 50%
}
.footer_conteiner .footer-contact p1{
    display: block;
    font-family: var(--typography);
    font-size: 18px
}   
.date_import {
    font-weight: bold;
    font-family: var(--typography);
    font-size: 14px
    
}

.footer_finally{
	width: 100%;
	height: 50px;
	background-color: lightslategray
}
.footer_finally ul{
	width: 80%;
	display: flex;
	justify-content: space-around;
	margin: auto;
	padding-top: 18px	
}
.footer_finally ul li{
	font-family: var(--typography);
	color: white;
	font-size: 10px;
	list-style-type: none
}
/* ESTILOS DE ACERCA DE LA EMPRESA */

        #about-us {
            padding: 20px;
            max-width: 1200px;
            margin: 20px auto;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            font-family: var(--typography);
            line-height: 24px;
        }

        #about-us h2 {
            text-align: center;
            color: #333;
            padding-bottom: 10px;
            border-bottom: 2px solid #eaeaea;
        }

        #about-us div {
            margin-bottom: 20px;
        }

        #about-us h3 {
            color: #444;
            border-bottom: 2px solid #eaeaea;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        #about-us p,
        #about-us ul,
        #about-us blockquote {
            margin: 10px 0;
        }

        #about-us ul {
            list-style-type: disc;
            padding-left: 20px;
        }

        #about-us ul li {
            margin-bottom: 5px;
        }

        #about-us blockquote {
            border-left: 5px solid #eaeaea;
            padding-left: 10px;
            font-style: italic;
            color: #555;
        }

        .contact-info p {
            margin: 5px 0;
        }

        iframe {
            width: 100%;
            height: 450px;
            border: 0;
        }

        @media (min-width: 768px) {
            #about-us {
                padding: 40px;
            }

            #about-us h2 {
                font-size: 2.5em;
            }

            #about-us h3 {
                font-size: 1.5em;
            }
        }
/* Estilos para la página 404 */
.page-404 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../Img/404-construccion.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-404 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 60px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.content-404 h1 {
    font-size: 10rem;
    margin: 0;
    color: var(--inicialit);
}

.content-404 h2 {
    font-size: 2rem;
    margin: 10px 0;
    color: #333;
}

.content-404 p {
    font-size: 1.2rem;
    margin: 20px 0;
    color: #666;
}

.content-404 .btn-back {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 1rem;
    color: white;
    background-color: var(--inicialit);
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.content-404 .btn-back:hover {
    background-color: #ff3d2e;
}