a{
        text-decoration: none;
}

.fot_ver {

   opacity:0.9;
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100vh;
}
.art_ver{
    background-color:black;
}
.hea_ver{
height: 100vh;
width:100%;
}
.txt_col_desc1{
    text-align:center;
}

/*.art_ver {
    background-color: black;
    opacity: 100;
}*/
.mov_a23{  
    transition-duration:.5s;
    z-index:2000;
    height: 70px;
    left: 45%;
    bottom: 34px;
    position: absolute;
}

.mov_a23:hover{
    transition-duration:.5s;
    cursor:pointer;
        transform: translateY(20px);
}


.txt_verdes {
    width: 136px;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 1.6rem;
}

.txt_ver {
    gap: 61%;
    /*text-shadow: 5px -2px 4px black;*/
    display: flex;
    width: 100%;
    height: 94%;
    z-index: 7;
    opacity: 1;
    color: white;
    font-weight: 200;
    font-family: Tsec;
    font-size: 5rem;
    position: absolute;
    justify-content: center;
    align-items: flex-end;
}

.content_ver{
    margin-bottom:80px;
    width:100%;
    
}

.fot_ver1 {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.one_element_ver1{
        display: flex;
    justify-content: center;
}


.one_element_ver {
    display: grid;
    grid-template-columns: 310px 310px 310px;

    gap: 10px;
   
    flex-wrap: wrap;
  
}

.zoom {
    height: 100%;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: pointer;
    background-color: #ffffff;
}

.zoom231 {
    z-index: 10;
    transition-duration: 0.5s;
    opacity:0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.zoom231:hover {
    opacity:1;
    
}

.zoom-fr-col{
   position: relative;
   z-index: 20000;
   transition-duration: .5s;
   cursor: pointer;
   opacity: 0.6;
   display: block;
   /*height: 49.5%;*/
   height: 40%;
   background-color: #006039;
}
.txt-el{
    position: relative;
    transition-duration: .5s;
    font-size: 2rem;
    display: flex;
    height: 100%;
        color: white;
    align-items: center;
    justify-content: center;
}

.zoom-fr-col1{
    /*bottom: 0px;*/
    /*width: 100%;*/
    /*height: 49.5%;*/
    z-index: 20000;
    transition-duration: .5s;
    cursor: pointer;
    bottom: 84px;
    opacity: 0.6;
    width: 100%;
    position: absolute;
    height: 40%;
    background-color: #006039;
}




.zoom-fr-col:hover  {
    /*transform: scale(1.03);*/
    transition-duration: .5s;
    font-size: 2.5rem;
opacity: 0.8;
box-shadow: -1px 2px 11px 2px grey;
}

.zoom-fr-col:hover + .txt-sel-prod {
    transition-duration: .5s;
         top: auto; 
     left: 0%; 
     transform: translate(0%, 0%);
 /* transform: scale(1.03);*/
}

.zoom-fr-col1:hover {
    /*transform: scale(1.03);*/
    transition-duration: .5s;
        font-size: 2.5rem;
opacity: 0.8;
box-shadow: -1px 2px 11px 2px grey;
}

.zoom-fr-col1:hover + .txt-sel-prod {
    transition-duration: .5s;
         top: auto; 
     left: 0%; 
     transform: translate(0%, 0%);
  /*transform: scale(1.03);*/
}








.txt-el1{
    transition-duration: .5s;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    font-size: 2rem;
    color: white;
}



    
.txt-sel-prod{
    transition-duration: .5s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*top: 0px;*/
    display: flex;
    font-size: 1.3rem;
    z-index: 30000;
    position: absolute;
    /* top: 223px; */
    background-color: white;
    width: 100%;
    justify-content: center;
}



















.general_content_ver {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gen_col_des25 {
    display: flex;
    flex-direction: column;
    align-items: center;}


.text_to_work_h1 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: Tsec;
    font-size: 1.8rem;
}


.fig_ver_ele{
    height: 360px;
    overflow: hidden;
 
}


.fig_ver_ele, .fot_ver1{
    transition-duration: .5s;
}


.zoom:hover .fot_ver1{
    transition-duration: .5s;
    transform: scale(1.07);
}




.slider {

  position: relative;
  width: 100%; 
  height: 100vh;
}

.slide {
    position:absolute;
  width: 100%;

  opacity: 0; /* Add this to set initial opacity to 0 */
  transition: opacity 1s; /* Add this to set transition effect */
}

.slide.active {

  opacity: 1; /* Set opacity to 1 when active */
}


.progress {
      position: relative;
 
}
.progres {
     display:block;
height: 2px;
    background-color: white;
    width: 0%;
    position: absolute;
     transition: width 0.5s;} 




.progress-bar {
    bottom: 15px;
    position: absolute;
    gap: 10px;
    display: flex;
    /* border: 10px solid; */
    background-color: transparent;
    width: 100%;
    height: 20px;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

#e1{
        width: 30%;
    height: 2px;
   background-color: rgba(0, 0, 0, .1);
}

#e2{
        width: 30%;
    height: 2px;
 background-color: rgba(0, 0, 0, .1);
}

#e3{
        width: 30%;
    height: 2px;
 background-color: rgba(0, 0, 0, .1);
}





















@media(max-width:950px){
    .one_element_ver {
    display: grid;
    grid-template-columns: 310px 310px ;

    gap: 10px;
   
    flex-wrap: wrap;
  
}


.txt_ver {
   gap:0px;
    /*text-shadow: 5px -2px 4px black;*/
    display: flex;
    width: 100%;
    height: 94%;
    z-index: 7;
    opacity: 1;
    color: white;
    font-weight: 200;
    font-family: Tsec;
    font-size: 5rem;
    position: absolute;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}


}




@media(max-width:730px){
    .one_element_ver {
    display: grid;
    grid-template-columns: 310px;

    gap: 10px;
   
    flex-wrap: wrap;
  
}

.txt_ver {
   gap:0px;
    /*text-shadow: 5px -2px 4px black;*/
    display: flex;
    width: 100%;
    height: 94%;
    z-index: 7;
    opacity: 1;
    color: white;
    font-weight: 200;
    font-family: Tsec;
    font-size: 5rem;
    position: absolute;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}


}













