/* Reset de estilos */
* {
   margin: 0;
            padding: 0;
            font-family: 'Poppins', sans-serif;
}

body {
    background: url("https://www.innos.co/wp-content/uploads/2022/09/bg_circles-min-21.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


.landing .masthead {
    background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(195, 205, 225, 0.8)
    );
  }
  .landing .content {
    background: linear-gradient(rgba(195, 205, 225, 0.8), rgba(56, 80, 114, 1));
  }
  

  .phone {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 100%;
  }
  .phone a {
    display: block;
    height: 100%;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #3b72af;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }


  .phone a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #5c8a91;
  }
.landing-page {
   
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgb(188 220 219 / 0%));

}

.main-section,
.features-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.course-info {
    display: inline-block;
    vertical-align: top;
   /* width: 50%; /* Ajusta según sea necesario */
   flex: 50%;
        
    text-align: center;
    padding: 20px;
    /*background-color: #f0f0f0; /* Color de fondo para separar visualmente las secciones */
   
}

.course-info img {
    max-width: 100%; /* Asegura que la imagen no sea más ancha que su contenedor */
    height: auto; /* Mantiene la proporción original de la imagen */
    margin-bottom: 20px;
}

.registration {
    text-align: center;
    flex: 50%;
    padding: 20px;
    background-color: #e0e0e0;
    border-radius: 42px;
    box-shadow: 2px 4px 11px 8px rgb(0 0 0 / 20%);
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 28px !important;
    
}

/* Estilos para pantallas más pequeñas (móviles) */
@media screen and (max-width: 760px) {
    .main-section {
        flex-direction: column; /* Cambia la dirección de la fila a columna */
        align-items: stretch; /* Estira los elementos a lo largo del eje transversal (altura) */
    }

    .course-info,
    .registration {
        width: 90%;
    }
}


.course-info h1 {
    font-family: 'Poppins', sans-serif; /* Aplica la fuente Poppins al título */
    font-size: 2em; /* Tamaño del título, ajusta según sea necesario */
}

.course-info p {
    font-family: 'Poppins', sans-serif; /* Aplica la fuente Poppins al párrafo */
    line-height: 1.5; /* Ajusta la altura de línea según tu preferencia */
    color: #737373;
    text-align: left;
}

.registration h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.registration p {
    font-size: 14px;
    margin-bottom: 15px;
}

#registration-form {
    display: grid;
    gap: 15px;
}












form#registration-form input {
    border: 0px solid #000;
    border-bottom: 1px solid #759999 !important;
    background: rgba(0, 0, 0, 0);
    width: 100%;
        font-size: 11px;
    height: 30px;
}
form#registration-form label {
    margin-bottom: 0px
    
}
.whatsapp-input {
    display: flex;
}
.whatsapp-input select {
    background: transparent;
    margin-right: 14px;
    border-bottom: 1px solid #759999 !important;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 30px;
    font-size: 11px;
}

form#registration-form .form-group {
    margin-bottom: 0px;
}
form#registration-form input[type="checkbox"] {
    width: auto;
    height: auto;
}
.features-section {
padding-top: 24px;
    margin-top: 71px;
    border-top: 0px solid rgb(178, 229, 0);
    border-bottom: 0px solid rgb(178, 229, 0);
    margin-bottom: 32px;
}
.features-section .column {
    border-right: 1px solid rgb(178, 229, 0);
}
.features-section .column:last-child {
    border-right: 0px;
}

.registration button {
    background: rgb(178, 229, 0);
}
.registration button:hover {
    background: rgb(38 46 8);
}







/* Estilos para pantallas más pequeñas (móviles) */
@media screen and (max-width: 760px) {
    .main-section {
        flex-direction: column; /* Cambia la dirección de la fila a columna */
        align-items: stretch; /* Estira los elementos a lo largo del eje transversal (altura) */
    }

    .course-info,
    .registration {
        width: 100%;
    }
     
    .course-info p,
    .registration p {
        font-size: 12px;
           }


    .course-info h1,
    .registration h2 {

        font-size: 18px;
    }

       
    #registration-form {
        display: grid;
        gap: 10px;
    }

    .course-info img {
        max-width: 80%; /* Asegura que la imagen no sea más ancha que su contenedor */
        margin-bottom: 10px;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #134a4a;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

input,
select {
    padding: 8px;
    font-size: 14px;
    border: none !important;
    border-radius: 5px !important;
}

input:focus,
select:focus {
    outline: none; /* Elimina el resaltado predeterminado del navegador */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.781); /* Ajusta los valores según tus preferencias */
}

button {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
}

#registration-message {
    margin-top: 20px;
    font-size: 18px;
}

.features-section {
    display: flex;
    justify-content: space-around;
    background-color: transparent; /* Color de fondo para separar visualmente las secciones */
    padding: 20px;
}


.feature {
    text-align: center;
            margin: 10px;
}
.bloques.especificos {
    text-align: left;
}

.bloques.especificos h2 {
    font-family: 'Martel', Georgia, "Times New Roman", serif;
    font-weight: 900;
    color: rgb(178, 229, 0);
    margin-top: 22px;
    font-size: 19px;
}

.bloques.especificos i {
    color: rgb(178, 229, 0);
    display: inline-block;
    margin-top: 3px;
    margin-right: 13px;
}

.bloques.especificos  ul li {
    display: flex;
    align-items: flex-start;
    color: #737373;
    margin-bottom: 13px;
    line-height: 1.2;
}
.landing-page {
    border-top: 10px solid rgb(178, 229, 0);
    padding-top: 80px;
}
p.unete {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #737373;
    text-align: center;
}
p.unete {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #737373;
    text-align: center;
}
.registration h2 {
    font-family: 'Martel', Georgia, "Times New Roman", serif;
    font-weight: 900;
    color: #0a3333 !important;
    margin-top: 22px;
}
.bloque_salud {
    font-family: 'Martel', Georgia, "Times New Roman", serif;
    font-weight: 900;
    color: #0a3333 !important;
    margin-top: 22px;
    text-align: center;
}

/* Estilos para pantallas más pequeñas (móviles) */
@media screen and (max-width: 767px) {
    .features-section {
        flex-direction: column; /* Cambia la dirección de la fila a columna */
        align-items: center; /* Centra los elementos a lo largo del eje transversal (horizontal) */
    }

    .feature {
        width: 90%; /* Ocupa todo el ancho disponible */
        text-align: center; /* Centra el contenido dentro del bloque */
    }

    input,
select {
    padding: 6px;
    font-size: 10px;
    display: flex;
    width: 95%;
    background-color: #ffffff;
}
}


.feature i {
    font-size: 2em;
    margin-bottom: 10px;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.feature p {
    font-size: 16px;
    color: #555;
}


 

.logo_principales {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_principales img {
    margin: 0px;
    height: auto;
    max-width: inherit;
    width: auto;
}

img.afiro {
    height: 43px;
}

img.innos {
    height: 79px;
}
.course-info h1 {
    font-family: 'Martel', Georgia, "Times New Roman", serif;
    font-weight: 900;
    color: #0a3333 !important;
    margin-top: 22px;
}