body {
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}
.navbar {
	background-color: #1273EB;
	height: 100px;
}
.navbar img {
	margin-top: 10px;
	width: 150px;
}
.navbar > div {
	background-color: #1273EB;
	z-index: 1;
}
.navbar-toggler {
	border: transparent;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.orange {
	color: #F29100 !important;
}
.blue, .form-control {
	color: #1273EB !important;
}
.white {
	color: #fff !important;
}
.grey {
	color: #868686 !important;
}
.bg-orange {
	background-color: #F29100;
}
.bg-blue {
	background-color: #1273EB;
}
.btn {
	height: 26px;
	padding: 5px 20px;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1.1;
	margin-top: 6px;
}
.btn-transparent {
	background-color: transparent;
	color: #F29100;
}
.btn-orange {
	background-color: #F29100;
	color: #fff;
}
.btn-red {
	background-color: rgb(220, 53, 69);
	color: #fff;
}
.btn-blue {
	background-color: #1273EB;
	color: #fff;
}
@media(max-width: 640px) {
	#header h1 {
		text-align: center;
	}
}
.carousel-caption {
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 30px;
	text-align: left;
}
.carousel-item h5 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
} 
.carousel-item p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 0;
} 
@media(min-width: 640px) {
	.carousel-caption {
		left: 10%;
		width: 30%;
		padding: 30px;
	}
	.carousel-item h5 {
		font-size: 2vw;
		font-weight: 600;
		line-height: 1.4;
	} 
	.carousel-item p {
		font-size: 2vw;
		font-weight: 300;
		line-height: 1.4;
	} 
}
.bevel-down {
	position: relative;
	left: 0;
	width: 0;
	height: 0;
	margin-bottom: -120px;
	border-left: 100vw solid #fff;
	border-bottom: 120px solid transparent;
}
.bevel-up {
	position: relative;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -120px;
	border-right: 100vw solid #fff;
	border-top: 120px solid transparent;
}

.carousel-bg-blue {
	background-color: #1273EBBB;
}
.carousel-bg-orange {
	background-color: #F29100BB;
}
#header {
	padding: 4rem 0;
	font-size: 2vw;
}
#empleo, #trabajadores {
	margin-top: 2rem;
	padding: 4rem 0;
	font-size: 2vw;
}
#empleo a, #trabajadores a {
	font-size: 12px;
}
#empresas h5 {
	text-align: center;
}
@media(min-width: 640px) {
	#empleo a, #trabajadores a {
		font-size: 28px;
	}
	#empresas h5 {
		text-align: left;
	}
}
#contador, #empresas {
	padding: 4rem 0;
}
#contador h4 {
	font-size: 4rem;
	margin-bottom: 0;
}
#ofertas h3 {
	text-align: center;
	padding: 20px;
	font-size: 2.5rem;
}
@media(max-width: 640px) {
	#ofertas h3 {
		text-align: center;
	}
}
#contador p {
	font-size: 26px;
}
.oferta {
	padding: 20px;
	border: 1px solid #F29100;
	border-radius: 20px;
}
.titulo-oferta {
	text-align: center;
	font-size: 20px;
}
.titulo-legales {
	text-align: center;
	font-size: 16px;
}
@media(min-width: 640px) {
	.titulo-oferta {
		text-align: left;
	}
}
.texto-oferta, .experiencia-oferta, .texto-legales {
	font-size: 12px !important;
	font-weight: 300;
}
footer {
	padding: 4rem 0;
}
footer ul {
	padding-left: 0;
}
footer li {
	list-style-type: none;
}
footer p {
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 0;
}
footer a {
	font-size: 10px;
}
.container-footer {
	max-width: 1000px;
}
@media(min-width: 640px) {
	footer .text-center {
		text-align: left !important;
	}
}