.barra{
    background-color: #fff;
    height: 18vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 15px rgb(68, 68, 68);
    z-index: 20;
    transition:  all 500ms;
  
 }
 
 #responsivem{
    display: none;
 }
 
 #logo{
     color: rgb(66, 122, 71);
 }

 #logoimg{
    width: 7vh;
    height: 7vh;
    transition: ease 1s;
 }
 
 #logoimg:hover{
    transform: scale(1.5);
}
 
 .scroll__line{
     height: 6px;
     margin-top: 0px;
     background: rgb(66, 122, 71);
     width: 0%;
     border-radius: 0px 3px 3px 0px;
 }
 
 .barras{
     max-width: 20%;
     background-color: none;
 
 }
 
 /* fin estilos barra superior y scroll */
 
 
 /* estilos del menu */
 
 #conlogo{
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
    margin-top: 2vh;
 }

 .nav{
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100%;
 }

 .menu{
  display: flex;
  margin-right: 120px;
  list-style: none;
  margin-top: 3vh;
 }

.menu__item{
     font-size: 20px;
     margin: 0 10px;
     line-height: 30px;
     width: max-content;
 }

 .direcciones{
     color: rgb(12, 34, 24); 
     text-decoration: none;
     padding: 8px 20px;
     border-radius: 5px;
 }
 
 .sub__menu{
    display:none;
    position:absolute;
    min-width:190px;
    margin-top: 3svh;
 }

 .nav .menu__item:hover .sub__menu {
    display:block;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
}


.Sdirecciones{
    width: 100%;
    font-size: 20px;
    text-decoration: none;
    color:rgb(172, 41, 9); 
    transition: ease 100ms;
}

.Smenu__item{
    transition: ease 1s;
}

.Smenu__item:hover{
    transform: scale(1.1);
    background-color: rgb(12, 34, 24);
    border-radius: 5px;
}


.Smenu__item:hover .Sdirecciones{
    color: #fff;
}

.SSmenu{
    display: none;
    position:absolute;
    min-width:170px;
    list-style: none;
}

.Smenu__item:hover .SSmenu{
    display: block;
    background-color:#fff;
    left: 163px;
    top: -3px;
}

.SSmenu2{
    display: none;
    position:absolute;
    min-width:170px;
    list-style: none;
}

.Smenu__item:hover .SSmenu2{
    display: block;
    background-color:#fff;
    left: 190px;
    top: -3px;
}

.SSmenu3{
    display: none;
    position:absolute;
    min-width:190px;
    list-style: none;
}

.Smenu__item:hover .SSmenu3{
    display: block;
    background-color:#fff;
    left: 190px;
    top: -3px;
}

.SSdirecciones1{
    font-size: 16px;
    text-decoration: none;
    color:rgb(27, 45, 61); 
}

.SSdirecciones1:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all .8s;
    }
    .SSdirecciones1:hover:after {
    width: 100%;
    background: rgb(172, 41, 9);
    }

.SSdirecciones2{
    font-size: 16px;
    text-decoration: none;
    color:rgb(85, 44, 6); 
}

.SSdirecciones2:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all .8s;
    }
    .SSdirecciones2:hover:after {
    width: 100%;
    background: rgb(172, 41, 9);
    }

.SSdirecciones3{
    font-size: 16px;
    text-decoration: none;
    color:rgb(41, 31, 53); 
}

.SSdirecciones3:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all .8s;
    }
    .SSdirecciones3:hover:after {
    width: 100%;
    background: rgb(172, 41, 9);
    }

.SSdirecciones4{
    font-size: 16px;
    text-decoration: none;
    color:rgb(110, 45, 25); 
}

.SSdirecciones4:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all .8s;
    }
    .SSdirecciones4:hover:after {
    width: 100%;
    background: rgb(172, 41, 9);
    }

.SSdirecciones5{
    font-size: 16px;
    text-decoration: none;
    color:rgb(71, 8, 8); 
}

.SSdirecciones5:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all .8s;
    }
    .SSdirecciones5:hover:after {
    width: 100%;
    background: rgb(172, 41, 9);
    }

.SSdirecciones6{
    font-size: 16px;
    text-decoration: none;
    color:rgb(20, 8, 71); 
}

.SSdirecciones6:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all .8s;
    }
    .SSdirecciones6:hover:after {
    width: 100%;
    background: rgb(172, 41, 9);
    }

 .direccionesE{
    background-color: rgb(12, 34, 24); 
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}

 .direcciones:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all .8s;
    }
    .direcciones:hover:after {
    width: 100%;
    background: rgb(172, 41, 9);
    }

 
 .menuH{
     color: black;
     background: none;
     font-size: 60px;
     padding: 0 20px;
     line-height: 60px ;
     display: none;
 }

 #acerca{
    margin-top: 25vh;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100vh;
    box-shadow: 0px 0px 15px 0px rgb(0, 0, 0);
 }


 #imagenes{
    width: 25%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    background-color: #efe1e1;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    box-shadow: 0px 0px 15px 0px rgb(68, 68, 68);
 }

 #imagenes img{
    width: 95%;
    margin: 5px;
    height: 30vh;
 }

 #central{
    width: 35%;
    height: 100vh;
    margin-left: 5%;
    margin-right: 5%;
 }
 #central img{
    width: 100%;
    height: 60vh;
    margin-top: 20vh;
 }

 .selected{
    border-radius: 10px;
    border: solid rgb(4, 56, 17) 5px;
 }

 #detalles{
    width: 30%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #efe1e1;
    box-shadow: 0px 0px 15px 0px rgb(68, 68, 68);
 }

 #detalles div{
    width: 80%;
 }

 #acerca2{
    margin-top: 10vh;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
 }


#DescripcionImportante{
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
    margin:auto;
    flex-wrap:wrap;
    align-items:center;
}        

#Descripcion {
            position: relative;
            background: url('https://static.vecteezy.com/system/resources/previews/007/009/416/non_2x/white-surface-texture-paper-abstract-background-free-photo.jpg') center/cover fixed; /* Cambia 'tu-imagen.jpg' con la ruta de tu imagen */
            display: flex;
            height:auto;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-align: center;
            width:80vh; 
            margin:auto;
            margin-top:5vh;
        }

        #Descripcion-text {
            z-index: 1;
            background: rgba(0, 0, 0, 0.5); 
            padding: 20px;
            flex:1;
            width:30%;
            display:flex;
            align-items:center;
            flex-wrap:wrap;
            text-align:center;
            justify-content:center;
            margin:5%;
        }
        
        #Importante {
            position: relative;
            background: url('https://static.vecteezy.com/system/resources/previews/007/009/416/non_2x/white-surface-texture-paper-abstract-background-free-photo.jpg') center/cover fixed; /* Cambia 'tu-imagen.jpg' con la ruta de tu imagen */
            display: flex;
            height:auto;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-align: center;
            width:80vh; 
            margin:auto;
            margin-top:5vh;
        }
        
        #Importante-text {
            z-index: 1;
            background: rgba(0, 0, 0, 0.5); 
            padding: 20px;
            flex:1;
            width:30%;
            display:flex;
            align-items:center;
            flex-wrap:wrap;
            text-align:center;
            justify-content:center;
            margin:5%;
        }
 

#infenv{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgb(68, 68, 68);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
 }


 .image-container {
    width: 30vh;
    height: 30vh;
    overflow: hidden;
    border-radius: 3px; 
    margin: auto;
  }

  .image-container img {
    width: 100%;
    height: 100%;

  }

  .titulo-container{
    width: 100%;
    height: auto;
    background-color: #ffffff;
  }
 




 
#subir__top{
 
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 500ms ease ;
    transform: scale(0);
    z-index: 180;
}

.subir__top:hover{
    transform: scale(1.1);
    border-color: rgba(0, 0, 0,0.1);
}

.b-up{
    width: 40px;
    height: 40px;

}

.footer__web{
    width: 100%;
    background-color: #0c2b14;
    margin-top: 10%;
}

.footer__web .row-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 50px;
    padding: 45px 0px;
    
}

.footer__web .row-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   margin: auto;
}
.footer__web .row-1 .box figure img{
   width: 250px;
   margin: auto;
}

.footer__web .row-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}

.footer__web .row-1 .box p{
    color:  #efefef;
    margin-bottom: 10px;
}

.footer__web .row-1 .box .red-social .logos-redes{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}

.footer__web .row-2{
    background-color: rgb(255, 255, 255);
    padding: 15px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
}


@media (max-width:1160px){
    
    .barra{
       display: none;
     }

     body {
		padding-top:80px;
	}

    #responsivem{
        display: block;
        width: 100%;
    }

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
        left: 0;
		background:#ffffff;
        z-index: 190;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}


	#responsivem nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
        background-color: #fff;
        z-index: 190;
        font-size: 18px;
        
	}

    #responsivem nav ul{
        list-style: none;
    }

    .link{
       text-decoration: none;
       color: #135403;
    }

    .linkS{
        text-decoration: none;
        color: #fff;
     }

     #respomenu li{
        margin: 5px;
     }

     #smenur{
        display: none;
     }

     .activesm:hover #smenur{
        transition: ease 1s;
        display: block;
     }

     #ssmenur{
        display: none;
     }

     .activessm{
        transition: ease 1s;
     }
     
     .activessm:hover {
        background-color: rgb(29, 216, 107);
        padding: 5px; border-radius: 10px;
     }

     .activessm:hover #ssmenur{
        display: block;
        background-color: #fff;
     }


     #logo{
         color: rgb(66, 122, 71);
     }
    
     #logoimg{
        width: 7vh;
        height: 7vh;
        transition: ease 1s;
     }
     
     #logoimg:hover{
        transform: scale(1.5);
    }
     
     .scroll__line{
         height: 6px;
         margin-top: 0px;
         background: rgb(66, 122, 71);
         width: 0%;
         border-radius: 0px 3px 3px 0px;
     }

     
     /* fin estilos barra superior y scroll */
     
     
     /* estilos del menu */
     
     #conlogo{
        width: 90%;
        height: 5vh;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        text-align: center;
        margin-top: 2vh;
        margin: auto;
     }
    
     .nav{
         display: flex;
         justify-content: center;
         align-items: center;
     }
    
     
     .menu{
      display: none;
     }
    
    .menu__item{
        display: none;
     }
    
     .sub__menu{
        display: none;
     }
    
     .nav .menu__item:hover .sub__menu {
        display: none;
    }
    
    
    .Sdirecciones{
        display: none;
    }
    
    .Smenu__item{
        display: none;
    }
    
    .Smenu__item:hover{
        display: none;
    }
    
    
    .Smenu__item:hover .Sdirecciones{
        display: none;
    }
    
    .SSmenu{
        display: none;
    }
    
    .Smenu__item:hover .SSmenu{
        display: none;
    }
    
    .SSmenu2{
        display: none;
    }
    
    .Smenu__item:hover .SSmenu2{
        display: none;
    }
    
    .SSmenu3{
        display: none;
    }
    
    .Smenu__item:hover .SSmenu3{
        display: none;
    }
    
    .SSdirecciones1{
        display: none;
    }
    
    .SSdirecciones1:after {
        display: none;
        }
        .SSdirecciones1:hover:after {
            display: none;
        }
    
    .SSdirecciones2{
        display: none;
    }
    
    .SSdirecciones2:after {
        display: none;
        }
        .SSdirecciones2:hover:after {
            display: none;
        }
    
    .SSdirecciones3{
        display: none;
    }
    
    .SSdirecciones3:after {
        display: none;
        }
        .SSdirecciones3:hover:after {
            display: none;
        }
    
    .SSdirecciones4{
        display: none;
    }
    
    .SSdirecciones4:after {
        display: none;
        }
        .SSdirecciones4:hover:after {
            display: none;
        }
    
    .SSdirecciones5{
        display: none;
    }
    
    .SSdirecciones5:after {
        display: none;
        }
        .SSdirecciones5:hover:after {
            display: none;
        }
    
    .SSdirecciones6{
        display: none;
    }
    
    .SSdirecciones6:after {
        display: none;
        }
        .SSdirecciones6:hover:after {
            display: none;
        }
        
     .direcciones:after {
        display: none;
        }
        .direcciones:hover:after {
            display: none;
        }
    
     
     .menuH{
         display: none;
     }

     #acerca{
       
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: auto;
        box-shadow: 0px 0px 15px 0px rgb(0, 0, 0);
        margin: auto; margin-top: 5vh;
     }
    
    
     #imagenes{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        background-color: #efe1e1;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        box-shadow: 0px 0px 15px 0px rgb(68, 68, 68);
     }
    
     #imagenes img{
        width: 80%;
        margin: 5px;
        margin: auto ;
        height: 30vh;
     }
    
     #central{
        width: 100%;
        height: 100vh;
        margin-left: 5%;
        margin-right: 5%;
     }
     #central img{
        width: 100%;
        height: 60vh;
        margin-top: 20vh;
     }
    
     .selected{
        border-radius: 10px;
        border: solid rgb(4, 56, 17) 5px;
     }
    
     #detalles{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #efe1e1;
        box-shadow: 0px 0px 15px 0px rgb(68, 68, 68);
     }
    
     #detalles div{
        width: 80%;
     }
    
     #acerca2{
        margin-top: 10vh;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
     }
    
     #descripcion{
        width: 100%;
        height: auto;
        background-color: #d7d7d7;
        margin: 2%;
        border-radius: 10px;
        text-align: center;
        display: flex; align-items: center; font-size: 18px;
     }
    
     #descripcion div{
        width: 80%;
        margin: auto;
     }
    
     #imp{
        font-size: 18px;
        text-align: center;
        height: auto;
        margin: 2%;
        width: 100%;
        box-shadow: 0px 0px 15px 0px rgb(68, 68, 68);
     }
    
     
    
    
    #infenv{
    width: 100%;
    height: 90vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgb(68, 68, 68);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10vh;
 }


 .image-container {
    width: 20vh;
    height: 20vh;
    overflow: hidden;
    border-radius: 3px; 
    margin: auto;
  }

  .image-container img {
    width: 100%;
    height: 100%;

  }

  .titulo-container{
    width: 100%;
    height: auto;
    background-color: #ffffff;
  }
    
 
     

    .footer__web{
        width: 100%;
        background-color: #0c2b14;
        margin-top: 85vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    
    .footer__web .row-1{
        width: 100%;
        max-width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        grid-gap: 50px;
        padding: 45px 0px;
    }
    
    .footer__web .row-1 .box figure{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
       margin: auto;
    }
    .footer__web .row-1 .box figure img{
       width: 250px;
        margin: auto;
    }
    
    .footer__web .row-1 .box h2{
        color: #fff;
        margin-bottom: 25px;
        font-size: 20px;
    
    }
    
    .footer__web .row-1 .box p{
        color:  #efefef;
        margin-bottom: 10px;
    }
    
    .footer__web .row-1 .box .red-social .logos-redes{
        display: inline-block;
        text-decoration: none;
        width: 45px;
        height: 45px;
        line-height: 45px;
        color: #fff;
        text-align: center;
    }
    
    .footer__web .row-2{
        background-color: rgb(255, 255, 255);
        padding: 15px 10px;
        text-align: center;
        color: rgb(0, 0, 0);
    }
    


    }