/* CSS Document */

#main {
	padding: 5vw 30px !important;
}

/* Estilos para el formulario de cursos */

	#contenedorFormularioSidebar > .fusion-row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#contenidoFormularioContacto form {
		margin-top: 25px;
	}	
		#contenidoFormularioContacto label {
			color: #002395;
			font-size: 1.4rem !important;
			text-transform: uppercase;
		}
			#contenidoFormularioContacto .textBoxInput + .textBoxInput,
			#contenidoFormularioContacto .textBoxInput + .textareaBox {
				margin-top: 10px;
			}
			#contenidoFormularioContacto label > sup {
				color: #013a56;
				margin-left: 5px;
			}
			#contenidoFormularioContacto label > span {
				display: block;
				margin-top: 5px;
			}
				#contenidoFormularioContacto label > span > input,
				#contenidoFormularioContacto textarea {
					color: #013a56;
					font-size: 1.6rem !important;
					padding: 15px 10px !important;
				}
				#contenidoFormularioContacto input[type="submit"] {
					-webkit-transition: 0.4s all linear;
					-moz-transition: 0.4s all linear;
					-ms-transition: 0.4s all linear;
					-o-transition: 0.4s all linear;
					background: #002395;
					color: #fff;
					cursor: pointer;
					font-size: 2rem;
					letter-spacing: 2px;
					margin-top: 20px;
				}
				#contenidoFormularioContacto input[type="submit"]:hover {
					background: #666;
				}

/* Fin de los estilos para el formulario de cursos */


/* Estilos Mapa geografico */

		#contenedorLeaftMap {
			height: 0;
			padding-bottom: 75% !important;
			position: relative;
		}
			#contenedorLeaftMap > * {
				height: 100% !important;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}
			.leaflet-tile-pane {
			    -webkit-filter: grayscale(100%);
			    filter: grayscale(100%);
			}
	
/* Fin de los estilos mapa geografico */

/* Media queries */

@media only screen and (max-width: 1024px) {

	#contenidoMaps > .fusion-column-wrapper {
		padding-bottom: 44% !important;
	}
	#contenedorFormularioSidebar > .fusion-row {
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
		#contenedorFormularioSidebar > .fusion-row > div {
			margin-right: 0 !important;
			width: 100% !important;
		}

}

@media only screen and (max-width: 800px) {

	#contenedorCentros {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
		#contenedorCentros .fusion-layout-column + .fusion-layout-column {
			margin-top: 30px !important;
		}
	#contenedorFormularioSidebar > .fusion-row {
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}	
		.fusion-checklist + .tituloH3Apartado > h3 {
			margin-top: 15px !important;
			margin-bottom: 0 !important;
		}
		#contenidoMaps > .fusion-column-wrapper {
			padding-bottom: 60% !important;
		}
	
}

@media only screen and (max-width: 640px) {

	#contenedorFormularioContacto {
		margin-top: 35px!important;
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}	

}

@media only screen and (max-width: 480px) {

		#contenidoMaps > .fusion-column-wrapper {
			padding-bottom: 80% !important;
		}

}