.f14 {
    font-size: 1.75vw;
}
.f17 {
    font-size: 2.125vw;
}
.f19 {
    font-size: 2.375vw;
}
.f21 {
    font-size: 2.625vw;
}
.f23 {
    font-size: 2.875vw;
}
.f24 {
    font-size: 3vw;
}
.f27 {
    font-size: 3.375vw;
}
.f32 {
    font-size: 4vw;
}
.f35 {
    font-size: 4.375vw;
}
.f45 {
    font-size: 5.625vw;
}
.f50 {
    font-size: 6.25vw;
}

@media (min-width: 800px) {
    .f24 {
        font-size: 24px;
    }
    .f23 {
        font-size: 21px;
    }
    .f17 {
        font-size: 17px;
    }
    .f19 {
        font-size: 19px;
    }
    .f32 {
        font-size: 32px;
    }
    .f21 {
        font-size: 21px;
    }
    .f14 {
        font-size: 14px;
    }
    .f50 {
        font-size: 50px;
    }
    .f35 {
        font-size: 35px;
    }
    .f45 {
        font-size: 45px;
    }
    .f27 {
        font-size: 27px;
    }
}


.container-info {
    max-width: 770px;
    margin-left: 40px;
    float: left;
    width: 100vw;
}

.info img {
    margin: 0 25px 0 30px;
    width: 10vw;
    max-width: 104px;
}

@media (max-width: 800px) {
    .info img {
        margin-left: 0;
    }

    .container-info {
        margin-left: 0;
    }
}

._container{
    width : 100%;
    margin: 0;
    padding: 0;
}


.carousel-indicators li {
    max-width: 20px !important;
    max-height: 20px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    margin: 15px 10px !important;
    height: 2vw !important;
    width: 2vw !important;
}
.carousel-indicators .active{
    background-color: #f7553e;
    opacity: 1 !important;
}


#carouselExampleIndicators{
    width: 100%;
    min-width: 500px;
    margin: 0 calc(50% - 250px);
}
    
@media (min-width: 500px) {
    #carouselExampleIndicators{
        margin: 0;
    }
}


ol {
    margin: 0px !important;
}


body{
    margin: 0;
    padding: 0;
}

.logos{
    max-height: 158px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #faf7df;
    height: 21vw;
}

#logo-nordex {
    background: white;
    height: 100%;
    transform: skew(-20deg) translateX(-30px);
    padding: 0 5vw;
    display: flex;
    align-items: center;
    width: 55%;
    justify-content: flex-end;
    max-width: 760px;

}

#logo-nordex img {
    transform: skew(20deg);
    max-width: 379px;
    width: 35vw;
}

#hillgarden {
    width: 45%;
    display: flex;
    justify-content: center;
    transform: translateX(-15px);
}

#hillgarden img {
    max-width: 263px;
    width: 35vw;
    height: 17.3vw;
    max-height: 130px;
}

.divider {
    border-left:2px solid white;
    margin: 0 3.875vw;
    height: 50%;
}

@media (min-width: 800px) {
    .divider {
        margin: 0 31px;
    }
}

@font-face {
    font-family: "lato";
    src: url("../fonte/lato-medium.ttf");
}
@font-face {
    font-family: "montserrat";
    src: url("../fonte/Montserrat-Bold.ttf");
}

.menu {
    /*margin-left: -40px;*/
    font-family: "lato";
    display: flex;
    max-height: 80px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 23.68px;
    background-color: #8caa33;
    height: 10vw;
}

.container-preview {
    max-width: 530px;
    align-items: flex-start;
    position: relative;
    padding: 0;
    float: left;
    min-width: 200px;
    width: 80vw;
}

.container-imagens{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info {
    font-family: montserrat;
    color: #8caa33;
    margin: 1.614vw/*31px*/ 0;
}

@media (max-width: 1350px) {
    .container-imagens{
        margin-top: 20px;
    }
}

@media (max-width: 800px) {
    .info {
        margin: 3vw 17vw;
    }
}


.info>div:first-child {
    display: flex;
    justify-content: flex-end;
}

a {
    color: white !important;
    text-decoration: none !important;
}

.label-galeria{
    font-family: lato;
    font-size: 22px;
    border-top: solid 1px;
    width: 565px;
    margin-left: 22px;
    padding: 13px 0;
}

.local-info{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25vw;
    max-width: 200px;
    min-width: 100px;
    margin: 0 1.6vw
}

.local-info>div {
    display: flex;
    font-family: lato;
    font-size: 2.75vw;
    color: white;
    margin: 2vw 0;
}

@media (min-width: 800px){
    .local-info{
        margin: 0;
    }
    .local-info>div {
        font-size: 22px;
        margin: 21px 0;
    }
}

.local-info>img {
    width: 16vw;
    max-width: 108px;
}


.local-txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: montserrat;
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
}

@media (min-width: 1175px){
    .local-txt div {
        width: 320px;
    }
}

.dist-container{
    background: #f6eadd;
    font-family: montserrat;
    color: #79b143;
    font-size: 22px;
    display: flex;
    justify-content: center;
}

.dist-titulo{
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.dist-info{
    font-size: 25px;
}

.dist-info .name {
    border-right: solid 2px #8ab958; padding-right: 11px;margin-right: 11px;
}

.dist {
    padding: 0 5px 30px;
    margin: 0 auto;
    width: 80vw;
    max-width: 540px;
}

@media (max-width: 800px) {
    .dist-titulo {
        font-size: 4.25vw;
    }
    .dist-info{
        font-size: 3.125vw;
    }
}


input, textarea {
    margin: 5px 0;
}
@media (max-width: 800px) {
    form > input {
        width: 100% !important;
    }

    form > div {
        width: 100% !important;
    }
}

.cadastro-container{
    font-family: lato;
    color: white;
    background: #91cb5a;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cadastro-titulo{
    margin: 68px 0 15px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.cadastro-subtitulo{
    margin-bottom: 10px;
}

input, textarea{
    background: #5b9524;
    border: solid 1px #4b8514;
    color: white;
    padding: 10px;
    border-radius: 6px;
    outline: none;
}
button {
    height: 50px;
    width: 160px;
    color: white;
    background: #8caa33;
    border-radius: 6px;
    outline: none;
    border: solid 1px #0000001c;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}

label {
    margin-top: 0;
    vertical-align: middle;
}

textarea {
    resize: none;
    width: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}



input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-top: 0;
    vertical-align: middle;
}

.contato {
    display: flex;
    justify-content: space-evenly;
    width: 45%;
}

@media (max-width: 1000px) {
    .contato {
        width: 100%;
        flex-direction: column;
    }
}

.container-enviar{
    display: flex;
    justify-content: space-between;
    padding: 7px 10px 0;
    font-size: 18px;
    align-items: center;
    width: 100%;
}

@media (max-width: 1000px) {
    .container-enviar{
        flex-wrap: wrap;
    }
    .container-enviar > div{
        width: 100% !important;
    }
}

.fale-conosco{
    font-size: 22px;
    font-family: lato;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 30px;
    border-right: solid 2px white;
    margin-right: 15px;
    line-height: 1.2;
}
@media (max-width: 800px) {
    .fale-conosco{
        font-size: 2.75vw;
        padding: 2.5vw 3.75vw;
    }
}


.endereco {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #91cb5a;
    padding: 70px;
    color: white;
    font-family: lato;
    line-height: 1.25;
}

@media (max-width: 800px) {
    .endereco {
        padding: 8.75vw;
    }
}

#nordex {
    display: flex;
    background: #b48b1c;
    color: white;
    padding: 50px;
    font-family: lato;
    justify-content: center;
}

@media (max-width: 800px) {
    #nordex {
      flex-wrap: wrap !important;  
      padding: 6.25vw; 
      justify-content: flex-start;
    }
}

.historia {
    max-width: 488px;
    border-right: solid 2px;
    padding: 0px 30px;
    margin-right: 50px;
}

@media (max-width: 800px) {
    .historia {
        border: none;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
    }
}

.sobre-nordex{
    font-size: 80px;font-weight: bold;margin: 0;padding: 0;line-height: 1;
}

@media (max-width: 800px) {
    .sobre-nordex{
        font-size: 10vw;
    }
}

.lightgallery img {
    border:solid 2px #76a32e;
    border-radius: 7px;
    /*margin: 0 8px;
    width: 100%;
    max-width: 225px;
    min-width: 150px;*/
    width: 201px;
}

.lightgallery>div {
    /*width: 30%;*/
    margin: 0 1.66%;    
}

#deskgallery {
    display: flex;
}
#mobilegallery {
    display: none;
    overflow-x: scroll;
    width: 100vw;
    margin: 0;
    padding: 0;
}

#mobilegallery img {
    margin: 0 8px;
}

@media (max-width: 800px) {
    #deskgallery {
        display: none;
    }
    #mobilegallery {
        display: flex;
    }
}

.invalid-feedback {
    margin-top: 0 !important;
}
