*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}

header{
    width: 100%;
    height: 80px;
   position: fixed;
    z-index: 1;
   background-color: rgb(12, 35, 30);
  
 
}
.container_menu{
    max-width: 1200px;
    height: 100%;
    margin: auto;
    display:flex;
    
    justify-content: space-between;
}
.logo img{
    width:40px;
    
}
.logo{
    height: 100%;
    display: flex;
    align-items: center;
   
}
.container_menu a{
    color: white;
    justify-content: space-between;
    text-transform: uppercase;
    
   
    
}

.logo p{

position: relative;
bottom: 1px;
left: 2px;
font-size: 9pt;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.menu{
    display: flex;
    align-items: center;
}
.menu ul{
    display: flex;
}
.menu ul li{
    list-style: none;
    margin-left: 36px;
}

.menu ul li a{
    
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}
/*cover*/
.main{
    width: 100%;
    height: 150px;
   background-color: rgb(137, 0, 28);
    position: fixed;
   

   
 
}

.container_sub{
   
    max-width: 1200px;
    height: 100px;
    justify-content: space-between;
    text-transform: uppercase;
    position: fixed;
 
   
   
 
}
.sub{
    display: flex;
    align-items: center;
    margin-left:750px;
    margin-top: 2px;


}
.sub #btn_menu{
    display: none;
  
}
.sub #btn{
    display:none;
}
.sub nav{
    margin: 0px 20px;
}

.sub nav ul li{
    list-style: none;
    margin: 20px 16px;
  
 

}
.sub a{
    color: white;
}

.sub nav ul li a{
   
    font-size: 16px;
    
    color: white;
    text-transform: uppercase;
}
.logoc img{
    width:80px;
}
.logoc{

    
    height: 100%;
    display: flex;
    align-items: center;
}
.lo{
    margin-left: 0px;
    margin-top: 130px;
}

.lo p{
    position: relative;
bottom: 1px;
left: 2px;
color: white;
}
.logoc img{
    display: inline-block;
    margin-right: 1px;
}
.logoc  p{
    margin-right: 1px;

position: relative;
bottom: 23px;
left: -10px;
    display: inline-block;
}
.container_oferta{
   position: relative;
    top:190px ;
    width: 1200px;
    height: 100%;
   
 

    

}

.oferta{
    width: 200px;
    height: 50px;
    margin-left: 300px;
  
  

}
.oferta h1{
    text-align: center;
}
.cursos0{
    
    margin-left: 300px;
   display: flex;
}
.container_requisitos{
    
    max-width: 1200px;
    height: 100%;
    margin: auto;
   
    
    justify-content: space-between;


}
.requisitos {

   background-color: white;
    margin-left: 250px;
    margin-top: 100px;
    margin-right: 100px;
    text-transform: uppercase;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.requisitos h1{
    margin-top: 10px;
    background-color: white;
}
.requisitos a{
color: white;
}
.requisitos h2{
    text-align: center;
    background-color: white ;
}

  

.hrri{
    margin-left: 250px;
    margin-right: -150px;
   
   
}


.container__card-primary{
    padding-top: 100px;

}
.card__primary{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 20px;
}
.text__card-primary{
    max-width: 800px;
    margin: auto;
}
.container__box-cardPrimary{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.box__card-primary{
    max-width: 350px;
    padding: 60px 40px;
   /* border: 1px solid #e6e6e6;
    border-radius: 20px;*/
    margin: 14px;
    transition: all 300ms;
}
.box__card-primary:hover{
    border: 1px solid transparent;
    box-shadow: var(--box_shadow-primary);

}
.box__card-primary h2{
    font-size: var(--box_shadow-primarytext_title_card);
    margin-top: 40px;
    font-weight:500 ;
}
.box__card-primary p{
    margin-top: 20px;
}
.container__avisopriv{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 20px;
    padding-top: 100px;
}
/*haciendo la pagina responsive*/
@media screen and (max-width: 1200px){
    header{
        padding: 40px;
    }
}
@media screen and (max-width:1025PX){

    .sub nav{
        position: fixed;
        color: black;
          right: -55px;
         top: 4%;
       
       
    }
    .requisitos h1, h2{margin:0 ;
 
right: 170px;}

    .sub  ul{
        flex-direction: column;
        margin-top: 40px;
        margin-top: 100px;
        margin-left: 0;
    }
   .sub il a{color: black;

   }
    

 #mapa{
    height: 20px;
    width: 50px;
 }
 .requisitos{
 margin: 0;
 }
 .container__avisopriv{
    position: relative;
    top: 500px;
    margin: 0;
    
 }
 .imgpriv img {
    width: 400px;
    height: 500px;
    margin: 0;
 }
 .AVISOP{
    position: relative;
    top: 400px;
    margin: 0;
 }
 .AVISOP img {
    width: 400px;
    height: 500px;
    margin: 0;
 }
 #mapa h1 {
    width: 50px;
    height: 10px;
    margin: 0;
 }

}