@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Impact';
  src: url('../fonts/impact.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
.row{
	margin: 0px!important;
}

.contacto{
	color: #fff;
	text-align: center;
	text-decoration: none;
	align-self: center;
}


a.contacto:hover{
	text-decoration: none;
	color: #fff;
}

.logo{
    align-self: center;
}

h2.plazas{
	color: #292525;
	text-align: center;
	font-size: 30pt;
}

.titulo{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 60pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.beneficio{
	font-size: 13pt;
}

.paloma{
    height: 30px!important;
}

.p-extra{
    font-size: 15pt;
}

p.testimonio{
	font-size: 15pt;
}

p.telorentamosuno{
	font-size: 15pt;
}

.copy{
    color: gray;
}


@media (max-width: 767px){
.logo {
    text-align: center;
}

.contacto{
	text-align: center!important;
}
    
.titulo{
	font-size: 30pt;
}

.forms{
    width: auto;
    height: 1700;
}
	
.telorentamos, .telorentamosuno{
	text-align: center;
	}
	
}