@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@200;300;400;500&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


html{
    width: 100%;
    height: 100%;
}


body{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    
    
}

 
ul { display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color:#f3d2c1;
    width:100%;
    justify-content: flex-end;
    border-bottom: 1px solid  #172c66;
    
    

}

li {
    border-right: 1px solid #172c66;

  }

li:first-child{
      border-left: 1px solid #172c66;
      
  }
  #logo {
    
   max-width: 50%;
   max-height: 80px;
   position: relative;
   left: -900px;
    
 }
       

    

    

 a{
     display: block;
     padding:20px;
     color:#172c66 ;
     font-family: "M PLUS 1 Code";
     font-size: 25px;
     text-decoration: none;
     height: 40px;
     

}

li a:hover {
    background-color:#f582ae;
    color: #fef6e4;

    }

    nav{
        height: 10%;
    }

    .container-header{
        display: flex;
        height: 90%;
        widht:100%;
        justify-content: space-around;
        align-items: center;
        background-color: #fef6e4;

    }

    .container-text{
        display: flex;
        width: 40%;
        align-items: start;
        flex-direction: column;
        position: relative;
        left: 70px;
    }

    .ilustracion{
        width: 70%;
        position: relative;
        left: 150px;
        margin-top: 30px;
    }

    h1{
        color: #001858;
        font-family: 'Montserrat', sans-serif;
        
    }

    h2{
        color: #001858;
        font-family: 'M PLUS 1 Code', sans-serif;
        font-weight: 500;

    }

    .btn {
      
        border-radius: 11px;
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 25px;
        background: #f582ae ;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
        border: none;
        margin-top: 20px;
      }
      
      .btn:hover {
        background: #001858 ;
        text-decoration: none;
      }
       .seccion-2{
           width: 100%;
           height: 80vh;
        background-color: #001858 

        

        }

    .section2div{
        display: flex;
       
        width: 70%;
        height: 201.6px;
        background-color:#fef6e4 ;
    }

    section{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    main{
        display: flex;
    }

    .about{
        font-family: 'Montserrat', sans-serif;
        color:#fef6e4;
        font-size: 30px;


    }
    .descripcion{
        font-family: 'M PLUS 1 Code', sans-serif;
        color: #001858 ;
        font-size: 20px;
        line-height: 30px;
        margin: 20px;
        text-align: center;
        position: relative;
        top: 30px



    }
    .span1{
        font-family:  'Montserrat', sans-serif;
        font-weight: 700;
    }

   
