﻿@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?xm9x60');
    src:    url('../fonts/icomoon.eot?xm9x60#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?xm9x60') format('truetype'),
        url('../fonts/icomoon.woff?xm9x60') format('woff'),
        url('../fonts/icomoon.svg?xm9x60#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-correo:before {
    content: "\e901";

    font-size: 1.2em;
    margin: 0 10px;
}
.icon-facebook:before {
    content: "\e900";

    font-size: 1.2em;
    margin: 0 10px;
}





@font-face {
    font-family: "brandon";
    font-style: normal;
    font-weight: normal;
    src: url("../fuentes/Brandon_reg.otf");
}
@font-face {
    font-family: "brandon";
    font-style: normal;
    font-weight: lighter;
    src: url("../fuentes/Brandon_light.otf");
}
@font-face {
    font-family: "brandon";
    font-style: normal;
    font-weight: bold;
    src: url("../fuentes/Brandon_bld.otf");
}




@font-face {
    font-family: "typo grotesk";
    font-style: normal;
    font-weight: normal;
    src: url("../fuentes/Typo Grotesk.otf");
}
@font-face {
    font-family: "typo grotesk";
    font-style: normal;
    font-weight: lighter;
    src: url("../fuentes/Typo Grotesk Thin.otf");
}
@font-face {
    font-family: "typo grotesk";
    font-style: normal;
    font-weight: bold;
    src: url("../fuentes/Typo Grotesk Bold.otf");
}


@font-face {
    font-family: "malgun gothic";
    font-style: normal;
    font-weight: normal;
    src: url("../fuentes/malgun gothic.ttf");
}

body{
	font-family:'typo grotesk', sans-serif;
}

#cabecera{
	background: rgba(253, 250, 246, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100px;

	box-shadow: 0px 2px 5px 0px rgba(145, 143, 140, 0.2);
}

#cabecera-conten{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#logotipo{
	border: 0px solid red;
	position: relative;
	top: 0;
	left: 0;
	z-index: 101;
	width: 25%;
	text-align: center;
	float: left;
	padding: 10px 0;
}

.logotipo-pequeno{
	padding: 0 !important;
}

#logotipo img{
	width: 85%;
}

#circulo{
	border: 0px solid red;
    height: 5.1375rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: 6.2rem;

    transition: all 0.3s ease-in-out;
}

#circulo-conten{
	background: rgba(253, 250, 246, 0.75);
	box-shadow: 0px 2px 5px 0px rgba(145, 143, 140, 0.2);
    border-radius: 15rem;
    height: 9rem;
    position: relative;
    z-index: -1;
    top: -6.7rem;
    transition: all 0.3s ease-in-out;
    width: 20rem;
}

#efecto{
	border: 0px solid red;
	width: 100%;
	height: 710px;
}

#menu{
	border: 0px solid red;
	width: 70%;
	height: 100%;
	float: right;
}

#menu a{
	color: black;
	text-decoration: none;
}

#menu ul{
	width: 100%;
}

#menu ul li{
	width: 16.66%;
	float: left;
}

.menu{
	border: 0px solid red;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	color: #535250;
	padding: 39px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;

	transition:all 0.05s;
}

.linea-menu{
	background: #9e0b20;
	position: relative;
	top: 10px;
	z-index: 10000;
	width: 80%;
	height: 0px;
	margin: 0 auto;

	transition:all 0.05s;
}

.menu:hover, .activo{
	color: #9e0b20;
}

.menu:hover .linea-menu{
	height: 3px;
}

.idiomas a{
	border: 0px solid red;
	width: 50%;
	float: left;
}

.ingles-menu, .espanol-menu{
	line-height: 22px;
	padding: 12px 0 28px;
}

#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	border: 0px solid red;
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 10px 0;
}

#footer{
	background: #ea212d;
	width: 100%;
	height: 140px;
	float: left;
	padding: 10px 0;
}

#footer-conten{
	width: 1200px;
	height: 100%;
	color: white;
	margin: 0 auto;
}

#footer-conten a{
	color: white;
	text-decoration: none;
}

#logotipo-footer{
	border: 0px solid white;
	width: 20%;
	height: 100px;
	float: left;
}

#logotipo-footer img{
	width: 100%;
}

#footer-datos{
	border:0px solid white;
	width: 55%;
	height: 100px;
	float: right;
}

#footer-secciones{
	border: 0px solid black;
	width: 70%;
	height: 100px;
	font-weight: bold;
	line-height: 30px;
	float: left;
}

#footer-secciones div{
	width: 49%;
	float: left;
}

#footer-redes{
	border: 0px solid black;
	width: 28%;
	height: 100px;
	line-height: 15px;
	text-align: center;
	float: right;
	padding: 5px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#boton-contacto{
	border: 1px solid transparent;
	background: white;
	color: #ea212d;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;

	transition: all 0.3s ease-in-out;
}

#boton-contacto:before {
    
}

#boton-contacto:hover{
	border: 1px solid white;
	background: #eb1f27;
    color: white;
}

#footer-copyright{
	border-top: 3px solid white;
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 10px 0 0 0;
}