@font-face {
	font-family: 'Alvar Pro Medium';
	src: url('AlvarPro-Medium.eot');
	src: url('AlvarPro-Medium.eot?#iefix') format('embedded-opentype'),
			url('AlvarPro-Medium.woff2') format('woff2'),
			url('AlvarPro-Medium.woff') format('woff'),
			url('AlvarPro-Medium.ttf') format('truetype'),
			url('AlvarPro-Medium.svg#AlvarPro-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alvar Pro Semi Bold';
	src: url('AlvarPro-SemiBold.eot');
	src: url('AlvarPro-SemiBold.eot?#iefix') format('embedded-opentype'),
			url('AlvarPro-SemiBold.woff2') format('woff2'),
			url('AlvarPro-SemiBold.woff') format('woff'),
			url('AlvarPro-SemiBold.ttf') format('truetype'),
			url('AlvarPro-SemiBold.svg#AlvarPro-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}



 body {
	font-family: 'Alvar Pro Medium', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #10152d;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #ffffff;
	background: #f0ece3;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body, html {
	height: 100%;

}
body main {
	margin: 50px auto 0;
	padding: 0 0px;
	max-width: 100%;
}
.scrollContent {background:#2d2b35!important;}
.touchonly {
display: none;
}
html.touch .touchonly {
display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}

 

iframe > html {margin: 0}

 
/* tabs custom dove */
  


 
/********************************************************************/
/*ln styles desktop*/
button, input, optgroup, select, textarea {
	line-height: 1;
}

section.contenedor {
	padding: 0;
}

body main {
	max-width: 100%;
	margin: 50px auto 0;
	padding: 0 0px;
}

 
 @media screen and (min-width: 1024px) {
		body main:not(.storytelling) {
		margin-top: 0;
		padding-top: 0px;
		}
}

/*ln styles mobile*/
@media screen and (max-width:768px) {
	body main {
		padding: 0 0px;
	}
	body main {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 50px;
		padding: 0 0px;
		overflow: hidden;
	}

	
}


/*---------------------------------------------
TIPOGRAFIAS 
 -----------------------------------------------*/
 


 h1 {
	 font-family: 'Alvar Pro Medium', Arial, Helvetica, sans-serif;
	font-size: 48px;
line-height: 1;
color: #e22a2b;
margin-bottom: 0rem;
}


h2 {
	font-family: 'Alvar Pro Medium', Arial, Helvetica, sans-serif;
 font-size: 34px;
line-height: 1;
color: #10152d;
margin-bottom: 0rem;
}

.icono {height: 35px; width: 35px;padding: 0}
a {
  padding: 4px 2px;
  margin-right: 0px;
	display: inline-block;
	color: #10152d;
	font-size: 22px;
}
a svg {
  display: inline-block;
	 vertical-align: middle;
	 fill:#ED3024;
}
 

a:hover, a:hover svg {
	fill:#1e0aea;
	color:#294998;
text-decoration: none;
}
a:hover svg {
	
}

p {
	font-family: 'Alvar Pro Semi Bold', Arial, Helvetica, sans-serif;
 font-size: 24px;
line-height: 1;
color: #10152d;}


p span {position: relative; top:-5px; margin-right: 10px;;}

.llave {height:30px; width:30px; }



/*---------------------------------------------
 HOME
 -----------------------------------------------*/

/********************
	footer
****************************/


footer {}
.au-footer {
 padding-top:60px;
 padding-bottom:60px;
  background: #fff;

}

.footer-nav {
  display: -ms-block;
  display: block;
  -ms-flex-wrap: wrap;
  width: 100%;
  padding-bottom: 4%;
}

.footer-nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  font-family: arial, helvetica, sans-serif !important;
  font-size: 1em;
  line-height: 40px;
}

.footer-nav img.img-fluid {
  max-width: 250px;
  height: auto;
     
}

.footer-nav a {
	max-width: 155px;
  text-decoration: none;
  color: #000;
  display: block;
  transition: .3s background-color;
  opacity: 1
}

.footer-nav p.invite {
  font-family: arial, helvetica, sans-serif !important;
  padding-top: 0px;
  text-align: center;
  position: relative;
  top: 0px;
	margin:0 10px;
  margin-bottom: 0rem;
	color:#000;
}

.footer-nav a:hover {
  opacity: .8
}

  .footer-nav ul {
      border-bottom: none;
        text-align: center;
      display: flex;
			align-items:center;
			justify-content:center;
   }
	 
@media screen and (max-width:600px) {
  .footer-nav ul {
      border-bottom: none;
        text-align: center;
      display: flex;
			align-items:center;
			justify-content:center;
			flex-direction:column;
   }
 
}

