*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,html{
    font-family: 'ortho', sans-serif;
}

.row{
    width: 100%;
    max-width: 1860px;
    padding: 0 30px;
    margin: 0 auto;
}

header{
    box-shadow: 0 0 15px #b8b8b8;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}
header .row{
    position: fixed;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1920px;
    top: 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 19px;
    z-index: 1000;
}

header .logo{font-size: 0;}
header .logo img{
    width: 100%;
    max-width: 100%;
}

header .espa1 a{
    font-size: 0;
}
header .espa1 img{
    width: 100%;
    max-width: 300px;
}

#sldr{

    width: 100%;
    max-width: 1920px;
    margin: 114px auto 85px auto;
    font-size: 0;
    position: relative;
}
#sldr img{
    max-width: 100%;
    width: 100%;
}
#sldr .sldr_info{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50% );
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
}
#sldr .sldr_info h1{
    background: rgba(255, 255, 255, 0.01);
    width: 100%;
    color: #FFFFFF;
    font-size: 86px;
    line-height: 108px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 17px 0;
}
#sldr .sldr_info h3{
    background: rgba(255, 255, 255, 0.01);
    width: 100%;
    color: #FFFFFF;
    font-size: 29px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 16px 0;
}

#hmft1{
    width: 100%;
    background: #fff;
    margin: 0 0 65px 0;
}
#hmft1 .row{
    max-width: 1120px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
#hmft1 .row h4{
    font-size: 39px;
    line-height: 49px;
    font-weight: 700;
    margin: 0;
    color: #213167;
}
#hmft1 .row span{
    flex-grow: 1;
    font-size: 18px;
    color: #213167;
    line-height: 23px;
    font-weight: 400;
    padding: 0 0 0 55px ;
    box-sizing: border-box;

}

#hmft2{
    width: 100%;
    margin: 0 0 125px 0;
    padding: 55px 0 0 0;
    border-top: 1px solid #D5D5D5;
    box-sizing: border-box;
    background: #fff;
}

#hmft2 .row{
    max-width: 1040px;
    flex-flow: column nowrap;
    align-items: center;
    display: flex;
}

#hmft2 .row .hmft2_ttl{
    width: 100%;
    margin: 0 0 70px 0;
    text-align: center;
}
#hmft2 .row .hmft2_ttl h3{
    font-size: 39px;
    line-height: 49px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #213167;
    margin: 0;
}

#hmft2 .box{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px 0;
}
#hmft2 .box:last-of-type{margin: 0;}

#hmft2 .box img{
    width: 100%;
    max-width: 395px;
    font-size: 0;
}
#hmft2 .box .box_left,
#hmft2 .box .box_right{
    width: calc(50% - 45px );
    flex: 0 0  calc(50% - 45px );
}

#hmft2 .box h4{
    width: 100%;
    margin: 0 0 31px 0;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    color: #12348F;
}
#hmft2 .box span{
    font-size: 17px;
    line-height: 22px;
    color: #213167;
    font-weight: 300;
    width: 100%;
}

#hmft3{
    width: 100%;
    padding: 70px 0 110px 0;
    background: #CCD8F8;
    box-sizing: border-box;
}
#hmft3 .row{
    max-width: 700px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

#hmft3 h4{
    font-size: 30px;
    line-height: 38px;
    color: #12348F;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin: 0 0 23px 0;
}
#hmft3 span{
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #213167;
    font-weight: 400;
    margin: 0 0 70px 0;
}

#hmft3 .btns{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
#hmft3 .btns a{
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    background: #F16323;
    border-radius: 4px;
    text-align: center;
    padding: 17px 20px;
    text-decoration: none;
    box-sizing: border-box;
}
#hmft3 .btns a span{
    font-size: 20px;
    line-height: 26px; 
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.01);
}
#hmft3 .btns a:first-of-type:hover{
    background: #df4600;
}
#hmft3 .btns a:last-of-type{background: #12348F;}
#hmft3 .btns a:last-of-type:hover{
    background: #01164e;
}
footer{
    width: 100%;
    padding: 120px 0 200px 0;
    background: #12348F;
    position: relative;
}

footer .row{
    max-width: 1410px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
footer .row .box{
    flex: 0 0 33.3%;
    width: 33.3%;
}
footer .box span{
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 20px 0;
}
footer .box span:last-of-type{
    margin: 0;
}
footer .socials{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
footer .socials a{font-size: 0; margin: 0 24px 0 0; }
footer .socials a:last-of-type{margin: 0;}
footer .socials a img{width: 100%; max-width: 100%; transition: all 0.2s ease-in-out;}

footer .socials a:hover img{transform: scale(1.1);}
footer .espa2{
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 0;
}
footer .espa2 img{width: 100%; max-width: 200px;}

@media only screen and (max-width: 1300px){
    #sldr .sldr_info h1 {
        font-size: 50px;
        line-height: 70px;
    }
    #sldr .sldr_info h3 {
        font-size: 22px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1150px){
    #hmft1 .row{
        flex-flow: column nowrap;
        align-items: center;
    }
    #hmft1 .row h4{text-align: center;}
    #hmft1 .row span{
        padding: 0;
        margin: 20px 0 0 0;
        text-align: center;
    }
}
@media only screen and (max-width: 1000px){
    footer .row{
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    footer .row .box{
        flex: 0 0 50%;
        width: 50%;
        margin: 0 0 40px 0;
    }
    footer .row .socials{width: 100%; flex: 0 0 100%;}
}
@media only screen and (max-width: 900px){
    header .row{
        padding: 10px 20px;
    }
    header .logo img{max-width: 50px;}
    header .espa1 img{max-width: 250px;}

    #sldr{margin-top: 70px;}
    #hmft2 .row .hmft2_ttl h3 {
        font-size: 30px;
        line-height: 40px;
    }
    #hmft2 .box .box_left, #hmft2 .box .box_right {
        width: calc(50% - 25px );
        flex: 0 0 calc(50% - 25px );
    }
}
@media only screen and (max-width: 700px){
    #sldr .sldr_info h1 {
        font-size: 34px;
        line-height: 44px;
    }
    #sldr .sldr_info h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px 0;
    }
    #hmft2 .box h4 {
        margin: 0 0 22px 0;
        font-size: 22px;
        line-height: 28px;
    }
    #hmft3 h4 {
        font-size: 24px;
        line-height: 28px;
        margin: 0px 0 15px 0;
    }
    #hmft3 span {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 55px 0;
    }
    #hmft3 .btns a{
        padding: 15px 10px;
    }
}
@media only screen and (max-width: 600px){
	.espa1{
		display:flex;
		flex-flow:column;
		justify-content: flex-end;
	}
    #hmft2 .box{
        flex-flow: column nowrap;
        align-items: center;
        margin: 0 0 75px 0;
    }
    #hmft2 .box .box_left, #hmft2 .box .box_right {
        flex: 0 0 100%;
        width: 100%;
    }
    #hmft2 .box1 .box_left{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 25px 0;
    }
    #hmft2 .box2 .box_right{
        order: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 25px 0;
    }
    #hmft2 .box2 .box_left{
        order: 2;
    }
    #hmft3 .btns a{
        padding: 10px;
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        font-size: 16px;
        line-height: 23px;
    }
    footer .row{
        flex-flow: column nowrap;
        align-items: center;
    }
    footer .row .box{
        display: flex;
        align-items: center;
        flex-flow: column nowrap;
        text-align: center;
        flex: 0 0 100%;
        width: 100%;
    }
    footer .socials{margin: 0; flex-flow: row wrap !important; justify-content: center !important;}
    footer .socials a{margin: 0 15px 10px 0;}
    footer .box span {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 500px){
    header .espa1 img{max-width: 200px;}
    #sldr{margin-bottom: 45px;}
    #sldr .sldr_info h1 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }
    #sldr .sldr_info h3 {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 8px 0;
    }
    #hmft1{margin-bottom: 45px;}
    #hmft1 .row h4{font-size: 32px; line-height: 40px;}
    #hmft1 .row span{
        font-size: 16px;
        line-height: 20px;
    }
    #hmft2{margin: 0 0 55px 0;}
    #hmft2 .box h4 {
        margin: 0 0 20px 0;
        font-size: 18px;
        line-height: 24px;
    }
    #hmft2 .box span{font-size: 15px; line-height: 20px;}
    #hmft3 .btns{
        flex-flow: column nowrap;
        align-items: center;
    }
    #hmft3 .btns a{
        width: 100%;
        flex: 0 0 100%;
        margin: 0 0 20px 0;
        max-width: 250px;
    }
    #hmft3 .btns a:last-of-type{margin: 0;}
}