

.t1{
    font-size: 1rem;
}
.t1_5{
    font-size: 1.5rem;
}

.t2{
    font-size: 2rem;
}

.t3{
    font-size: 2.8rem;
}

a{

    text-decoration: none;
    color: black;
}

.negrita{
    font-weight: 700;
}

.pop{
    font-family: "poppins";
}

.t_centro{
    text-align: center;
}

  .red_esp{
        line-height: 0;
    }

.red_esp2{
    line-height: 0.5;
}

.mayus ::first-letter{
    text-transform: uppercase;
}

.menu_sup{
display: flex;
justify-content: space-between;
padding: 2.5rem;
font-family:"poppins" ;
font-weight: 700;
}

.logo{
    width:400px;
    margin-left: 4rem;
}

.menu{
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.sep{
    padding-right: 2rem;
}

/*SECCIONES*/

.section1{
    background-image:url(media/Recurso_3.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    margin-top: -4rem;
    margin-bottom: -3rem;
    padding: 2.5rem;
    
    

}


.inicio2{
    background-image:url(3.png);
    background-size: cover;
    
    height: 100%;
    margin-top: -2rem;
    margin-bottom: -3rem;
    padding: 5rem;
    


}

.section3{
    background-image:url(4.png) ;
    background-size: cover;
    
    height: 100%;
    margin-top: -2rem;
    margin-bottom: -3rem;
    padding: 5rem;
    
}


/*FIN SECCIONES*/


.tex_inicio{
    font-size: 2rem;
}

.inicio{
    display: flex;
    justify-content: space-between;
    margin-left:-2rem;
    
    
}



  .linea-puntas {
      width: 500px;     /* largo de la línea */
      height: 5px;     /* grosor de la línea */
      background: #ffffff;
      clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
      margin-top: 1rem;
      margin-left: -1rem;
    }

  /*carrousel*/

   .carrusel {
      position: relative;
      width: 400px;
      height: 400px;
      max-width: 500px;
      max-height: 500px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.5);
      margin-right: 6rem;
      
    }

    .carrusel img {
      width: 100%;
      display: none;
    }

    .carrusel img.activo {
      display: block;
      animation: fade 1s;
    }

    @keyframes fade {
      from { opacity: 0.4; }
      to { opacity: 1; }
    }

    .boton {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: white;
      border: none;
      font-size: 2rem;
      cursor: pointer;
      padding: 10px;
      border-radius: 50%;
      user-select: none;
    }

    .prev { left: 10px; }
    .next { right: 10px; }


.carrusel2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
      position: relative;
     
      max-width: auto;
      max-height: 500px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    }

    .carrusel2 img {
      width: 100%;
      display: none;
    }

    .carrusel2 img.activo {
      display: block;
      animation: fade 1s;
    }

.carrusel3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
      position: relative;
     
      max-width: auto;
      max-height: 500px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    }

    .carrusel3 img {
      width: 100%;
      display: none;
    }

    .carrusel3 img.activo {
      display: block;
      animation: fade 1s;
    }









/*fin carrousel*/

    .in_group{
        padding-left: -2rem;
        display: flex ;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

        padding-left: 4rem;
        padding-right: 2rem;
       
    }

    .logo_wp{
        width: 60px;
        height: 60px;
        padding-top: 5rem; 
        
        
       
    }

  
.title2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.plarg{
    
     text-align: center;
       
}

.cards{
    display: flex;
    justify-content: space-around;
}

.card{
    height: 350px;
    width: 290px;
    background-color:rgb(205, 203, 206) ;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.imgcard{
    height: 100px;
    width: 140px ;

}

.fbtn{
    background-color: #F6D330;
    width: 150px;
    height: 50px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vv{

    font-size: 1.3rem;
    
    
}

.titcard{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form{
    display: flex;
    flex-direction: column;
    width:500px;
    background-color: #f6d2306e;
    padding: 2rem;
    border-radius: 20px;
    margin-top: 2rem;
}