body {
	background: #fffff8;
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Regular.ttf);
}
.container {max-width: 1170px;}

p {
    font-family: Roboto, sans-serif;
}

/* COLORES */
.color1{color:#24b4f2 !important;} 
.color2{color:#f8951e !important;}
.color1bg{background: #24b4f2 !important;}
.color2bg{background: #f8951e !important;}

/* NAVBAR */
.navbar {
	padding: 0;
}

.navbar-toggler {
	border: none;
}
.navbar-toggler-icon {
	color: #24b4f2;
}
.navbar-toggle .icon-bar {
	background: #24b4f2 !important;
}

nav button:focus { 
	border: none; 
	outline: none;
}

.logo {
	padding: 17px 5px;
}

nav li a {
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
    line-height: 1.8;
    text-transform: uppercase;
    color: #77787b;

}

nav li a:hover {
	cursor: pointer;
	color: #24b4f2 !important;
}

nav li a:after {
	content: '';
    height: .9em;
    background: url(../img/separador.jpg);
    width: 1.9px;
    display: inline-block;
    margin-left: 1.5em;
    position: relative;
    top: 2px;
}

li:last-child > a:after{
	content: "";
	display: none;
}

@media screen and (max-width: 991px){
	nav li a:after {
		display: none;
	}
}

.btn-inscripcion {
    color: #1799C5;
    padding: 10px;
    border-color: #1799C5;
    min-width: 140px;
    border-width: 2px;
    border-radius: 1px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    overflow: hidden;
}

.btn-inscripcion:hover {
	color: #fff;
	background: #1799C5;
}

/* CONTACTO */

h2 {
	font-size: 2.5em;
    color: #77787b;
    text-align: center;
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
}

.btn-enviar { 
    background: #1799C5;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    padding: .5em 2em;
    box-shadow: 0.5px 0.5px 3px #ccc;
    transition: .3s all ease;

.btn-enviar:hover {
    box-shadow: 0.5px 0.5px 5px #121212 ;
    background: #f8951e;
    color: #1799C5 !important;
}

form{
    background: #000;
    border: 1px solid #ccc;
}