body {
	background-image: url(../img/planisferio-2.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	font-family: 'Raleway', sans-serif;
}

.text-zilla {
	font-family: 'Zilla Slab', serif;
}

.text-azul {
	color: #015093;
}

.idiomaPo {
	background-color: #4cc60a;
	border: 0;
	border-radius: 0;
}

.idiomaIn {
	background-color: #0ea4d5;
	border: 0;
	border-radius: 0;
}

.idiomaEs {
	background-color: #e33411;
	border: 0;
	border-radius: 0;
}

.bg-azul {
	background-color: #015093;
}

.bg-azul-cortado {
	background-image: linear-gradient(to bottom, #015093, #015093 50%, transparent 50%);
}

.bg-naranja {
	background-color: #db7a2b;
}

.bg-secundario {
	background-color: #d3daf0;
}

.bg-celeste {
	background-color: #ddf3ff;
}

.navbar-dark .navbar-nav .nav-link, .dropdown-item {
	color: #ebebeb;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: #db7a2b;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #a8bfd2;
}

@media ( min-width : 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0 2rem;
	}
	.barras {
		border-left: 3px solid #015093;
		border-right: 3px solid #015093;
	}
}

.footer img.img-fluid {
	max-height: 5rem;
}

.carousel-indicators {
	right: unset;
	left: 10px;
	margin: 0;
}

.carousel-indicators li {
	background-color: #db7a2b;
	width: 15px;
	height: 15px;
}

.dropdown-menu {
	border: 0;
	border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: inherit;
	color: #a8bfd2;
}

.dropdown-item:active {
	color: #db7a2b;
}

#nosotros {
	background-image: url(../img/nosotros/fondo-2.jpg);
	background-size: 100% auto;
	background-position: center center;
}

.titulo {
	text-transform: uppercase;
	font-weight: bold;
}

.titulo span {
	border-bottom: 2px solid white;
	padding-bottom: 5px;
}

#nosotros p {
	font-weight: lighter;
}

#nuestras-plantas {
	background-image: url(../img/plantas/fondo.jpg);
	background-size: auto 100%;
	background-position: center top;
	position: relative;
}

#mapa-plantas {
	position: relative;
}

@media ( min-width : 992px) {
	#nuestras-plantas {
		background-image: url(../img/plantas/fondo.jpg);
		background-size: 100% auto;
		background-position: center top;
	}
}

#iconos-plantas h1, #iconos-plantas h6 {
	font-family: 'Zilla Slab', serif;
}

#iconos-plantas h1 {
	font-size: 3rem;
}

#iconos-plantas h6 {
	font-size: 1rem;
	text-transform: uppercase;
}

#plantas-nuestras h2, #plantas-nuestras h4 {
	color: white;
}

#plantas-nuestras h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#plantas-nuestras h4 {
	font-size: 15px;
}

#elmapa {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.mapa-flecha {
	position: relative;
	z-index: 91;
}

.btn-link.idioma {
	color: #db7a2b;
	font-family: 'Zilla Slab', serif;
}

.btn-link.idioma.activo {
	color: #015093;
}

.titulo {
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.form-control {
	border: 0;
	border-radius: 0;
	margin-top: 2rem;
}

textarea.form-control {
	height: 178px;
}

.btn-azul {
	background-color: #015093;
	border: 0;
	border-radius: 0;
	padding: 5px 35px;
}

#contacto-datos h6 {
	color: #014f91;
	text-transform: uppercase;
	font-weight: bold;
}

#contacto-datos p {
	color: #8c8c8c
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive {
	position: relative;
	display: block;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
	.embed-responsive embed, .embed-responsive object, .embed-responsive video
	{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

@media ( min-width : 992px) {
	.borde-left {
		border-left: 1px solid #eee;
	}
}