@charset "utf-8";
.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 100%;
   background-color: white;
}

.navbar{
    position: fixed;
    width: 100%;
    z-index: 100;
	background-color: white;
}
.navbar img{
    width: 150px;
    margin-top: 35px;
}
.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
    margin-top: 25px;
}
.logo{
    order: 1;
    font-size: 2.3rem;
    margin-bottom: 50px;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 20px;
}

.navbar a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .navbar{
        opacity: 0.95;
        margin-top: -30px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    }
    .navbar img{
    margin-top: 55px;
}

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: -45px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}
	 
	 
.recorrido{
    width: 640px;
    height: 360px;
}	
@media (max-width: 500px){
    .recorrido{
    width: 340px;
    height: 300px;
}
} 










.popup{
    background-color: #ffffff;
    width: 700px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    display: none;
    text-align: center;
    z-index: 5;
    margin-top: 140px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.popup img{
    width: 300px;
}
#titulos{
    font-size: 27px;
    color: black;
}
#notas{
    font-size: 23px;
    color: black;
}
#datos{
    color: #A9A9A9;
    font-size: 20px;
}
#precio{
    color: darkgreen;
    font-size: 35px;
    font-weight: 900;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 40px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: center;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
}


@media (max-width: 576px) {
    .popup{
        width: 330px;
        padding: 5px 5px;
        margin-top: 310px;
    }
    #titulos{
    font-size: 24px;
    color: black;
    padding: 10px 10px;
    }
    #notas{
        font-size: 22px;
        color: black;
        padding: 10px 10px;
    }
    #datos{
        color: #A9A9A9;
        font-size: 20px;
    }
    #precio{
        color: darkgreen;
        font-size: 30px;
        font-weight: 900;
    }
}















.container-slider {
  max-width: 1200px;
  width: 95%;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
.slider-wrapper .slide-button:hover {
  background: #404040;
}
.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}
.slider-wrapper .slide-button#next-slide {
  right: -25px;
}
.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}
.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}
.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
}
.container-slider .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}
.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}
/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}















.barra ul {
 list-style-type: none;
 margin: 1px;
 padding: 1px;
 overflow: hidden;
 background-color: #25D366;
 position: fixed;
 bottom: 0;
 width: 100%;
 visibility: hidden;
 z-index: 5;
}


.barra li {
 float: left;
 border-right: 2px solid white;
 width: 50%;
}

/* Add a border to all( but not the last) list items */
.barra li:last-child { 
 border-right: none;
}

.barra li a {
 display: block;
 color: white;
 text-align: left;
 padding: 15px 17px;
 text-decoration: none;
}

/* Links will change color when hovered over */
.barra li a:hover {
 background-color: #128C7E;
}


@media (max-width: 576px){
    .barra ul {
 visibility: visible;
}
}


















.float{
    position:fixed;
    width:90px;
    height:90px;
    bottom:40px;
    right:40px;
    background-color:#0C9;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    visibility: visible;
    align-content: center;
}

.my-float{
    margin-top:22px;
}

@media (max-width: 576px){
    .float{
           visibility: hidden;
    }
}

























.styled-table { 
	border-collapse: collapse; 
	margin: 25px 0; 
	font-size: 1em; 
	font-family: sans-serif; 
	min-width: 270px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); 
}
.styled-table thead tr { 
	background-color: #980081; 
	color: #ffffff; 
	text-align: middle; 
}
.styled-table th, 
.styled-table td { 
	text-align: center;
}
.styled-table tbody tr { 
	border-bottom: 1px solid #dddddd; 
} 
.styled-table tbody tr:nth-of-type(even) 
{ 
	background-color: #f3f3f3; 
} 
.styled-table tbody tr:last-of-type { 
	border-bottom: 2px solid #009879; 
}