@import url('https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:wght@200;300;400;600;700;800;900&family=Nanum+Gothic&family=Oxygen:wght@300;400;700&family=MuseoModerno:wght@100;200;300;400;500;700;800&display=swap');

body{
	color: #37404E;
	font-family: 'Roboto', 'Oxygen', 'Georama', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;	
}

html {
  scroll-behavior: smooth;
}


a{
	text-decoration: none;
	color: inherit;
}

a:hover{ color: #FFF; }

ul{
	padding: 0;
	list-style: none;
}

.shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.01)!important;}

.purple-bgcolor{ background-color: #912cf1; }
.pink-bgcolor{ background-color: #c600d2; }
.red-bgcolor{ background-color: #fb233d; }
.salmon-bgcolor{ background-color: #fb5b73; }

.purple-color{ color: #912cf1; }
.red-color{ color: #fb233d; }
.salmon-color{ color: #fb5b73; }

.text-white{ color: #FFF !important; }

.radius-6{ border-radius: 6px; }
.radius-8{ border-radius: 8px; }
.radius-12{ border-radius: 12px; }

.breadcrumb-title{ font-size: 16px; font-weight: bold; }
/*.breadcrumb-title span{ font-family: 'Nanum Gothic', sans-serif; padding: 0 8px; font-size: 12px; }*/
.title{ font-size: 32px; }
.arrow-title{ position: relative; padding: 0 10px; }
.arrow-title:after{ content: '>'; font-family: 'Nanum Gothic'; font-size: 12px; position: absolute; top: 3px; left: 6px; }

.btn-outline-white, .btn-outline-white:hover{ border: 2px solid #FFF; color: #FFF; }
.btn-outline-purple{ border: 2px solid #912cf1; color: #912cf1 !important; }
.btn-outline-purple:hover{ background-color: #912cf1; border: 2px solid #912cf1; color: #FFF !important; }
.btn-outline-purple2{ border: 1px solid #912cf1; color: #912cf1 !important; }
.btn-outline-salmon{ border: 2px solid #fb5b73; color: #fb5b73 !important; }
.btn-outline-salmon:hover{ background-color: #fb5b73; border: 2px solid #fb5b73; color: #FFF !important; }
.btn-purple{ background:#912cf1; border: 2px solid #912cf1; color: #FFF; }
.btn-purple:hover{ color: #efefef; }
.btn-custom{ border-radius: 30px; padding: 15px; /*width: 165px;*/ }
.btn-custom2{ border-radius: 30px; font-size: 15px; padding: 7px 20px !important; }
.btn-custom3{ border: 2px solid #FFF; background-color: #FFF; color: #912cf1 !important; border-radius: 30px; color: #912cf1; font-size: 15px; /*padding: 7px 20px !important;*/ padding: 7px 15px !important; }
.btn-whatsapp{ background-color: #29a71a; color: #FFF; font-size: 18px; width: auto; padding: 15px 35px; }
.btn-whatsapp img{ margin-right: 10px; }
.btn-whatsapp:hover{ color: #FFF; }


.top .whatsapp a{
    background-color: #11bb19;
    padding: .4rem 1rem !important;
    color: #FFF !important;
    border-radius: 30px;
    margin-top: 20px;
}

.top .bg-light{
	background-color: transparent !important;
}

.top .whatsapp a i{
    font-size: 25px;
    margin-right: 5px;
}

.top .whatsapp a:hover{
	color: #FFF;
}

.btn-danger{
	background-color: #ff002c;
	border: 1px solid #ff002c;
	border-radius: 22px;
}

.btn-success, .btn-warning{
	border-radius: 22px;
}

#header{
	background-color: #0087d5;
	background-color: #FFF;
	color: #FFF;
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	float: left;
}

.fixed{
	position: fixed;
	z-index: 99999;
}


.nav-link{
    padding: 2rem 1rem !important;
	font-weight: 700;

	color: #37404E !important;
}

.bg-grey{
    background-color: #f8fbfd !important;
}

.bg-white{
	background-color: #FFF !important;
}

.radius{
	border-radius: 12px;
}

.content{
	float: left;
	width: 100%;	
}

hr{
	border-top: 1px dashed #DDD;
}

p{ font-weight: 300; font-size: 22px; }


h2{ font-size: 42px; font-family: 'MuseoModerno', Arial, sans-serif; font-weight: bold; }

h3{
	font-size: 42px;
	font-weight: bold;
	position: relative;
	padding-left: 60px;
	font-family: 'MuseoModerno', Arial, sans-serif;
}

h3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 9px;
    width: 41px;
    height: 1px;
    background-color: #444;
}


#boleto-sustentavel h3::before, #telemedicina h3::before, #canais h3::before, #informacoes h3::before, #boleto h3::before, #contato h3::before{background-color: #fff;}

#telemedicina img{
	margin-top: 36px;
}

#telemedicina h3{
	margin-top: 50px;
}

#telemedicina .text, #formulario .text{
	padding: 0 55px 0 0;
}



#canais .icon{
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    border-radius: 50%;
    background-color: #33cc99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;

}



#telemedicina ul li{ width: 100%; }


.copyright{
	font-size: 14px;
	color: #FFF;
}

.cover-info {
   /*padding: 85px 45px 45px 45px;
    width: 500px;*/
    /*margin: 0 auto;*/
    padding: 95px 62px;
    width: 100%;
	
    /*height: 530px;*/
    /*color: #FFF;*/
}

.cover{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}


.ban-m{display: none;}


#informacoes .icon{
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #c600d2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

#contato i{
    font-size: 35px;
}

#contato h4{
    font-size: 32px;
    color: #FFF;
    font-weight: 800;
}

#contato .icon{
    background-color: transparent;
    border: 1px solid #FFF;
	color: #FFF;
    font-weight: bold;	
}

#contato .icon{
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
   /*margin: 0 auto 20px;*/
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 50%;	
}

#contato img{
	max-width: 412px;
	bottom: -26px;
	left: -10%;
}



/*
.accordion-item {background-color: rgb(255,255,255,.2);}	
	
.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #8010eb;
}

.accordion-button{background-color: #8010eb;}
*/


#duvidas ul{
	font-size: 18px;
    font-weight: 300;	
}

#duvidas ul li{line-height: 35px;}
#duvidas ul li i{color: #9f9f9f;}

#beneficios .item{
    padding: 35px 43px;
    border-radius: 12px;
    background-color: #FFF;
    text-align: center;
	min-height: 452px;
    margin-bottom: 20px;
	position: relative;
}

#beneficios .item img{margin: 0 auto; display: block; width: 70px;}
#beneficios .item h4{color: #912cf1; font-size: 25px; font-weight: 900;}
#beneficios .item p{font-size: 18px; color: #686868;}
#beneficios .item .btn{position: absolute; bottom: 30px; display: block; left: 0; right: 0; margin-left: auto; margin-right: auto; max-width: 270px; max-width: 215px;}

#duvidas .item{
	padding: 40px;
	min-height: 580px;
	border-radius: 8px;
}



/* MEDIAS QUERIES */

@media (max-width: 575.98px){
	.nav-link {
		padding: 1rem 1rem !important;
		border-bottom: 1px solid #eded;
	}
	
	.slick-next {
		right: -12px !important;
	}
	
	.slick-prev {
		left: -14px !important;
	}	
	
	.ban-m{
		display: block;
		margin: 0 auto;
		width: 100%;		
	}
	
	.ban-d{
		display: none;
	}
	
	#aproveitamento h3{
		padding-left: 0;
	}
	
	#welcome{
		padding-top: 0;
		padding-bottom: 0;
	}

	#welcome .pt-5{
		padding-top: 0 !important;
	}
	
	#welcome .pb-5{
		padding-bottom: 0 !important;
	}
	
	#contato .whatsapp{
		margin-top: 60px;
	}
	
	#telemedicina h3{
		font-size: 40px !important;
	}
	
	#contato2 .col-md-3{
		margin-bottom: 20px;
	}
	
	.cover{height: 335px;}
	.cover-info{ padding: 95px 0px; }

	#descontos .cover-info{
		padding: 142px 10px;
	}
	
	body{ margin-top: 76px; }
	
	#contato2 h3, .cover-info{ font-size: 40px; }
	
	#contato2 .small{ text-align: center; font-size: .875em; }
	#contato2 h4{ text-align: center; }
	
	
	
	#contato img{position: relative !important;}
	.dados-contato{text-align:center; padding-top: 70px;}
	.dados-contato .image a{display:block !important;margin:0 auto !important;}
	
	#lgpd{display: none !important;}

	#beneficios .item{height: 450px;}
	
	#duvidas .item{padding: 80px 40px; min-height: 600px;}
	#duvidas .item:first-child{margin-bottom: 30px;}

}

	
@media (min-width: 992px){
	
}

@media (min-width: 1200px){
}