@font-face { font-family: 'gothic';src: url("../fonts/GOTHIC-REG.TTF") format('truetype'); }
@font-face { font-family: 'gothic-bold';src: url("../fonts/GOTHIC-BOLD.TTF") format('truetype'); }

.header-bg-farmako{
   background: url('../images/HEADER-FARMAKO.png') no-repeat center center;
   /* background: no-repeat center center; */
   background-size: 100% !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   height: 600px !important;
}

.header-bg-azf{
    background: url('../images/AZF-HEADER.png') no-repeat center center;
    /* background: no-repeat center center; */
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 110vh !important;
 }
 .bg-img-azf{
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh !important;

 }


.title-sub-head-white {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    margin-bottom: 10px;
    /* margin-top:130px; */
  }
.bg-step-2{
    position: relative;
    z-index: -99;
    margin-top: -100px;
}
.margin-step-2{
  margin-top:180px;
}
.text-white{
    color:white !important;
}
.margin-step-3{
    margin-top:170px;
    margin-bottom:20px
}
.title-step-4{
    font-family: Helvetica;
    font-weight: normal;
    font-size: 28px;
    color: #0190b0;
    font-weight: bold;
    text-align:center;
    margin-bottom:40px;
}
.bg-white-step-4{
    background-color: white;
    height: auto;
}
.margin-title-4{
    margin-top:50px;
}
.margin-title-body-4{
    margin-top:30px;
}
.bg-card-step-4{
    background-color: #0190b0;
    border-radius: 8px;
    /* min-height: 250px; */
    margin:60px 40px;
    margin-top:0px !important;
    padding: 40px 40px;
    font-size: 24px;
    font-size:28px;
    color:white;
}
.margin-step-5{
    margin-top:380px;
}

b{
    font-weight: 600 !important;
}
/* MOBILE */
.mobile-title-sub-head-white {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    color: white;
    margin-bottom: 60px !important;
    margin-top: 100px;
}
.mobile-bg-step-2{
    position: relative !important;
    z-index: -99 !important;
    margin-top: -70px !important;
}
.mobile-title-sub-head-white-step-3{
    font-family: Helvetica;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    color: white;
    margin-top:20px;
    /* margin-bottom: 60px !important;
    margin-top: 100px; */
}
.mobile-title-head{
    font-family: Helvetica;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    margin-top:130px;
    font-weight: bold;
}
.azf-header-message
{
    font-size:38px;
    font-weight: lighter !important;
    /* height: 100vh; */
}
.azf-header-message-title{
    font-family: 'gothic';
    font-weight: 100;
    margin-top:12%;
    /* font-weight: lighter !important; */
    color: white !important;
}
.font-gotchic{
    font-family: 'gothic' !important;
}
.font-gotchic-bold{
    font-family: 'gothic-bold' !important;
}
.acf-section-3-margin{
    margin-top:120px;
}
.section-azf-4{
    /* height: 80vh;
    width: 100%; */
    width: 100%;
    height: 115vh;
    background-size: 100%;
    background-repeat: no-repeat;
}
.azf-section-5-margin{
    /* height: 100vh; */
    margin: 130px 0px;
}
.vertical-align-center-azf{
    margin-top:auto !important;
    margin-bottom: auto !important;
}
.secion-azf-4-padding{
    padding-top:135px !important;
}

@media only screen and (max-width: 775px) {
    .title-step-4 {
        font-size:18px;
    }

    .bg-card-step-4{
        margin:10px 0px;
        padding: 30px 6px;
        font-size:9.5px;
        color:white;
    }
    .azf-header-message-title{
        font-size:15px;
        padding:0px 40px;
    }
    .header-bg-azf {
        height: 65vh !important;
    }
    .azf-section-2-body{
        margin-top:40px !important;
    }
    .bg-img-azf-mobile{
        /* margin:50px 30px; */
        width: 100%;

        background-size: 100%;
        background-repeat: no-repeat;
        /* margin-top:300px; */
    }
    .margin-section-3{
        margin: 70px 0px;
        margin-left:30px;
    }
    .azf-section-4-body{
        margin-top:-1000px;
    }
    .section-azf-4-mobile{
        /* height: 80vh;
        width: 100%; */
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section-azf-4-body-mobile{
        padding: 60px 20px;
        color:white !important
    }
    .section-azf-4-body-mobile h1{
        color:white;
    }
    .azf-section-5-margin{
        margin:60px 0px;
    }

    h2{
        font-size:24px !important;
        line-height: 32px;
    }


}


@media only screen and (max-width: 375px) {
    .title-step-4 {
        font-size:18px;
    }

    .bg-card-step-4{
        margin:10px 0px;
        padding: 30px 6px;
        font-size:9.5px;
        color:white;
    }
    .azf-header-message-title{
        font-size:15px;
        padding:0px 40px;
    }
    .header-bg-azf {
        height: 85vh !important;
    }
    .azf-section-2-body{
        margin-top:40px !important;
    }
    .bg-img-azf-mobile{
        margin:50px 30px;
        width: 100%;
        height: 60vh;
        background-size: 100%;
        background-repeat: no-repeat;
        /* margin-top:300px; */
    }
    .azf-section-4-body{
        margin-top:-1000px;
    }
    .section-azf-4-mobile{
        /* height: 80vh;
        width: 100%; */
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section-azf-4-body-mobile{
        padding: 60px 20px;
        color:white !important
    }
    .section-azf-4-body-mobile h1{
        color:white;
    }
    .azf-section-5-margin{
        margin:60px 0px;
    }

    h2{
        font-size:24px !important;
        line-height: 32px;
    }


}

