body {
	background:linear-gradient(#FFFFFF,#FFCDED);
}
.whatsapp {
    position: fixed;
    top: 82%;
    left: 1%;
    padding: 10px;
    z-index: 10000000;
}

#logo-whats{
	width: 50px;
}

.teste{
	width:100%;
}
.logo {
	width: 15%;
	float:left;
	margin:1em;
}
#logo{
	width: 15%;
	float:left;
	margin:2em;
}
#baixo{
	margin-top: 4.5em;
}
.testin{
	margin-bottom: 1em
}
.titulo1 {
	text-align:center;
	font-size: 6.4em;
	font-family: courgette;
	color:#E59DED;
	text-align: center;
}

.titulo{
	text-align:center;
	font-size: 1.5em;
	font-family: courgette;
	color:#000;
	margin:10px;
}

.texto-sobre {
	padding: 1.1em;
	font-family:baloo paaji;
	font-size:1.2em;
	margin-left:1.2em;
	margin-top:1.2em;

}

 .titulo-sobre {
 	text-align:center;
	font-size: 1.5em;
	font-family: montserrat;
	color:#000;
 }

#info {
	text-align: center;
	font-size: 0.9em;
	color:#E5E5E5;
}

.servicos {
	display:inline-block;
	width:40%;
	margin-left: 3.5em;
	margin-right: 3.5em;
	margin-top:1.8em;
	margin-bottom:1.8em;
	background-color: white;
	padding: 1em;
} 

.imagem {
	width:100%;
	height:540px;
}

table {
	text-align: center;
	margin-left:30em;
	margin-bottom: 1.5em;
}

.first {
	border:2px solid #000000;
	font-weight: bold;
}

th {
   border:2px solid #090909;

}
.testin{
	padding:10px;
	background-image: url("");

}

footer {
	background-image:url(bgee.jpg);
	padding:2em;

}

#title-info{
	text-align:center;
}

.links {
	margin-left: 1.7em;
}

.links-img{
	width: 20px;
}

a{
	text-decoration: none;
	font-family: baloo paaji;
	font-size:1.3em;
}

a:hover{
	text-decoration: underline;
	font-size:1.4em;
}
.imagens-clinica {
	width:100%;
	padding:1em;
	margin:1em;
	margin-right: 0;
}

.imagens-clinica:hover {

	padding:0.5em;

}

.imagens-clinica2 {
	width:47.3%;
	padding:1em;
	margin:1em;
	display:inline-block;
}

.imagens-clinica2:first-child {
	margin-left:8em;
}

.imagens-clinica2:hover {
	padding:0.5em;
}

	@media screen and (max-width: 480px) { 
    
	.texto-sobre{
		margin-left:0;
	}

    .imagem {
        height: auto;
    }

    .servicos{
    	width:100%;
    	margin-left:0;
    	margin-right: 0;
    }

    .titulo1{
    	font-size:3.8em;
    	margin-left:0;
    	margin-right: 0;
    	text-align: left;
    }

    .imagens-clinica2 {
    	width:100%;
    	margin:0;
    	margin-top: 1em;
    }
    .imagens-clinica{
    	margin:0;
    	margin-top: 1em;
    }
    #logo{
    	width:15%;
    }
    .texto-eu{
    	margin:0;

    }
    .titulo{
    	font-size: 1.4em;
    }
}