body {
  margin: 0; /* Elimina los márgenes predeterminados del body */
  padding: 0; /* Elimina el relleno predeterminado del body */
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  /* background-image: url('https://previews.123rf.com/images/18042011/180420111712/18042011171200028/91407997-piscina-de-lujo-larga-un-resort-tropical-fondo-de-vacaciones-composici%C3%B3n-vertical.jpg'); Reemplaza 'URL_DE_TU_IMAGEN' con la URL de tu imagen de fondo */
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.rounded-circle {
  border-radius: 50% !important;
  width: 160px;
  height: 160px; 
  margin-top: 6px;
  /* border-color: 5px blanchedalmond;
  border-bottom: 5px solid silver;
  border-top: 5px solid white; */
  border: 2px solid white;
  box-shadow: 0 0 0 2px silver;
}
@media screen and (max-width: 400px) {
  .rounded-circle {
    margin-top: 6px;
  }
}

/* Reducir el tamaño de los iconos */
.custom-button i {
  font-size: 25px; /* Ajusta el tamaño del icono según tus necesidades */
}


/* -------WhatsApp--------- */
.carousel-inner {
  animation-duration: 2ms; /* Ajusta la duración de la animación a 2 segundos */
}

.carousel-item {
  text-align: center;
  animation-duration: 2ms;
}

.carousel-item.active{
  animation-duration: 1s;
}
/* -------WhatsApp--------- */
.btn-whatsapp {
  background-color: #24b659;
  border-color: #24b659;
  color: #fff;
}

.btn-whatsapp:hover {
  background-color: #128C7E;
  border-color: #128C7E;
  color: #fff;
}

.btn-whatsapp i {
  margin-right: 5px;
}

/* -----Instagram---------- */
.btn-instagram {
  background-color: #E4405F;
  border-color: #E4405F;
  color: #fff;
}

.btn-instagram:hover {
  background-color: #BD325B;
  border-color: #BD325B;
  color: #fff;
}

.btn-instagram i {
  margin-right: 5px;
}

/* -----Linkedin------- */
.btn-linkedin {
  background-color: #0077B5;
  border-color: #0077B5;
  color: #fff;
}

.btn-linkedin:hover {
  background-color: #005983;
  border-color: #005983;
  color: #fff;
}

.btn-linkedin i {
  margin-right: 5px;
}


/* ---------Redes sociales---------- */

div.social-buttons{
  width:  100%;
  text-align: center;

}

.social-section {
  padding: 2px;
  text-align: center;
}

.social-buttons {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: center;
  align-items: center;
  margin: 0 -px;
  margin-bottom: 15px
  
}
.btn-circle i {
  font-size: 30px;
  line-height: 1;
}
.social-button {
  display: flex;
  padding: 0 5px;
  text-align: center;
  flex-direction: column;
}

.btn-circle {
  border-radius: 60%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-break: 1;
}
.social-button span {
  font-size: 15px;
  font-weight: bold;
}

.social-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: black ;
  border-radius: 55%;
  max-width: 130px;
}



@media screen and (max-width: 768px) {
  .social-button a {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .social-buttons {
    overflow-x: auto;
    white-space: nowrap;
  }
}




/* Avatar */
#synthesys-widget-container {
  max-width: 600px;
  margin: 0 auto;
}


/* ----------menu css----- */
@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    padding-top: 100px;
  }
}


/*# sourceMappingURL=styles.css.map */

iframe{
	width: 100%;
	height: 50px;
	border-style: none;
  display: flex;
}

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px;
  z-index: 999; /* Asegura que el menú esté por encima de otros elementos */
}

/* Portada */
#portada {
  max-height: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px; 
  margin-bottom: 0px; 
  margin-top: 24px;
  height: auto;
}
#portada img {
  max-width: 100%;
  height: auto;
  margin-top: -200px;
  position: relative;
  z-index: -5;
}

/* Estilos para pantallas de hasta 768px (tabletas y teléfonos móviles en posición vertical) */
@media screen and (min-width: 768px) {
  #portada  {
    margin-top: 200px; /* Ajusta el margen superior para pantallas más pequeñas */
  }
}

/* Estilos para pantallas de hasta 480px (teléfonos móviles en posición vertical) */
@media screen and (max-width: 400px) {
  #portada img {
    margin-top: -200px; /* Ajusta aún más el margen superior para pantallas más pequeñas */
  }
}
/* Estilos para pantallas de hasta 300px */
@media screen and (max-width: 340px) {
  #portada img {
    margin-top: -200px; /* Ajusta el margen superior para pantallas de 300px */
  }
}

/* Estilos para pantallas de hasta 300px */
@media screen and (max-width: 290px) {
  #portada img {
    margin-top: -245px; /* Ajusta el margen superior para pantallas de 300px */
  }
}

/* Override iPhone notch - ajuste portada */
@supports (padding-top: env(safe-area-inset-top)) {
  @media screen and (max-width: 430px) {
    #portada {
      padding-top: env(safe-area-inset-top);
      margin-top: 10px;
      margin-bottom: -250px;
    }
    
    #portada img {
      margin-top: -200px; /* cambiado de -150 a -200 */
    }
  }
}

#portada.container{
  width: 455px;
  height: 350px;
}


.rotate-animation {
  display: inline-block;
  animation: rotate 3s infinite linear;
  transform-origin: center center;
  white-space: nowrap;
  transform-style: preserve-3d;
  font-weight: bold;
  z-index: 1;
  overflow: hidden;
  
}


@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
  }
}

.animation{
  font-weight: bold;
  text-transform: uppercase;
}


/* Estilo específico para dispositivos iPhone */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn {
    border-radius: 1px; /* Ajusta el valor según tus necesidades */
  }
}

.custom-button {
      margin-bottom: 16px !important;
}

/* Estilos generales para todos los tamaños de pantalla */
.card-description-container {
  margin-left: 10px;
  margin-right: 10px;
  margin-block: 25px;
  color: #fff;
  
}

.card-description {
  /* Estilos para el texto dentro del contenedor */
}

/* Estilos para pantallas de PC */
@media screen and (min-width: 768px) {
  .card-description-container {
    width: 450px; /* Ancho fijo para el contenedor en pantallas de PC */
    margin: 0 auto; /* Centrar el contenedor horizontalmente */
    padding-left: 20px;
    margin-bottom: 15px;
    margin-block: 25px;
  }
}



.full-width {
  width: 100%;
  
}



.two-column-container {
  display: flex;
  flex-wrap: wrap;
}


/* Estilo para dividir en columnas de dos en dispositivos grandes */
@media (min-width: 360px) {
  .two-column-container {
    display: flex;
    flex-wrap: wrap;
    width: 370px;
    margin-left: -16px;
  }

  .two-column-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: -15px;
    margin: -10px;
    
  }
}
@media (min-width: 370px) {
  .two-column-container {
    display: flex;
    flex-wrap: wrap;
    width: 385px;
    margin-left: -8px;
    margin: 1 auto;
  }

  .two-column-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: -15px;
    margin: -10px;
    
  }
}
@media (min-width: 400px) {
  .two-column-container {
    display: flex;
    flex-wrap: wrap;
    width: 370px;
    margin-left: -8px;
    margin: 1 auto;
  }

  .two-column-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: -15px;
    margin: -10px;
    
  }
}
/* Estilo para dispositivos grandes (computadoras) */
@media (min-width: 430px) {
  .two-column-container {
    display: flex;
    flex-wrap: wrap;
    width: 370px;
    margin-left: -8px;
    margin: 1 auto;
  }

  .two-column-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: -15px;
    margin: -10px;    
  }
  
}
@media (min-width: 600px) {
  .two-column-container {
    display: flex;
    flex-wrap: wrap;
    width: 370px;
    margin-left: -8px;
    margin: 1 auto;
  }

  .two-column-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: -15px;
    margin: -10px; 
  }
}
@media (min-width: 800px) {
  .two-column-container {
    display: flex;
    flex-wrap: wrap;
    width: 370px;
    margin-left: -8px;
    margin: 0 auto;
  }
  .two-column-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: -15px;
    margin: -10px;
    
  }
}

/*Separacion del icono del menu*/
#menu-container-buttons {
  text-align: center;
  margin: 0 auto;
}

.button-container {
  margin-top: -5px; /* Ajusta el espacio desde arriba */
  margin-bottom: 0px; /* Ajusta el espacio desde abajo */
}

.custom-button {
  width: 290px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 auto; /* Centra horizontalmente el botón */
}

.custom-button span {
  display: inline-block;
  max-width: 100%;
}

.audio-button audio {
  /* width: 100px; Ajusta el ancho según tus preferencias */
  height: 40px; /* Ajusta la altura según tus preferencias */
}


/* Menu desplegable */



