
/*Preloader*/

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}
@keyframes hiddenPreloader {
    0% {
    opacity: 1;
    }
    
    99.9% {
    opacity: 0;
    }
    
    100% {
    display: none;
    }
}

/*Fin del Preloader*/


@font-face {
    font-family: 'Sporting Grotesque Regular';
    src: url('../fonts/Sporting_Grotesque-Regular.eot');
    src: url('../fonts/Sporting_Grotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sporting_Grotesque-Regular.woff2') format('woff2'),
        url('../fonts/Sporting_Grotesque-Regular.woff') format('woff'),
        url('../fonts/Sporting_Grotesque-Regular.ttf') format('truetype'),
        url('../fonts/Sporting_Grotesque-Regular.svg#HOKSansPro-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	color: #9E7D2B;
	font-family: 'Sporting Grotesque Regular';
}
p {
	font-family: 'Sporting Grotesque Regular';
	font-size:12px;
	color: #F17747;
	line-height: 0px;
}

.cuadro-contenedor {
	width: 100%;
	position: fixed;
	float: left;
	z-index: 900;
	position: absolute;
	bottom:0;
	height: auto;
	margin-top:0px;
	background: #FAEFE6;
	background-position: right;
	background-size: contain;
	border-top: 2px solid #9E7D2B;
	padding: 38px 0px 38px 0px;
}
.cuadro-de-contenido{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.logotipo {
	width:62px;
	float:left;
	margin-right: 40px;
	padding-top:5px;
	padding-bottom: 5px;
}
.iconos img {
	height: 30px
}
h1 {
    font-weight: 300;
    font-size: 18px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.icono-instagram {
    margin-left: 20px;
}
.caja-contenedora-de-texto {
	max-width: 450px;

}
.iconos {
    width: 120px;
    float: right;
    margin-top: 12px;
    text-align: right;
}
.iconos-mobile {
	display: none;
}
.iconos img:hover {
    opacity: 0.55;
    transition: 0.2s;
}
.iconos-mobile img:hover {
    opacity: 0.55;
    transition: 0.2s;
}
.iconos img {
    transition: 0.2s;
}
.iconos-mobile img {
    transition: 0.2s;
}
.espacio-interno {
    padding: 0px 40px 0px 40px;
}
.only-desktop {
	display: block;
}
.only-mobile {
	display: none;
}

@media screen and (max-width: 1300px) {
	.cuadro-de-contenido{
		width:100%;
	}
}

@media screen and (max-width: 1024px) {
	.cuadro-contenedor {
		
	}
}

/* Para Mobile */
@media screen and (max-width: 755px){
	.cuadro-de-contenido {
	    border-top: 2px solid #9E7D2B;
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    background: #FAEFE6;
	    padding: 0px;
	}
	.only-desktop {
		display: none;
	}
	.only-mobile {
		display: block;
	}
	.espacio-interno {
    	padding: 30px;
	}
	.textos {
		width:90%;
		float: left;
		min-height: 94px;
	}
	.dirigido-mobile {
		width: 100%;
		display: inline-block;
	}
	h1 {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 14px;
	}
	p {
		font-size: 12px;
	}
	.caja-contenedora-de-texto {
		margin-top:5px;
		width: 66%;
		max-width: 130px;
	}
	.iconos-mobile {
		display: block;
		text-align: center;
		width: 10%;
		float: right;
		padding-top: 5px;
	}
	.cuadro-contenedor {
		
	}
	.logotipo {
	    width: 50px;
	    margin-right: 20px;
	    padding-top: 7px;
	}

}
@media screen and (max-width: 403px){
	h1 {
		font-size: 13px;
		line-height: 18.28px;
	}
}
@media screen and (max-width: 347px){
	h1 {
		font-size: 11px;
		line-height: 18.38px;
	}
	p {
    	font-size: 10px;
	}
}