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

body{font-family: "Roboto", sans-serif; font-weight: 100; font-style: normal; color: #3e3e3e;}
.logo{float:left; width: 20vw; position: relative; left: 50%; margin-left: -10vw; clear: both;}
.texto{float:left; width: 900px; position: relative; clear: both; left: 50%; margin-left: -450px; text-align: center;}
h2{ font-weight: 500; text-transform: none; font-size: 24px; margin-top: 70px; }
h3{ font-weight: 500; text-transform: none; font-size: 24px; margin-top: 40px; }
p{ font-weight: 300; font-size: 18px; line-height: 1.5;}
img{ margin-top: 60px;}
.telefono{ background-image: url("tlf.png"); background-repeat: no-repeat; background-position: left; height: 50px; line-height: 50px; background-size: contain; padding-left: 25px; text-decoration: none; font-weight: 500; color: #3e3e3e; margin-right: 10px; font-size: 18px;}
.email{ background-image: url("mail.png"); background-repeat: no-repeat; background-position: left; height: 50px; line-height: 50px; background-size: contain; padding-left: 25px; text-decoration: none; font-weight: 500; color: #3e3e3e; font-size: 18px;}

@media screen and (max-width : 580px)
{
	.logo{float:left; width: 50vw; position: relative; left: 50%; margin-left: -25vw;}
	.texto{float:left; width: 90%; position: relative; clear: both; left: 0; margin-left: 5%; text-align: center;}
	h2{ font-weight: 500; text-transform: none; font-size: 18px; margin-top: 50px; }
	h3{ font-weight: 500; text-transform: none; font-size: 18px; margin-top: 30px; }
	p{ font-weight: 300; font-size: 16px; line-height: 1.5;}
	img{ margin-top: 40px;}
	.telefono{ background-image: url("tlf.png"); background-repeat: no-repeat; background-position: left; height: 50px; line-height: 50px; background-size: contain; padding-left: 25px; text-decoration: none; font-weight: 500; color: #3e3e3e; margin-right: 10px; font-size: 16px;}
	.email{ background-image: url("mail.png"); background-repeat: no-repeat; background-position: left; height: 50px; line-height: 50px; background-size: contain; padding-left: 25px; text-decoration: none; font-weight: 500; color: #3e3e3e; font-size: 16px;}
}