@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}


header {
    background: #005559 url(img/bg-001.png);
    padding: 140px 0 230px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

header h1 {
    font-size: 72px;
    color: #fff;
    margin-top: 120px;
    font-weight: 700;
}

header h2 {
    font-size: 38px;
    color: #BEBD74;
    font-weight: 400;
}

header img {
    max-width: 170px;
}


.s0 {
    padding: 80px 0;
}

.s0 img {
    width: 100%;
}

.s0 h3 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
    color: #005559;
}

.s0 p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #005559;
}

.mp1 {
    width: 250px!important;
}

.s0 h2 {
    color: #005559;
    font-size: 36px;
    margin-top: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.s0 p {
    color: #000;
    font-size: 18px;
}

.s1 {
    height: 750px;
    background: url(img/fondo-a.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
} 

.s1 img {
    max-width: 100%;
}

.s1a {
    background: #005559;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

.s1a  h2{
    font-size: 38px;
    font-weight: 700;
}

.s1a  p{
    font-size: 20px;
    font-weight: 500;
}

.s1a  h3{
    font-size: 64px;
    font-weight: 700;
    margin-top: 40px;
}

.s2 {
    padding: 80px 0;
    text-align: center;
}

.s2 img {
    width: 100%;
}

.s2 h2 {
    font-weight: 600;
    color: #005559;
    text-align: center;
    padding-bottom: 30px;
}

.s2 p {
    font-weight: 500;
    color: #7aa9a6;
    font-size: 20px;
    text-align: center;
}

.icon1 {
    width: 80px !important;
    text-align: center;
}

.s3 {
    padding: 80px 0;
    text-align: center;
}

.s3 h2 {
    font-weight: 600;
    color: #005559;
    text-align: center;
    padding-bottom: 30px;
}

.s4 {
    padding: 80px 0;
    text-align: center;
}

.s4 h2 {
    font-weight: 600;
    color: #005559;
    text-align: center;
    padding-bottom: 30px;
}

.s4 img {
    width: 100%;
}

.s4 p {
    font-size: 16px;
    text-align: left;
}

.s4 p span{
    font-size: 14px;
    text-align: left;
}

.s5 {
    background: linear-gradient(to right, #464670 50%, white 50%);
    border: 1px solid #464670;
}

.s5 .bg1 {
padding: 80px 40px;
text-align: center;
background: #464670;
color: #fff;

}

.s5 .bg2 {
    padding: 80px 40px;
    text-align: center;
}

.s5 p {
    font-size: 16px;
}

.s5 img {
    height: 50px;
    margin-bottom: 40px;
}

.s8 {
background: url(img/bg-typ.png);
height: 100vh;
padding: 60px 0;
}

.s8 img {
    width: 200px;
    padding-bottom: 60px;
    }

.s8 h1 {
    color: #BEBD74;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 40px;
}

.s8 h2 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 30px;
}

.s9 {
    background: #BEBD74;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.s9 p {
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 24px;
}

.s9 a {
    color: #000;
    font-size: 26px;
    margin: 0 10px;
}


footer {
    background: #005559;
    padding: 40px 0 10px;
    color: #fff;
    text-align: center;
}

footer h2 {
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

footer p {
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.btn, .btn:hover {
    background: #005559;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 10px 35px;
    border-radius: 15px;
}

hr {
    margin-top: 70px;
    margin-bottom: 20px;
    color: #005559;
    background: #005559;
}

.form1 {
    
        background: #fff;
        padding: 50px;
        border-radius: 12px;
    
}

.form1 h4 {
    
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #005559;
    
} 

.form1 p {
    text-align: center;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 5px 3px;
    margin-bottom: 15px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background: #005559;
    border: 0px solid #005559;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px;
}

@media only screen and (max-width: 767px) {
    .s5 {
        background: linear-gradient(to right, white 50%, white 50%);
    }

    footer h2 {
        font-weight: 500;
        font-size: 15px;
    }

    footer p {
        
        font-size: 11px;
    }

    .s0 h3 {
        font-size: 26px;
    }

    .s0 p {
        color: #000;
        font-size: 16px;
    }

    header h1 {
        font-size: 42px;
        text-align: center;
    }

    header h2 {
        font-size: 28px;
        text-align: center;
    }

    .s0 {
        
        text-align: center;
    }

    .s2 {
        padding: 80px 0 0;
    }

    .s2 h2 {
        
        padding-top: 50px;
    }

    .s4 {
        padding: 30px 0;
        text-align: center;
    }

    header {
        background: #005559 url(img/bg-001.png);
        padding: 50px 0 100px;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        text-align: center;
    }

  }