/* 
Theme Name: Millenium Painting
Theme URI:https://emoticaweb.com
Author: Emotica
Author URI: www.emoticaweb.com 
Version: 1.1
License: GNU General Public License v3 or later
License URI: license.txt 
Text Domain: Millenium Painting
*/
/*========================*/
@font-face {
	font-family: 'source_bold';
	src: url('fonts/sourcesanspro-bold.woff2') format('woff2'), url('fonts/sourcesanspro-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'source_reg';
	src: url('fonts/sourcesanspro-regular.woff2') format('woff2'), url('fonts/sourcesanspro-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'source_semi';
	src: url('fonts/SourceSansPro-SemiBold.woff2') format('woff2'), url('fonts/SourceSansPro-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/*-------------------------------------------------------------- */
/* Generales */
/*-------------------------------------------------------------- */
.fila, .fila * {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	/*font-size: 10px;*/
	border-collapse: collapse;
	font-family: 'source_reg', Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
}
a img {
	border: none;
}
input {
	border: 0px inset;
}
ul {
	list-style-type: none;
}
fieldset {
	border: 0px;
}
.fila strong {
	font-family: "source_bold";
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, textarea, input, label, legend, fieldset, select, seccionquote {
	font-weight: normal;
	float: left;
	width: 100%;
	text-align: left;
	color: #333;
	font-size: 20px;
	margin: 0px;
	font-family: 'source_reg', Arial, Helvetica, sans-serif;
}
#scrolldown, #scrolldown:hover, a img, a:hover img {
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
}
html {
	scroll-snap-type: y proximity;
	scroll-padding: 0px 0 0 0;
}
body, html {
	width: 100%;
	height: 100%;
	position: relative;
	min-width: 320px;
	padding: 0px !important;
	margin: 0px !important;
}
body {
	text-align: center;
}
body.sin_scroll {
	overflow: hidden;
}
.invisible {
	display: none !important;
}
@media (min-width: 1150px) {
	.rspnsv {
		display: none !important;
	}
	/*.desk {
		display: inline-block !important;
	}*/
}
@media (max-width: 1149px) {
	.rspnsv {
		display: block !important;
	}
	/*.desk {
		display: none !important;
	}*/
}
hr {
	border-top: 0px !Important;
	border-right: 0px !Important;
	border-bottom: solid 0px #666 !Important;
	border-left: 0px !Important;
	float: left !Important;
	width: 100% !Important;
	position: relative !Important;
	height: 4px !Important;
	margin: 10px 0 39px 0 !Important;
}
@media (max-width: 1149px) {
	hr {
		margin: 10px 0 35px 0;
	}
}
hr:after {
	position: absolute;
	height: 3px;
	top: 0px;
	-o-left: calc(50% - 50px);
	-moz-left: calc(50% - 50px);
	-webkit-left: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	background-color: #FFC200;
	display: inline-block;
}
hr.normal {
	border-bottom: solid 1px #ddd;
	margin: 0 0 30px 0;
}
hr.normal::after {
	display: none;
}
footer hr {
	margin: 10px 0 10px 0 !important;
	border-bottom: solid 1px #ddd !important;
}
@media screen and (max-width: 1149px) {
	footer hr {
		margin: 20px 0 20px 0 !important;
		border-bottom: solid 1px #ddd !important;
	}
}
/*-------------------------------------------------------------- */
/* #Header */
/*-------------------------------------------------------------- */
#header {
	position: relative;
	min-height: 165px;
	z-index: 9;
}
@media screen and (max-width: 1149px) {
	#header {
		position: relative;
		min-height: auto;
	}
}
#header .cols {
	padding: 0 0px 0 0px;
	position: relative;
}
#header .col {
	width: 100%;
	padding: 0 0 0 390px;
}
@media screen and (max-width: 1149px) {
	#header .col {
		width: 100%;
		position: initial !important;
		padding: 0 0 0 0px;
	}
}
#logo {
	float: none;
	margin: 0px 0 0 0;
	background-image: url(images/mancha_logo.png);
	background-position: top -35px center;
	background-repeat: no-repeat;
	width: 393px;
	left: 0px !important;
	height: 264px;
	position: absolute;
	text-align: center;
	/* z-index: -1; */
}
#logo a {
	display: inline-block;
	position: relative;
	z-index: 2;
}
#logo img {
	max-width: 100%;
	height: auto;
	float: none;
	display: inline-block;
	margin-top:13px;
}
@media screen and (max-width: 1149px) {
	#logo {
		margin: 60px 20px 30px 0px;
		background-position: top 0px left -50px;
		background-size: 300px auto !important;
		text-align: left;
		padding: 30px 0 0 25px;
		position: relative;
		max-width: 100%;
		height: 200px;
	}
	#logo img {
		max-width: 155px;
		margin-top:0px;
	}
}
#pull {
	display: none;
	text-decoration: none;
	color: inherit;
	position: relative;
	right: 15px;
	top: 145px;
	width: 28px;
	z-index: 101;
	height: 22px;
	border-bottom: 4px solid;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transition-property: color, border;
	-moz-transition-property: color, border;
	transition-property: color, border;
	color: #2B4095;
	float: right;
	position: absolute;
}
@media screen and (max-width: 1149px) {
	#pull {
		display: block;
	}
}
#pull::before, #pull::after {
	content: '';
	display: inline-block;
	width: 100%;
	border-bottom: 4px solid;
	position: absolute;
	left: 0;
	-webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
#pull::after {
	top: 9px;
}
#pull.active {
	z-index: 111111;
	border-color: transparent;
	line-height: 0;
	transition: right 500ms ease;
	color: #2B4095;
}
#pull.active::before, #pull.active:after {
	top: 9px;
}
#pull.active::before {
	transform: rotateZ(45deg);
}
#pull.active::after {
	transform: rotateZ(-45deg);
}
#header nav {
	width: auto;
	float: none;
	z-index: 1001;
	position: relative;
	vertical-align: middle;
	margin: 35px 0 0 0;
	display: inline-block;
}
@media screen and (max-width: 1149px) {
	#header nav {
		width: 100%;
		float: left;
		margin: 0 0 0px 0;
		display: none;
	}
	.home #header nav, .page-id-6 #header nav {
		margin: 0 0 0 0 !important;
	}
	#header nav * {
		width: 100%;
		float: left;
		margin: 0px !important;
		padding: 0px !important;
	}
	#header nav li {
		border-top: solid 0px #fff;
		background-color: #fff;
	}
	#header nav a {
		padding: 10px 10px !important;
	}
}
#header nav .menu {
	float: none;
	width: auto;
	display: inline-block;
}
@media screen and (max-width: 1149px) {
	#header nav .menu {
		float: left;
		width: 100%;
		display: inline-block;
		margin: 0 0 40px 0 !important;
	}
}
#header nav .menu li {
	font-size: 18px;
	position: relative;
	padding: 0 0 0 0px;
	line-height: initial;
	margin: 0 18px 0px 18px;
	min-height: auto;
	width: auto;
	text-align: left;
}
#header nav .menu li.menu-item-has-children {
	margin: 0 8px 0px 18px;
}
@media screen and (max-width: 1149px) {
	#header nav .menu li {
		float: left;
		text-align: left;
		width: 100%;
		border-bottom: solid 1px #ccc;
	}
	#header nav .menu li:first-child {
		border-top: solid 1px #ccc;
	}
	#header nav .menu li .sub-menu li {
		border-bottom: solid 0px #ccc;
	}
}
#header nav ul li.current_page_item a {
	color: #f1c201;
}
#header nav .menu li a {
	font-size: 1em;
	color: #535353;
	font-family: "source_bold";
	text-decoration: none;
	text-align: left;
}
#header nav .menu li a:hover {
	color: #999;
}
#header nav .sub-menu {
	position: absolute;
	width: 200px;
	left: 0px;
	z-index: 100;
	top: 20px;
	border-radius: 10px;
	padding: 15px 0 15px 0px;
	display: none;
}
@media screen and (max-width: 1149px) {
	#header nav .sub-menu {
		position: relative;
		width: 100%;
		left: 0px;
		top: 0px;
		border-radius: 0px;
		padding: 0px 0 0px 0px;
		display: none;
	}
}
#header nav .sub-menu li {
	padding: 7px 15px;
	margin: 0 0 0px 0;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	background-color: #2B4095;
}
#header nav .sub-menu li:first-child {
	border-radius: 10px 10px 0 0;
	padding-top: 25px !important;
}
#header nav .sub-menu li:last-child {
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 25px !important;
}
@media screen and (max-width: 1149px) {
	#header nav .sub-menu li:first-child {
		border-radius: 0px 0px 0 0;
		padding-top: 25px !important;
	}
	#header nav .sub-menu li:last-child {
		border-radius: 0px 0px 0px 0px;
		padding-bottom: 25px !important;
	}
}
#header nav .sub-menu li a {
	margin: 0px;
	margin: 0 0 10px 0;
	font-family: "source_reg";
	color: #fff;
	font-size: 1em;
}
#header nav .sub-menu li a:hover {
	color: rgba(255, 255, 255, 0.7);
}
header .menu-item-has-children a:first-child {
	background-image: url(images/flecha_baja.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
header .menu-item-has-children .sub-menu a {
	background-image: none !important;
}
header .menu-item-has-children.activo a:first-child {
	background-image: url(images/flecha_sube.svg);
}
#custom_html-3 {
	width: auto;
	float: none;
	margin: 35px 0 0 25px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 1149px) {
	header .menu-item-has-children a:first-child {
		background-position: right 10px center;
	}
	#custom_html-3 {
		position: absolute;
		left: calc(50% - 80px);
		width: 160px;
		margin: 0 0 0 0 !important;
		top: 10px;
	}
	footer #custom_html-3 {
		left: 0px;
		position: relative;
		float: none;
		display: inline-block;
		margin: auto;
		text-align: center;
	}
	footer #custom_html-3 a {
		float: none !important;
		display: inline-block !important;
		margin: 0 0 20px 0
	}
	footer .textwidget {
		text-align: center;
	}
}
.pbx #custom_html-3 {
	width: 100%;
	float: left;
	margin: 0px 0 0 0px;
	text-align: left;
}
#custom_html-3 h3 {
	display: none;
}
#custom_html-3 a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
	font-family: "source_bold";
	background-image: url(images/ico_pbx.svg);
	background-repeat: no-repeat;
	min-height: 30px;
	display: inline-block;
	line-height: 30px;
	padding: 5px 0 0 36px;
}
#custom_html-3 a span {
	text-decoration: none;
	font-size: 1em;
	color: #000;
	font-family: "source_bold";
}
#custom_html-3 a:hover span {
	color: #999;
}
/*================================*/
.contiene_video {
	display: inline-block;
	float: none;
	width: 100%;
	max-width: 1180px;
}
.wp-block-column .contiene_video {
	max-width: 100%;
}
.contiene_video p {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 0px !important;
}
.contiene_video p iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/*================================*/
footer {
	padding: 0px 0;
	/* position: fixed !important; */
	/* bottom: 0px; */
	background-color: #fff;
	margin-top: 0px;
}
@media screen and (max-width:1149px) {
	footer {
		padding-bottom: 0px;
	}
	footer .cols {
		padding: 0 20px;
	}
}
footer p {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	float: none;
	font-size: 11px !important;
	margin: 0px !important;
}
footer p span {
	display: inline-block;
	margin: 0 0 0 5px;
	color: #999;
}
footer p span a {
	color: #999;
}
footer ul {
	text-align: left;
	width: auto;
}
footer ul li {
	width: auto;
	margin: 0 10px 0 0;
}
@media screen and (max-width: 1149px) {
	footer p {
		text-align: center !important;
		width: 100% !important;
		float: left !important;
		margin: 0px 0 20px 0 !important;
		font-size: 11px !important;
		line-height: 13px !important;
	}
	footer ul {
		width: 100%;
		float: left;
		text-align: center;
		margin: 0 0 20px 0;
	}
	footer ul li {
		float: none;
		margin: 0 5px !important;
		display: inline-block;
	}
}
footer .pbx {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
footer #custom_html-6 {
	text-align: left;
}
footer #custom_html-6 p {
	font-size: 16px !important;
	color: #525252;
	line-height: 21px !important;
}
footer #custom_html-6 p a {
	font-size: 1em;
	color: #525252;
	line-height: 20px;
	text-decoration: none;
	display: inline-block;
}
footer #custom_html-6 p a:hover {
	color: #ea2126;
}
footer #custom_html-6 h6 {
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #666;
	font-family: "source_bold";
	text-transform: uppercase;
	background-image: url(images/cards.png);
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0 0 0;
	min-height: 60px;
}
@media screen and (max-width: 1149px) {
	footer #custom_html-6 h6 {
		background-position: center bottom;
		text-align: center;
		margin: 0 0 90px 0;
	}
}
#foot_wp {
	width: 65px;
	height: 65px;
	display: block;
	border-radius: 0%;
	background-image: url(images/ico_wap.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto !important;
	position: fixed;
	top: 350px;
	left: 5px;
	z-index: 6000;
	text-decoration: none;
	border-radius: 4px 0 0px 4px;
}
@media screen and (max-width: 979px) {
#foot_wp {
	position: fixed;
	top: initial !important;
	bottom: 10px !important;
	left: 5px;
}
}
#foot_wp:hover {
	width: 60px;
	height: 60px;
	bottom: 15px;
	left: 5px;
}
/*=========================*/
#subir {
	background-image: url(images/flecha_subir.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 5px;
	width: 50px;
	height: 50px;
	border-radius: 100% !important;
	text-indent: -9999px;
	display: none;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.3);
}
#subir:hover {
	opacity: 0.85;
}
/*================================*/
#atras {
	background-image: url(images/flecha_volver.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	cursor: pointer;
	position: fixed;
	left: 10px;
	bottom: calc(50vh - 18px);
	width: 36px;
	height: 36px;
	border-radius: 100% !important;
	text-indent: -9999px;
	display: inline-block;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.2);
}
#atras:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
/*============================----- */
/* .formulario */
/*============================----- */
.formulario {
	text-align: center;
}
@media screen and (max-width: 1149px) {
	.formulario .cols {
		padding: 0 15px;
	}
}
.formulario p {
	color: #7A867D;
	font-size: 18px !important;
	line-height: 26px !important;
}
.formulario hr {
	width: 100% !important;
	float: left;
	margin: 0 0 20px 0 !important;
	border-top: solid 1px #ddd !important;
}
.formulario form {
	float: left;
	text-align: center;
}
.formulario form div {
	margin: 0 0 10px 0;
	/* float: left; */
	/* width: 100%; */
}
@media screen and (max-width: 1149px) {
	.formulario form .cols {
		margin: 0px;
	}
	.formulario form input, .formulario form select {
		margin: 0 0 10px 0 !important;
	}
}
.formulario input[type="text"],
.formulario select,
.formulario textarea {
	font-size: 18px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#000;
}
.formulario label {
	float: left;
	width: 100%;
	margin: 0 3px 6px 0;
	color: #333;
	font-size: 18px;
	text-align: left !important;
	font-style: normal;
	vertical-align: middle;
}
.formulario em {
	float: left;
	width: 100%;
	margin: 0 3px 6px 0;
	color: #999;
	text-align: left !important;
	font-style: normal;
	vertical-align: middle;
}
.formulario em {
	font-size: 13px;
}
.formulario label span {
	float: none;
	width: auto;
	margin: 0 0 0px 0;
	color: #000;
	font-size: 14px;
	text-align: left !important;
	vertical-align: baseline;
	display: inline-block;
}
.formulario label a {
	font-size: 1em;
	color: #999;
	display: inline-block;
	float: none;
	margin: 0px;
	text-decoration: none;
	vertical-align: baseline;
}
.formulario label a:hover {
	text-decoration: underline;
}
.formulario .check label {
	width: auto;
	margin: 0 0 10px 0;
	line-height: 25px;
}
.formulario label * {
	margin-top: 4px !important;
	float: left;
}
.formulario input, .formulario select {
	height: 45px;
	color: #000;
	padding: 3px 6px;
	background-color: #eee;
	margin: 0 0 0px 0;
	font-size: 18px;
	border: solid 1px #ddd;
	text-align: left;
}
.formulario input.fecha {
	background-image: url("images/ico_calendario.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
}
@media screen and (max-width:1149px) {
	.formulario input {
		float: none !important;
	}
}
.formulario input[type="radio"] {
	width: 20px;
	height: 20px;
}
.formulario select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("images/flecha_baja.svg");
	background-repeat: no-repeat;
	background-position: right 12px center;
	cursor: pointer;
}
.formulario select option {
	font-size: 1em;
}
.formulario textarea {
	min-height: 100px;
	padding: 6px 6px;
	background-color: #eee;
	margin: 0 0 5px 0;
	font-size: 18px;
	text-align: left !important;
	border: solid 1px #ddd;
	margin: 0 0 10px 0;
}
.formulario .inline, .formulario .inline * {
	display: inline-block;
	width: auto;
	text-align: left;
	float: none;
	vertical-align: middle;
	margin: 0 5px 0px 0;
}
::-webkit-input-placeholder {
	color: #7A867D;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #7A867D;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #7A867D;
}
:-ms-input-placeholder {
	color: #7A867D;
}
.formulario #fant, .formulario #fant2 {
	position: absolute;
	left: -9999px;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #aaa;
}
:-ms-input-placeholder {
	color: #aaa;
}
.formulario hr.centrado {
	float: none;
	display: inline-block;
}
.formulario div.aviso_privacidad {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: solid 0px #ccc;
	height: auto;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 5px 0 10px 0;
}
@media screen and (max-width: 1149px) {
	.formulario div.aviso_privacidad {
		text-align: center;
	}
}
.formulario div.aviso_privacidad div {
	float: left;
	width: 100%;
	text-align: center;
}
.formulario div.aviso_privacidad input[type="checkbox"] {
	height: 20px;
	width: 20px;
	float: left !important;
	margin: 0px !important;
	vertical-align: middle !important;
}
.formulario div.aviso_privacidad p.etiqueta {
	margin: 0 !important;
	float: left !important;
	color: #525252 !important;
	line-height: 1em !important;
	text-align: left !important;
	font-size: 18px !important;
	width: calc(100% - 20px) !important;
	padding-left:8px;
}
.formulario div.aviso_privacidad p a {
	color: #525252;
	text-decoration: underline;
	font-size: 1em;
}
.formulario div.aviso_privacidad p a:hover {
	color: #000;
	font-size: 1em;
}
.formulario input.boton:disabled, .formulario input.boton:disabled:hover {
	background-color: #666 !important;
	color: #aaa !important;
	cursor: default !important;
}
/*=================================================*/
.fila,
.seccion {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	font-size: 0px;
}
.cols {
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 1180px;
	font-size: initial;
	position: relative;
	vertical-align: top;
	padding: 0 10px;
}
.wp-block-columns {
	float: none;
	width: 100%;
	max-width: 100%;
	font-size: initial;
	position: relative;
	vertical-align: top;
	padding: 0 0px;
	margin: 0px;
}
.wp-block-column .wp-block-columns {
	padding: 0 0px;
}
@media screen and (max-width: 1149px) {
	.cols {
		padding: 0 15px;
	}
	.wp-block-columns {
		padding: 0 0px;
	}
	.cols .cols, .wp-block-columns .cols {
		padding: 0 0px !important;
	}
}
.cols .cols, .wp-block-columns .cols {
	padding: 0px;
}
.cols img, .wp-block-columns .img {
	max-width: 100%;
	height: auto;
	width: auto;
}
@media screen and (min-width: 1150px) {
	.cols {
		width: 100%;
		float: none;
		margin: auto;
		text-align: center;
		padding: 0 10px;
		font-size: 0px;
	}
	.cols .cols {
		padding: 0px !important;
	}
}
.col img, .wp-block-columns img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
footer .col img {
	width: auto !important;
	max-width: 100% !important;
}
.col img.to_left {
	float: left;
}
.col img.to_right {
	float: right;
}
@media screen and (max-width: 1149px) {
	.col {
		width: 100% !important;
		height: auto !important;
	}
	.col .tabla, .col .celda {
		width: 100% !important;
		height: auto !important;
	}
	.col.vacia {
		display: none !important;
	}
}
/*====================================*/
.col, .wp-block-column {
	font-size: initial;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.wp-block-column {
	max-width: 100%;
	float: none !important;
	display: inline-block !important;
	margin: auto !important;
}
.col_1 {
	width: 100%;
}
.col_2 {
	width: 50% !important;
}
.cols .col_2:first-child {
	padding-right: 15px;
}
.cols .col_2:last-child {
	padding-left: 15px;
}
.col_3 {
	width: 33.3%;
}
.col_4 {
	width: 25%;
}
.cols .col_3:nth-child(1),
.cols .col_4:nth-child(1)  {
	padding-right: 16px;
}
.cols .col_3:nth-child(2),
.cols .col_4:nth-child(2) {
	padding-left: 8px;
	padding-right: 8px;
}
.cols .col_3:nth-child(3),
.cols .col_4:nth-child(3) {
	padding-left: 16px;
	padding-right: 8px;
}
.cols .col_3:nth-child(4),
.cols .col_4:nth-child(4) {
	padding-left: 16px;
}
.col_5 {
	width: 20%;
}
.col_6 {
	width: 16.66%;
}
.col_7 {
	width: 14.28%;
}
.col_8 {
	width: 12.5%;
}
.col_9 {
	width: 11.11%;
}
.col_10 {
	width: 10%;
}
.col_11 {
	width: 9.09%;
}
.col_12 {
	width: 8.33%;
}
.col_1_3 {
	width: 33%;
}
.single .col_1_3 {
	padding: 0 0 0 40px;
}
.col_1_4 {
	width: 25%;
}
.col_1_5 {
	width: 20%;
}
.col_2_5 {
	width: 40%;
}
.col_3_4 {
	width: 75%;
	text-align: left;
	padding: 0 0 0 30px;
}
.col_3_5 {
	width: 60%;
}
.col_2_4 {
	width: 50%;
}
.col_2_3 {
	width: 67%;
}
.col_4_5 {
	width: 80%;
}
@media screen and (max-width:1149px) {
	.col.col_3_4 {
		width: 100% !important;
		text-align: left;
		padding: 0 15px 0 15px !important;
		;
	}
	.col {
		width: 100% !important;
		padding: 0px !important;
	}
}
/*=================================================*/
.tinymargen {
	margin-bottom: 10px !important;
}
.minimargen {
	margin-bottom: 15px !important;
}
.smallmargen {
	margin-bottom: 25px !important;
}
.mediamargen {
	margin-bottom: 35px !important;
}
.margen {
	margin-bottom: 50px !important;
}
.supermargen {
	margin-bottom: 75px !important;
}
.granmargen {
	margin-bottom: 100px !important;
}
@media screen and (max-width: 1149px) {
	.margen {
		margin-bottom: 30px !important;
	}
	.supermargen {
		margin-bottom: 45px !important;
	}
	.granmargen {
		margin-bottom: 50px !important;
	}
}
/*================================*/
#home_banner {
	height: calc(100vh - 70px);
	background-size: cover;
	background-position: center center;
	background-image: url(images/foto_ppal_audience.jpg);
	background-attachment: fixed;
}
/*====================================*/
.tabla {
	float: left;
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	/* margin: 0 0 0 0 !important; */
}
.celda {
	float: none;
	width: 100%;
	display: table-cell !important;
	vertical-align: middle;
	text-align: center !important;
	margin: 0px !important;
	height: 100%;
}
@media screen and (max-width: 1149px) {
	.cols .tabla {
		float: left !important;
		width: 100% !important;
		display: block !important;
		height: auto;
		position: relative;
		bottom: 0px;
	}
	.cols .celda {
		float: left;
		width: 100%;
		display: block!important;
		vertical-align: middle;
		text-align: center !important;
		margin: 0px !important;
		height: auto;
		padding: 0px !important
	}
}
.celda.pad_right {
	padding-right: 30px !important;
}
.celda.pad_left {
	padding-left: 30px !important;
}
@media screen and (max-width: 1149px) {
	.celda.pad_right {
		padding-right: 0px !important;
	}
	.celda.pad_left {
		padding-left: 0px !important;
	}
}
/*================================*/
.widget {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.widget h3 {
	display: none;
	font-size: 33px !important;
	line-height: 34px !important;
}
.widget h3.title {
	font-family: "source_reg";
	color: #999;
}
.widget .textwidget h3 {
	display: initial;
}

.widget h5.note_fares {
	display: block;
	width:100%;
	text-align:center;
	font-size:20px;
	padding-bottom:30px;
	color:#666;
	letter-spacing:5px;
}
/*================================*/
.boton {
	background-size: 100% auto;
	background-position: center center;
	border: solid 1px #ccc;
	color: #666;
	height: auto !important;
	line-height: 18px;
	background-repeat: no-repeat;
	min-width: 260px;
	width: auto !important;
	font-size: 16px;
	text-decoration: none;
	padding: 14px 42px 13px !important;
	border-radius: 8px !important;
	/* float: left; */
	display: inline-block;
	margin: 0 0 20px 0;
	letter-spacing: 0.5px !important;
	text-align: center !important;
	letter-spacing: 5px;
}
.boton:hover {
	background-color: #ea2126;
	text-decoration: none !important;
	color: #fff !important;
	border-color: #ea2126 !important;
}
/*================================*/
.page {
	min-height: 500px;
	padding: 50px 0;
}
.page p {
	font-size: 15px;
	color: #000;
	margin: 0 0 20px 0;
	line-height: 22px;
	letter-spacing: 0.1px !important;
	text-align: justify;
}
.page p.marginless {
	margin: 0 0 7px 0;
}
.page-id-24 .col_2.celda {
	padding-top: 60px !important;
}
/*================================*/
.category {
	padding: 0px 0;
}
@media screen and (max-width:1149px) {
	.category {
		padding: 20px 0;
	}
}
.post {
	margin-bottom: 60px;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
.post hr {
	max-width: 66px;
	margin: 15px 0 20px 0 !important;
	height: 1px !important;
	background-color: #ccc;
	display: inline-block;
}
.post .mini {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.post .mini a {
	height: auto;
	float: left;
	width: 100%;
	display: block;
}
.post .mini a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.post h2 {
	text-align: left;
	margin: 0 0 15px 0;
	color: #666;
	font-size: 33px;
	font-family: "source_semi";
}
.post p {
	margin: 0 0 5px 0;
	line-height: 26px;
	font-size: 18px;
}
.post p.fecha {
	color: #EA2126;
}
.post-categories {
	text-align: left;
	margin: 0 0 0px 0;
}
.post-categories li {
	width: auto;
	margin: 0 10px 5px 0;
	font-size: 16px;
}
.post-categories li a {
	text-decoration: none;
	color: #EA2126;
	font-size: 1em;
}
.post-categories li a:after {
	content: ",";
}
.post-categories li:last-child a:after {
	content: ".";
}
.post-categories li a:hover {
	text-decoration: underline;
}
/*================================*/
article {
	float: none;
	width: 100%;
	display: inline-block;
	min-height: auto !important;
	padding: 20px 0 20px 10px !important;
}
@media screen and (max-width:1149px) {
	article {
		padding: 20px 15px !important;
	}
}
article * {
	text-align: justify;
}
article a {
	float: none;
	width: 100%;
	display: inline-block;
}
article a img {
	float: none;
	width: 100%;
	display: inline-block;
}
/*================================*/
.blog .col_3_4, .search .col_3_4, .archive .col_3_4, .tag .col_3_4 {
	padding-right: 50px;
	padding-left: 0px;
}
#searchform {
	float: left;
	width: 100%;
	padding: 0px;
	border-radius: 0px;
	margin: 0 0 25px 0;
	border: solid 1px #ddd;
}
#searchform input[type="text"] {
	width: calc(100% - 40px);
	height: 45px;
	padding: 0 10px;
	font-size: 18px;
	border-radius: 5px 0 0px 5px;
	background-color: #eee;
}
#searchform input[type="submit"] {
	width: 40px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: "pp_bold";
	color: #fff !important;
	cursor: pointer;
	font-size: 0px;
	background-image: url(images/lupa.svg);
	background-position: center center;
	background-size: auto 60%;
	background-repeat: no-repeat;
}
#searchform input[type="submit"]:hover {
	background-color: #ffe401;
}
/*================================*/
.widget_tag_cloud {
	text-align: center;
	margin: 0 0 50px 0;
	border-top: solid 1px #ddd;
	padding: 20px 0;
}
.widget_tag_cloud h2.widgettitle {
	margin: 0 0 25px 0 !important;
	float: left !important;
}
.tagcloud {
	float: left;
	width: 100%;
	text-align: left;
}
.tagcloud a {
	font-size: 18px !important;
	color: #666;
	margin: 0 5px 10px 5px;
	background-color: #eee;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	display:inline-block;
}
.tagcloud a:hover {
	background-color: #ccc;
}
@media screen and (min-width:1150px) {
	.widget_tag_cloud h2.widgettitle {
		text-align: left !important;
	}
	.tagcloud {
		text-align: left;
	}
	.tagcloud a {
		margin: 0 5px 10px 0px;
	}
}
/*================================*/
.swal2-title {
	text-align: center !important;
	width: 100% !important;
	display: inline-block !important;
}
/*================================*/
.formulario input.boton {
	cursor: pointer;
	color: #fff !important;
	border: 0px;
	float: none;
	display: inline-block;
	font-size: 28px !important;
	letter-spacing: 0em;
	background-color: #ea2026;
	font-family: "source_bold";
	max-width: 280px;
	padding: 0px 0px !important;
	border-radius: 5px;
	margin: 0 0 50px 0;
	height: 52px !important;
	line-height: 25px !important;
	text-align: center;
	-webkit-transition: all .25s ease-in-out !important;
	-moz-transition: all .25s ease-in-out !important;
	transition: all .25s ease-in-out !important;
}
.formulario .boton:hover {
	background-color: #2b4095;
	-webkit-transition: all .25s ease-in-out !important;
	-moz-transition: all .25s ease-in-out !important;
	transition: all .25s ease-in-out !important;
}
/*================================*/
@media screen and (max-width: 1149px) {}
/*================================*/
.fila_wp {
	margin: 0 0 50px 0;
	overflow-x: hidden;
}
.fila_wp.ztop {
	z-index: 5;
}
.page-id-22 .fila_wp {
	margin: 0 0 0px 0;
}
.fila_wp .wp-block-column {
	display: none !important;
}
.fila_wp .cols .wp-block-column {
	display: inline-block !important;
}
@media screen and (max-width: 1149px) {
	.fila_wp .desk.col {
		display: none !important;
	}
}
.fila_wp .cols {
	max-width: 1900px;
	padding: 0 0px !important;
}
.fila_wp.normal .cols {
	max-width: 1180px;
	padding: 0 10px !important;
}
.fila_wp .foto {
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1149px) {
	.fila_wp .cols {
		padding: 0 15px !important;
	}
	.fila_wp .foto {
		background-position: left center;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}
.fila_wp.alt .foto {
	background-position: right center;
}
.fila_wp.big .foto, .fila_wp.big .foto .wp-block-cover {
	min-height: 600px;
}
.fila_wp.big .tabla, .fila_wp.big .celda {
	height: 600px;
}
.fila_wp.med .foto, .fila_wp.med .foto .wp-block-cover {
	min-height: 450px;
}
.fila_wp.med .tabla, .fila_wp.med .celda {
	min-height: 450px;
}
.page-id-32 .fila_wp.med .celda {
	padding: 100px 0 0 0;
}
#estimate_temporary {
	display: none;
}
#estimate_info #estimate_temporary {
	display: block;
}
@media screen and (max-width: 1149px) {
	.fila_wp.med .tabla, .fila_wp.med .celda {
		min-height: 0px;
	}
	.fila_wp.big .foto {
		min-height: auto;
		margin: 0 0 35px 0 !important;
		background-image: none !important;
	}
	.fila_wp.big .tabla, .fila_wp.big .celda {
		height: auto;
		display: inline-block;
	}
	.fila_wp.med .foto {
		min-height: auto;
	}
	.fila_wp.med .tabla, .fila_wp.med .celda {
		height: auto;
		display: inline-block;
	}
}
.fila_wp .foto.alt {
	background-position: left center;
}
@media screen and (min-width: 1150px) {
	.desaparecer_foto .foto .wp-block-image, .desaparecer_foto .foto img {
		display: none;
	}
}
.fila_wp .centro {
	text-align: center;
}
.fila_wp.big .tabla, .fila_wp.big .celda {
	height: 600px;
}
.fila_wp .celda {
	padding: 0 50px 0 70px;
	text-align: center;
}
.fila_wp.alt .celda {
	padding: 0 70px 0 50px;
}
.fila_wp .no_pads .celda {
	padding: 0 00px 0 0px;
}
.fila_wp .space .celda {
	padding: 0 50px 0 30px;
	text-align: center;
}
.fila_wp.alt .space .celda {
	padding: 0 30px 0 50px;
}
.fila_wp .celda h1, .fila_wp .celda h2 {
	color: #000;
	font-family: "source_bold";
	font-size: 33px;
	margin: 0 0 20px 0;
	text-align: center;
}
.fila_wp .celda h1 span, .fila_wp .celda h2 span, .fila_wp .celda p {
	font-size: 20px;
	color: #333;
	float: left;
	width: 100%;
	text-align: left;
	margin: 15px 0;
	line-height: 25px !important;
}
.fila_wp .has-text-align-left {
	text-align: left !important;
}
.fila_wp .celda p {
	text-align: justify;
}
.fila_wp .celda p.centro, .fila_wp .has-text-align-center, .fila_wp .has-text-align-center span {
	text-align: center !important;
}
.fila_wp .celda h1 em, .fila_wp .celda h2 em {
	font-family: "source_bold";
	font-style: normal !important;
	color: #ea2126;
}
.fila_wp .celda ul {
	padding: 0 0 0 30px;
}
.fila_wp .celda li {
	font-size: 20px;
	color: #333;
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 15px 0;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 25px !important;
}
@media screen and (max-width: 1149px) {
	.fila_wp .celda h1, .fila_wp .celda h2 {
		color: #000;
		font-family: "source_bold";
		font-size: 25px;
		margin: 0 0 20px 0;
		text-align: center !important;
	}
}
.fila_wp .just_left .celda * {
	text-align: left;
}
.fila_wp .just_left .celda img {
	margin: 0 0 10px 0;
}
@media screen and (max-width: 1149px) {
	.fila_wp .just_left .celda * {
		text-align: center;
	}
	.fila_wp .just_left .celda p {
		text-align: justify;
	}
	.fila_wp .just_left .celda li {
		text-align: left;
	}
}
.fila_wp .celda p {
	margin: 0 0 20px 0;
}
.fila_wp .celda p a {
	font-size: 1em;
	display: inline-block;
	text-decoration: none;
	color: #EA2026;
}
.fila_wp .celda p.boton:hover{
	background-color: #EA2026 !important;
}
.fila_wp .celda p.boton a{
	padding:2px 20px;
}
.fila_wp .celda p.boton:hover a{
	color: #fff;
	text-decoration: none !important;
}
.fila_wp .celda p a:hover {
	text-decoration: underline;
}
.fila_wp .celda .wp-block-image {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.fila_wp .celda h5 {
	color: #EA2026;
	font-family: "source_bold";
	text-align: center;
	font-size: 45px;
	background-image: url(images/mancha_amarillo_precio_small.png);
	background-position: center;
	min-height: 90px;
	padding: 23px 0 0 0;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}
/*================================*/
.title {
	text-align: center;
	margin: 0 0 40px 0 !important;
	font-size: 33px;
	line-height: 33px;
	background-image: url(images/linea_azul.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0 0 55px 0;
}
.single .title {
	text-align: left;
	background-position: left bottom;
}
@media screen and (max-width: 1149px) {
	.title {
		font-size: 25px;
		color: #878787;
	}
}
.title strong {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1em;
	color: #000;
}
.fares {
	text-align: center;
	padding: 0px !important;
}
.fares li {
	width: 180px;
	float: none;
	display: inline-block;
	margin: 0px 0.7% 45px 0.7% !important;
	padding: 0px !important;
	vertical-align: top;
	text-align: center;
}
@media screen and (max-width: 1149px) {
	.fares li {
		margin: 0px 1% 55px 1% !important;
	}
}
.fares li div {
	float: left;
	width: 100%;
}
.fares li div {
	min-height: 65px;
}
.fares li div:nth-child(1) {
	min-height: 55px;
}
@media screen and (max-width: 449px) {
	.fares li div {
		min-height: auto !important;
		height: auto;
	}
}
.fares h2 {
	font-size: 20px;
	color: #333;
	text-align: center !important;
	line-height: 20px;
	margin: 0 0 15px 0;
	font-family: "source_bold";
}
.fares h5 {
	color: #EA2026;
	font-family: "source_bold";
	text-align: center;
	font-size: 45px;
	background-image: url(images/mancha_amarillo_precio_small.png);
	min-height: 90px;
	padding: 23px 0 0 0;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}
.fares p {
	text-align: center;
	font-size: 18px;
	color: #333;
}
.fares a {
	width: 145px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	float: none;
	font-size: 16px;
	color: #333;
	letter-spacing: 4px;
	border: solid 1px #ccc;
	border-radius: 10px;
	padding: 10px 0px;
}
.fares a:hover {
	background-color: #eee;
}
#custom_html-4 .cols {
	max-width: 1280px;
}
/*================================*/
footer .superior {
	background-image: url(images/franja_amarillo.png);
	height: 313px;
	background-size: auto 100%;
	background-position: center center;
}
@media screen and (max-width: 1149px) {
	footer .superior {
		padding: 30px 0 0 0;
	}
	footer .superior .celda {
		padding: 10px 0 0 0 !important;
	}
}
footer .superior .celda div {
	display: inline-block;
	width: auto;
}
@media screen and (max-width: 1149px) {
	footer .superior .celda div {
		display: inline-block;
		width: 100%;
		margin: 0 0 30px 0;
	}
}
footer .superior a {
	background-color: #EA2126;
	display: inline-block;
	font-size: 20px !important;
	width: 100%;
	height: 60px;
	padding: 0 20px !important;
	vertical-align: middle;
	line-height: 60px;
	position: relative;
	z-index: 3;
	border-radius: 13px;
	max-width: 295px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1149px) {
	footer .superior a {
		max-width: 260px;
		height: 50px;
		line-height: 50px;
	}
}
footer .superior a:hover {
	background-color: #2b4095;
}
footer .superior a span {
	position: absolute;
	top: -25px;
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
	width: 100%;
	left: 0px;
	font-size: 18px;
	display: inline-block;
}
footer .superior .calculator {
	width: auto;
	vertical-align: middle;
	display: inline-block;
	margin: 0 30px 0 30px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 1149px) {
	footer .superior .calculator {
		width: auto !important;
		display: inline-block !important;
		/*position: absolute;
	top: 30px;
	left: calc(50% - 25px);
	margin: 20px 0px 35px 0;*/
	}
	footer .superior .calculator img {
		width: 60px;
	}
	footer .superior .celda div:nth-child(3) a span {
		display: none !important;
	}
}
footer .superior .calculator:before {
	background-image: url(images/mancha_blanca.png);
	content: "";
	width: 284px;
	height: 192px;
	left: calc(50% - 152px);
	top: calc(50% - 90px);
	display: inline-block;
	position: absolute;
	z-index: -1;
}
@media screen and (max-width: 1149px) {
	footer .superior .calculator:before {
		left: calc(50% - 148px);
		top: calc(50% - 90px);
		background-size: 160px auto;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
footer .menu {
	float: left;
}
footer .menu li {
	float: left;
	margin: 0 0 0 0 !important;
}
footer .menu li a {
	font-family: "source_bold" !important;
	font-size: 18px;
	color: #000;
	margin: 0 0 11px 0 !important;
	float: left;
	text-decoration: none;
}
footer .menu li.menu-item-has-children a {
	pointer-events: none;
}
footer .menu li.menu-item-has-children .sub-menu a {
	pointer-events: initial;
}
footer .menu li.menu-item-has-children .sub-menu a:hover {
	color: #999;
}
footer .menu li a:hover {
	color: #999;
}
footer .menu li footer .menu .sub-menu {
	float: left;
	width: 100%;
}
footer .menu .sub-menu {
	margin: 0 0 10px 0;
}
footer .menu .sub-menu li {
	float: left;
	width: 100%;
}
footer .menu .sub-menu li a {
	font-family: "source_reg" !important;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 19px;
}
footer #menu-item-51 {
	width: 33%;
	padding: 0 75px 0 0;
}
footer #menu-item-52 {
	width: 33%;
	padding: 0 65px 0 0;
}
footer #menu-item-36 {
	width: 33%;
}
footer .col_menu {
	width: 50%;
	border-left: solid 1px #ddd;
	padding: 0 0 0 40px;
}
@media screen and (max-width: 1149px) {
	footer .col_menu {
		display: none;
	}
}
footer .col_datos {
	width: 25%;
}
footer .col_datos h4 {
	color: #ea2126;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-family: "source_bold";
}
@media screen and (max-width: 1149px) {
	footer .col_datos h4 {
		text-align: center;
	}
}
footer .col_social {
	width: 25%;
	text-align: left;
}
footer .col_social a.google {
	float: left;
	padding: 0px !important;
	text-align: left;
}
footer .col_social img {
	float: left;
}
@media screen and (max-width: 1149px) {
footer .col_social a.google {
	float: none;
}
	footer .col_social ul {
		margin: 0 0 20px 0;
	}
	footer .col_social img {
		float: none;
	}
}
footer .col_social p {
	color: #535353;
	font-size: 16px !important;
}
footer .col_social p strong {
	margin: 0 0 5px 0 !important;
	display: inline-block;
}
footer .col_social p a {
	color: #999;
	font-size: 14px;
}
footer .col_social p a:hover {
	color: #333;
}
footer .col_social li {
	margin: 0 5px 0px 0px;
}
footer .col_social a:hover img {
	opacity: 1;
}
footer .inferior {
	padding: 35px 0 35px 0;
}
/*================================*/
.page #custom_html-4 {
	margin-top: 50px;
}
.home #custom_html-4 {
	margin-top: 0px;
}
.single .widgettitle, .blog .widgettitle, .search .widgettitle, .archive .widgettitle, .tag .widgettitle {
	font-size: 25px;
	color: #000;
	font-family: "source_bold";
	margin: 0 0 18px 0;
}
.single .widget_categories, .blog .widget_categories, .search .widget_categories, .archive .widget_categories, .tag .widget_categories {
	margin: 0 0 20px 0;
}
@media screen and (max-width: 1179px) {
	.widget_categories {
		border-top: solid 1px #ddd;
		padding-top: 30px;
	}
}
.single .widget_categories li, .blog .widget_categories li, .search .widget_categories li, .archive .widget_categories li, .tag .widget_categories li {
	margin: 0 0 18px 0;
}
.single .widget_categories li a, .blog .widget_categories li a, .search .widget_categories li a, .archive .widget_categories li a, .tag .widget_categories li a {
	text-decoration: none;
	color: #333;
	font-size: 20px;
}
.current-cat a {
	color: #ea2126 !important;
}
.single p {
	font-size: 20px !important;
	color: #000;
	line-height: 30px;
	margin: 0 0 18px 0;
}
.single p a {
	color: #ea2126;
	cursor: pointer;
	display: inline-block;
	z-index: 1;
}
.single p a:hover {
	cursor: pointer;
	color: #2b4095;
}
.single .page .col_2_3 ul {
	margin: 0 0 20px 0;
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 0 35px;
}
.single .page .col_2_3 li {
	font-size: 20px !important;
	color: #000;
	line-height: 30px;
	margin: 0 0 18px 0;
}
/*================================*/
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 16px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 35px;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
	width: 45px !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 280px;
	float: left;
	margin-left: 8px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #ea2026;
	background: #ea2026;
	color: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #2b4095;
	background: #2b4095;
	font-weight: normal;
	color: #fff;
}
/*================================*/
.fila h3 {
	font-size: 25px;
	font-family: "source_bold";
	color: #000;
	margin: 0 0 5px 0;
	line-height: 27px;
}
.single .fila h2 {
	font-size: 30px;
	color: #000;
	margin: 0 0 20px 0;
	line-height: 33px;
}
.single .fila h3 {
	font-size: 30px;
	color: #2b4095;
	margin: 0 0 20px 0;
	line-height: 33px;
}
.single .fila h4 {
	font-size: 26px;
	color: #999;
	margin: 0 0 20px 0;
	line-height: 30px;
}
/*================================*/
.error404 .fila_wp .cols {
	display: none;
}
.error404 .fila_wp .cols.show {
	display: inline-block;
}
/*================================*/
.swal2-container * {
	font-family: "source_reg";
}
/*==================================================*/
.pagination {
	margin: 0 0 75px 0 !important;
}
.pagination a {
	margin: 0 10px 10px 10px !important;
	text-decoration: none;
	font-size: 18px;
}
.pagination a:hover {
	color: #937430;
}
.pagination a span {
	display: inline-block;
	font-size: 1em;
}
.pagination span.current {
	background-color: #d1c6af;
	padding: 9px;
}
/*================================*/
.contiene_video {
	display: inline-block;
	float: none;
	width: 100%;
	max-width: 1180px;
	margin: 0 0 40px 0;
}
.wp-block-column .contiene_video {
	max-width: 100%;
}
.contiene_video p {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 0px !important;
}
.contiene_video p iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/*================================*/
.wp-block-embed__wrapper {}
/*================================*/
.search-no-results .col_3_4, .search-results .col_3_4 {
	padding: 100px 50px 0 0 !important;
}
@media screen and (max-width: 1179px) {
	.search-no-results .col_3_4, .search-results .col_3_4 {
		padding: 10px 0px 0 0 !important;
	}
}
/*======================================*/
footer .col_social,
footer .col_social *{
	-webkit-transition: initial !important;
	-moz-transition: initial !important;
	transition: initial !important;
}
body .is-layout-flex{
	justify-content: center;
}
@media screen and (max-width: 1149px) {
	.wp-block-image .alignleft {
	    float: none !important;
		text-align:center !important;
		display:inline-block;
	}
}
.titulo-formulario p{
	text-align:center;
}
.page .col_1.text20 p{
	font-size:20px !important;
	line-height:1.2em !important;
}