/******** GENERALES *********/
html {
  scroll-behavior: smooth;
}
body {
	background-image: url("../img/bg.jpg");
 	background-color: #cccccc;
}
p {
	color:#CA807E;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
} 
h1, h2, h3, h4, h5, .nav-item a {
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5 {
	font-weight: 700 !important;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, .dorado {
	color: #D8CD74;
}
strong{
	font-weight: bold !important;
}
.white{
	color:white;
}
.white a:hover{
	color:white;
}
.color1{
	color:#CA807E;
}
.color2{
	color:#CF8B77;
}
.color3{
	color:#D69C6E;
}
.color4{
	color:#DCAB5F;
}
.color5{
	color:#D1B275;
}
.color6{
	color:#B7B488;
}
.color7{
	color:#93B0A1;
}
.gris {
	color:#424242 !important;
}
.caps{
	text-transform:uppercase;
}
.separador {
	height: 100px;
}
/******** NAV *********/
.navbar-dark .navbar-toggler {
    width: 100%;
    border-color: rgba(255,255,255,0) !important;
}
.flecha{
	font-size:20px;
	font-weight: 900;
}
.navbar-dark {
	z-index:1000;
    position: fixed !important;
	background: #D8CD74;
	top: -10px;
	padding: 10px;
	left: 50px;
}
.nav-item {
	font-weight: 700;
	padding: 0 10px 0 10px;
	display: inline-flex;
}
.nav-item:hover {
	background:#424242;
}
.nav-item a{
	margin-left: 10px;
}
.nav-item a:hover{
	color: white !important;
}
.nav-icon {
	width:	30px;
	float: left;
	mix-blend-mode: multiply;
}
/********AVION******/
#myBar {
    border-right: 2px dashed;
    left: 20px;
}
.avion{
	width: 60px;
	position: absolute !important;
	bottom: -60px;
	display: block;
	margin-left: -29px;
}
.progress-bar {
 	height: 8px;
 	background: none !important;
 	position: fixed;
 	overflow:visible !important;
} 

.numerote {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 10px;
    margin-top: 100px;
    color: rgba(0, 0, 0, 0.9);
    text-shadow: -1px -1px white,1px 1px white;
    font-weight: bold;
}
@media (max-width: 991px) {
  .navbar-dark {
    left: 0px;
  }
  .header{
  	display:none;
  }
  .carousel-item {
	height:250px !important;
	}
}
/**************SLIDES***************/
.videoslide {
	height:100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath stroke='black' d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
 }
 .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath stroke='black' d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next, .carousel-control-prev {
	height: 90%;
    top: -10%;
    width: 10% !important;
}
.carousel-item {
	height:500px;
}
.h-100 {
    margin: auto;
}
iframe {
    border: none;
}
