/* Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');
/*
*      font-family: 'Lora', serif;
*/
/* Padrões */
body {
    background: #fff;
    font-family: 'Lora', serif;
    line-height: 1.5;
    color: #555;
}
a:link, a:visited {
    text-decoration: none;
    outline: none;
    color: #2d487a;
}
a:hover {
    color: #045c72;
}
h1, h2, h3, h4, h5, h6,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    margin: 10px 0 20px;
    color: #2d487a;
    text-transform: uppercase;
    font-weight: 700;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}
.center {
    text-align: center;
}
p {
    margin-top: 20px;
    margin-bottom: 15px;
}
strong, b {
    font-weight: 700;
}
em {
    font-style: italic;
}

input, textarea, select {
    font-family: 'Lora', serif;
    padding: 12px;
    border: 1px solid #ddd;
    color: #555;
    width: 100%;
    max-width: 600px;
    max-height: 100px;
    padding-left: 10px;
    height: 45px;
    line-height: 30px;
    border-radius: 15px;
    outline: none;
    font-size: 14px;
}
input[type="checkbox"], input[type="radio"] {
    width: 13px;
    height: 13px;
}

/* Header */
#header {
    border-bottom: 1px solid #ddd;
}
#masterhead {
    padding-top:10px;
    padding-bottom: 10px;
}
#page {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* Produto */

/* Sidebar */

/* Rodapé */
footer {
    background: #2d487a;
}
footer p {
    color: #fff
}
#copy a:link, #copy a:visited {
    color: #eee
}
.olweb img {
    height: 20px;
    opacity: 0.4;
    transition: 0.5s;
    float: right;
    margin-top: 5px;
}
.olweb:hover img {
    opacity: 0.6;
}
.formulario{
    margin: 80px 0 80px 0;
    background-color: #2d487a;
    padding: 30px;
    border:1px solid #ccc;
    border-radius: 15px;
}
.formulario p{
    width: 100%;
    color: #fff;
}
.formulario h1 {
    color: #fff !important;
}
.formulario label {
    color: #fff;
}
.field{
    width: 100%;
    margin: 15px 0;
}
.field label, 
.field span{
    padding-left: 10px;
    font-size: 1.1em;
    display: block;
    width: 100%;
}
textarea{
    line-height: 20px;
    padding: 10px;
    height: 90px;
    resize: none;
}
#galeria-slide {
    width: 100%;
}
#galeria-slide img {
    padding: 10px;
    border-radius: 25px;
}
#galeria {
    padding: 40px;
    background-color:#eee;
}
#menu-conta li {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: left;
}
#menu-conta li a, #menu-conta li a:link, #menu-conta li a img {
    margin: 0;
    vertical-align: middle;
}
#menu-conta li {
    margin: 3px;
}
#menu-conta ul {
    display: table;
    float: right;
}
#call {
    margin: 0px 0 80px 0;
    background-color: #2d487a ;
    padding: 80px;
}
#call h1, #call a, #call p {
    color:#fff !important;
}
#call .button, input[type='submit'] {
    font-size: 22px !important;
    padding: 15px 15px !important;;
    border-radius: 15px !important;;
    color: #fff;
    vertical-align: middle;
    border: 2px solid #fff;
    background: none;
    font-family: 'Lora', serif;
    display: table !important;
    width: auto !important;
    height: auto;
    cursor: pointer;
}
#call .button:hover, input[type=submit]:hover {
    background: #fff;
    color: #2d487a !important;
    transition: .5s;
}
input[type=submit] {
    margin: auto;
}
.caixa-servicos {
    padding: 60px 40px;
    text-align: center;
    color: #fff;
    transition: .3s;
}
.caixa-servicos h2 {
    color:#fff !important;
}
#caixa-auto {
    background-color: #3db5d8;
}
#caixa-residencia {
    background-color: #f2c12e;
}
#caixa-vida {
    background-color: #fd5b4e;
}
#caixa-condominio {
    background-color: #f57a27;
}
#caixa-empresas {
    background-color: #bd7adb;
}
#caixa-saude {
    background-color: #16c3b1;
}
.caixa-servicos:hover {
    position:relative;
    top:0;
    padding: 15px 40px;
    transition: .3s;
    cursor: pointer;
}
.quem-somos{
    margin: 80px 0 80px 0;
}   
.institucional{
    margin: 80px 0 80px 0;
}
#empresarial{
    margin: 80px 0 80px 0;
}
header {
    padding: 20px;
    border: 0;
    border-top: 5px solid #eb3437;
}
header::after{
    box-sizing: border-box;
    background: linear-gradient(90deg,#eb3437,#eb3437,#eb3437);
}
#banner .container-fluid {
    padding: 0;
}
#banner img{
    width: 100%;
}
#sobre {
    background-color: #eee;
    margin-top: 80px;
}
.img-quem-somos img, .img-institucional img {
    width: 95%;
    max-width: 300px;
}
.mensagem-sucesso {
    background-color: green;
    color: #fff;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: -60px;
    border-radius: 15px;
}
.mensagem-erro {
    background-color: red;
    color: #fff;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: -60px;
    border-radius: 15px;
}
#slide-mobile {
    display: none;
}
#whatsapp-rodape{
    width: 80px;
    height: 80px;
    background-color: green;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1;
    text-align: center;
    padding: 4px 0;
}
#whatsapp-rodape a:link, #whatsapp-rodape a .fab {
    color: #fff !important;
    font-size: 50px;
}
@media screen and (max-width: 575px) {
    .logo, .img-quem-somos, .img-institucional, footer, .olweb {
        text-align: center;
    }
    #menu-conta ul {
        float: none;
        margin: 30px auto;
    }
    .formulario, #sobre {
        margin-top: 0;
    }
    #call {
        margin-bottom: 0;
    }
    .img-quem-somos, .img-institucional {
        margin-bottom: 30px;
        margin-top: -30px;
    }
    .olweb img {
        float: none;
        margin-bottom: 10px;
    }
    #slide-mobile {
        display: block;
    }
    #slide {
        display: none;
    }
}