/*
Theme Name: Infovida
Author: Nascer Webdesign | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para a Infovida.
Version: 1.0
*/
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a{
	outline:none;
}
.clear{
	clear:both;
}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html {		
	height:100%;
	background: #111c2a;
}
body {
	min-height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;	
	color: #FFF;
	overflow-x: hidden;	
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;	
    font-weight: 700;
	line-height: 1.25em;    
}
h2{
    font-size: 36px;	
    font-weight: 600;
    text-align: center;
	margin-bottom: 60px;
}
h3{
    font-size: 20px;
}
a{
	color: #4d4d4d;
	text-decoration:none;
	transition: all 200ms ease-in-out;	
	}
strong{
	font-weight: 600;
	}
em{
	font-style:italic;
}
p{	
    line-height: 1.4em;	
	margin-bottom: 1em;
}
p:last-child{
	margin: 0;
}
.clearfix{
	clear:both;
}
.clearbox::after{
    content: "";
    display: table;
    clear: both;
}
img{
	display: block;
	height: auto;
}
select{
	cursor: pointer;
}
.site{
    background-color: #111c2a;
	width: 100%;
	height: auto;	
    padding-top: 90px;
	z-index: 2;
	position: relative;
}
section{
	width: 100%;
	height: auto;
	position: relative;
}
.inner {
	width: 1200px;
	height: auto;
    padding: 60px 0;
    position: relative;
	margin: 0 auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */	
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
}
.btn-padrao {
	background: #004587;
	border-radius: 10px;
    width: max-content;
    min-width: 200px;
	height: 44px;
    padding: 0 20px;
	color: #FFF;
    font-family: 'Montserrat', sans-serif; 
	font-size: 20px;
	font-weight: 600;
	line-height: 44px;
	text-transform: uppercase;
    text-align: center;
	display: block;   
    margin: 0 auto;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.3);
}
.btn-padrao.branco{
    background-color: #FFF;
    color: #004587;
}
.btn-padrao:hover{
	background: #EBAB00;
}
#ps2id-dummy-offset{
    height: 90px;
}
/*-------------------------------------------------------
EMENDA OWL
-------------------------------------------------------*/
.owl-nav{
    width: 100%;
    height: 55px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.owl-prev,
.owl-next{
    background: none !important;
    border: none !important;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    pointer-events: all;
    transition: all 200ms ease-in-out;
}
.owl-prev{
    left: -80px;
}
.owl-next{
    right: -80px;
}
.owl-prev::after,
.owl-next::after {
	content: "";
	border: 1px solid #004587;
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
    top: 8px;
	transform: rotate(45deg);
	transition: all 200ms ease-in-out;	
}
.owl-prev::after {	
	border-top: none;
	border-right: none;
    left: 8px;
}
.owl-next::after{   
    border-bottom: none;
	border-left: none;
    right: 8px;
}
.owl-prev span,
.owl-next span{
    display: none;
}
.owl-prev:hover::after,
.owl-next:hover::after{
    border-color: #FFF;
}
.owl-dots {
    width: max-content;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
    z-index: 2;
}
.owl-dot{
    background-color: #FFF !important;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;      
    margin: 0 8px;
    transition: all 200ms ease-in-out;
}
.owl-dot.active{
    background-color: #c4a575 !important;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header{
	background-color: #FFF;
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 4;	
}
header .header-inner {
	width: 1170px;
	height: 90px;
	padding: 20px 0;
	margin: 0 auto;
}
.logo{
    width: auto;  
    height: 50px;
    float: left;
}
.btn-menu, .btn-fecha-menu{	
	display: none;
}
/*MENU*/
nav.menu-header{
    float: right;
    margin-top: 10px;
}
nav.menu-header ul::after{
    content: "";
    display: table;
    clear: both;
}
nav.menu-header ul li {
    position: relative;
	margin: 0 15px;
	float: left;
}
nav.menu-header ul li.menu-item-has-children{
    padding-right: 15px;
}
nav.menu-header ul li.menu-item-has-children::after{
    content: "\f107";  
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);    
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    color: #111c2a;
    font-size: 0.75em;
    line-height: 1;
    transition: all 200ms ease-in-out;
}
nav.menu-header ul li.menu-item-has-children:hover::after{
    color: #c4a575;
    transform: rotate(180deg);
}
nav.menu-header ul li ul{
    background-color: #FFF;
    width: max-content;
    min-width: 100%;
    padding: 5px 10px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-in-out;
}
nav.menu-header ul li:hover ul{
    visibility: visible;
    opacity: 1;
}
nav.menu-header ul li ul li{
    margin: 0;
    float: none;
}
nav.menu-header ul li a{	
    height: 28px;	
    color: #111c2a;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 12px;
    line-height: 28px;	
    text-transform: uppercase;
	display: block;	
}
nav.menu-header ul li:hover a,
nav.menu-header ul li a:hover{	
    color: #c4a575;
}
nav.menu-header ul li ul li a:hover{
    color: #111c2a;
}
/* LOGIN */
.btn-login{
    background-color: #c4a575;
    border: 2px solid #c4a575;
    border-radius: 20px;
    width: max-content;
    height: 30px;
    padding: 2px 15px;
    color: #FFF;
    float: right;
    margin-top: 10px;
    margin-left: 40px;
}
.btn-login i{
    font-size: 16px;
    margin-right: 10px;
}
.btn-login span{
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
.btn-login:hover {
	background-color: rgba(17,28,42,0.5);
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{	
    background-color: #111c2a;
	width: 100%;		
	position: relative;			
}
footer .inner {
    border-top: 1px solid rgba(143,164,179,.3);
	padding: 40px 90px 40px 0;
}
.logo-footer{
    width: 200px;
    margin: 0 100px 0 0;
    float: left;
}
.contato-footer {
	float: left;
	padding-top: 15px;
}
.contato{
    float: left;
    margin: 0 50px 0 0;
}
.contato a{
    width: max-content;
    display: block;
    color: #FFF;
    font-size: 16px;   
}
.contato i{
    margin-right: 10px;
}
.contato span{
    line-height: 1em;
}
.social{  
    font-size: 0;
    float: left;
    margin: 8px 0 0;
}
.social a {	
	width: max-content;
	height: 28px;
	display: inline-block;
	vertical-align: top;
    position: relative;
    color: #FFF;
    font-size: 28px;			
	margin: 0 20px 0 0;
}
.social a:last-child{
    margin: 0;
}
.contato-footer a:hover,
.social a:hover{
   color: #c4a575;
}
/*-------------------------------------------------------
INÍCIO
-------------------------------------------------------*/
.banner{
    background-color: #111c2a;  
    width: 100vw;
    height: auto;
    padding-bottom: 50px;
    z-index: 2;
}
.logo-banner {
	width: 428px;
	height: auto;	
	position: relative;
	top: 96px;
    margin: 0 auto;
}
.slider{
    width: 1200px;
    margin: 0 auto;
}
.slide-item{    
    position: relative;    
}
.slide-item::after{
    content: "";
    background: linear-gradient(180deg, rgba(17,28,42,0) 0%, rgba(17,28,42,1) 100%);
    width: 100%;
    height: 150px;   
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.slide-item-img{
    border-radius: 15px;
    position: relative;
    z-index: 0;
}
.btn-slide{
    background-color: #c4a575;
    border: 2px solid #c4a575;
    border-radius: 22px;
    width: 300px;
    height: auto;
    padding: 9px 20px;
    display: block;
    position: absolute;
    right: 50px;
    bottom: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}
.btn-slide:hover{
    background-color: rgba(17,28,42,0.5);
}
/* CARDS */
.cards{
    padding-top: 60px;
}
.cards .inner{
    background: linear-gradient(180deg,#02051c 40%,#c4a575 100%);
    border-radius: 15px;
    padding: 60px 50px;
}
.cards h2{    
    font-size: 22px;
    text-align: center;   
    margin: 0 0 30px 5px;
}
.btn-produtos{
    width: max-content;
    height: 40px;
    padding: 0 20px 0 60px;
    display: block;
    position: relative;
    float: right;
    margin: 0 5px 0 0;
}
.btn-produtos span{
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.btn-produtos div{
    border: 2px solid #c4a575;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute; 
    top: 0;   
    left: 0;
    transition: all 200ms ease-in-out;
}
.btn-produtos div::before{
    content: "";
    background-color: #FFF;
    border-radius: 3px;
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    top: 17px;
    left: 12px;
    transition: all 200ms ease-in-out;
}
.btn-produtos div::after {
	content: "\f105";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	width: 13px;
	height: 20px;
	display: block;
	position: absolute;
	top: 8px;
	left: 13px;
	color: #FFF;
	font-size: 20px;
	line-height: 1;
	transition: all 200ms ease-in-out;
}
.btn-produtos:hover div{
    width: 100%;
}
.btn-produtos:hover div::before{
    width: 18px;
}
.btn-produtos:hover div::after{
    left: 22px;
}
.lista-cards {
	clear: both;
}
.card-item{   
    width: 265px;  
    border-radius: 5px;
    position: relative;
    top: 0;
    float: left;
    margin: 0 5px;  
    overflow: hidden; 
    box-shadow: 1px 4px 5px 4px rgba(30,30,30,0.3);
    transition: all 200ms ease-in-out;
}
.card-item:hover{
    top: -15px;
    box-shadow: 1px 7px 7px 6px rgba(30,30,30,0.6);
}
.card-item img{
    width: 100%;  
    position: relative;
    z-index: 0;
}
.card-item-info{
    background: linear-gradient(180deg, rgba(17,28,42,0) 0%, rgba(17,28,42,1) 75%);
    width: 100%;
    padding: 40px 20px 20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.card-item-info h3 {
    width: 100%;
	padding-right: 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;	
}
.card-item-info .btn-plus {
	top: unset;
	bottom: 20px;
}
.btn-card {
	background-color: #c4a575;
	border: 2px solid #c4a575;
	border-radius: 22px;
	width: max-content;
	height: auto;
	padding: 5px 20px;	
    display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.btn-card:hover {
	background-color: rgba(17,28,42,0.5);
}
/* POPUP */
.popup{    
    background: #c4a575 !important;
    border-radius: 15px;
    width: 480px;
    height: 480px;    
    padding: 20px !important;
    display: none;
}
.btn-fechar {
	background-color: #111c2a;
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
    padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;	
	z-index: 2;
    transition: all 200ms ease-in;
}
.btn-fechar::before,
.btn-fechar::after {
	content: "";
	background-color: #c4a575;	
	width: 19px;
	height: 2px;
	position: absolute;
	top: 14px;
	left: 5px;
	transform: rotate(45deg);
	transition: all 200ms ease-in;
}
.btn-fechar::after{
    transform: rotate(-45deg);
}
.btn-fechar:hover{
    background-color: #FFF;
}
.popup h3{
    height: 30px;
    padding-right: 70px;
    color: #111c2a;
    font-size: 24px;
    text-transform: uppercase;    
}
.popup p.cargo{
    color: #111c2a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.popup-txt{
    width: 100%;
    height: 410px;
    padding: 20px 0 0 0;    
}
.popup p.cargo + .popup-txt{ 
    height: 385px;    
}
.popup-txt-inner{
    width: 100%;
    height: 100%;
    padding-right: 20px;
    color: #111c2a;
    overflow-y: auto;
}
.fancybox-infobar,
.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right{
    display: none !important;
}
/* SERVIDOR */
.servidor .inner{
    padding: 60px 158px;
    font-size: 0;
    text-align: center;
}
.servidor-conteudo{
    border: 2px solid #c4a575;
	border-radius: 15px;	
	padding: 40px;
}
.servidor-conteudo h2{
    margin-bottom: 40px;
}
.servidor-txt{
    width: 360px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin: 0 40px 0 0;
}
.servidor-txt p{
    color: #FFF;
    font-size: 18px;    
    text-align: left;
}
.servidor-txt a{
    color: #c4a575;
}
.servidor-txt a:hover{
    text-decoration: underline;
}
.servidor-txt .btn-produtos{
    float: none;
    text-align: left;
    margin-bottom: 1rem;
}
.servidor-img {
	border-radius: 15px;
	width: 400px;
	display: inline-block;
	vertical-align: middle;	
}
/* PRODUTOS */
.produtos .inner{
    padding: 0 120px 80px;
}
.chamada-produtos {
	border: 2px solid #c4a575;
	border-radius: 15px;	   
	text-align: center;
	padding: 40px;
	margin: 0 auto;
}
.produtos h2{
    margin-bottom: 0;
}
.produto h2{
    margin-bottom: 0;
}
.produto-item{
    border-top: 1px solid #c4a575;
    padding-top: 60px;
    margin-top: 60px;
}
.produto-item:first-child{
    border-top: none;    
    margin-top: 0;
}
.produto-item-img{
    border-radius: 15px;
    width: 320px;
    float: left;    
}
.produto-item-info{
    width: 640px;
    padding: 20px 0 0 30px;
    float: left;
}
.produto-item-info h3{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.produto-item-info ul,
.produto-item-info ol,
.adesao ul,
.instrucoes ol,
.afiliados ol{
	padding: 0 0 0 30px;
	margin-bottom: 1.5rem;
}
.afiliados ol{
    margin-bottom: 0;
}
.produto-item-info ol,
.instrucoes ol,
.afiliados ol{
	counter-reset: li;
}
.produto-item-info li,
.adesao li,
.instrucoes li,
.afiliados li{
	position: relative;
	line-height: 1.5em;
	margin-bottom: 0.25em;
}
.produto-item-info ul li::before,
.adesao ul li::before {
	content: "\2022";
	color: #c4a575;
	font-size: 2em;
	position: absolute;
	left: -20px;
	top: -2px;
}
.produto-item-info ol li,
.instrucoes ol li,
.afiliados ol li {
	counter-increment: li;
}
.produto-item-info ol li::before,
.instrucoes ol li::before,
.afiliados ol li::before {
	content: counter(li) ".";
	color: #c4a575;
	font-size: 1em;
    font-weight: 600;
	position: absolute;
	left: -20px;	
}
.afiliados ol li a{
    color: #FFF;
    text-decoration: underline;
}
.produto-item-info a{
    color: #c4a575;
}
.produto-item-info a:hover{
    text-decoration: underline;
}
.btn-whatsapp{
    background: url(img/whatsapp.svg) no-repeat 18px center;
    background-size: 40px auto;
	background-color: #c4a575;
	border: 2px solid #c4a575;
	border-radius: 50px;
	width: max-content;
	height: 68px;    
	padding: 9px 30px 9px 70px;	
    display: block;
    position: relative;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;	
    margin: 40px auto 0;	
}
.btn-whatsapp span{   
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#seguro-consignado-para-servidor-publico-municipal .btn-whatsapp.btn-produto-item,
#telemedicina .btn-whatsapp.btn-produto-item{
    background: #c4a575;
    padding: 9px 30px 9px 30px;	
}
.produto-item-info .btn-whatsapp{
    color: #FFF !important;
    text-decoration: none;
    margin: 40px 0 0;	
}
.produto-item-info .btn-whatsapp:hover{
    text-decoration: none;
}
.btn-whatsapp:hover,
#seguro-consignado-para-servidor-publico-municipal .btn-whatsapp.btn-produto-item:hover,
#telemedicina .btn-whatsapp.btn-produto-item:hover {
	background-color: rgba(17,28,42,0.5);
}
/* SEGURO SERVIDOR */
.produto-item.seguro-servidor{
    position: relative;
    padding-bottom: 260px;
}
.gap{
    width: 960px;
    height: 260px;
    padding-top: 60px;
    position: absolute;
    bottom: 0;
}
.box-seguro-servidor{
    background-color: #02051c;  
    border-radius: 15px;
    width: 960px;
    height: 200px;        
    overflow: hidden;
}
.box-seguro-servidor-img{
    width: auto;
    height: 200px;
    float: left;   
}
.box-seguro-servidor-info{
    width: 570px;
    height: 200px;
    padding: 30px 40px;
    float: right;
}
.box-seguro-servidor-info h3{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.box-seguro-servidor-info .btn-slide {	
	width: max-content;	
	position: relative;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 16px;
    margin: 0 auto;	
}
/* TELEMEDICINA */
.box-telemedicina{
    padding: 60px 0 0;
}
.box-telemedicina h4{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
/* vantagens */
.lista-vantagens{
    font-size: 0;
    text-align: center;
    margin-bottom: 60px;
}
.vantagem-item {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.vantagem-item-icone{
    width: 60px;
    margin: 0 auto 15px;
}
.vantagem-item h5{
    font-size: 16px;
    margin-bottom: 15px;
}
.vantagem-item p{
    font-size: 15px;
}
/* soluções */
.solucoes{
    background-color: #02051c;
    border-radius: 15px;
    padding: 40px 20px 40px 0;    
    margin-bottom: 60px;
}
.solucoes-img{
    width: 410px;
    float: left;
}
.solucoes-info{
    width: 530px;
    padding: 0;
    float: left;
}
.solucoes-info h4{
    padding-left: 20px;
    text-align: left;
}
.solucao-item{
    width: 50%;
    padding-left: 20px;
    font-size: 0;
    float: left;
    margin-bottom: 20px;
}
.solucao-item-icone{
    width: 40px;
    display: inline-block;
    vertical-align: top;
}
.solucao-item h5{
    width: calc( 100% - 40px );
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
/* especialidades */
.especialidades{
    padding: 60px 0 0;
}
.lista-especialidades{
    text-align: center;
    font-size: 0;
}
.especialidade{
    width: 300px;
	display: block;	
	margin: 0 auto 40px;
}
.especialidade-icone{
    width: 160px;
    margin: 0 auto 15px;
}
.especialidade h5{
    font-size: 18px;
    text-align: center;
}
.especialidade-item{
    width: 220px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 30px;
}
.especialidade-item-icone{
    width: 120px;
    margin: 0 auto 15px;
}
.especialidade-item h5{
    font-size: 16px;
}
/* valores */
.valores{
    border: 2px solid #c4a575;
    border-radius: 15px;
    width: max-content;
    max-width: 100%;
    text-align: center;
    padding: 40px;
    margin: 0 auto;
}
.valores-servidor{
    display: none;
}
.valores p{
    font-size: 20px;
}
.valores p br.q1{
    display: none;
}
.valores p span{
    font-weight: 600;
    color: #c4a575;
}
/* equipe */
.empresa{
    /* background-color: #c4a575; */
    background: linear-gradient(180deg,#02051c 40%,#c4a575 100%);
}
.empresa .inner{
    padding: 60px 0;
}
/* .empresa h2{
    color: #111c2a;
} */
.empresa-txt,
.equipe-txt {
	padding: 0 240px 40px; 
}
.missao{
    padding: 0 240px;
}
.missao-item{   
    border-bottom: 1px solid #FFF;
    text-align: center;
    float: left;
}
.missao-item:first-child{
    border-right: 1px solid #FFF;
    width: 37%;
    padding: 0 18px 40px 0;
}
.missao-item:last-child{    
    width: 63%;
    padding: 0 0 40px 18px;
}
.missao-item h3{
    text-align: center;
    margin-bottom: 15px;
}
.equipe{
    padding: 60px 0 0;
}
.equipe-txt{
    text-align: center;
}
.equipe-txt h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.ines{
    padding: 40px 0 0;
}
.ines-img{    
    border-radius: 15px;
    width: 37%;
    float: left;
    box-shadow: 1px 4px 5px 4px rgba(30,30,30,0.3);
}
.ines-txt{
    width: 63%;
    padding: 18px 0 0 18px;
    text-align: left;
    float: left;
}
.ines-txt h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.lista-pessoas{
    position: relative;
    margin-bottom: 28px;
}
.item-pessoa {
	width: 265px;
    height: 265px;
	border-radius: 5px;
	position: relative;
	top: 0;
	float: left;
	margin: 0 5px;	
	box-shadow: 1px 4px 5px 4px rgba(30,30,30,0.3);
	transition: all 200ms ease-in-out;
}
.item-pessoa:hover{
    top: -15px;
    box-shadow: 1px 7px 7px 6px rgba(30,30,30,0.6);
}
.item-pessoa.active{
    top: -15px;
    z-index: 99;
    box-shadow: 1px 7px 7px 6px rgba(30,30,30,0.6);
}
.item-pessoa-inner {
	width: 100%;
	min-height: 100%;	
	position: relative;
}
.item-pessoa-conteudo{
    width: 100%;
    height: 100%;   
    position: relative;
}
.item-pessoa-img {
    border-radius: 5px;
	width: 100%;
	position: relative;
	z-index: 0;
}
.item-pessoa-info {
	background: linear-gradient(180deg, rgba(17,28,42,0) 0%, rgba(17,28,42,1) 75%);
    border-radius: 0 0 5px 5px;
	width: 100%;
	padding: 40px 56px 20px 20px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.item-pessoa.active .item-pessoa-info{
    border-radius: 0;
}
.item-pessoa h4{
    font-size: 15px;   
    font-weight: 700;
    text-transform: uppercase;   
}
.item-pessoa p.cargo{
    font-size: 13px;   
}
.item-pessoa p.pessoa-txt{
    background-color: #111c2a;
    border-radius: 0 0 5px 5px;
    padding: 0 20px 20px;
    display: none;
    color: #FFF;
    font-size: 14px;
    clear: both;  
}
.btn-plus {
	background-color: #c4a575;
	border: 2px solid #c4a575;
	border-radius: 50%;
	width: 36px;
	height: 36px;
    padding: 0;
	display: block;
	position: absolute;
	top: 210px;
	right: 20px;
	z-index: 1;
    cursor: pointer;
	transition: all 200ms ease-in-out;
}
.btn-plus::before,
.btn-plus::after{
    content: "";
    background-color: #FFF;
    width: 20px;
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 200ms ease-in-out;
}
.btn-plus::after{
    transform: translate(-50%,-50%) rotate(90deg);
}
.btn-plus.active::after{
    transform: translate(-50%,-50%) rotate(0deg);
}
.btn-plus:hover{
    background-color: rgba(17,28,42,0.5);
}
/* AFILIADOS */
.afiliados{
    background-color: #02051c;
}
.afiliados.azulclaro{
    background-color: #111c2a;
}
.afiliados .inner{
    width: max-content;
}
.afiliados-img {
	border-radius: 15px;
	width: 220px;
	float: left;	
}
.afiliados-info {
	width: 640px;
	padding: 0 0 0 30px;
	float: left;
}
.afiliados-info h2{
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
}
.afiliados h3{
    text-align: center;
    margin-bottom: 30px;
}
.afiliados h4{
    text-align: center;   
}
.afiliados h5 {
	font-size: 20px;
	font-weight: 600;	
	margin-bottom: 10px;
}
/* REDES SOCIAIS */
.redes::after {
	content: "";
	background: url(img/bg-redes.svg) no-repeat center bottom;
	background-size: 1920px auto;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -98px;
	left: 0;
}
/* DEPOIMENTOS */
.depoimentos .inner {
	padding: 170px 0 240px;
}
.depoimentos h2{
    background: url(img/aspas.svg) no-repeat right top;
    background-size: 60px auto;
    width: max-content;
    padding-right: 80px;
    color: #fff;
    margin-bottom: 20px;
}
.lista-depoimentos{
    background-color: rgba(250,185,0,0.85);
    padding: 150px 175px;
}
.depoimentos-item p,
.depoimentos-item h4,
.depoimentos-item h5{
    color: #004587;
    text-align: center;
}
.depoimentos-item h4,
.depoimentos-item h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;    
}
.depoimentos-item p,
.depoimentos-item h5{
    font-size: 22px;
}
.lista-depoimentos .owl-dots {	
	padding-top: 30px;
}
/* CONTATO */
.contato .inner{
    padding: 65px 160px;
}
.contato h2 {   	
    margin-bottom: 10px;  
}
.contato p{
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin-bottom: 50px;
}
/* formularios */
.wpcf7-form-control-wrap {	
	float: left;
	width: max-content;
    margin: 0 10px 25px;  
}
input[type=text],
input[type=email],
input[type=tel],
select,
textarea{
    background-color: #FFF;
    border: 1px solid #A4A4A4;
    width: 830px;
    height: 54px; 
    border-radius: 7px;  
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;     
    color:#004587;   
    padding: 0 20px;
    line-height: 52px;
	display: block;
	position: relative;   
    transition: all 200ms ease-in-out;	
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.3);	
}
input.half{
    width: 405px;    
}
textarea{
    height: 200px;
    padding: 20px;
	line-height: 1.25em;
	z-index: 0;
}
input[type="submit"] {
	background-color: #EBAB00;
	border: 1px solid #EBAB00;
	width: 830px;
	height: 54px;
	border-radius: 7px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color:#004587;   
	text-align: center;
	display: block;
	margin: 0 10px 0;  
    clear: both;
	cursor: pointer;
	transition: all 200ms ease-in-out;
	text-transform: uppercase;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.3);
}
input[type=submit]:hover{
	background-color: #FFF;
	border: 1px solid #FFF;    
    color: #EBAB00;
}
input::placeholder{	
	opacity:1;
}
textarea::placeholder{	
	opacity:1;
}
input:focus::placeholder{  
    opacity:0;   
}
textarea:focus::placeholder{ 
    opacity:0;
}
.wpcf7-spinner{
    clear: both;
}
span.wpcf7-not-valid-tip {
	color: #EBAB00 !important;
	font-size: 14px !important;
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: 600 !important;
}
span.wpcf7-not-valid-tip:before{
	content:"🡑 ";
}
div.wpcf7-response-output {
	background: #EBAB00;
	border: 2px solid #EBAB00 !important;
	border-radius: 10px;
    width: 100%;
	padding: 10px !important;
	color: #FFF !important;
	margin: 20px 11px 0 !important;
	font-size: 14px !important;
	text-align: center !important;
	font-weight: 600;	
    float: left;
}
.wpcf7-form::after{
    content: "";
    display: table;
    clear: both;
}
/* SELECT2 */
.select2-container .select2-selection--single {	
	border-radius: 7px !important;
    height: 54px !important;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.3);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #004587 !important;	
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;     
	line-height: 52px !important;	
}
.select2-container .select2-selection--single .select2-selection__rendered {	
	padding-left: 20px !important;		
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;     
    color:#004587 !important;  
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px !important;  	
	height: 52px !important;  	
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #004587 transparent transparent transparent !important;  	
	border-width: 10px 8px 0 8px !important;  		
	margin-left: -8px !important;  		
}
.select2-container--default .select2-selection--single .select2-selection__clear {	
	height: 52px !important;  	
	margin-right: 40px !important;  
    color:#004587 !important;  		
}
.select2-results__option {
	padding: 6px 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;     
    color:#004587 !important;  	
}
/*-------------------------------------------------------
SERVIDOR PÚBLICO
-------------------------------------------------------*/
.page-servidor-publico .produtos .inner {
	padding: 80px 120px 40px;
}
.produto-servidor-txt{
    text-align: center;
    padding: 0 120px;   
    font-size: 18px;
}
.lista-produtos-servidor .produto-item:first-child {
	border-top: none;	
	margin-top: 0;
}
.page-servidor-publico .especialidades {
	padding: 60px 0 0;
}
.page-servidor-publico .valores{
    display: none;
}
.page-servidor-publico .valores-servidor{
    display: block;
}
.page-servidor-publico .produto-item.telemedicina .btn-whatsapp{
    display: none;
}
.adesao,
.tabelas{
    background-color: #02051c;
}
.adesao .inner,
.beneficiario .inner{
    width: 760px;
}
/* .instrucoes{
    margin-bottom: 60px;
} */
.instrucoes ol{
    text-align: left;
    margin-bottom: 0;
}
.tabelas .inner{
    width: 960px;
    padding: 0 0 60px;
}
.tabelas h3{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.tabelas h3 span{
    font-size: 16px;
    text-transform: none;
}
.tabela{    
    margin-bottom: 40px;  
}
.tabela table {
    background-color: #ede4d5;
    width: 100%;    
    border-collapse: collapse;       
}
.tabela table tr{
    border-bottom: 1px solid #111c2a; 
}
.tabela table tr:nth-child(odd){
    background-color: #FFF;
}
.tabela table th{   
    color: #111c2a;
    font-size: 15px;   
    padding: 10px;
    background-color: #c4a575;  
	font-weight: 700;
    vertical-align: middle;
    line-height: 1.15em;
}
.tabela table tr:first-child th{
    border-right: 1px solid #111c2a;   
}
.tabela table td{   
    color: #111c2a;
    font-size: 15px;   
    padding: 10px;
    line-height: 1.5em;
}
.tabela table td:first-child{
    border-right: 1px solid #111c2a;
    font-weight: 600;
}
.tabela table td:first-child {
    border-left: none;      
}
.tabela table td:last-child {
    border-right: none;      
}
.tabela p{
    text-align: center;
    margin-top: 20px;
}
.tabela p a{
    color: #c4a575;
}
/* BENEFICIÁRIO */
.beneficiario h4 {
    color: #c4a575;
    font-size: 24px;
	font-weight: 600;
	text-align: center;	
}
.beneficiario h2 {	
	margin-bottom: 40px;
}
.beneficiario h5 {   
    font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;	
}
.instrucoes ol a,
.beneficiario ol a{
    color: #FFF;
    text-decoration: underline;
}
.instrucoes ol a:hover,
.beneficiario ol a:hover{
    color: #c4a575;
}
/* SINISTRO */
/* .sinistro{
    background-color: #02051c;
} */
.sinistro .box-seguro-servidor {	
    background-color: #02051c;
    height: 290px;
	position: relative;	
    bottom: 0;
	overflow: hidden;
    margin: 0 auto;
}
.sinistro .box-seguro-servidor-img {
    object-fit: cover;	
    object-position: left center;
    width: 425px;
	height: 290px;   
}
.sinistro .box-seguro-servidor-info {
	width: 535px;
	height: 290px;
}
.sinistro .box-seguro-servidor-info h3{
    text-align: left;
}
.sinistro .box-seguro-servidor-info p.p-contato{
    margin-bottom: 0;
}
.sinistro .box-seguro-servidor-info p.p-contato br{
    display: none;
}
/* COMPARTILHE */
.compartilhe.convite{
    background-color: #02051c;
}
.compartilhe .inner{
    width: 720px;
}
.compartilhe h3 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
}
.compartilhe.convite h3{
    color: #c4a575;
}
.compartilhe h4{
    color: #c4a575;
    font-size: 20px;
    text-align: center;
}
/*-------------------------------------------------------
404
-------------------------------------------------------*/
.conteudo-404 .inner{
    text-align: center;
}
.conteudo-404 h1 {
	font-size: 60px;
}
#btn-wpp{
    background-color: #02051c;
    width: 4.25rem;
    height: 4.25rem;
    position: fixed;
    right: 2.5rem;
    bottom: 2.5rem;
    z-index: 109;
}
.wpp-overlay{    
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 108;
}
.wpp-close{
    background-color: rgba(255,255,255,0.85);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.wpp{
    width: 100vw;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;    
    z-index: 1;
}
.wpp-header{
    background-color: #00abd5;
    border-bottom: 2px solid #fff;
    width: 100%;
    padding: 15px 30px;
    position: relative;
}
.wpp-header h3{
    font-size: 24px;
    text-transform: uppercase;   
}
.wpp-header h3 i{
    font-size: 24px;
    vertical-align: middle;
}
.wpp-header h3 span{
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.btn-close{
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}
.btn-close:hover{
    color: #ffe23e;
}
.wpp-content{
    background-color: #f276a5;
    padding: 20px 60px 140px 60px;
}
.wpp-content p{
    color: #FFF;
    font-size: 1rem;
    padding-left: 10px;
}
.lista-wpp{
    font-size: 0;    
}
.wpp-item{   
    width: 20%;
    padding: 10px;    
    display: inline-block;
    vertical-align: top;
}
.wpp-item a{
    background-color: #FFF;
    border-radius: .625rem;
    width: 100%;
    min-height: 70px;  
    display: block;  
    position: relative;   
    margin-inline: auto;
    color: #00abd5;
    font-size: 1rem;
    line-height: 1.15em;   
    transition: all 200ms ease-in-out;
}
.wpp-item span {
    width: 100%;
    padding: 20px;  
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.wpp-item a:hover {
    background-color: #00abd5;  
	color: #FFF;
}
@media only screen and (max-width : 800px) {    
    .wpp-header{       
        padding: 10px 20px;
    }
    .wpp-header h3{
        font-size: 18px;       
    }
    .wpp-header h3 i{
        font-size: 18px;       
    }
    .wpp-header h3 span{
        padding-left: 5px;    
    }
    .btn-close{       
        width: 18px;
        height: 18px;            
        right: 20px;       
        font-size: 18px;      
    }
    .wpp-content{       
        padding: 15px 15px 140px 15px;
    }
    .wpp-content p{       
        font-size: 1rem;
        padding-left: 5px;
    }
    .wpp-item{   
        width: 50%;
        padding: 5px;      
    }
    .wpp-item a{       
        min-height: 60px;             
        font-size: 1rem;          
    }
    .wpp-item span {       
        padding: 10px;         
    }
}


/*------------------------------------------------------------
--------------------------------------------------------------
RESPONSIVO
--------------------------------------------------------------
------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
h2{
    font-size: 28px;	  
	margin-bottom: 40px;
}
h3{
    font-size: 20px;
}
.site{
    padding-top: 60px;	
}
.inner {
	width: calc( 100vw - 40px );	
    padding: 40px 0;   
}
#ps2id-dummy-offset{
    height: 60px;
}
/*-------------------------------------------------------
EMENDA OWL
-------------------------------------------------------*/
.owl-nav{
    width: 100%;
    height: 55px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.owl-prev,
.owl-next{
    background: none !important;
    border: none !important;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    pointer-events: all;
    transition: all 200ms ease-in-out;
}
.owl-prev{
    left: -80px;
}
.owl-next{
    right: -80px;
}
.owl-prev::after,
.owl-next::after {
	content: "";
	border: 1px solid #004587;
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
    top: 8px;
	transform: rotate(45deg);
	transition: all 200ms ease-in-out;	
}
.owl-prev::after {	
	border-top: none;
	border-right: none;
    left: 8px;
}
.owl-next::after{   
    border-bottom: none;
	border-left: none;
    right: 8px;
}
.owl-prev span,
.owl-next span{
    display: none;
}
.owl-prev:hover::after,
.owl-next:hover::after{
    border-color: #FFF;
}
.owl-dots {
    width: max-content;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
    z-index: 2;
}
.owl-dot{
    background-color: #FFF !important;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;      
    margin: 0 8px;
    transition: all 200ms ease-in-out;
}
.owl-dot.active{
    background-color: #c4a575 !important;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header .header-inner {
	width: 100vw;
	height: 60px;
	padding: 10px 15px;	
}
.logo{   
    height: 40px;   
}
.btn-menu {
	display: block;
	background: #c4a575;
	border: none;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 20px;
	border-radius: 4px;
	color: #FFF;
	position: absolute;
	right: 15px;
	top: 15px;
    cursor: pointer;
}
/*MENU*/
nav.menu-header{
    background-color: #FFF;
    width: 100vw;
    height: 100vh;
    padding: 80px 15px 20px;
    position: absolute;
    top: 0;
    left: 100vw;
    float: none;
    margin-top: 0;
    z-index: 5;    
    transition: all 400ms ease-in-out;
}
nav.menu-header ul li {
    width: 100%;   
	margin: 0 0 20px;
	float: none;
}
nav.menu-header ul li.menu-item-has-children::after{
    content: none;     
}
nav.menu-header ul li.menu-item-has-children:hover::after{  
    transform: none;
}
nav.menu-header ul li ul {
	width: 100%;
	padding: 10px 0 0 10px;
	position: relative;
	visibility: visible;
	opacity: 1;
}
nav.menu-header ul li ul li {
	margin: 0 0 10px;
}
nav.menu-header ul li a{	
    height: auto;	    
	font-size: 18px;   
}
nav.menu-header ul li ul li a {
	font-size: 16px;
	height: auto;
	line-height: 1.25em;
}
/* LOGIN */
.btn-login {
	background-color: #c4a575;
	border: none;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	padding: 0;
	color: #FFF;
	float: none;
	margin-top: 0;
	margin-left: 0;
	display: block;
	position: absolute;
	top: 15px;
	right: 60px;
	text-align: center;
	line-height: 30px;
}
.btn-login i{
    font-size: 16px;
    margin-right: 0;
}
.btn-login span{
   display: none
}
.btn-login:hover {
	background-color: #c4a575;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer .inner {   
	padding: 40px 0;
}
.logo-footer{
    width: 200px;
    margin: 0 0 20px;
    float: none;
}
.contato-footer {
	float: none;
	padding-top: 15px;
}
.contato{
    float: none;
    margin: 0 0 20px;
}
/*-------------------------------------------------------
INÍCIO
-------------------------------------------------------*/
.banner{
    background-color: #111c2a;  
    width: 100vw;
    height: auto;
    padding-bottom: 50px;
    z-index: 2;
}
.logo-banner {
	width: 428px;
	height: auto;	
	position: relative;
	top: 96px;
    margin: 0 auto;
}
.slider{
    width: 1200px;
    margin: 0 auto;
}
.slide-item{    
    position: relative;    
}
.slide-item::after{
    content: "";
    background: linear-gradient(180deg, rgba(17,28,42,0) 0%, rgba(17,28,42,1) 100%);
    width: 100%;
    height: 150px;   
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.slide-item-img{
    border-radius: 15px;
    position: relative;
    z-index: 0;
}
.btn-slide{
    background-color: #c4a575;
    border: 2px solid #c4a575;
    border-radius: 40px;
    width: 300px;
    height: auto;
    padding: 9px 20px;
    display: block;
    position: absolute;
    right: 50px;
    bottom: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}
.btn-slide:hover{
    background-color: rgba(17,28,42,0.5);
}
/* CARDS */
.cards{
    padding-top: 40px;
}
.cards .inner{   
    border-radius: 10px;
    padding: 20px 10px 0;
}
.cards h2{    
    padding: 0 10px;
    font-size: 20px;   
    margin: 0 0 30px;
}
.card-item{
    width: calc( 50% - 20px );
    max-width: 265px;    
    margin: 0 10px 20px;   
}
.card-item:hover{
    top: -15px;
    box-shadow: 1px 7px 7px 6px rgba(30,30,30,0.6);
}
.card-item-info {
    background: linear-gradient(180deg, rgba(17,28,42,0) 50%, rgba(17,28,42,1) 100%);
	height: 100%;
	padding: 10px;
}
.card-item-info h3 {   
	padding: 0 10px 10px;	
	font-size: 16px;	
    position: absolute;
    bottom: 0;
    left: 0;
}
.card-item-info .btn-plus {
	top: 5px;
    right: 5px;
	bottom: unset;
}
/* POPUP */
.popup{       
    border-radius: 10px;   
    max-width: calc( 100% - 30px ) !important;  
}
.popup h3{  
    padding-right: 35px;
    font-size: 20px;   
}
.popup p.cargo{    
    font-size: 16px;  
}
/* SERVIDOR */
.servidor .inner {
	padding: 40px 0;
}
.servidor-conteudo{   
	border-radius: 10px;	
	padding: 20px;
}
.servidor-conteudo h2{
    margin-bottom: 20px;
}
.servidor-txt {
	width: 100%;
	display: block;
	margin: 0 0 20px;
}
.servidor-txt p{   
    text-align: left;
}
.servidor-img {
	border-radius: 10px;
	width: 100%;
	display: block;	
}
/* PRODUTOS */
.produtos .inner {
	padding: 0 0 40px;
}
.produtos h2{
    margin-bottom: 0;
}
.produto h2{
    margin-bottom: 0;
}
.produto-item{   
    padding-top: 40px;
    margin-top: 40px;
}
.produto-item:first-child{
    border-top: none;    
    margin-top: 0;
}
.produto-item-img{
    border-radius: 10px;
    width: 100%;
    max-width: 375px;
    float: none;       
}
.produto-item-info{
    width: 100%;
    padding: 20px 0 0 0;
    float: none;
}
.produto-item-info h3{
    font-size: 20px;    
}
.produto-item-info ul,
.produto-item-info ol,
.adesao ul,
.instrucoes ol,
.beneficiario ol{
	padding: 0 0 0 20px;	
}
.btn-whatsapp {
	background: url(img/whatsapp.svg) no-repeat 10px center;
	background-size: 34px auto;
	background-color: #c4a575;
	width: 100%;
	height: auto;
	padding: 7px 15px 7px 55px;
	font-size: 14px;
	line-height: 1.2em;
}
.btn-whatsapp span {	
	top: 0;
	transform: none;
}
.btn-whatsapp span br{
    display: none;
}
#seguro-consignado-para-servidor-publico-municipal .btn-whatsapp.btn-produto-item,
#telemedicina .btn-whatsapp.btn-produto-item{
    background: #c4a575;
    padding: 9px 30px 9px 30px;	
}
.produto-item-info .btn-whatsapp{
    color: #FFF !important;
    text-decoration: none;
    margin: 40px 0 0;	
}
.produto-item-info .btn-whatsapp:hover{
    text-decoration: none;
}
.btn-whatsapp:hover,
#seguro-consignado-para-servidor-publico-municipal .btn-whatsapp.btn-produto-item:hover,
#telemedicina .btn-whatsapp.btn-produto-item:hover {
	background-color: rgba(17,28,42,0.5);
}
/* SEGURO SERVIDOR */
.produto-item.seguro-servidor{
    position: relative;
    padding-bottom: 260px;
}
.gap {
	width: 100%;
	height: auto;
	padding-top: 0;
}
.box-seguro-servidor {
	border-radius: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.box-seguro-servidor-img{
    width: 100%;
    height: auto;
    float: none;   
}
.box-seguro-servidor-info{       
    width: 100%;
    height: auto;
    padding: 20px;
    float: none;   
}
.box-seguro-servidor-info h3{
    font-size: 20px;   
}
.box-seguro-servidor-info .btn-slide {	
	width: 100%;		
    margin: 0 auto;	
}
/* TELEMEDICINA */
.box-telemedicina{
    padding: 40px 0 0;
}
/* vantagens */
.lista-vantagens{
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}
.vantagem-item {
	width: 100%;
	display: block;	
	margin: 0 0 30px;
}
/* soluções */
.solucoes{ 
    border-radius: 10px;
    padding: 20px 20px 10px 0;    
    margin-bottom: 40px;
}
.solucoes-img{
    width: 100%;
    float: none;
}
.solucoes-info{
    width: 100%;   
    float: none;
}
.solucao-item{
    width: 100%;
    padding-left: 20px;   
    float: none;   
}
/* especialidades */
.especialidades{
    padding: 0;
}
.especialidade{
    width: 100%;	
	margin: 0 auto 30px;
}
.especialidade-icone{
    width: 140px;   
}
.lista-especialidades {
	width: calc( 100vw - 20px);
	position: relative;
	left: -5px;
}
.especialidade-item{
    width: calc( 50% - 20px);		
}
.especialidade-item-icone{
    width: 100px; 
}
.especialidade-item h5{
    font-size: 16px;
}
/* valores */
.valores{  
    border-radius: 10px;   
    padding: 20px;   
}
.valores-servidor{
    display: none;
}
.valores p{
    font-size: 18px;
}
.valores p br.q1{
    display: inline;
}
/* equipe */
.empresa .inner{
    padding: 40px 0;
}
.empresa-txt,
.equipe-txt {
	padding: 0 0 20px; 
}
.missao{
    padding: 0 0;
}
.missao-item{   
    border-bottom: 1px solid #FFF;
    text-align: center;
    float: left;
}
.missao-item:first-child{
    border-top: 1px solid #FFF;
    border-right: none;
    width: 100%;
    padding: 20px 0;
}
.missao-item:last-child{    
    width: 100%;
    padding: 20px 0;
}
.equipe{
    padding: 40px 0 0;
}
.equipe-txt h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.ines{
    padding: 40px 0 0;
}
.ines-img{    
    border-radius: 10px;
    width: 50%;
    float: none;
    margin: 0 auto 15px;   
}
.ines-txt{
    width: 100%;
    padding: 0;
    text-align: left;
    float: none;
}
.ines-txt h4 {
	text-align: center;
}
.lista-pessoas {
	width: calc( 100vw - 30px );
	left: -5px;
    margin-bottom: 0;
}
.item-pessoa {
	width: calc( 50% - 10px );
    height: auto;	
	margin: 0 5px 10px;	
}
.item-pessoa-info {
	border-radius: 0 0 5px 5px;
	padding: 40px 10px 10px 10px;
}
.item-pessoa:hover {
	top: 0;
	box-shadow: 1px 7px 7px 6px rgba(30,30,30,0.6);
}
.item-pessoa p.pessoa-txt{
    background-color: #111c2a;
    border-radius: 0 0 5px 5px;
    padding: 0 20px 20px;
    display: none;
    color: #FFF;
    font-size: 14px;
    clear: both;  
}
.btn-plus {	
	width: 28px;
	height: 28px;   
	top: 5px;
    right: 5px;
	z-index: 1;
    cursor: pointer;
	transition: all 200ms ease-in-out;
}
.btn-plus::before,
.btn-plus::after{   
    width: 16px;
    height: 4px; 
}
/* AFILIADOS */
.afiliados .inner{
    width: calc( 100vw - 40px );
}
.afiliados-img {
	border-radius: 10px;	
	float: none;	
    margin: 0 auto 20px;
}
.afiliados-info {
	width: 100%;
	padding: 0;
	float: none;
}
.afiliados-info h2{
    text-align: center;
    margin-bottom: 20px;
}
.afiliados h3{   
    margin-bottom: 20px;
}
/* REDES SOCIAIS */
.redes::after {
	content: "";
	background: url(img/bg-redes.svg) no-repeat center bottom;
	background-size: 1920px auto;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -98px;
	left: 0;
}
/* DEPOIMENTOS */
.depoimentos .inner {
	padding: 170px 0 240px;
}
.depoimentos h2{
    background: url(img/aspas.svg) no-repeat right top;
    background-size: 60px auto;
    width: max-content;
    padding-right: 80px;
    color: #fff;
    margin-bottom: 20px;
}
.lista-depoimentos{
    background-color: rgba(250,185,0,0.85);
    padding: 150px 175px;
}
.depoimentos-item p,
.depoimentos-item h4,
.depoimentos-item h5{
    color: #004587;
    text-align: center;
}
.depoimentos-item h4,
.depoimentos-item h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;    
}
.depoimentos-item p,
.depoimentos-item h5{
    font-size: 22px;
}
.lista-depoimentos .owl-dots {	
	padding-top: 30px;
}
/* CONTATO */
.contato .inner{
    padding: 65px 160px;
}
.contato h2 {   	
    margin-bottom: 10px;  
}
.contato p{
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin-bottom: 50px;
}
/* formularios */
.wpcf7-form-control-wrap {	
	float: left;
	width: max-content;
    margin: 0 10px 25px;  
}
input[type=text],
input[type=email],
input[type=tel],
select,
textarea{
    background-color: #FFF;
    border: 1px solid #A4A4A4;
    width: 830px;
    height: 54px; 
    border-radius: 7px;  
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;     
    color:#004587;   
    padding: 0 20px;
    line-height: 52px;
	display: block;
	position: relative;   
    transition: all 200ms ease-in-out;	
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.3);	
}
input.half{
    width: 405px;    
}
textarea{
    height: 200px;
    padding: 20px;
	line-height: 1.25em;
	z-index: 0;
}
input[type="submit"] {
	background-color: #EBAB00;
	border: 1px solid #EBAB00;
	width: 830px;
	height: 54px;
	border-radius: 7px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color:#004587;   
	text-align: center;
	display: block;
	margin: 0 10px 0;  
    clear: both;
	cursor: pointer;
	transition: all 200ms ease-in-out;
	text-transform: uppercase;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.3);
}
input[type=submit]:hover{
	background-color: #FFF;
	border: 1px solid #FFF;    
    color: #EBAB00;
}
input::placeholder{	
	opacity:1;
}
textarea::placeholder{	
	opacity:1;
}
input:focus::placeholder{  
    opacity:0;   
}
textarea:focus::placeholder{ 
    opacity:0;
}
.wpcf7-spinner{
    clear: both;
}
span.wpcf7-not-valid-tip {
	color: #EBAB00 !important;
	font-size: 14px !important;
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: 600 !important;
}
span.wpcf7-not-valid-tip:before{
	content:"🡑 ";
}
div.wpcf7-response-output {
	background: #EBAB00;
	border: 2px solid #EBAB00 !important;
	border-radius: 10px;
    width: 100%;
	padding: 10px !important;
	color: #FFF !important;
	margin: 20px 11px 0 !important;
	font-size: 14px !important;
	text-align: center !important;
	font-weight: 600;	
    float: left;
}
.wpcf7-form::after{
    content: "";
    display: table;
    clear: both;
}
/* SELECT2 */
.select2-container .select2-selection--single {	
	border-radius: 7px !important;
    height: 54px !important;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.3);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #004587 !important;	
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;     
	line-height: 52px !important;	
}
.select2-container .select2-selection--single .select2-selection__rendered {	
	padding-left: 20px !important;		
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;     
    color:#004587 !important;  
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px !important;  	
	height: 52px !important;  	
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #004587 transparent transparent transparent !important;  	
	border-width: 10px 8px 0 8px !important;  		
	margin-left: -8px !important;  		
}
.select2-container--default .select2-selection--single .select2-selection__clear {	
	height: 52px !important;  	
	margin-right: 40px !important;  
    color:#004587 !important;  		
}
.select2-results__option {
	padding: 6px 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;     
    color:#004587 !important;  	
}
/*-------------------------------------------------------
SERVIDOR PÚBLICO
-------------------------------------------------------*/
.page-servidor-publico .produtos .inner {
	padding: 40px 0;
}
.produto-servidor-txt{  
    padding: 0;       
}
.page-servidor-publico .especialidades {
	padding: 40px 0 0;
}
.adesao .inner,
.beneficiario .inner{
    width: calc( 100vw - 40px );
}
.tabelas .inner {
	width: calc( 100vw - 40px );
	padding: 0 0 40px;
}
.tabelas h3{  
    margin-bottom: 20px;
}
.tabela {
	width: calc( 100vw - 40px );
	margin-bottom: 20px;
	overflow-x: auto;
	padding-bottom: 20px;
}
.tabela table {
    background-color: #ede4d5;
    width: 960px;    
    border-collapse: collapse;       
}
.tabela table tr{
    border-bottom: 1px solid #111c2a; 
}
.tabela table tr:nth-child(odd){
    background-color: #FFF;
}
.tabela table th{   
    color: #111c2a;
    font-size: 15px;   
    padding: 10px;
    background-color: #c4a575;  
	font-weight: 700;
    vertical-align: middle;
    line-height: 1.15em;
}
.tabela table tr:first-child th{
    border-right: 1px solid #111c2a;   
}
.tabela table td{   
    color: #111c2a;
    font-size: 15px;   
    padding: 10px;
    line-height: 1.5em;
}
.tabela table td:first-child{
    border-right: 1px solid #111c2a;
    font-weight: 600;
}
.tabela table td:first-child {
    border-left: none;      
}
.tabela table td:last-child {
    border-right: none;      
}
/* BENEFICIÁRIO */
.beneficiario h4 {
    color: #c4a575;
    font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;	
}
.beneficiario h2 {	
	margin-bottom: 40px;
}
.beneficiario h5 {   
    font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;	
}
.instrucoes ol a,
.beneficiario ol a{
    color: #FFF;
    text-decoration: underline;
}
.instrucoes ol a:hover,
.beneficiario ol a:hover{
    color: #c4a575;
}
/* SINISTRO */
.sinistro .box-seguro-servidor {
	height: auto;
}
.sinistro .box-seguro-servidor-img {   
    width: calc( 100vw - 40px );
	height: calc( ( 100vw - 40px ) * 0.65 );
}
.sinistro .box-seguro-servidor-info {
	width: 100%;
	height: auto;
}
.sinistro .box-seguro-servidor-info h3{
    text-align: left;
}
.sinistro .box-seguro-servidor-info p.p-contato br{
    display: inline;
}
/* COMPARTILHE */
.compartilhe .inner{
    width: calc( 100vw - 40px );
}
.compartilhe h3 {	
	margin-bottom: 20px;
}
/*-------------------------------------------------------
404
-------------------------------------------------------*/
.conteudo-404 .inner{
    text-align: center;
}
.conteudo-404 h1 {
	font-size: 60px;
}
}