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

/*
Theme Name: GUJÃO
Theme URI: http://www.gujao.com.br
Description: Theme GUJÃO
Author: Perfil Virtual
Author URI: http://perfilvirtual.com.br/
Copyright 2020
*/

*{
	padding:0px;
	margin:0px;
	text-decoration:none;
	outline:none;

	webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;

	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, p{
	webkit-transition-timing-function:none;
	transition-timing-function:none;
	
	-webkit-transition:none;
	transition:none;
}

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

a{cursor:pointer;}


@font-face {
    font-family: 'poppinsregular';
    src: url('fonte/poppins-regular_0-webfont.woff2') format('woff2'),
         url('fonte/poppins-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'sen-bold';
    src: url('fonte/sen-bold-webfont.woff2') format('woff2'),
         url('fonte/sen-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'sen-extrabold';
    src: url('fonte/sen-extrabold-webfont.woff2') format('woff2'),
         url('fonte/sen-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'sen-regular';
    src: url('fonte/sen-regular-webfont.woff2') format('woff2'),
         url('fonte/sen-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

body{
	font-family: 'sen-regular';
	margin:0px;
	padding:0px;
	color:#646667;
	background:#f7f7f7;
	display:block;
	font-size: 62.5%; /*altera o valor da fonte padrão de 16px para 10px*/
	webkit-transition-timing-function:none;
	transition-timing-function:none;
	
	-webkit-transition:none;
	transition:none;
}

h1{
	font-size:5.5em;
	letter-spacing: -3px;
	font-family: 'sen-bold';
	color:#000E61;
	text-transform:uppercase;
}

h2{
	font-size:2.5em;
	font-weight:100;
	font-family: 'sen-regular';
}
h3{
	font-size:2em;
	font-family: 'sen-regular';
}
p{
	font-family: 'poppinsregular';
	width:100%;
	float:left;
	font-size:1.5em;
	line-height:1.6em;
}

.content{
	width:100%;
	max-width:1200px;
	margin:auto;
}

.titulo{
	width:100%;
	float:left;
	background-color: #FFC72A;
	padding:50px 0;
	margin-bottom:50px;
	text-align:center;
}

.titulo h1{
	display:inline-block;
    font-weight: bolder;
    font-size: 6.5em;
	font-family: 'sen-bold';
}
.subtitulo{
	width:60%;
	margin:auto;
	text-align:center;
	margin-bottom:50px;
}

.font-lato img, tawkchat-chat-bubble-close{
	display:none;
}

#insta1{
	display:none;
}

/* HEADER*/

#faixa{
    background:#000E61;
    float: left;
    width: 100%;
	padding:2px 0;
}

.header{
	width:100%;
	height:auto;
	float:left;
	padding: 15px 0;
	position: relative;
    z-index: 999;
	background-image: linear-gradient(#eee,#fff, #fff);
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}

#social_top{
	float:right;
	margin-top:30px;
}
#social_top a{
	width:45px;
	float:left;
	padding:10px;
	margin: 0 1px;
	border-radius:100px;
	background:#EE8800;
}
#social_top a img{
	-webkit-filter: brightness(0%) invert( 100% );
    filter: brightness(0%) invert( 100% );
}
#social_top a:hover{
	margin-top:-10px;
	opacity:0.7;
}

#info_topo{
	width:100%;
	float:left;
	padding:15px 0;
}
#info_topo p{
	width: auto;
	float:left;
	color:#FFF;
	font-size: 1.3em;
	line-height: 42px;
}
#info_topo a{
	float:right;
	color:#FFF;
	font-size: 1.2em;
	font-family: 'poppinsregular';
	background-image: linear-gradient(to right, #fb7946, #fdaf52);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	padding: 15px 20px;
    border-radius: 100px;
}
#info_topo a:hover{
	background-image: linear-gradient(to right, #fdaf52, #fdaf52);
}

#logo{
    float: left;
}

#search{
    float: right;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
	display:none;
}

#search .campo{
	padding: 15px 50px 15px 20px;
	border-color: #ededed;
}

#search .botao {
    width: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 12px 25px;
    background-color: #fb7946;
    background-image: url(img/lupa.png);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
#search .botao:hover {
	background-color:#fdaf52;
}

#menu{
	float:right;
	display: inline-block;
	margin-top: 30px;
}
#menu li{
	list-style:none;
	float:left;
}
#menu li a{
	float:left;
	color:#646667;
	padding: 15px;
	font-size: 1.5em;
	border-radius:100px;
}
#menu li:hover a, #menu li a#active{
	background:#000E61;
	color:#fff;
	z-index: 999;
    position: relative;
}

#menu li:hover #sub_menu, #menu li:hover #sub_menu1{
	display:block;
}

#sub_menu, #sub_menu1{
	position: absolute;
    float: left;
    margin-top: 47px;
	z-index:99999;
	display:none;
	box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
	border-radius: 0 10px 10px 10px;
	overflow: hidden;
}
#sub_menu li, #sub_menu1 li{
	float:none;
	opacity:0;
	display:table;
}
#sub_menu li a, #sub_menu1 li a{
    background-size: cover !important;
    padding: 15px !important;
    width: 170px;
    float: left;
    text-align: center;
    border: none !Important;
	border-bottom:1px solid #ededed !Important;
    margin: 0 !important;
	border-radius:0 !important;
	color: #fa8748;
    font-size: 1.5em;
    text-align: left;
	box-shadow:none !Important;
}
#sub_menu li a:hover, #sub_menu1 li a:hover{
	box-shadow:none !Important;
}

#agendar{
	float: right;
    color: #FFF;
    padding: 15px 20px 15px 45px;
    font-size: 1.5em;
    background-color: #000E61;
    border-radius: 100px;
    display: inline-block;
    width: max-content;
	margin:30px;
	background-image:url(img/ico_user.png);
	background-repeat:no-repeat;
	background-size:25px;
	background-position-y:10px;
	background-position-x:15px;
}
#agendar:hover{
	background-color:#102889;
}

/* Menu Mobile */
.menu1{
	display:none;
	float: right;
	cursor:pointer;
	width: 43px;
	height: 43px;
	background: url('img/icone_menu.png') no-repeat center center;
	text-indent: 9999px;
	overflow: hidden;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 100px;
	border: 1px solid #ccc;
	margin-top:30px;
	margin-left: 10px;
}
#menu1_conteudo{
	width: 100%;
	height:800px;
	float: right;
	position:fixed;
	background:#000E61;
	z-index: 999999999;
	right:-110%;
}
#menu1_conteudo li{
	list-style:none;
	text-align:center;
}

.menu1_int{
	margin-top:0;
}
.menu1_conteudo_int{
	margin-top:-40px;
}
.menu_sec li a, #fecha{
	width:100%;
	float:left;
	font-size: 1.7em;
    padding:10px;
	color:#FFFFFF;
}
.menu_sec li a:hover, .menu_sec li a #ativo{
	background:#FFFFFF;
	color:#000E61;
}
.menu_sec li:hover .sub-menu{
	margin-left:-250px;
	margin-top:auto;
}

#fecha{
	padding:0;
	margin-bottom:20px;
}

#fecha a{
	float:right;
	width:auto;
	background:#00ACE6;
	font-size:1em;
	padding:10px 12px;
	color:#FFF;
}

.slide{
	width: 100%;
    float: left;
    position: relative;
}
.slide li{
	width: 100%;
    float: left;
    position: relative;
	list-style:none;
}
.slide li img{
	width: 100%;
}

.slide_p, .slide_pp{
	display:none;
}

/* BUSCA */
#lista_busca{
	width:100%;
	float:left;
	margin-bottom:150px;
}
#lista_busca li{
	width:100%;
	float:left;
	list-style:none;
	margin-bottom:30px;
}
#lista_busca li a{
	color:#646667;
}

/* HOME */

/** slide **/

.box_slide{
	width: 100%;
    float: left;
}
.box_slide .slide{
	width: 100%;
	float:right;
}


/** empresa **/
#box_part_empresa{
	width:100%;
	float:left;
	padding:60px 0;
}
#content_empresa{
	width:50%;
	float:left;
	margin-top:100px;
	opacity:0;
}
#box_part_empresa h1{
	width:auto;
	display:table;
	font-weight:bolder;
	margin-bottom:20px;
	text-transform:none;
}
#box_part_empresa p{
	width:100%;
	float:right;
}
#img_empresa{
	width:45%;
	float:right;
	position:relative;
}

#selo{
	width: 236px;
    height: 239px;
	float:left;
	position:absolute;
	bottom:0;
	background-image:url("img/selo_foto_empresa.png");
}

@keyframes Coracao {
  0%,to{padding:20px;}50%{padding:0px;}
}

#selo img{
	animation: Coracao 5s linear infinite;
}


/** produtos **/
#box_part_produtos{
	width:100%;
	float:left;
	padding: 80px 0;
	display:none;
}

#box_part_produtos h1{
	font-weight: bolder;
	text-align: center;
}
.sub{
	width: 50%;
    margin: auto;
    float: none;
    text-align: center;
}
#box_part_produtos h3{
	color:#FFF;
	height:40px;
	text-align:center;
	margin:10px 0;
	font-weight: lighter;
}
#box_part_produtos .botao{
	width: auto;
    padding: 15px 20px;
    background: #FFF;
    color: #338cc6;
    margin: auto;
    float: none;
    display: table;
}
#box_prod{
	width:100%;
	float:left;
	margin-top:20px;
	position:relative;
}
#produtos_home{
	float:left;
	opacity:0;
}
#produtos_home li{
	list-style:none;
	float:left;
}
#produtos_home li div{
	width:100%;
	float:left;
	padding:10px;
}
#produtos_home li a{
	width:100%;
	float:left;
	padding:15px;
	border-radius: 10px;
	background:#00ACE6;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}


/** agendamento **/
#box_part_agendamento{
	width:100%;
	float:left;
	padding:70px 0;
	background-color:#93bbb0;
	background-image:url(img/bg_agendamento.jpg);
	background-position:top center;
	background-size:cover;
}
#box_part_agendamento #titulo{
	width: 360px;
	float:left;
}
#box_part_agendamento #titulo hr{
	width:100px;
	height:3px;
	border:none;
	border-radius:20px;
	background:#FFF;
	margin-bottom:20px;
}
#box_part_agendamento #titulo h1{
	color:#FFF;
	font-size: 6em;
    line-height: 1em;
}
#opcao{
	width:450px;
	float: right;
    background: #FFF;
    padding: 50px;
    border-radius: 15px;
	margin:100px 0 70px 0;
	box-shadow: 5px 10px 10px rgba(0,0,0,0.5);
}
#opcao h2{
	font-size: 1.7em;
	color:#908f8f;
	font-weight:bold;
}
#opcao h1{
	font-size: 4em;
	margin-bottom:30px;
}
#opcao a{
	width:100%;
	float:left;
	margin-bottom:30px;
}
#opcao a img{
	float:left;
	margin-right:20px;
}
#opcao a:last-child{
	margin-bottom:0;
}
#opcao a h2{
	font-size: 1.2em;
	text-transform:uppercase;
	color:#908f8f;
	font-weight:bold;
}
#opcao a h1{
	font-size: 2.5em;
	float:left;
	margin-bottom:0;
}

/** estrutura **/

#itens_estrutura{
	width: 100%;
    float: left;
	padding:60px 0;
	background-color:#eefcec;
}
#itens_estrutura .item{
	width: 100%;
    float: left;
	border-bottom: 1px solid #d9edd5;
	vertical-align:middle;
	padding:15px 10px;
}
#itens_estrutura .item img{
	margin-right:20px;
	display:inline-block;
	vertical-align:middle;
}
#itens_estrutura .item h3{
	font-size:3em;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
}
#itens_estrutura .botao, .texto_equipe .botao{
	padding:15px;
	float:left;
	width:auto;
	background:none;
	border:1px solid #646667;
	color:#646667;
	font-size:1.5em;
	font-weight:bold;
	margin-top:20px;
}

/** fresquinho **/
#box_fresquinho{
	width:100%;
	float:left;
	padding:150px 0 80px 0;
	background-color:#FFC72A;
	background-image:url(img/bg_fresquinho.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#esquerdo{
	width:55%;
	float:left;
	position:relative;
	margin-bottom:70px;
}
#direito{
	width:40%;
	float:right;
	position:relative;
	margin-bottom:70px;
}
#titulo_fresquinho{
	float:left;
	position:relative;
}
@keyframes MovAlho {
  0%,to{bottom: -100px; left: 60px;}50%{bottom: -150px; left: 80px;}
}
#alho{
	width:158px;
	height:111px;
	background-image:url(img/alho.png);
	position:absolute;
	bottom: -100px;
    left: 60px;
	animation: MovAlho 5s linear infinite;
}
#fresquinho{
	margin-top:70px;
	opacity:0;
}
@keyframes MovFolha {
  0%,to{margin-top: -80px; transform:rotate(0deg)}50%{margin-top: -50px; transform:rotate(10deg)}
}
#folha{
	right:0;
    margin-top: -80px;
	animation: MovFolha 8s linear infinite;
	position:absolute;
}
#diferencial{
	margin-top:320px;
}
#diferencial li{
	width:100%;
	float:left;
	list-style:none;
	background-color:#fafb7f;
	padding:20px;
	border-radius:10px;
	margin-bottom:10px;
	opacity:0;
}
#diferencial li img{
	vertical-align: middle;
    display: inline-block;
    width: 26%;
	margin-right:3%;
}
#diferencial li span{
	vertical-align: middle;
    width: 70%;
    display: inline-block;
}
#diferencial li span h3{
	margin-bottom:10px;
	color:#FFB300;
	font-size:2.5em;
	font-family: 'sen-extrabold';
}
#diferencial li span p{
	line-height:1.2em;
}

.titulo_home{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:30px;
}
.titulo_home hr{
	width:400px;
	margin:10px auto;
	background:#F97101;
	border:none;
	border-radius:50px;
	height:4px;
}

#video{
	width:800px;
	height:450px;
	border-radius:10px;
	margin:auto;
	display:table;
	opacity:0;
}

#info_campanha{
	width:100%;
	float:left;
	text-align:center;
	margin-top:20px;
	color:#000E61;
}
#info_campanha .botao{
	float: none;
    display: inline-block;
}

/** instagram **/
#instagram{
	width:100%;
	float:left;
	padding:80px 0;
}


/* SOBRE */
#introducao{
	width:65%;
	float:left;
	margin-top:60px;
}
#introducao h2, #historia h2{
	margin-bottom:20px;
	color:#000E61;
	font-size: 3em;
	font-family: 'sen-bold';
}
#introducao p, #responsabilidade_social p{
	margin-bottom:10px;
}
#foto_empresa{
	width:30%;
	float:right;
	margin-top:80px;
	text-align:center;
}
#foto_empresa img{
	border-radius:100%;
	margin-bottom:10px;
}
#missao, #historia, #responsabilidade_social{
	width:100%;
	float:left;
	margin-top:80px;
}
#historia{
	background: #FFF;
    padding: 30px 20px;
    border-radius: 10px;
}
#carrossel_hist p{
	text-align:justify;
	padding: 0 10px;
}
#carrossel_hist div{
	padding:0 10px;
}
#historia h2{
	margin-top:0;
}

#missao{
	margin-bottom:100px;
}

#missao li{
	width:33%;
	float:left;
	list-style:none;
	margin-bottom:30px;
	padding:10px;
	vertical-align: middle;
}
#missao li .info{
	width:100%;
	min-height: 280px;
	display:inline-block;
	vertical-align: middle;
	background:#000E61;
	padding:30px;
	border-radius:10px;
	color:#FFF;
	text-align:center;
}
#missao li h3{
	width:100%;
	font-size:2.5em;
	margin-bottom:10px;
	float:left;
}
#missao li p{
	width:100%;
}
#missao li img{
	width:10%;
	margin-right:10%;
	vertical-align: middle;
	display:inline-block;
}

#responsabilidade_social img{
	width:100%;
	border-radius:10px;
	margin-top:20px;
}

#melhor{
	width:100%;
	float:left;
	text-align:center;
	margin:80px 0;
}
#melhor h1{
	font-family: 'robotoslab';
}

#estrutura li{
	width:33.333333%;
	list-style:none;
	float:left;
	display:block;
}

/* CONVÊNIOS */

#box_part_convenios h1{
	font-size:7em;
	display:inline-block;
	margin-bottom:30px;
}


#lista_convenios, #lista_corpo_clinico, #lista_produtos, #lista_produtos_part, #lista_exames, #lista_procedimentos, #lista_blog, #lista_blog_part{
	width:100%;
	float:left;
	margin-bottom:80px;
}

#lista_convenios li, #lista_corpo_clinico li, #lista_produtos li, #lista_produtos_part li, #lista_exames li, #lista_procedimentos li, #lista_blog li, #lista_blog_part li{
	width: 16.5%;
    list-style: none;
    text-align: center;
	display: inline-block;
    vertical-align: top;
	padding:20px 10px;
    margin: 1.5%;
	background:#FFF;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	border-radius: 10px;
}

#lista_convenios li{
	opacity:0;
}

#lista_convenios1{
	margin-bottom:0 !important;
}

#lista_convenios1 li div{
	border-radius: 10px;
	padding: 10px 20px;
    margin: 15px;
	background:#FFF;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
}

#historia .nbs-flexisel-nav-left, #historia .nbs-flexisel-nav-right, #box_part_convenios .nbs-flexisel-nav-left, #box_part_convenios .nbs-flexisel-nav-right, #box_part_produtos .nbs-flexisel-nav-left, #box_part_produtos .nbs-flexisel-nav-right{
	margin:0;
	height:auto;
	position:relative;
	display:inline-block;
	margin:30px 10px 0 10px;
}
.nbs-flexisel-inner{
	text-align:center;
}


/* SERVICOS */

#lista_servicos{
	width:100%;
	float:left;
	margin-bottom:100px;
}

#lista_servicos li{
	width:100%;
	float:left;
	list-style:none;
	padding:15px;
	border-bottom: 1px solid #d9edd5;
}
#lista_servicos li:last-child{
	border-bottom:0;
}
#lista_servicos li h3{
	font-family: 'robotoslab';
	font-size:3em;
	float:left;
	margin-bottom:0;
}
#lista_servicos li .botao{
	width:auto;
	float:right;
	padding:15px;
}

/* BLOG */

.content_blog{
	width:60%;
	float:left;
}

#box_recente_posts{
    width: 100%;
    float: right;
	margin:70px 0;
}

#box_recente_posts h2{
	margin-bottom: 20px;
	font-weight: bolder;
	text-align:center;
}

#box_recente_posts #produtos_home li a{
	background: #FFF;
}
#box_recente_posts #produtos_home li h3{
	font-size: 1.8em;
	color:#000E61;
}
#lista_recente_posts li {
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 20px;
}
#lista_recente_posts li img {
	height: auto;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
#lista_recente_posts li a{
	float: left;
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}
#lista_recente_posts li a p {
	width:69%;
	display:inline-block;
	vertical-align:middle;
	color:#646667;
	float: none;
	padding: 0 15px;
	line-height: 1.2em;
}

#lista_blog_part{
	margin-top:50px;
}
#lista_blog li, #lista_blog_part li{
	width: 30%;
	padding: 0;
	display: inline-block;
    vertical-align: top;
	float: none;
	opacity:0;
	overflow:hidden;
}
#lista_blog li img, #lista_blog_part li img{
	border-radius:0;
}
#lista_blog_part li h3, #lista_blog li h3{
	font-size: 2.5em;
	padding:20px 40px 30px 40px;
	text-align:left;
	margin-bottom:0;
	color:#646667;
	font-weight: 100;
}
#lista_blog li a, #lista_blog_part li a{
	width: auto;
    display: inline-block;
}
#lista_blog li a:hover, #lista_blog_part li a:hover{
	
}

#box_part_blog{
	width:100%;
	float:left;
}

#box_part_blog h1{
	font-size:8em;
	display:inline-block;
}

/* CORPO CLíNICO */

#lista_corpo_clinico li{
	width:21.5%;
	padding:0;
	box-shadow: none;
	border-radius: 0px;
	background:none;
	opacity:0;
	margin-bottom:30px;
}
#lista_corpo_clinico li img{
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	border-radius: 100%;
	background: #f2fcee;
	margin-bottom:10px;
}
#lista_corpo_clinico li h3{
	margin-bottom:5px;
}



/* PRODUTOS */

#lista_produtos{
	margin-top:50px;
}
#lista_produtos li, #lista_produtos_part li{
	width:21.5%;
	padding: 20px;
}
#lista_produtos li:hover, #lista_produtos_part li:hover{
	background: #00ACE6;
}
#lista_produtos li img, #lista_produtos_part li img{
	margin-bottom:20px;
}
#lista_produtos li div, #lista_produtos_part li div{
	display: table;
    margin: auto;
}
#lista_produtos li p, #lista_produtos_part li p{
	text-transform:uppercase;
	height: 50px;
	vertical-align: middle;
    float: none;
    width: 100%;
    display: table-cell;
}
#lista_produtos li a, #lista_produtos_part li a, #lista_exames li a, #lista_procedimentos li a{
	width: auto;
	float:none;
    display: inline-block;
    font-family: 'poppinsregular';
    border-radius: 100px;
}
#lista_produtos li h3{
	color:#000E61;
	font-size: 1.8em;
}

#categorias{
	width:100%;
	float:left;
	text-align:center;
}
#categorias .botao{
	float:none;
	display:inline-block;
	margin: 0 10px;
}

/* EXAMES */

#lista_exames li, #lista_procedimentos li{
	width:45.5%;
	padding: 40px;
	background:#FFF;
	margin:2%;
	position:relative;
	opacity:0;
}

#lista_exames li .titulo_exame, #lista_procedimentos li .titulo_exame{
	font-size: 2em;
    margin-bottom: 15px;
	text-transform: uppercase;
}

#lista_exames li a {
    width: 30%;
    margin-top: 20px;
    color: #FFF;
    font-size: 1.2em;
    font-family: 'poppinsregular';
    background-image: linear-gradient(to right, #fb7946, #fdaf52);
    box-shadow: none;
    padding: 15px 30px;
    border-radius: 100px;
}

#texto{
	width:100%;
	float:left;
	margin-bottom:80px;
}
#texto h1{
	width:100%;
	float:left;
	font-size: 3em;
    margin: 0 0 30px 0;
    font-weight: bold;
}
#texto h2{
	width:100%;
	float:left;
	margin:30px 0;
}
#texto p{
	margin-bottom:10px;
}

#texto ul{
	float: left;
    margin-bottom: 10px;
    margin-left: 15px;
}
#texto ul li{
	margin-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.5em;
}

/* MEDIDAS COVID */

.destaque_covid{
	width:100%;
	float:left;
	margin:50px 0 30px 0;
	background: #000E61;
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
}
.medidas_covid{
	width:100%;
	float:left;
}
.medidas_covid li{
	width:30%;
	display:inline-block;
	list-style:none;
	margin: 50px 1.5% 0 1.5%;
	padding: 20px;
    background: #FFF;
    border-radius: 10px;
	text-align: center;
    vertical-align: top;
	min-height: 350px;
}
.medidas_covid li img{
	width:70%;
	margin-bottom:15px;
}
.medidas_covid li p{
	font-size: 1.2em;
}

#destaque1_covid{
	background:#FFC72A;
	color:#000E61;
	text-align:center;
	margin: 80px auto;
    display: inline-block;
    padding: 50px 15%;
    text-align: center;
    border-radius: 50px 0;
}
#destaque1_covid h2{
	font-size: 3em;
    font-weight: bolder;
    line-height: 1.2em;
}

/* CONTATO */

#form_contato {
	margin: auto;
    width: 70%;
	opacity:0;
}

#mapa{
	width:100%;
	height:450px;
	margin-top:100px;
}

.campo{
	width:100%;
	float:left;
	padding: 20px;
	font-family: 'poppinsregular';
    border: 1px solid #d1d1d1;
    display: block;
    background: #FFF;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
	margin-bottom:10px;
}
.campo.meio{
	width:49%;
}
textarea.campo{
	font-family: 'poppinsregular';
	height:150px;
	border-radius: 20px; /* Para Opera 10.5+*/
	-moz-border-radius: 20px; /* Para Firefox */
	-webkit-border-radius: 20px; /*Para Safari e Chrome */
}

.botao{
	font-family: 'poppinsregular';
	padding:20px;
    float: left;
	font-size: 1.5em;
	text-align:center;
	color:#FFF;
	border:none;
	cursor:pointer;
	background:#000E61;
	position:relative;
	margin-top:20px;
	text-transform:uppercase;
	
	border-radius: 150px; /* Para Opera 10.5+*/
	-moz-border-radius: 150px; /* Para Firefox */
	-webkit-border-radius: 150px; /*Para Safari e Chrome */
}

.botao:hover, .botao.active{
	background-color:#102889;
}

#form_contato .botao{
	width:auto;
	float:left;
	padding:20px 35px;
	font-size: 1.5em;
}

#box_info_contato{
	width:30%;
	float:right;
	opacity:0;
}
#box_info_contato h2{
	margin-bottom:30px;
}
.info_contato{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.info_contato li{
	width:100%;
	float:left;
	list-style:none;
}
.info_contato li h3{
	font-size: 1.5em;
	color:#fb7946;
	margin-bottom:10px;
	text-transform:uppercase;
}
.ico_contato{
	width:40px;
	padding:10px;
	background:#FFF;
	border-radius: 200px;
    float: left;
    margin-right: 10px;
}

.info_contato li a{
	height: 40px;
	color:#333;
	font-size: 1.3em;
    vertical-align: middle;
    display: table-cell;
}

/* SINGLE */

#imagem_single{
	width:45%;
	float:left;
}
#info_single{
	width:35%;
	float:right;
	margin-top:50px;
	background: #EE8800;
    padding: 30px;
    border-radius: 10px;
}
#info_single h2{
	color: #FFF;
    margin-bottom: 30px;
	font-size:3em;
	font-family: 'sen-bold';
}
#info_single p{
	border-bottom: 1px dotted #FFF;
    padding: 10px;
    color: #FFF;
}
#info_single p:last-child{
	border-bottom:0;
	padding-bottom:0;
}



/* FOOTER */

.footer{
	width:100%;
	float:left;
	padding-top:80px;
	background-color:#EE8800;
	
}
#imagem_footer{
	float:right;
}

#info_footer{
	width:420px;
	float:left;
	color:#FFF;
}
#info_footer h1{
	margin-bottom:30px;
	color:#FFF;
}
#info_footer a{
	width:100%;
	float:left;
	font-size:2em;
	color:#FFF;
	margin-bottom:10px;
}
#info_footer #end{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

#cadec{
	background: #FFCA36;
    padding: 10px 30px;
    float: left;
    width: auto !important;
    border-radius: 100px;
}
#cadec:hover{
	background: #FFF;
	color:#FFCA36;
}

.cadec{
	padding-bottom: 50px;
    display: flow-root;
}
.cadec h2{
	margin-top:30px;
	margin-bottom:10px;
	float: left;
}

#social{
	float:left;
	margin-top:30px;
}
#social h3{
	float:left;
	color:#FFF;
	font-size:3.5em;
	margin-right:20px;
	line-height:55px;
}
#social a{
	width:60px;
	float:left;
	margin:0 3px;
	padding:12px;
	background:#FFF;
	border-radius:100px;
}
#social a:hover{
	opacity:0.8;
	margin-top:-10px;
}

/*-------*/

.footer1{
	width:100%;
	float:left;
	padding:30px 0;
	background-color:#000E61;
}

.footer1 p{
	font-family: 'poppinsregular';
	width: auto;
	float:left;
	color:#FFF;
	font-size:1.3em;
}

#assinatura{
	width:130px;
	float:right;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* RESPONSIVE
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 1230px){
	.content{
		padding:0 20px;
	}
	#agendar{
		margin: 30px 10px;
		font-size: 1.3em;
	}
	#menu li a{
		font-size: 1.3em;
		padding: 15px 10px;
	}
	#social_top a {
		width: 43px;
	}
}

@media screen and (max-width: 1100px){
	#box_fresquinho{
		padding: 50px 0 80px 0;
		background-position-y: -120px;
		background-position-x: -100px;
	}
	@keyframes MovFolha {
	  0%,to{transform:rotate(0deg)}50%{transform:rotate(10deg)}
	}
	#folha{
		right:0;
		margin-top: 80px;
		animation: MovFolha 8s linear infinite;
		position:absolute;
	}
	@keyframes MovAlho {
	  0%,to{bottom: -130px; left: 100px;}50%{bottom: -160px; left: 120px;}
	}
	#alho{
		left: 100px;
	}
	#fresquinho{
		margin-top:150px;
	}
	#imagem_footer {
		float: right;
		width: 500px;
		margin-top: 50px;
	}
}

@media screen and (max-width: 1024px){
	#content_empresa{
		margin-top: 30px;
	}	
	#box_part_empresa{
		padding: 0px 0 100px 0;
	}
	#box_part_produtos h3{
		font-size: 1.8em;
	}
	
}

@media screen and (max-width: 1023px){
	#menu{
		display:none;
	}
	.menu1{
		display: block;
	}
	
	/* SOBRE */
	#introducao {
		width: 100%;
		text-align: center;
		margin-bottom:50px;
	}
	#foto_empresa{
		float: none;
		margin: auto;
	}
	#introducao p, #responsabilidade_social p{
		text-align:center;
	}
}

@media screen and (max-width: 1000px){
	.sub {
		width: 70%;
	}
	#content_empresa {
		width: 100%;
		text-align:center;
	}
	#content_empresa .botao{
	    float: none;
		display: inline-block;
		margin-bottom:50px;
	}
	#img_empresa {
		float: none;
		margin: auto;
	}
	
	
	
	/* PRODUTOS */
	#lista_produtos li{
		width: 29.5%;
	}
}

@media screen and (max-width: 950px){
	#esquerdo{
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	#titulo_fresquinho{
	    width: 100%;
		text-align: center;
	}
	#alho{
		display:none;
	}
	#fresquinho {
		margin-top: 20px;
		float: right;
	}
	#direito {
		width: 100%;
		float: right;
	}
	#folha{
		margin-top: -80px;
		z-index: 9;
		width: 150px;
	}
	#diferencial{
		width:70%;
		margin:auto;
	}
	#info_footer{
		width:100%;
		text-align: center;
		margin-bottom:50px;
	}
	#info_footer #end{
		width: 100%;
	}
	#social{
		float: none;
		margin: 30px auto 0 auto;
		display: inline-block;
	}
	#imagem_footer {
		float: none;
		margin: 50px auto 0 auto;
		display: block;
	}
	
}

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

	/* SINGLE PROD */
	#imagem_single {
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom:50px;
	}
	#info_single {
		width: 80%;
		margin: 50px auto 0 auto;
		float: none;
		display: table;
		text-align:center;
	}
	
}

@media screen and (max-width: 850px){
	#video {
		width: 600px;
		height: 335px;
	}
	#missao li {
		width: 100%;
	}
	#missao li .info{
		min-height:auto;
	}
	.slide_g{
		display:none;
	}
	.slide_p{
		display:block;
	}
	
	/*COVID*/
	.medidas_covid li {
		width: 46.5%;
	}
}

@media screen and (max-width: 800px){
	#img_empresa {
		width: 70%;
	}
	#fresquinho {
		width: 80%;
	}
	.footer1 p {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#assinatura{
	    display: table;
		float: none;
		margin: auto;
	}
	
	#insta{
		display:none;
	}
	#insta1{
		display:block;
	}
		
	/* SOBRE NÓS */
	#introducao {
		width: 100%;
		text-align: center;
		margin-bottom:30px;
	}
	#foto_empresa{
		margin: auto;
		display: table;
		float: none;
		width: 100%;
	}
	#historia{
		text-align: center;
	}
	#missao li img {
		width: 20%;
	}
	#missao li .info {
		width: 65%;
	}
	
	/* ESPECIALIDADES */
	.subtitulo {
		width: 90%;
	}
	
	.texto p{
		text-align:center;
		margin-bottom:10px;
	}
	
	/* SERVICOS */
	#lista_servicos li h3{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#lista_servicos li .botao{
	    float: none;
		display: table;
		margin: auto;
	}
	
	/* CORPO CLÍNICO */
	#lista_corpo_clinico li {
		width: 29.5%;
	}
	
	/* CONTATO */
	#form_contato{
		width: 100%;
	}
	
	
}
@media screen and (max-width: 700px){
	#img_empresa {
		width: 90%;
		display: table;
	}
	#diferencial {
		width: 90%;
	}
	#agendar{
		display: none;
	}
	
	#video {
		width: 500px;
		height: 280px;
	}
	
	/* SOBRE NÓS */
	#missao li {
		text-align: center;
	}
	#missao li img{
		margin: 0 auto 20px 0;
	}
	#missao li .info, #missao li h3{
		width:100%;
		text-align:center;
	}
	#estrutura li{
		width:50%;
	}
	
	/* PRODUTOS */
	#lista_produtos li {
		width: 46.5%;
	}
	
	/* CONVENIOS */
	#lista_convenios li{
		width: 29.5%;	
	}
	
	
}

@media screen and (max-width: 550px){
	#logo {
		width: 120px;
		float: left;
	}
	#social_top{
		display:none;
	}
	.menu1{
		margin-top: 15px;
	}
	#box_part_produtos{
		padding: 50px 0;
	}
	#box_part_produtos h1, #box_part_empresa h1{
		font-size: 4em;
	}
	.sub {
		width: 100%;
	}
	#box_fresquinho{
		background-image: none;
	}
	#diferencial {
		width: 100%;
	}
	#folha{
		width: 120px;
	}
	#video {
		width:100%;
		height:255px;
	}
	#social h3{
		display:none;
	}
	
	/* PRODUTOS */
	#lista_produtos li {
		width: 100%;
	}
	#categorias .botao {
		width:100%;
		float: none;
		display: inline-block;
		margin:5px 0;
		font-size: 1.2em;
	}
	
	/* SINGLE */
	#info_single {
		width: 100%;
	}
	
	/* CONTATO */
	.campo.meio, #form_contato .botao{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	.slide_p{
		display:none;
	}
	.slide_pp{
		display:block;
	}
	
	/*COVID*/
	.medidas_covid li {
		width: 100%;
		margin:50px 0 0 0;
	}
	#destaque1_covid h2{
		font-size: 2em;
	}
}

@media screen and (max-width: 450px){
	#selo {
	    width: 190px;
		height: 193px;
		background-size: 100%;
	}
	#fresquinho {
		width: 90%;
	}
	.titulo_home hr {
		width: 80%;
	}
	h1 {
    font-size: 4em;
	}
}

@media screen and (max-width: 400px){
	h1, #box_part_produtos h1, #box_part_empresa h1 {
    font-size: 3em;
	}
	#diferencial li{
		text-align:center;
	}
	#diferencial li span{
		width: 100%;
		text-align:center;
		margin-top:10px;
	}
	#selo {
		width: 160px;
		height: 163px;
	}
}