
    *{
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;

        }
        
        Body{
            font-family:'Merienda', sans-serif;
          
        }
        header{
          width: 100%;
          padding: 0;
          position:relative;
        }
        .header__container{
            width: 100%;
            height: 150px;
            margin:0 auto;
            background-color:white;
           box-shadow: 2px 2px rgb(128, 19, 88); 
           display: flex; 
           align-items: center;
          justify-content: space-between;    
       }

       .logo img{
        width: 75%;
        height: 150px;
        margin-left: 45px;
        z-index: 100;
        
    }    
   .menu nav{
    display:flex;
    text-decoration: none;
    color: black;
    
  }
  .menu  a{
   
    text-decoration: none;
    color:black;
    margin-inline: 15px;
    
   
    
  }
  .menu span{
    margin-left: 80px;
   
  }

  .menu a:hover{
 text-decoration: underline  rgb(128, 19, 88);
  }
   
  .aplica1 a{
    text-decoration:overline rgb(128, 19, 88) 3px;
  }
  .header__container span{
    margin-right: 80px;

  }
  .toogle_btn{
    color:rgb(128, 19, 88);
    cursor:pointer;
    display: none;

  }

.btn-action{
  margin-top: 5px;
  background-color: rgb(128, 19, 88);
  color:white;
  padding: 12px 15px 12px;
  text-decoration:none;
  border:none;
  outline:none;
  border-radius: 20px;
  margin-right: 20px;
  font-weight: bold;
  transition:scale 0.2 ease;
}

.btn-action:hover{
  scale:1.05;
  color:white;
  
}

.btn-action:active{
  scale:0.95;
}

.dropdown_links{
  display: none;
position:absolute;
right: 2rem;
top:60px;
height: 0px;
width: 220px;
margin-top: 20px;
background: rgba(128,19,88,.7);
backdrop-filter: blur(15px);
border-radius: 10px;
list-style-type: none;
overflow: hidden;
transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 100;

}

.dropdown_links.open{

  height: 270px;
}
.dropdown_links li{

  padding: 0.5rem;
  display: flex;
  margin-top:14px;
  align-items: center;
  justify-content: center;

}

.dropdown_links span{

  margin-left: 26px;
 }

.dropdown_links a{
  color:white;
  text-decoration: none;
}

    .portada__container{
    
        top:7px;
        position:relative
      
    }
       
    .portada__container video{
        width: 100%;
        position: absolute;
        margin-top: -5px;
       
       
    }
  
 .portada__container .textos{
    width: 100%;
    height: 500px;
    position: absolute;
    padding-left: 30px;
    margin-left:0px;
    margin-top: 150px;


   } 

.textos{
   
 text-align: center;
   position: absolute;
   line-height: 58px;
   font-size:23px;
   font-weight: 900;
   color:white;
   font-weight: 900;
   

   
}

.textos h2{
  padding: 16px;
}
   .contenedor-btns{
    margin-top: 40px;
    
   } 
.contenedor-btns a{
    border-radius: 4px;
    border:1px solid rgb(248, 245, 247);
    color:#fff;
    padding:12px 12px ;
    font-weight: 300;
    text-decoration: none;
    background: rgba(255, 255, 255, .2);
    margin:10px 15px;

  }
  .redes__sociales{
   position:fixed;
  display:block;
  margin-top: 60px;
  margin-left: 15px;
    
    }
     .facebook{
      width: 35px;
      height: 35px;
      background: #1877f2;
      border-radius: 5px;
      z-index: 100;
      position: fixed;
      
      
     }
    
     .facebook img{
      width: 25px;
      height: 25px;
      align-items: center;
      position: absolute;
      margin-left: 5px;
      margin-top: 10px;
     
     }
    
    .instagram{
      width: 35px;
      height: 35px;
      background: #e1306c;
      border-radius: 5px;
      text-align: center;
    z-index: 100;
    position: fixed;
    margin-top: 40px;
  
   
   
      
    }
    .instagram img{
      width: 25px;
      height: 28px;
      position: absolute;
    margin-left: -13px;
    margin-top: 4px;
      
    
    }
.wave{
    position: absolute;
  margin-top: 620px;
    width: 100%;
}

 

 

.main h2{
  margin-top: 800px;
    text-align: center;
    font-size: 30px;
   color: black;
  

 }

 .initial__title{
  color: #F70F6D;
  display: inline;
   }
   
   .second__title{
  color:#1251a3;
  display: inline;
   }

 .main article{
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
    margin-left: 70px;
    margin-right: 70px;
    color:black;
    line-height: 55px;
    font-family: 'monserrat',sans-serif;
 }

 .emprende{
    width:100%;
    height: 150px;
    background: #801358d3;
    margin-top: 30px;
    color:white;
    display: grid;
   place-items: center;
   margin-bottom: -10px;
   
 }

 .title-emprende{
  position: absolute;

 }

.quienes-somos{
  background-image:linear-gradient(rgba(255, 255, 255, 0.534),rgba(255, 255, 255, 0.589)) ,url(../imagenes/Alemania7.png);
    background-repeat:no-repeat;
    background-attachment:fixed ;
    background-size: cover;
    height: 40em;
  display: grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.534);

}

.title_somos{
  text-align: center;
  padding: 20px;
  color: #7a107e;
  border-radius: 10px;
  font-weight: 800;
 
}

.about{
  width: 60%;
  display: grid;
  place-items: center;
  margin-top: -200px;
 
}
/*
.about p{
  margin-left: 15px;
  text-align: center;
  color: #7a107e;
 font-weight: 700;
  border-radius: 10px;
  line-height: 30px;
}
*/
.img-oportunidades{
  display:none;
}
#caja_carrusobrenos{
  width: 100%;
  height: 430px;

}
.tarjeta_carrusel img{
  width: 60%;
  height: 300px;
  margin-left: 180px;
  border-radius: 10px;
  margin-top: 15px;
 
}
.about p {
  width: 90%;
  margin-top: -100px;
  margin-left: -50px;
  justify-content: center;
  line-height: 25px;
  font-size: 25px;
  text-align: center;
  color: #7a107e;
  font-family: 'monserrat',sans-serif;
  
}
.oportunidades__container{
  width: 100%;
  background-image:linear-gradient(rgba(255, 208, 0, 0.603),rgba(255, 210, 0, 0.733)), url(../imagenes/Alemania5.png);
 background-size: cover;
  height: 500px;
  margin-top: 0px;
  display:grid;
  place-items: center;

}

.oportunidades h2{
  width: 90%;
  text-align: center;
  margin-top: -30px;
  font-size: 40px;
  color: #7a107e;
  line-height: 30px;
}
.oportunidades p{
  width: 90%;
 text-align: center;
  font-size: 25px;
  color: #7a107e;
  margin-top: 20px;
  line-height: 38px;
  font-family: 'monserrat',sans-serif;
  font-weight: 600;

  
}
.img-oportunidades{
  
  height: 380px;
  margin-top: 50px;
  margin-right: 60px;
  background:#7a107e;
  
 
}
.img-oportunidades img{
  width: 100%;
  padding: 40px;
  border-radius: 30px;
 margin-top: -30px;
 
 margin-right: 80px;

 }
.requisitos{
  width: 100%;
  text-align: center;
 display: grid;
 grid-template-columns: 1fr;

}
.requisitos h2{
  width: 100%;
  margin-top: 60px;
  font-size: 30px;
} 
.requisitos p{
  width: 70%;
  align-content: center;
  margin-left: 200px;
  margin-top:  30px;
  font-size: 23px;
  line-height: 35px;
  font-family: 'monserrat',sans-serif;
  
}
.slider{
  width: 100%;
  height: 800px;
 
}
#conteItemsCarrusel{
  width: 700px;
  height: 600px;
  overflow: hidden;
  margin: auto;
  align-items: center;
    justify-content: center;
    margin-top: 60px;

}
.itemCarrusel{
border: 1px solid rgb(97, 7, 109);
height: 100%;
position: relative;
}
.tarjetasCarrusel{
  height: 100%;

}
.tarjetasCarrusel img{
  width: 100%;
  height: 100%;
}
.flechas{
  height: 100%;
  width: 100%;
  top:0;
  position:absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flechas i{
  padding: 20px;
  font-size: 20px;
  background-color: #0f0f0f63;
}
#tarjeta_carrusel-1{

background-image: linear-gradient(rgba(0, 0, 100, 0.075),rgba(0, 0, 0, 0.199)),url(../imagenes/team1p.jpg);
background-size: cover;
}
#tarjeta_carrusel-2{
  background-image: linear-gradient(rgba(0, 0, 100, 0.075),rgba(0, 0, 0, 0.199)),url(../imagenes/team2p.jpg);
  background-size: cover;
}
#tarjeta_carrusel-3{
  background-image: linear-gradient(rgba(0, 0, 100, 0.075),rgba(0, 0, 0, 0.199)),url(../imagenes/team3p.jpg);
  background-size: cover;
}
.curso-aleman{
  width: 30%;
  height: 375px;
  background: rgba(128, 19, 88, .3);
  color: rgb(128, 19, 88);
  border-radius: 20px;
  text-align: center;
  margin-left: 475px;
  


  }
.curso-aleman h2{
margin-top: 50px;
padding-top: 50px;
padding-bottom: 20px;
}
.curso-aleman p{
  width: 80%;
  line-height: 30px;
 align-items: center;
 margin-left: 50px; 
 font-size: 20px;
 margin-top: -9px;
 font-family: 'monserrat',sans-serif;

}
.curso-aleman a{
  padding: 9px;
  border-radius: 8px;
  text-decoration: none;
  background: rgb(128, 19, 88);
  color:white;
 align-items: center;
 margin-top: 60px;
  }
 .llamado-accion{
  display: flex;
  margin-top: 60px;
  justify-content: space-around;
 
 
 }
  .llamado-accion >div {
    width: 20%;
    height: 260px;
    background: #ffd200;
   border-radius: 360px;
   line-height: 30px;
   text-align: center;
   color:#570f88;
   z-index: -1;
  
  }
 .circulo p{
  margin-left: 5px;
  margin-top: 10px; 
  font-size: 15px;
   
 }
.circulo span b{
 padding: 10px 10px 10px;
  font-size: 45px;
 color: #e1306c;
 
}
.requisitos span{
  margin-top: 30px;
  color: #7a107e; 
}
   .valor__contenedor{
   width: 100%;
    margin-top: 70px;
  
   }
   .valor__agregado h2{
     font-size: 35px;
     text-align: center;
     color: black;
     padding: 30px;
    
   }
   .valor__agregado p{
   
    font-size: 25px;
    margin-top: 35px;
    margin-left: 40px;
    align-content: center;
    color: black;
    text-align: center;
    margin: auto;
    font-family: 'monserrat',sans-serif;
   }
  .btns{
    margin-top: 100px;
    text-align: center;
  }
   .valor__agregado .btns a{
    border-radius: 4px;
    border:1px solid rgb(128, 19, 88);
    color:#fff;
    padding:12px 12px ;
    font-weight: 300;
    text-decoration: none;
    background: rgba(128, 19, 88);
   
    

   }
.footer{
  width: 100%;
	height: 500px;
	background: #700e54;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #571128, #460232);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f807577a, #bc4e9dd3),url(../imagenes/footerpicture.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.grupo__1{
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  padding: 45px 0px;
}
.box-1 img{
  width: 90%;
  min-height: 80px;
  margin-left: 20px;

}
.box-1 p{
  font-size: 18px;
  color:white;
  text-align: center;
  margin-top: 5px;
 
}
.box-2{
  line-height: 25px;

}
.box-2 h2{
  color:white;
  margin-top: 15px;
  text-align: start;
  
}
.box-2 p{
  width: 100%;
 text-align: justify;
  padding-top: 40px;
  font-weight: 300;
  margin: auto;
  font-size: 20px;
  justify-content: justify;
  font-family: 'monserrat',sans-serif;
}
.box-2 a{
  text-decoration: none;
  color: white;
  margin-top: 30px;
  font-weight: 300;
}
.box-2 a:hover{
  pointer-events: painted;
  text-decoration: underline ;
}

.modal p{
  line-height: 55px;


}
.box-3{
  line-height: 30px;

  
}
.box-3 h2{
  color: white;
  margin-top: 15px;
}
 .box-3 p{
  color: white;
  line-height: 30px;
  font-weight: 300;
  margin-top: 2px;
  margin:auto ;
  padding: 0;
  margin-left: 10px;
  font-family: 'monserrat',sans-serif;
 }
.bocina{
  display: flex;
  margin-top: 45px;
  margin-left: -50px;
  
  
}
.bocina i{
  margin-top: 8px;
  margin-left: 50px;
}
.sobre{
  display: flex;
  margin-top: 33px;
  
}
.sobre i{
  margin-top: 8px;
  margin-left: -1px;
}
.menu-footer{
  margin-top: 40px;
  text-align: center;
  margin-right: 150px;
}
.grupo-2{
  width: 100%;
  height: 70px;
  background-color: #460232;
  display: flex;

}
.grupo-2 p{
  color:white;
  margin-left: 20px;
 padding-top: 20px;
 font-family: 'monserrat',sans-serif;
}
.pie{

  width: 100%;

  margin:-1px 0;
  height: 40px;
  background:#460232;
  padding:15px;
  color:white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
align-items: center;

}
 .derechos p{
  width: 300px;
  order:2;
  color: white;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 2px;
  font-family: 'monserrat',sans-serif;
 }
 .social-media{
  order:1;
  
 }
 .social-media a{
width: 50px;
height: 50px;
  text-decoration: none;
 flex-direction: row-reverse;
  text-align: center;

  border-radius: 5px;
 
 }
.menu-footer a{
  background-color: rgb(128, 19, 88);
  color:white;
  padding: 0.5rem 1rem;
  text-decoration:none;
  border:none;
  outline:none;
  border-radius: 20px;
  margin-right: 20px;
  font-weight: bold;
  transition:scale 0.2 ease;
  margin-top:30px ;
}
.politica{
  text-align: center;
  margin-top: 90px;
  
}
.politica p{
  color: black;
  font-family: 'monserrat',sans-serif;
}
.politica dialog{
  justify-content: center;

}
.contenedor__footer button{
  border: none;
  background: none;
  color: black bold;
  text-decoration: underline blueviolet; 
  cursor: pointer;

}
.modal{

  width: 40%;
  height: 300px;
  justify-content: center;
  align-content: center;
}
.box-2 .modal h2{
  margin-top:60px;
  color: black;
  margin-left: 20px;
}
.box-2 .modal p{
  margin-top: 15px;
  margin-left: 20px;
  font-family: 'monserrat',sans-serif;
}
.modal .btn-2{
  width: 20%;
margin-top: 30px;
margin-left: 20px;
font-size: 12px;
cursor: pointer;
}
.politica span{
  font-size: 15px;
  color:rgb(128,19,88) ;
}

.aviso__cookies{
  width: 100%;
  height: 180px;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
  display: none;
  position: fixed;
  padding: 25px;
  padding-bottom: 0px;
  z-index: 100;
  bottom:1px;

}
.aviso__cookies.activo{
  display:block;
}
.aviso__cookies img{
  width: 45%;
  height: 45%;
  position:absolute;
  margin-left: -250px;
}
.aviso__cookies P{
  width: 85%;
  margin-left: 120px;
  font-family:Arial, Helvetica, sans-serif ;

}

.parrafo_cook span{
  font-size: 25px bold;
}

.botones__cookies{
margin-top: 20px;
text-align: center;

}
.botones__cookies button{
  padding: 15px;
  font-size: 15px;
  background: #595959;
  color:white;
  cursor: pointer;
  transition: .3s ease all;
  font-weight: 700;
  font-family: sans-serif;
  border:none;
  border-radius: 9px;
}
.botones__cookies button:hover{
 background: black;

}
.botones__cookies a{
  margin-left:25px;
  text-decoration: none;
  color: #4DBFFF;
  font-family: Arial, Helvetica, sans-serif;
}
.botones__cookies a:hover{
  text-decoration: underline blueviolet;
}
.gradientgalletas{

display: none;
background: rgba(0,0,0, .20);
position: fixed;
z-index: 99;
width: 100vw;
height: 100vh;
top:0;
left:0;
}
.gradientgalletas.activo{
display:block;
}



@media screen and  (max-width: 780px){

.header__container .logo{
  width: 30%;
  margin-left: 15px;
}
.header__container .logo img{
  width: 100%;
}
 .header__container .menu,
 .header__container .btn-action{
  display: none;
 }
 .header__container .toogle_btn{
  color:rgb(128, 19, 88);
  cursor:pointer;
  display: block;
  margin-right: 60px;
  font-size: 30px;
  

}
.dropdown_links{
display: block;
}
.portada__container{
width:100% ;
top:3px;
background-size: contain;




} 
.portada__container video{
width: 100%;
position: absolute;

height: 210px;


}
video{
width: 100%;
height: 100%;
object-fit: cover;
}
.portada__container .textos{
width: 100%;
height: 250px;
position: absolute;
margin-top: 1px;

} 
.textos{

text-align: center;
position: absolute;
color:white;
font-weight: 900;

} 
.textos h2{

padding: 0;
padding-bottom: 10px;
margin-right: 20px;
font-size: 15px;

}
.contenedor-btns{
  margin-top: 10px;
  margin-right: 40px;
  
 }  
.contenedor-btns a{

  margin:20px 10px;
  font-size: 15px;
 

}
.redes__sociales{
  width: 10%;
 display: block;
 margin-top: 30px;
 margin-left: 5px;
z-index: 100;
   
   }
   .facebook{
    width: 30px;
    height: 30px;
    position: fixed;
 
    

    
   }
   .facebook img{
    width: 20px;
    height: 20px;
 
   }
  .instagram{
    width: 30px;
    height: 30px;
    position: fixed; 
  }
  .instagram img{
    width: 28px;
    height: 23px;
   margin-left: -14px;
   
  
  }
.wave{

display: none;
}
.main{
  display: grid;
  place-items: center;
}
.main .titulo-main{
  margin-top: 200px;   
  font-size: 20px;
 }
.main article{
  width: 80%;
  padding: 0px;
  font-size: 15px;
  line-height: 30px;

}
.main{
  justify-content: center;
}
 .main h2{
 text-align:center;
 
 
 }

.emprende{
  display: flex;
  width:100%;
  height: 110px;
  align-items: center;
  justify-content: center;
}
.emprende h1{
 font-size: 23px;
 text-align: center;

}
.quienes-somos{
  background-image:linear-gradient(rgba(255, 255, 255, 0.534),rgba(255, 255, 255, 0.589)) ,url(../imagenes/Alemania7.7.png);
height: 800px;
padding: 0px;
background-attachment: unset;

}
.quienes-somos h2{

width: 80%;
padding-top: 100px;
text-align: center;



}
.quienes-somos .about{
  width: 100%;
  margin-top: 290px;
  margin-left: -33px;
 

}
.quienes-somos .about p{
  width: 98%;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  padding: 10px;
  padding-top: 10px;
  
}

.oportunidades .img-oportunidades img{
  display: none;
}

.oportunidades__container{
  display: block;
  overflow: hidden;
  
  }

.oportunidades__container .oportunidades {
  width: 100%;
background-image:linear-gradient(rgba(255, 208, 0, 0.603),rgba(255, 210, 0, 0.733)), url(../imagenes/alemania_22.jpg);
background-repeat: no-repeat;
background-size: cover;
min-height: 915px;
margin-left: 0px;

}

.oportunidades__container .oportunidades h2{
    font-size: 25px;
  margin-top: 50px;
  line-height: 35px;
  margin-left: 25px;
  }

  .oportunidades__container .oportunidades p{
    width: 90%;
    margin-left: 5px;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 20px;
    padding-left: 35px;
    font-weight: 600;
    

  }


.requisitos{
  margin-top: 470px;
  
  }

.requisitos .homologacion-titulo h2{
width: 90%;
font-size: 25px;
margin-left: 20px;
margin-top: 20px;
padding-top: 20px;
}
.requisitos p{

font-size: 20px;


}
.curso-aleman{ 
height: 450px;


}
.curso-aleman p{
width: 90%;
margin-left: 15px;


}

.pasoapaso{
  margin-top: 60px;
}


.llamado-accion{

width: 95%;
font-size: 20px;
line-height: 25px;
margin-left: 115px;

}
.llamado-accion .circulo p{
  font-size: 15px;
}
.box-1 {
 
  display: grid;
  place-items: center;
}
.box-1 img{
 
  margin-right: 96px;
}
 



.politica p{
font-size: 15px;
}
.politica button{
font-size: 15px;
}


.derechos p{
width: 100%;
margin-left: -9px;
font-size: 8px;
}
}

@media screen and (max-width:992px) {

  .logo{
    width: 35%;
  }
  .logo img{
    width: 35%;
    height: 100px;
    margin-left: 5px;
    z-index: 100;
}

.header__container{
  width: 100%;   
  height: 120px;
  margin-left: -0.1px;
  box-shadow: 2px 2px   rgb(128, 19, 88);; 

  }
 .header__container .menu,
 .header__container .btn-action{
  display: none;
 }

 .header__container .toogle_btn{
  color:rgb(128, 19, 88);
  cursor:pointer;
  display: block;
  margin-right: 40px;
  font-size: 28px;
  

}

.dropdown_links{
display: block;
}
.portada__container{
width:100% ;
top:3px;
background-size: contain;




}
.portada__container video{
width: 100%;
position: absolute;

height: 210px;


}
video{
width: 100%;
height: 100%;
object-fit: cover;
}
.portada__container .textos{
width: 100%;
height: 500px;
position: absolute;


} 

.textos{

text-align: center;
position: absolute;
line-height: 28px;
font-size:23px;
font-weight: 900;
color:white;
font-weight: 900;
padding-top: 50px;


}
.textos h2{

padding: 0;
margin-right: 40px;

}
.contenedor-btns{
  margin-top: 18px;
  margin-right: 40px;
  
 } 
.contenedor-btns a{
  border-radius: 4px;
  border:1px solid rgb(248, 245, 247);
  color:#fff solid;
  padding:5px 5px ;
  font-weight: 300;
  text-decoration: none;
  background: rgba(255, 255, 255, .5);
  margin:40px 10px;
  font-size: 15px;
 

}
.redes__sociales{
  width: 10%;
 display: block;
 
 margin-top: 30px;
 margin-left: 5px;

   
   }
   .facebook{
    width: 30px;
    height: 30px;
    position: fixed;
 
    

    
   }  
   .facebook img{
    width: 20px;
    height: 20px;
 
   }    
  .instagram{
    width: 30px;
    height: 30px;
    position: fixed;
    
   
   
  }
  .instagram img{
    width: 28px;
    height: 23px;
   margin-left: -14px;
   
  
  }
.wave{

display: none;
}
.main{
  margin-top: 25px;
  
  padding: 3px;
  }
  .main h2{
  font-size: 40px;
  padding-top: 15px;
  margin-left: 1px;
   
  
  }
  
  .main article{
    text-align: center;
    font-size: 20px;
    margin-top: 12px;
    margin-left: 73px;
    margin-right: 70px;
    color:black;
  }
  
  .main img{
    width:100%;
    min-height: 400px;
    margin-top: 50px;
   
   
  }
 
  
  .title_somos {
  padding-top: 40px;
  text-align: center;
  font-size: 25px;
  
  }
  .quienes-somos{
  display: block;
  height: 700px;
  }
  .quienes-somos h2{
    margin-left: 47px;
  }
  
  .oportunidades__container .oportunidades h2{
    
    padding-top: 38px;
  }
  .oportunidades__container .oportunidades p{
    margin-top: 35px;
    font-size: 20px;
    font-weight: 700;
    

  }


  .tarjeta_carrusel img{
  width: 65%;
  height: 180px;
  margin-left: 70px;
  margin-top: -50px;
  }
  
  .about{
  align-items: center;
  justify-content: center;
  text-align: center;
  }
  .about p{
  width: 70%;
  font-size: 21px;
  line-height: 40px;
  margin-top:-280px;
  margin-left: 70px;
  font-weight: 600;
  
  }
  
  .oportunidades__container{
  display: block;
 
  }
  
  .oportunidades .img-oportunidades {
 display: none;
  
   }
  
   .oportunidades{
    width: 100%;
    margin-left: 2px;
    text-align: justify;
    position: absolute;
  
    }
   
    .oportunidades__container .oportunidades h2{
      margin-top: 45px;
    }

    .oportunidades__container .oportunidades p{
      font-size: 21px;
      line-height: 39px;
      height: 600;
    }
   
.requisitos{
width: 100%;



}  
.homologacion-titulo h2{

font-size: 28px;

}

.homologacion-titulo p{
width: 90%;
font-size: 21px;
margin-left: 15px;
}


.slider{
width: 100%;
}
#conteItemsCarrusel{
width: 300px ;
height: 330px;

}

#tarjeta_carrusel-1{
width: 300px;
height: 330px;
background-size: cover;
}
#tarjeta_carrusel-2{
  width: 300px;
height: 330px;
background-size: cover;
 
}
#tarjeta_carrusel-3{
  width: 300px;
height: 330px;
background-size: cover;
}
.flechas i{

  padding: 10px;
  font-size: 17px;
  background-color: #0f0f0f63;
}
.curso-aleman{
width: 90%;

text-align: center;
margin-left: 20px;
margin-top: -430px;

}
.curso-aleman h2{
font-size: 25px;
}
.curso-aleman p{
font-size: 20px;
margin-top: 10px;
padding-bottom: 15px;

}

.llamado-accion{
display:block;
}
.llamado-accion >div {
width: 70%;
height: 260px;
margin-top: 20px;
margin-left: -50px;



}

.circulo p{
margin-left: 5px;
margin-top: 10px; 
font-size: 18px;
 line-height: 40px;

}

 .valor__contenedor{

  margin-top: 50px;
 
 }
 .valor__agregado h2{
   font-size: 20px;
   text-align: center;
   color: black;
  
 }

 .valor__agregado p{
  font-size: 20px;
  margin-top: 3px;
  margin-left: 15px;
  align-content: center;
  color:black;
  text-align: center;
  line-height: 30px;
 }
.btns{
  margin-top: 50px;
  text-align: center;
}
 .valor__agregado .btns a{
  border-radius: 10px;
  border:1px solid rgb(128, 19, 88);
  color:#fff;
  padding:12px 12px ;
  font-weight: 300;
  text-decoration: none;
  background: rgba(128, 19, 88);
 
  

 }

 .footer{
  height: 540px;
  margin-top: 30px;

 }
 .grupo__1{
  width: 100%;
  display: block;

}
.box-1 img{
  width: 53%;
  height: 55px;
margin-left: 95px;
  margin-top: -25px;
}
.box-1 p{
 
  font-size: 17px;
  
}
.box-2{
  margin-left: 30px;
}
.box-2 h2{
font-size: 18px;
margin-top: 25px;
}

.box-2 p{
font-size: 14px;
line-height: 25px;
margin-top: 20px;
cursor: pointer;
padding: 0;
}

.box-3{
margin-left: 30px;
}

.box-3 h2{
  font-size: 18px;
  margin-top: 20px;
}
.box-3 p{
margin-top: -26px;
font-size: 14px;
padding: 0;
margin-left: 15px;
}
.bocina i{
margin-top: -20px; 
margin-left: 60px;
}
.sobre i{
margin-top: -20px;
margin-left: 10px;

}
.menu-footer{
display: none;
width: 100%;
padding-bottom: 50px;

}
.menu-footer a{
width: 100%;
}
.social-media{
display: flex;
}
.social-media a{
height: 28px;
margin-left: -10px;
margin:9px 3px 0px;
margin-top: 15px;
padding: 0;


}
.pie{
display: flex;
}
.derechos{
width: 80%;
}
.derechos p{
width: 100%;
margin-left: -9px;
font-size: 10px;
}
.politica{
text-align: center;
margin-top: 70px;
}
.politica p{
font-size: 20px;
}
.politica button{
font-size: 20px;
padding: 8px;
}
.politica span{
font-size: 10px;
color:rgb(128,19,88) ;
padding-bottom: 15px;
}
.modal{
width: 100%;
}
.modal h2{
font-size: 15px;
margin-top: 50px;
}
.box-2 .modal p{
line-height: 20px;
font-size: 14px;
justify-content: justify;
}
.btn-2 {
font-size: 15px;
}
.aviso__cookies{
width: 100%;
height: 370px;



}
.aviso__cookies img{
width: 15%;
height: 15%;
margin-left: -10px;
}
.aviso__cookies P{
font-size: 15px;
margin-left: 60px;
justify-content:justify;
font-family: Arial, Helvetica, sans-serif;
}
.parrafo_cook span{
font-size: 10px bold;
}
.botones__cookies{
margin-top: 20px;
text-align: center;

}


.botones__cookies button{
padding: 10px;
font-size: 12px;
margin-left: 38px; 
}
.botones__cookies a{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.politica button{
font-size: 10px;

}

 }
 
@media screen and (min-width:1280px)   {

  .logo img{
    width: 75%;
    height: 130px;
    margin-left: 45px;
    z-index: 100;
    
}
.contenedor-btns{
  margin-top: 60px;

}
.logo-titulo img{
 
display: none; 
}

.header__container{
  box-shadow: 2px 2px  rgb(128, 19, 88); 
  
}
.initial__title{
  color: #F70F6D;
  display: inline;
   }
   
   .second__title{
  color:#1251a3;
  display: inline;
   }
.quienes-somos{
  margin-top: 10px;
}
.quienes-somos h2{

 font-size: 40px;
}
.quienes-somos .about p {
  font-size: 26px;
  line-height: 45px;
  margin-left: 35px;
  font-weight: 600;

  }
  
.tarjeta_carrusel img{
  width: 75%;
  height: 300px;
  margin-left: 100px;

 
}

.oportunidades__container{
  width: 100%;
  
  height: 540px;
  

}
.oportunidades{

margin-top: 40px;
margin-left: 90px;
}
.oportunidades p{
  font-weight: 600;

}
.img-oportunidades img{
 margin-right: 40px;

 }

 #conteItemsCarrusel{
  width: 700px;
  height: 700px;
  overflow: hidden;
  margin: auto;
  align-items: center;
    justify-content: center;
    margin-top: 60px;

}  
.curso-aleman{
width: 500px;
height: 360px;

margin-left: 400px;
}
.curso.aleman p{
margin-top: 30px;
}

.valor__agregado .btns a{
  border-radius: 15px;
  border:1px solid rgb(128, 19, 88);
  color:#fff;
  padding:22px 22px ;
  font-weight: 300;
  text-decoration: none;
  background: rgba(128, 19, 88);
  font-size: 20px;
 }

 .pasoapaso{
  margin-top: 110px;
 }
.footer{
margin-top: 70px;
}
.box-1 img{
width: 85%;
min-height: 80px;

}

.social-media{
padding-top: 30px;
  
}

 }

   
 @media screen and (min-width:1920px){

  .header__container{
    width: 100%;
    height: 200px;
    margin:0 auto;
    background-color:white;
   box-shadow: 2px 2px   rgb(128, 19, 88); 
   display: flex; 
   align-items: center;
  justify-content: space-between;    
}
  .logo img{
    width: 75%;
    height: 170px;
    margin-left: 60px;
    z-index: 100;
    
}
.menu  a{
 
  font-size: 22px;
}
.aplica1 a{
 font-size: 22px;
}
.btn-action{ 
  font-size: 22px;
}
.portada__container video{
  width: 100%;
 
}
.portada__container .textos{
margin-top: 300px;
} 
.textos{
font-size:43px;
}
.contenedor-btns {
margin-top: 90px;

}
.contenedor-btns a{
padding:38px 38px ;
font-weight: 300;
text-decoration: none;
background: rgba(255, 255, 255, .2);
margin:10px 25px;
font-size: 35px;

}

.facebook{
width: 45px;
height: 45px;
border-radius: 15px; 
}

.facebook img{
width: 45px;
height: 35px;

}

.instagram{
width: 47px;
height: 45px; 
margin-top: -68px;
border-radius: 15px; 
}

.instagram img{
width: 55px;
height: 38px;
margin-left: -27px;

}
.wave{ 
margin-top: 950px; 
}
.main h2{
  margin-top: 1200px;
    text-align: center;
    font-size: 45px;
   color: black;
 }

 .initial__title{
  color: #F70F6D;
  display: inline;
   }

   .second__title{
  color:#1251a3;
  display: inline;
   }
 .main article{
    text-align: center;
    font-size: 40px;
    margin-top: 45px;
    margin-left: 70px;
    margin-right: 70px;
    color:black;
    line-height: 65px;
 }
 .emprende{
    width:100%;
    height: 155px;
    background: #801358d3;
    margin-top: 60px;
    color:white;
    display: grid;
    place-items: center;
    margin-bottom: -10px;
 }
.emprende h1{
  font-size: 40px;
}
 .title-emprende{
  position: absolute;
 }

.quienes-somos{
  background-image:linear-gradient(rgba(255, 255, 255, 0.534),rgba(255, 255, 255, 0.589)) ,url(../imagenes/Alemania77.png);
    background-repeat:no-repeat;
    background-attachment:fixed ;
    background-size: cover;
    height: 50em;
  display: grid;
  place-items: center;

}

.title_somos{
  text-align: center;
  padding: 20px;
  color: #7a107e;
  background-color: rgba(255, 255, 255, 0.534);
  border-radius: 10px;
 
}

.quienes-somos h2{
  font-size: 45px;
}
.about{
  width: 60%;
  display: grid;
  place-items: center;
  margin-top: -230px;
}
.quienes-somos .about p{
  margin-left: 15px;
  text-align: center;
  color: #7a107e;
  background-color: rgba(255, 255, 255, 0.534);
  border-radius: 10px;
  font-size: 40px;
  line-height: 65px;
  
}
.oportunidades__container{
  height: 850px;
  margin-top: 0px;
}

.oportunidades h2{
  width: 90%;
  margin-top: -90px;
  font-size: 45px;
  line-height: 80px;
}
.oportunidades p{
  width: 90%;
 text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #7a107e;
  margin-top: 20px;
  line-height: 65px;
  
}




.tarjeta_carrusel img{
width: 60%;
height: 350px;
margin-left: 250px;

}

.requisitos h2{
margin-top: 80px;
font-size: 45px;
text-align: center;
}

.requisitos p{
font-size: 40px;
line-height: 60px;
align-content: center;
margin-left: 270px;
margin-top:  30px;

}

#conteItemsCarrusel{
width: 850px;
height: 1000px;
overflow: hidden;
margin: auto;
align-items: center;
  justify-content: center;
  margin-top: 60px;

}

.itemCarrusel{
border: 1px solid rgb(97, 7, 109);
height: 100%;
position: relative;
}

.curso-aleman{
width: 55%;
  height: 670px;
  background: rgba(128, 19, 88, .3);
  color: rgb(128, 19, 88);
  border-radius: 30px;
margin-top: 350px;
margin-left: 427px;
  text-align: center;

}
.curso-aleman h2{
padding-top: 85px;
padding-bottom: 20px;
font-size: 45px;
}
.curso-aleman p{
width: 85%;
line-height: 55px;
align-items: center;
margin-left: 75px; 
font-size: 40px;
padding-bottom: 40px;

}
.curso-aleman a{ 
padding: 30px 30px 30px;
border-radius: 8px;
text-decoration: none;
background: rgb(128, 19, 88);
color:white;
align-items: center;
font-size: 30px;
margin-top: 15px;
}
.curso-aleman p{
  font-size: 40px;
  line-height: 55px;
}

.pasoapaso{
  width: 90%;
  display:grid;
  grid-template-columns: 4fr;
  margin-left: 60px; 
margin-top: 100px;

}

.pasoapaso p{
  font-size: 20px;
}
.llamado-accion{
font-size: 90px;
  line-height: 45px;
 text-align:  center;
 gap:60px;

}

.llamado-accion >div {
  width: 40%;
  height: 380px;
 border-radius: 360px;
 

}
.circulo p{
margin-left: 12px;
margin-top: 30px; 
font-size: 22px;
line-height: 50px;
 
}

.circulo span b{
padding: 10px 10px 10px;
font-size: 45px;
color: #e1306c;

}
.valor__agregado h2{
  width: 100%;
  text-align: center;
  font-size: 45px;
}
.valor__agregado p{
 width: 100%;
 text-align: center;
  font-size: 40px;
  margin-top: 25px;
  margin-left: 40px;
 line-height: 55px;
 }


.footer{
margin-top: 90px;
}
.grupo__1{
width: 100%;
max-width: 1200px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 100px;
padding: 45px 0px;
}
.box-1{
width: 440px;
margin-top: 30px;
display: block;
margin-left: 50px;

}
.box-1 img{
width: 90%;
height: 120px;
margin-left:60px ;

}
.box-1 p{
width: 100%;
font-size: 20px;
color:white;
text-align: center;
padding-top: 20px;
margin-top: -15px;
margin-left: 40px;

}
.box-2{
width: 500px;
line-height: 25px;

margin-left: 180px;
}
.box-2 h2{
color:white;
margin-top: 15px;
font-size: 35px;
text-align: start;

}
.box-2 p{
width: 100%;
text-align: justify;

font-weight: 300;
margin: auto;
font-size: 30px;
justify-content: justify;

}
.box-2 a{
text-decoration: none;
color: white;
margin-top: 30px;
font-weight: 300;
}
.box-2 a:hover{
pointer-events: painted;
text-decoration: underline ;
}
.box-3{
line-height: 25px;

}
.box-3 h2{
color: white;
margin-top: 15px;
font-size: 35px;
text-align: start;
}
.box-3 p{
width: 300px;
color: white;
line-height: 30px;
font-weight: 300;
font-size: 30px;
margin-left: 30px;
margin-top: 20px;
text-align: start;
padding: 0;
}
.bocina{

margin-top: 55px;
margin-left: -8px;

}
.bocina i{
margin-top: 14px;
margin-left: 15px;
font-size: 25px;
}
.sobre{

margin-top: 45px;

}
.sobre i{
margin-top: 20px;
margin-left: 3px;
font-size:29px ;
}

.menu-footer{

height: 100px;
line-height: 55px;
}
.menu-footer a{
margin-bottom: 0px;
padding: 20px;
font-size: 25px;
}

.btn-2{
padding: 12px;
margin-top: 20px;
}
.btn-2 p{
font-size: 20px;
padding: 0px;
}
.derechos p{
width: 500px;
font-size: 20px;
padding: 0;
margin-top: 8px;
margin-left: 20px;
}
.social-media{
width: 15%;
font-size: 27px;
margin-top:-8px;
margin-left: 1100px;
  
}

.modal{
  height: 450px;
}

.modal button{
  font-size: 20px;
}

.aviso__cookies img{
margin-left:-380px;
}

.pie{
  height: 50px;
  margin-bottom: 0px;
}
}
