body{
	font-family: 'Playfair Display', serif !important;
}

h2{
	font-family: 'Playfair Display', serif !important;
}

h1{
	font-family: 'Playfair Display', serif !important;
}

h3{
	font-family: 'Playfair Display', serif !important;
}

h4{
	font-family: 'Playfair Display', serif !important;
}

p{
	font-family: Open Sans !important;
}

a{
	font-family: Open Sans !important;
}
@media only screen and (max-width: 480px){ 
    .form_register form {
        margin: 0px 0px 0px 0px  !important;
	}
	.botonLlamar{
		margin-top: -50px;
	}
	.logo{
		    width: 20% !important;
    		margin-top: -22px !important;
	}
	h2{
		font-size: 30px !important;
    	line-height: 35px !important;
	}
	h3{
		line-height: 30px !important;
    	font-size: 20px !important;
	}
	.nav-tabs > li > a {
	    font-size: 14px !important;
	}
	.titulo{
		    display: block !important;
		    position: absolute;
		    text-align: center;
		    margin-left: 25%;
		    margin-top: 3%;


	}
}