* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  background-image: url(img_ie/trtrtrtrgdv.png),url(img_ie/boer.png);
  
  width: 100%;
  margin: 0 ;
  padding: 0;
  height: 100%;
    overflow-x: hidden;
}



.head_01{

  position: sticky;
  z-index: 999;
  display: flex;
  flex-direction: row;
   width: 80%;
   height: auto;
   margin: -5rem auto;
   top: 6%;
   left: 12%;
   justify-content: space-around;
   border-radius: 1.5rem;
   background: transparent;
   padding: 0.5rem 1rem;
   transition: all .3s ease;

}


.head_01.scrolled {
  position: sticky;
  z-index: 999;
  display: flex;
  flex-direction: row;
   width: 80%;
   height: auto;
   margin: -5rem auto;
   top: 6%;
   left: 12%;
   justify-content: space-around;
   backdrop-filter: blur(5px);
   border-radius: 1.5rem;
   background: #5e65aa52;
      padding: 0.5rem 1rem;

}


.div_img_logo{
  
  
  display: flex;
  align-items: center;
  width: 9%;
  height: auto;
  margin-left: 8rem;

}


.img_logo{
  height: auto;
  width: 80%;
  border-radius: 1rem
}

#check {
  display: none;
}

.icons {
  font-size: 2rem;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 5%;
  top: 30%;
  
}

.btncontact_div{
  display: flex;
  align-items: center;
  margin-left: 4rem;
}

.clip_tr {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-left: -2rem;
  
}

.menu_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
   width: 60%;
}

#check:checked ~ .icons #menu-icon {
  display: none;
}

.icons #close-icon {
  display: none;
}

#check:checked ~ .icons #close-icon {
  display: block;
}

.section_main{
  margin: 0;
  padding: 0; 
  box-sizing: border-box;
  padding-bottom: 5rem;
  color: #fff;
}





.h2_moder{
  font-family: 'Prompt', serif;
  font-weight: bold;
  font-size: clamp(2rem ,5vw,2.5rem);
  text-align: center;
  line-height: 2.5rem;
}

.h2_exp{
  font-family: 'Prompt', serif;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  width: 90%;
  margin: 2rem auto;
  color: #F4AB40;
}


.h2_exp_desc{
  font-family: 'Poppins' ,sans-serif;
  font-size: 1rem;
  width: 50%;
  margin: 0 auto ;
   line-height: 1.5rem;
   text-align: center;
   font-weight: 400
}




.div_main_01{
  display: flex;
  flex-direction: row;
  padding: 20%;
  padding-top: 7rem;
  gap: 5rem;
  padding-bottom: 4rem
}


.div_main_02{
  display: flex;
  flex-direction: row;
  padding: 20%;
  padding-top: 7rem;
  gap: 5rem;
  padding-bottom: 4rem
}



@media (max-width: 1350px) {

 

  .div_main_01{
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 2rem;
    padding-top: 2rem;
    width: 100%;
  }


  .div_main_02{
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    gap: 2rem;
    padding-top: 2rem;
    width: 100%;
  }

  
}

.div_content_01{
  width:80%;
}

.div_content_02{
  width:100%;
  text-align: right;
  margin: auto 0;
}

.div_content_03{
  width:60%;
  margin: auto 0;
}

.h3_sector_01{
  font-family: 'Prompt' ,sans-serif;
  font-size: 2rem;
  padding-left: 1rem;
  padding-bottom: 2rem;
}

.h3_sector_02{
  font-family: 'Prompt' ,sans-serif;
  font-size: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}
.span_sector_01{
  background: #F4AB40;
  padding: 2px 10px;
  border-radius: 0.5rem;
}

.p_sector_01{
  font-family: 'Poppins' ,sans-serif;
  font-size: 1rem;
   text-wrap: balance;
   line-height: 1.5rem;
   font-weight: 400;
}

.div_img_sector_01{
  width: 100%;
  height: auto
}
.div_img_sector_02{
  width: 60%;
  height: auto;
}


.img_sector_01{
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  margin-top: 2rem;
}




.h3_gr{

  font-family: 'Prompt' ,sans-serif;
  font-size: clamp(1.7,5vw,2rem);
  text-align: center;
  padding-top:3rem 
}


.div_gr_01{
  width: 60%;
  height: auto;
  padding: 2rem 3rem; 
  background: #1C2562;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
}

.p_gr_01{
  font-family: 'Poppins' ,sans-serif;
  font-size: 1rem; 
  text-wrap: pretty;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.div_gr_02{
  padding: 2rem 3rem;
   background: #1C2562;
   width: 50rem;
   max-width: 80%;
   margin: 0 auto;
   border-radius: 1.5rem;
}

.p_gr_02{
  font-family: 'Poppins' ,sans-serif;
  font-size: 1rem;
  margin: 0 auto ;
   line-height: 1.5rem;
   text-align: center;
   font-weight: 400;
   width: 95%;
}

.list_gr{
  list-style: disc;
  font-family: 'Poppins' ,sans-serif;
  font-size: 1rem;
  width: 70%;
}

.lista_cursos_ini{

  font-family: 'Poppins' ,sans-serif;
  margin: 10% auto;
  font-weight: 500;
  text-align: center;
  font-size: 0.8rem;

}

.lista_cursos_ini a{

  color: white;
  text-decoration: none;

}


.hid{
  display: none;
}


@media (max-width: 1350px) {

.head_01{
  padding: 0.125rem 0;
  width: 100%;
  height: 5rem;
  margin: -5rem auto;
   top: 6%;
   left: 0;
   margin-bottom: 0;
   
}

.head_01.scrolled .icons{
  top: 25%;

}




.div_img_logo{
  
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-left: 4rem;
  margin-bottom:0;


}



.img_logo{
  height: 60%;
  width: 60%;
  border-radius: 1rem;
}

.icons{
  top: auto;
  display: block;
  margin: auto 0;
  margin-top: 2%;
  color: white;
}

.btncontact_div{
  margin: 0 auto;
}

.clip_tr {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  margin: 0 auto;
  background: #00000096;
  backdrop-filter: blur(5px);
 margin-top: 1.5rem;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 0 0 1.5rem 1.5rem;
  transition: 300ms ease;
}

.hid{
  display: block;

  padding: 1rem;
  background: #1c25628f;
  border-radius: 1rem;
}

.dropdown {
 display: none;/* Necesario para posicionar el submenú */
  
}

.head_01.scrolled .clip_tr {
  margin-top: 0;
  backdrop-filter: blur(5px);
  
}



#check:checked ~ .clip_tr {

  padding-top: 1rem;
  padding-bottom: 1rem ;
  overflow: visible;
  height: auto;
  
  
}

.menu_nav{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faq.active .answer{
  max-height: 100dvh;
  overflow: scroll;
  animation: fade 1s ease-in-out;
  scrollbar-width: none;
}


  .div_content_01{
    width: 100%;
  }
  .h3_sector_01{
    text-align: center;
    padding-left: 0;
  }
.h3_sector_02{
    text-align: center;
    padding-right: 0;
  }
  .p_sector_01{
    text-align: center;
    padding-bottom: 0;
  }
  .div_img_sector_01{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .div_img_sector_02{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .h3_gr{
   
    padding-bottom: 2rem;
  }

  .div_gr_01{
    width: 100%;
    padding: 2rem;
  }

  .div_gr_02{
    width: 100%;
    padding: 2rem 3rem;
  }
  .list_gr{
    width: 100%;
  }
}

.we{
  scrollbar-width: none;
  overflow: hidden;
  -ms-overflow-style: none; 
  width: 35%;
   height: auto;
   position: relative;
}
.we::-webkit-scrollbar{
  display: none;
 
}















































.section_cursos{
  width: 100%;
  height: 100%; 
  color: #fff;
  position: relative;
  padding-top: 5rem
}

.img_cursos{
  width: 100% ;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  filter: brightness(60%);
  margin-top: -6rem;
}

.div_content_cursos{
  width: 90%;
  margin: 6rem auto;
  height: auto;
  padding-top: 5rem;
  margin-bottom: 0;
}


.h2_nc{
  display: flex;
  justify-content: center;
  font-family: 'Poppins' ,sans-serif;
  font-size: 3.2rem;
  text-align: center;
}


.list_cursosm1{
  font-family: 'Prompt' ,sans-serif; 
  line-height: 3.5rem;
  font-size: clamp(0.5rem , 3vw,1.5rem);
  text-align:left;
  font-weight: 600;
  width: 100%;
  text-wrap: balance;
  list-style: disc;
  height: 100%;
}

.list_cursosm2{
  list-style: disc;
   list-style-position: inside ;
   font-family: 'Poppins' ,sans-serif;
    line-height: 4rem;
    font-size: clamp(1rem , 5vw,1.6rem);
    text-align:left;
    font-weight: 600;
}









































.container__cover{

margin: 0;
  padding-bottom: 4rem;
  width: 100%;
  height: auto;
margin-top: -10rem;
  
}


.div__offset{
  margin-top:0;
}

.hero-slider{
  
  width: 100%;
  height: 105vh;
  

  
}

.hero-slider .carousel-cell{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center ;
  filter: brightness(95%);

  
}







.hero-slider .carousel-cell .inner{
 

  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
  width: 100%;
  
}

.hero-slider .carousel-cell .inner .subtitle{
 

  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(1.5rem , 5vw ,2.7rem);
  line-height :1.8em ;
  color: white;
  margin-bottom: 5px;
  z-index: 3;
  width: 70%;
  margin-inline: auto;
  text-align: center;

  
}


.hero-slider .carousel-cell .inner .title{
 

  font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 2.5rem;
  line-height :1.2em ;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom:40px;
  color:  #4860ff;
  z-index: 3;

  /* modificar para pequeñas pantallas*/

  
}

.hero-slider .carousel-cell .inner .btn{
 
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
    padding: 13px 40px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  transition: all 600ms ease;
  background: #F4AB40;
  border-radius: 15px;
  width: 100px;
  height: 50px;
  border: 3px solid #F4AB40;
  
}

.hero-slider .carousel-cell .inner .btn:hover{
 

 
  background:  #1C2562;
  border: 3px solid  #1C2562;
  


  
}



.hero-slider .flickity-prev-next-button{
  width: 40px;
  height: 40px;
  background: transparent;

}

.hero-slider .flickity-prev-next-button:hover{
  
  background: transparent;
  
}

.hero-slider .flickity-prev-next-button .arrow{
  
 fill: white;
  
}
.hero-slider .flickity-page-dots{
  bottom: 150px;
  
}
.hero-slider .flickity-page-dots .dot{
 
  width: 30px;
  height: 4px;
opacity: 1;
background: rgba(255, 255, 255, 0.863);
border: 0 solid white;
border-radius: 0;


}

.hero-slider .flickity-page-dots .dot .dot.is-selected{
  background: #f00;
  border: 0 solid #f00;



}
.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom,rgba(14,29,51,0.8), rgba(14,29,51,0.2));

}







.btn_contact {
  background: #383CFF;
  border: 3px solid #383CFF ;
  padding: 15px 22px;
  border-radius: 1rem;
  color: #eef1f6;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  transition: all 300ms ease;
  font-size: 16px;
  cursor: pointer;
}

.btn_contact:hover {
  background: transparent;
  border: 3px solid white;
  backdrop-filter: blur(50px);
  color: white;
  font-weight: 700;
  border-radius: 0.5em;
}






.a_pril {
  position: relative;
  text-decoration: none;
  font-family: 'Montserrat';
  font-weight: bold;
  color: white;
  transition: all 400ms ease;
  margin: 1rem ;
  display: flex;
  align-items: center
  
}

.a_pril:hover{
  color:  #383CFF;
}

.a_pril::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F4AB40;
  transform: scaleX(0);
  transition: transform 400ms ease;
}

.a_pril:hover::after {
  transform: scaleX(1);
}



.a_pri {
  position: relative;
  text-decoration: none;
  font-family: 'Montserrat';
  font-weight: bold;
  color: white;
  transition: all 400ms ease;
  
  
}

.a_pri:hover{
  color:  #383CFF;
}

.a_pri::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F4AB40;
  transform: scaleX(0);
  transition: transform 400ms ease;
}

.a_pri:hover::after {
  transform: scaleX(1);
}


.dropdown {
  position: relative; /* Necesario para posicionar el submenú */
  
}

/* Estilos del submenú */
.submenu {
  font-family: 'Poppins', sans-serif;
  list-style: none; /* Quita los puntos de la lista */
  padding: 10px;
  margin: 0;
  position: absolute;
  top: 100%; /* Coloca el submenú debajo del enlace */
  left: 0;
  background-color: #12173f; /* Color de fondo del submenú */
  min-width: 300px; /* Ancho mínimo del submenú */
  opacity: 0; /* Inicialmente invisible */
  transform: translateY(-10px); /* Desplazamiento inicial hacia arriba */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Transición suave */
  pointer-events: none; /* Evita que el submenú sea clickeable cuando está oculto */
  z-index: 999; /* Para que esté por encima del contenido */
  border-radius: 0.5rem;
  text-transform: capitalize;
}

.submenu li a {
  color: #fff; /* Color del texto */
  text-decoration: none; /* Quita el subrayado */
  padding: 10px; /* Espaciado interno */
  display: block; /* Hace que el enlace ocupe todo el espacio */
}

.submenu li a:hover {
  background-color: #181f57c9; /* Color de fondo al hacer hover */
}

/* Mostrar el submenú al hacer hover */
.dropdown:hover .submenu {
  opacity: 1; /* Hace visible el submenú */
  transform: translateY(0); /* Restablece la posición */
  pointer-events: auto; /* Permite interacción con el submenú */
}














.container {
    max-width: 1500px;
    margin: auto;
    font-family: "Poppins", sans-serif;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  ul {
    list-style: none;
  }

.footer {
    background-color:  #12173f;
    padding: 50px 0;
    border-radius: 16% 19% 10% 10% / 3% 3% 0% 0%;
    margin-top: auto;
    position: relative;
  }

  
  .footer-col {
    width:20%;
    padding: 0 20px;
  }
  .footer-col h4 {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
    font-family: "Poppins", sans-serif;

  }
  .footer-col h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 100px;
  }
  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-col ul li a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #dbdbdb;
    display: block;
    transition: all 0.3s ease;
  }
  .footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
  }
  .footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  .footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
  }
  @media (max-width: 1350px) {
    .footer-col {
      width: 25%;
      margin-bottom: 30px;
    }

    .submenu {
      min-width: 100%;
      
   
    }
  }


  /*responsive*/
  @media (max-width: 767px) {
    .footer-col {
      width: 100%;
      margin-bottom: 30px;
    }
.icons{
  margin-top: 4%;
}

  }
  @media (max-width: 574px) {
    .footer-col {
      width: 100%;
    }
  }

  .social-linksdoc a{
    display: inline-block;
    height: 40px;
    width: 40px;

    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    

    color: #ffffff;
    background-color: #24262b;
    transition: all 0.5s ease;
  }

  .social-linksdoc a:hover {
    color: #F4AB40;
    background-color: rgb(24, 32, 136);
  }

  @media (max-width: 1350px) {
    .section_main {
        width: 100%;
        padding: 1rem;
        overflow-x: hidden;
        margin-top: 5rem;
    }

    .div_main_01 {
        width: 100%;
        padding: 1rem;
        margin: 0;
        padding-bottom: 4rem;
    }

    .div_main_02{
      width: 100%;
        padding: 1rem;
        margin: 0;
        padding-bottom: 4rem;
    }

    .h2_exp_desc {
        width: 90%;
    }

    .container__cover {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .hero-slider {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .hero-slider .carousel-cell {
        width: 100%;
        padding: 0;
    }

    .div_content_01,
    .div_content_02,
    .div_content_03,
    .div_img_sector_01,
    .div_img_sector_02 {
        width: 100%;
        padding: 1rem;
        margin: 0;
        text-align: center;
    }
}





.section_docentes{
  width: 100%;
  height: 15rem;
  margin-top: 20dvh;
  overflow-x: hidden;
}

.img_section_docentes{

  width: 100% ;
  height: 15rem;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  filter: brightness(60%);
}

.div_banner_doc{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.h1_docentes{
  font-size: clamp(2.5rem,5vw,4rem);
  font-family: 'Poppins', sans-serif;
  color: white;
  text-align: center;
}

.div_main_03{
  display: flex;
  flex-direction: row;
  padding: 15%;
  padding-top: 7rem;
  gap: 5rem;
  padding-bottom: 4rem;
  justify-content: center;
  overflow-x: hidden;
}


.div_main_03_02{
  display: flex;
  flex-direction: row;
  padding: 15%;
  padding-top: 7rem;
  gap: 5rem;
  padding-bottom: 4rem;
  overflow-x: hidden;
}

.div_card_doc{

  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}


.img_doc1{
  width: 80%;
  height: 90%;
  border-radius: 1.5rem 1.5rem 0 0;
}


.div_card_blank{
  width: 80%;
  background: white;
  border-radius: 0 0 1.5rem 1.5rem ;
  height: auto; 
  color: black;
  padding: 2rem;
}


.h3_nombre_doc{
  font-family: 'Prompt' ,sans-serif;
  font-size: 2rem;
  padding-right: 1rem;
  text-align: center;
}


.descrip_doc{
  font-family: 'Poppins' ,sans-serif;
  font-size: 1.1rem; 
  text-wrap: pretty;
  line-height: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
}

.div_exp_doc{
  width:100%;
  text-align: left;
  margin: auto 0; 
  color: white;
}


.h4_doc1{
  font-family: 'Poppins',sans-serif;
  font-size: 1.4rem;
}

.label_doc1{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}


.list_exp_doc{
  list-style:disc;
  font-family: 'Poppins' ,sans-serif;
  line-height: 2.1rem;
  text-wrap: pretty;
}

.list_exp_doc li{
  margin: 0.4rem;
}



.div_cursos_list{

  display: flex;
   flex-direction: row;
   align-items: center;
   height: 12dvh;
   margin: 2rem 0;
   border-radius: 1.5rem;
   padding: 0 3%;
   background:  #1C2562;

}

.nombre_curso{
  height: auto;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Poppins' ,sans-serif;
  list-style: none;
  text-wrap: wrap;
  font-size: clamp(0.6rem , 5vw,1rem);
}

.div_btn_curso{
  margin: auto 2rem;
}


@media (max-width: 1350px) {

  .div_cursos_list{
display: flex;
flex-direction: column;
align-items: center;
height: auto;
margin: 2rem 0;
border-radius: 1.5rem;
padding: 5%;
background:  #1C2562;
text-align: center;
  }

 
}

@media (max-width: 1300px) {
  .div_main_03{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10%;
    padding-top: 6rem;
    gap: 5rem;
    padding-bottom: 4rem;
    align-items: center;
  }
  
  
  .div_main_03_02{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding: 10%;
    padding-top: 6rem;
    gap: 5rem;
    padding-bottom: 4rem;
    align-items: center;
  }
  
  
  .div_card_doc{
  
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .img_doc1{
    width: 80%;
    height: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .div_card_blank{
    width: 80%;
    background: white;
    border-radius: 0 0 1.5rem 1.5rem ;
    height: auto; 
    color: black;
    padding: 2rem;
  }
  
  .descrip_doc{
   text-align: center;
  }
  
  }



@media (max-width: 850px) {
.div_main_03{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10%;
  padding-top: 6rem;
  gap: 5rem;
  padding-bottom: 4rem;
  align-items: center;
}


.div_main_03_02{
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding: 10%;
  padding-top: 6rem;
  gap: 5rem;
  padding-bottom: 4rem;
  align-items: center;
}


.div_card_doc{

  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.img_doc1{
  width: 100%;
  height: 100%;
  border-radius: 1.5rem 1.5rem 0 0;
}
.div_card_blank{
  width: 100%;
  background: white;
  border-radius: 0 0 1.5rem 1.5rem ;
  height: auto; 
  color: black;
  padding: 2rem;
}

.descrip_doc{
 text-align: center;
}

}













.div_curso1{
  width: 70%; 
  margin: 12rem auto 4rem;
   color: #fff;
}

.sub_div_curso1{

  display: flex;
  justify-content: center;
}

.label_curso1{
  font-family: 'Prompt' ,sans-serif; 
  font-size: 2rem;
  font-weight: 600;
  color: #F4AB40;
}


.div_curso1_title{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.h1_curso1{
  font-family: 'Montserrat' ,sans-serif; 
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.div_section1_curso1{
  width: 90%;
  height: auto; 
  display: flex; 
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sub_div_section1_curso1{
  background: #1C2562; 
  width: 50%;
   height:100%;
   padding:1rem;
   padding-bottom:2rem;
   margin: 2rem 11rem;
   border-radius: 1.5rem;
}

.h2_objetivo {
  width: 100%;
  display: flex;
  justify-content: center;
  height: auto;
  font-family: 'Montserrat';
  text-decoration: underline #F4AB40;
  text-decoration-thickness: 0.250rem;
  margin: 2rem auto;
}

.p_objetivo{

  width:70% ; 
  font-family: 'Montserrat';
  text-align: center;
  height: auto;
  margin: 0 auto;
  font-size: 1.3rem;

}




  .card_father{
    margin: 20px;
    perspective: 1000px;
    

  }

  .card_father:hover .card{
    transform: rotateY(180deg);

  }

  .card{
    width: 300px;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 600ms;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fbb06b;
    border-radius: 20px;
  }

.card_front{
  background-size: cover;
  background-position: center;
}

  .card_front,.card_back{

width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
backface-visibility: hidden;
transform-style: preserve-3d;
border-radius: 20px;



  }

  .card_back{
    transform: rotateY(180deg);
    background-color: white;
    background-size: cover;
  background-position: center;
  }


  .body_card_front{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transform: translateZ(60px);
  }


  .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
  }

.body_card_back{
  padding: 40px;
  text-align: center;
  transform: translateZ(60px);

}

.body_card_back p{
  margin-top: 23px;
  font-size: 12px;
  
  
}


.body_card_back input{
 padding: 10px 40px;
 margin-top: 30px;
 font-size: 16px;
 cursor: pointer;
 border: none;
 color: white;
 background-color: #58B0F6;
 box-shadow: 1px 1px 30px -5px #58B0F6;
 border-radius: 10px;
 transition:  all 600ms;


}

.body_card_back input:hover{
  box-shadow: 1px 1px 30px 0px #449de6;
 color: #101E2C;
font-size: 20px;
 }


 .container_intro {
  display: flex;
  width: 65%;
  margin: 50px auto;
  background-color: white;
  border-radius: 10px;
  position: relative;
  padding: 2rem;
  gap: 1rem;

}



.container_intro::before {
  content: "INTRODUCCION";
width:20%;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #1C2562;
  padding: 15px;
  border-radius: 0.7rem;
text-align :center;
  z-index: 2;
margin-top:-3rem;
margin-left:-5rem;
}


.left-content {
  flex: 1;
  display: flex;
  padding: 30px;
  background-color: white;
  color: black;
  align-items: center;
}

.text_intro{
  line-height: 1.6;
  color: black;
  margin-top: 20px;
  font-size: 1.2rem;
  font-family: 'Poppins' , sans-serif;
  width: 80%;
  
}

.right-content {
  flex: 1;
}

.right-content img {
  width:100%;
  height: 100%;
  display: block;
  border-radius: 1rem;
}








.container_introb1 {
  display: flex;
  width: 25%;
  height: 100%;
  margin: 50px auto;
  background-color: #1C2562;
  border-radius: 1.5rem;
  position: relative;
  padding: 2rem;
  gap: 1rem;


}

.container_introb1::before {
  content: "1";
width:4rem;
height: 4rem;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: white;
  position: absolute;
  top: 25px;
  left: 35px;
  background-color: #F4AB40;
  padding: 15px;
  border-radius: 50%;
text-align :center;
display: flex;
align-items: center;
justify-content: center;
  z-index: 2;
margin-top:-3rem;
margin-left:-5rem;
}

.left-contentb1 {
  flex: 1;
  display: flex;
  padding: 30px;
  background-color: #1C2562;
  color: black;
  align-items: center;
}

.text_introb1{
  line-height: 1.6;
  color: white;
  margin-top: 20px;
  font-size: 1.2rem;
  font-family: 'Poppins' , sans-serif;
  width: 100%;
  text-align: center;

  
  
}






.container_introb2 {
  display: flex;
  width: 25%;
  height: 100%;
  margin: 50px auto;
  background-color: #1C2562;
  border-radius: 1.5rem;
  position: relative;
  padding: 2rem;
  gap: 1rem;

}

.container_introb2::before {
  content: "2";
width:4rem;
height: 4rem;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: white;
  position: absolute;
  top: 25px;
  left: 35px;
  background-color: #F4AB40;
  padding: 15px;
  border-radius: 50%;
text-align :center;
display: flex;
align-items: center;
justify-content: center;
  z-index: 2;
margin-top:-3rem;
margin-left:-5rem;
}

.left-contentb2 {
  flex: 1;
  display: flex;
  padding: 30px;
  background-color: #1C2562;
  color: black;
  align-items: center;
}

.text_introb2{
  line-height: 1.6;
  color: white;
  margin-top: 20px;
  font-size: 1.2rem;
  font-family: 'Poppins' , sans-serif;
  width: 100%;
  text-align: center;
  
}



.container_introb3 {
  display: flex;
  width: 25%;
  height: 100%;
  margin: 50px auto;
  background-color: #1C2562;
  border-radius: 1.5rem;
  position: relative;
  padding: 2rem;
  gap: 1rem;


}

.container_introb3::before {
  content: "3";
width:4rem;
height: 4rem;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: white;
  position: absolute;
  top: 25px;
  left: 35px;
  background-color: #F4AB40;
  padding: 15px;
  border-radius: 50%;
text-align :center;
display: flex;
align-items: center;
justify-content: center;
  z-index: 2;
margin-top:-3rem;
margin-left:-5rem;
}

.left-contentb3 {
  flex: 1;
  display: flex;
  padding: 30px;
  background-color: #1C2562;
  color: black;
  align-items: center;
}

.text_introb3{
  line-height: 1.6;
  color: white;
  margin-top: 20px;
  font-size: 1.2rem;
  font-family: 'Poppins' , sans-serif;
  width: 100%;
  text-align: center;

  
  
}







.section_text_g{
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}


.sub_section_text_g{
  width: 84%;
  margin: 0 auto;
  height: auto;
}

.h2_text_g{
  word-break: keep-all;
  width: 100%;
  font-family: 'Poppins' ,sans-serif;
  font-weight: 700;
  color: #F4AB40;
  font-size: clamp(1.1rem , 4vw, 2.3rem);
  text-align: center;
  text-transform: uppercase;
  text-wrap: pretty;
}


.h3_obj_esp{
  font-family: 'Montserrat' ;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: white;
  text-decoration: underline;
  text-decoration-color: #F4AB40;
  text-decoration-thickness: 0.3rem;
  margin-bottom: 4rem;
}

.div_objetivos_esp{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.h3_cont_tem{
  font-family: 'Montserrat' ;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: white;
  text-decoration: underline;
  text-decoration-color: #F4AB40;
  text-decoration-thickness: 0.3rem;
  margin-bottom: 4rem;
}

.div_info_sec1{
  width: 100%;
  height: auto; 
  display: flex;
   flex-direction: row;
    color: white;
    gap: 5rem;
    padding: 10%;
    padding-bottom: 1%;
    padding-top: 1%;
    
}

.div_info1{
  background: #1C2562; 
  width: 80%; 
  height:auto;
  margin: 2rem auto;
  border-radius: 1.5rem;
  padding: 1rem;
}

.h2_info1{
  width: 70%; 
  font-size: clamp(1rem,5vw,2rem);
  display: flex;
   justify-content: center; 
   align-items: center;
    height: auto;
    background: #F4AB40;
    padding: 5px 15px;
    border-radius: 0.5rem;
    margin: 3rem auto;
    font-family: 'Poppins';
    text-align: center;
    color: white;
}

.div_info_desc{
  width:100%;
  height: 100%;
  margin: 5rem 0;
}


.p_info1{
  width:70% ; 
  font-family: 'Poppins' ,sans-serif; 
  text-align: center;
  height: auto;
  margin: 2rem auto;
  font-size: 1.3rem;
  color: white;
}

.list_info1{
  list-style: disc;
  font-family: 'Poppins' ,sans-serif;
  font-size: 1.3rem;
  width: 70%;
  margin: 0 auto;
  line-height: 2rem;
  text-align: left;
}












@media (max-width: 1350px) {

  .div_section1_curso1{
    width: 90%;
    margin: 0 auto;
    height: auto; 
    display: flex; 
    flex-direction: column;
  }


  .sub_div_section1_curso1{
    background: #1C2562; 
    width: 80%;
     height:auto;
     padding:2rem;
     padding-bottom:2rem;
     margin: 2rem auto;
     border-radius: 1.5rem;
  }

  .h2_objetivo{
    margin: 1rem auto;
  }


  .p_objetivo{
    width: 100%;
    margin: 0 auto;
  }










  .div_objetivos_esp{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  


  .container_introb1{
    height: auto;
  }

  .container_introb2{
    height: auto;
  }

  .container_introb3{
    height: auto;
  }

  .left-content {
    justify-content: center;
    text-align: center;
    padding: 5px;
  }

  .left-contentb1{
    height: auto;
    padding: 0;
  }

  .left-contentb2{
    height: auto;
    padding: 0;
  }

  .left-contentb3{
    height: auto;
    padding: 0;
  }





  .div_info_sec1{
    width: 100%;
    height: auto; 
    display: flex;
     flex-direction:column;
      color: white;
      gap: 5rem;
      padding: 0;
      padding-bottom: 1%;
      padding-top: 1%;
      overflow-x: hidden;
      
  }
  .div_info1{
    background: #1C2562; 
    width: 90%; 
    height:auto;
    margin: 2rem auto;
    border-radius: 1.5rem;
    padding: 0;
    padding-top: 1rem;
    padding-bottom:  1rem;
    text-align: center;
  }

}



@media (max-width: 850px) {


  .div_objetivos_esp{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .container_introb1{
    width: 70%;
    height: auto;
  }

  .container_introb2{
    width: 70%;
    height: auto;
  }
  .container_introb3{
    width: 70%;
    height: auto;
  }

}






.section_faq{
  min-height: 56vh;
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.5rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-bottom: 4rem;
  color: white;
  background: #1C2562;

}

.title2{
  font-size: clamp(2rem,5vw,3rem);
  margin-top: 5rem;
  margin-bottom: 0;
  font-family: 'Poppins' , sans-serif ;
  text-align: center;
   
}

.faq{
  max-width: 60%;
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 1rem ;
  cursor: pointer;
}



.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question h3{
  font-size: clamp(1rem,5vw,1.5rem);
  font-family: "Poppins", sans-serif;
  font-weight:  700;
}

.answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease;
  background: #F4AB40;
  border-radius: 0 0 1.5rem 1.5rem;
}

.answer p{
  padding: 1rem;
  line-height: 1.5;
  font-size: 1.1rem; 
  font-family: "Montserrat", sans-serif;
  font-weight:600;
}

.faq.active .answer{
  max-height: 300px;
  animation: fade 1s ease-in-out;
}

.faq.active i{
  transform: rotate(180deg);
}

.bro{
transition: transform .5s ease-in;


}


.swiper-container {
  width: 50vw;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: 110vh;
  border-radius: 1rem;
}


.h2_info_general{
  color: white;
  margin-bottom: 3rem;
  text-decoration: underline #F4AB40;
  text-decoration-thickness: 0.5rem;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}









.hover-button {
  
  position: relative;
  padding: 25px 30px;
  font-size: 16px;
  color: #fff;
  background-color: #F4AB40;
  border: none;
  border-radius: 1.5rem;
  cursor: pointer;
  overflow: hidden;
  width: 240px;
  height: 40px;

  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.default-text,
.hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.hover-text {
  opacity: 0; /* Oculta el texto de hover inicialmente */
}

.hover-button:hover .default-text {
  opacity: 0; /* Oculta el texto predeterminado al hacer hover */
}

.hover-button:hover .hover-text {
  opacity: 1; /* Muestra el texto de hover */
}

/* Media Query para pantallas pequeñas */
@media (max-width: 1350px) {
  .container_intro {
      flex-direction: column;
      width: 70%;
      margin: 1rem auto;
  }

  .container_intro::before {
    display:flex;
    justify-content:center;
    align-items:center;
      padding: 0;
          width:90%;
    left:calc(25%);
    height: 3rem;
  }
  .right-content img {
    width: 100%;
    height: auto;
    display: block;
  }
  

  .text_intro{
      margin-top: 20px;
      width: 100%;
  }

  .swiper-container{
    width: 95%;
  }
  .swiper-slide img {
    height: 70vh;
  }
}



