/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* MENU */
i.fa.fa-bars {
	font-size: 25px;
	color: #FFF;
}
nav.main_menu > ul > li:last-child > a:after {
	content: ' ';
	background-image: url('arrow.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 10px;
	height: 17px;
	display: inline-block;
	position: relative;
	left: 10px;
	top: 2px;
}
p {
	font-size: 16px;
}
.q_logo a {
	height: 50px !important;
}

/* HOME - Secciones */

/* Seccion binaria */
.titulo-seccion p {
	font-size: 36px;
	font-family: Arimo;
}
.texto-seccion {
	margin-left: 20%;
}
.texto-seccion p {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 200;
	text-align: right;
}
a.boton-plataforma {
	padding: 8px 80px;
	margin: 20px 20% 40px 20%;
}
.columna-izquierda {
	color: #000;
}
.columna-derecha {
	color: #FFF;
}
.columna-izquierda .titulo-seccion p {
	text-align: right;
}
.columna-derecha .titulo-seccion p {
	text-align: left;
	font-weight: bold;
}
.columna-derecha .separador-altura {
	height: 270px;
}

/* Seccion Próximos Cursos */
.seccion-proximos-cursos {
	text-align: center;
}
.seccion-proximos-cursos h3.titulo-proximos-cursos {
	text-transform: none;
	font-size: 36px;
	color: #FFF !important;
	margin-bottom: 30px;
}
.seccion-proximos-cursos .texto-proximos-cursos {
	font-size: 28px !important;
}

/* Seccion Columnas Cursos */
.columnas-cursos {
	text-align: center;
}
.columnas-cursos .image_with_text img {
	border-radius: 50%;
	opacity: 0.2;
	margin: 0 auto 22px;
}
.columnas-cursos .wpb_column:hover .image_with_text img {
	opacity: 1;
	filter: none;
}
.columnas-cursos h3 {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	min-height: 130px;
}
.columnas-cursos p,
.columnas-cursos span.texto-columna-curso {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	min-height: 180px;
}
.columnas-cursos a {
	text-align: center;
	margin-top: 20px;
	display: inline-block;
	background-color: #26272F;
	color: #FFF;
	padding: 15px 50px;
	font-size: 22px;
	font-weight: normal;
}
.columnas-cursos .wpb_column:hover a {
	color: #FFF;
	background-color: #ED3855;
}

/* FOOTER */
.footer-info,
.footer-info a {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	color: #CCC !important;
}
.footer-info a.social-icon {
	font-size: 30px;
}
.footer-info.footer-center {
	margin-top: 77px;
}
.footer_bottom {
	padding: 0px 0px !important;
}
.footer_bottom_holder {
	background-color: rgba(130, 130, 130, 0.3) !important;
}
div.footer-by {
	text-align: right;
	font-size: 18px;
	font-weight: 300;
	color: #CCC;
}
div.footer-by a {
	color: #FFF !important;
	font-weight: bold !important;
}

/* PAGINA DE CURSO */
.page-template h3 {
	font-size: 24px;
	margin-bottom: 20px !important;
}
.franja-intro-curso p {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 200;
	text-align: center;
}
.franja-intro-curso h5 {
	margin-top: 20px;
}
.columna-invertida,
.columna-invertida h3 {
	color: #FFF !important;
}
.columna-normal .vc_column-inner,
.columna-invertida .vc_column-inner {
	padding: 60px 30px;
}
.page-template .q_icon_list {
	margin-bottom: 21px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.columna-normal p {
	text-align: justify;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.columna-invertida .q_icon_list p {
	color: #FFF;
}
.franja-tutor {
	padding-left: 15px;
	padding-right: 15px;
}
.franja-tutor h2,
.franja-tutor h3,
.franja-tutor h4,
.franja-tutor p {
	text-transform: none;
	color: #FFF !important;
}
.franja-tutor h2 {
	font-size: 30px;
}
.franja-tutor h4 {
	max-width: 800px;
	margin: 0 auto 30px;
}

/* PÁGINA DE CONTACTO */
.titulo-contacto {
	padding-top: 100px;
	padding-bottom: 20px;
}
.titulo-contacto h2 {
	color: #FFF;
}
.wpcf7-form.cf7_custom_style_1 label {
	color: #FFF !important;
}

/* FORMULARIOS DE INSCRIPCIÓN */
.more_facts_button .more_facts_button_text {
	display: inline-block !important;
	padding: 10px 20px !important;
	background-color: #ed3855;
	border-radius: 2px;
	margin-bottom: 10px;
}
.fila-form-inscripcion h2 {
	color: #FFF;
	margin-bottom: 50px !important;
	margin-top: 20px !important;
}
.linea-form {
	margin-bottom: 0px;
}
.more_fact_opened .more_facts_outer {
    padding-bottom: 140px;
}
.linea-form label {
	display: inline-block;
	min-height: 105px;
}
.linea-form label,
.linea-separador {
	color: #FFF;
}
.linea-form.linea-separador {
	margin-top: 65px;
}
.linea-form.linea-60-40 label:first-child,
.linea-form.linea-40-60 label:last-child {
	width: 58%;
}
.linea-form.linea-60-40 label:last-child,
.linea-form.linea-40-60 label:first-child {
	width: 38%;
}
.linea-form.linea-30-70 label:first-child {
	width: 28%;
}
.linea-form.linea-30-70 label:last-child {
	width: 68%;
}
.linea-form.linea-40-20-40 label:first-child,
.linea-form.linea-40-20-40 label:last-child {
	width: 38%;
}
.linea-form.linea-40-20-40 label:nth-child(2) {
	width: 19.5%;
}
.linea-form.linea-100 label:first-child {
	width: 97%;
}
.importe {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
.radio-bonificado, .radio-pago {
	display: inline-block;
}
.radio-bonificado .wpcf7-list-item.first,
.radio-pago .wpcf7-list-item.first {
	margin-left: 0 !important;
}
.linea-form .wpcf7-list-item label {
	min-height: 0;
	background-color: #FFF;
	border-radius: 3px;
	color: #26272f;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}
span.wpcf7-not-valid-tip {
	color: #ed3855;
}
.linea-form.linea-titulo {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	text-transform: uppercase;
}
.linea-form.linea-titulo,
.linea-form.linea-texto {
	color: #FFF;
}
.linea-form.linea-reparto {
	font-size: 12px;
}

/* RESPONSIVE */
@media only screen and (max-width: 1200px) {
	a.boton-plataforma {
		margin: 20px 20% 105px 20%;
	}
	.columnas-cursos h3 {
		min-height: 60px;
	}
	.columnas-cursos p,
	.columnas-cursos span.texto-columna-curso {
		min-height: 80px;
	}
	.columnas-cursos a {
		margin-top: 5px;
	}
	.columna-curso {
		margin-bottom: 90px;
	}
}

@media only screen and (max-width: 1005px) {
	.footer_col2 {
		width: 60% !important;
	}
	.footer_col3 {
		width: 40% !important;
	}
	.titulo-contacto {
		padding-top: 0;
	}
	.q_logo a {
		height: 80px !important;
	}
}

@media only screen and (max-width: 991px) {
	.columna-derecha .titulo-seccion p,
	.columna-izquierda .titulo-seccion p {
		text-align: center;
	}
	.texto-seccion {
		margin-left: 20px;
		margin-right: 10px;
	}
	.texto-seccion p {
		text-align: center;
	}
	.columna-derecha,
	.columna-izquierda {
		text-align: center;
	}
	a.boton-plataforma {
		margin: 20px auto;
	}
	.columnas-cursos h3,
	.columnas-cursos p,
	.columnas-cursos span.texto-columna-curso {
		min-height: 0;
	}
	.columnas-cursos .image_with_text img {
		opacity: 1;
	}
	.columnas-cursos a {
		margin-top: 0;
	}
	.columna-curso {
		margin-bottom: 90px;
	}
	.two_columns_50_50 > .column1,
	.two_columns_50_50 > .column2 {
		width: 100% !important;
	}
	.footer_top .two_columns_50_50 .column2 .column_inner > div {
		margin: 0 !important;
	}
	.two_columns_50_50 > .column2 > .column_inner {
		padding: 0 !important;
	}
	.footer-info.footer-center {
		margin-top: 0;
	}
	.franja-intro-curso,
	.franja-tutor,
	.franja-caracteristicas {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.wpcf7-form-control-wrap {
    display: block;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
}