

    #about h1{
padding-bottom: 50px;
color: #02255C;



    }

    #mision{
        background-color: #02255C;
        
          }  
  #vision{
background-color: #02255C;


  }  
    #about h3 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 38px;
        padding-bottom: 35px;
        opacity: .9;
        text-transform: uppercase;
        text-align: justify;
        color: #0E0E0E;
    }
    
    #about h4 {
        font-size: 30px;
        font-weight: 700;
        color: #02255C;
        text-align: start;
    }
    
    #about h5 {
        margin-top: 40%;
        font-weight: 700;
    }
    
    #about p {
        color: white;
        text-align: justify;
        font-size: 15PX;
        padding-bottom: 30px;

    }
    
    .features{
        font-family: "Open Sans", sans-serif;
        color: #02255C;


    }
 s
    
    .p {
        font-size: 10PX;
    }
    
    .section-title {
        padding-bottom: 80px;
        background-color: white;
    }
    
    .section-title h2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        line-height: 1px;
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #02255C;
    }
    
    .section-title h2::after {
        content: "";
        width: 130px;
        height: 1px;
        display: inline-block;
        background: #02255C;
        margin: 4px 10px;
    }
    
    .section-title h1 {
        margin: 0;
        margin: 0;
        margin-left: 3px;
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        
        color: #02255C;
    }

    @media (max-width: 1100px) {
        #historia {
            margin-top: 50px;
        }

        #about p {
            color: white;
            text-align: justify;
            font-size: 11PX;
            padding-bottom: 30px;
    
        }
    }
    
    @media (max-width: 800px) {
        #historia {
            margin-top: 50px;
        }

        #about p {
            color: white;
            text-align: justify;
            font-size: 9PX;
            padding-bottom: 30px;
    
        }
    }