/*
 * Fox by FreeHTML5.co
 * Twitter: https://twitter.com/fh5co
 * Facebook: https://fb.com/fh5co
 * URL: https://freehtml5.co
 */

body {
  font-family: 'Lato', sans-serif;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
}
body .bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Llena el contenedor sin deformar */
  padding-bottom: 100px;
  height: 100%;
}

/* Responsive para pantallas medianas */
@media (max-width: 768px) {
  body .bg-img {
    height: 300px;
  }
}

body nav .navbar-nav a {
  font-size: 16px;
  color: white !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
body nav .navbar-nav a:hover {
  color: #008C69 !important;
}
body nav .navbar-nav img {
  width: 24px;
  margin-right: 6px;
  margin-left: 10px;
}
body nav .navbar-nav .btn-danger {
  background: #008C69;
  border-color: #008C69;
  border-radius: 0;
}
body nav .navbar-nav .btn-danger:hover {
  background: #df6700;
  border-color: #df6700;
}

a, a:hover {
  color: #008C69;
}

.vinneta-rosa{
  color: #FF6EA1;
}
.vinneta-azul{
  color: #507590;
}
.vinneta-dorada{
  color: #CFB76F;
}

.margin-redes{
  margin-top: 60px;
}

.btn-nav-responsive{
  padding-top: 20px;
  font-size: 20px;
  color: white;
  display: none;
}

.btn-nav-responsive img{
  width: 25px;
}

.fh5co-banner-text-box {
  position: relative;
  height: 350px;
  display: inline-block;
  margin-top: 220px;
}
/* Responsive para pantallas medianas */
@media (max-width: 768px) {
  .fh5co-banner-text-box {
    display: none;
  }
}
.fh5co-banner-text-box .quote-box {
  max-width: 455px;
  padding: 10px 0;
}
.fh5co-banner-text-box .quote-box h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: white;
  font-size: 90px;
}

@media (max-width: 768px) {
  .fh5co-banner-text-box .quote-box h2 {
    font-size: 65px;
  }
}

.fh5co-banner-text-box .quote-box h2 span {
  color: #008C69;
  font-size: 90px;
}
.fh5co-banner-text-box a {
  color: #fff;
  border-color: #4e2b0d;
  border-radius: 0;
  min-width: 150px;
}
.fh5co-banner-text-box a:hover {
  background: transparent;
  border-color: gray;
  color: #008C69;
}

/*primera linea */
#ElFlaminglesVideos {
  padding: 60px 15px;
  background-color: #121212;
  color: white;
  font-family: 'Lato', sans-serif;
}


#ElFlaminglesVideos > .container > .row:first-child h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #008C69;
  margin-bottom: 15px;
}


#ElFlaminglesVideos > .container > .row:first-child p {
  font-size: 1.25rem;
  color: #ddd;
  margin: 0 auto 40px auto;
  max-width: 700px;
}


#ElFlaminglesVideos h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #008C69;
  text-align: center;
}


#ElFlaminglesVideos .embed-responsive {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 140, 105, 0.4);
  margin: 0 auto;
  max-width: 100%;
}


#ElFlaminglesVideos iframe {
  width: 100%;
  height: 100%;
  border: none;
}


#ElFlaminglesVideos .col-md-6 {
  margin-bottom: 40px;
}


@media (max-width: 767.98px) {
  #ElFlaminglesVideos h2 {
    font-size: 2.25rem;
  }

  #ElFlaminglesVideos p {
    font-size: 1rem;
  }

  #ElFlaminglesVideos h3 {
    font-size: 1.5rem;
  }

  #ElFlaminglesVideos .col-md-6 {
    margin-bottom: 30px;
  }
}


@media (max-width: 480px) {
  #ElFlaminglesVideos {
    padding: 40px 10px;
  }

  #ElFlaminglesVideos h2 {
    font-size: 1.8rem;
  }

  #ElFlaminglesVideos p {
    font-size: 0.9rem;
  }

  #ElFlaminglesVideos h3 {
    font-size: 1.25rem;
  }
}
.botones-contenedor {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.boton-servicio {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 32px;
  border-radius: 8px;
  border: none;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  text-decoration: none;
  min-width: 230px;
  margin-bottom: 10px;
}

.boton-whatsapp {
  background: #25d366;
  color: #fff;
}

.boton-whatsapp:hover {
  background: #1ebe57;
  transform: translateY(-2px) scale(1.03);
}

.boton-calendly {
  background: #0056ff;
  color: #fff;
}

.boton-calendly:hover {
  background: #003bb5;
  transform: translateY(-2px) scale(1.03);
}

.boton-servicio .boton-texto-secundario {
  font-size: 0.95em;
  font-weight: normal;
  margin-top: 4px;
  opacity: 0.8;
}

.quien-soy-contenedor {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 900px;
  margin: 40px auto;
  gap: 30px;
  font-family: Arial, sans-serif;
  background-color: #000; 
  padding: 20px;
  box-shadow: 0 4px 10px rgba(255,255,255,0.1);
  border-radius: 10px;
  color: #fff; 
}

.quien-soy-foto {
  flex: 1 1 250px;
  max-width: 250px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(255,255,255,0.15);
  border: 2px solid #fff;
}

.quien-soy-texto {
  flex: 2 1 400px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.quien-soy-titulo {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #008C69; 
}

.quien-soy-parrafo {
  font-size: 1.1rem;
  line-height: 1.6;
  white-space: pre-line;
  margin-bottom: 25px;
  color: #eee;
}



@media (max-width: 700px) {
  .quien-soy-contenedor {
    flex-direction: column;
    max-width: 90%;
    padding: 15px;
  }
  .quien-soy-foto, .quien-soy-texto {
    max-width: 100%;
    flex: none;
  }
  .quien-soy-titulo {
    font-size: 2rem;
    text-align: center;
  }
 
}




.fh5co-network, .fh5co-about-us {
  background-color: lightgray;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 50px 0;
  padding-top: 30px;
  padding-bottom: 110px;
}

.recordatorio-contenedor {
  padding: 20px;
  max-width: 700px;
  font-family: Arial, sans-serif;
  margin: 30px auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.recordatorio-titulo {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.recordatorio-span {
  color: red;
}

.recordatorio-lista {
  font-size: 1.1rem;
  line-height: 1.6;
  padding-left: 20px;
}

.recordatorio-lista a {
  color: #FF5F8A;
}

.recordatorio-lista a:hover {
  color: #c8486b;
}
#testimonios2 {
  background-color: #f9f9f9;
  padding: 60px 15px;
  font-family: 'Lato', sans-serif;
  color: #333;
}


#testimonios2 .container {
  max-width: 1200px;
  margin: 0 auto;
}


.testimonios-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #008C69;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
}


.testimonios-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}


.testimonial {
  background: white;
  flex: 1 1 22%; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}


.testimonial-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #008C69;
}


.testimonial-text {
  font-size: 0.95rem;
  flex-grow: 1;
  margin-bottom: 15px;
  line-height: 1.4;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}


.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


@media (max-width: 992px) {
  .testimonios-wrapper {
    flex-wrap: wrap;
  }
  .testimonial {
    flex: 1 1 48%; 
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .testimonial {
    flex: 1 1 100%; 
  }
}

.seccion-principal {
  background-color: white;
  padding: 40px 15px;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
}


.seccion-principal .contenedor {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}


.contenedores-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap; 
}


.contenedor-negro {
  padding: 20px;
  flex: 1 1 30%; 
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


.contenedor-negro ul {
  list-style: disc inside;
  margin: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5;
}


.titulo-centro {
  text-align: center;
}

.titulo-centro h3 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 700;
}


@media (max-width: 768px) {
  .contenedores-flex {
    flex-direction: column;
  }
  .contenedor-negro {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
 .contenedor-carrusel {
  max-width: 1000px;
  width: 100%;
  background: white;
  padding: 1rem;
  border-radius: 12px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.contenedor-carrusel h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 400px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.carousel img {
  width: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  object-fit: cover;
  height: 100%;      
}
@media (max-width: 480px) {
  .contenedor-carrusel {
    max-width: 100%;
    margin: 10px;
  }
  .carousel {
    height: 250px; 
  }
}
.contenedor-conversacion {
  max-width: 600px;
  width: 90%;
  margin: 30px auto;
  padding: 1.5rem;
  background-color: #000000; /* fondo negro */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff; /* texto blanco por defecto */
}

.contenedor-conversacion h2 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: #f0f2f1; /* título en color verde especificado */
}

.contenedor-conversacion .resaltado {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  color: #008C69; /* color Instagram */
  margin-bottom: 1.5rem;
  user-select: none;
}

.contenedor-conversacion .btn-ig {
  display: inline-block;
  background-color: #65839b;
  color: white;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  transition: background-color 0.3s ease;
}

.contenedor-conversacion .btn-ig:hover,
.contenedor-conversacion .btn-ig:focus {
  background-color: #65839b;
  outline: none;
}

@media (max-width: 360px) {
  .contenedor-conversacion {
    padding: 1rem;
  }
  .contenedor-conversacion h2 {
    font-size: 1rem;
  }
  .contenedor-conversacion .resaltado {
    font-size: 1.25rem;
  }
  .contenedor-conversacion .btn-ig {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
  }
}
/*ultima linea stilos editada*/
.fh5co-network figure, .fh5co-about-us figure {
  margin-top: -70px !important;
}
.fh5co-network figure img {
  border-radius: 15px;
}
.borde-rosa {
  border: solid;
  border-color: #FF5F8A;
  border-width: 3px;
}
.borde-azul {
  border: solid;
  border-color: #789BB9;
  border-width: 3px;
}
.borde-dorado {
  border: solid;
  border-color: #EAE395;
  border-width: 3px;
}
.fh5co-network h1, .fh5co-about-us h1 {
  color: #FF5F8A;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
.fh5co-network h2, .fh5co-about-us h2 {
  color: #008C69;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
.fh5co-network h4, .fh5co-about-us h4, .fh5co-network h5, .fh5co-about-us h5, .fh5co-network p, .fh5co-about-us p {
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.fh5co-network hr, .fh5co-about-us hr {
  border-color: #008C69;
  border-width: 5px;
  max-width: 100px;
  margin-left: 0;
  border-radius: 5px;
}
.fh5co-network figure, .fh5co-about-us figure {
  text-align: center;
}
.divRightText{
  display: block;
}

.divLeftText{
  display: none;
}

.fh5co-about-us {
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fh5co-about-us p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.fh5co-about-us hr {
  border-color: #fff;
  margin-left: 50px;
  margin-top: 5px;
}
.fh5co-about-us a {
  color: #fff !important;
  border-color: #4e2b0d;
  border-radius: 0;
  min-width: 150px;
}
.fh5co-about-us a:hover {
  background: transparent;
  border-color: gray;
  color: #008C69;
}

.fh5co-content-box {
  background: white;
  padding-bottom: 100px;
}
.fh5co-content-box .pr-0 img {
  margin-top: -128px;
}
.fh5co-content-box img {
  width: 100%;
}
.fh5co-content-box .card-img-overlay {
  color: #fff;
  text-align: center;
  top: 35%;
}
.fh5co-content-box .trainers {
  position: relative;
  padding: 50px 0;
  margin: 70px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.fh5co-content-box .trainers .bg-50 {
  background: rgba(0, 0, 0, 0.3);
}
.fh5co-content-box .trainers .card {
  border: none;
  background: transparent;
}
.fh5co-content-box .trainers .card img {
  max-width: 250px;
  margin: 0 auto;
  max-height: 250px;
}
.fh5co-content-box .trainers .card .card-body {
  background: #ccc;
  border-radius: 15px;
  padding: 30px 20px;
  margin-top: 30px;
  padding-bottom: 50px;
}
.fh5co-content-box .trainers .card .card-body::before {
  content: "";
  position: absolute;
  border: 20px solid #ccc;
  border-color: transparent transparent #ccc transparent;
  margin-top: -70px;
  text-align: center;
  margin-left: -15px;
}
.fh5co-content-box .trainers .quote-box2 {
  color: black;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.fh5co-content-box .trainers::before, .fh5co-content-box .trainers::after {
  content: "";
  position: absolute;
  border: 3px solid #008C69;
  width: 100%;
  top: -10px;
}
.fh5co-content-box .trainers::before {
  bottom: -10px;
  top: auto;
}
.fh5co-content-box .gallery .card {
  border: none;
  background: transparent;
}
.fh5co-content-box .gallery .card img {
  border-radius: 0;
  max-height: 580px;
}
.fh5co-content-box .gallery .card .card-body {
  background: #008C69;
}
.fh5co-content-box .gallery .card .card-body h4 {
  color: #fff;
}
.fh5co-content-box .gallery .card .card-body p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.testimonial{
  padding: 10px; 
  border-radius: 10px; 
  background-color: whitesmoke; 
  margin-top: 10px;
}
.testimonial h2{
  font-size: 20px; 
  font-weight: bold;
}

footer {
  background: #101011;
  color: #fff;
}
footer .footer1 {
  width: 100%;
  text-align: center;
}
footer .footer1 p {
  margin-top: 30px;
}
footer .footer2 h4 {
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
}
footer .footer2 .form-box {
  padding: 20px 30px;
  margin-top: -30px;
  height: 100%;
}
footer .footer2 input[type='text'], footer .footer2 input[type='email'] {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #000;
}
footer .footer2 input[type='text']:focus, footer .footer2 input[type='email']:focus {
  box-shadow: none;
  border-color: #008C69;
}
footer .footer2 .btn {
  min-width: 150px;
  border-radius: 0;
}
footer .footer2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #262626;
}
footer .footer2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #262626;
}
footer .footer2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #262626;
}
footer .footer2 :-moz-placeholder {
  /* Firefox 18- */
  color: #262626;
}
footer .footer3 {
  padding-top: 50px;
}
footer .footer3 a {
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  padding-top: 5px;
}
footer .footer3 a:hover {
  background: #008C69;
}
footer .footer3 .nav-item li {
  margin: 0 5px;
}
footer .table td, footer .table th {
  border: none;
}

footer::before {
  content: "";
  position: absolute;
  border: 3px solid #008C69;
  width: 100%;
  left: 0;
}


@media (max-width: 1199px) {
  .fh5co-content-box .pr-0 img {
    margin-top: -107px;
  }
}
@media (max-width: 991px) {
  .btn-nav-responsive{
    display: block;
  }
  .navbar-brand{
    display: none;
  }
  .fh5co-content-box .pr-0 img {
    margin-top: -78px;
  }
  .fh5co-content-box .card-img-overlay {
    top: 20%;
  }
}
@media (max-width: 767px) {
  body nav .navbar-nav {
    margin-left: 0 !important;
    max-width: 50px;
  }

  .fh5co-banner-text-box{
    text-align: center;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 300px;
    height: 190px;
  }

  .fh5co-network figure, .fh5co-about-us figure {
    margin-top: 0 !important;
  }

  .fh5co-content-box .pr-0 img {
    margin: 20px auto;
  }
  .fh5co-content-box .col-md-5 {
    padding: 0 !important;
  }
  .fh5co-content-box .col-md-7 {
    padding: 0 !important;
  }

  .gallery .card {
    margin-bottom: 25px;
  }

  .footer1 {
    min-height: 150px;
  }

  .footer2 .form-box {
    margin-top: 0 !important;
  }

  .divRightText{
    display: none;
  }

  .divLeftText{
    display: block;
  }
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.glass-btn {
  width: 85px;
  height: 85px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-left: 1em;
  margin-right: 1em;
  cursor: pointer;
  transition: all 0.3s;
}

.button-container .glass-btn img{  
  width: 67px;
}

.glass-btn.blue-btn {
  box-shadow: 0px 20px 20px -17px rgba(0, 111, 255, 0.53);
}
.glass-btn.blue-btn:hover {
  box-shadow: 0px 20px 35px -16px rgba(0, 111, 255, 0.65);
}
.glass-btn.blue-btn .content {
  font-size: 4em;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(to right, #006fff, #00acff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 10px 37px rgba(0, 111, 255, 0.8);
}
.glass-btn.red-btn {
  box-shadow: 0px 20px 20px -17px rgba(255, 16, 39, 0.5);
}
.glass-btn.red-btn:hover {
  box-shadow: 0px 20px 35px -16px rgba(255, 16, 39, 0.57);
}
.glass-btn.red-btn .content {
  font-size: 4em;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(to right, #ff1027, #ff4f06 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 10px 37px rgba(255, 16, 39, 0.6);
}
.glass-btn.amber-btn {
  box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
}
.glass-btn.amber-btn:hover {
  box-shadow: 0px 20px 35px -16px rgba(255, 159, 16, 0.6);
}
.glass-btn.amber-btn .content {
  font-size: 4em;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(to right, #ff8d00, #f7ad07 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 10px 37px rgba(255, 94, 16, 0.7);
}
.glass-btn.green-btn {
  box-shadow: 0px 20px 20px -17px rgba(79, 204, 93, 0.53);
}
.glass-btn.green-btn:hover {
  box-shadow: 0px 20px 35px -16px rgba(79, 204, 93, 0.6);
}
.glass-btn.green-btn .content {
  font-size: 4em;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(to right, #ff8d00, #f7ad07 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 10px 37px rgba(255, 94, 16, 0.7);
}
.glass-btn:hover {
  background-color: whitesmoke;
  transform: translateY(-5px);
  transition: all 0.3s;
}

.tdfooter{
  width: 20%;
  text-align: center;
}

.tdfooter i{
  font-size: 35px;
  color: whitesmoke;
  border-radius: 50%;
}

.tdfooter i:hover{
  transform:scale(1.1);
  color: #5A5B5B;
  cursor: pointer;
}

.tdfooter svg{
  width: 35px;
  fill: whitesmoke;
  border-radius: 50%;
}

.tdfooter svg:hover{
  transform:scale(1.1);
  fill: #5A5B5B;
  cursor: pointer;
}

.logos {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 30px 0;
}

.logo_track {
  display: flex;
  animation: scroll 20s linear infinite;
}

.logo_items {
  display: flex;
}

.logo_items img {
  height: 100px;
  margin-left: 30px;
}

.logos:hover .logo_track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.testimonios{
  padding: 5px 10px;
}

.testimonios .caja{
  background-color: white; 
  padding: 10px; 
  border-radius: 10px;
  height: 100%;
}

.testimonios img{
  max-width: 300px;
}

.testimonios p{
  font-size: 13px;
}

.minimo{
  width: 200px;
}

