@charset "utf-8";
/*.navbar-nav.navbar-center {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

/* CSS Document */

html{
	position: relative;
	min-height: 100%;
}

body{
	background-color:#333333!important;
	}

/* MENU */

.navbar {
	background-color:#333333!important;
	font-family: kanit;
	font-weight: 300;
	font-size:15px!important;
	text-transform:uppercase;
	color:#FFFFFF!important;
	text-decoration: none!important;
	text-align: center!important;
}
.mi-nav{
	position: absolute;
	top:20px;
	z-index:999;
}

.mi-brand{
	margin-left:15px;
}

.nav-icon{
	padding:7px 7px!important;
}

.navbar-right{
	margin:0px 30px;
}

.navbar-navo{
	margin: 0px 10px;
}

.nav-item{
	color:white!important;
}
.nav-link{
	color:white!important;
	padding: 25px 20px!important;
}
.nav-here{
	background-color: #4d4d4d;
	color:white!important;
}
.nav-item a:hover{
	text-decoration: none!important;
}
.center-icon{
	display: inline-block;
	/*padding-right: 2%;*/
}


/*FOOTER GRANDE*/ 

.mi-foot{
	font-family: roboto;
	font-weight: 100;
	font-size:12px!important;
	color:#FFFFFF;
	bottom:0;
	/*display: flex;
    justify-content: center;
    flex-direction: column;*/
}
.mi-foot-back{
	position:absolute;
	bottom:0;
	z-index:10;
	background-color:#333333 !important;
	padding: 10px 0px;
}
.mi-foot-2{
	text-align:right;
	text-decoration:none;
	color:#FFF;
}

/*FOOTER CHICO*/ 

.mi-foot-small{
	font-family: roboto;
	font-weight: 300;
	font-size:12px!important;
	color:#FFFFFF;
	bottom:0;
	/*display: flex;
    justify-content: center;
    flex-direction: column;*/
}
.mi-foot-back-small{
	position:absolute;
	bottom:0;
	z-index:10;
	background-color:#333333 !important;
	padding: 10px 0px;
}
.mi-foot-small-2{
	text-align:right;
	text-decoration:none;
	color:#FFF;
}

/*TEXTO SLIDER*/

.text-home{
	position:absolute;
	bottom:7rem;
}
.text-home-tit{
	background-color:#f00000;
	font-family:roboto;
	color:#FFFFFF;
	/*font-size:19px;*/
	text-decoration: none!important;
	font-size:1em;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	/*height:40px;*/
	padding: 7px 70px 7px 15px;
}
.text-home-tit a{
	text-decoration: none!important;
}
.text-home-mas{
	background-color:#7d0000;
	font-family:roboto;
	font-weight:300;
	color:white!important;
	font-style: italic;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 7px 20px;
}
.text-home-mas a{
	text-decoration:none!important; 
	color:#FFFFFF;
}

.text-home-mas a:hover {
	text-decoration:none!important; 
    color:#FFFFFF;
    opacity: 0.7;
}

/*TEXTO SLIDER CHICO*/

.text-home-small{
	position:absolute;
	bottom:8rem;
}
.text-home-tit-small{
	background-color:#f00000;
	font-family:roboto;
	color:#FFFFFF;
	/*font-size:19px;*/
	font-size:0.8em;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	/*height:40px;*/
	padding: 0.5em 1em 0.5em 1em;
}
.text-home-mas-small{
	background-color:#7d0000;
	font-family:roboto;
	font-weight:300;
	font-size:0.8em;
	color:#FFFFFF!important;
	font-style: italic;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 0.5em 1em;
}
.text-home-mas-small a{
	text-decoration:none!important; 
	color:#FFFFFF;
}
.text-home-mas-small a:hover {
	text-decoration:none!important; 
    color:#FFFFFF;
    opacity: 0.7;
}

a:link { 
text-decoration:none!important; 
color:#FFFFFF;
} 
.icon_carro{
	color:#FFFFFF!important;
	text-decoration:none;
	padding:150px;
}
.nav-rest{
	border-bottom:1px solid #9c9aa0;
}
.nav-rest-cont{
	margin-top:25px;
	margin-bottom:25px;
}