* {
    font-family: "Open Sans",Arial,sans-serif;
}

*:focus {
	outline: none!important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.wow {
    visibility: hidden;
}
/*.grecaptcha-badge{
	visibility: collapse !important;
}*/

body {
    display: none;
	background: #FFFFFF !important;
	outline: none!important;
    padding-top: 120px;
}

.CampoObrigatorio {
    border-bottom: 2px solid red;
}
.page-header {
    margin: 10px 0;
    text-align: center;
    font-size: 22px;
}

.container-full-h {
    height: 100%;
}

.bg {
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
}

.bg_full {
    min-height: calc(100vh - 120px);
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    position: relative;
}

.bg_full .container {
    min-height: calc(100vh - 120px);
}

.gravata_div {
    position: absolute;
    bottom: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.gravata_div a, .gravata_div a:link, .gravata_div a:focus, .gravata_div a:visited, .gravata_div a:hover {
    color: white;
}

.linha_lista_noticias a, .linha_lista_noticias a:link, .linha_lista_noticias a:focus, .linha_lista_noticias a:visited, .linha_lista_noticias a:hover {
    text-decoration: none;
    color: black;
}

.gravata_titulo {
    font-family: poppinsbold;
    font-size: 60px;
    color: white;
    margin-bottom: 10px;
}

.gravata_texto {
    font-family: poppinsregular;
    font-size: 20px;
    line-height: 30px;
    color: white;
}

.gravata_botao {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.botao {
    height: 45px;
    padding: 0 12px;
    font-family: poppinsregular;
    font-size: 16px;
    background: #3e3e3e;
    color: white;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@keyframes ani_arrow {
    0%  {  width: 0; }
    10% {  width: 1px; }
    20% {  width: 3px; }
    30% {  width: 6px; }
    50% {  width: 7px; }
    60% {  width: 8px; }
    70% {  width: 9px; }
    80% {  width: 10px; }
    90% {  width: 12px; }
    100% { width: 13px; }

}

.botao:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 10px;
    animation: ani_arrow 0.1s forwards;
    width: 0;
}

.botao:hover:after {
    content: "\f061";
}

.botao_a_down:hover:after {
    content: "\f063";
}

@media only screen and (max-width : 767px) {

    body {
        padding-top: 80px;
    }

    .bg_full {
        min-height: 40vh;
    }

    .bg_full .container {
        min-height: 40vh;
    }

    .gravata_div {
        bottom: 25px;
    }

    .gravata_titulo {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .gravata_texto {

        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .gravata_botao {
        /*display: none;*/
        position: relative;
        width: calc(100% - 30px);
        margin-top: 20px;
        margin-left: 15px;
        height: 30px;
    }

    .xs-pad-10 {
        padding: 10px
    }

    .xs-text-align-center {
        text-align: center;
    }

}

.area {
       position: relative;
}

label {
    margin-bottom: 0px;
}

.container {
    position: relative;
}

.container-geral {
    background: #FFFFFF !important;
    z-index: 0;
    min-height: calc(100vh - 280px);
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background:#999;
}

::-webkit-scrollbar-thumb {
	background: #3e3e3e;
}

/*************************************
Fontes
**************************************/

a {
	text-decoration: none!important;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
}

.col-altura {
    height: 100%;
}

.center_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_linhas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex_start {
    align-items: flex-start;
}

.clear {
	clear: both;
}

.esconde {
	display: none;
}

img {
	max-width: 100%!important;
}

.slick-dots{
    position: absolute;
    bottom: 5px;
    width: 100%;
    margin: 0;
    list-style: none;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 0;
}

.slick-dots li button {
    background: #f7f7f7;
    border: 1px solid #9d9d9d;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    color: transparent;
    float: left;
    margin: 0 1px;
}

.slick-dots li.slick-active button {
    background: #3e3e3e;
    border: 1px solid #094941;
}


.slick-active .overlay_principal {
    display: inline-block !important;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 38px;
    opacity: 0.15;
}

.slick-prev, .slick-next {
    z-index: 1;
    font-size: 45px;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 20px;
}

.slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 3px
}

.slick-dots li button:before {
    content: "";
}

.slick-prev:before, .slick-next:before {
    opacity: 0.15;
    color: #3e3e3e;

}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

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

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

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

.item_carousel_img {
    width: 100%;
}

input[data-case="MAIUSCULA"] {
    text-transform: uppercase;
}

input[data-case="MINUSCULA"] {
    text-transform: lowercase;
}


.box_geral {
    padding: 80px 30px;
    min-height: 500px;
}

.box_geral_reduzido {
    padding: 20px 30px;
    min-height: 0;
}

.box_produtos {
    background: #282624;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.box_produtos_div_texto {
    padding: 25px;
    font-size: 20px;
    font-family: poppinsregular;
}

.box_produtos_titulo {
    font-family: poppinsbold;
    font-size: 22px;
    color: whitesmoke;
    letter-spacing: 1.2px;
}

.box_produtos .t1 {
    color: gray;
}

.box_produtos .t2 {
    color: rgba(224, 153, 0, 0.7);
}

.box_produtos .t3 {
    color: #e09900;
}

.titulo_com_linha {
    font-family: poppinsbold;
    font-size: 36px;
    margin: 15px 0 0 0;
    text-align: center;
    color: black;

}

.sub_titulo_com_linha {
    font-family: poppinsbold;
    font-size: 18px;
    margin: 15px 0 0 0;
    text-align: justify;
}

.linha_divider {
    height: 3px;
    width: 40px;
    display: inline-block;
    margin: 10px 0;
}

.bg_azul {
    background: #31338d;
}

.ft_gray {
    color: gray;
}

.linha_lista_noticias {
  padding: 15px 0;
}

.linha_lista_noticias:nth-child(odd) {
  background: #ebebeb;
}

.box_seguradora {
    min-height: 120px;
}

#seguradoras img {
    max-height: 75px;

}


.box_inicial {
    min-height: 350px;
    text-align: center;
}

.box_inicial a, .box_inicial a:link, .box_inicial a:focus, .box_inicial a:visited, .box_inicial a:hover {
    color: #31338d;
    padding: 10px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #31338d;
    border-radius: 15px;
}

.box_inicial a:hover {
    color: white;
    background: #31338d;
}

.box_inicial .informacao {
    font-size: 30px;
    color:#31338d;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ccc;
    padding: 10px;
    margin: 10px 0;

}

@media only screen and (max-width : 767px) {
    .box_geral {
        padding: 20px 10px;
        min-height: 100px;
    }

    .titulo_com_linha {
        font-size: 28px;
    }

    .sub_titulo_com_linha {
        font-size: 14px;
    }

    .box_inicial {
        min-height: 100px;
        padding: 15px 0;
    }

    .box_inicial .informacao {
        font-size: 18px;
        color:#31338d;
        font-weight: bold;
        text-shadow: 1px 1px 1px #ccc;
        padding: 5px 10px;
        margin: 5px 0;
    }

    .box_inicial a, .box_inicial a:link, .box_inicial a:focus, .box_inicial a:visited, .box_inicial a:hover {
        color: #31338d;
        padding: 5px 10px;
        margin: 5px 0;
        font-size: 18px;
        font-weight: bold;
    }


}


