/*PALETAS DE COLOR:EN ETAPA DE PRUEBA;
PALETA 1>>>-#063B85(AZUL FUERTE) -#F3F3F3(BLANCO) -#1698F5(AZUL CLARITO) -#02214C(AZUL FUERTE OSCURO) -#F7B945(MOSTAZA)
PALETA 2>>>-#E84823(NARANJA) -#1D71B8(AZUL MEDIO) -#F9F9E5(BLANCO) -#1D1D1B(NEGRO) -#E7393F(ROJO ROSADO)
PALETA 3>>>-#FFCE0B(AMARILLO OSC)-#E8610A(NARANJA OSC)-#FF0260(ROSA OSC)-#640AE8(MORADO AZULADO)-#0083FF(AZUL LEVE)
PALETA 4>>>-#69001E(VINO)-#FFFFFF(BLANCO)-#474747(NEGRO GRIS)-#979797(GRIS)
PALETA 5>>>-#DAD8F2(GRIS BLANCO)-#00859A(PANTANO VERDE)-#D4D830(AMARILLO VERDOSO)-#C0B72C(AMARILLO OSC)-#A67F10(CAFE AMARILLESCO)
*/

*{margin:0;padding:0;}
body{
	background-image: url(../img/cappadocia_turky.jpeg);
	background-attachment: fixed;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #181818;
	color: white;
	font-family: 'Cantora One', sans-serif;
	/*font-family: 'Josefin Sans', sans-serif;*/
}

.menu_bar {display:none;}
 
 img.ic_no{width:32px;height:32px;}
 
nav {
background:#EBEBEB;
z-index:1000;
max-width: 1800px;
width:80%;
margin:0px auto;
text-align:center;
}
 
nav ul {list-style:none;}
 
nav ul li {
display:inline-block;
position: relative;
border: 3px solid transparent;
transition:0.5s;
}
 
nav ul li:hover {transition:0.5s;border-top: 3px solid #F60423;}
 
nav ul li a {
color:#000;
display:block;
text-decoration:none;
padding: 20px;
}
 
nav ul li a span {
margin-right:10px;
}
 
nav ul li:hover .children {display:block;}
 
nav ul li .children {
display: none;
background:#EBEBEB;
position: absolute;
width: 150%;
z-index:1000;
border: 3px solid transparent;
}
 
nav ul li .children li {
display:block;
overflow: hidden;
border: 3px solid transparent;
transition:0.5s;
}
 
nav ul li .children li a {display: block;}

nav ul li .children li:hover{transition:0.5s;border-left: 3px solid #F60423;border-right: 3px solid #F60423;}
 
nav ul li .children li a span {
float: right;
position: relative;
top:3px;
margin-right:0;
margin-left:10px;
}
 
nav ul li .caret {
position: relative;
top:3px;
margin-left:10px;
margin-right:0px;
}
 
@media screen and (max-width: 800px) {
body {padding-top:60px;}
 
.menu_bar {
display:block;
width:100%;
height:60px;
position: fixed;
top:0;
background:#F4F4F4;
z-index:1001;
}
 
.menu_bar .bt-menu {
display: block;
padding: 10px;
color: #fff;
overflow: hidden;
font-size: 25px;
text-decoration: none;
}
 
.menu_bar span {float: right;font-size: 40px;}

img.ic_no{margin-top:10px;}
 
nav {width: 100%;height: calc(100% - 80px);position: fixed;right:100%;margin: 0;}
 
nav ul li {display: block;}
 
nav ul li a {display: block;}
 
nav ul li:hover .children {display: none;}
 
nav ul li .children {width: 100%;position: relative;}
 
nav ul li .children li a {margin-left:20px;}
 
nav ul li .caret {float: right;}

body{background-image: none;}
li.logo{background-image: none;}
font.letra{color:#000;}
}

header{background:#EBEBEB;}

.colorsito{background:transparent;}

.logo{
	background-image:url(../img/logo.PNG);
	background-size: 35px 50px;
	background-repeat: no-repeat;
	background-position:center;
	background-color: transparent;
}

.lm{
	background-image:url(../img/logo.PNG);
	background-size: 35px 50px;
	background-repeat: no-repeat;
	background-position:center;
	background-color: transparent;
}

.letra{color:transparent;}