
*{
	margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


/*-----------------------------HEADER-----------------------------*/


header{
    background-color: #7F4796;
    
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 20rem;
    padding-right: 20rem;
    
}

nav {
    display:flex;
    justify-content: flex-end;
}

nav ul li {
    list-style-type: none;
    display: inline;
    margin: 8px;
    color: white;
    
}

nav ul li:first-of-type{
    margin-right: 30px;
}

.borderWhite{
    border: white 1px solid;
    padding:10px 20px;
    border-radius: 5px;
    color:white;
    
}

.backgroundWhite{
    padding: 10px 20px;
    background-color: white;
    color:black;
    border-radius: 5px;
}

#head_izq{
    
    width:380px;
    color: white;
    display: flex;
    flex-direction: column;
    gap:40px;

}

.head_izq_titulo{
    font-weight: bold;
    font-size: 35px;
}

.submenu-head_izq ul li{
    list-style-type: none;
    display: inline;
    margin-right: 10px;
    
}

.head_izq_titulo_parrafo{
    font-size: 12px;
}

/*--------------------First section--------------------------*/

#firstSecction_global{
    background-color: white;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-bottom: 50px;
}

.center_text{
    margin-top: 50px;
    text-align: center;
}

.center_paragraph{
    width: 400px;
    margin:auto;
    margin-top: 20px;
    
}

.container_events{
    margin-top: 40px;;
    display:flex;
    gap:20px;

}

.event1{
    
    width:350px;
    display: flex;
    flex-direction: column;
    gap:20px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px rgb(202, 200, 200);
    
}

.imagPerfil{
    width:100px;
    height:100px;
    border-radius: 50px;
    margin-top: 25px;
}

.caja_redes img{
    width:25px;
    height:25px;
    filter:opacity(20%);
    
}

.caja_redes{
    display:flex;
    gap:15px;
    margin-bottom: 25px;

}
.bold{
    font-weight: bold;
}
.backgrounGrey{
    background-color: #E9F1FF;
    padding: 6px;
    border-radius: 30px;   
}

.blue{
    color:#009BFF;
}

.parrafo_Events{
    text-align: center;
    color:#8A8A8A;
    margin:10px;
}

/*-----------------------------Second section-------------------------------*/

#secondSecction_global{
    background-color: #7F4796;
    padding-left: 20rem;
    padding-right: 20rem;
    padding-bottom: 50px;
    padding-top: 50px;
}

.secondSecction_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.secondSecction_flex_left{
    display: flex;
    flex-direction: column;
    color:white;
    gap:10px;
}

.left1{
    font-size: 15px;
}
.left2{
    font-size: 25px;
    width:400px;
}

/*---------------------------Third section-------------------------------*/

#thirdSecction_global{
    background-color: white;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-bottom: 50px;
}

.thirdSecction_flex{
    margin-top: 30px;
    /* border:solid red; */
    display: flex;
    gap:30px;
    justify-content: center;
}

.third_parrafo p{
    margin-bottom: 8px;
}

.third_interior_flex{
    margin-top: 20px;
    width:360px;
    /* border:solid green; */
    display: flex;
    flex-direction: column;
    gap:16px;
    align-content: space-between; 
    padding:20px; 
    box-shadow: 0px 0px 5px 1px rgb(202, 200, 200);
    border-radius: 30px;
}

.contenedor_intermedio{
    margin-top: 80px;
}

/*----------------------------------Fourth section-----------------------------*/

#fourthSecction_global{
    background-color: #7F4796;
    padding-left: 20rem;
    padding-right: 20rem;
    padding-bottom: 50px;
    padding-top: 50px;
}

.fourthSecction_flex{
    background-color: white;
    margin: auto;
    width:740px;
    padding: 35px;
    display: flex;
    border-radius: 5px;
    gap:15px;
    justify-content: space-between;
    align-items: center;
}

.fourthSecction_flex_left{
    width: 315px;
    
}

.fourthLeft1{
    font-size: 26px;
    margin-bottom: 15px;
}

.fourthLeft2{
    font-size: 15px;
    color:#8A8A8A; 
}

textarea{
    margin-top: 8px;
    resize:none;
    border-radius: 5px;
}

.red{
    color:red;
}

.fourthSecction_flex_right{
    padding: 6px;
    background-color: #F6F6F6 ;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px rgb(202, 200, 200);

}


/*-------------------------------------Fifth section---------------------------------*/

#fifthSecction_global{
    background-color: white;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-top: 40px;
   
}

.fifthSecction_flex{
    
    margin: auto;
    display: flex;
    width:800px;
    justify-content: space-between;
    gap:25px;
    
    
    
}

.imagen5section{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-left: 20px;
    
}

.fifthSecction_flex_left , .fifthSecction_flex_right{
    width:500px;
    display:flex; 
    box-shadow: 0px 0px 5px 1px rgb(202, 200, 200);
    padding:22px;
    border-radius: 5px;
    
}

.fifthSecction_flex_right{
    background-color: rgb(247, 241, 241);
}

.fifthSecction_flex_left_left , .fifthSecction_flex_right_left{
    display:flex;
    flex-direction: column;
    gap:15px;  
    justify-content: space-between;
    
}


.fifthSecction_flex_left h3, .fifthSecction_flex_right h3{
    font-size: 18px;
}
    
.fifthSecction_flex_left p, .fifthSecction_flex_right p{
    font-size: 15px;
    margin-bottom: 5px;
}

.fifthSecction_flex_left_right , .fifthSecction_flex_right_right{
    display: flex;
    align-items: center;
}

/*--------------------------------sixth section-----------------------------*/

#sixthSecction_global{
    background-color: white;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-top: 125px;}

#sixthSecction_global p{
    text-align: justify;
}

.sixthCenter_paragraph{
    width: 414px;
    margin:auto;
    margin-top: 20px;
    line-height:150%;
}

.centrar_final_parrafo{
    display: block;
    text-align: center;
    
}

/*----------------------------------Seventh section------------------------------*/

#seventhSecction_global{
    background-color: white;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-top: 125px;
}

.seventhSecction_flex{
    display: flex;
    gap:30px;
    justify-content: center;
    
}

.seventhSecction_flex_left , .seventhSecction_flex_center , .seventhSecction_flex_right{
    box-shadow: 0px 0px 5px 1px rgb(202, 200, 200);
    border-radius: 5px;

    
}

.seventhSecction_flex_left_up , .seventhSecction_flex_center_up , .seventhSecction_flex_right_up{
    height:125px;
    display: flex;
    justify-content: center;
    border-radius: 5px 5px 0px 0px;
}

.seventhSecction_flex_left_up img {
    width: 210px;
    display: flex;
    justify-content: center;
    
}

.seventhSecction_flex_left_up{
    background-color: #B9E985;
}

.seventhSecction_flex_center_up{
    background-color: #E4E4E4;
}

.seventhSecction_flex_right_up{
    background-color: #DBFFF5;
}

.seventhSecction_flex_center_up img{
    width:60px;
}

.seventhSecction_flex_right_up img{
    width:150px;
}

.seventhSecction_flex_left_down , .seventhSecction_flex_center_down , .seventhSecction_flex_right_down{
    padding: 40px;
    border-radius: 0px 0px 5px 5px;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.seventh_parrafo{
    line-height:150%;
}

.text_right_h3{
    font-size: 11px;
    color:#A7A7A7;
}

.down_seventh_section{
    width: 280px;
    margin: 40px auto;
}

/*----------------------------------Eighth section------------------------------*/

#eighthSecction_global{
    background-color: #303030;
    padding-left: 20rem;
    padding-right: 20rem;
    /* margin-top: 125px; */
}

.eighth_head{
    padding-top: 70px;
}

.eighthSecction_flex{
    margin: 50px auto;
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
    gap:165px;
}

.eighthSecction_flex_left , .eighthSecction_flex_right{
    display: flex;
    flex-direction: column;
    gap:18px;
}

.eighth_footer_left{
    width:125px;
}

.eighth_footer_right{
    width: 92px;
}

.eighth_parrafo{
    line-height:150%;
}

.font_white{
    color: white;
}

.eighth_fontSize{
    font-size: 13px;
}

/*----------------------------------Ninth section------------------------------*/

#ninthSecction_global{
    background-color: white;
    padding-left: 20rem;
    padding-right: 20rem;
    
}

.ninthCenter_paragraph{
    text-align: center;
    margin-top: 20px;
    line-height:150%;
}

.box_grid img{
    width:200px;
    height:200px;
    margin-bottom: -4px;
}

.ninthSecction_grid{
    margin:40px auto;
    width:800px;
    height:400px;
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    grid-template-rows: 1fr 1fr;
}


/*-------------------------------------Footer---------------------------------*/

footer{
    background-color: #303030;
    padding-left: 20rem;
    padding-right: 20rem;
    padding-top: 35px;
    padding-bottom: 20px;
}

.footer_flex_right img{
    width:25px;
    height:25px;
    filter: invert(45%) ;
    margin-right: 10px;
    
}

.footer_flex_right li{
    list-style-type: none;
    display: inline;
}

.footer_flex{
    display: flex;
    justify-content: space-between;
}


