/* DOCUMENT CSS */


/* CSS's */

@import url('topo.css');
@import url('convenios.css');
@import url('diferenciais.css');
@import url('opcoes.css');
@import url('informacoes.css');
@import url('sobre.css');
@import url('rodape.css');
@import url('janelas.css');

@import url('whats.css');

/* Fontes Externas */

/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap');


html, body{

    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
}

.somente_mobile{
	display: none;
}

a[href^=tel] { color: inherit; text-decoration: none; }

.fadeIn {
	-webkit-animation: fadeIn 1s ease-in-out;
	-moz-animation: fadeIn 1s ease-in-out;
	-o-animation: fadeIn 1s ease-in-out;
	animation: fadeIn 1s ease-in-out;
}


@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}

@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}

@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

a{
	text-decoration:none !important;
}

.conteudo{
    width: 85%;
	margin: auto;
}

.fancy{
    padding:50px 30px;
    font-family: 'Poppins', sans-serif;
}

.fancy h3 {
    color: #4ccfd1;
    font-weight: 500;
}

.fancy p {
    color: #545454;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
}

.fancy .textin{
    color: #545454;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
}


.fancy .ui-link, .fancy a img{
    display: none !important;
}

.btn{
    background-color: #4ccfd1 !important;
    border: none !important;
    transition: 0.4s all !important;
}

.btn:hover{
    background-color: #002868 !important;
}


#exibe-mob{
    display: none !important;
}