@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

* {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

html, body {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    position: relative;
    min-width: 768px;
    min-height: 1024px;
}

menu {
    height: 200px;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 50px;
    left: 0;
    background-color: transparent;
}

.menu-style {
    position: absolute;
    height: 100%;
    top: 0;
}

#leftStyle {
    left: 0;
    width: 750px;
    background-image: url('../images/leftback.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 412px;
    top: -96px;
}


#rigthStyle {
    right: 0;
    width: 564px;
    background-image: url('../images/rigthback.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 412px;
    top: -115px;
}


#menuIcons {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 115px;
    background-color: white;
    z-index: 2000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#mainLogo {
    height: 77px;
    min-width: 236px;
    width: 385px;
    margin-left: 56px;
}

#mainLogo > img {
    height: 100%;
    width: 100%;
}

#menu {
    height: 100%;
    width: 100%;
}

#menu > ul {
    height: 100%;
    width: 100%; 
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#menu > ul > li {
    color: rgb(0, 90, 125);
    height: 100%;
    width: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

#menu > ul > li:hover {
    background-color: rgb(0, 90, 125);
    color: white;
}

#menu > ul > li.selected {
    background-color: rgb(0, 90, 125);
    color: white;
}

.container-sections {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 80px;
}

.container-sections .title {
    font-size: 50px;
    margin-bottom: 20px;
}

.container-sections .text {
    font-size: 21px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.container-sections .text > b {
    font-size: 20px;
}

#container0 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 5px;
    width: 100%;
    background-color: rgb(93, 94, 96);
}

#container0 > .text {
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-style: italic;
}

#welcome {
    position: relative;
    height: 650px;
    width: 100%;
    background-image: url('../images/background.jpg');
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#welcomeBox {
    color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 277px;
    width: 638px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-end;
    padding-right: 113px;
}

#welcomeBox > #textWelcome1 {
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 20px;
}


#welcomeBox > #textWelcome2 {
    font-size: 40px;
    font-weight: 100;
    text-align: right;
}

#container1 {
    width: 100%;
    background-color: rgb(0, 90, 125);
    color: white;
}

#txtContainer1  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#txtContainer1 > .text {
    width: 652px;
    text-align: left !important;
}

#txtContainer2  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

#txtContainer2 > .text {
    width: 652px;
    text-align: right !important;
}

#img01 {
    height: 300px;
    width: 300px;
}

#img02 {
    height: 450px;
    width: 283px;
}

#imgSection01 {
    display: none !important;
    margin-top: 40px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#imgSection {
    margin-top: 40px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


#imgSection01 > li > img {
    height: 300px;
    width: 300px;
}


#imgSection > li > img {
    height: 300px;
    width: 300px;
}

#container2 {
    width: 100%;
    color: rgb(0, 90, 125);
    padding-bottom: 27px !important;
}

#container3 {
    width: 100%;
    color: rgb(0, 90, 125);
    padding-bottom: 15px !important;
}

#container3 > .title {
    color: rgb(84, 85, 87);
}

#container3 > section {
    background-color: rgb(236, 236, 236);
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

#container4 {
    width: 100%;
    color: rgb(0, 90, 125);
}

#container4 > .title {
    color: rgb(84, 85, 87);
}

footer {
    height: 650px;
    width: 100%;
    background-color: rgb(0, 90, 125);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

#containerContato1 { 
    height: 100%;
    width: 50%;
    padding-left: 106px;
}

#containerContato1 > #title {
    font-size: 54px;
    margin-bottom: 10px;
}

#containerContato1 > #subTitle {
    font-size: 16px;
    margin-bottom: 30px;
}

#location {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#hours {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#fone {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#mail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contactBox {
    margin-bottom: 60px;
}

.contactBox:last-child{
    margin-bottom: 0px !important;
}

.icon {
    height: 50px;
    width: 50px;
    margin-right: 8px;
}

.icon > img {
    height: 100%;
    width: 100%;
}

.contactTitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.contactText {
    font-size: 19px;
    margin-left: 15px;
}


#containerContato2 {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#containerContato2 > h3 {
    font-size: 12px;
    text-align: center;
}

#containerContato2 > form {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 20px;
}

.textField {
    height: 44px;
    width: 118%;
    background-color: white;
    border: solid 1px white;
    border-radius: 7px;
    color: rgb(170, 167, 167);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.textField > label {
    width: 103px;
    margin-right: 5px;
}

.textField > .textContact {
    width: 98%;
    height: 100%;
}

#textContactFone {
    width: 39%;
}

#textContactCelular {
    width: 36%;
}

#containerMensagemContact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 200px;
}

#containerMensagemContact > label {
    width: 111px;
}

#textMensagemContact {
    height: 100%;
    width: 100%;
}

#containerContato2 > form > button {
    height: 40px;
    width: 203px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    font-size: 20px;
    color: rgb(0, 90, 125);
    cursor: pointer;
}

#containerContato2 > form > button:hover {
    background-color: rgb(7, 127, 175);
    color: white;
    border: solid 1px white;
}

#responseEmail {
    font-size: 20px !important;
}

@media (max-width: 1184px) {
    #containerContato1 { 
        padding-left: 0px;
    }

    #container0 > .text { 
        font-size: 28px;
    }

    #containerContato2 {
        width: 38%;
    }

    #menu > ul > li {
        font-size: 15px;
        width: 132px;
        font-style: italic;
    }

    #welcomeBox { 
        padding-right: 32px;
    }

    #containerContato1 > #title { 
        font-size: 45px;
    }

    #containerContato1 > #subTitle { 
        font-size: 22px;
    }

    .contactTitle {
        font-size: 20px;
    }

    .contactText {
        font-size: 18px; 
    }

    .icon {
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 973px) { 
    footer { 
        flex-direction: column;
        height: 1103px;
    }

    #containerContato2 { 
        width: 100%;
    }

    #txtContainer1 {
        flex-direction: column;
    }

    #txtContainer2 {
        flex-direction: column;
    }

    #img01 {
        margin-top: 29px;
    }

    #img02 {
        display: none;
    }

    #imgSection01 {
        display: block !important;
    }

    #imgSection01 > li { 
        margin-top: 5px;
    }

    #imgSection {
       flex-direction: column; 
    }

    #imgSection > li { 
        margin-top: 5px;
    }

    #txtContainer1 > .text  {
        width: 100%;
        text-align: center !important;
    }

    #txtContainer2 > .text  {
        width: 100%;
        text-align: center !important;
    }

    .textField { 
        width: 100%;
    }
}

@media (max-width: 768px) { 
    #container0 > .text { 
        font-size: 28px;
    }

    #container3 > .title {
        font-size: 45px;
    }

    #container4 > .title {
        font-size: 39px;
    }
}