/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be e93333 from functions.php not using @import */

/* ICONWEB */
.wpcf7-acceptance span,
.wpcf7-acceptance a { color: #fff; }

.entry ul {
    list-style-position: inside;
}

.formulario_contacto {
	background: #e93333;
	text-align: center;
	padding-bottom: 20px;
	float: left;
}
.formulario_contacto h3 {
	color: #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	margin-top: 0;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	text-transform: uppercase;
	position: relative;
}
.formulario_contacto h3::after {
	content: "";
    position: absolute;
    bottom: -15px;
    right: 125px;
    width: 30px;
    height: 30px;
    border-top: 2px solid #e93333;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #e93333;
    border-right: 2px solid #fff;
    background: #e93333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.formulario_contacto h4 {
	margin: 0;
	color: #fff;
}
.formulario_contacto h4 i {
	font-size: 20px;
}
.formulario_contacto.footer {
	padding: 18px 25px;
}
.formulario_contacto.footer input[type="text"],
.formulario_contacto.footer input[type="email"],
.formulario_contacto.footer input[type="tel"],
.formulario_contacto.footer textarea {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
.formulario_contacto.footer textarea {
	height: 100px;
}
.formulario_contacto.footer input[type="submit"] {
	width: 100%!important;
}

.formulario_contacto.PDF {
	background: transparent;
}
.formulario_contacto.PDF h4 {
	color: #fff;
	font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.columnas {
	display: inline;
}
.columna1 {
	width: 100%;
	float: left;
}
.columna2 {
	width: 49%;
	margin-right: 2%;
	float: left;
}
.columna2.last {
	margin-right: 0%;
}
.columna3 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.columna3.last {
	margin-right: 0%;
}
.formulario_contacto.PDF input[type="text"],
.formulario_contacto.PDF input[type="email"],
.formulario_contacto.PDF input[type="tel"] {
	width: 100%!important;
	margin-left: 0%!important;
	margin-right: 5%!important;
}
.formulario_contacto.PDF input[type="submit"] {
	background: #e93333!important;
	color: #fff!important;
	width: 200px!important;
}
.formulario_contacto.PDF input[type="submit"]:hover {
	background: #fff!important;
	color: #e93333!important;
}

.wpcf7-form input[type="date"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
	width: 90%;
	background: #fff;
	border-radius: 0!important;
	margin-left: 5%;
	margin-right: 5%;
}
.wpcf7-form input[type="submit"] {
	background: #000 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}
	.wpcf7-form input[type="submit"]:hover {
		background: #fff;
		color: #e93333;
	}

.wpcf7-form textarea {
	max-height: 150px;
	resize: none;
	margin-top: 10px;
}
.wpcf7-form input { margin-top: 10px; }

.wpcf7-response-output  { float: left; width: 100%; margin: 10px 0 0 0!important; }

.vcex-icon-box-one {
	margin-bottom: 20px;
    padding-left: 60px;
}
.vcex-icon-box-heading {
	margin: 0!important;
}
.wpex-vc-column-wrapper {
	margin-bottom: 30px!important;
}
.frase .wpex-vc-column-wrapper {
	margin-bottom: 0!important;
}
.footer .wpex-vc-column-wrapper {
	margin-bottom: 10px!important;
}

/*PROGRAMA*/
.programa .vcex-module {
    background: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 28px;
    font-size: 19px;
    font-weight: 700;
}

.programa .vcex-module .vcex-teaser-content {
	padding-top: 0!important;
}
.programa .vcex-module h3 {
	padding: 12px!important;
	background: #dbdbdb;
	font-size: 14px!important;
}
.programa.ultimos .vcex-module,
.programa.sinfondo .vcex-module {
	min-height: auto!important;
}
.programa.sinfondo .vcex-module {
	background: #fff;
}

.programa.ultimos .vcex-teaser-text {
	margin-top: 0;
	padding: 2px 10px;
}
.programa.ultimos .vc_column_container:last-child h3 {
	display: none;
}

.rojo-coaching { 
	color: #e93333;
}

.vcex-testimonials-fullslider-inner p {
	font-size: 15px!important;
}
.vcex-testimonials-fullslider-author {
	font-size: 15px!important;
	font-weight: bold;
}
.vcex-testimonials-fullslider {
	padding-bottom: 0!important;
}

.sociales_footer {
	border-right: 2px solid #fff!important;
	padding-right: 20px;
}

.entry ul li { margin-bottom: 20px; }

.vcex-testimonials-fullslider .sp-button.sp-selected-button, .vcex-testimonials-fullslider .sp-button:hover { background-color: #e93333!important; }


.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title { text-transform: uppercase; font-size: 20px; font-weight: bold; line-height: 26px; }
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a { text-transform: uppercase; color: #e93333!important; }