.logo {
  width: 220px;
  margin-top: 10px;
  /*margin-bottom: 5px;*/
  /*background-color: red;*/
}

body {
  font-family: 'Open Sans';
  background: url("../../assets/img/FONDO-PAPEL.jpg") center / auto;
}

.databox {
  width: 33.3%;
}

.vertical-line {
  width: 2px !important;
  height: initial;
  background-color: #0066ff;
}

.horizontal-line {
  width: 100% !important;
  height: 2px;
  background-color: #0066ff;
}

.horizontal-line-white {
  width: 100% !important;
  height: 1px;
  background-color: #ffffff;
  margin: 20px 0;
}

.logos-juan {
  max-width: 250px;
  margin: 20px 0;
}

.info-data {
  height: 100%;
}

.btn-primary {
  font-family: 'Fixture Italic Condensed ExBold';
  font-size: 31px;
  border: solid 4px #0066ff;
  border-radius: 10px;
  /*padding: 4px initial;*/
  background: none;
  color: #0066ff;
  font-weight: bold;
  font-style: italic;
}

.separador-header {
  row-gap: 15px;
  display: grid;
}

header {
  margin-top: 40px;
  margin-bottom: 100px;
}

.alidados-logos {
  padding: 20px;
  /*background-color: #ff0000;*/
}

.margin-top {
  padding-top: 90px;
  padding-bottom: 30px;
}

@media (min-width: 300px) {
  .video-margin {
    margin: 0 0.01rem;
    margin-bottom: 10%;
  }
}

@media (min-width: 576px) {
  .video-margin {
    margin: 0 1rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .video-margin {
    margin: 0 40px;
    margin-bottom: 20px;
  }
}

.video-margin-banda {
  background-color: #2D2A26;
  width: 100%;
  height: 10%;
  position: absolute;
  z-index: -10;
  /*top: 0;*/
  left: 0;
}

.pilares {
  color: #ffffff;
  background-color: #2d2a26;
  padding: 30px 20px;
  margin-top: 40px;
  /*height: 100%;*/
  border-radius: 5px;
}

.corte {
  width: 100% !important;
  position: absolute;
  z-index: 1;
}

.headcoach-box {
  background-color: #2d2a26;
  padding: 0 35px;
  color: #ffffff;
}

.iconcheck {
  font-size: 11px;
  padding-right: 10px;
  height: 20px !important;
}

.iconalert {
  font-size: 14px;
  padding-right: 7px;
  height: 20px;
  line-height: 20px;
}

.icontag {
  font-size: 15px;
  padding-right: 7px;
  height: 20px;
  line-height: 20px;
  padding-top: 1px;
}

.beneficios {
  display: flex;
  height: auto !important;
}

@media (min-width: 768px) {
  .planes-box-2 {
    background-color: #2d2a26;
    color: #ffffff;
    padding-top: 50px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px!important;
  }
}

@media (min-width: 300px) {
  .planes-box-2 {
    background-color: #2d2a26;
    color: #ffffff;
    padding: 10px 30px;
    /*height: 100%;*/
  }
}

.planes-box {
  background-color: #0066ff;
  color: #ffffff;
  padding: 33px;
  /*height: 100%;*/
  margin-bottom: 30px;
  border-radius: 5px;
}

.separador2 {
  margin: 40px 0;
}

.separador-planes {
  margin: 100px 0;
}

.spacer-beneficios {
  margin-bottom: 22px;
}

input {
  border: 2px solid #0066ff!important;
  border-radius: 0px !important;
  background-color: rgba(255,255,255,0.5) !important;
}

form {
  display: grid;
  gap: 30PX;
}

.form-check-input:checked {
  color: #0066ff !important;
  background-color: #0066ff !important;
}

select {
  border: 2px solid #0066ff!important;
  border-radius: 0px !important;
  background-color: rgba(255,255,255,0.5) !important;
}

.accordion-button {
  font-size: 17px;
  font-family: 'Open Sans Condensed';
  font-weight: bold;
  background-color: rgba(255,255,255,0);
  border-bottom: none !important;
  border: 0px !important;
  box-shadow: none !important;
  line-height: initial;
}

.accordion-item {
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #2c2a29;
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  background-color: initial;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(255,255,255,0);
  color: #0066ff;
  border-bottom: none !important;
}

.accordion-body {
  border-top: none !important;
}

.accordion-header {
  border-bottom: none !important;
  margin: 15px 0;
}

.accordion-collapse {
  border-top: none !important;
}

.iconos-footer {
  gap: 20px;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 24px;
}

.footer-info {
  color: #ffffff;
}

.accordion-item:last-of-type {
  border: none;
}

.separador-iconos-planes {
  margin-top: 19px;
  margin-bottom: 23px;
}

.grip-data {
  grid-template-columns: repeat( auto-fit, minmax(180px, 1fr) );
  display: grid;
  text-align: center;
  vertical-align: middle;
  gap: 20px;
}

@media (min-width: 768px) {
  .grip-alidados-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, auto);
    gap: 25px;
    text-align: center;
    vertical-align: middle;
    justify-content: center !important;
  }
}

@media (min-width: 300px) {
  .grip-alidados-logos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 25px;
    text-align: center;
    vertical-align: middle;
    justify-content: center !important;
  }
}

.btn hover {
}

.btn:hover {
  text-decoration: none !important;
  background-color: #0066ff !important;
  border: 4px solid #0066ff;
}

a {
  text-decoration: none !important;
}

video {
  max-width: 1280px;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.img-juan {
  max-height: 660px;
}

.border-redondo {
  border-radius: 10px !important;
}

.front-div {
  position: relative;
  z-index: 0;
}

.card {
  background: none;
  max-width: 140px;
  /*background-color: blue;*/
}

@container (min-width: 150px) {
  .staff {
    height: auto;
    /*border: 2px white solid;*/
    max-width: 150px;
  }
}

.card {
  /*width: 300PX;*/
}

.coachlist {
  gap: 5px;
  display: grid;
  font-weight: 15px !important;
}

.name-coach {
  margin-top: 25px;
  margin-bottom: 28PX;
}

.coaches {
  margin-right: 20px;
  margin-left: 20px;
}

.p2, .staft {
  margin-top: 12px;
  text-align: center;
}

.icon-intagram {
  /*color: red;*/
  font-size: 24px;
}

.planes-box-expanded {
  background: #ffffff77;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 102, 255, 0.1);
  margin-bottom: 50px;
  /* border-top: 5px solid #0066ff; */
}

.plan-header {
  text-align: center;
  margin-bottom: 30px;
}

.plan-icon {
  /* background: #f0f7ff; */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0px;
}

.price-box {
  background: #0066ff;
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.price-box .price {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 10px 0;
}

.benefits-section h6 {
  color: #0066ff;
  margin-bottom: 20px;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.benefits-list i {
  color: #0066ff;
  position: absolute;
  left: 0;
  top: 4px;
}

.requirements {
  background: #fff8e690;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
}

.requirements h6 {
  color: #ff9800;
}

.requirements p {
  margin: 10px 0 0 25px;
  position: relative;
}

.requirements i {
  color: #ff9800;
  position: absolute;
  left: -25px;
  top: 3px;
}

.benefits-highlight {
  background: #f5f9ffc2;
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
}

.benefits-highlight h6 {
  color: #0066ff;
  margin-bottom: 20px;
  text-align: center;
}

.benefits-highlight p {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.benefits-highlight i {
  color: #0066ff;
  position: absolute;
  left: 0;
  top: 3px;
}
.btn-secondary{
  font-family: 'Fixture Italic Condensed ExBold';
  font-size: 31px;
  border: solid 4px #0066ff;
  border-radius: 10px;
  /*padding: 4px initial;*/
  background: none;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

.btn-join {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 30px;
  background: #0066ff;
  border: none;
  transition: all 0.3s;
}

.btn-join:hover {
  background: #0052cc;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 102, 255, 0.3);
}

.benefits-list li, 
.benefits-highlight p {
    font-weight: normal !important;
    font-size: 1rem;
    color: #333; 
    line-height: 1.6;
}

/* Estilos para la sección de coaches */
#COACHES {
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
}

#COACHES::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 42, 38, 0.9);
    z-index: 0;
}

#COACHES .container {
    position: relative;
    z-index: 1;
}

.coach-card {
    background: #2d2a26;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
}

.coach-card:hover {
    transform: translateY(-5px);
}

.coach-card-head {
    border: 2px solid #0066ff;
    position: relative;
}

.coach-card-head .coach-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0066ff;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.coach-img-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.coach-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.coach-card:hover img {
    transform: scale(1.05);
}

.coach-info {
    padding: 20px;
}

.coach-info h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.coach-title {
    color: #0066ff;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    font-weight: bold;
}

.coach-subtitle {
  color: #fff;
  font-style: italic;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 5px;
}

.coach-section {
    margin-bottom: 15px;
}

.coach-section h4 {
  color: #fff !important; /* Mantenemos el color azul */
  font-size: 1rem;
  margin-bottom: 8px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  font-family: 'Open Sans Condensed', sans-serif ;
  font-weight: bold !important; /* Negrita como estaba antes */
  text-transform: uppercase; /* Texto en mayúsculas */
  letter-spacing: 0.5px; /* Espaciado entre letras */
}

.coach-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.coach-section li {
    margin-bottom: 5px;
    font-size: 0.85rem;
    line-height: 1.4;
    position: relative;
    padding-left: 15px;
    font-weight: normal;
}

.coach-section li::before {
    content: "•";
    color: #0066ff;
    position: absolute;
    left: 0;
}

.coach-details ul {
    list-style: none;
    padding-left: 0;
}

.coach-details li {
    margin-bottom: 10px;
    font-size: 0.85rem;
    line-height: 1.4;
    position: relative;
    padding-left: 15px;
    font-weight: normal;
}

.coach-details li::before {
    content: "•";
    color: #0066ff;
    position: absolute;
    left: 0;
}

.running-club{
  font-size: 30px;
  color: #0066ff;
}

.benefits-icon {
  width: 20px;
  margin-right: 3px;
  margin-left: -26px;
}

.benefits-highlight .benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-highlight .benefits-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  font-weight: normal !important;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .benefits-highlight .row > .col-md-6:first-child {
    margin-bottom: 0px;
  }
  
  .benefits-highlight h6 {
    text-align: center;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #128C7E;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #25D366;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon {
  font-size: 30px;
  margin-right: 8px;
}

.whatsapp-text {
  font-weight: bold;
}

/* Para hacerlo responsive */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    padding: 8px 12px;
  }
  
  .whatsapp-icon {
    font-size: 24px;
  }
}
