@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* Boton Flotante de WhatsApp */
.botonwasapacole {
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 30px;
  right: 30px;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(108%);
}

/* Metodología */
.box :hover {
  background-color: #25D366;
  transition: background-color 0.3s ease;
  color: white;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

/* botones diagnostico gratis etc..... */
.botonesRMRD {
  text-decoration: none;
  color: #fff;
  background: #1DA1F2;
  font-size: 20px;
  font-family: 'Poppins';
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.499);
}

.botonesRMRD:hover {
  color: #1DA1F2;
  background: #ffffff;
  border: 2px solid #1DA1F2;
}

/* ########################## */
.img-comentario {
  width: 90%;
  height: 400px;
}

@media (max-width:500px) {
  .img-comentario {
    height: 200px;

  }
}

/* keyfrem */
.letra {
  animation-name: letra;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}

@keyframes letra {

  0%,
  100% {
    background-color: #273063;
  }

  16.66% {
    background-color: #273063;
  }

  50% {
    background-color: #4BA3D8;
  }
}

/* ################## */
/* rotacion de la imagnen */
.rotate-image {
  transform: rotate(90deg);
}

/* paralos cuadro rojos */
#info-tableM {
  border: solid #273063;
  font-size: 18px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.644);
}

#info-tableM:hover {
  background: #273063;
  color: #fff !important;
}


/* metodologia acordeon */
.botondistintos {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.644);
}

#buttons-method1,
#buttons-method2,
#buttons-method3 {
  font-size: clamp(25px, 5vw, 30px);
}

#buttons-method1 {
  background-color: #1DA1F2;
}

#buttons-method2 {
  background-color: #ff0000;
}

#buttons-method3 {
  background-color: #25D366;
}

.imgAcord1 {
  width: 15%;
}

.imgAcord {
  width: 50px;
}

@media (max-width: 500px) {
  .imgAcord1 {
    width: 20%;
  }
}

/* ################# */

/* espaciado encabezado */

.spacer {
  height: 150px;
  /* Ajusta esta altura según tus necesidades */
}

/* Media query para dispositivos más pequeños */
@media (max-width: 767px) {
  .spacer {
    padding-top: 200px;
    /* Ajusta este valor según tus necesidades */
  }
}