h1,body{
	font-family: 'Quicksand', sans-serif;
}

.h1-index h1{
	color: #013b42;
    font-weight: 800;
    padding-top: 25px;
}

.fondo-bar{
    background-color: #20c997;
    z-index: 4;
    position: fixed;
}
.fondo-bar2{
    background-color: #20c997;
    z-index: 4;  
}

.imagen-logo{
margin-top: -13px;
}


.fondo-menu{
	z-index: 10;
	position: fixed;
	width: 100%;
    margin-top: 56px;
}

.fondo-menu2{
    background: #17191bad;
}


video{
	z-index: 0;
}


button.navbar-toggler {
    margin-top: -55px;
}

.dropdown-item:hover {
	color: #058696;
}

.division-slider {
    margin-top: -17%;;
    z-index: 2;
    position: relative;
}

.division-slider2 {
    margin-top: -13%;;
    z-index: 1;
    position: relative;
}

form{
	position: relative;
	z-index: 2;
}

.boton-principal{
	background: #007ecb;
    font-size: 15px;
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px 40px;
	font-family: 'Quicksand', sans-serif;
	cursor: pointer;
}

.boton-principal:hover{
	color: #ffffff;
	background-color: #013b42;
    transition: all 0.5s ease;
}

.fondo-buscador{
padding: 20px;
border-radius: 5px;
}

.espacio{
   width: 328px !important;
}



@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}
/*colores de rutas*/
.ancho-naranja{
	background-color: #ffbf00;

}

.ancho-verde{
	background-color: #a2c500;
}

.ancho-marron{
	background-color: #9b691b;
}

.ancho-turqueza{
	background-color: #00daed;
}

.texto-rutas h2{
font-weight: 800;
}

.boton-conocer a{
	 font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.5s ease;
}



.btn-outline-primary {
  border-color: #ffffff;
}

.ancho-imagen-rutas{
	float: left;
}

.ancho-planificar{
	background: url(../imagenes/fondo-planificar.jpg) no-repeat 0px 0px;
	max-width: 100%;
	background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.titulo-planificar a{
font-weight: 800;
text-decoration: none;
color: #013b42;
}

.titulo-planificar a:hover{
color: #00daed;
transition: all 0.5s ease;
}


.circulo{
background-color: #00D9BD;
padding: 70px;
}

.fondo-blog{
	background: url(../imagenes/fondo-blog.jpg) no-repeat 0px 0px;
	max-width: 100%;
	background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -47px;
}

.h1-index2 h1{
	color:  #00D9BD;
    font-weight: 800;
}

.contratar-a {
    background: #00d9bd;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    font-size: 19px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    padding: 4px 45px;
    cursor: pointer;
}

.contratar-a:hover {
     color: #ffffff;
    background-color: #000000;
    transition: all 0.5s ease;
}

.registra{
	background-color: #00d9bd;
}

.boton-registrar a{
	color: #ffffff;
 	font-weight: 500;
	text-decoration: none;
	background-color: #002e34;
	font-size: 15px;
	padding: 10px 100px;
}

.boton-registrar a:hover{
    color: #ffffff;
    background-color: #000000;
    transition: all 0.5s ease;
    }

.fondo-footer{
	background-color: #013b42;
	margin-top: -6px;
}

.derechos {
    background: #002e34;
    box-shadow: 0 -3px 8px 0px rgb(14, 14, 14);
    font-size: 14px;
}

.boton-slider a{
	color: #ffffff;
 	font-weight: 500;
	text-decoration: none;
	background-color: #002e34;
	padding: 3px 10px;
	border-radius: 3px;
}
