/*ESTRUCTURA GENERAL*/
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../font/nexa_bold-webfont.woff2') format('woff2'),
         url('../font/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../font/nexa_light-webfont.woff2') format('woff2'),
         url('../font/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  background:#1c1918;
  color: #FFFFFF;
  font-family: '../font/Nexa Light.otf';
}

.titulo {
    font-family: 'nexa_boldregular';
    font-size:2.3vh;
    margin:auto;
    padding:auto;
	
}

.titulo1 {
    font-family: 'nexa_boldregular';
    font-size:3vh;
    margin:auto;
    padding:auto;
	
}

.titulo2 {
    font-family: 'nexa_boldregular';
    font-size:2.3vh;
    margin:auto;
    padding-left:20px;
    margin:20px;
	
}

.titulosection {
    font-family: 'nexa_boldregular';
    font-size:3vh;
    margin-top: 20px;
    margin-bottom: 20px;
    padding:auto;
    color:#FFFFFF;
    text-align: center;
}

.Textos1 {
    font-family: 'nexa_boldregular';
    font-size:2vh;
    margin:auto;
    color:#737171;
	
}

.Textos2 {
    font-family: 'nexa_boldregular';
    font-size:2vh;
    margin:auto;
	  color:#da012c;
    padding-bottom:10px;
}

.Textos3 {
    font-family: 'nexa_boldregular';
    font-size:2vh;
    margin:auto;
    padding:7px;
    color:#737171;
    width: 250px;
}

.separador {
  margin-top:10px;
}

/*MENU*/

.main {
	display: grid;
	background: #1c1918;
	grid-template-columns: 15% auto;
	grid-template-rows: 50% auto;
  margin-top: 1vh;
  margin-left: 1vh;
}

.main-1 {
    background: #da012c;
    border-radius: 9px 9px 9px 9px;
     -moz-border-radius: 9px 9px 9px 9px;
     -webkit-border-radius: 9px 9px 9px 9px;
     border: 0px solid #000000;
     position: fixed;
     width: 15%;
}
  
.menu {
  padding: 15%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.logoback {
	background-color: #FFFFFF;
    width: 105%;
    height: 27vh;
	text-align: center;
	margin: 0px auto;
	padding: 5px;
  background-position: center center;
  background-attachment: fixed;
}
/*
.logo {
	background-image: url("../images/logo1.png");
	background-size: 100%;
	background-repeat: no-repeat;
    width: 100%;
    height: 26vh;
	margin: 0% auto;
   
  background-position: center center;
}*/

.logo {
	background-image: url("../images/logo1a.gif");
	background-size: 100%;
	background-repeat: no-repeat;
    width: 100%;
    height: 26vh;
	margin: 0% auto;
  /* background-size: cover; */
  background-position: center center;
}

.menutitulo{
	font-family: 'nexa_boldregular';
	color: #FFFFFF;
	width: 80%;
	text-decoration: none;
  font-size: 2.5vh;
}

.menumenu{
  font-family: 'nexa_boldregular';
  font-size: 2.5vh;
  width: 90%;
  text-decoration:none;
  float:left;
  border:1px solid #da012c;
  border-bottom:1vh #da012c solid;
  border-right:1vh #da012c solid;
}
	
.menumenu a {
  color:#000000;
  text-decoration:none;
   display:block;
}


.menumenu:hover .imagemenu, .menumenu:hover {
  background:#1c1918;
	color:#FFFFFF;
	text-decoration:none;
  font-size: 2.8vh;
  border-radius:15px;
  opacity:1;
  border:1px solid #1c1918;
  
}

.menumenu a:hover {
	color:#FFFFFF;
	text-decoration:none;  
}

.imagemenu {
	background-color:#1c1918;
  width:3vh;
  height:3vh;
	opacity:0;
}

ul {
  list-style: none;
  margin-left:-49px;
  padding-top:1vh;
}

li {
  list-style: none;
/*  padding:5;
  margin:3;*/
}

/*SECCIONES*/
.content{
  font-family: 'nexa_boldregular';
  font-size: 2.3vh;
}

/*
.search-nav{

}
*/

.inputsearch {
	background-color: transparent;
	font-family: 'nexa_boldregular';
	font-size: 10px;
	color: #858585;
	width: 300px;
	height: 20px;
	border-bottom-style: inset;
}

.buttonsearch {
	background: transparent;
	border:0px;
}

.eventos {
	flex:1;
  display: flex;
  flex-flow: wrap;
  width: 120vh;
  padding-left: 1vh;
  margin-left: 1vh;
}

.contents {
  font-family: 'nexa_boldregular';
  font-size: 2.3vh;
  display:flex;
  margin-left: 3vh;
}

/* galeria img de eventos */

.galeria {
  text-decoration:none;
  margin-top: 3%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.image {
  text-decoration:none;
}

.imgIcon {
  width: 34vh;
  text-decoration:none;
  border-radius: 15vh 5vh 15vh 5vh;
  -webkit-box-shadow: 1vh 1vh 1vh 0px rgba(255,240,255,1);
  -moz-box-shadow: 1vh 1vh 1vh 0px rgba(255,240,255,1);
  box-shadow: 1vh 1vh 1vh 0px rgba(255,240,255,1);
}

.aImage {
  text-decoration:none;
}

.imgBig {
  width: 112vh;
  text-decoration:none;
}

.customer-name {
  text-align:center;
}

.imgSocialMenu {
  width: 6vh;
  height: 6vh;
}

.imgSection {
  width:2vh;
}
