.history{
    /*border: solid green;*/
    display: flex;
    justify-content: center;
}
.historyf{
    /*border: solid red;*/
    width: 80%;
    
}
.historyf .title{
    /*border: solid blue;*/
    font-family: 'Saira Condensed', sans-serif;
    font-size: 1.4vw;
    height: 8vh;
    margin-top: 2vw;
    width: 30%;
    margin-bottom: 1vw;
    border-bottom: solid;
}

.fundation{
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: solid;*/
    height: 65vh;
}
.fundationf{
    width: 80%;
    height: 100%;
    display: flex;
    /*border: solid green;*/
    font-family: 'Saira Condensed', sans-serif;
    flex-direction: column;
    justify-content: center;
    
}
.fundationf .con{
    font-size: 1.4vw;
    padding-right: 2vw;
}

.mivi{
    height: 50vh;
    /*border: solid blue;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Saira Condensed', sans-serif;
    
}
.mivif{
    /*border: solid red;*/
    width: 80%;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
}
.mivif .box{
    /*border: solid seagreen;*/
    font-family: 'Saira Condensed', sans-serif;
    padding: 5%;
}
 .subtitle{
    border-left: orange solid;
    padding-left: 1.2vw;
    font-size: 1.6vw;
    margin-bottom: 1.7vw;
}
.box .content p{
    font-size: 1.4vw;
}
.lema{
    /*border: solid red;*/
    display: flex;
    justify-content: center;
}
.lema .lemaf{
    width: 80%;
    border-left: solid orange;
    border-right: solid orange;
    font-size: 2vw;
    font-family: 'Saira Condensed', sans-serif;
    display: flex;
    justify-content: center;
    padding: 2.5vw 0;
    margin-bottom: 2.3vw;

}
.bott{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bott img{
    width: 50%;
}
@media(max-width:1024px)
{
    .historyf{
        margin-top: 15vh;
        /*border: solid red;*/
        width: 90%;
        
    }
    .historyf .title{
        /*border: solid blue;*/
        font-size: 4vw;
        height: fit-content;
        width: 75%;
        margin-bottom: 1vw;
        border-bottom: solid;
    }
    
    .fundation{
        align-items: center;
        justify-content: center;
        padding: 5vw 0;
        height: fit-content;
    }
    .fundation .fundationf{
        width: 88%;
    }
    .fundation .fundationf .subtitle h2{
        font-size: 6vw;
    }
    .fundationf .con{
        font-size: 5vw;
        padding-right: 2vw;
    }
    .mivi{
        height: fit-content;
        /*border: solid blue;*/
        display: flex;
        
    }
    .mivif{
        /*border: solid red;*/
        width: 90%;
        display: grid;
        grid-template-columns: 100%;
        row-gap: 4%;
        height: fit-content;
    }
    .mivif .box{
        /*border: solid seagreen;*/
        padding: 5vw 0;
        
    }
    .subtitle{
        border-left: orange solid;
        padding-left: 1.2vw;
        font-size: 4.1vw;
        margin-bottom: 1.7vw;
    }
    .box .content p{
        font-size: 5vw;
    }
    .lema{
        /*border: solid red;*/
        display: flex;
        justify-content: center;
        margin-top: 10vw;
    }
    .lema .lemaf{
        width: 90%;
        font-size: 7vw;
        display: flex;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: center;
        margin-bottom: 2.3vw;
        text-align: center;
    
    }
}