.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/** 
 * Everslider - Responsive jQuery Carousel Plugin
*/

.everslider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}

.everslider .es-slides {
	position: relative;
	width: 100000px;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transform: translate3d(0,0,0);
}

.everslider .es-slides > li {
	position: relative;
	float: left;
	padding: 0!important;
    border: 0!important;
	width: 500px;
	height: 300px;
    margin: 0 10px 0 0;
    cursor: default; 
	cursor: -webkit-grab; 
	cursor: -moz-grab;
	 -webkit-transform: translate3d(0,0,0);
}

.everslider.es-swipe-grab .es-slides > li {
	cursor: default; 
    cursor: -webkit-grabbing; 
    cursor: -moz-grabbing; 
}

.everslider .es-slides img {
	width: 100%;
	height: auto;
	max-width: none;
}


/* Preload */

.everslider {
	background: url(/s/img/wp-content/plugins/everslider/images/preload.gif) no-repeat center;
}

.everslider.es-slides-ready {
	background: none;
}

.es-slides {
	visibility: hidden;
}

.es-slides-ready .es-slides {
	visibility: visible;
}


/* Navigation */

.es-navigation a {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    padding: 7px;
    background-color: #eee;
}

.es-navigation .es-prev { left: 0 }
.es-navigation .es-next { right: 0 }

.es-navigation .es-first,
.es-navigation .es-last {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

.es-navigation a span {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.es-navigation .es-prev span {
	background: url(/s/img/wp-content/plugins/everslider/images/arrows.png) no-repeat 0 0;
}

.es-navigation .es-next span {
	background: url(/s/img/wp-content/plugins/everslider/images/arrows.png) no-repeat -20px 0;
}

.es-navigation .es-prev span.alt-arrow {
	background: url(/s/img/wp-content/plugins/everslider/images/arrows.png) no-repeat 0 -20px;
}

.es-navigation .es-next span.alt-arrow {
	background: url(/s/img/wp-content/plugins/everslider/images/arrows.png) no-repeat -20px -20px;
}

/* Pagination */

.es-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.es-pagination a {
    position: relative;
    right: 50%;
    float: left;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: url(/s/img/wp-content/plugins/everslider/images/bullets.png) no-repeat 0 0;
    margin: 0 5px 0;
    text-indent: -9999px;
}

.es-pagination .es-active {
	background: url(/s/img/wp-content/plugins/everslider/images/bullets.png) no-repeat -13px 0;
}

/* Ticker */

.es-ticker {
	position: absolute;
    bottom: 0;
    right: 0;
}

.es-ticker a {
	display: block;
    padding: 7px;
    background: #eee;
}

.es-ticker a span {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.es-ticker .es-play span {
    background: url(/s/img/wp-content/plugins/everslider/images/ticker.png) no-repeat 0 0;
}

.es-ticker .es-pause span {
    background: url(/s/img/wp-content/plugins/everslider/images/ticker.png) no-repeat -20px 0;
}

/* Retina */

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
	/* Navigation */
	.es-navigation .es-prev span {
	    background: url(/s/img/wp-content/plugins/everslider/images/arrows@2x.png) no-repeat 0 0;
	    background-size: 40px 40px;
	}
	.es-navigation .es-next span {
	    background: url(/s/img/wp-content/plugins/everslider/images/arrows@2x.png) no-repeat -20px 0;
	    background-size: 40px 40px;
	}
	/* Pagination */
	.es-pagination a {
	    background: url(/s/img/wp-content/plugins/everslider/images/bullets@2x.png) no-repeat 0 0;
	    background-size: 26px 13px;
	}
	.es-pagination a.es-active {
	    background: url(/s/img/wp-content/plugins/everslider/images/bullets@2x.png) no-repeat -13px 0;
	    background-size: 26px 13px;
	}
	/* Ticker */
	.es-ticker .es-play span {
	    background: url(/s/img/wp-content/plugins/everslider/images/ticker@2x.png) no-repeat 0 0;
	    background-size: 40px 20px;
	}
	.es-ticker .es-pause span {
	    background: url(/s/img/wp-content/plugins/everslider/images/ticker@2x.png) no-repeat -20px 0;
	    background-size: 40px 20px;
	}
}/* 
* CSS styles for slide templates 
*/


/** "Default" slide template */

.es-default-template {}

.es-default-template.es-has-navigation, 
.es-default-template.es-has-pagination,
.es-default-template.es-has-ticker {
	padding-top: 40px;
}

.es-default-template.es-has-pagination {
	margin-top: -20px;
}

.es-default-template .es-slides > li {
	width: 200px;
	height: auto!important;
	margin-right: 15px;
}

.es-default-template .es-slide-inner {
	overflow: hidden;
}

.es-default-template .es-image {
	background: #fff url(/s/img/wp-content/plugins/everslider/images/link.png) no-repeat center;
}

.es-default-template .es-image img {
	opacity: 1;
	border-radius: 0;
	vertical-align: top;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.es-default-template .es-image:hover img {
	opacity: 0.5;
}

.es-default-template .es-content {
	position: relative;
	padding: 10px;
	color: #555;
	background: #f8f8f8;
	border-bottom: 2px solid #eee;
}

.es-default-template .es-content:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 10px;
	top: -20px;
	border: 10px solid transparent;
	border-bottom-color: #f8f8f8;
}

.es-default-template .es-title {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0 0 10px;
}

.es-default-template .es-title a,
.es-default-template .es-title a:visited {
	color: #444;
	text-decoration: none;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	transition: color .1s linear;
}

.es-default-template .es-title a:hover {
	color: #999;
}

.es-default-template .es-excerpt {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 18px;
}

.es-default-template .es-navigation {
	position: absolute;
	top: 0;
	right: 0;
}

.es-default-template .es-navigation a {
	position: static;
	float: left;
	margin: 0 0 0 5px;
}

.es-default-template .es-pagination {
	bottom: auto;
	top: 20px;
	left: 0;
}

.es-default-template .es-pagination a {
	right: auto;
}

.es-default-template .es-ticker {
	bottom: auto;
	top: 0;
	right: 0;
}

.es-default-template .es-ticker + .es-navigation {
	margin-right: 39px;
}


/** "Basic" slide template */

.es-basic-template {}

.es-basic-template.es-has-pagination {
	padding-top: 20px;
}

.es-basic-template .es-slides > li {
	width: 250px;
	height: 156px;
	margin-right: 5px;
}

.es-basic-template .es-slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
	border: 5px solid #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	z-index: 0;
}

.es-basic-template .es-slide-inner > img {
	opacity: 0.8;
	border-radius: 0;
	-webkit-transition: opacity .5s, -webkit-transform .3s ease-out;
	-moz-transition: opacity .5s, -moz-transform .3s ease-out;
	-o-transition: opacity .5s, -o-transform .3s ease-out;
	transition: opacity .5s, transform .3s ease-out;
	-webkit-transform: rotateY(0deg);
}

.es-basic-template .es-slide-inner:hover > img {
	opacity: 0.5;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.es-basic-template .es-overlay {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 90%;
	padding: 0 5%;
	line-height: 20px;
	-webkit-transform: rotateX(0deg);
	z-index: 1;
}

.es-basic-template .es-title {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	color: #eee;
	text-shadow: -1px 1px 2px #333;
}

.es-basic-template .es-title a,
.es-basic-template .es-title a:visited {
	color: #eee;
	text-decoration: none;
}

.es-basic-template .es-title a:hover {
	text-decoration: underline;
}

.es-basic-template .es-groups {
	display: inline-block;
	padding: 1px 5px;
	background: #222;
	color: #ccc;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

.es-basic-template .es-groups a,
.es-basic-template .es-groups a:visited {	
	color: #ccc;
	text-decoration: none;
}

.es-basic-template .es-groups a:hover {
	color: #eee;
}

.es-basic-template .es-title,
.es-basic-template .es-groups {
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	-o-transition: -o-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	opacity: 0;
}

.es-basic-template .es-before-slide .es-title {
	-webkit-transform: translate(0,-10px);
	-moz-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	transform: translate(0,-10px);
	opacity: 0;
}

.es-basic-template .es-after-slide .es-title {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}

.es-basic-template .es-before-slide .es-groups {
	-webkit-transform: translate(0,5px);
	-moz-transform: translate(0,5px);
	-o-transform: translate(0,5px);
	transform: translate(0,5px);
	opacity: 0;
}

.es-basic-template .es-after-slide .es-groups {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}

.es-basic-template .es-pagination {
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
}

.es-basic-template .es-pagination a {
	right: 0;
	margin: 0 5px;
}

.es-basic-template.es-has-pagination .es-navigation a {
	margin-top: -7px;
}


/** "Photo" slide template */

.es-photo-template .es-slides > li {
	margin-right: 0;
}

.es-photo-template .es-meta {
	position: absolute;
	top: 10%;
	left: 10%;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #333;
	background: rgba(0,0,0,0.5);
	padding: 2px 5px;
	color: #ccc;
	margin-top: 54px;
}

.es-photo-template .es-meta a {
	color: inherit;
	text-decoration: none;
}

.es-photo-template .es-caption {
	position: absolute;
	top: 10%;
	left: 10%;
	font-size: 20px;
	line-height: 35px;
	max-width: 50%;
	margin-left: 8px;
	margin-top: 74px;
}

.es-photo-template .es-caption a {
	color: #eee!important;
	text-decoration: none;
	background: #333;
	background: rgba(0,0,0,0.5);
	padding: 3px 0;
	-webkit-box-shadow: 8px 0 0 rgba(0,0,0,0.5), -8px 0 0 rgba(0,0,0,0.5);
	box-shadow: 8px 0 0 rgba(0,0,0,0.5), -8px 0 0 rgba(0,0,0,0.5);
	text-shadow: -1px 0 0 #333;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	transition: color .1s linear;
}

.es-photo-template .es-caption a:hover {
	color: #ccc!important;
	text-decoration: none;
}

.es-photo-template .es-navigation a {
	top: 10%;
	margin: 0;
	background: #FF5254;
}

.es-photo-template .es-navigation .es-prev {
	left: 10%;
}

.es-photo-template .es-navigation .es-next {
	right: auto;
	left: 10%;
	margin-left: 35px;
}

.es-photo-template .es-navigation .es-prev span {
	background-position: 0 -20px;
}

.es-photo-template .es-navigation .es-next span {
	background-position: -20px -20px;
}

.es-photo-template .es-caption,
.es-photo-template .es-meta {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	-moz-transition: opacity .3s, -moz-transform .3s;
	-o-transition: opacity .3s, -o-transform .3s;
	transition: opacity .3s, transform .3s;
}


.es-photo-template .es-before-slide .es-caption,
.es-photo-template .es-before-slide .es-meta {
	opacity: 0;
	-webkit-transform: translate(20px,0);
	-moz-transform: translate(20px,0);
	-o-transform: translate(20px,0);
	transform: translate(20px,0);
}

.es-photo-template .es-after-slide .es-caption,
.es-photo-template .es-after-slide .es-meta {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}@media screen{/*------------------------------------------------------------------*/
/*-------------------->>> 1. CSS General <<<------------------------*/
/*------------------------------------------------------------------*/

.pps-clearfix::before,
.pps-clearfix::after {
    display: table;
    content: "";
}

.pps-clearfix::after {
    clear: both;
}

.pps-clearfix {
    zoom: 1;
    /* For IE 6/7*/
}

@font-face {
    font-family: 'pps-icomoon';
    src: url(/wp-content/plugins/popup-press/css/fonts/icomoon.eot);
    src: url(/wp-content/plugins/popup-press/css/fonts/icomoon.eot#iefix8e63sg) format('embedded-opentype'),
    url(/wp-content/plugins/popup-press/css/fonts/icomoon.ttf) format('truetype'),
    url(/wp-content/plugins/popup-press/css/fonts/icomoon.woff) format('woff'),
    url(/s/img/wp-content/plugins/popup-press/css/fonts/icomoon.svg#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="pps-icon-"],
[class*=" pps-icon-"] {
    font-family: 'pps-icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pps-popup embed,
.pps-popup iframe,
.pps-popup object,
.pps-popup video {
    position: relative;
    z-index: 10003;
    margin: 0px;
    padding: 0px;
    border: 0px;
    max-width: 100%;
    max-height: 100%;
}

.pps-popup video,
.pps-popup audio {
    visibility: visible !important;
}

.pps-popup .pps-responsive-video {
    width: 100% !important;
}

.pps-popup .pps-responsive-video video {
    height: auto;
}

.pps-popup a:focus,
a.pps-button-popup:focus {
    outline: 0;
}

/*------------------------------------------------------------------*/
/*-------------------->>> 2. PopupPress <<<-------------------------*/
/*------------------------------------------------------------------*/

.pps-overlay, .b-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    cursor: pointer;
    background-size: cover;
    /*transition: none 0s ease 0s  !important;*/
}

.pps-popup {
    box-sizing: border-box;/*content-box*/
    display: none;
    position: absolute;
    top: 60px;
    z-index: 9999;
    width: 600px;
    height: auto;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
    background: transparent;
}

.pps-popup:before {
    position: absolute;
    content: "";
}

.pps-popup.pps-width-overflow {
    width: 86% !important;
    left: 6% !important;
}

.pps-wrap {
    box-sizing: border-box;
    position: relative;
    z-index: 10008;
    padding: 20px 25px 20px;
    height: 100%;
    max-height: inherit;
    background-color: #FFFFFF;
    /*overflow: hidden;*//*No colocar porque elimina el botón de cerrar*/
}}@media screen{.pps-popup.pps-no-border {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
}

.pps-header {
    position: relative;
    padding: 0;
    margin: 0;
}

.pps-title {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
    color: #000;
    line-height: 100%;
    text-align: left;
    font-size: 20px;
    font-family: inherit;
}

.pps-close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 10009;
    cursor: pointer;
}

.pps-close a.pps-close-link {
    width: 18px;
    height: 18px;
    padding: 6px;
    box-sizing: content-box;
    display: block;
    outline: none;
    border: 0;
    cursor: pointer;
    background-color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
}

.pps-close a i.pps-icon:before {
    width: auto;
    font-size: 18px;
    color: #999999;
    display: inline-block;
    text-decoration: inherit;
}

.pps-close a.pps-close-link:hover i.pps-icon:before {
    color: #222222;
}

.pps-close .pps-icon-close:before {
    content: "\e619";
}

.pps-close .pps-icon-close-circle:before {
    content: "\e604";
}

.pps-close .pps-icon-close-circle-outline:before {
    content: "\e605";
}

.pps-close .pps-icon-close-clear:before {
    content: "\e070";
}

.pps-close .pps-icon-close-circle-cross:before {
    content: "\e043";
}

.pps-close .pps-icon-close-square-radius:before {
    content: "\e047";
}

.pps-close .pps-icon-close-file-broken:before {
    content: "\e608";
}

.pps-close .pps-icon-close-error:before {
    content: "\e61e";
}

.pps-close .pps-icon-close-outline:before {
    content: "\e607";
}

.pps-content {
    padding: 0px;
    min-height: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    font-size: 16px;
}

.pps-content-wp-editor {
    overflow: auto;
}

.pps-single-popup {
    position: relative;
}

.pps-content p {
    margin: 0px;
    margin-bottom: 15px;
    line-height: 21px;
    text-align: left;
}

a.pps-btn {
    cursor: pointer;
}

a.pps-btn.pps-button-popup {
    display: inline-block;
    padding: 5px 14px 4px;
    margin: 0px;
    color: #FFF;
    line-height: 1.6;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-bottom: 2px solid #1B80C5;
    background-color: #348ECC;
}

a.pps-btn.pps-button-popup:hover {
    background-color: #3C9CDD;
    border-bottom: 2px solid #1B80C5;
}

a.pps-button-popup > img,
a.pps-btn-img > img {
    margin: 0 !important;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
}

a.pps-button-popup > img:hover {
    zoom: 1;
}

.pps-loading {
    position: absolute;
    left: 46%;
    top: 46%;
    z-index: 10002;
    width: 26px;
    height: 26px;
    display: block;
    background: url(/s/img/wp-content/plugins/popup-press/css/images/loading.gif) no-repeat 0 0;
    padding-left: 32px;
}

a.pps-download-pdf {
    margin: 0px;
    padding: 6px 15px;
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #333;
    color: white;
    font-size: 0.9em;
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.pps-popup:hover a.pps-download-pdf {
    display: block;
}

a.pps-download-pdf:hover {
    color: white;
    text-decoration: underline;
    background: #222;
}

.pps-wrap-thumbs-popup {
    width: 100%;
}

.pps-wrap-thumbs-popup li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pps-wrap-thumbs-popup li img {
    max-width: 25%;
    display: block;
}

.pps-disclaimer {
    padding: 15px 0 10px;
    text-align: center;
}

.pps-disclaimer .pps-disclaimer-agree,
.pps-disclaimer .pps-disclaimer-disagree {
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 13px;
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: 2px solid #1B80C5;
    background-color: #348ECC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.pps-disclaimer .pps-disclaimer-disagree {
    border-bottom: 2px solid #B33737;
    background-color: #CC524F;
}

.pps-disclaimer .pps-disclaimer-agree:hover {
    border-color: #1B80C5;
    background-color: #3C9CDD;
}

.pps-disclaimer .pps-disclaimer-disagree:hover {
    border-color: #9A3030;
    background-color: #D0615E;
}

.pps-disclaimer .pps-disclaimer-agree:before,
.pps-disclaimer .pps-disclaimer-disagree:before {
    content: "\e618";
    font-family: 'pps-icomoon';
    font-size: 17px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.pps-disclaimer .pps-disclaimer-disagree:before {
    content: "\e619";
    font-size: 18px;
}

.pps-not-show-again {
    float: right;
    display: inline-block;
    cursor: pointer;
    font-size: 1em;
    text-decoration: none;
    padding: 5px;
    text-align: right;
}

.pps-popup.pps-full-screen {
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    position: fixed !important;
    border-radius: 0px !important;
    border: 0px !important;
}

.pps-popup.pps-full-screen .pps-wrap {
    border-radius: 0px !important;
}

.pps-popup.pps-full-screen .pps-wrap .pps-close {
    top: 12px !important;
    right: 12px !important;
}

/*------------------------------------------------------------------*/
/*---------------->>> 3. Slider PopupPress <<<----------------------*/
/*------------------------------------------------------------------*/

/* ========================================================
 * RESETS
 * ========================================================*/
.pps-container a:hover,
.pps-slider a:hover,
.pps-container a:focus,
.pps-slider a:focus {
    outline: none;
}

.pps-slides,
.pps-slides > li,
.pps-control-nav,
.pps-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pps-pauseplay span {
    text-transform: capitalize;
}

/* ============================================================
 * BASE STYLES
 * ============================================================*/
.popupslider {
    margin: 0;
    padding: 0;
}

.popupslider .pps-slides > li {
    display: none;

    /*Para las imágenes que ocupen 100% del popup height = 100%*/
    height: 100%;
    max-height: 100%;
}

.popupslider .pps-slides > li.pps-active-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    /*display: block;*/
}

.popupslider .pps-slides img {
    width: 100%;
    height: auto;
    display: block;
}

.popupslider .pps-slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .popupslider .pps-slides {
    display: block;
}

* html .popupslider .pps-slides {
    height: 1%;
}

.no-js .popupslider .pps-slides > li:first-child {
    display: block;
}

/* ===================================================================
 * DEFAULT THEME
 * ===================================================================*/
.popupslider {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    /*Para las imágenes que ocupen 100% del popup height = 100%*/
    height: 100%;
    max-height: 100%;
}

.popupslider .pps-slides {
    zoom: 1;

    /*Para las imágenes que ocupen 100% del popup height = 100%*/
    display: inline;
    height: 100%;
    max-height: 100%;
    margin: 0 !important;
}

.popupslider .pps-slides img {
    height: auto;
}

.pps-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .pps-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

/* Flechas */
.pps-direction-nav {
    *height: 0;
}

.pps-direction-nav > li {
    margin: 0px;
    padding: 0px;
}

.pps-direction-nav a {
    text-decoration: none;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: visible;
    opacity: 0.6;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pps-direction-nav a:before {
    font-family: "pps-icomoon";
    font-size: 30px;
    display: inline-block;
    content: '\e110';
    color: rgba(255, 255, 255, 0.9);
    text-shadow: none;
}

.pps-direction-nav a.pps-next:before {
    content: '\e111';
}

.pps-direction-nav .pps-prev {
    left: -58px;
}

.pps-direction-nav .pps-next {
    right: -58px;
}

.pps-popup .pps-direction-nav a.pps-prev:hover,
.pps-popup .pps-direction-nav a.pps-next:hover {
    opacity: 1;
}

.pps-popup.pps-mobile .pps-direction-nav a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
}

.pps-popup.pps-mobile .pps-direction-nav .pps-prev {
    left: -68px;
}

.pps-popup.pps-mobile .pps-direction-nav .pps-next {
    right: -68px;
}}@media screen and screen and (max-width: 768px){.pps-popup.pps-mobile .pps-direction-nav .pps-prev {
        left: 20px;
        opacity: 1;
    }

    .pps-popup.pps-mobile .pps-direction-nav .pps-next {
        right: 20px;
        opacity: 1;
    }}@media screen{.pps-direction-nav .pps-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    display: none;
}

.pps-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.pps-pauseplay a:before {
    font-family: "popupslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.pps-pauseplay a:hover {
    opacity: 1;
}

.pps-pauseplay a.pps-play:before {
    content: '\f003';
}

/* Paginador */
.pps-control-nav {
    position: absolute;
    bottom: -30px;
    left: 3%;
    width: 94%;
    height: 30px;
    text-align: center;
}

.pps-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.pps-control-paging li a {
    width: 12px;
    height: 12px;
    line-height: 100%;
    display: block;
    margin-top: 8px;
    background: #666;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.pps-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, 1);
}

.pps-control-paging li a.pps-active {
    background: #000;
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
}}@media screen and screen and (max-width: 768px),screen and screen and (max-height: 600px){.pps-control-paging li a {
        width: 28px;
        height: 28px;
    }}@media screen{/* Miniaturas */
.pps-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.pps-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.pps-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.pps-control-thumbs img:hover {
    opacity: 1;
}

.pps-control-thumbs .pps-active {
    opacity: 1;
    cursor: default;
}

/*Captions*/
.pps-content p.pps-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

/*------------------------------------------------------------------*/
/*------------>>> 3. Captions and AlignMents <<<--------------------*/
/*------------------------------------------------------------------*/
/*.pps-content-wp-editor img { width:auto;}*/
.pps-content-wp-editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pps-content-wp-editor .wp-caption {
    margin-bottom: 10px;
}

.pps-content-wp-editor .wp-caption.alignleft {
    margin: 0px 10px 10px 0px;
}

.pps-content-wp-editor .wp-caption.alignright {
    margin: 0px 0px 10px 10px;
}

.pps-content-wp-editor .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.pps-content-wp-editor .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.pps-content-wp-editor .alignright {
    float: right;
}

.pps-content-wp-editor .alignleft {
    float: left
}

.pps-content-wp-editor img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.pps-content-wp-editor img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

/*Fix*/
.pps-button-popup > img {
    max-width: 100%;
}

.pps-popup .border-round {
    display: none !important
}

.pps-popup .pps-content-wp-editor {
    height: 100%;
    width: 100%;
}

.pps-popup .pps-content-wp-editor iframe {
    max-width: 100%;
}

.pps-popup .pps-iframe iframe,
.pps-popup .pps-pdf > iframe {
    width: 100%;
    display: block;
}

.pps-popup .pps-embed iframe,
.pps-popup .pps-embed embed {
    display: block;
    border: 0;
    max-width: 100%;
}

.pps-popup .pps-embed iframe[src*="soundcloud"] {
    height: 160px !important;
}

.pps-popup .pps-content-wp-editor img {
    height: auto;
    max-width: 100%;
}

.pps-popup img.pps-img-slider,
.pps-popup .pps-embed > img {
    /*display: block;*/
    display: inline-block;/*Evita el espacio vertical cuando se agrega inline-block a .pps-single-popup > li*/
    height: auto;
    border: 0;
    /*width: 100%;*/

    width: auto;
    /*Para las imágenes que ocupen 100% del popup height = 100%*/
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.pps-popup .pps-pdf,
.pps-popup .pps-iframe,
.pps-single-popup,
.pps-popup .pps-single-popup > li,
.pps-popup .pps-popupslider > li {
    height: 100%;
}

.pps-popup .pps-single-popup > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    background: none;

    display: block;/*inlibe-block para disclaimer*/
    width: 100%;
}
.pps-popup.disclaimer-popup .pps-single-popup > li {
    display: inline-block;
}

.pps-popup .entry-content,
.pps-popup .post-content {
    margin: 0 !important;
}

.pps-embed-bellow,
.pps-iframe-bellow,
.pps-pdf-bellow {
    padding-top: 15px;
}

.pps-embed-bellow *,
.pps-iframe-bellow *,
.pps-pdf-bellow * {
    margin-bottom: 0 !important;
}

/*  Support for mobile devices */}