/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}

h1 {
    font-size: 1.8rem;
    color: #609E44;
    text-align: center;
    font-family: "Oswald", Verdana, sans-serif;
}

h2 {
    font-size: 1.5rem;
    font-family: 'Crete Round', serif;
}

ul {
    list-style-type: none;
}

.verde {
    color: #609E44;
}

.menu {
    height: 100vh;
    font-family: "Oswald", Verdana, sans-serif;
    background-color: #609E44;
    width: 100vw;
    color: #fff;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
}

#menu {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu ul {
    height: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 3;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-top: 80px;
}

a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: #444;
}

.closebtn {
    font-size: 5rem;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 5%;
}

header {
    background-color: #fff;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 15px 3px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    -webkit-box-shadow: #555 0px -2px 8px;
    box-shadow: #555 0px -2px 8px;
}

header a {
    color: #609E44;
}

.logo-header {
    height: 100%;
}

.logo-header img {
    height: 100%;
}

.menu-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Oswald", Verdana, sans-serif;
    color: #609E44;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 38%;
    height: 40px;
    line-height: 38px;
}

.wa-icon img {
    height: 40px;
}

.tel {
    display: none;
}

.menu-icon {
    border: 1px #609E44 solid;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-icon:hover {
    background-color: #609E44;
    color: #ffffff;
}

.hero {
    background-color: #609E44;
    /* background-attachment: scroll; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 31vh;
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 30px;
}

.carousel-cell {
    width: 100%;
    /* height: 450px; */
}

.carousel-cell img {
    width: 100%;
}

.descricao-hero {
    position: absolute;
    font-family: 'Crete Round', serif;
    bottom: 10%;
    left: 5%;
    color: #FFFFFF;
    text-shadow: rgba(34, 25, 25, 1) 3px 4px 4px;
    font-size: 2rem;
}

.servicos {
    margin: 30px auto;
    width: 90vw;
    /* height: 50vh; */
    /* border: 1px dotted black; */
}

.grupo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.tipo-seguro {
    -webkit-box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 10px 0;
    /* height: 165px; */
}

.tipo-seguro h2 {
    text-align: center;
    color: #444;
    padding: 10px 0;
}

.imagem-tipo {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.imagem-tipo img {
    width: 100%;
}

.descricao-tipo {
    padding: 15px;
    font-size: 18px;
    line-height: 1.4;
}

.saiba-mais {
    width: 125px;
    margin: 5px auto 15px;
    padding: 10px;
    background-color: #609E44;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.seguradoras {
    width: 95vw;
    margin: 30px auto;
}

.cias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icone-cia {
    max-width: 65px;
    margin: 12px;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.icone-cia img {
    width: 100%;
}


/* Páginas dos tipos de seguros*/

.seguro {
    margin: 100px auto 40px;
    width: 90vw;
}

.link-texto {
    color: #609E44;
    text-decoration: none;
}

.link-texto:hover {
    text-decoration: underline;
    color: #609E44;
    font-weight: bolder;
}

.seguro p {
    margin: 20px 0;
}


/* .seguro h1,
.contato h1 {
    font-size: 2.5rem;
} */

.seguro h2 {
    margin-top: 25px;
}

.seguro li {
    /* line-height: 60px; */
    margin: 20px 0;
    font-weight: bold;
}

.foto-seguro {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.icone-cobertura {
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.botao-cotacao {
    display: block;
    border: #609E44 2px solid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px;
    border-radius: 5px;
    background-color: #609E44;
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}

.botao-cotacao:hover {
    background-color: #fff;
    color: #609E44;
}

.coberturas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 20px;
}

.plano {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    /* border: 1px dotted gray; */
}

.plano h2 {
    text-align: center;
}

footer {
    background-color: #609E44;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 1rem;
    line-height: 1.9;
}

footer>div {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    margin: 10px 20px;
    text-align: center;
}

footer h2 {
    letter-spacing: 1.5px;
}


/* Estilo da pagina de contato */

.contato {
    width: 90vw;
    margin: 100px auto 0;
}

.contact__form {
    width: 95%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

label {
    font-weight: bold;
}

input,
select {
    height: 50px;
    padding-left: 5px;
}

input,
textarea,
select {
    margin-bottom: 10px;
    padding-left: 5px;
    border: 2px solid #609E44;
    border-radius: 15px;
}

textarea {
    resize: none;
}

button {
    width: 50%;
    height: 50px;
}

#envio {
    visibility: hidden;
    font-size: 0.9rem;
    color: #a52a2a;
    margin-top: 5px;
}

.obrigatorio {
    font-size: 1rem;
    font-style: italic;
}

.desenvolvido {
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    background-color: #609E44
}

.desenvolvido a,
.desenvolvido a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}


/*Visualização para iPad retrato e grandes celulares*/

@media all and (min-width: 768px) {
    body {
        font-size: 20px;
    }
    h1 {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 1.55rem;
    }
    .menu-tel {
        width: 10%;
    }

    .wa-icon {
        display: none;
    }

    .hero {
        height: 40vh;
        margin: 80px auto 0px;
    }
    .descricao-hero {
        bottom: 14%;
        left: 5%;
        font-size: 3.1rem;
    }
    .servicos {
        margin: 40px auto;
    }
    .tipo-seguro {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
    .seguradoras {
        width: 80vw;
        margin: 50px auto;
    }
    .icone-cia {
        max-width: 95px;
        margin: 15px;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    }
    footer {
        font-size: 0.9rem;
        line-height: 1.7;
    }
    .icone-cobertura {
        width: 60px;
    }
    .seguro ul {
        margin-left: 40px;
        margin-top: 15px;
    }
    .foto-seguro {
        width: 30%;
    }
    footer>div {
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
        margin-left: 0;
        text-align: left;
    }
    footer>div:nth-child(2) {
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    }
    footer>div:nth-child(3) {
        -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    }
    .contato {
        width: 70vw;
    }
    .contact__form {
        width: 80%;
    }
}


/*Visualização para iPad paisagem e desktops não wide*/

@media all and (min-width: 1024px) {
    .menu-tel {
        width: 42%;
    }
    .hero {
        height: 72vh;
        /* margin: 80px auto 50px; */
    }
    .descricao-hero {
        bottom: 12%;
        /* left: 5%; */
        font-size: 4rem;
    }
    .seguro {
        width: 80%;
        margin: 100px auto 40px;
    }
    .tipo-seguro {
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    }
    .coberturas {
        width: 75%;
    }
    .plano {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .tel {
        display: initial;
    }
    footer {
        font-size: 1.1rem;
    }
    footer>div {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
        margin-left: 15px;
        text-align: left;
    }
    footer>div:nth-child(2) {
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    }
    footer>div:nth-child(3) {
        -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    }
    .contato {
        width: 70vw;
    }
    .contact__form {
        width: 80%;
    }
}


/* Visualização para Widescreens */

@media all and (min-width: 1280px) {
    .menu-tel {
        width: 35%;
    }
    .hero {
        height: 80vh;
    }
    .descricao-hero {
        bottom: 40%;
        /* left: 5%; */
        /* font-size: 4rem; */
    }
    .tipo-seguro {
        -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    }
    footer>div {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        margin-left: 0;
        text-align: left;
    }
    footer>div:nth-child(2) {
        -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    }
    footer>div:nth-child(3) {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    }
}