/*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:15px;
    margin-left:30px;
    color:#464546;
	flex: 1 3 35%;
}

.titulo1 {
    margin-left:30px;
    margin-top:5px;
    font-family: 'nexa_boldregular';
    font-size:13px;
    color:#545354;
    width:340px;
	
}

.titulo1a {
    margin-left:30px;
    margin-top:20px;
    padding-top:10px;
    font-family: 'nexa_boldregular';
    font-size:12px;
    color:#545354;
    width:340px;
	
}

.socialMedia {
    margin-top: 5%;
    margin-left: 0;
    /* 
    margin-top: 200px;
    margin-left: 40px;
    margin-bottom: 30px;*/
}

.texto1b {
    margin-left:30px;
    margin-top:5px;
    font-family: 'nexa_boldregular';
    font-size:12px;
    color:#545354;
    width:340px;
	
}

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

.titulosection {
    font-family: 'nexa_boldregular';
    font-size:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:25px;
    padding:auto;
    color:#FFFFFF;flex: 1 3 35%;
}

.Textos1 {
    font-family: 'nexa_boldregular';
    font-size:12px;
    margin-top: 20px;
    margin-bottom: 20px;
    color:#737171;
	
}

.Textos2 {
    font-family: 'nexa_boldregular';
    font-size:12px;
    margin:auto;
	  color:#da012c;
}

.separador {
  margin-top:10px;
}

/*MENU*/

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

.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%;
    height: 600px;
    margin-top: 15px;
    margin-left: 5px;
}
  
.menu {
  padding: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.logoback {
	background-color: #FFFFFF;
	width: 62%;
	height: 120px;
	text-align: center;
	margin: 0px auto;
    margin-bottom: 20px;
	padding: 5px;
	display: flex;
}

.logo {
	background-image: url("../images/logo1.png");
	background-size: 100px;
	background-repeat: no-repeat;
	width: 100px;
	height: 110px;
	margin: 0px auto;
}

.menutitulo{
	font-family: 'nexa_boldregular';
	color: #FFFFFF;
	width: 80%;
	text-decoration: none;
    padding: 5px;
}

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


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

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

.imagemenu {
	background-color:#1c1918;
  width:15px;
  height:25px;
	opacity:0;
}

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

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

/*SECCIONES*/
.content{
  font-family: 'nexa_boldregular';
	font-size:12px;
  display: flex;
  flex-flow: row wrap;
}

.tituloYform{
  font-family: 'nexa_boldregular';
	font-size:12px;
}

.ubicacion{
  font-family: 'nexa_boldregular';
	font-size:12px;
  display: flex;
  flex-flow: column wrap;
  margin-top: 85px;
  margin-left: 45px;
  margin-right:75px;
}

/*
.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;
}


/* formulario  */

.buttonE {
  font-family: 'nexa_boldregular';
	font-size:14px;
	box-shadow: 0px 0px 11px 5px #393333;
	background:linear-gradient(to bottom, #01040d 5%, #1c1918 100%);
	background-color:#01040d;
	border-radius:10px;
	border:1px solid #071b57;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1c1918;
}

.buttonE:hover {
	background:linear-gradient(to bottom, #1c1918 5%, #01040d 100%);
	background-color:#1c1918;
}
.buttonE:active {
	position:relative;
	top:1px;
}

.buttonarea {
    padding-left: 98px;
    padding-top: 15px;
}

.contact {
  margin-left:30px;
}

.inputContact {
  font-family: 'nexa_boldregular';
  background-color:#1c1918;
  width:300px;
}

.textareaContact {
  font-family: 'nexa_boldregular';
  background-color:#1c1918;
  width:300px;
  height:100px;
}

.publicidad {
  margin-left:95px;
}
/*
.imgSM:hover {
  background-color: red;
  opacity:50%;
}
*/

.socialMedia1 {
    margin-top: 60%;
    margin-left: 15%;
    margin-bottom: 30px;
}