@font-face {
    font-family: 'Roboto-Regular';
    src: url(/fonts/Roboto-Regular.woff);
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(/fonts/Roboto-Bold.woff);
}

@font-face {
    font-family: 'Roboto-Slab';
    src: url(/fonts/RobotoSlab-Regular.woff);
}

:root {
    --blue: #001446;
    --white: #ffffff;
}

html, body {
    overflow-x:hidden;
    height:100%;
  }

body {
    font-family: 'Roboto-Regular', sans-serif;
    margin: 0;
}

.d-flex {
    display: flex;
}

.d-md-flex {
    display: flex;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.w-a-50 {
    width: 50%;
}

.text-lg-right {
    text-align: right;
}

.text-md-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-lg-center {
    text-align: center;
}

.d-md-block {
    display: none;
}

.d-md-none {
    display: block;
}

.mb-27 {
    margin-bottom: 27px;
}


@media only screen and (max-width: 920px) {
    .d-flex {
        display: block;
    }

    .w-30 {
        width: 100%;
    }
    
    .w-40 {
        width: 100%;
    }
    
    .w-md-100 {
        width: calc(100% - 30px);
    }
    .w-a-50 {
        width: 100%;
    }
    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-left {
        text-align: left;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .d-md-block {
        display: block;
    }
    
    .d-md-none {
        display: none;
    }

    
}

@media only screen and (max-width: 768px) {
    .d-md-flex {
        display: block;
    }

    .text-sm-center {
        text-align: center;
    }

    .d-sm-none {
        display: none;
    }
    
}


.whiteFatLine {
    height: 88px;
}



/* navbar */

.navbar .logo {
    background-color: var(--blue);
    padding: 32px 38px;
}

.blueLine {
    height: 40px;
    background-color: var(--blue);
}

.whiteLine {
    padding: 15px 50px;
}

.whiteLine a{
    color: var(--blue);
    font-size: 1.3em;
    text-decoration: none;
}

.whiteLine a:hover{
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: 700;
}

.whiteLine a > img{
    margin-right: 13px;
    margin-bottom: -7px;
}


@media only screen and (max-width: 1170px) {

    .whiteLine {
        padding: 15px;
        display: block;
    }

    .whiteLine div {
        text-align: left;
    }

    .whiteLine a > img {
        margin-top: 6px;
    }

    .w-30 {
        width: 100%;
    }

    .w-40 {
        width: 100%;
    }

    .whiteLine a{
        font-size: 15px;
    }
}

/* navbar */

/* infoContainer */

.infoContainer {
    padding: 50px 60px;
}

.infoContainer h1 {
    color: var(--blue);
    font-family: 'Roboto-Slab', serif;
    font-size: 2em;
    padding-left: 50px;
    padding-bottom: 30px;
    margin: 0;
    font-weight: 100;
}

div.blueContainer {
    background-color: var(--blue);
    color: var(--white);
    padding: 60px 50px;
    position: relative;
}

div.blueContainer .text{
    width: 70%;
}

div.blueContainer .text h2{
    font-weight: 100;
    margin-bottom: 32px;
}

div.blueContainer .text p{
    font-size: 20px;
}

div.image .white {
    position: absolute;
    bottom: 70px;
    right: -60px;
    width: 30%;
}

div.image .woman {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19vw;
    z-index: 2;
    max-height: 568px;
    max-width: 300px;
}

@media only screen and (max-width: 768px) {
    .infoContainer {
        padding: 50px 20px;
    }

    .infoContainer h1 {
        font-size: 20px;
        padding-left: 0;
    }

    div.blueContainer {
        padding: 20px;
    }

    div.blueContainer .text {
        width: 100%;
    }

    div.blueContainer .text h2 {
        font-size: 20px;
    }

    div.blueContainer .text p {
        font-size: 14px;
    }

    div.image {
        text-align: right;
        margin-bottom: -23px;
    }

    div.image .woman {
        position: relative;
        bottom: 0;
        right: 30%;
        width: 30vw;
    }

    div.image .white {
        bottom: -6px;
        right: 20%;
        width: 75%;
    }
}

/* infoContainer */


/* formContainer */

.formContainer {
    background-image: url('./images/pasta.png');
    background-size: cover;
}

.formContainer .blue{
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    opacity: 0.9;
    padding: 80px 0;
    color: var(--white);
}

.formContainer .blue h1{
    font-weight: 100;
    text-align: center;
    margin-bottom: 0;
}

.formContainer form{
    padding: 80px 15vw 0 15vw;
}

.formContainer form > div > div {
    padding: 10px 50px;
}

label {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 10px;
}

input {
    width: calc(100% - 30px);
    border: 1px solid #BCE0FD;
    border-radius: 4px;
    color: #001446;
    padding: 15px;
    margin-top: 7px;
}

select {
    margin-top: 7px;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
}

button.send {
    margin-top: 60px;
    width: 120px;
    height: 40px;   
    border: 2px solid #F0F1F1;
    border-radius: 4px;
    background: var(--blue);
    color: var(--white);
    text-align: center;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 16px;
    cursor: pointer;
}


@media only screen and (max-width: 1170px) {
    .formContainer form{
        padding: 80px 7vw 0 7vw;
    }
}

@media only screen and (max-width: 920px) {
    .formContainer form {
        padding: 30px 15px;
    }
    .formContainer .blue {
        padding: 20px 0;
    }

    .formContainer .blue h1 {
        font-size: 20px;
    }

    .formContainer form > div > div {
        padding: 0 15px; 
    }
}

/* formContainer */

/* footer */

.footer {
    background-color: var(--blue);
    color: var(--white);
    font-size: 14px;
    padding: 32px 80px;
}

.footer p {
    margin-top: 0;
    margin-bottom: 25px;
}

.footer a{
    color: var(--white);
    text-decoration: none;
}

.footer a:hover{
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: 700;
}

.footer .bottom {
    position: relative;
    top: 75%;
    bottom: 0;
}

@media only screen and (max-width: 768px) {
    .footer {
        padding: 32px 15px;  
    }
}

/* footer */