:focus{
    outline: none;
} 
 .zona2{
    margin-top: 0;
    position: relative;
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: center center; 
}
.zona2::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
}

/* ===================== */
.today-special .column{
    text-align: center;
    padding: 5px;
}
.today-special__img{
    margin: auto;
    max-width: 350px;
    width: 80%;
    height: auto; /* Mantiene la relación de aspecto */
    aspect-ratio: 1 / 1; /* Asegura que sea un cuadrado */
    border-radius: 50%; /* Hace los bordes redondos */
    object-fit: cover;
}
.today-special__title{
    font-size: 1.3em;
    padding-top: 10px;
    color: #0037af;
    padding-bottom: 20px;
    font-weight: bold;
}
.today__special__price__text{
    margin: 0 auto;
    width: 90%;
    color: #0037af;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.5;
}
.today-special__price{
    width: 90%;
    margin: 0 auto;
}
.valores__check{
    color: #0037af;
    list-style: none;
    display: flex;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.5;
    padding-top: 15px;
}
.valores__check i{
    margin-right: 4px;
    padding-top: 7px;
    font-weight: bold;
}

.group__title{
    width: 95%;
    margin: 15px auto;
    font-size:1.5em;
    font-weight: bold;
    color: #0037af;
}
.nosotrosText{
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.5;
    color: #0037af;
}

/* ============================== */


.containerServicios {
    width: auto;
    margin: auto;
    
    /* margin: 20px 10%; */
}
.container--flex_servicios{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* background: red; */
    align-items: center;
  }



.galerry__img{
    object-fit: cover;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.5s;
    /*  */
}

.galerry__img:hover{
    transform: scale(1.1); 
}



.galerry__img--small{
    width: 20%;
    margin: 30px;
}



.modal{
    width: 100%;
    max-height: 100vh;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
       z-index: 1000000000;
    display: none;
}

.modal__contec{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
 
}

.modal__img{
    width: 400px;
}

.modal__boton{
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #DE423A;
    font-size: 2.5em;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
}

.modal--open{
    display: block;
}


.main-nav li ul{
    display: none;
    list-style: none;
    background: black;
    padding: .10%;
  
}

.main-nav ul li:hover ul{
    display: block;
    position: absolute;
}




.column--50-25{
    width: 49%;
}
img{
    display: block;
    width:100%;
    max-width: 100%;
}






.contenedor_imagenes{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
}

.contenedor_imagenes figure{
    position: relative;
    height: 300px;
    width: 370px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.50);
    cursor: pointer;
   
}

.img_cap{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}
.contenedor_imagenes figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 103, 123,0.6);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.contenedor_imagenes figure:hover > .capa{
    opacity: 1;
    visibility: visible;
}

.contenedor_imagenes figure:hover > .capa h3{
    margin-top: 70px;
    margin-bottom: 15px;
}
.contenedor_imagenes figure .capa h3{
    color: #fff;
    font-weight: 400;
    margin-bottom: 120px;
    transition: all 500ms ease-out;
    margin-top: 30px;
}
.contenedor_imagenes figure:hover > img{
    transform: scale(1.3);
}
.contenedor_imagenes figure .capa p{
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    max-width: 220px;
    margin: auto;
}





.mainServicio{
   /* padding-bottom: 5%; */
    /* border: 5px solid red; */
    width: 90%;
    margin: auto;
    margin-bottom: 4%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.containerServicio{
    width: 100%;
    margin: auto;
    /* background-color: #fff; */
}
.container--flex_servicio{
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
}
.column--50Servicio{
    width: 100%;
    z-index: 2;
}
.Servicio-information{
    padding: 30px 30px 30px 30px;
  
    color: #fff; 
    font-size: 1.1em;
    font-weight: 500;
}
.column__titleServicio{
     font-size: 1.1em;
}
.column__txtServicio{
    font-size: 1.1em;
}




.Servicio_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #4f5863;
    opacity: 0.9;
}

.Servicio_info{
     width: 100%;
    position: relative;

    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */

    background-size: cover;
    background-position: center center;
}

.form_Servicio{
    width: 100%;
    display: flex;

    /* padding: 0  30px 6% 40px; */
}

.imgServicios{
    margin: 0 0  0 0;
    width: 50%;
}

.fa-download{
    color: #DE423A;
}
.txtEquipoment{
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.5;
}




@media screen and (min-width:200px){
    .main-footer .container--flex{
      align-items: flex-start
    }
    .menu-header_nosotros{
        display: none;
      }
    .banner__img{
        margin-top: 0;
        /* border: 5px solid red; */
      
    }

    .contenedor_imagenes{
        display: flex;
        flex-direction: column;
        
    }
    .contenedor_imagenes figure{
        margin: auto;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    
    .contenedor1{
        width: 100%;
    }
    .contenedor2{
        width: 100%;
    }
}



@media screen and (min-width:1024px){
    .container{
      width: 1000px;
    }
    .menu-header_nosotros{
        display: flex;
      }
      .contenedor_imagenes{
        flex-direction: row;
        /* padding-left: 20%;
        padding-top: 3%; 
        padding-bottom: 3%;  */
        /* padding: 3% 20% 3% 20%; */
        padding: 3% 5% 3% 5%;
    }
    .contenedor_imagenes figure{
        margin: auto;
        height: 340px;
        width: 340px;  
        margin-top: 3%;   
    }
    .mainServicio{
        width: 70%;
    }
  
}
@media screen and (min-width:1300px){
    .container--flex___MVO{
        display: flex;
        margin: 0 auto;
        padding-top: 10%;
    }
    .column--50-25{
        width: 33%;
    }
}
@media screen and (min-width:1500px){
    .contenedor1{
        display: flex;
        width: 50%;
        flex-direction: row;
        /* padding-left: 5%; */
        /* border: 5px solid blue;      */
    }
    .contenedor2{
        display: flex;
        width: 50%;
        flex-direction: row;
        /* border: 5px solid red;      */
    }
    .img_cap{
        width: 100%;       
    }
    .contenedor_imagenes figure{
        height: 340px;
        width: 360px;
        margin-right: 2%;
        /* border: 5px solid yellow; */
    }
    /* .contenedor_imagenes{
        border: 5px solid lightskyblue;
    } */

    .mainServicio{
        width: 85%;
    }
    .aa{
        border-right: 10px solid #F6F6F6;
    }
    .bb{
        border-left: 10px solid #F6F6F6;
    }
}



@media screen and (min-width:1600px){
    .container{
      width: 1400px;
    }
    .imgsService{
        display: flex;
    }
    .today-special{
        width: 80%;
        margin: 0 auto;
    }
    .group__title, .today-special__title{
        font-size: 1.5em;
    }
    .nosotrosText, .today__special__price__text, .valores__check{
        font-size: 1.3em;
    }
    .today-special__img{
        width: 50%;
    }
}

@media screen and (min-width:2200px){
    .today-special{
        width:65%;
    }
    .textService{
        width: 50%;
    }
}

