* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
/*VARIABLES*/
:root {
  --azul: #031926;
  --verde-primary: #468189;
  --verde-secondary: #77aca2;
  --verde-terciary: #9dbebb;
  --amarillo: #f4e9cd;
}

/*NAVBAR*/
.navbar{
    z-index: 50 !important;
}
.container{
    background-color: #f8f9fa;
}

/*WPP*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/*LOGO*/
.logo {
  color: #000;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%; /* 28px */
}

/*BOTONES*/
.boton {
  padding: 8px 20px !important ;
  justify-content: center;
  align-items: center;
  list-style: none;
  text-decoration: none;
  gap: 8px;
  border-radius: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.boton-azul {
  border: 1px solid #031926;
  background: #031926;
  color: white;
}
.boton-blanco {
  border: 1px solid var(--Link-primary, var(--azul));
  color: var(--azul);
}
.boton-cuadrado {
  border-radius: 0 !important ;
}
/*TITULO*/
.titulo {
  display: flex;
  padding: 112px 0 64px 0;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  color: var(--azul);
}
.titulo h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}
.titulo p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

/*HEADER*/
nav {
  height: 92px;
}
nav .boton {
  margin-right: 15px;
  width: max-content;
}
nav .active {
  margin-right: 30px;
  padding-right: 0;
  color: var(--Link-primary, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

/*HERO SECTION*/
#hero-section {
  width: 100%;
}
#hero-carrousel {
  height: 50vh;
}
#hero-carrousel img {
  object-fit: cover !important; 
  object-position: center !important; /* Centra la imagen vertical y horizontalmente */
  height: 100% !important; /* Hace que la imagen ocupe toda la altura del contenedor */
  width: 100% !important; /* Asegura que la imagen ocupe toda la anchura del contenedor */
}
.carousel-inner,
#carouselExampleAutoplaying {
  height: 100% !important;
}
.carousel-item {
  height: 100%;
}

#galeria-sec .carousel-item img {
  max-height: 90vh;
  object-fit: contain;
}
#hero-info {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 64px;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  background-color: var(--verde-secondary);
}
#hero-info h3 {
  color: rgba(238, 238, 238, 0.93);
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
}
#hero-info-tit,
#hero-info-info {
  width: 50%;
}

#hero-info-info p {
  color: #efefef;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
#hero-info-buttons {
  display: flex;
  gap: 16px;
}

/*SECCION DE SERVICIOS*/
#servicios-sec {
  background-color: #eee;
  padding-bottom: 112px;
}
#servicios-sec-cont {
  display: flex;
  gap: 26px;
  justify-content: center;
  flex-wrap: wrap;
}
.servicios-item {
display: flex;
    gap: 16px;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    height: 90px;
    flex-direction: column;
    width: 112px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.servicios-item img {
  height: 50px;
}

/*RESEÑAS*/
#reseñas-sec {
  background: var(--amarillo);
  padding-bottom: 112px;
}
.reseña-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
  padding: 0 5%;
}

.reseña {
  padding: 32px;
  background-color: #fefefe;
  width: 30%;
  border-radius: 15px;
}

.reseña p {
  color: var(--Link-primary, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 150%; /* 30px */
}
.reseña-cont-user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reseña .reseña-cont-user .reseña-name {
  display: flex;
  flex-direction: column;
}
.reseña .reseña-cont-user .reseña-name .reseña-nombre {
  color: var(--Text-primary, #030f2f);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.reseña .reseña-cont-user .reseña-pag {
  color: var(--Text-primary, #030f2f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.reseña .img-estrellas {
  width: 25%;
}
.reseña .img-perfil {
  width: 56px;
  border-radius: 50px;
}

/*GALERIA*/
#galeria-sec {
  padding-bottom: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#galeria-sec .carousel-item img{
    margin-top: 30vh;
}
#galeria-sec button {
  width: max-content;
}
#galeria-sec img {
  object-fit: cover;
}
#galeria-sec #cont-imagenes {
  display: flex;
  padding: 0 5% 80px 5%;
  width: 100%;
  justify-content: center;
  height: 640px;
  gap: 32px;
}
#galeria-sec .cont-imagenes-left {
  width: 45%;
  border-radius: 15px;
}
.cont-imagenes-right {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cont-imagenes-right img {
  width: 100%;
  height: 48%;
  border-radius: 15px;
}
.custom-arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro con transparencia */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: 45vh;
  transform: translateY(-50%); /* Centrado vertical */
  z-index: 10;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.custom-arrow .carousel-control-prev-icon,
.custom-arrow .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  filter: invert(1); /* Hace las flechas blancas */
}

.custom-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8); /* Más oscuro al pasar el mouse */
}

/*TRASLADOS*/
#traslados-sec {
  width: 100%;
  padding: 112px 5%;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: center;
}
#traslados-sec img {
  border-radius: 15px;
}
#traslados-sec a {
  width: max-content;
}
#traslados-sec .titulo,
#traslados-galeria {
  width: 50%;
}
#traslados-sec .titulo {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
}
#traslados-galeria {
  padding-left: 40px;
}

/*FOOTER*/
footer {
  background-color: var(--verde-primary);
  color: white;
  width: 100%;
  padding: 80px 5%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
footer a {
  text-decoration: none;
  list-style: none;
  color: white;
}
footer li {
  list-style: none;
}
footer .logo {
  color: white !important;
}
#footer-cont-superior {
  display: flex;
  justify-content: space-between;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 0;
}
#footer-cont-inferior {
  border-top: 1px solid white;
  text-align: center;
  padding-top: 32px;
}

@media only screen and (max-width: 600px) {
  #hero-info-tit,
  #hero-info-info,
  .reseña,
  #galeria-sec .cont-imagenes-left,
  .cont-imagenes-right,
  #traslados-sec .titulo,
  #traslados-galeria,
  #footer-menu,
  footer li {
    width: 100%;
  }
  nav .boton {
      margin: 12px 0;
    }
  #traslados-sec,
  #footer-cont-superior,
  footer ul,
  #cont-imagenes {
    flex-wrap: wrap;
  }
  #footer-menu {
    flex-direction: column;
  }
  #traslados-sec .titulo {
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
  }
  #traslados-galeria {
    padding-left: 0;
  }
  footer ul {
    gap: 24px;
    margin-top: 40px;
  }
  footer {
    gap: 40px;
  }
  #hero-info {
    gap: 24px;
  }
  #galeria-sec #cont-imagenes {
    height: auto;
  }
  #galeria-sec {
    padding-bottom: 84px;
  }
  #traslados-sec {
    background-color: var(--amarillo);
    padding-top: 64px;
  }
  #traslados-sec .titulo {
    padding: 0 5%;
  }
  .titulo {
    padding-left: 5%;
    padding-right: 5%;
  }
}
