/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

body {
	background: url('../images/fondo-mapamundi.jpg') center top no-repeat #e3e9ea;
	background-size: cover;
	font-family: 'Open Sans', 'Trebuchet MS', Arial , sans-serif;
}


/* HEADER */
.header-cont {
	background-color: #FFFFFF;
	background-image: none;
	background-size: contain;
	border-top: 2px solid #4d91ae;
	padding-top: 10px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	margin-top: 20px;
}

.logo {
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.lateral-der-header {
	position: relative;
}

.frase-header img {
    margin-bottom: 0px;
    width: 80%;
}

.frase-header {
    text-align: center;
}


.redes {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

.redes a {
	color: #36a0d1;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
}

.redes a i {
	margin-left: 8px;
	margin-right: 3px;
	font-size: 20px;
	font-size: 2rem;
}

.redes a .fa-facebook-square {
	color: #00608d;
}

.menu {
	text-align: right;
}

.menu a:link, .menu a:visited, .menu a:active {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #6e6c6c;
	text-decoration: none;
	border-bottom: 4px solid #75c5ea;
	padding: 5px 10px;
	margin-left: 10px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.menu a:hover {
	border-bottom: 4px solid #00608d;
}

/* COLABORADORES --------------------------- */
.colaboradores {
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

.titulo-colaboradores {
	display: block;
	text-align: center;
	background: url('../images/separador.gif') repeat-x center left;
	margin-top: 20px;
	margin-bottom: 10px; 
}

.titulo-colaboradores #bg-blanco {
	background-color: #FFF;
	padding: 0px 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #808080;
	text-transform: uppercase;
}
.logos-colaboradores {
	text-align: center;
}

.logos-colaboradores img {
	margin-right: auto;
	margin-left: auto;
	display:block;
	margin-bottom: 10px;
}


/* FOOTER ---------------------------------- */
.footer {
	background-color: #e6e4e4;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #808080;
	border-bottom: 6px solid #c0c0c0;
	text-align: center;
}

.footer h3 {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: 600;
}

.footer p {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0px;
	font-weight: 400;

}

.footer p small {
	font-size: 11px;
	font-size: 1.1rem;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #808080;
}


/* CONTENEDOR GRAL ---------------------- */
.contenedor-gral {
	border-top: 2px solid #4d91ae;
	background-color: #FFF;
}

.cintillo {
    background-color: #d2e2e9;
    color: #36a0d1;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    width: 98.5%;
}

/* INICIO ---------------*/
.carousel {
	margin-top: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.carousel-indicators li {
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	margin: 3px;
}

.banners-destacados {
	display: block;
}

#banner01, #banner02, #banner03 {
	padding-right: 10px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.banners-destacados a img {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.banners-destacados a img:hover {
	opacity: 0.75;
}

.bloque-novedades {
	background-color: #e9edee;
	margin-top: 5px;
	padding: 8px 10px;
}

.bloque-novedades #titulo {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #36a0d1;
}

.bloque-novedades #cuerpo-novedad {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #5D5D5D;
}

#cuerpo-novedad.wsp-bloque {
    font-size: 19px;
}

#cuerpo-novedad.wsp-bloque i.fa-whatsapp {
	margin-right: 5px;
}

#ver-mas-novedades {
	background-color: #d2e2e9;
	margin-bottom: 15px;
	display: block;
    color: #36a0d1;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#ver-mas-novedades:hover {
	background-color: #36a0d1;
	color: #FFF;
	text-decoration: none;
}


/* MENU XS */
.menu-xs {
    background-color: #36a0d1;
    color: #FFFFFF;
    display: none;
}

.menu-xs a:link, .menu-xs a:visited, .menu-xs a:active {
    color: #FFF;
    display: block;
    text-align: center;
    padding: 15px 0px;
    border-bottom: 3px solid #72C0E4;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.menu-xs a:hover {
    text-decoration: none;
    border-bottom: #FFF solid 3px;
    background-color: #2E7798;
}

.acciones-btn-menu {
    color: white;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgba(0,0,0,0.3);
    z-index: 5000;
}

.acciones-btn-menu:hover {
	background-color: rgba(0,0,0,0.5);
}

#open-btn {
	top:30px;
}

#close-btn{
	display: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

	#open-btn, #close-btn{
		display: none;
	}

	body {
		background: url('../images/fondo-mapamundi.jpg') center top no-repeat #e3e9ea;
		background-size: cover;
		padding-top: 40px;
		font-family: 'Open Sans', 'Trebuchet MS', Arial , sans-serif;
	}

	/* HEADER */
	.header-cont {
		background: url('../images/bg-header.jpg') repeat-x top left #FFFFFF;
		background-size: contain;
		border-top: 2px solid #4d91ae;
		padding-top: 10px;
		box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
		margin-bottom: 20px;
	}

	.logo {
		padding-bottom: 5px;
	}

	.lateral-der-header {
		position: relative;
	}

	.frase-header {
	    text-align: right;
	}


	.frase-header img {
	    margin-bottom: 0px;
	    width: auto;
	}

	.redes {
		text-align: right;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.redes a {
		color: #36a0d1;
		text-decoration: none;
		font-size: 14px;
		font-size: 1.4rem;
		vertical-align: middle;
	}

	.redes a i {
		margin-left: 8px;
		margin-right: 3px;
		font-size: 20px;
		font-size: 2rem;
	}

	.redes a .fa-facebook-square {
		color: #00608d;
	}

	.menu {
		text-align: right;
	}

	.menu a:link, .menu a:visited, .menu a:active {
		display: inline-block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 600;
		color: #6e6c6c;
		text-decoration: none;
		border-bottom: 4px solid #75c5ea;
		padding: 5px 5px;
		margin-left: 8px;
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-ms-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

	.menu a:hover {
		border-bottom: 4px solid #00608d;
	}

	/* COLABORADORES --------------------------- */
	.colaboradores {
		background-color: #FFFFFF;
		padding-bottom: 50px;
	}

	.titulo-colaboradores {
		display: block;
		text-align: center;
		background: url('../images/separador.gif') repeat-x center left;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.titulo-colaboradores #bg-blanco {
		background-color: #FFF;
		padding: 0px 10px;
		font-size: 15px;
		font-size: 1.5rem;
		color: #808080;
		text-transform: uppercase;
	}
	.logos-colaboradores {
		text-align: center;
	}

	.logos-colaboradores img {
		margin-right: 50px;
		display: inline-block;
		margin-bottom: 0px;
	}

	/* FOOTER ---------------------------------- */
	.footer {
		background-color: #e6e4e4;
		padding-top: 30px;
		padding-bottom: 20px;
		color: #808080;
		border-bottom: 6px solid #c0c0c0;
		text-align: center;
	}

	.footer h3 {
		font-size: 18px;
		font-size: 1.8rem;
		margin-top: 0px;
		margin-bottom: 3px;
		font-weight: 700;
	}

	.footer p {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 0px;
		font-weight: 400;
		line-height: 1.6;
	}

	.footer p small {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.footer a:link, .footer a:visited, .footer a:active {
		color: #808080;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.redes {
		text-align: right;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.menu a:link, .menu a:visited, .menu a:active {
		display: inline-block;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 600;
		color: #6e6c6c;
		text-decoration: none;
		border-bottom: 4px solid #75c5ea;
		padding: 5px 10px;
		margin-left: 10px;
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-ms-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

	.menu a:hover {
		border-bottom: 4px solid #00608d;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }


svg.wsp-icon {
    width: 24px;
    height: auto;
    vertical-align: sub;
}