/*
Theme Name: Autopistas Theme
Theme URI: https://www.netsense.es/
Author: NetSense
Author URI: https://www.netsense.es/
Description: Custom theme for Autopistas an Abertis Company website
Version: 1.0
License: Copyright The Netsense, S.L.
License URI: https://www.netsense.es/
Text Domain: autopistas
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*-------------------------------------------------------------
## Fuentes
--------------------------------------------------------------*/


/* Bliss*/

@font-face {
	font-family: "blissRegular";
	src: url("fonts/Bliss/Bliss2R.otf") format("truetype");
}

@font-face {
	font-family: "blissExtraLight";
	src: url("fonts/Bliss/Bliss2XL.otf") format("truetype");
}

@font-face {
	font-family: "blissBold";
	src: url("fonts/Bliss/Bliss2B.otf") format("truetype");
}

@font-face {
	font-family: "blissItalic";
	src: url("fonts/Bliss/Bliss2I.otf") format("truetype");
}

@font-face {
	font-family: "blissSemiBoldItalic";
	src: url("fonts/Bliss/Bliss2MI.otf") format("truetype");
}

@font-face {
	font-family: "blissSemiBold";
	src: url("fonts/Bliss/Bliss2M.otf") format("truetype");
}

@font-face {
	font-family: "blissLight";
	src: url("fonts/Bliss/Bliss2L.otf") format("truetype");
}

@font-face {
	font-family: "blissHeavy";
	src: url("fonts/Bliss/Bliss2H.otf") format("truetype");
}


/* Opensans*/

@font-face {
	font-family: "openSansRegular";
	src: url("fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "openSansSemiBold";
	src: url("fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype");
}

@font-face {
	font-family: "openSansBold";
	src: url("fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "openSansSemiBoldItalic";
	src: url("fonts/OpenSans/OpenSans-SemiboldItalic.ttf") format("truetype");
}

@font-face {
	font-family: "openSansBoldItalic";
	src: url("fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
}

@font-face {
	font-family: "openSansItalic";
	src: url("fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
}

/* Lato */

@font-face {
	font-family: "latoRegular";
	src: url("fonts/Lato/Lato-Regular.ttf") format("truetype");
}



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: blissRegular, openSansRegular, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #5d6770;
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 15px;
	line-height: 1.42857;
}

select {
	color: #858585;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
	padding-left: 20px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #5d6770;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #5d6770;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* NEWMENU COLOR VERDE ITEM SOSTENIBILIDAD */
.menu-item-57324 a,
.menu-item-59054 a,
.menu-item-59074 a,
.menu-item.green-menu a
{color: #5eb229 !important; }
/* NEWMENU COLOR VERDE ITEM SOSTENIBILIDAD */

header#masthead {
	box-shadow: 0 0 2px -1px #333;
	margin-bottom: 0;
	min-height: 110px;
	/* NEWMENU background-color: #f58220;*/
	background-color: #ffffff;
}
.navbar-brand > a {
	/* NEWMENU color: #563d7c;*/
	color: #626b74;
	font-weight: bold;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
	/* NEWMENU color: #563d7c;*/
	color: #626b74;
	text-decoration: none;
}
.navbar-brand > a img {
	max-height: 65px;
	width: auto;
}
.navbar-functions > div {
	float: right;
	padding: 10px 15px;
}
div#page-sub-header {
	position: relative;
	padding: 30px 0;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #6f5499;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
	background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	font-size: 20px;
}
div#page-sub-header h1{
	margin-top: 0;
	color: #fff;
	margin-bottom: 10px;
}
div#page-sub-header p{
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
}



@media screen and (min-width: 768px) {
	div#page-sub-header h1{
		font-size: 60px;
		line-height: 1;
	}
	div#page-sub-header {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: left;
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) {
	div#page-sub-header p{
		max-width: 640px;
	}
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/







/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead .navbar-nav > li > a,
#masthead .navbar-functions a{
	padding-bottom: 15px;
	padding-top: 15px;
	/* NEWMENU color: white;*/
	color:#626b74;
}
#masthead .nav>li>a:focus, .nav>li>a:hover {
	background-color: #f79b4d;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.navbar-brand {
	height: auto;
}
.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -158px;
		top: 22px;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 2em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ccc;
	padding: 2rem;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}




/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#colophon-lg, footer#colophon-xs  {
	background: #f8f8f8 none repeat scroll 0 0;
	margin: 20px 0 0;
	padding: 20px 0;
	text-align: center;
}
.copyright {
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
}
.copyright a, footer#colophon-lg a, .copyright a, footer#colophon-xs a {
	color: inherit;
}


@media screen and (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}





/**************************************************************
## Añadido
***************************************************************/

/*--------------------------------------------------------------
## Estilos para Visual Composer
----------------------------------------------------------------*/
.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
	min-height: 0 !important;
}

.five_cols_row .vc_col-sm-2 {
	width: 20%;
	position: relative;
}

.five_cols_row .wpb_column:nth-child(6) {
	visibility: hidden;
	width: 0px;
	padding: 0px;
}

.inline-block {
	display: inline-block;
}

@media only screen and (max-width: 768px){
	.five_cols_row .vc_col-sm-2{
		width: 100%;
	}
}


/*-------------------------------------------------------------
 ## Botones
 --------------------------------------------------------------*/

.btn > img {
	/*vertical-align: baseline;*/
}

.btn-primary {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btn-primary:active:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
	font-weight: normal;
	background-color: transparent;
}

.boton1 {
	background-color: #f5f5f5;
	display: inline-block;
	border-color: #e4e4e4;
	font-family: blissSemiBold, openSansSemiBold, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3c3c3c;
}

.boton1:active:focus,.boton1:active, .boton1:focus, .boton1:hover, .boton1:active:hover {
	color: #3c3c3c;
	border-color: #e4e4e4;
	background-color: #f5f5f5;
	font-weight: bold !important;
	outline: none;
}

.boton1 > img {
	padding-left: 8px;
}

.boton2 {
	background-color: transparent;
	border-color: #e8e8e8;
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 13px;
	color: #f58220;
}


.boton2:active:focus,.boton2:hover, .boton2:focus, .boton2:active, .boton2:active:hover {
	border-color: #e8e8e8;
	color: #f58220;
	background-color: transparent;
	outline: none;
}


.boton3 {
	font-family: blissRegular, openSansRegular, sans-serif;
	background-color: white;
	border-color: #e5e5e5;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: left;
	font-size: 15px;
	color: #5d6770;
}

.boton3:active:focus, .boton3:active, .boton3:focus, .boton3:hover, .boton3:active:hover {
	background-color: white;
	color: #5d6770;
	border-color: #e5e5e5;
	outline: none;
}

.boton3>span {
	color: #3c3c3c;
	font-family: blissBold, openSansBold, sans-serif;
}


.boton3>img {
	padding-bottom: 2px;
	padding-left: 40px;
}

.boton4, #cookie-notice .button.bootstrap {
	font-family: blissSemiBold, openSansSemiBold, sans-serif;
	background-color: #f58220;
	border-color: #f58220;
	font-size: 15px;
	padding: 10px 18px;
	color: white;
	background-image: none;
}

.boton4:focus,
.boton4:hover,
.boton4:active:focus,
.boton4:active,
.boton4:active:hover,
#cookie-notice .button.bootstrap:focus,
#cookie-notice .button.bootstrap:hover,
#cookie-notice .button.bootstrap:active:focus,
#cookie-notice .button.bootstrap:active,
#cookie-notice .button.bootstrap:active:hover {
	background-color: #f58220;
	color: white;
	font-weight: normal;
	border-color: #f58220;
	outline: none;
}

#cookie-notice .button.bootstrap {
	padding: 0 5px;
	margin-top: 5px;
}

.boton5 {
	font-family: blissSemiBold, openSansSemiBold, sans-serif;
	font-size: 15px;
	background-color: #f58220;
	border-color: #f58220;
}

.boton5:active:focus, .boton5:focus, .boton5:active, .boton5:hover, .boton5:active:hover {
	background-color: #f58220;
	border-color: white;
	outline: none;
}

.boton6 {
	color: #5d6770;
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 15px;
	background-color: #f5f5f5;
	border-color: #e4e4e4;
	padding: 8px 12px 8px 19px;
	text-align: left;
}

.boton6:hover, .boton6:active, .boton6:focus, .boton6:active:focus, .boton6:active:hover {
	color: #5d6770;
	font-weight: normal;
	border-color: #e4e4e4;
	background-color: #f5f5f5;
	outline: none;
}

.boton6 span {
	color: #3c3c3c;
	font-family: blissBold, openSansBold, sans-serif;
}

.boton6 div {
	display: inline-block;
	vertical-align: top;
}

.boton7 {
	background-color: transparent;
	border-color: #b8b8b8;
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	height: 35px;
	color: #b8b8b8;
	min-width: 59px;
}

.boton7:active:focus,.boton7:active, .boton7:focus, .boton7:hover, .boton7:active:hover, .boton7.pushed {
	color: #f58220;
	border-color: #f58220;
	outline: 0;
}

.boton7.pushed {
	font-family: blissBold, openSansBold, sans-serif;
}

.boton8 {
	font-family: blissSemiBold, openSansSemiBold, sans-serif;
	font-size: 14px;
	background-color: #5d6770;
	border-color: #5d6770;
	display: inline-block;
	height: 35px;
	color: white;
	text-align: left;
}

.boton8:active:focus, .boton8:focus, .boton8:active, .boton8:hover, .boton8:active:hover {
	background-color: #5d6770;
	border-color: #5d6770;
	outline: none;
	font-weight: normal;
}

a.boton9, .vc_btn3-container.boton9 > button, .vc_btn3-container.boton9 > a {
	font-family: blissSemiBold, openSansSemiBold, sans-serif;
	font-size: 14px;
	background-color: #f7f7f7;
	border: solid 1px #c9c9c9;
	color: #343e48 !important;
	padding-right: 145px !important;
	text-align: left;
	text-transform: uppercase;
}

a.boton9, .vc_btn3-container.boton9 > button > i, .vc_btn3-container.boton9 > a > i {
	color: #f58220;
}

a.boton9:active:focus, a.boton9:focus, a.boton9:active, a.boton9:hover, a.boton9:active:hover {
	background-color: #5d6770;
	border-color: #5d6770;
	outline: none;
	font-weight: normal;
}

.btn-download {
	padding: 10px 20px;
}

.btn-download>div:first-child>img {
	padding-right: 15px;
}

.btn-download div {
	vertical-align: middle;
}

.btn-download.end-icon {
	display: table;
}

.btn-download.end-icon>div {
	display: table-cell;
	white-space: initial;
	text-wrap: balance;
}

.btn-download.end-icon>div:last-child {
	text-align: end;
	min-width: 30px;
}

.btn-full {
	width: 100%;
}

.tramo-pill h4 {
	margin: 0px;
}

.tramo-pill.btn-download.boton6 {
	background-color: initial;
	width: 100%;
}

.tramo-pill > div.pill-text {
	width: 90%;
}

.tramo-pill > div.pill-arrow {
	width: 10%;
}

.tramo-pill > div.pill-arrow > img {
	float: right;
}

/*-------------------------------------------------------
 ## Texto
 --------------------------------------------------------*/

.titulo {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 24px;
}

.titulo2 {
	font-family: blissBold, openSansBold, sans-serif;
	font-size: 15px;
}

.titulo3 {
	font-family: blissExtraLight, openSansRegular, sans-serif;
	font-size: 36px;
}

.titulo4 {
	font-family:blissExtraLight, openSansRegular, sans-serif;
	font-size: 28px;
}

.titulo5 {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 30px;
}

.titulo6 {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 80px;
}

.titulo8 {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 36px;
}

.titulo9 {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 22px;
}

.titulo10 {
	font-family: blissLight, openSansRegular, sans-serif;
	font-size: 45px;
}

.titulo11 {
	font-family: blissSemiBoldItalic, openSansSemiBoldItalic, sans-serif;
	font-size: 16px;
}

.titulo12 {
	font-family: blissHeavy, openSansBold, sans-serif;
	font-size: 45px;
}

.titulo13 {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 20px;
}

.titulo14 {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 26px;
}

.titulo15 {
	font-family: blissSemiBold, openSansSemiBold, sans-serif;
	font-size: 22px;
}

.titulo16 {
	font-family: blissBold, openSansBold, sans-serif;
}

.titulo17 {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 36px;
}

.titulo18 {
	font-size: 60px;
}

.titulo19 {
	font-family: blissExtraLight, openSansRegular, sans-serif;
	font-size: 50px;
}

.titulo20 {
	font-family: blissBold, openSansBold, sans-serif;
	font-size: 40px;
}

.titulo21 {
	font-family: blissBold, openSansBold, sans-serif;
	font-size: 35px;
}

.titulo22 {
	font-family: blissSemiBold, openSansSemiBold, sans-serif;
	font-size: 50px;
}

.texto-cuerpo {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 15px;
	color: #5d6770;
}


.texto-cuerpo3 {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 14px;
	color: #a3a3a3;
}


.texto-cuerpo5 {
	font-family: blissBold, openSansBold, sans-serif;
	/*color: #5d6770;*/
}

.texto-cuerpo9 {
	font-family: blissItalic, openSansItalic, sans-serif;
	font-size: 14px;
}

.texto-cuerpo11 {
	font-family: blissBoldItalic, openSansSemiBoldItalic, sans-serif;
	font-size: 13px;
}

.texto-cuerpo15 {
	font-family: blissLight, openSansRegular, sans-serif;
	font-size: 18px;
}


.texto-cuerpo2 {
	font-size: 16px;
}

.texto-cuerpo4 {
	font-size: 18px;
}

.texto-cuerpo6 {
	font-size: 20px;
}

.texto-cuerpo7 {
	font-size: 12px;
}

.texto-cuerpo8 {
	font-size: 22px;
}

.texto-cuerpo10 {
	font-size: 15px;
}

.texto-cuerpo12 {
	font-size: 28px;
}

.texto-cuerpo13 {
	font-size: 14px;
}

.texto-cuerpo14 {
	font-size: 17px;
}


.sombra-titulo {
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 1);
}

.texto-blanco {
	color: white;
}

.texto-naranja {
	color: #f58220;
}

.texto-gris {
	color: #858585;
}

.texto-gris2 {
	color: #afafaf;
}

.texto-gris3 {
	color: #717171;
}

.center-text {
	text-align: center;
}

.right-text {
	text-align: right;
}

.linea-media {
	line-height: 1.2em;
}

.linea-s-estrecha {
	line-height: 0.9em;
}

@media (max-width: 991px) {
	.titulo17, .titulo3, .titulo10, .titulo19 {
		font-size: 26px;
	}

	.texto-cuerpo6 {
		font-size: 16px;
	}

	.titulo, .titulo9, .texto-cuerpo12 {
		font-size: 20px;
	}

	.titulo5, .titulo8 {
		font-size: 18px;
	}

	.texto-cuerpo2 {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.banner-content .titulo3 {
		font-size: 25px;
	}
}

/*---------------------------------------------------
## Cabecera páginas
-----------------------------------------------------*/
.banner-principal, .banner-principal-container {
	height: 442px;
}
.banner-principal-container {
	position: relative;
}

.banner-principal h1, .banner-principal p {
	margin: 0;
}

.banner-principal .banner-principal-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.banner-principal .banner-principal-content.text-center {
	width: 100%;
}

@media (max-width: 767px) {
	.banner-principal, .banner-principal-container {
		min-height: 137px;
	}
	.titulo6 {
		font-size: 36px;
	}
}

/*.banner-principal > .wpb_column > .vc_column-inner {*/
/*position: relative;*/
/*top: 50%;*/
/*}*/

/*--------------------------------------------------
## Mapa
----------------------------------------------------*/

div.col1.cercalia-widget-pois-leisure, div.col2.cercalia-widget-pois-leisure, div.col3.cercalia-widget-pois-leisure {
	padding-right: 0;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.map .wpb_content_element {
	margin-bottom: 0;
}

.row.style-scope.cercalia-contextmenu {
	margin-right: inherit;
	margin-left: inherit;
	box-sizing: unset;
}

.map-print {
	margin-top: 50px;
}

/*-----------------------------------------------------
 ## Páginas
-------------------------------------------------------*/

.entry-title {
	display :none;
}

/* Eliminar margen superior */

.entry-content {
	margin-top: 0;
}

/*------------------------------------------------------
 ## Light-boxes
 -------------------------------------------------------*/

@media (min-width: 992px) {
	.modal-dialog {
		width: 50%;
		margin: 75px auto;
	}
}

@media (max-width: 991px) {
	.modal-dialog {
		width: 85%;
		margin: 35px auto;
	}
}

.modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e6e6e6;
}

.modal-header {
	border: 0;
}

.modal-body {
	padding: 10px 30px 30px 30px;
}

.modal-header {
	padding: 15px 30px 30px 30px;
}

@media (min-width: 768px){
	.modal-body {
		padding: 10px 80px 80px 80px;
	}

	.modal-header {
		padding: 60px 80px 30px 80px;
	}
}

.modal-content .close {
	padding: 10px 18px;
	color: #f58220;
	opacity: 1;
}

.modal-content .close:focus {
	outline-color: #f58220;
}


/*----------------------------------------------
 ## Formularios personalizados
 -----------------------------------------------*/

/* Graviti Forms (añadir clase "autopistas-form" al formulario) */

.gform_wrapper .autopistas-form .field_description_below .gfield_description {
	padding-top: 0;
}
.gform_wrapper.gform_validation_error .autopistas-form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: initial !important;
	width: 100%;
}
.gform_wrapper .autopistas-form li.gfield.gfield_error,
.gform_wrapper .autopistas-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: 0;
	margin: 0;
	background-color: transparent;
}
.gform_wrapper .autopistas-form div.validation_error {
	display: none;
}
.gform_wrapper .autopistas-form ul.gfield_checkbox li input[type=checkbox]:checked+label {
	font-weight: normal;
}
body .gform_wrapper .autopistas-form .top_label div.ginput_container {
	margin-bottom: 0;
	margin-top: 15px;
}
.gform_wrapper .autopistas-form ul.gform_fields li.gfield {
	padding: 0;
	margin: 0 !important;
}
.gform_wrapper .autopistas-form .top_label .gfield_label,
.gform_wrapper .autopistas-form .field_sublabel_below .ginput_complex.ginput_container label {
	display: none;
}
.gform_wrapper .autopistas-form .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox] {
	vertical-align: top !important;
}
.autopistas-form .gform_confirmation_wrapper {
	margin-top: 30px;
}

.gform_wrapper* .autopistas-form ul.gform_fields li.gfield span.name_first,
.gform_wrapper* .autopistas-form ul.gform_fields li.gfield span.name_last,
.gform_wrapper* .autopistas-form ul.gform_fields li.gfield span.name_middle{
	padding-top: 0;
}

.gform_wrapper .autopistas-form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .autopistas-form li.gfield_error textarea {
	border: 0;
}

.gform_wrapper .autopistas-form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper .autopistas-form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 8px;
}

.gform_wrapper .autopistas-form li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper .autopistas-form li.gfield_error ul.gfield_checkbox,
.gform_wrapper .autopistas-form li.gfield_error ul.gfield_radio {
	color: #5d6770;
}

.gform_wrapper .autopistas-form .validation_message {
	color: #5d6770;
	font-size: 14px;
}

/* Resto de formularios */

.form-control {
	font-size: 15px;
}

input.form-control:focus, textarea.form-control:focus, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea.medium:focus {
	border-color: #f58220;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245,130,32,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245,130,32,.6);
}


input.form-control, .gform_wrapper .autopistas-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	height: 45px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #f5f5f5;
}

textarea.form-control, .gform_wrapper .autopistas-form textarea{
	padding-left: 25px;
	padding-right: 25px;
	background-color: #f5f5f5;
}

input {
	font-weight: normal;
}

select.form-control, .gform_wrapper.gf_browser_chrome .autopistas-form select,
.gform_wrapper .autopistas-form select {
	cursor: pointer;
	border: solid 1px #b8b8b8;
	border-radius: 0px;
	height: 45px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	padding-left: 25px;
	padding-right: 25px;
}

.gform_legacy_markup_wrapper.gf_browser_gecko .autopistas-form select {
	padding-left: 25px;
	padding-right: 25px;
}

select.form-control:focus, .gform_wrapper .autopistas-form select:focus {
	border: solid 1px #b8b8b8;
	outline: none;
	box-shadow: none;
}

select::-ms-expand {
	display: none; /* remove default arrow in IE 10 and 11 */
}

::-webkit-input-placeholder {
	color: #858585;
}

:-ms-input-placeholder{
	color: #858585;
}

::-moz-placeholder{
	color: #858585;
}

input:disabled::-webkit-input-placeholder {
	color: #b4b4b4;
}

input:disabled::-moz-placeholder {
	color: #b4b4b4;
}

input:disabled:-ms-input-placeholder {
	color: #b4b4b4;
}

input.form-control, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 0;
	border: 0;
}

textarea.form-control, textarea {
	border-radius: 0;
	border: 0;
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
	select {
		background:none\9;
		padding: 5px\9;
	}
}

/*---------------------------------------------------------
 ## Encuestas Gravity Forms (añadir clase autopistas-poll
 ----------------------------------------------------------*/
.gform_wrapper .autopistas-poll.autopistas-form li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper .autopistas-poll.autopistas-form li.gfield_error ul.gfield_checkbox,
.gform_wrapper .autopistas-poll.autopistas-form li.gfield_error ul.gfield_radio {
	color: white;
}
.gform_wrapper .autopistas-poll.autopistas-form .validation_message {
	color: white;
	width: 300px;
}

.gform_wrapper.autopistas-poll_wrapper .top_label .gfield_label,
.autopistas-poll .gpoll_field_label_container {
	display: none;
}

.autopistas-poll .gpoll_choice_label,
.autopistas-poll .gravity-theme .gpoll_choice_label {
	display: none;
}

.autopistas-poll_wrapper.gform_wrapper,
.autopistas-poll .gfield.field_sublabel_below,
body .gform_wrapper.autopistas-poll_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper.autopistas-poll_wrapper ul li.field_description_below div.ginput_container_radio{
	margin: 0;
}

.autopistas-poll_wrapper.gform_wrapper .gfield_checkbox li,
.autopistas-poll_wrapper.gform_wrapper .gfield_radio li {
	margin-bottom: 20px;
}

.autopistas-poll .gpoll_container,
.autopistas-poll .gravity-theme .gpoll_container {
	margin: 6px 0;
}

.autopistas-poll .gpoll_ratio_box,
.autopistas-poll .gravity-theme .gpoll_ratio_box {
	right:0;
	left: inherit;

}

.autopistas-poll .green .gpoll_ratio_box,
.autopistas-poll .gravity-theme .green .gpoll_ratio_box {
	background-color: transparent;
}

.autopistas-poll .gpoll_bar,
.autopistas-poll .gravity-theme .gpoll_bar {
	margin: 0 60px 20px 0 !important;
	height: 20px;
}

.autopistas-poll_wrapper.gform_wrapper .gfield_checkbox li label,
.autopistas-poll_wrapper.gform_wrapper .gfield_radio li label,
.autopistas-poll .gpoll_ratio_label,
.autopistas-poll .gravity-theme .gpoll_ratio_label {
	font-size: 15px;
	line-height: inherit;
	margin-top: 0;
	width: auto;
}

.autopistas-poll_wrapper.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0;
}

@media only screen and (min-width: 1200px) {
	.autopistas-poll_wrapper.gform_wrapper ul.gform_fields li.gfield {
		padding-left: 45px;
	}
}

.autopistas-poll_wrapper.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 16px;
	padding-left: 15px;
}

.autopistas-poll .green .gpoll_bar_juice,
.autopistas-poll .gravity-theme .green .gpoll_bar_juice {
	background-color: #dedcdb;
	background-image: none;
}

.autopistas-poll .gpoll_bar_juice,
.autopistas-poll .gravity-theme .gpoll_bar_juice {
	background-image: none;
	border-radius: 0;
	box-shadow: none;
}

.autopistas-poll .gpoll_bar_juice:after,
.autopistas-poll .gravity-theme .gpoll_bar_juice:after {
	background-image: none;
}


.autopistas-poll .gpoll_bar,
.autopistas-poll .gravity-theme .gpoll_bar {
	box-shadow: none;
	border-radius: 0;
	background: rgba(221, 220, 219, 0.2);
}

.gform_wrapper .autopistas-poll .gform_footer input.button,
.gform_wrapper .autopistas-poll .gform_footer input[type=submit] {
	width: 170px;
	height: 45px;
	font-family: blissBold, openSansBold, sans-serif;
	margin: 0;
	background-color: #f58220;
	border-color: #f58220;
	font-size: 15px;
	padding: 0;
	color: white;
	border-radius: 0;
}

.gform_wrapper .autopistas-poll .gform_footer {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 100%;
	width: 170px;
	text-align: center;
}

.gform_confirmation_wrapper.autopistas-poll.gform_legacy_markup_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.gform_confirmation_wrapper.autopistas-poll .gform_wrapper .gform_footer:not(.top_label) {
	text-align: center;
	margin-left: 0;
	margin-top: -28px;
}

.gform_confirmation_wrapper.autopistas-poll .validation_error,
.autopistas-poll_wrapper.gform_validation_error .gform_validation_errors.validation_error {
	display: none;
}

@media (min-width: 768px) {
	.gform_wrapper .autopistas-poll .gform_footer {
		left: 350%;
	}
}

.encuesta {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media(max-width: 991px){
	.encuesta {
		padding-bottom: 115px;
	}
}

.gform_ajax_spinner {
	display: none
}


/* Encuesta sin Gravity Forms */

.encuesta progress[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 20px;
	color: white;
}

.encuesta progress::-moz-progress-bar {
	background: white;
}

.encuesta progress::-webkit-progress-value {
	background: white;
}

.encuesta .tabla {
	display: table;
	width: 100%;
}

.encuesta .fila {
	display: table-row;
	line-height: 20px;
}

.encuesta .columna {
	display: table-cell;
	vertical-align: top;
}

.encuesta .columna.radio {
	width: 60px;
}

.encuesta .fila>div:last-child {
	width: 65px;
	text-align: right;
}

.encuesta .fila>div:last-child>span {
	padding-left: 15px;
}

.encuesta .tabla>.fila .columna {
	padding-bottom: 16px;
}


.encuesta .tabla>.fila:last-child {
	text-align: center;
}

.encuesta .btn {
	padding: 11px 66px;
}


/*-------------------------------------------------------
 ## Scroll to top
 --------------------------------------------------------*/
#scroll-to-top {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 20px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #f79b4d; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px 20px; /* Some padding */
	border-radius: 0; /* Rounded corners */
	font-size: 20px;
}

@media only screen and (min-width: 768px) {
	#scroll-to-top:hover {
		background-color: #5d6770; /* Add a dark-grey background on hover */
	}
}

@media (max-width: 767px) {
	#scroll-to-top {
		padding: 5px 7px; /* Some padding */
		font-size: 15px;
	}
}




/*-------------------------------------------------
 ## Enlaces
 --------------------------------------------------*/

a {
	color: #f58220;
}

a:hover, a:focus {
	text-decoration: none;
	color: #f58220;
}

@media (min-width: 768px){
	a:hover {
		color: #5d6770;
	}
}


/*---------------------------------------------------
## Banners
-----------------------------------------------------*/

@media (min-width: 767px) {
	.banner-right {
		text-align: right;
	}

	.banner-left {
		text-align: left;
	}
}

.details-banner.banner-preview {
	margin: 20px 0;
}

.banner-preview-row {
	margin: 0;
}

.banner-content {
	padding: 25px 20px;
	height: 265px;
}

.banner-content.banner-img-content,
.full-banner .banner-content.banner-img-content.hidden-xs{
	height: 250px;
}


.banner-content p {
	margin: 0;
}

.banner-content .banner-text {
	margin-top: 10px;
}

.banner-content .btn img {
	margin-left: 30px;
}

/*.banner-container {*/
/*margin-top: -35px;*/
/*}*/

.full-banner {
	margin-top: 0;
}

.banner-content .btn {
	position: absolute;
	bottom: 25px;
	padding: 8px 18px;
}

.banner-content .icon{
	margin-bottom: 10px;
}

.full-banner .banner-content .btn {
	position: static;
	margin-top: 30px;
}

.full-banner .banner-content {
	height: auto;
	padding: 45px 30px;
}

.banner-content.banner-img-content {
	padding:0;
}

.banner-preview {
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner-wrapper {
	background:rgba(0,0,0,0.4);
	padding:30px 40px 115px 40px;
}

.banner-wrapper.no-button {
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.banner-wrapper {
		padding: 30px 15px 115px 15px;
	}
}

.banner-footer {
	margin-top: 50px;
	margin-bottom: 50px;
}


/*----------------------------------------------
## Loading modal
------------------------------------------------*/

.loading-modal {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 )
	url('img/icons/ajax-loader.gif')
	50% 50%
	no-repeat;
}

body.loading {
	overflow: hidden;
}

body.loading .loading-modal {
	display: block;
}


/*--------------------------------------
## Slider Tabs (De un vistazo y Mapa)
----------------------------------------*/

.wrapper-tabs {
	/*position:relative;*/
	/*margin:0 auto;*/
	/*overflow: hidden;*/
	padding:5px;
	height:50px;
	text-align: center;
}

.slider-tabs {
	/*position:absolute;*/
	/*left:0px;*/
	/*top:0px;*/
	/*!*min-width:3000px;*!*/
	margin-top:0px;
	border-bottom-color: white;
	display: inline-block;
}

.slider-tabs li{
	/*display:table-cell;*/
	/*position:relative;*/
	text-align:center;
	/*cursor:grab;*/
	/*cursor:-webkit-grab;*/
	color:#efefef;
	/*vertical-align:middle;*/
}

.slider-tabs li:first-child a {
	padding-left: 0;
}

.slider-tabs li:last-child a {
	padding-right: 0;
}

/* Botones de los Slider Tabs*/
/*.scroller-tabs {*/
/*text-align:center;*/
/*cursor:pointer;*/
/*display:none;*/
/*padding:11px 7px 7px 7px;*/
/*white-space:no-wrap;*/
/*vertical-align:middle;*/
/*background-color:#fff;*/
/*}*/

/*.scroller-tabs-right{*/
/*float:right;*/
/*}*/
/**/
/*.scroller-tabs-left {*/
/*float:left;*/
/*}*/



/*----------------------------------------------------
 ## Galerías (Informes de actividades y De un vistazo)
 -----------------------------------------------------*/

/* Slider Informe de Actividades */

.autopistas-gallery-wrap {
	margin: 0 auto;
	overflow: hidden !important;
	width: 100%;
	height: 185px;
}
.autopistas-gallery {
	position: relative;
	left: 0;
	top: 0;
	width: 1500px;
	height: 185px;
}
.autopistas-gallery__item {
	float: left;
	list-style: none;
	width: 171px;
	height: 185px;
}

@media only screen and (max-width: 767px) {
	.autopistas-gallery__item {
		width: 111px;
	}
}

.autopistas-gallery-wrap a{
	color: #5d6770;
	display: block;
	margin-top: 65px;
}

.autopistas-gallery-wrap .autopistas-gallery__item a>div:last-child {
	height: 30px;
}

.autopistas-gallery-wrap .autopistas-gallery__item a>div:first-child {
	padding-bottom: 10px;
	height: 90px;
	-webkit-transform:  scale(1) translateY(0px);
	-ms-transform:  scale(1) translateY(0px);
	-moz-transform:  scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);

	transition: transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;

}

@media only screen and (min-width: 1025px) {
	.autopistas-gallery-wrap .autopistas-gallery__item:hover a>div:first-child {
		-webkit-transform:  scale(1.4) translateY(-35px);
		-ms-transform:  scale(1.4) translateY(-35px);
		-moz-transform:  scale(1.4) translateY(-35px);
		-o-transform: scale(1.4) translateY(-35px);
		transform: scale(1.4) translateY(-35px);
	}

	.autopistas-gallery-wrap .autopistas-gallery__item:hover a .canvas-rule-long {
		-webkit-transform:  translateY(-35px);
		-ms-transform:  translateY(-35px);
		-moz-transform:  translateY(-35px);
		-o-transform: translateY(-35px);
		transform: translateY(-35px);
		height: 70px;
		width: 3px;
	}
}

.autopistas-gallery__img {
	margin-bottom: 5px;
}
.autopistas-gallery__controls {
	margin-top: 10px;
}
.autopistas-gallery__controls-prev {
	padding: 20px 20px 20px 0;
	cursor: pointer;
	float: left;
	position: relative;
	bottom: 100px;
}
.autopistas-gallery__controls-next {
	padding: 20px 0 20px 20px;
	cursor: pointer;
	float: right;
	position: relative;
	bottom: 100px;
	right: 0;
	opacity: 0.3;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}


/*----------------------------------------------------
 ## Acordeones
 -----------------------------------------------------*/

.acordeon .glyphicon-minus {
	color: #f58220;
}

.acordeon .glyphicon-minus:hover {
	color: #5d6770;
}

.acordeon p {
	margin: 0;
}

.acordeon .col-md-12 {
	padding: 0;
}

.acordeon .panel:last-child {
	border-bottom: 1px solid #e7e8e9;
}

.viat .acordeon .panel:last-child {
	border-bottom: 1px solid #e7e8e9;
}

.acordeon .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: 0;
	padding: 30px 0px 30px 0px;
	border-top: 1px solid #e7e8e9;
}

.acordeon .row {
	margin: 0;
}

.acordeon .icon {
	float: right;
	text-align: end;
	padding: 0;
}

.acordeon .icon a {
	vertical-align: sub;
}

.acordeon .panel-heading {
	padding: 0;
	background-color: white;
	border: 0;
}

.acordeon .panel-default .panel-heading + .panel-collapse > .panel-body {
	border: 0;
}

.acordeon .panel-body {
	padding: 25px 5px 0px 5px;
}

.acordeon .panel-body > .viat-logo-lg, .acordeon .panel-body > .viat-logo-xs {
	text-align: center;
}

.acordeon .panel-body > .viat-logo-lg img {
	display: inline-block;
	margin: 90px 35px;
}

.acordeon .panel-body > .viat-logo-xs img {
	display: inline-block;
	margin: 20px 0;
}


.acordeon .panel-title a, .acordeon .panel-title a:hover, .acordeon .panel-title a:focus, .acordeon .panel-title a:active {
	color: #5d6770;
	font-weight: normal;
}

.acordeon.panel-group .panel+.panel {
	margin-top: 0px;
}


/* Acordeón Visual Composer */

.acordeon-vc .vc_tta-panel-heading {
	background-color:#fff !important;
}

.acordeon-vc h4 {
	font-size: 24px !important;
}

.acordeon-vc .vc_tta-controls-icon, .acordeon-vc .vc_tta-controls-icon-plus {
	color: #f58220 !important;
}

.acordeon-vc .vc_tta-controls-icon::before {
	border-color:#f58220 !important;
	border-width: 4px 0 0 !important;
}

.acordeon-vc .vc_tta-controls-icon::after {
	border-color:#f58220 !important;
	border-width: 0 0 0 4px !important;
}

.acordeon-vc .vc_tta-panel {
	border-bottom: 1px solid #e7e8e9 !important;
	padding: 30px 0px !important;
}

.acordeon-vc .vc_tta-panel-title>a {
	/*padding-left:45px;*/
}

.acordeon-vc .vc_tta-panel-body {
	padding: 14px 50px 14px 200px !important;
}

@media (max-width: 991px) {
	.acordeon-vc h4 {
		font-size: 20px !important;
	}
	.acordeon-vc .vc_tta-panel-body {
		padding: 14px 20px 14px 20px !important;
	}

}


/*------------------------------------------------
 ## Formularios de búsqueda
 -------------------------------------------------*/

@media (min-width: 400px) {
	.search-field {
		width: 323px;
	}
}

.search-form {
	position: relative;
}

.search-form  .btn {
	/*display: none;*/
	position: relative;
	left: -45px;
	color: #5d6770;
	border: 0;
	background-color: transparent;
}

.search-form .btn:hover, .search-form .btn:focus, .search-form .btn:active {
	background-color: transparent;
}

.search-form  .search-submit {
	display: none;
}

.search-form  .search-submit .glyphicon {
	font-size: 20px;
}

.search-form .form-control {
	padding-right: 42px;
}


/*-------------------------------------------------------------
## Backgrounds
---------------------------------------------------------------*/

.fondo-naranja {
	background-color: #f58220;
}

.fondo-blanco {
	background-color: white;
}



/*-------------------------------------------------------------
## Menú Navegación Superior
--------------------------------------------------------------*/

/* Campo búsqueda */

#masthead .search-form {
	position: absolute;
	right: 0px;
	display:none;
	padding: 0;

}

#masthead .search-form label {
	display: block;
}

#masthead .search-form .glyphicon {
	font-size: 15px;
}

#masthead .search-field {
	width: 200px;
	height: 35px;
	padding-top: 0;
	padding-left: 15px;
	padding-bottom: 0;
}
#masthead .search-form .btn {
	top: -34px;
	left: 158px;
}


#masthead .search-form .search-field:focus, #masthead .search-form .search-field {
	/* NEWMENU border: 2px solid #f58220; */
	border: 2px solid #ffffff;
	border-top: 0;
	background-color: white;
}

#masthead .search-form label {
	margin: 0;
}

.search-icon-lg, .search-icon-xs {
	float: right;
	clear: right;
	padding: 25px 25px 26px 26px;
	color: white;
}

@media (min-width: 992px){
	.search-icon-lg {
		padding: 25px 0px 26px 36px;
	}
	.navbar-functions > div:first-child {
		padding-right: 0;
	}
}


/*-------------------------------------------------
 ## Menú principal
---------------------------------------------------*/

/* Desplegar menú con hover */

/*@media (min-width: 767px) {*/
/*li.dropdown:hover > .dropdown-menu {*/
/*display: block;*/
/*}*/
/*}*/

.navbar-static-top {
	border: 0;
}

#masthead .navbar-nav > li.current-menu-ancestor > a > .menu-item-padding{
	/* NEWMENU border-bottom-color: white; */
	border-bottom-color: #f58220;
}

#masthead a:hover {
	font-weight: normal;
}

#masthead .active>a, #masthead .dropdown-menu, #masthead .navbar-right, #masthead .open>a, #masthead .nav>li>a:focus, #masthead .navbar-nav > li.open > a, #masthead .navbar-nav > li > a:hover  {
	/* NEWMENU background-color: #f58220; */
	background-color: #ffffff;
	color:#9fa6ad;
}

#masthead a:hover, #masthead a:focus, #masthead a:focus:hover {
	/* NEWMENU background-color: #f79b4d; */
	background-color: #ffffff;
	text-decoration: none;
	/* NEWMENU color: white; */
	color: #9fa6ad;
}

@media (min-width: 768px){
	#masthead .navbar-nav > li > a:hover {
		/* NEWMENU color: #fcd3b1; */
		color:#9fa6ad;
	}
}


#masthead .navbar-nav > li > a > .glyphicon-triangle-right {
	display: none !important;
}

#masthead .navbar-nav > li.current-menu-ancestor > a:hover {
	border-color: #fcd3b1;
}

@media (min-width: 767px) {
	#masthead a:focus {
		/* NEWMENU background-color: #f58220; */
		background-color: #ffffff;
	}
}


#masthead .search-icon-lg:hover, #masthead .search-icon-lg:hover:focus, #masthead .search-icon-lg:focus, #masthead .search-icon-lg:active, #masthead .search-icon-xs:hover, #masthead .search-icon-xs:hover, #masthead .navbar-functions > div >a:hover, #masthead .navbar-functions > div > ul >li >a:hover {
	background-color: transparent;
}

#nav-language-lg a:hover {
	color: #fcd3b1;
}

.navbar-functions > div {
	padding: 10px;
}

#masthead .navbar-right {
	font-family: blissSemiBold, openSansSemiBold, sans-serif;
	font-size: 16px;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 15px;
}

@media (min-width: 768px) {
	.search-icon-lg {
		position: absolute;
		bottom: 55px;
		right: 15px;
	}
}

@media (min-width: 992px) {
	.search-icon-lg {
		position: static;
		float:right;
		clear: left;
	}
}

@media(min-width: 1200px) {
	#masthead .navbar-right {
		position: absolute;
		bottom: 0;
		right: 51px;
	}
	.search-icon-lg {
		position: absolute;
		bottom: 5px;
		right: 15px;
	}
}

@media(min-width:768px){

	#masthead .navbar-nav > li > a > .menu-item-padding {
		display: inline-block;
		padding: 0 0 7px 0;
		/* NEWMENU border-bottom: 3px solid #f58220; */
		border-bottom: 3px solid #ffffff;
	}

	#masthead .container {
		min-height: 110px;
		position: relative;
	}

	.dropdown-menu li > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -3px;
		right: auto;
	}


	.dropdown-menu li:first-child > .dropdown-menu {
		margin-top: 0px;
	}
	#masthead .navbar-nav > li > a {
		padding: 15px 14px 10px 13px;

	}

	/* Sustituir esta regla por las tres siguiente si se añaden elementos ocultos al menú para móviles */
	#masthead .dropdown-menu>li:first-child > a{
		border-top: 3px solid #5a6771;
	}

	/*#masthead .dropdown-menu>li:first-child+li > a {*/
	/*border-top: 3px solid #5a6771;*/
	/*}*/

	/*ul[id^="menu-principal"] > .dropdown > .dropdown-menu > li:first-child > a {*/
	/*border-top: 3px solid #5a6771;*/
	/*}*/

	/*ul[id^="menu-principal"] > .dropdown > .dropdown-menu > li:first-child+li > a {*/
	/*border-top: 1px solid #f8a45c;*/
	/*}*/

	#masthead .dropdown-menu>li > a {
		border-top: 1px solid #f8a45c;
	}

	#masthead {
		border: 0;
	}
}


.menu-item-padding {
	pointer-events: none;
}

@media(min-width: 992px){
	#masthead .navbar-nav > li > a {
		/* NEWMENU padding: 15px 15px 10px 15px; */
		padding: 15px 11px 10px 11px;
	}
}

ul[id^="menu-principal"] a {
	box-sizing: border-box;
}

ul[id^="menu-principal"]>li {
	border: 0;
}

ul[id^="menu-principal"] ul {
	padding: 0;
	border: 0;
}

ul[id^="menu-principal"] a {
	padding-bottom: 15px;
	padding-top: 15px;
	/* NEWMENU color:white; */
	color:#626B73;
}

ul[id^="menu-principal"] a > span.glyphicon {
	float: right;
	font-weight: normal;
	pointer-events: none;
}

span.glyph-lg {
	margin-left: 5px;
	font-size: 8px;
	margin-top: 5px;
}

span.glyph-xs {
	margin-left: 5px;
	font-size: 12px;
	margin-top: 3px;
	display: none;
}

.dropdown-menu {
	border-radius: 0;
}

/* Funciones */

#masthead  .navbar-functions.hidden-xs {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 13px;
}

#masthead .navbar-functions > div >a, #masthead .navbar-functions > div > ul >li >a {
	padding: 0 10px;

}

#masthead .navbar-functions > div {
	margin: 5px 0;
	padding: 0;
}

#masthead .navbar-functions > div:first-child {
	margin: 5px 0;
	padding: 0 0 0 10px;
}

@media (min-width:768px) {
	/*#masthead .navbar-functions #nav-language-lg {*/
	/*margin-top: 15px;*/
	/*}*/
	#masthead #nav-login-lg img, #masthead #nav-login-xs img {
		float: left;
	}
	#masthead .navbar-functions .login-link {
		float: left;
	}
}

#masthead .navbar-functions ul {
	padding: 0;
}


/*--------------------------------------------------
 ## Menú usuario
 ---------------------------------------------------*/

#masthead .navbar-functions .functions-menu > li {
	padding: 10px 0 10px 10px;
}

#masthead .navbar-functions .functions-menu > li > a {
	padding: 0;
	border: 0;
}

#masthead .navbar-functions #menu-languages-lg > li > a{
	padding-right: 10px;
}

#nav-language-xs a, #masthead .navbar-functions .functions-menu #menu-item-languages-lg > a {
	border-right: 1px solid white;
}

#masthead .navbar-functions #menu-languages-lg .dropdown-menu {
	left: -18px;
	min-width: 65px;
}

#masthead .navbar-functions .functions-menu a {
	padding-top: 8px;
	padding-bottom: 8px;
}

#masthead .navbar-functions .functions-menu .dropdown-menu {
	right: auto;
	top: 40px;
	left: -45px;
	min-width: 125px;
}


#masthead #nav-login-lg img, #masthead #nav-login-xs img {
	border-radius: 50px;
}

#masthead .navbar-functions #nav-login-xs {
	padding-left: 10px;
}

#masthead .navbar-functions > #nav-login-xs {
	margin: 25px 0;
}

#masthead .navbar-collapse button {
	margin: 15px 0;
	padding: 0;
}

#masthead .navbar-functions.visible-xs {
	margin-top: 10px;
}

#masthead .navbar-functions .login-link {
	padding: 0;
}

#masthead .navbar-functions .login-link img {
	margin-right: 10px;
}

#masthead .navbar-functions .login-link img+span {
	display: inline-block;
	margin-top: 10px;
}


#cuadro-login-lg {
	width: 367px;
	position: absolute;
	display: none;
	right: 15px;
	top: 45px;
	background-color: white;
	padding: 15px 20px 22px 20px;
	z-index: 2000;
}

.cuadro-login img:first-child {
	margin-bottom: 10px;
}

.cuadro-login p {
	margin: 0;
}

.cuadro-login .form-group {
	margin-bottom: 6px;
}

.cuadro-login form {
	margin-top: 15px;
	margin-bottom: 14px;
}

.cuadro-login hr {
	color: #e7e8e9;
}

.cuadro-login .form-footer .subtitulo2 {
	display: inline-block;
	margin-bottom: 5px;
}

.cuadro-login .btn {
	width: 155px;
	height: 35px;
	padding: 5px;
}

.autopistas-login a.btn:hover, .autopistas-login a.btn:focus, #cuadro-login-lg a.btn:hover, #cuadro-login-lg a.btn:focus {
	background-color: #f58220;
	font-weight: normal;
	color: white;
}

.cuadro-login .botones {
	margin-top: 20px;
}

.cuadro-login .botones #wp-submit {
	margin-bottom: 20px;
}

.autopistas-login a:hover, .autopistas-login a:focus, #cuadro-login-lg a:hover, #cuadro-login-lg a:focus {
	font-weight: bold;
	background-color: transparent;
	color: #f58220;
}

/*.login-msg {*/
/*text-align: left;*/
/*}*/

.cuadro-login p.ov-msg {
	margin-bottom: 30px;
}


/*----------------------------------------------
## Menú principal móvil
-----------------------------------------------*/

/* Estilos responsive */

#masthead .navbar-header {
	display:flex;
	min-height: 110px;
}

@media (max-width: 767px) {
	#masthead .navbar-header {
		min-height: 64px;
	}
	header#masthead {
		min-height: 64px;
	}
	#masthead .current_page_item > a{
		/* NEWMENU background-color: #f79b4d; */
		background-color: #ffffff;
	}
}

#masthead .navbar-header .navbar-toggle {
	margin-top: auto;
	margin-bottom: auto;
}

#masthead .navbar-header .navbar-brand {
	margin: auto;
}

.search-icon-xs {
	margin-bottom: auto;
	margin-top: auto;
}

@media (max-width: 767px) {


	#masthead a:hover {
		background-color: #f79b4d;
	}

	#masthead .open>a, #masthead .open>a:focus, #masthead .open>a:hover, #masthead .open>a:active {
		/* NEWMENU background-color: #f58220; */
		background-color: #ffffff;
	}

	#masthead .icon-top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}

	#masthead .icon-bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}

	#masthead .icon-middle-bar {
		opacity: 0;
	}

	#masthead .navbar-toggle .icon-bar {
		/* NEWMENU background: #626B73 none repeat scroll 0 0; */
		background: #626B73 none repeat scroll 0 0;
	}


	#masthead .navbar-functions.visible-xs {
		font-family: blissRegular, openSansRegular, sans-serif;
		font-size: 14px;
	}

	#masthead .navbar-right {
		font-family: blissSemiBold, openSansSemiBold, sans-serif;
		font-size: 14px;
	}


	ul[id^="menu-principal"]>li {
		border-top: 1.5px solid #f8a45c;
	}

	ul[id^="menu-principal"]>li:last-child {
		border-bottom: 1.5px solid #f8a45c;
	}

	ul[id^="menu-principal"]>li>ul li:first-child, ul[id^="menu-principal"] .open+li{
		border-top: 0;
	}

	#masthead .nav>li>a:focus, .nav>li>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover  {
		/* NEWMENU background-color: #f58220; */
		background-color: #ffffff;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		padding: 15px;
		/* NEWMENU background-color: #f8a45c; */
		background-color: #ffffff;
		font-family: blissRegular, openSansRegular, sans-serif;
	}

	.dropdown-menu>li {
		border-top: 1.5px solid #fabd88;
	}

	.navbar-toggle {
		margin-left:5px;
		margin-right: 5px;
	}

	/* Posición*/
	.navbar-functions {
		float:left;
		margin-left: -15px;
	}

	.navbar-functions > div {
		float: none;
	}

	.navbar-functions > div:first-child {
		padding: 15px;
	}

	.navbar-functions > div:last-child {
		padding-bottom: 25px;
	}

	#masthead .navbar-functions #nav-language-xs a {
		padding: 0 10px;
		border-right: 1px solid #f79b4d;
	}

	#masthead .navbar-functions #nav-language-xs a:first-child {
		padding-left: 0;
	}

	#masthead .navbar-functions #nav-language-xs a:last-child {
		border: 0;
	}

	#find-us-nav-xs .social-hub-button {
		display: block;
		margin-top: 20px;
	}

	#find-us-nav-xs p {
		margin-bottom: 18px;
	}

	#masthead .social-icon ul {
		margin-bottom: 0;
	}

	#masthead .social-icon li {
		margin-right: 18px;
	}

	ul[id^="menu-principal"] {
		clear:left;
	}

	#find-us-nav-xs {
		margin-top: 12.5px;
	}

	.navbar-right {
		position: fixed;
		top: 0;
		height: 100%;
		width: 90%;
	}

	.navbar-collapse .navbar-toggle {
		float: right;
	}

}


/*-------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer hr {
	background-color: #f8a863;
}

footer#colophon-lg, footer#colophon-xs {
	background-color: #f58220;
	padding: 50px 0px 50px 0px ;
	margin-top: 0px;
	color:  white;
}

#find-us-nav-xs {
	color:  white;
}

.footer-icon .icon-hover{
	display: none;
}

footer#colophon-xs {
	padding: 30px 0px 20px 0px ;
}

.menu-footer>li, #find-us-lg, #find-us-xs {
	float: left;
}

footer ul {
	padding: 0;
	margin:0;
}

#footer-lg .menu-footer>li>a:hover {
	color: white;
}

#footer-lg a:hover, #footer-xs a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #fcd3b1;
}

footer{
	font-weight: normal;
}

.menu-footer>li>a:hover {
	font-weight: normal;
}

.menu-footer>li>a, #find-us-lg, #find-us-xs{
	font-family: blissSemiBold, openSansSemiBold, sans-serif;
	font-size: 16px;
}

footer .sub-menu>li, #footer-links-notices-lg, #footer-links-notices-xs {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 15px;
	margin-top:8px;
}

#footer-links-notices-xs {
	margin-top: 25px;
}

#footer-links-notices-lg>ul>span, #footer-links-notices-xs>ul>span {
	font-size: 8px;
}

#footer-links-notices-lg ul li, #find-us-lg li, #find-us-xs li {
	display: inline-block;
}

.menu-footer li, #find-us-lg li, #find-us-lg, #find-us-xs li {
	list-style-type: none;
	text-align: left;
}

#footer-lg .social-icon li, #footer-xs .social-icon li {
	margin-right: 11px;
}

@media (max-width: 1999px){
	#footer-lg .social-icon li {
		margin-top: 5px;
	}
}

/* Prueba iconos sociales con background (la primera vez ha de descargar la imágen y se produce un retraso */
.social-icon a{
	display: inline-block;
	vertical-align: text-bottom;
}

.fb-footer-link {
	background:url('img/icons/facebook-icon-white.png') center right no-repeat;
	height: 20px;
	width: 12px;
}

#find-us-lg .fb-footer-link:hover {
	background:url('img/icons/facebook-icon-light.png') center right no-repeat;
}

.instagram-footer-link {
	background:url('img/icons/instragram-icon-white.png') center right no-repeat;
	height: 17px;
	width: 17px;
}

#find-us-lg .instagram-footer-link:hover {
	background:url('img/icons/instragram-icon-light.png') center right no-repeat;
}

.twitter-footer-link {
	background:url('img/icons/x-icon-white.png') center right no-repeat;
	height: 15px;
	width: 19px;
}

#find-us-lg .twitter-footer-link:hover {
	background:url('img/icons/x-icon-light.png') center right no-repeat;
}

.linkedin-footer-link {
	background:url('img/icons/linkedin-icon-white.png') center right no-repeat;
	height: 17px;
	width: 20px;
}

#find-us-lg .linkedin-footer-link:hover {
	background:url('img/icons/linkedin-icon-light.png') center right no-repeat;
}

.ytb-footer-link {
	background:url('img/icons/youtube-icon-white.png') center right no-repeat;
	height: 16px;
	width: 20px;
}

#find-us-lg .ytb-footer-link:hover {
	background:url('img/icons/youtube-icon-light.png') center right no-repeat;
}

.google-footer-link {
	background:url('img/icons/googleplus-icon-white.png') center right no-repeat;
	height: 16px;
	width: 26px;
}

#find-us-lg .google-footer-link:hover {
	background:url('img/icons/googleplus-icon-light.png') center right no-repeat;
}

.social-hub-button {
	background:url('img/icons/social-hub-icon-white.png') center right no-repeat;
	height: 29px;
	width: 115px;
}

#find-us-lg .social-hub-button:hover {
	background:url('img/icons/social-hub-icon-light.png') center right no-repeat;
}

.search-icon-header {
	/* NEWMENU background:url('img/icons/search-icon-white.png') center right no-repeat; */
	background:url('img/icons/search-icon-grey.png') center right no-repeat;
	height: 21px;
	width: 21px;
}

.search-icon-header:hover {
	/* NEWMENU background:url('img/icons/search-icon-light.png') center right no-repeat; */
	background:url('img/icons/search-icon-light_grey.png') center right no-repeat;
}

#footer-xs .social-icon li:last-child {
	margin: 0;
}

#find-us-lg .social-hub-button {
	margin-top: 30px;
}

#find-us-xs .social-hub-button {
	margin-top: 25px;
}

#footer-xs .site-logo {
	display: block;
	margin-top: 30px;
}

#footer-xs .nav li {
	border-top: 1.5px solid #f8a45c;
	text-align: left;
}

#footer-xs .nav li a {
	padding: 15px;
}

#footer-xs .nav li a:hover {
	background-color: #f79b4d;
}

#footer-xs .nav li:last-child {
	border-bottom: 1.5px solid #f8a45c;
}

#footer-cerf-xs {
	margin-top: 17px;
}

#footer-cerf-lg {
	text-align: right;
}

.social-icon ul {
	display: inline-block;
}

.social-icon ul {
	list-style-type: none;
}

.social-icon li {
	display: inline;
}

#footer-xs .social-icon ul{
	display: block;
}

#masthead .social-icon ul, #footer-lg .social-icon ul, #footer-xs .social-icon ul {
	padding-left: 0;
}

.menu-footer > li:first-child {
	width: 13.9%;
}

.menu-footer > li:nth-child(2) {
	width: 12.1%;
}

.menu-footer > li:nth-child(5) {
	width: 14.8%;
}

#find-us-lg {
	width: 15.1%;
}

.menu-footer > li:nth-child(3) {
	width: 13.7%;
}

.menu-footer > li:nth-child(4) {
	width: 17.3%;
}

.menu-footer > li:nth-child(6) {
	width: 13%;
}


/*--------------------------------------------------------------
** Home
----------------------------------------------------------------*/

.masonry-home .esg-bc {
	width: 88%;
}

/* Resuelve tus dudas */

.contacto .checkbox {
	margin-top: 0;
	margin-bottom: 0;
}

.contacto label {
	margin-top: 7px;
}

.details-contact div[class^="col-md-"] {
	padding: 7.5px;
}

.contact .acordeon > .row {
	margin: 0 -15px;
}

.contact .acordeon .panel-body > a {
	margin-top: 10px;
	margin-bottom: 40px;
	display: inline-block;
}

.contact .acordeon .panel-body {
	padding: 0 15px 35px 15px;
}

.contact .acordeon .col-xs-2, .contact .acordeon .col-sm-2 {
	text-align: end;
}
.contact .acordeon .panel-heading{
	background-color: #f5f5f5;
	text-align: left;
	padding-left: 15px;
}

.contact .acordeon .details-contact .index-contact-form.autopistas-form {
	margin: 20px 0 0 0;
}

.contact .acordeon .panel {
	background-color: #f5f5f5;
	padding-top: 15px;
	padding-bottom: 10px;
	border: 0;
	margin-bottom: 3px;
}

.contact .acordeon  {
	margin-bottom: 0;
}

.contacto .gform_wrapper textarea {
	padding: 6px 12px;
	background-color: white;
	font-size: 14px;
}

body .gform_wrapper .index-contact-form.autopistas-form .top_label div.ginput_container {
	margin-top: 8px;
	margin-bottom: 0;
}

.gform_wrapper .index-contact-form.autopistas-form textarea.medium {
	height: 105px;
}

.gform_wrapper .index-contact-form.autopistas-form .gform_footer {
	text-align: center;
	padding: 0;
	height: 50px;
}

.gform_wrapper .index-contact-form.autopistas-form .gform_footer input[type=submit] {
	padding: 0;
	color: #f58220;
	margin: 0;
	background-color: #f5f5f5;
	border: 0;
	position: relative;
	top: 50%;
}

.gform_wrapper .index-contact-form.autopistas-form .gform_footer input[type=submit]:hover {
	color: #5d6770;
}

.gform_wrapper .index-contact-form.autopistas-form .gfield_checkbox li label,
.gform_wrapper .index-contact-form.autopistas-form .gfield_html
{
	font-weight: normal !important;
	font-size: 13px;
	line-height: 1em;
}

.gform_wrapper .index-contact-form.autopistas-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 35px;
	padding: 12px;
	font-size: 14px;
	background-color: white;
}

/* De un Vistazo Tabs */

.vc_tta-tab {
	border-color: white;
	font-size: 22px;
	display: inline-block;
}

.vc_tta-tab>a {
	padding: 14px 20px;
	display: block;
	box-sizing: border-box;
	border: solid transparent;
	position: relative;
	text-decoration: none;
	color: inherit;
	transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
	box-shadow: none;
}

.vc_tta-tab>a {
	background: none !important;
	color: #c8c8c8 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
	display: inline-block !important;
	padding: 0 !important;
}

.vc_tta-tab>a:hover {
	background: none !important;
	color: #f58220 !important;
}

.vc_active>a {
	color: #5d6770 !important;
}

.vc_tta-tab:after {
	content:"•";
	color: #f58220;
	padding:0 15px;
}

.vc_tta-tab:last-child:after {
	content:none !important;
}

.faq .btn-block + .btn-block {
	margin-top: 10px;
}

.vistazo-content .app-store-button, .vistazo-content .google-play-button {
	height: 29px;
	width: 85px;
	display: inline-block;
}

.vistazo-content .app-store-button {
	background:url('img/icons/appstore.png') center right no-repeat;
}

.vistazo-content .app-store-button:hover {
	background:url('img/icons/appstore-over.png') center right no-repeat;
}

.vistazo-content .google-play-button {
	background:url('img/icons/googleplay.png') center right no-repeat;
}

.vistazo-content .google-play-button:hover {
	background:url('img/icons/googleplay-over.png') center right no-repeat;
}

.wrapper-tabs .nav-tabs>li>a:hover {
	color: #f58220;
}

.wrapper-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #5d6770;
	border-color: white;
	font-weight: normal;
	background-color: white;
}

.wrapper-tabs .nav-tabs>li>a {
	color: #c8c8c8;
	border-color: white;
	font-size: 22px;
	display: inline-block;
}

.wrapper-tabs .nav-tabs>li span {
	color: #f58220;
}

.wrapper-tabs .nav-tabs>li>a:hover, .wrapper-tabs .nav-tabs>li>a:focus {
	background-color: white;
	font-weight: normal;
}

#vistazo-tab-1 .content2 h3, #vistazo-tab-2 .content2 h3, #vistazo-tab-3 .content2 h3, #vistazo-tab-4 .content2 h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 25px;
}

#vistazo-tab-1 >.row:first-child, #vistazo-tab-2 >.row:first-child, #vistazo-tab-3 >.row:first-child, #vistazo-tab-4 >.row:first-child {
	background-color: #f5f5f5;
}

#vistazo-tab-1 .logo, #vistazo-tab-2 .logo, #vistazo-tab-3 .logo, #vistazo-tab-4 .logo  {
	margin-right: 15px;
}

#vistazo-tab-1 .texto2 p, #vistazo-tab-2 .texto2 p, #vistazo-tab-3 .texto2 p, #vistazo-tab-4 .texto2 p{
	margin-bottom: 5px;
}

/*#vistazo-tab-1, #vistazo-tab-2, #vistazo-tab-3, #vistazo-tab-4 {*/
/*margin-bottom: 55px;*/
/*}*/

/*.wrapper-tabs {*/
/*max-width: 433px;*/
/*}*/


/*#vistazo-tab-2 .content2,*/
/*#vistazo-tab-3 .content2,*/
/*#vistazo-tab-4 .content2 {*/
/*padding: 0 40px;*/
/*}*/

.img-vistazo-col {
	text-align: center;
}

/*.wpb-js-composer .autopistas-tabs.vc_tta.vc_general .vc_tta-panel-body {*/
	/*overflow: visible !important;*/
/*}*/

#vistazo-tab-1 .logo {
	line-height: 0;
}

@media (max-width: 767px) {

	/*#vistazo-tab-1 .vistazo-row {*/
		/*height: 305px;*/
	/*}*/

	/*#vistazo-tab-1 >.row:first-child {*/
	/*height: 305px;*/
	/*}*/

	.wrapper-tabs .nav-tabs>li>a{
		font-size: 14px;
	}
	.wrapper-tabs .nav-tabs>li span {
		display: none;
	}

	#vistazo-tab-1 .link, #vistazo-tab-2 .link, #vistazo-tab-3 .link, #vistazo-tab-4 .link {
		text-align: left;
	}

	#vistazo-tab-1 .content1, /*#vistazo-tab-1 .content2, */#vistazo-tab-1 .link, #vistazo-tab-2 .content1, #vistazo-tab-2 .content2, #vistazo-tab-2 .link, #vistazo-tab-3 .content1, #vistazo-tab-3 .content2, #vistazo-tab-3 .link, #vistazo-tab-4 .content1, #vistazo-tab-4 .content2, #vistazo-tab-4 .link {
		text-align: left;
		padding-top: 20px;
		padding-bottom: 20px;
		/*padding-left: 25px;*/
	}

	/*#vistazo-tab-1 .texto2, #vistazo-tab-2 .texto2, #vistazo-tab-3 .texto2, #vistazo-tab-4 .texto2 {*/
	/*padding-left: 25px;*/
	/*}*/

	#vistazo-tab-1 .smartphone-logo img {
		position: absolute;
		right: 15px;
		top: 10px;
	}

	#vistazo-tab-1 .content1, #vistazo-tab-2 .content1, #vistazo-tab-3 .content1, #vistazo-tab-4 .content1 {
		font-size: 22px;
	}

	#vistazo-tab-1 .content2 h3,#vistazo-tab-2 .content2 h3, #vistazo-tab-3 .content2 h3, #vistazo-tab-4 .content2 h3 {
		font-size: 20px;
	}

	#vistazo-tab-1 .content2 .texto1 {
		margin-bottom: 0;
	}

	#vistazo-tab-2 .content2 .texto1, #vistazo-tab-3 .content2 .texto1, #vistazo-tab-4 .content2 .texto1 {
		margin-bottom: 20px;
	}

	#vistazo-tab-1 .texto2, #vistazo-tab-2 .texto2 , #vistazo-tab-3 .texto2 , #vistazo-tab-4 .texto2  {
		margin-top: 15px;
	}

	.vc_custom_1497860739048 {
		margin-bottom: 0 !important;
	}

	.user-cards {
		font-size: 16px;
	}

	.user-cards {
		min-height: 270px !important;
	}

	.details-contact div[class^="col-md-"] {
		padding: 3px 0 3px 0;
	}

	.img-vistazo-col {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 20px;
	}

	.img-vistazo-col .wpb_single_image.vc_align_right {
		text-align: center;
	}

}

@media (min-width: 768px) {

	.wpb-js-composer .vc_tta.vc_general.vistazo-content .vc_tta-panel-body {
		padding-top: 35px;
	}

	.autopistas-tabs .vistazo-row {
		height: 220px;
	}

	.img-vistazo-col {
		padding: 0;
		text-align: end;
		height: 220px;
	}

	.img-vistazo-col img {
		height: 220px !important;
	}

	/*.wrapper-tabs {*/
	/*max-width: 675px;*/
	/*}*/

	#vistazo-tab-1 .smartphone-logo img {
		position: absolute;
		right: 0;
		max-width: initial;
	}
	#vistazo-tab-1 >.row:first-child, #vistazo-tab-2 >.row:first-child, #vistazo-tab-3 >.row:first-child, #vistazo-tab-4 >.row:first-child {
		height: 220px;
	}
	/*#vistazo-tab-1 .content1, #vistazo-tab-1 .content2, #vistazo-tab-2 .content1, #vistazo-tab-2 .content2, #vistazo-tab-3 .content1, #vistazo-tab-3 .content2, #vistazo-tab-4 .content1, #vistazo-tab-4 .content2 {*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	/*}*/


	#vistazo-tab-1, #vistazo-tab-2, #vistazo-tab-3, #vistazo-tab-4 {
		margin-top: 20px;
		margin-bottom: 40px;
	}

	#vistazo-tab-1 .link, #vistazo-tab-2 .link, #vistazo-tab-3 .link, #vistazo-tab-4 .link {
		margin-top: 25px;
	}

	.smartphone-logo {
		padding-right: 0;
	}

	#vistazo-tab-1 .content2 .texto1 {
		margin-bottom: 15px;
	}

	#vistazo-tab-2 .content2 .texto1, #vistazo-tab-3 .content2 .texto1, #vistazo-tab-4 .content2 .texto1 {
		margin-bottom: 0;
	}
	.smartphone-logo img {
		top: -35px;
	}
}

@media (min-width: 768px) and (max-width: 1199px){
	#vistazo-tab-1 .smartphone-logo img {
		right: -25px;
	}
}

#vistazo-tab-1 .list-inline li, #vistazo-tab-2 .list-inline li, #vistazo-tab-3 .list-inline li, #vistazo-tab-4 .list-inline li {
	padding: 0;
	margin: 0;
}

#vistazo-tab-1 .list-inline,#vistazo-tab-2 .list-inline, #vistazo-tab-3 .list-inline, #vistazo-tab-4 .list-inline {
	margin: 0;
}

.smartphone-logo img {
	float: right;
	max-width: initial;
}

/*.vistazo-tabs-controls.wrapper-tabs {*/
/*max-width: none;*/
/*}*/

.vistazo-tabs-controls .slider-tabs li:last-child a {
	padding-right: 15px;
}

.vistazo-tabs-controls .slider-tabs li:first-child a {
	padding-left: 15px;
}

.vistazo-tabs-controls .slider-tabs li {
	margin-right: 0px;
}

.vistazo-tabs-controls {
	padding: 0;
	height: 55px;
}

.vistazo-tabs-controls .autopistas-gallery , .vistazo-tabs-controls .autopistas-gallery__item {
	height: 55px;
}

.vistazo-controls {
	height: 0;
	margin: 0;
}

.vistazo-tabs-controls.autopistas-gallery-wrap a {
	margin: 0;
}

@media (max-width: 767px){
	.wrapper-tabs .nav-tabs>li>a {
		font-size: 22px;
	}
}

.vistazo-controls .autopistas-gallery__controls-next {
	position: absolute;
	opacity: 1;
	top: 55px;
	bottom: auto;
	right: 15px;
}

.vistazo-controls .autopistas-gallery__controls-prev {
	position: absolute;
	opacity: 0.3;
	top: 55px;
	left: 15px;
	bottom: auto;
}

.autopistas-tabs .vc_tta-panel-heading {
	display: none;
}

/*.index-contact-form .form-group {*/
/*margin-bottom: 8px;*/
/*}*/

/*.index-contact-form label {*/
/*font-family: blissRegular, openSansRegular, sans-serif;*/
/*font-size: 13px;*/
/*color: #717171;*/
/*margin-top: 15px;*/
/*margin-bottom: 25px;*/
/*padding: 0;*/
/*}*/

/*.index-contact-form .checkbox {*/
/*text-align: left;*/
/*margin-left: 20px;*/
/*}*/

/*.contacto input.form-control {*/
/*margin-bottom: 8px;*/
/*height: 35px;*/
/*background-color: white;*/
/*padding: 12px;*/
/*}*/

/*.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover, .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:focus {*/
/*font-weight: 200 !important;*/
/*}*/


/*.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {*/
/*font-family: blissSemiBold, openSansSemiBold, sans-serif;*/
/*font-size: 22px;*/
/*color: #c9c9c9 !important;*/
/*}*/

/*.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {*/
/*color: #616a73 !important;*/
/*}*/

/* Autopistas social */
.social-icon li {
	display: inline-block;
}

.user-cards {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 18px;
	color: #5d6770;
}

.user-card-footer {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 13px;
}

.autopistas-social .social-icon ul {
	padding-left: 17px;
	position: relative;
	bottom: 3px;
}

.autopistas-social a {
	display: inline-block;
	vertical-align: text-bottom;
}

.autopistas-social .fb-social-link {
	width: 15px;
	height: 25px;
	background:url('img/icons/facebook-icon.png') center right no-repeat;
}

.autopistas-social .instagram-social-link {
	width: 23px;
	height: 23px;
	background:url('img/icons/instagram-icon.png') center right no-repeat;
}

.autopistas-social .twitter-social-link {
	width: 23px;
	height: 19px;
	background:url('img/icons/x-icon.png') center right no-repeat;
}

.autopistas-social .ytb-social-link {
	width: 25px;
	height: 20px;
	background:url('img/icons/youtube-icon.png') center right no-repeat;
}

.autopistas-social .google-social-link {
	width: 32px;
	height: 20px;
	background:url('img/icons/googleplus-icon.png') center right no-repeat;
}

.autopistas-social .linkedin-social-link {
	width: 27px;
	height: 25px;
	background:url('img/icons/linkedin-icon.png') center right no-repeat;
}

.autopistas-social .fb-social-link:hover {
	background:url('img/icons/facebook-icon-orange.png') center right no-repeat;
}
.autopistas-social .instagram-social-link:hover {
	background:url('img/icons/instagram-icon-orange.png') center right no-repeat;
}

.autopistas-social .twitter-social-link:hover {
	background:url('img/icons/x-icon-orange.png') center right no-repeat;
}

.autopistas-social .ytb-social-link:hover {
	background:url('img/icons/youtube-icon-orange.png') center right no-repeat;
}

.autopistas-social .google-social-link:hover {
	background:url('img/icons/googleplus-icon-orange.png') center right no-repeat;
}

.autopistas-social .linkedin-social-link:hover {
	background:url('img/icons/linkedin-icon-orange.png') center right no-repeat;
}

@media (max-width: 767px){
	.autopistas-social .social-icon ul {
		padding-left: 0px;
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.autopistas-social {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

@media (max-width: 767px) {
	.autopistas-social {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


.autopistas-social .social-icon li {
	margin-right: 12px;
}

.autopistas-social .social-icon li:last-child {
	margin-right: 0;
}

.social-icon li a img {
	vertical-align: text-bottom;
}



/*-----------------------------------------------------------
## Ruta
------------------------------------------------------------*/

@media (max-width: 767px){
	.ruta-registrate {
		background: -webkit-linear-gradient(top,rgba(71,71,71,0) 25%,rgba(71,71,71,0.5)), url('../../uploads/2017/06/ruta_registrate-1.png');
	}
}

.ruta-registrate {
	background: white;
	background: -webkit-linear-gradient(top,rgba(218,220,223,0),rgba(218,220,223,1));
	background: -o-linear-gradient(bottom,rgba(218,220,223,0),rgba(218,220,223,1));
	background: -moz-linear-gradient(bottom,rgba(218,220,223,0),rgba(218,220,223,1));
	background: linear-gradient(to bottom, rgba(218,220,223,0), rgba(218,220,223,1));
}

.ruta-registrate .titulo>span {
	font-family: blissBold, openSansBold, sans-serif;
}

.acordeon.panel-group .panel+.panel.ruta {
	margin-top: 10px;
}

.route-body div.signals.cercalia-widget-routingreport {
	display: table;
	border: 5px solid;
	padding: 10px 30px;
	margin: 0 auto;
}

.route-body .blue.cercalia-widget-routingreport {
	background-color: #0D6AD8;
	color: #FFF;
	border-color: #fff;
}

.route-body  div.signals.cercalia-widget-routingreport span.cercalia-widget-routingreport {
	font-size: 13px;
	font-weight: bold;
	display: block;
	line-height: 16px;
	text-align: center;
}

@media (max-width: 767px) {
	.cuadro-interes {
		margin-top: 25px;
	}

}


/*------------------------------------------------------
## Ruta Resultado
-------------------------------------------------------*/

.cuadro-interes img {
	vertical-align: sub;
}

.cuadro-interes .close-icon img {
	padding-top: 5px;
}

.descuentos .vc_general .vc_pagination {
	display: table;
}

.descuentos .vc_general.vc_pagination .vc_pagination-trigger {
	margin-left: 2px;
	background-color: #f58220;
}

.descuentos .boton1 {
	position: fixed;
	bottom: 33px;
}

.simulador .boton4 {
	position: fixed;
	bottom: 43px;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
	margin-top: 2px !important;
}

.texto-cuerpo.banners-cuadrados {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 18px;
}

.banners-cuadrados a{
	font-family: blissSemiBold, openSansSemiBold, sans-serif;

}

.banners-cuadrados span a:last-child {
	font-family: blissBold, openSansBold, sans-serif;
}

/* Route Tabs */

.autopistas-routes .routes-tabs-content {
	margin-top: 25px;
}

.autopistas-routes .routes-tabs-content {
	margin: 0;
}

.autopistas-routes .routes-tabs-content .head {
	margin-bottom: 25px;
}

.routes-tabs-content .head .title {
	font-size: 25px;
}

.autopistas-routes .routes-tabs-content .route-details {
	display: inline-block;
	padding-right: 12px;
	margin-right: 12px;
	margin-bottom: 5px;
	border-right: 1px solid #e7e8e9;
}

.autopistas-routes .routes-tabs-content .route-share {
	display: inline-block;
	float: right;
}

.autopistas-routes .routes-tabs-content .route-share a:first-child img {
	margin-right: 15px;
	margin-bottom: 15px;
}

/*.autopistas-routes .wrapper-tabs {*/
/*max-width: 300px;*/
/*}*/

.autopistas-routes .btn {
	height: 45px;
	padding: 0 25px 0 15px;
	margin-right: 5px;
}

@media (max-width: 590px){
	.autopistas-routes .btn {
		margin-top: 10px;
	}
}


.autopistas-routes .btn img,
.autopistas-routes .btn i {
	padding-right: 13px;
	vertical-align: middle;
	font-size: 26px;
	height: 25px;
}

.autopistas-routes .acordeon .panel, .autopistas-routes .acordeon .panel-heading {
	border: 0;
	background-color: #f5f5f5;
}
.autopistas-routes .acordeon .panel {
	margin: 0 -15px;
	padding: 15px;
}

.autopistas-routes .acordeon .panel-body {
	padding: 15px;
}

@media (max-width: 992px) {
	.autopistas-routes .acordeon .panel {
		margin: 0 -15px;
		padding-left: 0;
		padding-right: 0;
	}
}

#routes-tabs-user-content hr {
	background-color: #e7e8e9;
	clear: both;
}

.autopistas-routes .routes-tabs-content .route-content .route-head hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

.autopistas-routes .acordeon .icon {
	padding-top: 15px;
	padding-right: 15px;
}

.autopistas-routes .map-icon {
	float: left;
	margin-right: 20px;
}

.autopistas-routes .panel-heading {
	padding: 10px 15px;
}

.autopistas-routes .routes-tabs-content .route-content .route-head {
	margin-bottom: 22px;
	/*padding-right: 15px;*/
}
.autopistas-routes .routes-tabs-content .route-content .route-body {
	margin-top: 50px;
}

.autopistas-routes .routes-tabs-content .route-content .route-body .indication-time {
	text-align: end;
}

.autopistas-routes .routes-tabs-content .route-content .route-body .indication-time > img{
	margin-right: 15px;
	vertical-align: sub;
}

.autopistas-routes .routes-tabs-content .route-content .route-body li {
	list-style-type: none;
	margin-bottom: 1.3em;
}

.autopistas-routes .routes-tabs-content .route-content .route-body .direction {
	height: 60px;
	line-height: 1.2em;
}

.autopistas-routes .routes-tabs-content .route-content .route-body .indications {
	line-height: 1em;
}

.autopistas-routes .modal-header {
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.autopistas-routes .modal-header {
		padding-top: 60px;
	}
}

.autopistas-routes .modal-body {
	padding-bottom: 60px;
}

.route-shared-details {
	margin-bottom: 15px;
}

.print-route {
	padding: 0;
	border: 0;
	background-color: transparent;
}

.print-modal-buttons {
	position: absolute;
	right: 20px;
}

.print-header {
	text-align: center;
	margin-bottom: 20px;
}

.print-modal-buttons .close{
	color: #f58220;
	opacity: 1;
	padding: 7px;
	padding-top: 0px;
}

.print-modal-buttons #printBtn {
	border: 0;
	background-color: transparent;
}

.print-footer {
	margin-top: 20px;
	text-align: center;
}

.print-footer img {
	width: 165px;
}

@media (max-width: 700px){
	#mapPrintDiv.map-print {
		width: 100%;
	}
}

.autopistas-datepicker .datepicker table tr td.active.active.focus,
.autopistas-datepicker .datepicker table tr td.active.active:focus,
.autopistas-datepicker .datepicker table tr td.active.active:hover,
.autopistas-datepicker .datepicker table tr td.active.highlighted.active.focus,
.autopistas-datepicker .datepicker table tr td.active.highlighted.active:focus,
.autopistas-datepicker .datepicker table tr td.active.highlighted.active:hover,
.autopistas-datepicker .datepicker table tr td.active.highlighted:active.focus,
.autopistas-datepicker .datepicker table tr td.active.highlighted:active:focus,
.autopistas-datepicker .datepicker table tr td.active.highlighted:active:hover,
.autopistas-datepicker .datepicker table tr td.active:active.focus,
.autopistas-datepicker .datepicker table tr td.active:active:focus,
.autopistas-datepicker .datepicker table tr td.active:active:hover {
	border-radius: 0;
	background-color: #f58220;
	border: 0;

}

.autopistas-datepicker .datepicker table tr td.active.active,
.autopistas-datepicker .datepicker table tr td.active.highlighted.active,
.autopistas-datepicker .datepicker table tr td.active.highlighted:active,
.autopistas-datepicker .datepicker table tr td.active:active {
	border-radius: 0;
	background-color: #f58220;
	border: 0;
}

.autopistas-datepicker .datepicker table tr td.day:hover,
.autopistas-datepicker .datepicker table tr td.focused,
.autopistas-datepicker .datepicker .datepicker-switch:hover,
.autopistas-datepicker .datepicker .next:hover,
.autopistas-datepicker .datepicker .prev:hover,
.autopistas-datepicker .datepicker tfoot tr th:hover{
	background-color: #f79b4d;
	border-radius: 0;
	color: white;
}

.autopistas-datepicker .datepicker .datepicker-switch:hover,
.autopistas-datepicker .datepicker .next:hover,
.autopistas-datepicker .datepicker .prev:hover {
	color: #5d6770;
}


.popover-title .text-primary {
	color: #f58220;
}

.popover-content .clockpicker-canvas line {
	stroke: #f58220;
}

.popover-content .clockpicker-canvas-bearing,
.popover-content .clockpicker-canvas-fg {
	stroke: none;
	fill: #f58220;
}

.popover-content .clockpicker-canvas-bg{
	stroke: none;
	fill: #f58220;
}

.popover-content .clockpicker-popover .popover-title,
.popover-content .clockpicker-tick {
	color: #5d6770;
}

.popover-content .clockpicker-tick.active,
.popover-content .clockpicker-tick:hover {
	background-color: #f79b4d;
	color:white;
}


.autopistas-routes .input-group-addon {
	cursor: pointer;
	border-radius: 0;
	z-index: 10;
	background-color: #f5f5f5;
	border: 0;
	color: #f58220;
	font-size: 20px;
}

input.form-control {
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


#compartir-day-picker {
	display: none;
	height: 45px;
}

#alerta-day-picker {
	height: 45px;
	margin-bottom: 15px;
	display: none;
}

@media (min-width: 980px){
	.autopistas-routes .modal-dialog {
		width: 800px;
	}
	#routes-alerta .modal-dialog {
		width: 980px;
	}
}



#compartir-form > .row {
	margin-bottom: 30px;
}

#compartir-form > .row:last-child {
	margin-bottom: 20px;
}

#routes-search-form {
	margin-bottom: 25px;
}

.autopistas-routes .form-control {
	padding-left: 15px;
	padding-right: 15px;
}

.autopistas-routes .btn {
	min-width: 170px;
}

#routes-compartir-coche hr {
	margin-top: 0;
	margin-bottom: 30px;
}

#routes-compartir-coche .form-group {
	margin-bottom: 0;
}

#routes-compartir-coche  textarea {
	height: 115px;
}

#routes-compartir-coche .autopistas-datepicker .form-control {
	padding-right: 46px;
}

.week-day {
	width: 23px;
	height: 23px;
	font-size: 15px;
	padding: 0;
	border-radius: 0;
	border: 0;
	margin-right: 5px;
}

.week-day:focus,.week-day:active {
	outline-color: #f58220;
}

.week-day.checked {
	background-color: #5d6770;
	color: white;
}

.week-day.not-checked {
	background-color: #f5f5f5;
	color: #5d6770;
}

.btn-checkbox {
	display: inline-block;
}

#routes-alerta .ida-vuelta {
	display: none;
}

/*@media (max-width: 767px) {*/
/*.radio-frecuency-row {*/
/*margin-bottom: 10px;*/
/*}*/
/*}*/

/*----------------------------------------------
## Via T
------------------------------------------------*/

.video img {
	vertical-align: baseline;
	padding-right: 12px;
}

.viat-header .btn img {
	padding-left: 20px;
}

.viat-header .btn {
	position: absolute;
	bottom: 0;
	z-index: 1000;
}

@media (min-width: 992px) {
	.viat-header .btn {
		bottom: 35px;

	}
}

.viat-header .btn > div:first-child {
	padding-top: 5px;
}

.viat .acordeon .panel:first-child {
	border-top: 0;
}

@media (min-width: 991px){
	.viat .acordeon .panel {
		padding-left: 45px;
	}
}


.viat .acordeon .panel-default .panel-heading + .panel-collapse > .panel-body {
	padding: 0 0 0 20px;
}


/*-----------------------------------------------------
## Somos Autopistas
------------------------------------------------------*/

.imagen-corporativa .acuerdo .boton1 > img {
	padding-left: 35px;
}

.imagen-corporativa .boton1 > img {
	padding-left: 45px;
}

.imagen-corporativa.vc_row.vc_column-gap-10>.vc_column_container {
	padding-top: 0;
	padding-bottom: 0;
}

.imagen-corporativa .column-content {
	height: 188px;
}

.imagen-corporativa .boton1 {
	position: absolute;
	bottom: 20px;
	z-index: 1000;
}

.acuerdo-licencia ul {
	padding-left: 20px;
	color: #f58220;
}

.activity-reports-container {
	margin-bottom: 100px;
}

.activity-reports-container .current-report {
	margin-bottom: 40px;
	padding: 0 15px;
}

.activity-reports-container .current-report a {
	color: #5d6770;
}

.activity-reports-container .current-report .current-report-content {
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: 30px 0;
	width: 354px;
	text-align: center;
}

@media (max-width: 353px){
	.activity-reports-container .current-report .current-report-content {
		width: 100%;
	}
}

.activity-reports-container .current-report .current-report-content .current-report-title {
	line-height: 2.3em;
	display: inline-block;
}
.activity-reports-container .current-report .current-report-content .current-report-title+div {
	display: inline-block;
	vertical-align: top;
}

.activity-reports-container .current-report .current-report-content img {
	margin-top:12px;
	margin-left: 22px;
}

.activity-reports-container .current-report .current-report-header {
	margin-bottom: 25px;
}

.canvas-rule-long {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	width: 3px;
	height: 70px;

	transition: transform 0.3s ease-out, height 0.3s ease-out, width 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out, height 0.3s ease-out, width 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out, height 0.3s ease-out, width 0.3s ease-out;
	-o-transition: transform 0.3s ease-out, height 0.3s ease-out, width 0.3s ease-out;
}

.canvas-rule-container {
	float: left;
	height: 30px;
	width: 85px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.canvas-rule-container {
		width: 55px;
	}
}

.canvas-rule-left, .canvas-rule-right {
	width: 85px;
	height: 30px;
}

.rule-long-container {
	width: 1px;
	height: 30px;
	overflow: visible;
}


/*-----------------------------------------------------
 ## Post Detalles
 -----------------------------------------------------*/

.details-header {
	margin-top: 35px;
	margin-bottom: 40px;
}

.details-header .social-icon li {
	margin-right: 2px;
}

.news-details-header-title {
	margin-bottom: 10px;
}

.news-details-header-content {
	margin-top: 10px;
	margin-bottom: 0;
}


.press-releases-details-header-title {
	margin-bottom: 30px;
}

.discount-details-header-title .social-icon {
	margin: 2px 0 25px 0;
}

.discount-details-banner {
	margin-top: 100px;
}


.discount-details-header-content .boton6 div {
	vertical-align: middle;
}

.discount-details-header-content .boton6 {
	padding: 13px 20px 10px 20px;
}

@media (min-width: 767px) {
	.discount-details-header-content .boton6 img {
		padding-left: 45px;
	}
}

.post-details ul {
	color: #f58220;
	padding-left: 20px;
	line-height: 1.7;
}

.post-details li > span {
	color: #5d6770;
}

@media (min-width: 768px){
	.discount-details-header-height {
		min-height: 355px;
	}
	.discount-details-header-content .details-button-fixed {
		position: absolute;
		bottom: 0;
	}
	.discount-details-header-content .details-image {
		height: 356px;
	}
}


.single-migadepan {
	margin: 20px 0 0 0;
}

.details-image {
	text-align: center;
}

@media (min-width: 768px){
	.details-image {
		text-align: right;
	}
}


.discount-details-header-title h2 {
	margin: 0 0 20px 0;
}

.news-details-header-title h2 {
	margin: 0 0 8px 0;
}

.discount-details-header-content .details-image {
	border: 1px solid #e4e4e4;
	display: flex;
}

.discount-details-header-content .details-image img {
	margin: auto;
}

.discount-details-header-content:first-child,.discount-details-header-title:first-child {
	padding-right: 20px;
}

.discount-details-header-content:last-child, .discount-details-header-title:last-child {
	padding-left: 20px;
}

.details-banner.detail-press-releases-banner, .details-banner.detail-tips-banner {
	margin-top: 75px;
}

@media(min-width: 768px){
	.details-banner .banner-content {
		/*padding-left: 40px;*/
		/*padding-right: 40px;*/
		padding-top: 35px;
	}
	.detail-news-banner .banner-content {
		padding-top: 55px;
	}
}

.detail-news-banner {
	margin-top: 0;
}

.grey-banner {
	padding-bottom: 80px;
	padding-top: 55px;
	background-color: #f5f5f5;
}

.grey-banner h3 {
	margin-bottom: 40px;
	text-align: center;
	margin-top: 0;
}

.relating-files {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 245px;
	margin-bottom: 70px;
}

.details-contact img {
	margin: 25px auto 15px auto;
}

.details-contact h6 {
	margin: 0;
}

#doubts-form-lg #doubts-form-button {
	margin-top: 32px;
}

@media (min-width: 992px) {
	.details-contact > div > .column-wrapper {
		min-height: 435px;
	}

	#doubts-form-lg #doubts-form-button {
		margin-top: 50%;
	}
}

.details-contact p {
	margin: 0;
}

.details-contact .index-contact-form.autopistas-form {
	margin: 32px 20px 0 20px;
}

.details-contact .column-wrapper {
	background-color: #f5f5f5;
}

@media (min-width: 768px) {
	.contact {
		padding-bottom: 20px;
	}

	.details-contact > div:first-child a {
		display: inline-block;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.details-contact .column-wrapper {
		padding:30px 20px 30px 20px;
	}

	.chat_popup + p {
		margin-bottom: 50px;
	}
}

.contact .faq .faq-buttons {
	margin: 32px 20px 0 20px;
}

.contact .faq .faq-buttons a:hover {
	background-color: #f58220;
	color: white;
	border-color: white;
}

@media (min-width: 767px){
	.contact h4 {
		margin-top: 100px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.contact h4 {
		margin-top: 45px;
		margin-bottom: 0;
	}
}

.contact h5 {
	margin-bottom: 40px;
}

.footer-banner {
	text-align: center;
	margin: 75px 0;
}

.discount-details .post-details {
	margin-bottom: 80px;
}

.new-details .post-details {
	margin-bottom: 45px;
}

.post-details p, .post-details ul, .post-details ol {
	margin: 0;
}

.discount-details .post-details > div:first-child {
	padding-left: 40px;
}

.post-details .titulo {
	padding-bottom: 15px;
}

/*.post-details > div:last-child {*/
/*padding-right: 40px;*/
/*}*/

/*@media(min-width: 768px){*/
/*.news-details-header-content {*/
/*min-height: 416px;*/
/*}*/
/*}*/


.news-details-header-content:first-child {
	padding-right: 20px;
}

.news-details-header-content:last-child {
	padding-left: 20px;
}

.press-releases-details-header-content:first-child {
	padding-right: 20px;
}

.press-releases-details-header-content:last-child {
	padding-left: 20px;
}

.press-releases-details-header-content {
	margin-bottom: 40px;
}

.post-details:first-child {
	margin-top: 75px;
}

.tip-details-header-title {
	margin-bottom: 10px;
}

.new-details .post-details:last-child {
	margin-bottom: 75px;
}

.relating-files div[class^="col-md-"] {
	float:none;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

.relating-files h3 {
	margin-bottom: 30px;
}

.relating-files a > img {
	margin-bottom: 5px;
}

.relating-files a:hover span {
	color: #f58220;
}

.details-header .social-icon {
	padding: 0;
	margin-top: 2px;
}

.press-releases-details-header-title h2 {
	margin: 0 0 8px 0;
}

.press-releases-details .post-details:first-child {
	margin-top: 75px;
}

.press-releases-details-header {
	margin-bottom: 0;
}

.press-releases-details-header + hr {
	color: #f5f5f5;
}

.details-header h2 {
	margin-top: 0;
}

.tip-details-header-content .details-image {
	margin-bottom: 35px;
	text-align: left;
}

/*-----------------------------------------------------
 ## Descuentos
 -----------------------------------------------------*/

.cinta-profesionales > span {
	position:relative;
	top: 4px;
}

.cinta-profesionales > span > span {
	vertical-align: middle;
}

.cinta-profesionales > span > img {
	padding-left: 15px;
	padding-right: 8px;
}

.cinta-profesionales {
	height: 37px;
	width: 114%;
	background: url('img/icons/cinta-descuentos-profesionales.png') 100% / 100% no-repeat;
}


/* Descuentos destacados */

.featured-discounts .simple-cards .btn > img {
	padding-left: 30px;
}

.featured-discounts .simple-cards .card-header,
.featured-discounts .simple-cards .card-body {
	margin-right: -25px;
	margin-left: -25px;
}

.featured-discounts .simple-cards .texto-tarjeta,
.featured-discounts .simple-cards .cuerpo {
	padding-right: 25px;
	padding-left: 25px;
}

.featured-discounts .simple-cards .card-header {
	margin-top: -20px;
}

.featured-discounts .simple-cards .texto-tarjeta {
	padding-top: 20px;
	padding-bottom: 10px;
	height: 145px;
	position: relative;
}

.featured-discounts .simple-cards .card-body {
	height: 275px;
	padding-top: 20px;
}
.featured-discounts .simple-cards .botones {
	position: absolute;
	bottom: 25px;
	left: 0;
}

.featured-discounts .simple-cards .contenido-tarjeta {
	height: 420px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	border: 1px solid transparent;
}

.featured-discounts .simple-cards .card-wrapper {
	height: 420px;
}

.featured-discounts .subtitulo,
.featured-discounts .cantidad-descuento{
	display: inline-block;
}

.featured-discounts .subtitulo {
	width: 110px;
}

.featured-discounts .porcentaje-destacados{
	position: absolute;
	bottom: 15px;
}


/* Todos los descuentos */

#select-discount-list-tramos, #select-discount-list-tipo-vehiculo, #select-discount-list-medio-de-pago {
	background: url(img/icons/flecha-abajo.png) 100% /10px no-repeat white;
}

#select-discount-list-tramos {
	width: 75px;
}

#select-discount-list-tipo-vehiculo {
	width: 129px;
}

#select-discount-list-medio-de-pago {
	width: 120px;
}

.discounts-container .simple-cards .btn {
	color: #5d6770;
}


.discounts-container .simple-cards .contenido-tarjeta {
	height: 300px;
}

@media (max-width: 767px){
	.discounts-container .simple-cards .contenido-tarjeta {
		height: 230px;
	}
}

.descuentos .titulo3, .linea-estrecha {
	line-height: 1em;
}


/* Tarjetas (Simple cards) */

.simple-cards-controls > ul > li {
	padding: 5px 20px;
	list-style-type: none;
	display: inline-block;
}

@media(min-width: 768px) {
	.simple-cards .tarjeta {
		padding:8px
	}
}

@media(max-width: 1024px) {
	.simple-cards .tarjeta {
		padding-top:8px;
		padding-bottom: 8px;
	}
}

@media(min-width: 768px) {
	.simple-cards.featured-new .tarjeta:first-child {
		padding-right: 0px
	}
	.simple-cards.featured-new .tarjeta:last-child {
		padding-left: 0px
	}
	.simple-cards.featured-new .tarjeta.double:first-child {
		padding-right: 8px
	}
	.simple-cards.featured-new .tarjeta.double:last-child {
		padding-left: 8px
	}
	.simple-cards-controls > ul:not(.pags-links) > li {
		border-right: 1px solid #5d6770;
	}

	.simple-cards-controls > ul:not(.pags-links) {
		margin-bottom: 40px;
	}
}

@media(max-width: 767px) {
	.simple-cards.featured-new .tarjeta:not(.double):first-child {
		padding-bottom:0px;
	}
	.simple-cards.featured-new .tarjeta:not(.double):last-child {
		padding-top: 0px;
	}

	.simple-cards-controls > ul:not(.pags-links) > li {
		text-align: left;
		padding: 5px 10px;
	}

	.simple-cards-controls > ul:not(.pags-links) {
		text-align: left;
	}

	.featured-new{
		background-color: #f5f5f5;
		padding-top: 25px;
		padding-bottom: 50px;
		margin-bottom: 15px;
	}
	.simple-cards.featured-new h3 {
		margin-bottom: 17px;
	}

}

.simple-cards.featured-new .tarjeta .contenido-tarjeta {
	border: 0;
}


.simple-cards-controls ul {
	padding: 0;
}

.simple-cards-controls {
	text-align: center;
	margin-top: 40px;
}

.simple-cards-controls a:hover,a:focus {
	font-weight: normal;
}

.simple-cards-controls > .pags-links > li{
	padding: 0 8px;
	border: 0;
}

.simple-cards-controls > .pags-links {
	margin-bottom: 40px;
}

.simple-cards-controls > .pags-links > li.page-arrow{
	padding: 0 3px;
}

.simple-cards .botones {
	position: absolute;
	bottom: 22px;
}

.simple-cards .contenido-tarjeta {
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 33px;
	border: 1px solid #dfdfdf;
	position: relative;
}

.simple-cards .new {
	border: 0;
}

.simple-cards h3 {
	margin-top: 0;
	margin-bottom: 7px;
}

.simple-cards-controls select.form-control {
	border: 0;
	height: auto;
	box-shadow: none;
	padding: 0;
}

.simple-cards-controls select.form-control:focus {
	box-shadow: none;
	outline: none;
}

.simple-cards .card-wrapper {
	position: relative;
	height: 100%;
}

.simple-cards .bottom-text {
	position: absolute;
	bottom: 80px;
}

.simple-cards .cuerpo {
	margin-bottom: 7px;
}

/*-----------------------------------------------
## Donde Estamos
-------------------------------------------------*/

@media only screen and (max-width: 641px) {
	.gform_wrapper.donde-estamos-contacto_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
		width: auto;
	}
}

.gform_wrapper .donde-estamos-contacto.autopistas-form {
	padding: 0 35px;
}

@media (min-width: 992px){
	.gform_wrapper .donde-estamos-contacto.autopistas-form {
		padding: 0 115px;
	}
}

@media (max-width: 600px){
	.donde-estamos-contacto ul,
	.gform_fields .divider-list-item ul {
		padding-left: 0;
	}
}
.gform_wrapper .donde-estamos-contacto.autopistas-form textarea.form-control {
	height: 165px;
	padding-top: 14px;
	padding-right: 20px;
}

.gform_wrapper .donde-estamos-contacto.autopistas-form select.form-control {
	background: url(img/icons/flecha-abajo.png) 96% / 3% no-repeat #f5f5f5;
}

.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input.button,
.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input[type=submit],
input[type=submit].gform_button.button {
	width: 195px;
	height: 45px;
	font-family: blissBold, openSansBold, sans-serif;
	margin: 0;
	background-color: #f58220;
	border-color: #f58220;
	font-size: 15px;
	padding: 10px 18px;
	color: white;
	border-radius: 0;
}

.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input.button:focus,
.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input[type=submit]:focus,

.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input.button:hover,
.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input[type=submit]:hover,

.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input.button:focus,
.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input[type=submit]:focus,

.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input.button:active,
.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input[type=submit]:active,

.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input.button:active:hover,
.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer input[type=submit]:active:hover {
	background-color: #f58220;
	color: white;
	font-weight: normal;
	border-color: #f58220;
	outline: none;
}

.gform_wrapper .donde-estamos-contacto.autopistas-form {
	margin-bottom: 15px;
}


.gform_wrapper .donde-estamos-contacto.autopistas-form textarea.medium {
	height: 225px;
	padding-top: 14px;
	padding-right: 20px;
	background-color: white;
}

.gform_wrapper.gf_browser_gecko .donde-estamos-contacto.autopistas-form textarea.medium {
	padding: 0;
	padding-left: 5%;
	padding-top: 14px;
	padding-right: 5%;
}

.gform_wrapper .donde-estamos-contacto.autopistas-form select {
	background: url(img/icons/flecha-abajo.png) 97% / 3% no-repeat #ffffff;
}

.gform_wrapper .donde-estamos-contacto.autopistas-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	background-color: white;
}
.gform_wrapper .donde-estamos-contacto.autopistas-form .gfield_checkbox li label {
	font-weight: normal;
	font-size: 15px;
}

.gform_wrapper .donde-estamos-contacto.autopistas-form .gform_footer {
	text-align: center;
	margin: 9px 0 0 0;
}


/*------------------------------------------------
## Simulador de descuentos
-------------------------------------------------*/

#simulator-select select {
	padding-right: 30px;
}

.simulator-container .tooltip > .tooltip-inner {
	padding: 12px;
	text-align: left;
}

.simulator-container .tooltip-inner {
	max-width: 1000px;
}

.simulator-container .tooltip > .tooltip-inner ul {
	display: block;
	list-style-type: disc;
	margin: 0;
}

.simulator-container .tooltip > .tooltip-inner li {
	display: block;
	list-style-type: disc;
}

.simulador-descripcion img {
	padding-right:10px;
	vertical-align: baseline;
}

.simulador-descuentos .titulo15 img{
	vertical-align: sub;
	margin-left: 8px;
}

.simulador-descuentos .button-checkbox {
	margin-right: 4px;
}

.simulador-descuentos #check_discount_sim_medio_de_pago .boton7 {
	padding-left: 12px;
	padding-right: 12px;
}

.simulador-descuentos .boton7 i {
	padding-right: 5px;
}

.simulador-descuentos .boton4 {
	font-family: blissBold, openSansBold, sans-serif;
	width: 170px;
}

.simulador-descuentos .simulator-description {
	min-height: 43px;
	margin-bottom: 35px;
}

.simulador-descuentos .tabla {
	display: table;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 590px) {
	.simulador-descuentos .tabla {
		width: 100%;
	}
}

.simulador-descuentos .fila {
	display: table-row;
}

.simulador-descuentos .columna {
	display: table-cell;
	height: 25px;
}

.simulador-descuentos .fila .columna:last-child {
	text-align: right;
}

.simulador-descuentos progress[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 10px;
	color: #f58220;
	vertical-align: top;
}

.simulador-descuentos progress::-moz-progress-bar {
	background: #f58220;
}

.simulador-descuentos progress::-webkit-progress-value {
	background: #f58220;
}

.simulador-descuentos .simulator-controls ul li {
	display: inline-block;
}

.simulador-descuentos .simulator-controls ul {
	padding-left: 0;
}



.simulador-descuentos .titulo15 {
	margin-bottom: 45px;
}

.simulador-descuentos .simulator-img {
	margin-bottom: 30px;
}

.simulador-descuentos .simulator-selection {
	margin-bottom: 35px;
}

/*@media (max-width: 991px) {*/
/*.simulador-descuentos .simulator-selection button {*/
/*margin-top: 7px;*/
/*}*/
/*}*/

.simulador-descuentos .simulator-calc-button {
	padding-top: 45px;
	padding-bottom: 65px;
}

.simulador-descuentos .simulator-results {
	background-color: white;
	padding-top: 55px;
}

#simulator-percentage {
	display: none;
}

#descuentos-viat {
	display: none;
	margin-top: 100px;
	padding-bottom: 60px;
	padding-top: 55px;
}

#descuentos-viat .simple-cards-controls {
	display: none;
}

.simulador-descuentos #simulator-content {
	margin-top: 65px;
	display: none;
}

#select_discount_sim_tramos {
	width: 125px;
	height: 35px;
	background: url(img/icons/flecha-abajo3.png) 100% /20px no-repeat;
}

.simulator-results .simple-cards .contenido-tarjeta {
	height: 300px;
}

.viat-discounts  .simple-cards .contenido-tarjeta {
	height: 300px;
	padding-top: 55px;
}

.viat-discounts .header {
	margin-bottom: 40px;
}

@media (min-width: 992px){
	.simulador-descuentos .simulator-row {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (max-width: 767px) {
	.simulador-descuentos .titulo15 {
		margin-bottom: 15px;
	}

	.simulador-descuentos .simulator-img {
		margin-bottom: 15px;
	}

	.simulador-descuentos .simulator-description {
		margin-bottom: 15px;
	}
}

.simulador-columna {
	min-height: 319px;
	height: 319px;
}


/*------------------------------------------------
## Registro
------------------------------------------------*/

.registro .boton4.siguiente {
	width: 170px;
}

.registro .boton4 {
	font-family: blissBold, openSansBold, sans-serif;
	padding: 14px;
}

.registro .boton4 > img {
	padding-left: 10px;
}

.registro-ventajas p {
	margin-bottom: 25px;
}

.registro .nav-tabs.nav-justified>li>a, .registro .nav-tabs.nav-justified>li>a:focus, .registro .nav-tabs.nav-justified>li>a:hover {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 50px;
	color: #d2d2d2;
	font-weight: normal;
	border: 0;
	border-bottom: 3px solid #d2d2d2;
	background-color: transparent;
	outline: none;
}

.registro .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
}

.registro .nav-tabs.nav-justified>.active>a, .registro .nav-tabs.nav-justified>.active>a:focus, .registro .nav-tabs.nav-justified>.active>a:hover {
	border: 0;
	border-bottom: 3px solid #f58220;
	color: #f58220;
	font-weight: normal;
}

.registro .tab-content #register-tab-1 p, .registro .tab-content #register-tab-3 p, .registro .tab-content #register-tab-4 p, .registro .tab-content #register-tab-5 p {
	margin-bottom: 10px;
}

.registro .tab-content #register-tab-1 > .row {
	margin-top: 35px;
}

.registro .contenedor-secundario {
	text-align: left;
}

.registro .tab-content #register-tab-1 .row:last-child {
	margin-top: 0px !important;
}

.registro .tab-content h3, .registro .tab-content h4 {
	margin-top: 55px;
}

.registro .nav-tabs {
	margin-bottom: 15px;
}

.registro .tab-content #register-tab-1 .boton4 {
	margin-top: 55px;
	margin-bottom: 95px;
}



.registro #register-tab-2 select.form-control {
	background: url(img/icons/flecha-abajo.png) 96% / 2% no-repeat white;
}

.registro #register-tab-2 p {
	margin-bottom: 30px;
}

.registro #register-tab-2 .row {
	margin-bottom: 20px;
}

.registro #register-tab-2 .boton4 {
	margin-top: 20px;
	margin-bottom: 65px;
}

@media(min-width: 1024px){

	.registro #register-tab-1 .subcontenedor-1 {
		max-width: 181px;
	}

	.registro #register-tab-1 .subcontenedor-2 {
		padding: 0;
	}

	.registro .contenedor-secundario {
		padding-left: 55px;
		padding-right: 55px;
	}

	.registro .contenedor-principal {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
}


.registro .tab-content #register-tab-3 .row {
	margin-top: 40px;
}

.registro #register-tab-3 .btn {
	margin-top: 60px;
	margin-bottom: 95px;
}

.registro .tabla {
	display: table;
	width: 100%;
}

.registro .fila {
	display: table-row;
}

.registro .columna {
	display: table-cell;
	text-align: left;
}

.registro .fila .columna:last-child {
	text-align: right;
}

.registro progress[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 3px;
	color: #23b055;
	vertical-align: top;
}

.registro progress::-moz-progress-bar {
	background: #23b055;
}

.registro progress::-webkit-progress-value {
	background: #23b055;
}

.registro #pwindicator .bar-container {
	border: none;
	width: 100%;
	height: 3px;
	background-color: grey;
	vertical-align: top;
}

.registro #pwindicator .bar {
	width: 0;
	height: 3px;
	-webkit-transition: width 1s; /* Safari */
	transition: width 1s;
}

.registro #pwindicator.pw-very-weak .bar {
	width: 10%;
	background-color: red;
}

.registro #pwindicator.pw-weak .bar {
	width: 25%;
	background-color: orange;
}

.registro #pwindicator.pw-mediocre .bar {
	width: 50%;
	background-color: yellow;
}

.registro #pwindicator.pw-strong .bar {
	width: 75%;
	background-color: yellowgreen;
}

.registro #pwindicator.pw-very-strong .bar {
	width: 100%;
	background-color: #23b055;
}

.registro #confirm_password-error {
	display: none !important;
}

.registro #register-tab-4 form {
	margin-top: 20px;
}

.registro #register-tab-4 .boton4 {
	margin-top: 30px;
	margin-bottom: 70px;
}

.registro #register-tab-5 .boton3 {
	font-family: blissBold, openSansBold, sans-serif;
	padding: 13px;
	margin-left: 8px;
	display: inline-block;
	width: 260px;
}

.registro #register-tab-5 .boton3 img{
	padding-left: 10px;
}

.registro #register-tab-5 .boton4 {
	margin-right: 8px;
}

.registro #register-tab-5 .botones {
	margin-top: 40px;
	margin-bottom: 110px;
}

.registro .tab-content #register-tab-5 .texto-cuerpo5 {
	color: #23b055;
	margin-bottom: 20px;
}

.registro #register-tab-5 > img {
	margin-top: 5px;
}

.registro #bases_legales_footer {
	clear: both;
}
.registro .form-yesnopill.wrapper label.pill-yes-lbl {
	width: 140px;
	left: 40px;
	padding-left: 35px;
	text-align: right;
	white-space: nowrap;
}
.i18n-ca .registro .form-yesnopill.wrapper label.pill-yes-lbl {
	left: 50px;
}

.registro .form-yesnopill-children .form-yesnopill.wrapper label.pill-yes-lbl {
	width: 45px;
	left: 40px;
	text-align: right;
}
.i18n-en-gb .registro .form-yesnopill-children .form-yesnopill.wrapper label.pill-yes-lbl {
	left: 50px;
}

.registro .form-yesnopill.wrapper label.pill-no-lbl {
	width: 200px;
	left: -122px;
	padding-right: 140px;
	text-align: left;
	white-space: nowrap;
}

.registro .form-yesnopill-children .form-yesnopill.wrapper label.pill-no-lbl {
	width: 50px;
	left: -30px;
	text-align: left;
}

.registro .form-yesnopill.wrapper {
	margin: 0 130px;
}

.registro .form-yesnopill-children {
	display: table;
	width: 100%;
}

.registro .form-yesnopill-children .form-yesnopill-element {
	display: table-row;
}

.registro .form-yesnopill-children .form-yesnopill.wrapper {
	display: table-cell;
	margin: 5px 130px 5px 5px;
}

.registro .form-item label {
	display: inline-block;
	/*font-weight: bold;*/
}

.registro .form-item-lopd label,
.registro .form-item-publi label {
	font-weight: bold;
}

.registro .form-yesnopill-children .form-yesnopill {
	margin-top: 30px;
}

.registro .form-yesnopill-children label[for*=edit-publi-sub] {
	display: table-cell;
	vertical-align: middle;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
.registro .form-yesnopill-children label[for*=edit-publi-sub] {
	padding-right: 40px;
}

.registro .form-yesnopill-children label[for*=edit-publi-sub]:first-child {
	margin-top: 25px;
}



/*------------------------------------------------
## Noticias
--------------------------------------------------*/

.news-container .contenido-tarjeta {
	height: 325px;
}

@media (max-width: 767px){
	.news-container .contenido-tarjeta {
		height: 250px;
	}
}

#select-news-category {
	background: url(img/icons/flecha-abajo.png) 100% /10px no-repeat white;
	width: 89px;
}

.news-container .simple-cards .botones {
	position: absolute;
	bottom: 35px;
}

/*@media(max-width: 767px){*/
/*.news-container .tarjeta {*/
/*padding-left: 0;*/
/*padding-right: 0;*/
/*}*/
/*.news-container .simple-cards .contenido-tarjeta {*/
/*padding-left: 15px;*/
/*padding-right: 15px;*/
/*}*/
/*}*/

.news-details-header {
	margin-bottom: 20px;
}

.news-entry-content {
	margin-top: 0;
}

/*-------------------------------------------------
## Sala de prensa
--------------------------------------------------*/

.sala-prensa .btn {
	padding: 8px 10px;
}

.sala-prensa .boton1 {
	background-color: white;
}

.sala-prensa .boton1 > img {
	/*background-color: white;*/
	padding-left: 45px;
}

.sala-prensa .barra-vertical {
	display: inline-block;
	border-right: 1px solid #d4d4d4;
	padding-right: 20px;
	margin-right: 15px;
}

.sala-prensa .barra-vertical + img {
	margin-right: 10px;
}

#select-press-release-month, #select-press-release-year {
	background: url(img/icons/flecha-abajo.png) 100% /10px no-repeat white;
	width: 55px;
}

.press-release-container .simple-cards .btn, .news-container .simple-cards .btn {
	padding: 6px 13px;
}

.press-release-container .simple-cards .btn img, .news-container .simple-cards .btn img {
	padding-left: 65px;
}

.press-release-container .simple-cards .contenido-tarjeta {
	height: 323px;
}

.press-release-container .simple-cards-controls {
	margin-top: 30px;
}

.press-release-container .simple-cards .botones {
	position: absolute;
	bottom: 30px;
}

.notas-de-prensa .btn-download>div:last-child>img {
	padding-left: 15px;
}
/*------------------------------------------------
## Compartir coche
------------------------------------------------*/

.compartir-coche .btn img {
	padding-left: 55px;
}

.compartir-coche .btn {
	padding: 15px;
}

.compartir-coche .paso{
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 50px;
	color: #f58220;
	font-weight: normal;
}

/*------------------------------------------------
## Responsabilidad social corporativa
------------------------------------------------*/

.politica-calidad .btn>div:last-child>img {
	padding-left: 70px;
}

@media (min-width: 767px) {
	.politica-calidad {
		margin-top: 100px;
	}
}


/*------------------------------------------------
## Canal Ético
------------------------------------------------*/

.canal-etico .btn-download>div:last-child>img {
	padding-left: 15px;
}

.canal-etico .btn-download {
	margin-right: 20px;
}

.canales-informacion .btn-download>div:last-child>img {
	padding-left: 45px;
}

/*------------------------------------------------
## Ticket eXpress
------------------------------------------------*/

.ticket-express .btn div img {
	padding-left: 80px;
}

@media (min-width: 992px){
	.ticket-express .btn {
		position: absolute;
		bottom: 0px;
		z-index: 1000;
	}
}

@media (min-width: 992px) {
	.content-header {
		min-height: 350px !important;
		margin-bottom: 80px;
	}
}

@media (max-width: 991px) {
	.content-header {
		min-height: 230px !important;
		margin-bottom: 30px;
	}
}

.img-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
}


/*------------------------------------------------
## Vamos contigo
------------------------------------------------*/

@media (min-width: 992px) {
	.vamos-contigo-content {
		margin-top: 100px;
	}
}

@media (max-width: 991px) {
	.vamos-contigo-content {
		margin-top: 30px;
	}
}

/*------------------------------------------------
## Noticias Inversores
------------------------------------------------*/

#select-investors-news-year {
	background: url(img/icons/flecha-abajo.png) 100% /10px no-repeat white;
	width: 55px;
}

#select-investors-news-type {
	background: url(img/icons/flecha-abajo.png) 100% /10px no-repeat white;
	width: 220px;
}

.investors-news-container .simple-cards .btn>div:last-child>img {
	padding-left: 55px;
}

.investors-news-container .simple-cards .contenido-tarjeta {
	height: 236px;
}

.investors-news-container .simple-cards-controls {
	margin-top: 30px;
}

.investors-news-container .simple-cards .botones {
	position: absolute;
	bottom: 30px;
}


/*------------------------------------------------
## FAQ´s
------------------------------------------------*/

.faq-topic-link {
	padding: 10px;
	border-top: 1px solid #e7e8e9;
}

.faq-topic-link:first-child {
	border-top: 0;
}

.faqs ul {
	color: #f58220;
	padding-left: 15px;
	line-height: 1.7;
}

.faqs li > span {
	color: #5d6770;
}

#select-faqs-category {
	background: url(img/icons/flecha-abajo.png) 100% /10px no-repeat white;
	width: 89px;
}

#select-faqs-topic {
	background: url(img/icons/flecha-abajo.png) 100% /10px no-repeat white;
	width: 63px;
}

/*------------------------------------------------
## Solicitud de facturas
------------------------------------------------*/

.solicitud-facturas .btn {
	width: 100%;
	margin-top: 10px;
}

.solicitud-facturas .btn>div:last-child {
	float:right;
	margin-top: 8px;
}


/*------------------------------------------------
## Truck Park
------------------------------------------------*/

.truck-park .panel-body {
	padding: 25px 0 0 0;
}

.truck-park ul {
	padding-left: 16px;
	margin-top: 25px;
	color: #f58220;
}

.truck-park img {
	margin-top: 30px;
}

.truck-park li {
	margin-bottom: 10px;
}

.truck-park .servicios .content {
	padding: 0 5px;
}

.truck-park .content:last-child {
	padding-right: 0;
}
.truck-park .content:first-child {
	padding-left: 0;
}

.truck-park h3 {
	margin-top: 0;
}

.truck-park .wrapper {
	padding: 30px 25px;
	background-color: #f5f5f5;
	min-height: 405px;
}

.truck-park .servicios {
	margin: 25px 0;
}

.truck-park .nota {
	font-size: 13px;
}

.truck-park-container .btn {
	padding: 6px 8px;
}

.truck-park-container .btn div:first-child{
	padding-right: 10px;
}

.truck-park-container .btn>div:last-child>img {
	padding-left: 15px;
}

.truck-park-container .simple-cards .tarjeta .contenido-tarjeta {
	height: 220px;
}

.truck-park-container .simple-cards .tarjeta .contenido-tarjeta {
	padding: 0;
}

.truck-park-container .simple-cards .tarjeta .botones {
	bottom: 35px;
	left: 20px;
}

.truck-park-container .simple-cards .tarjeta .titulo-tarjeta {
	padding: 25px 20px 15px 20px;
}

.truck-park-container .simple-cards .tarjeta .cuerpo {
	background-color: #f68d34;
	padding: 17px 20px 18px 20px;
}

.truck-park-container .simple-cards .tarjeta .cuerpo img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.truck-park-container .simple-cards .tarjeta h3 {
	margin: 0;
}

.truck-park-container .plazas-libres h2 {
	display: inline-block;
}

.truck-park-container .plazas-libres img {
	margin-right: 10px;
}

.truck-park-container .last-update {
	padding: 0 8px;
}

.truck-park-container .last-update img {
	padding-right: 5px;
	position: relative;
	top: -2px;
}

.truck-park-container .last-update-wrapper {
	background:rgba(0,0,0,0.4);
	padding: 15px 0 15px 0;
	margin-top: 5px;
}

.truck-park-container .last-update-wrapper p {
	margin: 0;
}

.truck-park-container .simple-cards .contenido-tarjeta {
	border: 0;
}

.truck-park-container .plazas-libres {
	margin-bottom: 20px;
}




/*------------------------------------------------
## Transportes especiales
------------------------------------------------*/

.transportes-especiales .acordeon .panel-body {
	padding: 25px 0 0 0;
}

.transportes-especiales .acordeon .content:first-child {
	padding-left: 0;
	padding-right: 20px;
}

.transportes-especiales .acordeon .content:last-child {
	padding-right: 0;
	padding-left: 20px;
}

.transportes-especiales ul {
	padding-left: 20px;
	line-height: 30px;
	color: #f58220;
}

.transportes-especiales:first-child {
	padding-top: 0;
}

@media (min-width: 768px) {
	.transportes-especiales {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/*------------------------------------------------
## Acuerdo de licencia
------------------------------------------------*/

.acuerdo-licencia h3 {
	margin: 0;
}

.acuerdo-licencia div[class^="col-"] {
	margin-top: 35px;
}

.acuerdo-licencia {
	text-align: left;
}

#acuerdo-licencia.modal .modal-body .vc_custom_heading.titulo5.texto-naranja,
#acuerdo-licencia.modal .modal-body .migadepan,
#acuerdo-licencia.modal .modal-body .banner-footer {
	display: none;
}

/*------------------------------------------------
## Aviso legal
------------------------------------------------*/

.aviso-legal h3 {
	margin: 0;
}

.aviso-legal div[class^="col-"] {
	margin-top: 35px;
}

.aviso-legal {
	text-align: left;
}

#aviso-legal.modal .modal-body .vc_custom_heading.titulo5.texto-naranja,
#aviso-legal.modal .modal-body .migadepan,
#aviso-legal.modal .modal-body .banner-footer {
	display: none;
}

/*------------------------------------------------
## Política de privacidad
------------------------------------------------*/

.politica-privacidad h3 {
	margin: 0;
}

.politica-privacidad div[class^="col-"] {
	margin-top: 35px;
}

.politica-privacidad {
	text-align: left;
}

#politica-privacidad.modal .modal-body .vc_custom_heading.titulo5.texto-naranja,
#politica-privacidad.modal .modal-body .migadepan,
#politica-privacidad.modal .modal-body .banner-footer,
#politica-privacidad-top.modal .modal-body .vc_custom_heading.titulo5.texto-naranja,
#politica-privacidad-top.modal .modal-body .migadepan,
#politica-privacidad-top.modal .modal-body .banner-footer,
#wp-terms-popup #wp-terms-popup-content .migadepan,
#wp-terms-popup #wp-terms-popup-content .banner-footer,
#wp-terms-popup .termspopupcontainer .termstitle,
#wp-terms-popup .tthebutton .termsdecline {
	display: none;
}

#wp-terms-popup #wptp-container {
	display: flex;
	height: 100%;
}

#wp-terms-popup #wptp-container .termscontentwrapper {
	display: flex;
	flex-direction: column;
}

#wp-terms-popup #wptp-container #wp-terms-popup-content {
	flex-grow: 2;
}

#wp-terms-popup .tbrightcontent {
	height: 300px;
	top: calc(50% - 150px);
}

#wp-terms-popup #wp-terms-popup-after-content.sticky{
	z-index: 1;
	border: 0;
	box-shadow: none;
}

#wp-terms-popup .tthebutton input {
	background-color: #f58220;
	border-color: #f58220;
	font-size: 15px;
	padding: 10px 18px;
	color: white;
	border-radius: 0;
}

/*------------------------------------------------
## Protección de datos
------------------------------------------------*/

#proteccion-datos.modal .modal-body .vc_custom_heading.titulo5.texto-naranja,
#proteccion-datos.modal .modal-body .migadepan,
#proteccion-datos.modal .modal-body .banner-footer {
	display: none;
}

#proteccion-datos.modal {
	text-align: start;
}

/*------------------------------------------------
## Proveedores
------------------------------------------------*/

@media (min-width: 767px){
	.proveedores .wrapper-tabs {
		/*max-width: 720px;*/
		margin-bottom: 20px;
	}
}

.proveedores .tab-content p {
	margin-bottom: 10px;
}

.proveedores .tab-content ul {
	padding-left: 20px;
}


/*------------------------------------------------
## Ventajas
------------------------------------------------*/

.ventajas .btn {
	padding: 6px 18px;
}

@media (min-width: 992px) {
	.ventajas .btn {
		position: absolute;
		bottom: 0;
		z-index: 1000;
	}
}

.ventajas .btn img {
	padding-left: 15px;
}

/*-----------------------------------------------
## Error 404
-----------------------------------------------*/

.error-404 .page-header {
	border: 0;
}

.error-404 .grey-banner {
	padding: 35px 15px;
}

.error-404 .footer-banner {
	margin-top: 100px;
}

.error-404 .search-form {
	padding-top: 10px;
}

.error404 input.form-control {
	background-color: white;
}


/*-----------------------------------------------
## Resultado búsqueda
-----------------------------------------------*/
.hilite {
	font-family: blissBold, openSansBold, sans-serif;
	color: inherit;
	padding: 0;
}

mark {
	background-color: transparent
}

.resultado-busqueda .entry-meta {
	display: none;
}

.resultado-busqueda p {
	margin: 0;
}

.resultado-busqueda article {
	padding: 25px 0;
	border-bottom: 1px solid #e7e8e9;
}

.resultado-busqueda .grey-banner {
	padding: 30px 30px 60px 30px;
	height: 265px;
}

.resultado-busqueda .form-control {
	height: 40px;
	padding-left: 15px;
	background-color: white;
}

.resultado-busqueda .page-header {
	border: 0;
}

.resultado-busqueda h1 {
	margin-bottom: 40px;
}

.resultado-busqueda h2 {
	margin-bottom: 5px;
	margin-top: 0;
}

.resultado-busqueda .entry-title {
	display: block;
}

.resultado-busqueda .entry-summary{
	margin-top: 0;
}

.search-btn-showmore {
	margin-top: 40px;
}


/*------------------------------------------------
## Consejos Autopistas
------------------------------------------------*/

#select-tips-list-type {
	background: url(img/icons/flecha-abajo.png) 100% /10px no-repeat #f5f5f5;
	width: 89px;
}

@media(min-width: 768px) {
	.simple-cards.featured-tip .tarjeta:first-child {
		padding-right: 0;
	}
	.simple-cards.featured-tip .tarjeta:last-child {
		padding-left: 0;
	}

	.simple-cards.featured-tip .tarjeta.double:last-child {
		padding-left: 8px;
	}

	.simple-cards.featured-tip .tarjeta.double:first-child {
		padding-right: 8px;
	}
}

.tips-container .contenido-tarjeta {
	height: 325px;
}

.tips-container .btn {
	padding: 6px 13px;
	font-size: 15px;
}

.tips-container .btn img {
	padding-left: 65px;
}

.tips-container .titulo {
	font-size: 23px;
}

.simple-cards.featured-tip .tarjeta .contenido-tarjeta {
	border: 0;
}



/*------------------------------------------------
## Precios y peajes
------------------------------------------------*/

.prices-container {
	margin-bottom: 20px;
}

.prices-container .simple-cards h3 {
	margin-bottom: 0;
}

.prices-container .simple-cards .botones {
	bottom: 0;
}

.prices-container .simple-cards .contenido-tarjeta {
	padding: 30px 30px 0 30px;
}

.prices-container .simple-cards .contenido-tarjeta .tramo-image{
	position: relative;
	margin-left: -30px;
	margin-right: -30px;
}

.prices-container .simple-cards .contenido-tarjeta .tramo-image .section-map {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px){
	.prices-container .simple-cards .contenido-tarjeta .tramo-image {
		height: 257px;
	}
	.prices-container .simple-cards .contenido-tarjeta .tramo-image .section-map {
		max-height: 257px;
	}
	.prices-container .simple-cards .contenido-tarjeta {
		height: 500px;
	}
}

@media (max-width: 767px){
	.prices-container .simple-cards .contenido-tarjeta .botones {
		position: static;
	}
}

.prices-container .simple-cards .contenido-tarjeta .botones .btn-download div:last-child img {
	margin-left: 35px;
}

.prices-container .simple-cards .contenido-tarjeta .botones {
	margin-top: 30px;
	margin-bottom: 30px;
}

.prices-container .simple-cards .contenido-tarjeta .texto-tarjeta {
	/*padding-bottom: 30px;*/
	height: 107px;
}

#section-modal .modal-dialog .modal-content .modal-header {
	padding-bottom: 10px;
}

#section-modal .modal-dialog .modal-content .modal-image {
	margin-top: 30px;
	margin-bottom: 40px;
}

.autopistas-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #9ca4aa;
	cursor: pointer;
}

.prices-container .simple-cards .contenido-tarjeta .tramo-image:hover .autopistas-overlay {
	opacity: 0.8;
}

.autopistas-overlay .overlay-icon {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	-ms-transform: translate(-50%, -50%);
}


/*------------------------------------------------
## Noticias relacionadas
------------------------------------------------*/

.rp4wp_component {
	float: none !important;
}

.related-news .rp4wp_component {
	padding-bottom: 0 !important;
}

.related-news .rp4wp-related-posts {
	overflow: inherit !important;
}

.related-news .rp4wp-related-posts .contenido-tarjeta,
.last-news-container .contenido-tarjeta {
	min-height: 325px;
	padding: 0;
}

.related-news .rp4wp-related-posts .contenido-tarjeta .card-wrapper,
.last-news-container .contenido-tarjeta .card-wrapper {
	min-height: 325px;
}

.related-news .btn, .last-news-container .btn {
	padding: 6px 13px;
}

.related-news .btn img, .last-news-container .btn img {
	padding-left: 65px;
}

.related-news .rp4wp-related-posts .contenido-tarjeta .card-wrapper .botones,
.last-news-container .contenido-tarjeta  .card-wrapper .botones {
	left: 27px;
	bottom: 25px;
}

.related-news .rp4wp-related-posts .bottom-text, .last-news-container .contenido-tarjeta .bottom-text {
	bottom: 70px;
}

.related-news {
	margin-top: 70px;
	clear: both;
}

.last-news-container .contenido-tarjeta .texto-tarjeta h4, .related-news .contenido-tarjeta .texto-tarjeta h4 {
	margin-bottom: 5px;
	margin-top: 0;
}


/* Efecto Overlay */
/*.last-news-container .contenido-tarjeta:hover .card-wrapper,*/
/*.related-news .contenido-tarjeta:hover .card-wrapper {*/
/*background-color: rgba(0,0,0,0.50);*/
/*}*/

/*@media(max-width: 767px){*/
/*.last-news-container .contenido-tarjeta .texto-tarjeta.no-image,*/
/*.related-news .contenido-tarjeta .texto-tarjeta.no-image {*/
/*background-color: rgba(0,0,0,0.50);*/
/*}*/
/*}*/


.last-news-container .contenido-tarjeta .texto-tarjeta,
.related-news .contenido-tarjeta .texto-tarjeta {
	padding: 33px 27px 70px 27px;
	/*bottom: 0;*/
	width: 100%;
}

.related-news .carousel,
.last-news-container .carousel {
	touch-action: none;
}

.related-news .carousel-indicators,
.last-news-container .carousel-indicators {
	margin-top: 20px;
	margin-bottom: 0;
	position: static;
	z-index: 15;
	width: 100%;
	padding-left: 20px;
	margin-left: 0;
	text-align: center;
	list-style: none;
}

.related-news .carousel-indicators li,
.last-news-container .carousel-indicators li {
	background-color: rgba(245, 130, 32, 0.85);
	margin: 3px;
}

/*------------------------------------------------
## Login
------------------------------------------------*/

body.login {
	background-color: white;
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 15px;
	color: #5d6770;
	text-align: center;
}

.autopistas-login {
	margin-top: 25px;
}

.autopistas-login .form-footer {
	margin-top: 20px;
}

.autopistas-login form {
	margin-top: 30px;
	margin-bottom: 0;
}


/*------------------------------------------------
## Recuperar contraseña
------------------------------------------------*/

#autopistas-pass-recovery form {
	margin-top: 0;
}

#autopistas-pass-recovery .form-footer {
	margin-top: 15px;
}

#autopistas-pass-recovery .botones {
	margin-top: 30px;
}

#autopistas-pass-recovery .botones .btn {
	width: 175px;
}

#autopistas-pass-recovery .contenedor-secundario {
	padding: 0;
	text-align: left;
}

#autopistas-pass-recovery .contenedor-secundario .subcontenedor-2{
	padding: 0;
}

.registro.cuadro-login .boton4 {
	padding: 5px;
}

#pass-recovery-msg {
	margin: 10px 0 15px 0;
}

#cancel-account-msg {
	margin: 25px 0 0 0
}

.pass-recovery-info {
	text-align: left;
	margin-bottom: 15px;
}

#autopistas-cancel-account .btn {
	margin-top: 35px;
}

/*------------------------------------------------
## Canales RSS
------------------------------------------------*/
.canales-rss .rss-icons li {
	display:  inline;

}

.canales-rss .rss-icons li a {
	padding: 5px 10px;
	border-right: solid 1px #e5e5e5;
}

.canales-rss .rss-icons li:first-child a {
	border-left: solid 1px #e5e5e5;
}

.canales-rss .rss-icons ul {
	list-style-type: none;
}

.canales-rss .rss-icons {
	text-align: right;
}

.canales-rss .instrucciones-rss li {
	color: #f58220;
}


/*------------------------------------------------
## Social Hub
------------------------------------------------*/

.ff-loader > .ff-square {
	display: none;
}

.social-hub #ff-stream-1 .ff-rss .ff-icon:before {
	border-color: transparent #f58220 transparent transparent !important;
}


/*------------------------------------------------
## Miga de pan
------------------------------------------------*/

.migadepan {
	font-family: blissRegular, openSansRegular, sans-serif;
	font-size: 13px;
	color: #5d6770;
	padding: 0;
}

.migadepan span {
	font-size: 10px;
}

.migadepan li {
	display: inline-block;
	list-style: none;
}

.migadepan .separator {
	margin-left: 5px;
	margin-right: 5px;
}

.migadepan .item-current > strong {
	font-weight: normal;
}










/********************************************************************************************************/
/* TABLAS DESCUENTOS ************************************************************************************/
/********************************************************************************************************/

.vc_tta-tab::after {
    content: none !important;
}

.vc_tta-icon {
    color: #f58220;
}
.fa-file-text-o:before {
    vertical-align: text-bottom;
    content: url(../../uploads/2017/07/ico_7.png) !important;
}
.fa-percent:before {
    vertical-align: text-bottom;
    content: url(../../uploads/2017/07/ico_5.png) !important;
}
.vc-oi-steering-wheel:before {
    vertical-align: text-bottom;
    content: url(../../uploads/2017/07/ico_2.png) !important;
}
.fa-puzzle-piece:before {
    vertical-align: text-bottom;
    content: url(../../uploads/2017/07/ico_8.png) !important;
}
.vc-material-timer:before {
    vertical-align: text-bottom;
    content: url(../../uploads/2017/07/ico_9.png) !important;
}


/********************************************************************************************************/
/* TABLAS ESPECIFICOS ***********************************************************************************/
/********************************************************************************************************/



/*****************************************************************/
/* Ten en cuenta*/
/*****************************************************************/
.tablepress-id-1 tfoot th, .tablepress-id-1 thead th, .tablepress-id-1ca tfoot th, .tablepress-id-1ca thead th,
.tablepress-id-50 tfoot th, .tablepress-id-50 thead th, .tablepress-id-50ca tfoot th, .tablepress-id-50ca thead th,
.tablepress-id-51 tfoot th, .tablepress-id-51 thead th, .tablepress-id-51ca tfoot th, .tablepress-id-51ca thead th 
{
    background-color: #f58220 !important;
	color: #ffffff !important;
}
.dataTables_scrollHeadInner {
	width: 100% !important;
}

.dataTables_scroll .tablepress-id-1 th.column-1, 
.dataTables_scroll .tablepress-id-1ca th.column-1,
.dataTables_scroll .tablepress-id-1 th.column-2, 
.dataTables_scroll .tablepress-id-1ca th.column-2,
.dataTables_scroll .tablepress-id-1 th.column-3, 
.dataTables_scroll .tablepress-id-1ca th.column-3,
.dataTables_scroll .tablepress-id-1 th.column-4, 
.dataTables_scroll .tablepress-id-1ca th.column-4 { width:25% !important;}
.tablepress-id-50 .row-2 .column-3, .tablepress-id-50ca .row-2 .column-3,
.tablepress-id-50 .row-3 .column-3, .tablepress-id-50ca .row-3 .column-3 { background-color: #FBCCA5; }
.tablepress-id-50 .row-2 .column-8, .tablepress-id-50ca .row-2 .column-8, 
.tablepress-id-50 .row-3 .column-7, .tablepress-id-50ca .row-3 .column-7 { background-color: #F9B379; }
.tablepress-id-50 .row-4 .column-3, .tablepress-id-50ca .row-4 .column-3 { background-color:#FDE5D2; }
.tablepress-id-51 .row-2 .column-3, .tablepress-id-51ca .row-2 .column-3,
.tablepress-id-51 .row-3 .column-3, .tablepress-id-51ca .row-3 .column-3 { background-color: #F9B379; }
.tablepress-id-51 .row-4 .column-3, .tablepress-id-51ca .row-4 .column-3 { background-color:#FDE5D2; }


/*****************************************************************/
/* Principal*/
/*****************************************************************/

.tablepress-id-3,.tablepress-id-3ca,
.tablepress-id-6,.tablepress-id-6ca,
.tablepress-id-8,.tablepress-id-8ca,
.tablepress-id-9,.tablepress-id-9ca,
.tablepress-id-10,.tablepress-id-10ca, 
.tablepress-id-11,.tablepress-id-11ca,
.tablepress-id-12,.tablepress-id-12ca,
.tablepress-id-13,.tablepress-id-13ca,
.tablepress-id-14,.tablepress-id-14ca,
.tablepress-id-15,.tablepress-id-15ca,
.tablepress-id-16,.tablepress-id-16ca,
.tablepress-id-17,.tablepress-id-17ca,
.tablepress-id-18,.tablepress-id-18ca,
.tablepress-id-19,.tablepress-id-19ca, 
.tablepress-id-35,.tablepress-id-35ca,
.tablepress-id-42,.tablepress-id-42ca,
.tablepress-id-44,.tablepress-id-44ca,
.tablepress-id-48,.tablepress-id-48ca,
.tablepress-id-54,.tablepress-id-54ca,
.tablepress-id-55,.tablepress-id-55ca,
.tablepress-id-60,.tablepress-id-60ca,
.tablepress-id-61,.tablepress-id-61ca,
.tablepress-id-62,.tablepress-id-62ca,.tablepress-id-64,.tablepress-id-64ca,
.tablepress-id-75,.tablepress-id-75ca,
.tablepress-id-77,.tablepress-id-77ca,
.tablepress-id-79,.tablepress-id-79ca,
.tablepress-id-81,.tablepress-id-81ca,
.tablepress-id-83,.tablepress-id-83ca,
.tablepress-id-85,.tablepress-id-85ca,
.tablepress-id-87,.tablepress-id-87ca,
.tablepress-id-89,.tablepress-id-89ca,
.tablepress-id-91,.tablepress-id-91ca,
.tablepress-id-93,.tablepress-id-93ca,
.tablepress-id-95,.tablepress-id-95ca,
.tablepress-id-97,.tablepress-id-97ca,
.tablepress-id-99,.tablepress-id-99ca,
.tablepress-id-101,.tablepress-id-101ca,
.tablepress-id-103,.tablepress-id-103ca,
.tablepress-id-105,.tablepress-id-105ca,
.tablepress-id-109,.tablepress-id-109ca,
.tablepress-id-111,.tablepress-id-111ca,
.tablepress-id-113,.tablepress-id-113ca
{
    width: 80% !important;
    margin: 0 auto 1em;
	/*border: solid 1px red !important;*/
}
.tablepress-id-3 thead th,.tablepress-id-3 tfoot th,.tablepress-id-3ca thead th,.tablepress-id-3ca tfoot th,
.tablepress-id-6 thead th,.tablepress-id-6 tfoot th,.tablepress-id-6ca thead th,.tablepress-id-6ca tfoot th,
.tablepress-id-8 thead th,.tablepress-id-8 tfoot th,.tablepress-id-8ca thead th,.tablepress-id-8ca tfoot th,
.tablepress-id-9 thead th,.tablepress-id-9 tfoot th,.tablepress-id-9ca thead th, .tablepress-id-9ca tfoot th,
.tablepress-id-10 thead th,.tablepress-id-10 tfoot th,.tablepress-id-10ca thead th,.tablepress-id-10ca tfoot th,
.tablepress-id-11 thead th,.tablepress-id-11 tfoot th,.tablepress-id-11ca thead th,.tablepress-id-11ca tfoot th,
.tablepress-id-12 thead th,.tablepress-id-12 tfoot th,.tablepress-id-12ca thead th,.tablepress-id-12ca tfoot th, 
.tablepress-id-13 thead th,.tablepress-id-13 tfoot th,.tablepress-id-13ca thead th,.tablepress-id-13ca tfoot th,
.tablepress-id-14 thead th,.tablepress-id-14 tfoot th,.tablepress-id-14ca thead th,.tablepress-id-14ca tfoot th,
.tablepress-id-15 thead th,.tablepress-id-15 tfoot th,.tablepress-id-15ca thead th,.tablepress-id-15ca tfoot th, 
.tablepress-id-16 thead th,.tablepress-id-16 tfoot th,.tablepress-id-16ca thead th,.tablepress-id-16ca tfoot th,
.tablepress-id-17 thead th,.tablepress-id-17 tfoot th,.tablepress-id-17ca thead th,.tablepress-id-17ca tfoot th,
.tablepress-id-18 thead th,.tablepress-id-18 tfoot th,.tablepress-id-18ca thead th,.tablepress-id-18ca tfoot th,
.tablepress-id-19 thead th,.tablepress-id-19 tfoot th,.tablepress-id-19ca thead th,.tablepress-id-19ca tfoot th,
.tablepress-id-35 thead th,.tablepress-id-35 tfoot th,.tablepress-id-35ca thead th,.tablepress-id-35ca tfoot th,
.tablepress-id-42 thead th,.tablepress-id-42 tfoot th,.tablepress-id-42ca thead th,.tablepress-id-42ca tfoot th,
.tablepress-id-44 thead th,.tablepress-id-44 tfoot th,.tablepress-id-44ca thead th,.tablepress-id-44ca tfoot th,
.tablepress-id-48 thead th,.tablepress-id-48 tfoot th,.tablepress-id-48ca thead th,.tablepress-id-48ca tfoot th,
.tablepress-id-54 thead th,.tablepress-id-54 tfoot th,.tablepress-id-54ca thead th,.tablepress-id-54ca tfoot th,
.tablepress-id-55 thead th,.tablepress-id-55 tfoot th,.tablepress-id-55ca thead th,.tablepress-id-55ca tfoot th,
.tablepress-id-60 thead th,.tablepress-id-60 tfoot th,.tablepress-id-60ca thead th,.tablepress-id-60ca tfoot th,
.tablepress-id-61 thead th,.tablepress-id-61 tfoot th,.tablepress-id-61ca thead th,.tablepress-id-61ca tfoot th,
.tablepress-id-62 thead th,.tablepress-id-62 tfoot th,.tablepress-id-62ca thead th,.tablepress-id-62ca tfoot th,
.tablepress-id-64 thead th,.tablepress-id-64 tfoot th,.tablepress-id-64ca thead th,.tablepress-id-64ca tfoot th,
.tablepress-id-75 thead th,.tablepress-id-75 tfoot th,.tablepress-id-75ca thead th,.tablepress-id-75ca tfoot th,
.tablepress-id-77 thead th,.tablepress-id-77 tfoot th,.tablepress-id-77ca thead th,.tablepress-id-77ca tfoot th,
.tablepress-id-79 thead th,.tablepress-id-79 tfoot th,.tablepress-id-79ca thead th,.tablepress-id-79ca tfoot th,
.tablepress-id-81 thead th,.tablepress-id-81 tfoot th,.tablepress-id-81ca thead th,.tablepress-id-81ca tfoot th,
.tablepress-id-83 thead th,.tablepress-id-83 tfoot th,.tablepress-id-83ca thead th,.tablepress-id-83ca tfoot th,
.tablepress-id-85 thead th,.tablepress-id-85 tfoot th,.tablepress-id-85ca thead th,.tablepress-id-85ca tfoot th,
.tablepress-id-87 thead th,.tablepress-id-87 tfoot th,.tablepress-id-87ca thead th,.tablepress-id-87ca tfoot th,
.tablepress-id-89 thead th,.tablepress-id-89 tfoot th,.tablepress-id-89ca thead th,.tablepress-id-89ca tfoot th,
.tablepress-id-91 thead th,.tablepress-id-91 tfoot th,.tablepress-id-91ca thead th,.tablepress-id-91ca tfoot th,
.tablepress-id-93 thead th,.tablepress-id-93 tfoot th,.tablepress-id-93ca thead th,.tablepress-id-93ca tfoot th,
.tablepress-id-95 thead th,.tablepress-id-95 tfoot th,.tablepress-id-95ca thead th,.tablepress-id-95ca tfoot th,
.tablepress-id-97 thead th,.tablepress-id-97 tfoot th,.tablepress-id-97ca thead th,.tablepress-id-97ca tfoot th,
.tablepress-id-99 thead th,.tablepress-id-99 tfoot th,.tablepress-id-99ca thead th,.tablepress-id-99ca tfoot th,
.tablepress-id-101 thead th,.tablepress-id-101 tfoot th,.tablepress-id-101ca thead th,.tablepress-id-101ca tfoot th,
.tablepress-id-103 thead th,.tablepress-id-103 tfoot th,.tablepress-id-103ca thead th,.tablepress-id-103ca tfoot th,
.tablepress-id-105 thead th,.tablepress-id-105 tfoot th,.tablepress-id-105ca thead th,.tablepress-id-105ca tfoot th,
.tablepress-id-107 thead th,.tablepress-id-107 tfoot th,.tablepress-id-107ca thead th,.tablepress-id-107ca tfoot th,
.tablepress-id-109 thead th,.tablepress-id-109 tfoot th,.tablepress-id-109ca thead th,.tablepress-id-109ca tfoot th,
.tablepress-id-111 thead th,.tablepress-id-111 tfoot th,.tablepress-id-111ca thead th,.tablepress-id-111ca tfoot th,
.tablepress-id-113 thead th,.tablepress-id-113 tfoot th,.tablepress-id-113ca thead th,.tablepress-id-113ca tfoot th
{
    border: 2px dotted #c0c0c0 !important;
	background-color: transparent !important;
	text-align: center !important;
}
.tablepress-id-3 img,.tablepress-id-3ca img,
.tablepress-id-6 img,.tablepress-id-6ca img,
.tablepress-id-8 img,.tablepress-id-8ca img,
.tablepress-id-9 img,.tablepress-id-9ca img,
.tablepress-id-10 img,.tablepress-id-10ca img,
.tablepress-id-11 img,.tablepress-id-11ca img,
.tablepress-id-12 img,.tablepress-id-12ca img,
.tablepress-id-13 img,.tablepress-id-13ca img,
.tablepress-id-14 img,.tablepress-id-14ca img,
.tablepress-id-15 img,.tablepress-id-15ca img,
.tablepress-id-16 img,.tablepress-id-16ca img,
.tablepress-id-17 img,.tablepress-id-17ca img,
.tablepress-id-18 img,.tablepress-id-18ca img,
.tablepress-id-19 img,.tablepress-id-19ca img,
.tablepress-id-35 img,.tablepress-id-35ca img,
.tablepress-id-42 img,.tablepress-id-42ca img,
.tablepress-id-44 img,.tablepress-id-44ca img,
.tablepress-id-48 img,.tablepress-id-48ca img,
.tablepress-id-54 img,.tablepress-id-54ca img,
.tablepress-id-55 img,.tablepress-id-55ca img,
.tablepress-id-60 img,.tablepress-id-60ca img,
.tablepress-id-61 img,.tablepress-id-61ca img,
.tablepress-id-62 img,.tablepress-id-62ca img,
.tablepress-id-64 img,.tablepress-id-64ca img,
.tablepress-id-75 img,.tablepress-id-75ca img,
.tablepress-id-77 img,.tablepress-id-77ca img,
.tablepress-id-79 img,.tablepress-id-79ca img,
.tablepress-id-81 img,.tablepress-id-81ca img,
.tablepress-id-83 img,.tablepress-id-83ca img,
.tablepress-id-85 img,.tablepress-id-85ca img,
.tablepress-id-87 img,.tablepress-id-87ca img,
.tablepress-id-89 img,.tablepress-id-89ca img,
.tablepress-id-91 img,.tablepress-id-91ca img,
.tablepress-id-93 img,.tablepress-id-93ca img,
.tablepress-id-95 img,.tablepress-id-95ca img,
.tablepress-id-97 img,.tablepress-id-97ca img,
.tablepress-id-99 img,.tablepress-id-99ca img,
.tablepress-id-101 img,.tablepress-id-101ca img,
.tablepress-id-103 img,.tablepress-id-103ca img,
.tablepress-id-105 img,.tablepress-id-105ca img,
.tablepress-id-107 img,.tablepress-id-107ca img,
.tablepress-id-109 img,.tablepress-id-109ca img,
.tablepress-id-111 img,.tablepress-id-111ca img,
.tablepress-id-113 img,.tablepress-id-113ca img
{
    margin: 0 auto !important;
}
.tablepress-id-3 tbody td,.tablepress-id-3ca tbody td,
.tablepress-id-6 tbody td,.tablepress-id-6ca tbody td,
.tablepress-id-8 tbody td,.tablepress-id-8ca tbody td,
.tablepress-id-9 tbody td,.tablepress-id-9ca tbody td,
.tablepress-id-10 tbody td,.tablepress-id-10ca tbody td,
.tablepress-id-11 tbody td,.tablepress-id-11ca tbody td,
.tablepress-id-12 tbody td,.tablepress-id-12ca tbody td,
.tablepress-id-13 tbody td,.tablepress-id-13ca tbody td,
.tablepress-id-14 tbody td,.tablepress-id-14ca tbody td,
.tablepress-id-15 tbody td,.tablepress-id-15ca tbody td,
.tablepress-id-16 tbody td,.tablepress-id-16ca tbody td,
.tablepress-id-17 tbody td,.tablepress-id-17ca tbody td,
.tablepress-id-18 tbody td,.tablepress-id-18ca tbody td,
.tablepress-id-19 tbody td,.tablepress-id-19ca tbody td,
.tablepress-id-35 tbody td,.tablepress-id-35ca tbody td,
.tablepress-id-42 tbody td,.tablepress-id-42ca tbody td,
.tablepress-id-44 tbody td,.tablepress-id-44ca tbody td,
.tablepress-id-48 tbody td,.tablepress-id-48ca tbody td,
.tablepress-id-54 tbody td,.tablepress-id-54ca tbody td,
.tablepress-id-55 tbody td,.tablepress-id-55ca tbody td,
.tablepress-id-60 tbody td,.tablepress-id-60ca tbody td,
.tablepress-id-61 tbody td,.tablepress-id-61ca tbody td,
.tablepress-id-62 tbody td,.tablepress-id-62ca tbody td,
.tablepress-id-64 tbody td,.tablepress-id-64ca tbody td,
.tablepress-id-75 tbody td,.tablepress-id-75ca tbody td,
.tablepress-id-77 tbody td,.tablepress-id-77ca tbody td,
.tablepress-id-79 tbody td,.tablepress-id-79ca tbody td,
.tablepress-id-81 tbody td,.tablepress-id-81ca tbody td,
.tablepress-id-83 tbody td,.tablepress-id-83ca tbody td,
.tablepress-id-85 tbody td,.tablepress-id-85ca tbody td,
.tablepress-id-87 tbody td,.tablepress-id-87ca tbody td,
.tablepress-id-89 tbody td,.tablepress-id-89ca tbody td,
.tablepress-id-91 tbody td,.tablepress-id-91ca tbody td,
.tablepress-id-93 tbody td,.tablepress-id-93ca tbody td,
.tablepress-id-95 tbody td,.tablepress-id-95ca tbody td,
.tablepress-id-97 tbody td,.tablepress-id-97ca tbody td,
.tablepress-id-99 tbody td,.tablepress-id-99ca tbody td,
.tablepress-id-101 tbody td,.tablepress-id-101ca tbody td,
.tablepress-id-103 tbody td,.tablepress-id-103ca tbody td,
.tablepress-id-105 tbody td,.tablepress-id-105ca tbody td,
.tablepress-id-107 tbody td,.tablepress-id-107ca tbody td,
.tablepress-id-109 tbody td,.tablepress-id-109ca tbody td,
.tablepress-id-111 tbody td,.tablepress-id-111ca tbody td,
.tablepress-id-113 tbody td,.tablepress-id-113ca tbody td
{
    border: 2px dotted #c0c0c0 !important;
	vertical-align: middle !important;	
}

.tablepress-id-3 .column-1,.tablepress-id-3ca .column-1,
.tablepress-id-6 .column-1,.tablepress-id-6ca .column-1,
.tablepress-id-8 .column-1,.tablepress-id-8ca .column-1,
.tablepress-id-9 .column-1,.tablepress-id-9ca .column-1,
.tablepress-id-10 .column-1,.tablepress-id-10ca .column-1,
.tablepress-id-11 .column-1,.tablepress-id-11ca .column-1,
.tablepress-id-12 .column-1,.tablepress-id-12ca .column-1,
.tablepress-id-13 .column-1,.tablepress-id-13ca .column-1,
.tablepress-id-14 .column-1,.tablepress-id-14ca .column-1, 
.tablepress-id-15 .column-1,.tablepress-id-15ca .column-1,
.tablepress-id-16 .column-1,.tablepress-id-16ca .column-1,
.tablepress-id-17 .column-1,.tablepress-id-17ca .column-1,
.tablepress-id-18 .column-1,.tablepress-id-18ca .column-1,
.tablepress-id-19 .column-1,.tablepress-id-19ca .column-1,
.tablepress-id-35 .column-1,.tablepress-id-35ca .column-1,
.tablepress-id-42 .column-1,.tablepress-id-42ca .column-1,
.tablepress-id-44 .column-1,.tablepress-id-44ca .column-1,
.tablepress-id-48 .column-1,.tablepress-id-48ca .column-1,
.tablepress-id-54 .column-1,.tablepress-id-54ca .column-1,
.tablepress-id-55 .column-1,.tablepress-id-55ca .column-1,
.tablepress-id-60 .column-1,.tablepress-id-60ca .column-1,
.tablepress-id-61 .column-1,.tablepress-id-61ca .column-1,
.tablepress-id-62 .column-1,.tablepress-id-62ca .column-1,
.tablepress-id-64 .column-1,.tablepress-id-64ca .column-1,
.tablepress-id-75 .column-1,.tablepress-id-75ca .column-1,
.tablepress-id-77 .column-1,.tablepress-id-77ca .column-1,
.tablepress-id-79 .column-1,.tablepress-id-79ca .column-1,
.tablepress-id-81 .column-1,.tablepress-id-81ca .column-1,
.tablepress-id-83 .column-1,.tablepress-id-83ca .column-1,
.tablepress-id-85 .column-1,.tablepress-id-85ca .column-1,
.tablepress-id-87 .column-1,.tablepress-id-87ca .column-1,
.tablepress-id-89 .column-1,.tablepress-id-89ca .column-1,
.tablepress-id-91 .column-1,.tablepress-id-91ca .column-1,
.tablepress-id-93 .column-1,.tablepress-id-93ca .column-1,
.tablepress-id-95 .column-1,.tablepress-id-95ca .column-1,
.tablepress-id-97 .column-1,.tablepress-id-97ca .column-1,
.tablepress-id-99 .column-1,.tablepress-id-99ca .column-1,
.tablepress-id-101 .column-1,.tablepress-id-101ca .column-1,
.tablepress-id-103 .column-1,.tablepress-id-103ca .column-1,
.tablepress-id-105 .column-1,.tablepress-id-105ca .column-1,
.tablepress-id-109 .column-1,.tablepress-id-109ca .column-1,
.tablepress-id-111 .column-1,.tablepress-id-111ca .column-1,
.tablepress-id-113 .column-1,.tablepress-id-113ca .column-1
{
	width: 320px !important;	
}

.tablepress-id-3 .column-2,.tablepress-id-3ca .column-2,
.tablepress-id-6 .column-2,.tablepress-id-6ca .column-2,
.tablepress-id-8 .column-2,.tablepress-id-8ca .column-2,
.tablepress-id-9 .column-2,.tablepress-id-9ca .column-2,
.tablepress-id-10 .column-2,.tablepress-id-10ca .column-2,
.tablepress-id-11 .column-2,.tablepress-id-11ca .column-2,
.tablepress-id-12 .column-2,.tablepress-id-12ca .column-2,
.tablepress-id-13 .column-2,.tablepress-id-13ca .column-2,
.tablepress-id-14 .column-2,.tablepress-id-14ca .column-2,
.tablepress-id-15 .column-2,.tablepress-id-15ca .column-2,
.tablepress-id-16 .column-2,.tablepress-id-16ca .column-2,
.tablepress-id-17 .column-2,.tablepress-id-17ca .column-2,
.tablepress-id-18 .column-2,.tablepress-id-18ca .column-2,
.tablepress-id-19 .column-2,.tablepress-id-19ca .column-2,
.tablepress-id-35 .column-2,.tablepress-id-35ca .column-2,
.tablepress-id-42 .column-2,.tablepress-id-42ca .column-2,
.tablepress-id-44 .column-2,.tablepress-id-44ca .column-2,
.tablepress-id-48 .column-2,.tablepress-id-48ca .column-2,
.tablepress-id-54 .column-2,.tablepress-id-54ca .column-2,
.tablepress-id-55 .column-2,.tablepress-id-55ca .column-2,
.tablepress-id-60 .column-2,.tablepress-id-60ca .column-2,
.tablepress-id-61 .column-2,.tablepress-id-61ca .column-2,
.tablepress-id-62 .column-2,.tablepress-id-62ca .column-2,
.tablepress-id-64 .column-2,.tablepress-id-64ca .column-2,
.tablepress-id-75 .column-2,.tablepress-id-75ca .column-2,
.tablepress-id-77 .column-2,.tablepress-id-77ca .column-2,
.tablepress-id-79 .column-2,.tablepress-id-79ca .column-2,
.tablepress-id-81 .column-2,.tablepress-id-81ca .column-2,
.tablepress-id-83 .column-2,.tablepress-id-83ca .column-2,
.tablepress-id-85 .column-2,.tablepress-id-85ca .column-2,
.tablepress-id-87 .column-2,.tablepress-id-87ca .column-2,
.tablepress-id-89 .column-2,.tablepress-id-89ca .column-2,
.tablepress-id-91 .column-2,.tablepress-id-91ca .column-2,
.tablepress-id-93 .column-2,.tablepress-id-93ca .column-2,
.tablepress-id-95 .column-2,.tablepress-id-95ca .column-2,
.tablepress-id-97 .column-2,.tablepress-id-97ca .column-2,
.tablepress-id-99 .column-2,.tablepress-id-99ca .column-2,
.tablepress-id-101 .column-2,.tablepress-id-101ca .column-2,
.tablepress-id-103 .column-2,.tablepress-id-103ca .column-2,
.tablepress-id-105 .column-2,.tablepress-id-105ca .column-2,
.tablepress-id-109 .column-2,.tablepress-id-109ca .column-2,
.tablepress-id-111 .column-2,.tablepress-id-111ca .column-2,
.tablepress-id-113 .column-2,.tablepress-id-113ca .column-2
{
	width: 91px !important;	
}

.tablepress-id-3 .column-3,.tablepress-id-3ca .column-3,
.tablepress-id-6 .column-3,.tablepress-id-6ca .column-3,
.tablepress-id-8 .column-3,.tablepress-id-8ca .column-3,
.tablepress-id-9 .column-3,.tablepress-id-9ca .column-3,
.tablepress-id-10 .column-3,.tablepress-id-10ca .column-3,
.tablepress-id-11 .column-3,.tablepress-id-11ca .column-3,
.tablepress-id-12 .column-3,.tablepress-id-12ca .column-3,
.tablepress-id-13 .column-3,.tablepress-id-13ca .column-3,
.tablepress-id-14 .column-3,.tablepress-id-14ca .column-3,
.tablepress-id-15 .column-3,.tablepress-id-15ca .column-3,
.tablepress-id-16 .column-3,.tablepress-id-16ca .column-3,
.tablepress-id-17 .column-3,.tablepress-id-17ca .column-3,
.tablepress-id-18 .column-3,.tablepress-id-18ca .column-3,
.tablepress-id-19 .column-3,.tablepress-id-19ca .column-3,
.tablepress-id-35 .column-3,.tablepress-id-35ca .column-3,
.tablepress-id-42 .column-3,.tablepress-id-42ca .column-3,
.tablepress-id-44 .column-3,.tablepress-id-44ca .column-3,
.tablepress-id-48 .column-3,.tablepress-id-48ca .column-3,
.tablepress-id-54 .column-3,.tablepress-id-54ca .column-3,
.tablepress-id-55 .column-3,.tablepress-id-55ca .column-3,
.tablepress-id-60 .column-3,.tablepress-id-60ca .column-3,
.tablepress-id-61 .column-3,.tablepress-id-61ca .column-3,
.tablepress-id-62 .column-3,.tablepress-id-62ca .column-3,
.tablepress-id-64 .column-3,.tablepress-id-64ca .column-3,
.tablepress-id-75 .column-3,.tablepress-id-75ca .column-3,
.tablepress-id-77 .column-3,.tablepress-id-77ca .column-3,
.tablepress-id-79 .column-3,.tablepress-id-79ca .column-3,
.tablepress-id-81 .column-3,.tablepress-id-81ca .column-3,
.tablepress-id-83 .column-3,.tablepress-id-83ca .column-3,
.tablepress-id-85 .column-3,.tablepress-id-85ca .column-3,
.tablepress-id-87 .column-3,.tablepress-id-87ca .column-3,
.tablepress-id-89 .column-3,.tablepress-id-89ca .column-3,
.tablepress-id-91 .column-3,.tablepress-id-91ca .column-3,
.tablepress-id-93 .column-3,.tablepress-id-93ca .column-3,
.tablepress-id-95 .column-3,.tablepress-id-95ca .column-3,
.tablepress-id-97 .column-3,.tablepress-id-97ca .column-3,
.tablepress-id-99 .column-3,.tablepress-id-99ca .column-3,
.tablepress-id-101 .column-3,.tablepress-id-101ca .column-3,
.tablepress-id-103 .column-3,.tablepress-id-103ca .column-3,
.tablepress-id-105 .column-3,.tablepress-id-105ca .column-3,
.tablepress-id-109 .column-3,.tablepress-id-109ca .column-3,
.tablepress-id-111 .column-3,.tablepress-id-111ca .column-3,
.tablepress-id-113 .column-3,.tablepress-id-113ca .column-3
{
	width: 135px !important;
}

.tablepress-id-3 .column-4,.tablepress-id-3ca .column-4,
.tablepress-id-6 .column-4,.tablepress-id-6ca .column-4,
.tablepress-id-8 .column-4,.tablepress-id-8ca .column-4,
.tablepress-id-9 .column-4,.tablepress-id-9ca .column-4,
.tablepress-id-10 .column-4,.tablepress-id-10ca .column-4,
.tablepress-id-11 .column-4,.tablepress-id-11ca .column-4,
.tablepress-id-12 .column-4,.tablepress-id-12ca .column-4,
.tablepress-id-13 .column-4,.tablepress-id-13ca .column-4,
.tablepress-id-14 .column-4,.tablepress-id-14ca .column-4,
.tablepress-id-15 .column-4,.tablepress-id-15ca .column-4,
.tablepress-id-16 .column-4,.tablepress-id-16ca .column-4,
.tablepress-id-17 .column-4,.tablepress-id-17ca .column-4,
.tablepress-id-18 .column-4,.tablepress-id-18ca .column-4,
.tablepress-id-19 .column-4,.tablepress-id-19ca .column-4,
.tablepress-id-35 .column-4,.tablepress-id-35ca .column-4,
.tablepress-id-42 .column-4,.tablepress-id-42ca .column-4,
.tablepress-id-44 .column-4,.tablepress-id-44ca .column-4,
.tablepress-id-48 .column-4,.tablepress-id-48ca .column-4,
.tablepress-id-54 .column-4,.tablepress-id-54ca .column-4,
.tablepress-id-55 .column-4,.tablepress-id-55ca .column-4,
.tablepress-id-60 .column-4,.tablepress-id-60ca .column-4,
.tablepress-id-61 .column-4,.tablepress-id-61ca .column-4,
.tablepress-id-62 .column-4,.tablepress-id-62ca .column-4,
.tablepress-id-64 .column-4,.tablepress-id-64ca .column-4,
.tablepress-id-75 .column-4,.tablepress-id-75ca .column-4,
.tablepress-id-77 .column-4,.tablepress-id-77ca .column-4,
.tablepress-id-79 .column-4,.tablepress-id-79ca .column-4,
.tablepress-id-81 .column-4,.tablepress-id-81ca .column-4,
.tablepress-id-83 .column-4,.tablepress-id-83ca .column-4,
.tablepress-id-85 .column-4,.tablepress-id-85ca .column-4,
.tablepress-id-87 .column-4,.tablepress-id-87ca .column-4,
.tablepress-id-89 .column-4,.tablepress-id-89ca .column-4,
.tablepress-id-91 .column-4,.tablepress-id-91ca .column-4,
.tablepress-id-93 .column-4,.tablepress-id-93ca .column-4,
.tablepress-id-95 .column-4,.tablepress-id-95ca .column-4,
.tablepress-id-97 .column-4,.tablepress-id-97ca .column-4,
.tablepress-id-99 .column-4,.tablepress-id-99ca .column-4,
.tablepress-id-101 .column-4,.tablepress-id-101ca .column-4,
.tablepress-id-103 .column-4,.tablepress-id-103ca .column-4,
.tablepress-id-105 .column-4,.tablepress-id-105ca .column-4,
.tablepress-id-109 .column-4,.tablepress-id-109ca .column-4,
.tablepress-id-111 .column-4,.tablepress-id-111ca .column-4,
.tablepress-id-113 .column-4,.tablepress-id-113ca .column-4
{
	width: 91px !important;
}
.tablepress-id-3 .column-5,.tablepress-id-3ca .column-5,
.tablepress-id-6 .column-5,.tablepress-id-6ca .column-5,
.tablepress-id-8 .column-5,.tablepress-id-8ca .column-5,
.tablepress-id-9 .column-5,.tablepress-id-9ca .column-5,
.tablepress-id-10 .column-5,.tablepress-id-10ca .column-5,
.tablepress-id-11 .column-5,.tablepress-id-11ca .column-5,
.tablepress-id-12 .column-5,.tablepress-id-12ca .column-5,
.tablepress-id-13 .column-5,.tablepress-id-13ca .column-5,
.tablepress-id-14 .column-5,.tablepress-id-14ca .column-5,
.tablepress-id-15 .column-5,.tablepress-id-15ca .column-5,
.tablepress-id-16 .column-5,.tablepress-id-16ca .column-5,
.tablepress-id-17 .column-5,.tablepress-id-17ca .column-5,
.tablepress-id-18 .column-5,.tablepress-id-18ca .column-5,
.tablepress-id-19 .column-5,.tablepress-id-19ca .column-5, 
.tablepress-id-35 .column-5,.tablepress-id-35ca .column-5,
.tablepress-id-42 .column-5,.tablepress-id-42ca .column-5,
.tablepress-id-44 .column-5,.tablepress-id-44ca .column-5,
.tablepress-id-48 .column-5,.tablepress-id-48ca .column-5,
.tablepress-id-54 .column-5,.tablepress-id-54ca .column-5,
.tablepress-id-55 .column-5,.tablepress-id-55ca .column-5,
.tablepress-id-60 .column-5,.tablepress-id-60ca .column-5,
.tablepress-id-61 .column-5,.tablepress-id-61ca .column-5,
.tablepress-id-62 .column-5,.tablepress-id-62ca .column-5,
.tablepress-id-64 .column-5,.tablepress-id-64ca .column-5,
.tablepress-id-75 .column-5,.tablepress-id-75ca .column-5,
.tablepress-id-77 .column-5,.tablepress-id-77ca .column-5,
.tablepress-id-79 .column-5,.tablepress-id-79ca .column-5,
.tablepress-id-81 .column-5,.tablepress-id-81ca .column-5,
.tablepress-id-83 .column-5,.tablepress-id-83ca .column-5,
.tablepress-id-85 .column-5,.tablepress-id-85ca .column-5,
.tablepress-id-87 .column-5,.tablepress-id-87ca .column-5,
.tablepress-id-89 .column-5,.tablepress-id-89ca .column-5,
.tablepress-id-91 .column-5,.tablepress-id-91ca .column-5,
.tablepress-id-93 .column-5,.tablepress-id-93ca .column-5,
.tablepress-id-95 .column-5,.tablepress-id-95ca .column-5,
.tablepress-id-97 .column-5,.tablepress-id-97ca .column-5,
.tablepress-id-99 .column-5,.tablepress-id-99ca .column-5,
.tablepress-id-101 .column-5,.tablepress-id-101ca .column-5,
.tablepress-id-103 .column-5,.tablepress-id-103ca .column-5,
.tablepress-id-105 .column-5,.tablepress-id-105ca .column-5,
.tablepress-id-109 .column-5,.tablepress-id-109ca .column-5,
.tablepress-id-111 .column-5,.tablepress-id-111ca .column-5,
.tablepress-id-113 .column-5,.tablepress-id-113ca .column-5
{
	width: 69px !important;
}
.tablepress-id-3 .column-6,.tablepress-id-3ca .column-6,
.tablepress-id-6 .column-6,.tablepress-id-6ca .column-6,
.tablepress-id-8 .column-6,.tablepress-id-8ca .column-6,
.tablepress-id-9 .column-6,.tablepress-id-9ca .column-6,
.tablepress-id-10 .column-6,.tablepress-id-10ca .column-6,
.tablepress-id-11 .column-6,.tablepress-id-11ca .column-6,
.tablepress-id-12 .column-6,.tablepress-id-12ca .column-6,
.tablepress-id-13 .column-6,.tablepress-id-13ca .column-6,
.tablepress-id-14 .column-6,.tablepress-id-14ca .column-6,
.tablepress-id-15 .column-6,.tablepress-id-15ca .column-6,
.tablepress-id-16 .column-6,.tablepress-id-16ca .column-6,
.tablepress-id-17 .column-6,.tablepress-id-17ca .column-6,
.tablepress-id-18 .column-6,.tablepress-id-18ca .column-6,
.tablepress-id-19 .column-6,.tablepress-id-19ca .column-6,
.tablepress-id-35 .column-6,.tablepress-id-35ca .column-6,
.tablepress-id-42 .column-6,.tablepress-id-42ca .column-6,
.tablepress-id-44 .column-6,.tablepress-id-44ca .column-6,
.tablepress-id-48 .column-6,.tablepress-id-48ca .column-6,
.tablepress-id-54 .column-6,.tablepress-id-54ca .column-6,
.tablepress-id-55 .column-6,.tablepress-id-55ca .column-6,
.tablepress-id-60 .column-6,.tablepress-id-60ca .column-6,
.tablepress-id-62 .column-6,.tablepress-id-62ca .column-6,
.tablepress-id-64 .column-6,.tablepress-id-64ca .column-6,
.tablepress-id-75 .column-6,.tablepress-id-75ca .column-6,
.tablepress-id-77 .column-6,.tablepress-id-77ca .column-6,
.tablepress-id-79 .column-6,.tablepress-id-79ca .column-6,
.tablepress-id-81 .column-6,.tablepress-id-81ca .column-6,
.tablepress-id-83 .column-6,.tablepress-id-83ca .column-6,
.tablepress-id-85 .column-6,.tablepress-id-85ca .column-6,
.tablepress-id-87 .column-6,.tablepress-id-87ca .column-6,
.tablepress-id-89 .column-6,.tablepress-id-89ca .column-6,
.tablepress-id-91 .column-6,.tablepress-id-91ca .column-6,
.tablepress-id-93 .column-6,.tablepress-id-93ca .column-6,
.tablepress-id-95 .column-6,.tablepress-id-95ca .column-6,
.tablepress-id-97 .column-6,.tablepress-id-97ca .column-6,
.tablepress-id-99 .column-6,.tablepress-id-99ca .column-6,
.tablepress-id-101 .column-6,.tablepress-id-101ca .column-6,
.tablepress-id-103 .column-6,.tablepress-id-103ca .column-6,
.tablepress-id-105 .column-6,.tablepress-id-105ca .column-6,
.tablepress-id-109 .column-6,.tablepress-id-109ca .column-6,
.tablepress-id-111 .column-6,.tablepress-id-111ca .column-6,
.tablepress-id-113 .column-6,.tablepress-id-113ca .column-6
{
	width: 205px !important;
}

@media screen and (max-width: 768px) {
.tablepress-id-3,.tablepress-id-3ca,
.tablepress-id-6,.tablepress-id-6ca,
.tablepress-id-8,.tablepress-id-8ca,
.tablepress-id-9,.tablepress-id-9ca,
.tablepress-id-10,.tablepress-id-10ca,
.tablepress-id-11,.tablepress-id-11ca, 
.tablepress-id-12,.tablepress-id-12ca, 
.tablepress-id-13,.tablepress-id-13ca,
.tablepress-id-14,.tablepress-id-14ca, 
.tablepress-id-15,.tablepress-id-15ca, 
.tablepress-id-16,.tablepress-id-16ca, 
.tablepress-id-17,.tablepress-id-17ca, 
.tablepress-id-18,.tablepress-id-18ca,
.tablepress-id-19,.tablepress-id-19ca,
.tablepress-id-35,.tablepress-id-35ca, 
.tablepress-id-42,.tablepress-id-42ca, 
.tablepress-id-44,.tablepress-id-44ca, 
.tablepress-id-48,.tablepress-id-48ca, 
.tablepress-id-54,.tablepress-id-54ca,
.tablepress-id-55,.tablepress-id-55ca,
.tablepress-id-60,.tablepress-id-60ca,
.tablepress-id-61,.tablepress-id-61ca,
.tablepress-id-62,.tablepress-id-62ca,
.tablepress-id-64,.tablepress-id-64ca,
.tablepress-id-75,.tablepress-id-75ca,
.tablepress-id-77,.tablepress-id-77ca,
.tablepress-id-79,.tablepress-id-79ca,
.tablepress-id-81,.tablepress-id-81ca,
.tablepress-id-83,.tablepress-id-83ca,
.tablepress-id-85,.tablepress-id-85ca,
.tablepress-id-87,.tablepress-id-87ca, 
.tablepress-id-89,.tablepress-id-89ca,
.tablepress-id-91,.tablepress-id-91ca,
.tablepress-id-93,.tablepress-id-93ca,
.tablepress-id-95,.tablepress-id-95ca,
.tablepress-id-97,.tablepress-id-97ca,
.tablepress-id-99,.tablepress-id-99ca,
.tablepress-id-101,.tablepress-id-101ca,
.tablepress-id-103,.tablepress-id-103ca,
.tablepress-id-105,.tablepress-id-105ca,
.tablepress-id-107,.tablepress-id-107ca,
.tablepress-id-109,.tablepress-id-109ca,
.tablepress-id-111,.tablepress-id-111ca,
.tablepress-id-113,.tablepress-id-113ca
{
	width: 912px !important;
}
}


/*iconos custom*/
/*.vc_tta-title-text {
    vertical-align:super !important;
}*/




/*------------------------------------------------
## Paginación
------------------------------------------------*/

div.navigation,
.archive .navigation.posts-navigation {
	margin-top: 36px;
}

div.navigation {
	text-align: center;
}

.navigation ul {
	padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #5d6770;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f58220;
}

/*------------------------------------------------
## Blog
------------------------------------------------*/

.t-entry-category a,
.single-blog .widget-container .tagcloud a{
	font-size: 12px !important;
	padding: 2px 5px 2px 5px;
	display: inline-block;
	border: 1px solid #f58220 !important;
	border-radius: 4px;
	margin: 0px 5px 9px 0px;
	text-transform: uppercase;
	font-weight: 600;
}

.single-blog .banner-principal-container .t-entry-category a {
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 1);
}

.blog-tag-cloud a.tag-cloud-link,
.t-entry-category a {
	color: #5d6770;
}

.t-entry-category a.texto-blanco {
	color: white;
}

.blog-tag-cloud a.tag-cloud-link:hover,
.t-entry-category a:hover {
	color: #f58220;
}

.single-blog .blog-social-menu {
	margin-top: 20px;
	margin-bottom: 20px;
}

body.page-blog .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
body.page-blog .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
	background-color: inherit;
}

.vc_gitem-post-category-name .vc_gitem-link:hover,
body.page-blog .vc_gitem-post-data-source-post_title a:hover{
	color: #f58220;
}
.vc_grid-item-mini {
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
body.page-blog .vc_gitem-col{
	background-color: white;
}
body.page-blog .vc_gitem-post-data-source-post_title {
	color: #303133;
}
.vc_grid-btn-load_more a.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat,
button.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern,
button.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
	background-color: #f58220;
}
.vc_grid-btn-load_more a.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,
button.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
	background-color: #f90;
}
.blog-likes-time i.fa {
	position: relative;
	top: 1px;
	padding: 0px 5px 0px 0px;
}
.blog-likes-time .blog-i-recommend-this {
	padding: 0px 14px 0px 0px;
}
body.page-blog .vc_grid-filter.vc_gitem-post-data.t-entry-category{
	margin-bottom: 9px;
	margin-top: 9px;
	text-align: left;
}
.span-reading-time.rt-reading-time {
	margin-left: -3px;
}
.blog-likes-time {
	font-size: 12px;
}
.blog-i-recommend-this a {
	color: #5d6770;
}
.blog-i-recommend-this a:hover i {
	color: #f58220;
}
.wp-caption-text{
	font-style: normal;
	display: table-cell;
	caption-side: bottom;
}
figcaption {
	margin: 9px 0px 0px 0px;
}
small, figcaption {
	font-size: 12px;
}
.tmb-light.tmb-border, .tmb-light.tmb-bordered:not(.tmb-no-bg):not(.tmb-media-shadowed).tmb > .t-inside, .tmb-light.tmb-bordered.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual {
	border: 1px solid #eaeaea;
}
.tmb-with-shadow, .tmb-shadowed:not(.tmb-no-bg):not(.tmb-media-shadowed).tmb > .t-inside, .tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual, .tmb-media-shadowed.tmb .t-entry-visual, .uncode-single-media-wrapper.tmb-shadow {
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.single-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb .t-inside,
.tmb.tmb-post.llistat {
	margin-top: 36px;
}
.tmb > .t-inside {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.tmb .t-inside {
	background-clip: content-box;
}
.tmb .t-entry-visual {
	position: relative;
	overflow: hidden;
	text-align: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
}
.tmb .t-entry-visual .pushed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.tmb .t-entry-visual .t-entry-visual-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.tmb .t-entry-visual .t-overlay-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.style-dark-bg {
	background-color: #141618;
}
.tmb .t-entry-visual .t-entry-visual-overlay .t-entry-visual-overlay-in {
	width: 100%;
	height: 100%;
}
.tmb .t-entry-visual .t-overlay-inner {
	display: table;
	table-layout: fixed;
	position: absolute;
	width: 100%;
	height: 100%;
}
.tmb .t-entry-visual .t-overlay-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.tmb-light.tmb-color-overlay-text, .tmb-light.tmb .t-entry-visual *, .tmb-light.tmb .t-entry-visual a, .tmb-light.tmb .t-entry-visual .t-entry-title a, .tmb-light.tmb .t-entry-visual .t-entry-meta span {
	color: #ffffff;
}
.tmb .t-entry-visual .t-overlay-text {
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out,transform 0.2s ease-in-out;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.single-block-padding {
	padding: 36px 36px 36px 36px;
}
.tmb .t-entry-visual .t-entry {
	width: 100%;
}
.tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > img, .tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > a > img {
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.tmb .t-entry-visual img, .tmb .t-entry-visual .t-background-cover, .tmb .t-entry-visual .fluid-object {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.tmb .t-entry-visual img {
	width: 100%;
	max-width: none;
	z-index: 1;
	position: relative;
	display: block;
}
.tmb p.t-entry-excerpt {
	font-size: 18px;
}
.tmb a .t-entry-visual-overlay {
	opacity:0;
	transition:opacity 0.3s linear;
}
.tmb a:hover .t-entry-visual-overlay {
	opacity:1;
}
.archive-content {
	margin-bottom: 36px;
}


/*------------------------------------------------
## Aviso de Cookies
------------------------------------------------*/

#moove_gdpr_cookie_info_bar .mgbutton {
	width: 200px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
	background-color: #f5f5f5 !important;
	border-top: 1px solid #f5f5f5 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p {
	color: #5d6770 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,
#moove_gdpr_cookie_info_bar .change-settings-button {
	color: #f58220 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-reject-btn {
	background-color: #f58220;
	box-shadow: none;
	opacity: 1;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-reject-btn {
	color: #fff;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
	flex-direction: column;
}

.texto-politica-de-cookies table,
.texto-politica-de-cookies table td{
	border: 1px solid #f58220;
}
.texto-politica-de-cookies table tr:nth-child(1) {
	background-color: #f58220;
	color: white;
}
.texto-politica-de-cookies table td {
	padding: 5px;
	text-align: center;
}

/*---------------------------------------------------------
 ## Encuesta satisfacción Gravity Forms
 ----------------------------------------------------------*/

.gform-satisfaccion textarea {
	border: solid 1px #e6e6e6;
}

.gform-satisfaccion input[type="submit"] {
	width: 195px !important;
	height: 45px;
	font-family: blissBold, openSansBold, sans-serif;
	background-color: #f58220;
	border-color: #f58220;
	font-size: 15px;
	padding: 10px 18px;
	color: white;
	border-radius: 0;
	display: block !important;
	margin: 0 auto !important;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:before {
	content: '';
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label, li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label, li.gfield.bar-square .gsurvey-rating:not(:checked) > label,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover, li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label,
li.gfield.bar-square .gsurvey-rating > input:checked ~ label {
	/*width: 30px;*/
	/*line-height: 30px;*/
	/*background-size: 30px 30px;*/
	/*color: black !important;*/
	display: block;
	width: 30px;
	height: 30px;
	/*float: left;*/
	border: 2px solid #bbcefb;
	background-color: #bbcefb;
	margin: 2px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	border-radius: 30px;
	background-image: none;
}


li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(1) {
	border-color: #99cc99;
	background-color:#99cc99;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(1):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(1),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(1) {
	border-color: green;
	background-color:green;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(2) {
	border-color: #afff99;
	background-color: #afff99;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(2):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(2),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(2) {
	border-color: #38FF00;
	background-color:#38FF00;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(3) {
	border-color: #c6ff99;
	background-color: #c6ff99;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(3):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(3),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(3) {
	border-color: #71FF00;
	background-color:#71FF00;
	color: #a6a6a6;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(4) {
	border-color: #dcff99;
	background-color: #dcff99;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(4):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(4),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(4) {
	border-color: #A9FF00;
	background-color:#A9FF00;
	color: #a6a6a6;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(5) {
	border-color: #f3ff99;
	background-color: #f3ff99;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(5):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(5),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(5) {
	border-color: #E2FF00;
	background-color:#E2FF00;
	color: #a6a6a6;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(6) {
	border-color: #fff399;
	background-color: #fff399;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(6):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(6),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(6) {
	border-color: #FFE200;
	background-color:#FFE200;
	color: #a6a6a6;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(7) {
	border-color: #ffdd99;
	background-color: #ffdd99;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(7):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(7),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(7) {
	border-color: #FFAA00;
	background-color:#FFAA00;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(8) {
	border-color: #ffc699;
	background-color: #ffc699;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(8):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(8),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(8) {
	border-color: #FF7100;
	background-color:#FF7100;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(9) {
	border-color: #ffaf99;
	background-color: #ffaf99;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(9):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(9),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(9) {
	border-color: #FF3800;
	background-color:#FF3800;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(10) {
	border-color: #ff9999;
	background-color: #ff9999;
}

li.gfield.bar-square .gsurvey-rating:not(:checked) > label:nth-of-type(10):hover,
li.gfield.bar-square .gsurvey-rating:not(:checked) > label:hover ~ label:nth-of-type(10),
li.gfield.bar-square .gsurvey-rating > input:checked ~ label:nth-of-type(10) {
	border-color: red;
	background-color:red;
}

li.gsurvey-survey-field.table-striped table.gsurvey-likert tbody tr:nth-child(odd) {
	background-color: rgba(238, 238, 238, 1);
}
li.gsurvey-survey-field.table-striped table.gsurvey-likert tbody tr:nth-child(even),
li.gsurvey-survey-field.table-striped table.gsurvey-likert tbody tr:nth-child(even) .gsurvey-likert-row-label {
	background-color: transparent;
}

li.gsurvey-survey-field.table-striped table.gsurvey-likert thead tr {
	background: #f58220;
	color: white;
}

li.gsurvey-survey-field.table-striped table.gsurvey-likert th.gsurvey-likert-choice-label {
	background: transparent;
}

/*---------------------------------------------------------
 ## Contacto
 ----------------------------------------------------------*/
button.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover {
	background-color: #f58220;
	color: white;
}

form.donde-estamos-contacto li[class*="-of-3"] {
	width: initial;
}

li[class*="column-count-2"] > div > ul {
	width: 256px;
}

li[class*="column-count-1"] > div > ul {
	width: 204px;
}

@media (max-width: 1200px) {
	form.donde-estamos-contacto li[class*="-of-3"] {
		width: 33%;
	}
	li[class*="column-count-1"] > div > ul,
	li[class*="column-count-2"] > div > ul{
		width: initial;
	}
}

/*---------------------------------------------------------
 ## Personal sanitario
 ----------------------------------------------------------*/
.personalsanitario-form .gform_body,
.personalsanitario-form .gform_footer.top_label{
	text-align: center;
}

.personalsanitario-form .gfield {
	text-align: left;
}

/*---------------------------------------------------------
 ## AWAI
 ----------------------------------------------------------*/
.gform_wrapper.gf_browser_chrome.awai-form_wrapper .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	margin-top: 4px !important;
}

.gform_wrapper .awai-form .top_label .gfield_label {
	display: none;
}

.gform_wrapper .awai-form .gfield_required {
	color: #f58220;
}

.gform_wrapper .awai-form .ginput_container_text input,
.gform_wrapper .awai-form .ginput_container_email input {
	max-width: 360px;
	height: 50px;
	background-color: #f5f5f5;
	border: solid 1px #dfdfdf !important;
	padding: 20px !important;
}

.gform_wrapper .awai-form #field_5_15 .gfield_label,
.gform_wrapper .awai-form #field_6_15 .gfield_label {
	display: block;
	margin-top: 50px;
	color: #f58220;
	font-size: 22px;
	font-weight: normal;
}

.gform_wrapper .awai-form #field_5_15 .gfield_label .gfield_required,
.gform_wrapper .awai-form #field_6_15 .gfield_label .gfield_required {
	display: none;
}

.gform_wrapper .awai-form .gfield_checkbox label {
	font-weight: normal;
}

.gform_wrapper .awai-form .gfield_checkbox label a {
	font-weight: bold;
}

.gform_wrapper .awai-form input[type=submit].gform_button.button {
	width: 240px;
}

.gform_wrapper .awai-form .validation_error {
	display: none;
}

.gform_wrapper .awai-form li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: initial;
	margin-bottom: initial !important;
	border-top: initial;
	border-bottom: initial;
	padding-bottom: initial;
	padding-top: initial;
	box-sizing: initial;
}

.gform_wrapper .awai-form .field_description_below .gfield_description {
	padding-top: 0px;
}

.gform_wrapper .awai-form .gfield.awai-corto {
	width: 125px;
	display: inline-block;
}

.acordeon-vc.awai .vc_tta-panel-body {
	padding: 5px !important;
}

.acordeon-vc .vc_tta-panel:last-child {
	border: 0px !important;
}

.acordeon-vc.awai .vc_tta-controls-icon::before {
	border-width: 0 2px 2px 0 !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.acordeon-vc.awai .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-plus {
	left: initial;
	right: 5px;
	font-family: 'Font Awesome 5 Free';
}

.wpb-js-composer .vc_tta.vc_tta-accordion.acordeon-vc.awai h4.vc_tta-panel-title {
	font-size: 22px !important;
}

.wpb-js-composer .vc_tta.vc_general.acordeon-vc.awai .vc_tta-panel-title>a {
	padding-left: 0px;
}

#awai-form-container {
	background-position-x: right !important;
	background-position-y: 55px !important;
}

@media (max-width: 767px) {

	#awai-slider-container {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#awai-slider-container rs-bullets {
		display: none;
	}

	#awai-orange-section {
		margin-top: 0 !important;
	}

	#awai-orange-icon {
		padding-top: 28px;
	}

	#awai-orange-text h2 {
		font-size: 40px !important;
	}

	#awai-orange-text h4 {
		font-size: 18px !important;
	}

	.awai-orange-dlbutton-sm {
		display: none;
	}

	#awai-orange-dispimg-xs figure,
	#awai-orange-dispimg-xs .vc_single_image-wrapper,
	#awai-orange-dispimg-xs img {
		width: 100%;
	}

	#awai-orange-dispimg-xs .wpb_single_image {
		padding-right: initial !important;
	}
	
	#awai-form-container {
		background: none !important;
		margin-top: 0 !important;
	}

	.gform_wrapper.awai-form_wrapper {
		background-image: none !important;
	}

	.gform_wrapper .awai-form .ginput_container_text input {
		max-width: 100%;
	}

	.gform_wrapper .awai-form input[type=submit].gform_button.button {
		width: 100%;
	}

	.gform_wrapper .awai-form .gfield.awai-corto {
		width: 30%;
		margin-right: 5%;
	}

	.gform_wrapper .awai-form #field_5_19.gfield.awai-corto,
	.gform_wrapper .awai-form #field_6_19.gfield.awai-corto {
		margin-right: 0 !important;
	}
}

/*---------------------------------------------------------
 ## Sostenibilidad
 ----------------------------------------------------------*/
#sello-sostenibilidad {
	position: absolute;
	top: 30px;
	right: 80px;
}

#sostenibilidad-counter-1 span.main-counter::before {
	content: '+';
}

#sostenibilidad-counter-1 span.main-counter::after {
	content: ' m €';
}

#sostenibilidad-counter-2 span.main-counter::after {
	content: '%';
}

#sostenibilidad-counter-3 span.main-counter::after {
	content: '%';
}

#sostenibilidad-counters .mega_count_img {
	margin-bottom: 35px;
}

.vc_row.nuestro-compromiso {
	position: relative;
	z-index: 1;
}

.vc_row.nuestro-compromiso-cifras {
	margin-top: -700px;
}

#tarjetas-sostenibilidad {
	margin-top: -1580px;
	position: relative;
	z-index: 1;
}

.sostenibilidad-ticks .mega-info-header > i {
	line-height: 40px !important;
}

.sostenibilidad-ticks .mega_info_box_2 {
	padding: 0 0 15px 0;
}

/*---------------------------------------------------------
 ## Innovación
 ----------------------------------------------------------*/
#inno-mas-digital .mega-info-header {
	padding-top: 10px;
}

#inno-mas-digital .mega_info_box_2 {
	padding: 0;
}

#inno-green-label {
	font-family: blissHeavy, openSansBold, sans-serif;
	display: inline-block;
	padding: 10px 5px 10px 15px;
	letter-spacing: 0.9rem;
}

#inno-road-lab-panel {
	position: relative;
	z-index: 1;
	top: 0;
	bottom: -300px;
	box-shadow: 0 5px 10px 0;
}

#inno-vision-panel {
	position: relative;
	top: -300px;
	margin-bottom: -200px;
}

#inno-vision-panel .mega-info-img {
	filter: brightness(130%);
}

#inno-vision-panel .mega_info_box_2 .mega-info-desc {
	color: white;
	font-size: 20px;
}

#inno-vision-panel .mega_info_box_2 .mega-info-desc p {
	margin-bottom: 0;
}

#inno-vision-panel .mega_info_box_2 {
	border-top: dashed 1px white;
	min-height: 124px;
	display: flex;
	align-items: center;
}

#inno-vision-panel .wpb_column a:last-of-type .mega_info_box_2  {
	border-bottom: dashed 1px white;
}

#inno-vision-panel .mega_info_box_2 .mega-info-header {
	min-width: 70px;
}

#inno-vision-panel .mega_info_box_2 .mega-info-img {
	padding-bottom: 0;
}

#tablepress-inno.tablepress,
#tablepress-inno.tablepress th,
#tablepress-inno.tablepress td,
#tablepress-inno_ca.tablepress,
#tablepress-inno_ca.tablepress th,
#tablepress-inno_ca.tablepress td {
	border: 1px var(--border-color) solid;
	vertical-align: middle;
	padding: 30px 20px;
}

#tablepress-inno.tablepress th,
#tablepress-inno_ca.tablepress th {
	width: 50%;
}

#tablepress-inno.tablepress td,
#tablepress-inno_ca.tablepress td {
	font-size: 20px;
}

#tablepress-inno.tablepress .column-3,
#tablepress-inno_ca.tablepress .column-3 {
	padding-left: 40px;
}

#tablepress-inno.tablepress td.column-3,
#tablepress-inno_ca.tablepress td.column-3 {
	font-size: 18px;
}

#tablepress-inno.tablepress td.column-1,
#tablepress-inno_ca.tablepress td.column-1 {
	text-align: center;
}

#tablepress-inno.tablepress td.column-1,
#tablepress-inno.tablepress td.column-3,
#tablepress-inno_ca.tablepress td.column-1,
#tablepress-inno_ca.tablepress td.column-3  {
	border-right: none;
}

#tablepress-inno.tablepress td.column-2,
#tablepress-inno.tablepress td.column-4,
#tablepress-inno_ca.tablepress td.column-2,
#tablepress-inno_ca.tablepress td.column-4 {
	border-left: none;
}

#tablepress-inno.tablepress > thead > * > th,
#tablepress-inno_ca.tablepress > thead > * > th {
	background-color: initial;
}

.item-left,
.item-right {
	display: inline-block;
}

.item-right {
	float: right;
}

.item-right p,
.item-left p {
	padding-top: calc((48px - 1em - 10px) / 2);
}

.item-left img,
.item-right img {
	max-height: 48px;
	width: auto;
}

.vc_separator.gradient-line {
	--line-color: initial;
}

.vc_separator.gradient-line.grey {
	--line-color: #cacccf;
}

.vc_separator.gradient-line.green {
	--line-color: #d3fa4b;
}

.vc_separator.gradient-line .vc_sep_holder .vc_sep_line {
	border: 1px solid transparent;
	border-image: linear-gradient(to right, transparent 0%, var(--line-color) 30%) 1 1 repeat;
	border-top: 0;
}

#inno-now-working-panel {
	background-position: bottom !important;
	background-repeat: no-repeat !important;
}

/* Nuestras soluciones */
.boton9.btn-soluciones a {
	padding-right: 45px !important;
}

a.boton9.btn-soluciones:active:focus, a.boton9.btn-soluciones:focus, a.boton9.btn-soluciones:active, a.boton9.btn-soluciones:hover, a.boton9.btn-soluciones:active:hover {
	background-color: #c9c9c9;
	border: solid 1px #f7f7f7;
	color: #343e48;
	font-size: 16px;
}

.boxes-nuestras-soluciones .wpb_wrapper a {
	vertical-align: top;
}

.boxes-nuestras-soluciones .mega_info_box {
	display: inline-block;
	width: 143px;
	padding: 20px 20px;
}

.boxes-nuestras-soluciones .mega_info_box .mega-info-footer {
	text-align: left;
}

.boxes-nuestras-soluciones .mega_info_box .mega-info-footer .mega-info-desc {
	text-align: left;
	color: #343e48;
	font-family: blissLight, openSansRegular, sans-serif;
}

.boxes-nuestras-soluciones .mega_info_box .mega-info-footer .mega-info-title {
	margin: 0;
}

.boxes-nuestras-soluciones .mega_info_box .mega-info-img {
	padding-bottom: 5px;
}
