@font-face {
    font-family: 'generica';
    src: url('../fonts/generica.eot');
    src: url('../fonts/generica.eot?#iefix') format('embedded-opentype'),
         url('../fonts/generica.woff') format('woff'),
         url('../fonts/generica.ttf') format('truetype'),
         url('../fonts/generica.svg#generica') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
  display: inline-block;
   font-family: 'generica';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-A:before{content:'\0041';}
.icon-B:before{content:'\0042';}
.icon-C:before{content:'\0043';}
.icon-D:before{content:'\0044';}
.icon-E:before{content:'\0045';}
.icon-F:before{content:'\0046';}
.icon-G:before{content:'\0047';}
.icon-H:before{content:'\0048';}
.icon-I:before{content:'\0049';}
.icon-J:before{content:'\004a';}
.icon-K:before{content:'\004b';}
.icon-L:before{content:'\004c';}
.icon-M:before{content:'\004d';}
.icon-N:before{content:'\004e';}
.icon-O:before{content:'\004f';}
.icon-P:before{content:'\0050';}
.icon-Q:before{content:'\0051';}
.icon-R:before{content:'\0052';}
.icon-S:before{content:'\0053';}
.icon-T:before{content:'\0054';}
.icon-U:before{content:'\0055';}
.icon-V:before{content:'\0056';}
.icon-W:before{content:'\0057';}
.icon-X:before{content:'\0058';}
.icon-Y:before{content:'\0059';}
.icon-Z:before{content:'\005a';}
.icon-a-min:before{content:'\0061';}
.icon-b-min:before{content:'\0062';}
.icon-c-min:before{content:'\0063';}
.icon-d-min:before{content:'\0064';}
.icon-e-min:before{content:'\0065';}
.icon-f-min:before{content:'\0066';}
.icon-g-min:before{content:'\0067';}
.icon-h-min:before{content:'\0068';}
.icon-i-min:before{content:'\0069';}
.icon-j-min:before{content:'\006a';}
.icon-k-min:before{content:'\006b';}
.icon-l-min:before{content:'\006c';}
.icon-m-min:before{content:'\006d';}
.icon-n-min:before{content:'\006e';}
.icon-o-min:before{content:'\006f';}
.icon-p-min:before{content:'\0070';}
.icon-q-min:before{content:'\0071';}
.icon-r-min:before{content:'\0072';}
.icon-s-min:before{content:'\0073';}
.icon-t-min:before{content:'\0074';}
.icon-u-min:before{content:'\0075';}
.icon-v-min:before{content:'\0076';}
.icon-w-min:before{content:'\0077';}
.icon-x-min:before{content:'\0078';}
.icon-y-min:before{content:'\0079';}
.icon-z-min:before{content:'\007a';}
.icon-0:before{content:'\0030';}
.icon-1:before{content:'\0031';}
.icon-2:before{content:'\0032';}

@font-face {
    font-family: fuente-titulos;
    src: url("../fonts/BebasNeue-Bold.otf") format("truetype");
}


@font-face {
    font-family: fuente-alternativa;
    src: url("../fonts/Gill-Sans.otf") format("truetype");
}


@font-face {
    font-family: fuente-regular;
    src: url("../fonts/SourceSansPro-Light.otf") format("truetype");
}

@font-face {
    font-family: fuente-bold;
    src: url("../fonts/SourceSansPro-Semibold.otf") format("truetype");
}


body{
	margin:0px;
	color:black;
	font-family: fuente-regular;
}

a{
	color:inherit;
	text-decoration: none;
}


/*CONTENEDOR DE MENSAJERÍA*/
.clabs-contenedor-mensajeria{
    position: fixed;
    z-index: 5;
    right: 0px;
    top: 100px;
    width: 70px;
}

@media only screen and (max-width: 1300px) {
    .clabs-contenedor-mensajeria{
        width: 50px;
        bottom: 10px;
        top:auto;
    }
}

@media only screen and (max-width: 768px) {
    

    .clgral-margenes-laterales-amplios{
        padding-left: 10px;
        padding-right: 10px;
    }
}


.boton{
	display: inline-block;
	vertical-align: top;
	background-color: black;
	color:white;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 20px;
	cursor:pointer;
	font-family: fuente-alternativa;
}

.boton span{
	display: inline-block;
	position: relative;
	top: 2px;
}

.boton:hover{
	background-color: #c69a39;
}

.boton .icono{
	position: relative;
	top: 5px;
	margin-left: 5px;
}

.fuente-negritas{
	font-family: fuente-bold;
}

.icono{
	font-family: generica;
}

.fuente-1{
	font-size: 50px;
	line-height: 50px;
}

.fuente-2{
	font-size: 35px;
}

.fuente-3{
	font-size: 25px;
}
.fuente-4{
	font-size: 20px;
}
.fuente-5{
	font-size: 18px;
}

@media only screen and (max-width: 1000px) {
	.fuente-3{
		font-size: 20px;
	}
	.fuente-1{
		font-size: 40px;
		line-height: 40px;
	}
	.fuente-4{
		font-size: 18px;
	}
}

@media only screen and (max-width: 850px) {
	.fuente-3{
		font-size: 18px;
	}
	.fuente-4{
		font-size: 17px;
	}
}


@media only screen and (max-width: 768px) {
	.fuente-1{
		font-size: 30px;
		line-height: 30px;
	}
	.fuente-4{
		font-size: 16px;
	}
}

@media only screen and (max-width: 550px) {
	.fuente-1{
		font-size: 25px;
		line-height: 25px;
	}
	.fuente-4{
		font-size: 15px;
	}

}

.header{
	padding-top: 10px;
	padding-bottom:10px;
	background-color:white;
	border-bottom: 1px solid #cccccc;
	position: relative;
	z-index:2;
}

.header .logo{
	width:10%;
	text-align: left;
}

.header .logo img{
	width: 120px;
}

.header .menu{
	width: 90%;
	text-align: right;
	position: relative;
	top:30px;
	font-family: fuente-bold;
}

.header .opcion{
	padding-left: 20px;
	padding-right: 20px;
}

.header .opcion:hover{
	color:black;
}

.header .buscador img{
	height: 40px;
	position: relative;
	top:-5px;
	margin-left: 10px;
}

@media only screen and (max-width: 1000px) {
	.header .opcion{
		padding-left: 15px;
		padding-right: 15px;
	}

	.header .logo img{
		width: 110px;
	}


}

@media only screen and (max-width: 850px) {
	.header .opcion{
		padding-left: 10px;
		padding-right: 10px;
	}

	.header .logo img{
		width: 100px;
	}

}

@media only screen and (max-width: 768px) {
	.header .opcion{
		padding-left: 8px;
		padding-right: 8px;
	}

	.header .logo img{
		width: 90px;
	}
}

@media only screen and (max-width: 700px) {
	.header .opcion{
		display: none;
	}

	.header .logo img{
		width: 80px;
	}

}



.contacto{
	padding-top: 50px;
	
}

.contacto .margenes-contacto{
	max-width: 1000px;
	margin:0 auto;
}

.contacto .textos{
	width: 80%;
	padding-right: 20px;
	box-sizing: border-box;

}

.contacto .celda-boton{
	width: 20%;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: right;
}

.contacto .titulo{
	font-family: fuente-titulos;
	color:black;
}

.contacto .texto{
	margin-top: 30px;
	font-family:fuente-bold;
}


.contacto .boton{
	margin-top: 40px;
}

.separador{
	width: 100%;
	height: 1px;
	background-color: black;
	margin-top: 50px;
}


@media only screen and (max-width: 768px) {
	.contacto .textos{
		width: 65%;
	}

	.contacto .celda-boton{
		width: 35%;
	}	
}



@media only screen and (max-width: 550px) {
	.contacto .textos{
		width: 100%;
		text-align: center;
	}

	.contacto .celda-boton{
		width: 100%;
		text-align: center;
	}	
}


.footer{
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .logo img{
	width: 120px;
}

.footer .margenes-footer{
	max-width: 1000px;
	margin:0 auto;
}



.footer .logo{
	width: 20%;
}

.footer .textos{
	width: 80%;
	text-align: right;
}

.footer .ligas{
	width: 33.33%;
	padding-left: 10px;
	max-width: 220px;
	box-sizing: border-box;
	text-align: left;
}

.footer .titulo{
	font-family: fuente-bold;
	color:black;
}

.footer .contenedor-ligas{
	margin-top: 20px;
}

.footer a:hover{
	color:black;
}

@media only screen and (max-width: 900px) {
	.footer .ligas{
		max-width: 180px;
	}	
}


@media only screen and (max-width: 768px) {
	.footer .logo{
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	.footer .textos{
		width: 100%;
		text-align: center;
	}
	.footer .ligas{
		max-width: 100%;
		text-align: center;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 600px) {
	.footer .ligas{
		width:100%;
		margin-bottom: 30px;
	}
}