@charset "utf-8";
/*/
font-family: 'Montserrat', sans-serif;
font-family: 'Bebas Neue', cursive;
/*/

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #171717;
}

h1{
	font-family: 'Bebas Neue', cursive;
	font-size: 2.4rem;
	color: #F09D07;
}
h2{
	font-family: 'Bebas Neue', cursive;
	font-size: 1.8rem;
	color: #F09D07;
}
h3{
	font-size: 1.3rem;
}
h1 span{
	font-size: 1.5rem;
}

a:link {
	color: #555759;
}
a:visited {
	color: #555759;
}
a:hover {
	color: #E18000;
}
p{
	text-align: justify;
}

/*Colores*/
.backGris{
	background-color:#E5E5E5;
}
.backBco{
	background-color:#ffffff;
}
.backObs{
	background-color:#4D4D4D;
}
.backNeg{
	background-color:#171717;
}


/*Contenidos*/
.parallax {
  background-image: linear-gradient(180deg, rgba(23,23,23,1) 100%, rgba(229,229,229,1) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navegacion{
	background-color:#E5E5E5;
	font-family: 'Bebas Neue', cursive;
}
.logo{
	width: 190px;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(23, 23, 23, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}
.amp{
	font-size: 60%;
}
.nav-link{
	font-size: 1.5em;
}

.footer{
	background-color: #E5E5E5;
	font-family: 'Montserrat', sans-serif;
	padding-top: 32px;
}
.footer ul{
	list-style: none;
	text-align: left;
	font-size: 12px;
}

.footer li a:link{
	color: #555759;
}

.footer li a:visited{
	color: #555759;
}
.footer li a:hover{
	color: #F09D07;
}

.footer h4{
	font-weight: bold;
	font-size: 14px;
}
.no-bullet{
	list-style: none;
}
.redes{
	float: left;
	font-size: 32px;
	margin-left: 30px
}
.politica{
	font-size: 12px;
}

.espacio{
	margin-bottom: 100px;
}

.intro{
	background-color: #000000;
	background-image: url("../images/chess.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 514px;
	padding: 0px;
}
.intro{
	text-align: right;
	padding-top: 50px;
	padding-right: 50px;
}
.intro h1{
	font-size: 5em;
	font-family: 'Bebas Neue', cursive;
	color: #F09D07;

}

.intro h2{
	font-size: 2.2em;
	font-family: 'Montserrat', sans-serif;
	color: #E5E5E5;
	max-width: 50%;
	float: right;
}

.serv h1{
	font-size: 2.2em;
	font-family: 'Bebas Neue', cursive;
	color: #F09D07;
}
.serv h2{
	font-size: 1.6em;
	font-family: 'Bebas Neue', cursive;
	color: #F09D07;
}

.boton{
	background-color: #F09D07;
	color: #353535;
	font-size: 1.5em;
	font-family: 'Bebas Neue', cursive;
	min-width: 100px;
}
.boton:hover{
	color:#ffffff;
}
.boton a{
	color: #ffffff;
}
.boton a:visited{
	color: #ffffff;
}
.medio{
	height: 100px;
}
.botServicios{
	padding: 5px 0px;
}
.botServicios a{
	font-family: 'Bebas Neue', cursive;
	color: #F09D07;
	font-size: 20px;
}

.features p{
	font-size: 14px;
}
.features h3{
	font-size: 20px;
	font-weight: bold;
}
.features div{
	min-width: 240px;
}

.google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.no-button{
	border: none;
    background-color: rgba(0,0,0,0);
}
.botonLink a{
	padding: 5px 10px;
	background-color: #E18000;
	color: #ffffff;
}
.hubspot-link{
	display: none;
}
/*--------ESCRITORIO GRANDE XL - DESKTOP */
@media (min-width: 1200px) {



}
/*--------ESCRITORIO MEDIANO LG - TABLET HORIZONTAL----------(1024px)*/
@media (max-width: 1199px) and (min-width: 992px) {



}
/*--------ESCRITORIO PEQUEÑO MD - TABLET VERTICAL----------(768px)*/
@media (max-width: 991) and (min-width: 768px) {
	


}
/*--------MÓVIL SM----------(512px)*/
@media (max-width: 767px) and (min-width: 480px) {
	.intro h1{
	font-size: 3em;
}

	.intro h2{
	font-size: 1.2em;
}
	.redes{
	margin-left: 25px
}
	

}

/*--------MÓVIL SM----------(320px)*/
@media (max-width: 479px) and (min-width: 321px) {
	
	.intro h1{
	font-size: 3em;

}

	.intro h2{
	font-size: 1.2em;
}
	.redes{
	margin-left: 25px
}

	
}

/*--------MÓVIL XSM----------(320px)*/
@media (max-width: 320px) {
	}