@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);

html,
body {
    font-family: "Lato";
}

.container-fluid {
    max-width: 1500px !important;
    position: relative;
}

@media (min-width: 1350px) {
    .container-fluid {
        margin-left: 5em !important;
    }
}

@media (max-width:1510px) and (min-width:991px) {
    .container-fluid {
        margin-left: 2em !important;
    }
}

.title {
    max-width: 100%;
    font-family: "Lato";
    text-align: center;
    padding-top: 0.6em;
}

.title h1 {
    /*width: 100%;*/
    font-size: 36px;
    text-align: center;
    font-family: "Lato";
    color: white;
}

.info-data {
    font-family: "Lato";
    font-weight: normal;
}

.info-box {
    padding-left: 2.1em !important;
    padding-right: 1.8em !important;
    font-family: "Lato";
}

.info-numbers {
    color: white;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 0.5em;
    font-family: "Lato";
}

.info-dir {
    display: inline-block;
    color: white;
    margin-bottom: 2em;
    font-family: "Lato";
}

.info-row {
    margin-left: 4em;
    font-family: "Lato";
}

.info-benef {
    color: white;
    position: absolute !important;
    padding-right: 2.8em !important;
    margin-bottom: 1em;
    font-family: "Lato";
}

.info-fields-numbers {
    background-color: #44C0EB;
    padding: 4em 0.5em 0em 0.5em;
    min-height: 18em !important;
    font-family: "Lato";
}

.info-fields-dir {
    background-color: #44C0EB;
    padding: 4em 0.5em 0em 0.5em;
    min-height: 18em !important;
    font-family: "Lato";
}

.info-fields-benef {
    background-color: #44C0EB;
    padding: 4em 0.5em 0em 0.5em;
    min-height: 15.2em !important;
    font-family: "Lato";
}

@media (max-width:1510px) and (min-width:1200px){
    .info-fields-numbers {
        font-size: 1vw;
    }

    .info-fields-dir {
        font-size: 1vw;
    }

    .info-fields-benef {
        font-size: 1vw;
        min-height: 11.4em !important;
        padding: 3em 0.5em 0em 0.5em;
    }
}

@media (max-width: 1200px) and (min-width: 990px){
    .info-fields-numbers {
        padding: 0.5em;
        min-height: 1em !important;
        font-size: 1.25vw;
    }

    .info-fields-dir {
        padding: 0.5em;
        min-height: 1em !important;
        font-size: 1.25vw;
    }

    .info-fields-benef {
        padding: 0.5em;
        min-height: 1em !important;
        font-size: 1.25vw;
    }

    .info-dir {
        margin-bottom: 0.5em;
    }
}

.info-label {
    text-align: right;
    font-family: "Lato";
}

@media (max-width: 990px) {
    .info-fields-numbers {
        padding: 0.5em;
        min-height: 1em !important;
        margin-left: 3.5em;
        margin-right: -2em;
    }

    .info-fields-dir {
        padding: 0.5em;
        min-height: 1em !important;
        margin-left: 3.5em;
        margin-right: -2em;
    }

    .info-fields-benef {
        padding: 0.5em;
        min-height: 1em !important;
        margin-left: 3.5em;
        margin-right: -2em;
    }

    .info-dir {
        margin-bottom: 0.5em;
    }

    .info-label {
        text-align: left;
    }

    .title h1 {
        font-size: 25px;
    }

    .image-double {
        margin-left: 2em;
        padding-left: 2.5em !important;
    }
}

.article-images.image {
    max-width: 400px;
}

.article-images img {
    margin-bottom: 1em;
}

.article-images {
    margin-left: 3.5em;
}

.title_row {
    margin-left: 3.5em !important;
    margin-right: 0em !important;
    /*height: 5em !important;*/
    margin-bottom: 1em;
    margin-top: 1em;
    background-color: #009932;
    padding-bottom: 1em;
}

.left_arrow {
    text-align: left;
    margin-top: 1em;
}

.left_arrow img {
    max-height: 5em;
    /*opacity: 0.3;*/
}

.right_arrow {
    text-align: right;
    margin-top: 1em;
}

.right_arrow img {
    max-height: 5em;
    /*opacity: 0.3;*/
}

.welcome_image {
    width: 100%;
    height: 100%;
    text-align: center;
}

#welcome {
    height: 90%;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em;
    /*margin-bottom: 3em;*/
}

@media (max-width: 990px) {
    #welcome {
        width: 100%;
        padding-left: 5em;
        height: auto;
    }
}


#eu {
    padding-left: 4.5em;
    margin-top: 2em;
    margin-bottom: 2em;
}

@media(max-width: 990px){
    #eu {
        margin-top: 13em;
    }
}

/*------- Highslide --------*/

.highslide img {
    border: none !important;
}

