
@font-face {
    font-family:"Clarika Pro Grotesque Regular";
    src:url("fonts/ClarikaProGrot-Rg.woff2") format("woff2"),url("fonts/ClarikaProGrot-Rg.woff") format("woff"),url("fonts/ClarikaProGrot-Rg.otf") format("opentype");
    font-style:normal;font-weight:400;
}
      


@font-face {
    font-family:"Clarika Pro Grotesque Bold";
    src:url("fonts/ClarikaProGrot-Bd.woff2") format("woff2"),url("fonts/ClarikaProGrot-Bd.woff") format("woff"),url("fonts/ClarikaProGrot-Bd.otf") format("opentype");
    font-style:normal;font-weight:400;
}

body {
	background-color: #F2F2F2;
	color: #4D4D4D;
	font-family:"Clarika Pro Grotesque Regular";
	font-size: 16px;
	line-height: 1.5;
}

h1 {
	font-family:"Clarika Pro Grotesque Bold";
	font-size: 60px;
	line-height: 1;
}
h2 {
	font-family:"Clarika Pro Grotesque Regular";
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
}
h3 {
	font-family:"Clarika Pro Grotesque Regular";
	font-size: 20px;
	line-height: 1.2;
}
h4 {
	font-family:"Clarika Pro Grotesque Bold";
	font-size: 20px;
	line-height: 1.2;
}
p {
	/*margin-bottom: 0*/;
}
a,
.btn-primary {

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


.titulo {
	margin: 40px 0;
	padding: 40px 0;
	position: relative;
	background-color: transparent;
	background-image: url("../images/a1kmdecasa.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
} 

.rrss {
	margin: 20px 0;
}
.rrss p {
	margin: 0;
}
.rrss a {
	color: #4D4D4D;
	font-size: 40px;
	margin: 0 5px;
}
.rrss .fa-facebook {
	color: #4267B2;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.rrss .fa-twitter {
	color: #1da1f2;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.rrss .fa-whatsapp {
	color: #4FCE5D;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.rrss a .fa-facebook:hover,
.rrss a .fa-twitter:hover,
.rrss a .fa-whatsapp:hover {
	color: #4D4D4D;
}
section {
	padding: 60px 0;
	background-color: #4D4D4D;
	color: #F2F2F2;
}
form {
	margin-top: 10px;
}
.form-control {
	border: none;
	background-color: #F2F2F2;
	padding: 10px;
}
.btn-primary {
	padding: 10px 20px;
	font-family:"Clarika Pro Grotesque Bold";
	text-transform: uppercase;
	background-color: #EAFEFF;
	color: #4D4D4D;
	border: none;
}

.btn-primary:hover {
	background-color: #F2F2F2;
	color: #4D4D4D;
	border: none;
}

.mapa {
	margin: 40px 0;
}
.map-responsive {
	overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #4D4D4D;
	color: #F2F2F2;
}
#footer p {
	margin-bottom: 0;
}
#footer p a {
	font-family:"Clarika Pro Grotesque Bold";
	color: #EAFEFF;
}
#footer p a:hover {
	text-decoration: none;
	color: #F2F2F2;
}


@keyframes latidos {
    from { transform: none; }
    /*25% { transform: scale(1.4); }*/
    50% { transform: scale(1.1); }
    /*75% { transform: scale(1.4); }*/
    to { transform: none; }
}


#buttonMapa {
	color:#EAFEFF; 
	cursor:pointer;
	/*animation: latidos 1.5s infinite;*/

}

#buttonMapa::hover {

	animation: latidos 1.5s 1;

}