/*
Theme Name: Arica y Parinacota 2021
Theme URI: https://github.com/tidythemes/blankslate
Author: Diseño.Lateral
Author URI: https://disenolateral.com
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
body {
  line-height: 1
}
button {
  outline: 0
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
q {
  display: inline;
  font-style: italic
}
q:before {
  content: '"';
  font-style: normal
}
q:after {
  content: '"';
  font-style: normal
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
th, td {
  padding: 2px
}
big {
  font-size: 120%
}
small, sup, sub {
  font-size: 80%
}
sup {
  vertical-align: super
}
sub {
  vertical-align: sub
}
dd {
  margin-left: 20px
}
kbd, tt {
  font-family: courier;
  font-size: 12px
}
ins {
  text-decoration: underline
}
del, strike, s {
  text-decoration: line-through
}
dt {
  font-weight: bold
}
address, cite, var {
  font-style: italic
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important
}

/*--------------------------------------------------------------
# WordPress WYSIWYG Editor Styles
--------------------------------------------------------------*/
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {
	border: none!important;
}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/*--------------------------------------------------------------
# Estilos de d.L
--------------------------------------------------------------*/

/* UNIVERSAL */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

/* ROOT FONT STYLES */

/* TYPOGRAPHY */

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  /*margin: 0.5rem 2%;*/
  margin: 0px 2%;	
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 60em) {  /* 960px */
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 64em) {  /* 1024px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 75em) { /* 1200px */
  .container {
    width: 100%;
    max-width: 75rem;
  }
}

/* ==== d.L TWEAKS ==== */

.clearboth{
	float: none!important;
	margin: 0 auto!important;
}


/* Header
========================================================================== */
#wrapper-header{
	z-index: 500;
	position: relative;
	border-bottom: solid 10px #FF211A;
	padding: 20px 0;
}
#wrapper-header #header{
	background-color: #FFF;
	position: relative;
}
#wrapper-header #header #site-title{
	float: left;
	width: 295px;
}
#wrapper-header #header #site-title h1{
	display: inline-block;
}
#wrapper-header #header #site-title h1 a{
	text-indent: -99999px;
	display: inline-block;
	width: 253px;
	height: 105px;
	background-image: url("imgs/logo.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
#wrapper-header #header .menus{
    float: right;
    position: relative;
}
#wrapper-header #header .menus #menu-rrss{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
#wrapper-header #header .menus #menu-rrss li{
	display: inline-block;
}
#wrapper-header #header .menus #menu-rrss li a{
	text-indent: -999999px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
#wrapper-header #header .menus #menu-rrss li a:hover{
	opacity: 0.5;
}
#wrapper-header #header .menus #menu-rrss li:last-child a{
	margin: 0 0 0 0;
}
#wrapper-header #header .menus #menu-rrss li.fb a{
	background-image: url("imgs/icon-fb.png");
}
#wrapper-header #header .menus #menu-rrss li.tw a{
	background-image: url("imgs/icon-tw.png");
}
#wrapper-header #header .menus #menu-rrss li.yt a{
	background-image: url("imgs/icon-yt.png");
}
#wrapper-header #header .menus #menu-rrss li.ig a{
	background-image: url("imgs/icon-ig.png");
}
#wrapper-header #header .menus #el-main-menu{
	font-size: 14.5px;
	margin-top: 68px;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu{
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li{
	display: inline-block;
	float: left;
	margin: 0 7px 0 0;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li:last-child{
	margin: 0 0 0 0;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li a{
	padding: 12px 13px;
	text-decoration: none;
	color: #8B8B8B;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li:last-child a{
	padding: 12px 0 12px 13px;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li.current-menu-item a,
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li a:hover{
	color: #FF211A;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li.menu-item-has-children a::after{
	content: "\f0d7";
	font-family: 'FontAwesome', sans-serif;
	padding: 0 0 0 8px;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li.menu-item-has-children{
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li.menu-item-has-children ul.sub-menu{
	display: none;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li.menu-item-has-children:hover ul.sub-menu{
	display: block;
	position: absolute;
	background-color: #40455f;
	z-index: 500;
	padding: 0 20px;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li.menu-item-has-children ul.sub-menu li{
	float: none!important;
	margin: 10px 0;
	display: block;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li.menu-item-has-children ul.sub-menu li a{
	padding: 10px 0;
	text-decoration: none;
	display: inline-block;
	color: #FFF;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li.menu-item-has-children ul.sub-menu li a:hover{
	color: #FF211A;
}
#wrapper-header #header .menus #el-main-menu div.menu-main-menu-container ul.menu li.menu-item-has-children ul.sub-menu li a::after{
	content: none;
	padding: 0 0 0 0;
}

/* 1120px */
@media only screen and (max-width: 70em) {
	#wrapper-header{
		display: none;
	}
	.mob-menu-header-holder {
		border-bottom: solid 10px #FF211A;
	}
	.mobmenu-left-panel .mobmenu-left-bt, 
	.mobmenu-right-panel .mobmenu-right-bt {
		right: 10px!important;
		top: 15px!important;
	}
	#mobmenuright li a, 
	#mobmenuright li a:visited, 
	#mobmenuright .mobmenu-content h2, 
	#mobmenuright .mobmenu-content h3, 
	.mobmenu-left-panel .mobmenu-display-name {
		font-family: 'Barlow', sans-serif!important;
		font-weight: 600!important;
		text-transform: uppercase!important;
	}
	.mobmenu-content #mobmenuright .sub-menu {
    	margin: 0 0 12px 0!important;
	}
	.mobmenu-content #mobmenuright .sub-menu li:last-child {
		border-bottom: none;
	}
}


/* Footer
========================================================================== */
#wrapper-footer{
	padding: 20px 0;
	background-color: #FFB705;
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	line-height: normal;
}
#wrapper-footer *{
	list-style: none;
}
#wrapper-footer #footer .row .footer-widget-area h3{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
#wrapper-footer #footer .row .footer-widget-area p{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
}
#wrapper-footer #footer .row .footer-widget-area p strong{
	font-weight: bold;
}
#wrapper-footer #footer .row .footer-widget-area p img{
	width: 100%;
	height: auto;
}
#wrapper-footer #footer .row.uno .footer-widget-area a{
	margin-bottom: 10px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}
#wrapper-footer #footer .row.uno .footer-widget-area a:hover{
	text-decoration: underline;
}
#wrapper-footer #footer .row.uno .footer-widget-area a:last-child{
	margin-bottom: 0;
}
#wrapper-footer #footer .row.dos #menu-rrss-2{
	overflow: hidden;
}
#wrapper-footer #footer .row.dos #menu-rrss-2 li{
	display: inline-block;
}
#wrapper-footer #footer .row.dos #menu-rrss-2 li a{
	text-indent: -999999px;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 14px 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
#wrapper-footer #footer .row.dos #menu-rrss-2 li:last-child a{
	margin: 0 0 0 0;
}
#wrapper-footer #footer .row.dos #menu-rrss-2 li.fb a{
	background-image: url("imgs/icon-fb2.png");
}
#wrapper-footer #footer .row.dos #menu-rrss-2 li.tw a{
	background-image: url("imgs/icon-tw2.png");
}
#wrapper-footer #footer .row.dos #menu-rrss-2 li.yt a{
	background-image: url("imgs/icon-yt2.png");
}
#wrapper-footer #footer .row.dos #menu-rrss-2 li.ig a{
	background-image: url("imgs/icon-ig2.png");
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-footer{
		padding: 40px 0 20px 0;
	}
	#wrapper-footer #footer .row.uno{
	  	padding: 0px 4%;
	}
	#wrapper-footer #footer .row.uno h3{
		font-size: 20px;
		margin: 0;
		margin-bottom: 10px!important;
	}
	#wrapper-footer #footer .row.uno p{
		font-size: 18px;
		line-height: 1.8;
		margin: 0;
		margin-bottom: 5px!important;
	}
	#wrapper-footer #footer .row.uno a{
		font-size: 18px;
		line-height: normal;
		text-decoration: underline;
	}
	/*	
	#wrapper-footer #footer .row.uno p img{
		width: 80%!important;
		display: block;
		margin: 20px auto 40px auto;
	}*/
	#wrapper-footer #footer .row.uno [class^="col"] {
	  	margin: 0 2% 20px 2%;	
	}
	#wrapper-footer #footer .row.dos{
	  	padding: 4%;
		text-align: center;
	}
}


/* Inicio
========================================================================== */
#wrapper-content #bloque-home-01.slider{
	padding-bottom: 6px;
	background-image: url("imgs/border-bottom-slider.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}
#wrapper-content #bloque-home-01.slider .sp-buttons {
    position: absolute!important;
	bottom: 0;
    padding-top: 0!important; 
}
#wrapper-content #bloque-home-02{
	padding: 0 0 20px 0;
	background-color: #145D9F;
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	line-height: normal;
}
#wrapper-content #bloque-home-02 .container .row{
	position: relative;
}
#wrapper-content #bloque-home-02 .container .row .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FFF;
}
#wrapper-content #bloque-home-02 .container .row .col-3 h3{
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 35px;
}
#wrapper-content #bloque-home-02 .container .row .col-3 p{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
}
#wrapper-content #bloque-home-02 .container .row .col-9 .container .row .col-4 a img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#wrapper-content #bloque-home-02 .container .row .col-9 .container .row .col-4 a{
	display: inline-block;
	margin: 50px 0 0 0;
}
#wrapper-content #bloque-home-02 .container .row .col-9 .container .row .col-4 h4{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#wrapper-content #bloque-home-02 .container .row .col-9 .container .row .col-4 p{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
}
#wrapper-content #bloque-home-03{
	color: #666;
	font-family: 'Barlow', sans-serif;
	line-height: normal;
}
#wrapper-content #bloque-home-03 .container{
	position: relative;
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-home-03 .container .row .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #145D9F;
}
#wrapper-content #bloque-home-03 .container .row.uno h3{
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 35px;
	color: #145D9F;
}
#wrapper-content #bloque-home-03 .container .row.dos{
	padding-bottom: 40px;
}
#wrapper-content #bloque-home-03 .container .row.dos .el-post{
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
	height: 450px;
	overflow: hidden;
}
#wrapper-content #bloque-home-03 .container .row.dos .el-post img{
	width: 100%;
	height: auto;
}
#wrapper-content #bloque-home-03 .container .row.dos .el-post p{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: normal;
	padding: 10px;
}
#wrapper-content #bloque-home-04{
	background-image: url("imgs/bg-eventos.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
	padding: 80px 0;
	font-family: 'Barlow', sans-serif;
	line-height: normal;
}
#wrapper-content #bloque-home-04 .container .row .uno div{
	background-color:#FFF;
	padding:20px 25px 10px 25px;
	display: inline-block;
}
#wrapper-content #bloque-home-04 .container .row .uno div h3{
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 0px;
	display: inline-block;
	color: #de3b23;
	border-bottom: solid 3px #de3b23;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
#wrapper-content #bloque-home-04 .container .row .uno p.uno{
	margin: 40px 0;
	font-size: 18px;
    font-weight: 500;
	line-height: normal;
}
#wrapper-content #bloque-home-04 .container .row .uno p.dos{
	margin: 40px 0;
	font-size: 28px;
    font-weight: 500;
	line-height: normal;
}
#wrapper-content #bloque-home-04 .container .row .uno p.dos a{
	color: #f4bc00;
	text-transform: uppercase;
	font-weight: 700;
}
#wrapper-content #bloque-home-04 .container .row .uno p.dos a:hover{
	color: #FFF;
}
#wrapper-content #bloque-home-04 .container .row .dos div{
	margin: 0 0 25px 0;
}
#wrapper-content #bloque-home-04 .container .row .dos div:last-child{
	margin: 0 0 0 0;
}
#wrapper-content #bloque-home-04 .container .row .dos div img{
	display: inline-block;
	width: 50px;
	height: auto;
	float: left;
}
#wrapper-content #bloque-home-04 .container .row .dos div p{
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 0 70px;
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content .box-left{
		display: none;
	}
	#wrapper-content #bloque-home-02 .container .row .col-3 h3{
		line-height: normal;
		margin-top: 10px;
	}
	#wrapper-content #bloque-home-02 .container .row .col-9 .container .row [class^="col"] {
		margin: 0 1% 20px 1%;
	}
	#wrapper-content #bloque-home-02 .container .row .col-9 .container .row [class^="col"]:first-child {
		margin: 20px 1%;
	}
	#wrapper-content #bloque-home-02 .container .row .col-9 .container .row [class^="col"]:last-child {
		margin: 0 1%;
	}
	#wrapper-content #bloque-home-02 .container .row .col-9 .container .row .col-4 a{
		margin: 0;
	}
	#wrapper-content #bloque-home-02 .container .row .col-9 .container .row .col-4 h4 {
		font-size: 20px;
		line-height: normal;
	}
	#wrapper-content #bloque-home-03 .container .row.uno h3{
		margin-top: 10px;
		line-height: normal;
	}
	#wrapper-content #bloque-home-03 .container .row.dos{
		padding-bottom: 0;
	}
	#wrapper-content #bloque-home-03 .container .row.dos .el-post{
		height: auto;
		margin: 0 2% 40px 2%; 
	}
	#wrapper-content #bloque-home-03 .container .row.dos .el-post p{
		font-size: 16px;
		margin-bottom: 0;
		line-height: normal;
	}	
}


/* Experiencias
========================================================================== */
#wrapper-content #bloque-experiencias-01.container,
#wrapper-content #bloque-experiencias-02.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-experiencias-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-experiencias-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 35px;
}
#wrapper-content #bloque-experiencias-02 .row{
	margin: 0 auto 40px auto;
}
#wrapper-content #bloque-experiencias-02 .el-post{
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
	height: 700px;
	overflow: hidden;
	font-family: 'Barlow', sans-serif;
}
#wrapper-content #bloque-experiencias-02 .el-post h3{
	font-weight: bold;
    font-size: 16px;
	margin: 10px 10px 5px 10px;
	display: inline-block;
	color: #FF211A;
}
#wrapper-content #bloque-experiencias-02 .el-post p{
	font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal;
    padding: 10px;
	color: #666;
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-experiencias-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
	#wrapper-content #bloque-experiencias-02 .el-post{
		height: auto;
		margin-bottom: 40px;
	}
	#wrapper-content #bloque-experiencias-02 .el-post:last-child{
		margin-bottom: 0;
	}
	#wrapper-content #bloque-experiencias-02 .el-post h3{
		line-height: normal;
	}
}


/* Destinos
========================================================================== */
#wrapper-content #bloque-destinos-01.container,
#wrapper-content #bloque-destinos-02.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-destinos-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-destinos-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 35px;
}
#wrapper-content #bloque-destinos-02 .row{
	margin: 0 auto 40px auto;
}
#wrapper-content #bloque-destinos-02 .el-post{
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
	height: 500px;
	overflow: hidden;
	font-family: 'Barlow', sans-serif;
}
#wrapper-content #bloque-destinos-02 .el-post .img-y-360{
	position: relative;
	overflow: hidden;
}
#wrapper-content #bloque-destinos-02 .el-post .img-y-360 a{
	display: inline-block;
	text-indent: -999999px;
	z-index: 300;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	background-image: url("imgs/icon-360.png");
	background-position: center;
	background-size: 25%;
	background-repeat: no-repeat;
}
#wrapper-content #bloque-destinos-02 .el-post .img-y-360:hover a{
	background-color: rgba(0,0,0,0);
}
#wrapper-content #bloque-destinos-02 .el-post h3 a{
	font-weight: bold;
    font-size: 16px;
	margin: 10px 10px 5px 10px;
	display: inline-block;
	color: #FF211A;
	text-decoration: none;
}
#wrapper-content #bloque-destinos-02 .el-post h3 a:hover{
	text-decoration: underline;
}
#wrapper-content #bloque-destinos-02 .el-post p{
	font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal;
    padding: 10px;
	color: #666;
}
#TB_ajaxWindowTitle{
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
    font-size: 16px;
	color: #FF211A;
}
#TB_ajaxContent {
    padding: 15px!important;
	margin: 0!important;
	text-align: left!important;
	width: 100%!important;
}
#TB_ajaxContent iframe{
	width: 100%;
}
#TB_ajaxContent p{
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: normal;
    padding: 10px;
	color: #666;
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-destinos-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
	#wrapper-content #bloque-destinos-02 .el-post{
		height: auto;
		margin-bottom: 40px;
	}
	#wrapper-content #bloque-destinos-02 .el-post:last-child{
		margin-bottom: 0;
	}
	#wrapper-content #bloque-destinos-02 .el-post h3 a{
		line-height: normal;
		text-decoration: underline;
	}
	#TB_window {
		width: 96%!important;
		margin-left: -48%!important;
	}
}

/* Eventos
========================================================================== */
#wrapper-content #bloque-eventos-01.container,
#wrapper-content #bloque-eventos-02.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
	font-family: 'Barlow', sans-serif;
}
#wrapper-content #bloque-eventos-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-eventos-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 35px;
}
#wrapper-content #bloque-eventos-02{
	margin: 0 auto 40px auto;
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
}
#wrapper-content #bloque-eventos-02 .row{
	padding: 20px 0;
}
#wrapper-content #bloque-eventos-02 div.row:nth-child(odd){
	background-color:#999;
}
#wrapper-content #bloque-eventos-02 div.row:nth-child(even){
	background-color:#FFF;
}
#wrapper-content #bloque-eventos-02 .row h3{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
    display: inline-block;
    color: #333;
}
#wrapper-content #bloque-eventos-02 .row span{
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: #333;
}
#wrapper-content #bloque-eventos-02 .row .imagen{
	display: none;
}
#wrapper-content #bloque-eventos-02 .row p {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal;
    color: #333;
}
#wrapper-content #bloque-eventos-02 .row p:last-child{
	margin-bottom: 0;
}
#wrapper-content #bloque-eventos-02 .row .col-1{
	text-align: center;
	padding: 1% 0;
}
#wrapper-content #bloque-eventos-02 .row .col-1 a{
	display: inline-block;
	text-indent: -999999px;
	width: 40px;
	height: 40px;
	background-image: url("imgs/icon-media.png");
	background-position: center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}
#wrapper-content #bloque-eventos-02 .row .col-1 a:hover{
	background-image: url("imgs/icon-media-hover.png");
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-eventos-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
	#wrapper-content #bloque-eventos-02{
		margin: 0 auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#wrapper-content #bloque-eventos-02 .row.el-evento{
		width: 96%;
		margin: 0 2%;
	}
	#wrapper-content #bloque-eventos-02 .row.el-evento h3{
		display: block;
	}
	#wrapper-content #bloque-eventos-02 .row.el-evento span{
		display: block;
		margin-bottom: 10px;
	}
	#wrapper-content #bloque-eventos-02 .row .imagen{
		display:block;
		margin-bottom: 10px;
	}
	#wrapper-content #bloque-eventos-02 .row.el-evento p {
		font-weight: normal;
		font-size: 16px;
		margin-bottom: 20px;
		line-height: normal;
		color: #333;
	}
}


/* Mapa
========================================================================== */
#wrapper-content #bloque-mapa-01.container,
#wrapper-content #bloque-mapa-02.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-mapa-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-mapa-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 35px;
}
#wrapper-content #bloque-mapa-02 .row{
	padding: 0 0 40px 0;
	margin: 0 auto 40px auto;
	font-family: 'Barlow', sans-serif;
}
#wrapper-content #bloque-mapa-02 .row .wpgmp_tabs_container ul.wpgmp_tabs a.active{
	background: #E44C33;
	border-bottom: solid 9px #212f3d;
}
#wrapper-content #bloque-mapa-02 .row .wpgmp_tabs_container .wpgmp_toggle_main_container{
	background: #E5E5E5;
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-mapa-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
}


/* Single Servicio Mapa
========================================================================== */
#wrapper-content #bloque-servicio-01.container,
#wrapper-content #bloque-servicio-02.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-servicio-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-servicio-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	line-height: 35px;
}
#wrapper-content #bloque-servicio-02{
	padding-top: 40px;
}
#wrapper-content #bloque-servicio-02 .row{
	margin: 0 auto 40px auto;
}
#wrapper-content #bloque-servicio-02 .row .el-post{
	font-family: 'Barlow', sans-serif;
	color:#666;
}
#wrapper-content #bloque-servicio-02 .row .container .row{
	margin: 0 auto 10px auto;
	font-size: 26px;
	overflow: hidden;
}
#wrapper-content #bloque-servicio-02 .row .container .row div{
	width: 40%;
}
#wrapper-content #bloque-servicio-02 .row .container .row div:first-child{
	float: left;
}
#wrapper-content #bloque-servicio-02 .row .container .row div:last-child{
	float: right;
}
#wrapper-content #bloque-servicio-02 .row .container .row div.sellos{
	vertical-align: middle;
}
#wrapper-content #bloque-servicio-02 .row .container .row div.sellos span.sello{
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999999px;
	width: 100px;
	height: 50px;
	margin: 20px 0 20px 10px;
	float: right;
}
#wrapper-content #bloque-servicio-02 .row .container .row div.sellos span.sello:last-child{
	margin-right: 0;	
}
#wrapper-content #bloque-servicio-02 .row .container .row div.sellos span.sello.icon-sello-confianza{
	background-image: url("imgs/sernatur-sello-confianza.png");
	width: 80px;
	height: 80px;
	margin: 0 0 0 10px;
}
#wrapper-content #bloque-servicio-02 .row .container .row div.sellos span.sello.icon-sello-s{
	background-image: url("imgs/sernatur-sello-s.png");
}
#wrapper-content #bloque-servicio-02 .row .container .row div.sellos span.sello.icon-sello-q{
	background-image: url("imgs/sernatur-sello-q.png");
}
#wrapper-content #bloque-servicio-02 .row .el-post h3{
	margin: 0 0 20px 0;
	color: #FF211A;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	line-height: normal;
}
#wrapper-content #bloque-servicio-02 .row .el-post p{
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal;
}
#wrapper-content #bloque-servicio-02 .row .el-post p:last-child{
    margin-bottom: 0;	
}
#wrapper-content #bloque-servicio-02 .row .el-post em{
	font-style: italic;
}
#wrapper-content #bloque-servicio-02 .row .el-post strong{
	font-weight: bold;
}
#wrapper-content #bloque-servicio-02 .row .el-post li{
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 20px 20px;
    line-height: normal;
	list-style: disc;
}
#wrapper-content #bloque-servicio-02 .row .el-post address {
	font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #999;
    line-height: normal;
    font-style: italic;
    margin: 10px 0 0 0;
    padding: 0;
}
#wrapper-content #bloque-servicio-02 .row .el-post a.boton{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	padding: 10px 15px;
	margin: 20px 0;
	color: #FFF;
	background: #FF211A;
	display: inline-block;
	text-decoration: none;
}
#wrapper-content #bloque-servicio-02 .row .el-post a.boton:hover{
	background:#c30500;
}
#wrapper-content #bloque-servicio-02 .row .el-post a.boton i{
	vertical-align: sub;
	margin-right: 5px;
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-servicio-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
	#wrapper-content #bloque-servicio-02{
		padding-top: 0;
		margin-bottom: 40px;
	}
	#wrapper-content #bloque-servicio-02 .row{
		margin: 0 auto;
	}
	#wrapper-content #bloque-servicio-02 .row .container .row{
		margin: 0;
	}
	#wrapper-content #bloque-servicio-02 .row .container .row div{
		width: 100%;
	}
	#wrapper-content #bloque-servicio-02 .row .container .row div:first-child{
		float:none;
		margin-bottom: 10px;
	}
	#wrapper-content #bloque-servicio-02 .row .container .row div:last-child{
		float: none;
		margin-bottom: 10px;
	}
	#wrapper-content #bloque-servicio-02 .row .container .row div span.sello{
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		text-indent: -9999999px;
		width: 100px;
		height: 50px;
		margin-left: 10px;
		float: none;
	}
	#wrapper-content #bloque-servicio-02 .row .el-post{
		margin-bottom: 40px;
	}
	#wrapper-content #bloque-servicio-02 .row .el-post h3{
		margin: 0 0 10px 0;
	}
	#wrapper-content #bloque-servicio-02 .row .el-post p{
		margin-bottom: 10px;
	}
}


/* Noticias
========================================================================== */
#wrapper-content #bloque-noticias-01.container,
#wrapper-content #bloque-noticias-02.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-noticias-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-noticias-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 35px;
}
#wrapper-content #bloque-noticias-02 .row{
	margin: 0 auto 40px auto;
}
#wrapper-content #bloque-noticias-02 .row .col-12{
	font-family: 'Barlow', sans-serif;
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
	overflow: hidden;
	padding: 0 20px 0 0;
}
#wrapper-content #bloque-noticias-02 .row .col-12 a.img-del-post{
	float: left;
    margin: 0 30px 0 0;
    overflow: hidden;
    width: 225px;
}
#wrapper-content #bloque-noticias-02 .row .col-12 a.img-del-post img{
	width: auto;
	height: 169px;
	display: block;
}
#wrapper-content #bloque-noticias-02 .row .col-12 h3{
	margin: 10px 0 20px 0;
}
#wrapper-content #bloque-noticias-02 .row .col-12 h3 a{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	line-height: normal;
}
#wrapper-content #bloque-noticias-02 .row .col-12 p{
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal;
	color:#666;
}
#wrapper-content #bloque-noticias-02 .row .col-12 p:last-child{
    margin-bottom: 0;	
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-noticias-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
	#wrapper-content #bloque-noticias-02 .row .col-12{
		padding: 2% 2% 15px 2%;
	}
	#wrapper-content #bloque-noticias-02 .row .col-12 a.img-del-post{
		float: none;
		margin: 0 0 10px 0;
		display: block;
		width: 225px;
		height: auto;
		overflow: hidden;
	}
	#wrapper-content #bloque-noticias-02 .row .col-12 a.img-del-post img{
		width: auto;
		height: 169px;
		display: block;
	}
	#wrapper-content #bloque-noticias-02 .row .col-12 h3{
		margin: 0 0 10px 0;
	}
	#wrapper-content #bloque-noticias-02 .row .col-12 h3 a{
		text-decoration: underline;
	}
	#wrapper-content #bloque-noticias-02 .row .col-12 p{
		margin-bottom: 10px;
	}
}


/* Single Noticias
========================================================================== */
#wrapper-content #bloque-noticia-01.container,
#wrapper-content #bloque-noticia-02.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-noticia-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-noticia-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	line-height: 35px;
}
#wrapper-content #bloque-noticia-02{
	padding-top: 40px;
}
#wrapper-content #bloque-noticia-02 .row{
	margin: 0 auto 40px auto;
}
#wrapper-content #bloque-noticia-02 .row .el-post{
	font-family: 'Barlow', sans-serif;
	color:#666;
}
#wrapper-content #bloque-noticia-02 .row .el-post h2 {
	margin: 0 0 10px 0;
	color: #FF211A;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	line-height: normal;
}
#wrapper-content #bloque-noticia-02 .row .el-post h3{
	margin: 0 0 20px 0;
	color: #FF211A;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	line-height: normal;
}
#wrapper-content #bloque-noticia-02 .row .el-post .img-destacada{
	text-align: center;
	margin-bottom: 20px;
}
#wrapper-content #bloque-noticia-02 .row .el-post .img-destacada img{
	width: 70%;
	height: auto;
}
#wrapper-content #bloque-noticia-02 .row .el-post p{
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal;
}
#wrapper-content #bloque-noticia-02 .row .el-post p:last-child{
    margin-bottom: 0;	
}
#wrapper-content #bloque-noticia-02 .row .el-post blockquote{
    line-height: normal;
    display: block;
    height: auto;
    margin: 0 0 35px 25px;
    top: 15px;
    position: relative;
	font-style: italic;
	font-size: 18px;
}
#wrapper-content #bloque-noticia-02 .row .el-post blockquote p{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
#wrapper-content #bloque-noticia-02 .row .el-post em{
	font-style: italic;
}
#wrapper-content #bloque-noticia-02 .row .el-post strong{
	font-weight: bold;
}
#wrapper-content #bloque-noticia-02 .row .el-post li{
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 20px 20px;
    line-height: normal;
	list-style: disc;
}
#wrapper-content #bloque-noticia-02 .row .el-sidebar .container{
	-webkit-box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
	background: #FFF;
	padding: 15px;
}
#wrapper-content #bloque-noticia-02 .row .el-sidebar .container .row{
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	border-bottom: solid 1px #999;
}
#wrapper-content #bloque-noticia-02 .row .el-sidebar .container .row:first-child{
	margin: 0 auto 10px auto;
	border-bottom: none;
	padding-bottom: 0;
}
#wrapper-content #bloque-noticia-02 .row .el-sidebar .container .row:last-child{
	margin: 0 auto;
	border-bottom: none;
	padding-bottom: 0;
}
#wrapper-content #bloque-noticia-02 .row .el-sidebar .container .row h4 {
	font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
	color: #666;
}
#wrapper-content #bloque-noticia-02 .row .el-sidebar .container .row a{
	font-family: 'Barlow', sans-serif;
    font-size: 14px;
	color: #FF211A;
	text-decoration: none;
}
#wrapper-content #bloque-noticia-02 .row .el-sidebar .container .row a:hover{
	text-decoration: underline;
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-noticia-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
	#wrapper-content #bloque-noticia-02{
		padding-top: 0;
	}
	#wrapper-content #bloque-noticia-02 .row{
		margin: 0 auto;
	}
	#wrapper-content #bloque-noticia-02 .row .el-post{
		margin-bottom: 40px;
	}
	#wrapper-content #bloque-noticia-02 .row .el-post .img-destacada img{
		width: 100%;
	}
	#wrapper-content #bloque-noticia-02 .row .el-post p{
		margin-bottom: 10px;
	}
	#wrapper-content #bloque-noticia-02 .row .el-sidebar{
		margin-bottom: 40px;
	}
}


/* Mis guías
========================================================================== */
#wrapper-content #bloque-guias-01.container,
#wrapper-content #bloque-guias-02.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-guias-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-guias-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 35px;
}
#wrapper-content #bloque-guias-02 .row{
	margin: 0 auto 40px auto;
}
#wrapper-content #bloque-guias-02 .el-post{
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
	height: fit-content;
	overflow: hidden;
	font-family: 'Barlow', sans-serif;
	padding-bottom: 10px;
}
#wrapper-content #bloque-guias-02 .el-post .img-y-download{
	position: relative;
}
#wrapper-content #bloque-guias-02 .el-post .img-y-download a{
	display: inline-block;
	text-indent: -999999px;
	z-index: 300;
	width: 100%;
	height: 252px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	background-image: url("imgs/icon-download.png");
	background-position: center;
	background-size: 21%;
	background-repeat: no-repeat;
}
#wrapper-content #bloque-guias-02 .el-post .img-y-download:hover a{
	background-color: rgba(0,0,0,0);
}
#wrapper-content #bloque-guias-02 .el-post h3 a{
	font-weight: bold;
    font-size: 16px;
	margin: 10px 10px 5px 10px;
	display: inline-block;
	color: #FF211A;
	text-decoration: none;
	text-align: center;
}
#wrapper-content #bloque-guias-02 .el-post h3 a:hover{
	text-decoration: underline;
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-guias-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
	#wrapper-content #bloque-guias-02 .el-post{
		height: auto;
		margin-bottom: 40px;
	}
	#wrapper-content #bloque-guias-02 .el-post:last-child{
		margin-bottom: 0;
	}
	#wrapper-content #bloque-guias-02 .el-post h3 a{
		line-height: normal;
		text-decoration: underline;
	}
}

/* Contacto
========================================================================== */
#wrapper-content #bloque-contacto-01.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-contacto-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-contacto-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 35px;
}
#wrapper-content #bloque-contacto-02{
	font-family: 'Barlow', sans-serif;
	-webkit-box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
	background: #FFF;
	padding: 15px;
	margin: 0 auto 40px auto;
}
#wrapper-content #bloque-contacto-02 .row.uno h3{
	margin: 0 0 15px 0;
	color: #FF211A;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	line-height: normal;
	text-align: center;
}
#wrapper-content #bloque-contacto-02 .row.uno em{
	font-style: italic;
}
#wrapper-content #bloque-contacto-02 .row.uno p{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
	text-align: center;
	color: #666;
}
#wrapper-content #bloque-contacto-02 .row.dos p{
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
	text-align: left;
	color: #666;
	width: 100%;
	margin-bottom: 20px;
}
#wrapper-content #bloque-contacto-02 .row.dos p label{
	line-height: 25px;
}
#wrapper-content #bloque-contacto-02 .row.dos p label span input.wpcf7-text,
#wrapper-content #bloque-contacto-02 .row.dos p label span textarea.wpcf7-textarea{
    width: 100%;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #666;
	border: solid 1px #666;
}
#wrapper-content #bloque-contacto-02 .row.dos p label span textarea.wpcf7-textarea{
  resize: vertical;
}
#wrapper-content #bloque-contacto-02 .row.dos p input.wpcf7-submit{
    width: 100%;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #FFF;
	background: #FF211A;
	border: none;
}
#wrapper-content #bloque-contacto-02 .row.dos p input.wpcf7-submit:hover{
	cursor: pointer;
	background:#c30500;
}
#wrapper-content #bloque-contacto-02 .row.dos p span.ajax-loader{
	margin: 5px 45% 0 45%;
}
#wrapper-content #bloque-contacto-02 .row.dos .wpcf7-response-output {
    padding: 1em;
	margin: 0 0 20px 0;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	color: #666;
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-contacto-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
	#wrapper-content #bloque-contacto-02{
		padding: 2%;
		margin: 0 2% 40px 2%;
		width: 96%;
	}
}

/* Error 404
========================================================================== */
#wrapper-content #bloque-404-01.container{
	background-image: url("imgs/bg-wrapper-content.png");
	background-repeat: repeat;
	background-position: left top;
}
#wrapper-content #bloque-404-01 .box-left{
	position: absolute;
	text-indent: -999999px;
	width: 30px;
	height: 35px;
	top:0;
	left:-20px;
	background-color: #FF211A;
}
#wrapper-content #bloque-404-01 h2{
	color: #FF211A;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 20px 0;
	line-height: 35px;
}
#wrapper-content #bloque-404-02{
	font-family: 'Barlow', sans-serif;
	-webkit-box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 14px 1px rgb(0 0 0 / 50%);
	background: #FFF;
	padding: 200px 15px;
	margin: 0 auto 40px auto;
}
#wrapper-content #bloque-404-02 .row.uno p{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
	text-align: center;
	color: #666;
}
#wrapper-content #bloque-404-02 .row.dos p{
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
	text-align: center;
	color: #666;
	width: 100%;
	margin-bottom: 20px;
}
#wrapper-content #bloque-404-02 .row.dos p a{
    width: 30%;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #FFF;
	background: #FF211A;
	display: inline-block;
	text-decoration: none;
}
#wrapper-content #bloque-404-02 .row.dos p a:hover{
	background:#c30500;
}

/* 1024px */
@media only screen and (max-width: 64em) {
	#wrapper-content #bloque-404-01 h2{
		margin: 10px 0 15px 0;
		line-height: normal;
	}
	#wrapper-content #bloque-404-02{
		padding: 2%;
		margin: 0 2% 40px 2%;
		width: 96%;
	}
	#wrapper-content #bloque-404-02 .row.dos p a{
		width: 60%;
	}
}

/* Plugin "Click to Chat"
========================================================================== */

span.ctc_cta{
	font-family: 'Barlow', sans-serif!important;
	font-size: 14px!important;
}