@charset "utf-8";
/* CSS Document */

/***********/

/* Whats Inicio */

.contatosLink a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 0 8px 8px 0;
}

.itemWhatsapp svg {
    height: 40px;
    width: 40px;
}

.contatosLink {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: calc(75%);
    right: 15px;
    z-index: 5;
    cursor: pointer;
    /* animation: shake 1.5s infinite;*/
}

@media screen and (max-width:500px) {
.contatosLink a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    color: #fff;
    border-radius: 0 8px 8px 0;
}

.itemWhatsapp svg {
    height: 36px;
    width: 36px;
}

}

*, .contatosLink a {
    text-decoration: none;
}

.itemWhatsapp:hover {
    background-color: var(--azul-claro);
}

.itemWhatsapp {
    background-color: var(--verde-claro);
    border-radius: 40px 40px 40px 40px;
}
.header__ctas a:hover *, .itemWhatsapp, .itemWhatsapp:hover, .nav-mob__item:hover * {
    transition: .3s ease-in-out;
}

/* Whats Fim */



a:hover {
    text-decoration: none !important;
}

header {
    width: 100%;
    height: 85px;
    margin: 0 auto;
    background-color: #1a4385;
}

.cardmais:hover {
    transition: 0.3s all ease;
    transform: scale(1.1);
    color: #fff !important;
}

/* .swiper-container .navBanner a:hover {
    background-color: #337ab7 !important;
    color: #26a7eb;
}*/

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

header {
    width: 100%;
    height: 155px !important;
    margin: 0 auto;
    background-color: #1a4385;
}	
	
.header__ctas p {
font-weight: 700 !important;
    font-size: 17px !important;
    margin: 0 !important;
    margin-left: -30px !important;
}

.header__ctas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px !important;
}

.menu-mob{
    z-index: 1 !important;
    background-color: #1a4385 !important;
    justify-content: center !important;
    width: 100% !important;
    height: 75px !important;
    margin-top: -20.6px !important;	
}

.nav-mob__planos h3 {
    margin: 0;
    color: var(--azul-claro);
    font-weight: 400;
    font-size: 16px !important;
}

.nav-mob__planos h2 {
    color: var(--branco);
    background-color: var(--azul-primario);
    margin: 0;
    font-size: 16px !important;
    padding: 10px 60px;
}

footer h6 {
    font-size: 14px;
    font-weight: normal;
    padding-left: 25px;
    padding-right: 25px !important;
}

}

#titulo-form{
  color:#1a4385;	
}

#cor-texto{
  color:#1a4385;	
}

#texto-branco{
   color:#FFF;	
}

#cor-link{
   color:#337ab7;	
}

#cor-texto-titulo{
   color:#1a4385;	
}

#cor-texto-cta{
   color:#1a4385;	
}

#cor-texto-rodape{
	color: #333333;
}

.cor-texto-form{
	color: #333333;
}

main *{
	color: #333333;
}


nav *, header *{
	   color: var(--branco);
	}
	
	
nav *, header{
	   z-index:10;
}

.banner-mobile{
   display:none;
   float: left;
   position: relative;
   margin-top: -1px;	
}

@media screen and (max-width:390px) {
.banner-mobile {
    display: none;
    float: left;
    position: relative;
    margin-top: 0px !important;
}
}

.content_img {
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center;
    flex-direction: row;
    margin-top: 15px !important;
}


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

.cor-fundo-operadoras{
    background-color: #eee !important;
    height: 310px !important;
    margin-top: -255px !important;
}

.content_cookie {
    width: 310px !important;
    height: 265px !important;
    box-shadow: 0 0 10px #292929;
    border-radius: 5px;
    padding: 0.5em;
    line-height: 26px;
    background-color: #faf7f7;
    font-size: 13px;
}
	
}

.cor-fundo-operadoras{
    background-color: #eee;
    height: 320px;
    margin-top: -255px;
}