/*Generales*/
:root{

    --verdeC:#5BA0B2;
    --naranja:#EBAE39;
    --azulN : #2C397D;
}
/*Fuentes*/
@font-face { font-family: GRegular; src: url("../graphik_font/Graphik-Regular.otf"); }
@font-face { font-family: GBold; src: url("../graphik_font/Graphik-Bold.otf"); }
@font-face { font-family: GRegularItalik; src: url("../graphik_font/Graphik-RegularItalic.otf"); }
@font-face { font-family: GSemibold; src: url("../graphik_font/Graphik-Semibold.otf"); }
@font-face { font-family: GBlack; src: url("../graphik_font/Graphik-Black.otf"); }
@font-face { font-family: GBoldItalik; src: url("../graphik_font/Graphik-BoldItalic.otf"); }
@font-face { font-family: GLightItalik; src: url("../graphik_font/Graphik-LightItalic.otf"); }
@font-face { font-family: GMediumItalik; src: url("../graphik_font/Graphik-MediumItalic.otf"); }
@font-face { font-family: GMedium; src: url("../graphik_font/Graphik-Medium.otf"); }
@font-face { font-family: GSemiboldItalik; src: url("../graphik_font/Graphik-SemiboldItalic.otf"); }
@font-face { font-family: GLight; src: url("../graphik_font/Graphik-Light.otf"); }
@font-face { font-family: GExtraLightItalik; src: url("../graphik_font/Graphik-ExtralightItalic.otf"); }


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/**Generales*/
@keyframes agrandar {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
  }
  


/*Sección 1*/
.portadaContenedor, .portadaContenedor img{
    width: 100%;
}

/*Sección 2*/
.btnInscripcion{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.btnInscripcion button{
    background-color: var(--naranja);
    width: 300px;
    height: 45px;
    border-radius: 15px;
    font-size: 20px;
    animation: agrandar 3s infinite;
}

.btnInscripcion button a{
    text-decoration: none;
    font-family: GBold;
    color: var(--azulN);
}

.s3{
    margin: 20px 0px 0px 0px;
    
}

.col1{
    color:var(--azulN);
    font-family: GMedium;
    font-size: 21px;
}

.col1 p{
    margin: 20px;
    text-align: center;
}

.col1 p span{
    color: var(--naranja);
}

/*Columna 2*/
.col2{
    background-color: var(--azulN);
    color: #FFF;
    font-family: GMedium;
    font-size: 21px;
}

.col2 p{
    margin: 20px;
    text-align: center;
}

.col2 p span{
    color: var(--naranja);
    font-family: GBold;
}

/*Sección banderas*/

.containerB {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.containerB .item {
    width: 260px; /* Ancho fijo para cada div */
    position: relative; /* Necesario para posicionar el triángulo */
    background-color: var(--naranja); /* Color de fondo de la parte inferior */
    box-sizing: border-box; /* Incluye el padding y el border en el cálculo del width */
    padding-top: 40px; /* Espaciado interno para la parte azul */
    text-align: center; /* Centra el texto */
    border: 1px solid #ddd; /* Borde sutil */
}

.blue-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Altura de la parte azul */
    background-color: #00A8BB; /* Color de la parte superior */
    color: white; /* Color del texto */
    z-index: 1; /* Asegura que el texto esté encima del triángulo */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: GBold;
    font-size: 35px;
    line-height: 1;
}

.blue-top::after {
    content: "";
    position: absolute;
    bottom: -20px; /* Ajusta la posición del triángulo para que apunte hacia abajo */
    left: 0;
    width: 0;
    height: 0;
    border-left: 130px solid transparent; /* Ancho del triángulo */
    border-right: 130px solid transparent; /* Ancho del triángulo */
    border-top: 20px solid #00A8BB; /* Color y tamaño del triángulo que apunta hacia abajo */
}

.yellow-bottom {
    padding-top: 100px; /* Espacio suficiente para el contenido azul y el triángulo */
    color: var(--azulN); /* Color del texto */
    font-family: GBold;
    font-size: 40px;
}

.br{
    margin-top: -13px;
    margin-bottom: 35px;
    font-size: 30px;
}

/*Sección btn interna*/
.btnInscripcion2{
    width: 100%;
    text-align: center;
    margin-top: -30px!important;
    margin-bottom: 20px;
    
}

.btnInscripcion2 button{
    background-color: var(--azulN);
    width: 200px;
    height: 50px;
    border-radius: 15px;
    font-size: 15px;
    animation: agrandar 3s infinite;
   
}

.btnInscripcion2 button a{
    text-decoration: none;
    font-family: GBold;
    color: #FFF;
}


/*Botón plan*/

/*Sección Btn plan*/
.btnPlan{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.btnPlan button{
    background-color: #00A8BB;
    width: 300px;
    height: 45px;
    border-radius: 15px;
    font-size: 20px;
    animation: agrandar 3s infinite;
}

.btnPlan button a{
    text-decoration: none;
    font-family: GBold;
    color: #FFF;
}

/*Sección 8*/


.s8{
    margin: 15px 5px;
    font-family: GRegular;

}

.s8 .row .col-10{
margin-top: 10px;
}

.s8 .row .col-2{
    margin-top: 10px;
    }

    .img-custom {
        width: 30px; /* Cambia el valor según necesites */
        height: auto; /* Mantiene la proporción de la imagen */
        margin: 0; /* Elimina cualquier margen */
        padding-right: 0;
    }

    .txt-custom{
        padding-left: 0px;
    }

    .align-items-center{
        margin-bottom: 15px;
    }

    @media (min-width:900px){
  
        .clmv{
            margin-top: 40px;
        }
    }

    

/*Sección 10*/
.s10{
margin-top: 20px;
margin-bottom: 20px;
}

.custom-img2 {
    width: 150px; /* Ancho fijo */
    height: auto; /* Mantiene la proporción */
    margin-right: 15px;
    margin-left: 15px;
}

.txtp1{
    color: var(--azulN);
    font-family: GMedium;
    font-size: 24px;
}

.txtp2{
    color: var(--naranja);
    font-family: GBold;
    font-size: 21px;
}

/*sección 11*/
.blot{
    background-color: #00A8BB;
}

.blot1{
    background-color: #fff;
}

.s11{
    
    min-height: 100%;
    color: #FFF;
    text-align: center;   
    margin: 0 auto; 
}

.s11 .txt1{
    padding-top: 10px;
    font-family: GBold;
    font-size: 30px;
    line-height: 1;
}

.s11 .txt2{
    font-family: GBold;
    font-size: 100px;
    line-height: 1;
    color: var(--naranja);
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #FFF;
}

.s11 .txt3{
    font-family: GMedium;
    font-size: 20px;
    line-height: 1;
}

.rs8 .letras{
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width:900px){
    .rs8{
        margin-top: 30px;
    }
}

.s13{
    margin-top: 15px;
}



/*Sección 14*/
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Seción 16*/
.background-image {
    position: relative;
    width: 100%;
    height: 450px; /* Ajusta la altura según sea necesario */
    background-image: url('../imagenes/s11.jpg'); /* URL de la imagen de fondo */
    background-size: cover; /* Asegura que la imagen cubra todo el contenedor */
    background-position: center; /* Centra la imagen en el contenedor */
    background-attachment: fixed; /* Mantiene la imagen fija al hacer scroll */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    padding-top: 10px;
}




/*Formulario*/
.formularioContainer {
    width: 350px;
    margin: 25px auto;
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Sombra más definida */
  }
  
  .formularioContainer h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #213680;
    margin-bottom: 20px;
  }
  
  .formularioContainer input, .formularioContainer select {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc; /* Línea inferior */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s ease;
  }
  
  .formularioContainer input:focus, .formularioContainer select:focus {
    outline: none;
    border-color: #213680; /* Cambia el color de la línea al enfocar */
  }
  
  .formularioContainer button {
    width: 100%;
    background-color: #213680;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .formularioContainer button:hover {
    background-color: #0d1f4c;
  }

  /*Logo*/

   /*icono whatsapp*/
/*Posicionar whatsapp*/
/*Whatsap logo*/
.btn-ws{
    width: 255px;
    height: 65px;
    
  position: fixed;
  bottom: 10px;
  right: 10px;	
  z-index: 900;
    background-image: url("../imagenes/wsInscribete.png");background-repeat: no-repeat;background-size: cover;
    cursor: pointer;
   
  }
  
  
  .btn-tel{
   
    width: 257px;
    height: 60px;
    
  position: fixed;
  bottom: 95px;
  right: 10px;	
  z-index: 901;
    background-image: url("../imagenes/btnIc.png");background-repeat: no-repeat;background-size: cover;
    cursor: pointer;
   
  
  }
  
  @keyframes agrandar {
    0% { transform: scale(1); }
    50% { transform: scale(1.07); }
    100% { transform: scale(1); }
  }
  
  
  .btn-tel {
    animation: agrandar 3s infinite;
  }
  
  .btn-ws {
    animation: agrandar 2s infinite;
  }
  
  @media (max-width:900px){
  
  
    
    /*Whatsap logo*/
  .btn-ws{
    width: 60px;
    height: 60px;
  position: fixed;
  bottom: 15px;
  right: 5px;	
  z-index: 900;
    background-image: url("../imagenes/wscel.png");background-repeat: no-repeat;background-size: cover;
    cursor: pointer;
   
  }
  
    /*Llamadas logo*/
    .btn-tel{
      width: 60px;
      height: 60px;
    position: fixed;
    bottom: 95px;
    right: 5px;	
    z-index: 900;
      background-image: url("../imagenes/telC.png");background-repeat: no-repeat;background-size: cover;
      cursor: pointer;
     
    }
  
}

/*Responsivo*/

@media (max-width:900px){
    .s3 .col1, .s3 .col2{
        line-height: 1.2;
    }

}

/*Animación*/
.infinite {
    animation-iteration-count: infinite;
}