/*!
Theme Name: Grupo Costanera 2020
Theme URI: http://grupocostanera.cl
Author: Kaleida Interactive Agency
Author URI: https://www.kaleidadigital.com
Description: Tema creado exclusivamente para los sitios del Grupo Costanera.
Version: 2.0.0
Text Domain: costanera
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
#helpers

# MediaQueries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/*****************/
/*** CLEAR FIX ***/
/*****************/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
 .cf:before,
 .cf:after {
	 content: " "; /* 1 */
	 display: table; /* 2 */
 }
 
 .cf:after {
	 clear: both;
 }
 
 /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
 .cf {
	 *zoom: 1;
 }

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

.site-section {
	display: flex;
	align-items: center;
	padding-top: 36px;
	padding-bottom: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.site-section.top_alert {
	padding: 4px 0px;
}

section .wrapper {
	z-index: 2;
}

.site-section.same_height_true {
	padding-top: 0;
	padding-bottom: 0;
}

.site-section.same_height_true .wrapper {
	padding: 64px 0;
	display: flex;
}

.site-section.same_height_true .block {
	margin: 0;
}


.color_light {
	color: #FFF;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.overlay_true:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.35);
}

.stage {
	min-height: 400px;
}

.stage p {
	font-size: 24px;
}

.stage h1 {
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-weight: 900;
	margin-top: 0px;
}

.stage a {
	display: inline-block;
	font-size: 21px;
	font-weight: 600;
	color: #FFF !important;
	text-decoration: none;
	padding: 8px 24px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	opacity: 1;
}

.stage a:hover {
	-moz-box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
	opacity: 0.8;
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background: #f5f5f5;
}

html, body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	/* MAC: padding fix for sticky footer */
	padding-bottom: 100px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

.wrapper {
	max-width: 1190px;
	margin: 0 auto;
	width: 94%;
	position: relative;
}

.search-results #primary .wrapper {
	max-width: 768px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 120%;
	font-weight: 600;
	margin: 1em 0 0.5em 0;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
	margin-top: 1.2em;
}

h5 {
	font-size: 24px;
	margin-top: 1.5em;
}

h6 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 1.5em;
}

p {
	margin: 1em 0;
	font-size: 18px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

.blog h1.page-title,
.archive h1.page-title,
.page #page section:first-of-type:not(.stage) h1:first-of-type {
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	margin-top: 55px;
}

.page #page section:first-of-type:not(.stage) h1:first-of-type {
	margin-top: 16px;
}

.page #page section:first-of-type:not(.stage) h1:first-of-type + div > :first-of-type {
	margin-top: 0;
}

.blog h1.page-title:after,
.archive h1.page-title:after,
.widget-title:after,
.page #page section:first-of-type:not(.stage) h1:first-of-type:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin-top: 8px;
}

.blog h2.entry-title,
.archive h2.entry-title,
.search-results h2.entry-title {
    font-size: 28px;
    text-decoration: none;
	font-weight: 400;
	margin-bottom: 0;
}

.search-results h3.page-title {
	margin-top: 1.75em;
}

.search-results h3.page-title span {
	border-bottom: dotted 1px #999;
}

.blog .entry-title a,
.archive .entry-title a,
.search-results .entry-title a {
	color: #333;
	text-decoration: none;
}

.entry-meta {
    font-size: 16px;
    margin: 6px 0 24px 0;
}

.sidebar {
	margin-top: 42px;
	margin-bottom: 64px;
}

.widget-title {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}

.collapsing {
	cursor: pointer;
}

.collapsing a {
    font-weight: 600;
    text-decoration: none;
    margin-left: 8px;
}

.collapsing li ul li a {
	color: #333;
	font-weight: 400;
	margin-left: 0;
	text-transform: capitalize;
	cursor: pointer;
}

.collapsing li ul li a:after {
	content: "→";
}

.collapsing li ul {
    margin-top: 4px;
	padding-left: 18px;
	margin-bottom: 12px;
}

li.collapsing.archives {
    padding: 4px 0;
}

.collapsing.list > li {
    border-bottom: solid 1px #DDD;
    padding: 16px 0;
}

.collapsing.archives.list {
    margin-top: -6px;
}

.blog article,
.archive article,
.search-results article {
	padding-bottom: 12px;
	border-bottom: solid 1px #DDD;
	margin-bottom: 48px;
	margin-top: 36px;
}

.search-results article {
	margin-bottom: 36px;
	margin-top: 0px;
	padding-bottom: 32px;
}

.blog article img,
.archive article img,
.search-results article img {
	width: 100%;
	background: #FFF;
	padding: 12px;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.posts-navigation a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

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

ul,
ol {
	margin: 0 0 1em 0;
	padding-left: 1em;
	font-size: 18px;
	line-height: 1.5em;
}

ul {
	list-style: none;
	padding-left: 0;
}

ol {
	list-style: decimal;
}

.entry-content li {
	margin-bottom: 0.5em;	
}

.entry-content ul li {
    padding-left: 1.5em;
    position: relative;
}

.entry-content ul li::before {
    content: "→";
    position: absolute;
    left: 0px;
}

.home .entry-content li {
	margin-bottom: 0;
	padding-left: 0;
}

.home .entry-content li:before {
	content: "";
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 1.5em 0;
	width: 100%;
	border-collapse: collapse;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
}

td, th {
	padding: 10px 12px;
}

td {
	border-bottom: 1px solid #DDD;
}

tr:last-child td {
	border-bottom: none;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

/* Links
--------------------------------------------- */
a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.entry-content a {
	font-weight: 600;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

/* 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, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.divider {
	clear: both;
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #DDD;
	margin: 0 0 1em 0;
}

.separator {
	clear: both;
	width: 100%;
	display: block;
}

.novedad_full {
	padding-top: 0px;
}

.col {
	float: left;
	margin-right: 4%;
}

.last {
	margin-right: 0;
}

.half {
	width: 48%;
}

.third {
	width: 30.6666%;
}

.fourth {
	width: 22%;
}

.two_third {
	width: 65.3332%;
}

.three_fourth {
	width: 74%;
}

.fifth {
	width: 16.8%;
}

.sixth {
	width: 13.333332%;
}

.site {
	position: relative;
	min-height: 100vh;
}

.site-header {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
	position: relative;
	z-index: 4;
}

#sticked {
	background: #FFF;
	padding: 30px 0px 27px 0px;
}

#sticked.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 20px;
	padding-bottom: 17px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.site-footer {
	background: #FFF;
	width: 100%;
}

.site-footer .sky {
	top: -28px;
	right: 0px;
	position: absolute;
	background: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 10px 2px 10px;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	color: #333;
}

.site-footer .sky .arrow {
	display: inline;
}

.site-footer .sky .arrow::after {
    content: "↑";
    display: inline;
    font-size: 18px;
    vertical-align: bottom;
    padding-right: 6px;
}

footer ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0;
	margin-top: 48px;
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 32px;
}

footer li {
	margin-bottom: 0;
}

footer ul a {
	color: #333;
	text-decoration: none;
}

.social {
	text-align: right;
	margin-bottom: 38px;
	margin-top: 52px;
}

.apps {
	text-align: right;
}

.social a,
.apps a {
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: 9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

.social a.tw {
	background-image: url(images/twitter.svg);
}

.social a.fb {
	background-image: url(images/facebook.svg);
}

.social a.yt {
	background-image: url(images/youtube.svg);
}

.apps a {
	width: 95px;
	height: 28px;
}

.apps a.android {
	background-image: url(images/google-play@2x.png);
}

.apps a.ios {
	background-image: url(images/app-store@2x.png);
}

.site-bottom {
	border-top: solid 1px #DDD;
	margin-top: 30px;
}

.site-info {
	float: left;
	font-size: 14px;
}

.site-info p {
	font-size: 14px;
}

.site-credit {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-credit p {
	font-size: 14px;
}

.site-credit a {
	text-decoration: none;
	color: #333;
}

.col {
	float: left;
	margin-right: 4%;
}

.last {
	margin-right: 0;
}

.half {
	width: 48%;
}

.third {
	width: 30.6666%;
}

.fourth {
	width: 22%;
}

.two_third {
	width: 65.3332%;
}

.three_fourth {
	width: 74%;
}

.fifth {
	width: 16.8%;
}

.sixth {
	width: 13.333332%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.block {
	cursor: pointer;
	display: block;
	background-color: #FFF;
	overflow: hidden;
	margin: 4% 0 5.5% 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	min-height: 200px;
}

.block.small,
.block.banner,
.block.banner_full {
	display: flex;
}

.block.banner,
.block.banner_full {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.site-section.same_height_true .banner,
.site-section.same_height_true .banner_full {
	height: 100%;
}

.block_img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.small .block_img {
	width: 48%;
	float: left;
	height: auto !important;
}

.icon .block_img {
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	width: 36px;
	height: 36px;
	margin-top: 20px;
	margin-left: 20px;
}

.large .block_txt,
.medium .block_txt,
.icon .block_txt {
	padding: 0px 20px 5px 20px;
}

.small .block_txt {
	width: 52%;
	float: left;
	padding: 0px 20px;
	display: flex;
	flex-wrap: wrap;
}

.owl-comunidad .block.small {
	display: block;
	min-height: 348px;
}

.owl-comunidad .block.small .block_img,
.owl-comunidad .block.small .block_txt {
	width: 100%;
	font: none;
}

.owl-comunidad .block.small .block_img {
	height: 200px !important;
}

.owl-comunidad .small h2 {
	font-size: 19px;
	margin-top: 12px;
	margin-bottom: 0;
	line-height: 130%;
}

.owl-comunidad .owl-dots {
	border-top: none;
}

.banner .block_txt {
	width: 100%;
	padding: 20px 20px 0px 20px;
	display: flex;
	flex-wrap: wrap;
	background: rgba(0,0,0,0.4);
}

.banner_full a {
	display: block;
	width: 100%;
	height: auto;
}

.block h2 {	
	font-weight: 400;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 0px;
}

.large h2 {
	font-size: 36px;
}

.medium h2 {
	font-size: 26px;
}

.small h2 {
	font-size: 26px;
	margin-top: 12px;
	margin-bottom: 0;
}

.banner h2,
.icon h2 {
	color: #FFF;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0px;
	width: 100%;
}

.icon h2 {
	color: #333;
	margin-top: 6px;
}

.banner h2:after,
.icon h2:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin-top: 8px;
}

.block p a {
	font-weight: 600;
	text-decoration: none;
}

.banner p a {
	color: #FFF;
}

.block p a:after {
	content: "→";
	margin-left: 5px;
}

.small .block_link,
.banner .block_link {
	align-self: flex-end;
}

.button {
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
}

.button.btn_small {
	font-size: 18px;
	padding: 4px 16px;
}

.button.btn_medium {
	font-size: 21px;
	padding: 8px 24px;
}

.button.btn_large {
	font-size: 24px;
	padding: 12px 36px;
}

.button.btn_outline {
	border: solid 2px #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #333;
}

.button.btn_solid {
	border: solid 2px #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	opacity: 1;
}

.button.btn_solid:hover {
	opacity: 0.7;
}

.button.btn_outline:hover {
	color: #FFF;
	background: #333;
}

.button.btn_outline.btn_light {
	border-color: #FFF;
	color: #FFF;
}

.button.btn_outline.btn_light:hover {
	background: #FFF;
	color: #333;
}

.wrapper_same_height {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.wrapper_same_height .col {
	margin-bottom: 35px;
}

.box {
	background: #FFF;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.box.tecnica {
	margin-top: 0 !important;
}

.box p,
.block p {
	font-size: 16px;
}

.wrapper_same_height .box {
	height: 100%;
	padding-bottom: 0;
}

.wrapper_same_height .block {
	height: 96%;
	margin-bottom: 0;
}

.box.transparent_true {
	background: transparent !important;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	padding: 0;
}

.box > *:first-child {
	margin-top: 0;
}

.box *:last-child {
	margin-bottom: 0;
}

.box.box_light {
	color: #FFF;
}

.box_title {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.5px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.box_title:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin-top: 12px;
}

.box_light .box_title:after {
	background-color: #fff;
}
/*
.box_title + :first-of-type {
	margin-top: 0;
}
*/
.contact_phone {
	text-align: center;
}

.phone_icon {
	display: inline-block;
	width: 54px;
	height: 54px;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.contact_phone h3 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 21px;
	position: relative;
	margin-top: 12px;
	margin-bottom: 0;
}

.contact_phone h3:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	margin: 18px auto 0px auto;
}

.contact_phone a {
	font-size: 48px;
	font-weight: 900;
}

.contact_phone p {
	margin-top: 5px;
	margin-bottom: 0;
}

.twitter-wrapper {
	margin: 0;
	height: 100%;
	display: block;
}

.twitter-timeline {
	height: 100% !important;
}

.widget_trabajos {
	background: #FFF;
	position: relative;
	height: 100%;
}

.trabajos_header {
	min-height: 200px;
	width: 100%;
	background: url(images/VS_descripcion_equipo.jpg) no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.trabajos_header_avoii {
	background-image: url(images/AVOII_descripcion_equipo.jpg)!important;
}

.trabajos_header_ambiii {
	background-image: url(images/AVOII_descripcion_equipo.jpg)!important;
}

.trabajos_header::after {
    content: "";
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    min-height: 200px;
}

.trabajos_header h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	color: #FFF;
	bottom: 20px;
	left: 20px;
}

.trabajos_header h2:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin-top: 10px;
}

.work_status  {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 4px 8px;
}

.work_status.active {
	background: #390;
	color:#FFF;
}

.work_status.finished {
	background: #F8B600;
	color: #222;
}

.widget_trabajos h3 {
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 15px;
}

.widget_trabajos p,
.archive .trabajos p.meta {
	margin-top: 4px;
}

.work {
	margin-top: 20px;
}

.widget_trabajos .meta,
.archive .trabajos .meta {
	font-size: 16px;
	margin-bottom: 0px;
}

.work .icon,
.posted-on .icon,
.archive .trabajos .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: sub;
	margin-right: 8px;
}

.work .work_date .icon,
.posted-on .icon,
.archive .trabajos .work_date .icon {
	background: url(images/works_icon_date.svg) no-repeat center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}

.work .work_time .icon,
.archive .trabajos .work_time .icon {
	background: url(images/works_icon_time.svg) no-repeat center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}

.archive .trabajos .post-thumbnail {
    margin: 24px 0px;
    display: block;
}

.archive .trabajos .entry-title {
    margin-bottom: 10px;
}

.archive_sub {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #777;
    margin: -8px 0 0 0;
}

.widget_trabajos .owl-carousel {
	padding: 0px 20px;
}

.owl-dots {
	border-top: solid 1px #DDD;
	padding: 7px 0 20px 0;
	margin-top: 20px;
	z-index: 1;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: #DDD !important;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
    margin-right: 12px;
}

.owl-dot.active {
    width: 16px;
    height: 16px;
}

.link_trabajos {
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 2;
	margin: 0;
}

.slider_gallery .owl-dots {
	margin-top: 0;
	text-align: center;
}

.slider_gallery {
	padding-left: 20px;
	padding-right: 20px;
}

.slider_gallery.slider_comunidad, .slider_gallery.slider_stage {
	padding-left: 0;
	padding-right: 0;
}

.accordion_item .slider_gallery {
	padding-left: 0;
	padding-right: 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.accordion_item .owl-item p {
	margin-top: 0 !important;
}

.comunidad > .wrapper > h2 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-top: 24px;
	margin-bottom: 36px;
}

.nicer, .fields_divider {
    float: left;
}

.nicer {
	margin-top: 4px;
	margin-bottom: 20px;
}

.nicer.dv {
    width: 100px;
}

.nicer input,
input,
textarea {
	width: 100%;
	border-radius: 10px !important;
	height: 45px;
	padding: 0px 10px !important;
	border: solid 1px #CCC;
}

.nicer input:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.fields_divider {
	margin-top: 9px;
	margin-left: 12px;
	margin-right: 12px;
}

input[type="submit"],
.calculator-travel .btn-calculate {
	color: #FFF;
	font-size: 21px;
	font-weight: 600;
	padding: 8px 24px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
	border: none;
	height: 48px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 36px !important;
	padding-right: 36px !important;
	margin-top: 12px;
	margin-bottom: -10px;
	display: block;
	clear: both;
	width: auto;
}

.calculator-travel .btn-calculate {
	background-color: #f7941d;
	display: inline-block;
	line-height: 48px !important;
	height: 48px !important;
	margin-bottom: 0;
}

input[type="submit"]:hover,
.calculator-travel .btn-calculate:hover {
	opacity: 0.8;
}

/*** ACCORDIONS & TOOGLES ***/

.toggle_group {
	margin-bottom: 40px;
}

.accordion_item {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	padding: 11px 20px 13px 20px;
	margin-bottom: 16px;
	background: #FFF;
}

.accordion_item h1.accordion_title,
.accordion_item h2.accordion_title,
.accordion_item h3.accordion_title,
.accordion_item h4.accordion_title,
.accordion_item h5.accordion_title,
.accordion_item h6.accordion_title {
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-top: 4px;
}

.accordion_item h3.accordion_title {
	font-size: 24px;
}

.accordion_item.open_no .accordion_title span:after {
	content: "+";
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion_item.open_yes .accordion_title span:after {
	content: "\2013";
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion_content {
	border-top: solid 1px #DDD;
	margin-top: 15px;
	padding-top: 0px;
}

.accordion_content h6 {
	text-transform: none;
}

.accordion_item.open_no .accordion_content {
	display: none;
}

/*** TABS ***/

.tab_side_container>ul {
	float: left;
	width: 22%;
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;

}

.tab_side_container .panel_container {
	float: left;
	width: 78%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);	
	margin-bottom: 10px;
	background: #FFF;
}

.tab_side_container>ul>li {
	margin: 0;
	padding: 12px 10px 12px 4px;
	border-bottom: solid 1px #DDD !important;
}

.tab_side_container>ul>li:last-child {
	border-bottom: 0px !important;
}

.tab_side_container>ul>li:before {
	content: "";
	display: none;
}

.tab_side_container>ul>li>a {
	display: block;
	width: 100%;
	margin: 0;
	line-height: 140%;
	font-weight: 300;
	color: #555;
}

.tab_side_container>ul>li.current {
	margin-top: 0px;
	margin-bottom: 0px;
	background: none !important;
	border-right: solid 4px;
}

.tab_side_container>ul li.current a {
	font-weight: bold;
	font-weight: 600;
}

.tab_content {
	display: none;
	padding: 0px 20px 13px 20px;
}

.tab_content.viewing {
	display: block;
}

/*** VERTICAL TABS ***/

.vertical_tabs {
	margin-top: 20px;
}

.vertical_tabs .tabs_group a {
	font-weight: 300;
	line-height: 140%;
	color: #555;
	margin-right: 20px;
	display: inline-block;
	padding-top: 0px;
	margin-bottom: 0px;
	border-left: solid 1px #DDD;
	min-height: 70px;
	padding-left: 20px;
	padding-bottom: 0px;
	position: relative;
	width: 30%;
	margin-bottom: -6px;
}

#nororiente .vertical_tabs .tabs_group a {
	min-height: 95px;
}

.vertical_tabs .tabs_group a.current .current_arrow {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 15px;
	/*background: url(images/current_tab_arrow.png) no-repeat 0 0;*/
}

.vertical_tabs .tabs_group a.current {
	color: #390;
}

.vertical_tabs .tabs_group a:first-child {
	border-left: none;
}

.vertical_tabs .tabs_group a.current {
	font-weight: 600;
}

/*
.tabs_group .bikes {
	width: 100px;
}
*/

.tabs_group .bikes .draw {
	background: url(images/bike.svg) no-repeat 0px 0px;
	display: block;
}

.tabs_group .bikes.current .draw {
	background: url(images/bike_green.svg) no-repeat 0px 0px;
}

/*
.tabs_group .cars {
	width: 180px;
}
*/

.tabs_group .cars .draw {
	background: url(images/car.svg) no-repeat 0px 0px;
	display: block;
}

.tabs_group .cars.current .draw {
	background: url(images/car_green.svg) no-repeat 0px 0px;
}

/*
.tabs_group .buses {
	width: 180px;
}
*/

#nororiente .tabs_group .buses {
	width: 250px;
}

.tabs_group .buses .draw {
	background: url(images/bus.svg) no-repeat 0px 0px;
	display: block;
}

.tabs_group .buses.current .draw {
	background: url(images/bus_green.svg) no-repeat 0px 0px;
}

/*
.tabs_group .trucks {
	width: 250px;
}
*/

.tabs_group .trucks .draw {
	background: url(images/truck.svg) no-repeat 0px 0px;
	display: block;
}

.tabs_group .trucks.current .draw {
	background: url(images/truck_green.svg) no-repeat 0px 0px;
}

.vertical_tab_content {
	display: none;
}

.vertical_tab_content.viewing {
	display: block;
}

.vertical_tabs .tabs_group br {
	display: none;
}

.rates .tabs_group {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}

.rates .tabs_group .draw {
	height: 48px;
	-moz-background-size: contain !important;
	-webkit-background-size: contain !important;
	background-size: contain !important;
	margin-bottom: 4px;
}

.rates table {
	border-radius: 12px 12px 0px 0px;
	background: #FFF;
}

.rates table td {
	border-bottom: solid 1px #CCC;
}

.rates table tr:last-child td {
	border-bottom: 0px !important;
}

.rates table th.centered,
.rates table td.centered {
	text-align: center;
	padding-left: 10px;
}

.rates table th.green_rate {
	background: #1f5c00 !important;
}

.rates table th.orange_rate {
	background: #ac6714 !important;
}

.rates table th.blue_rate {
	background: #0079a7 !important;
}

.rates table td.green_rate {
	background: #cce5bf;
	border-bottom: solid 1px #99cc80;
}

.rates table td.orange_rate {
	background: #fde4c6;
	border-bottom: solid 1px #fbca8e;
}

.rates table td.blue_rate {
	background: #bfebfb;
	border-bottom: solid 1px #80d7f7;
}

.rates table tr.gray td {
	background: #DDD;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.rates table .gray em {
	text-transform: initial!important;
	font-size: 0.8em!important;
}

#tbfp, #tbp, #ts {
	position: relative;
	overflow: visible;
	text-align: center;
}

#tbfp:hover, #tbp:hover, #ts:hover {
	cursor: pointer;
}

#tbfp:after, #tbp:after, #ts:after {
	display: block;
	position: absolute;
	bottom:-5px;
	right: 50%;
	color: #FFF;
	background: rgba(0,0,0,0.75);
	font-weight: 100;
	text-align: center;
	width: 150px;
	height: auto;
	padding: 10px 0px;
	-moz-border-radius: 200px 0px 200px 200px;
	-webkit-border-radius: 200px 0px 200px 200px;
	border-radius: 200px 0px 200px 200px;
	display: none;
	font-size: 12px;
	line-height: 100%;
	margin-bottom: -18px;
}

#tbfp:hover:after, #tbp:hover:after, #ts:hover:after {
	display: block;
}

#tbfp:after {
	content: "Tarifa base fuera de punta";
}

#tbp:after {
	content: "Tarifa base punta";
}

#ts:after {
	content: "Tarifa saturación";
}

.info_icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/info.svg) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	clear: both;
	text-align: center;
	margin: auto;
}

/* OFICINA VIRTUAL */
.virtual_office_access .block_img {
	background: url(images/bg_ov.jpg) no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.of_alert {
	padding: 16px 0px;
	color: #FFF;
}

.of_alert p {
    margin: 0px;
}

.of_alert .icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 12px;
	background: url(images/alert_white.svg) no-repeat center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}

/*******************************/
/*** SALIDAS DE LA AUTOPISTA ***/
/*******************************/

.exits_animation {
	position: relative;
	height: 565px;
}

.exits_animation img {
	display: none;
	position: absolute;
	width: 960px !important;
}

.exits_animation img.initial {
	display: block;
}

.exits_animation map {
	position: absolute;
	z-index: 10;
}

/********************/
/*** CONTACT PAGE ***/
/********************/

form#contact p {
	margin-bottom: 0;
	margin-top: 12px;
}

#contact label {
    margin-bottom: 4px;
    display: block;
}

#contact .half, #contact .short, #contact .complement {
    float: left;
}

#contact .full {
    width: 100%;
    clear: both;
}

.field_wrapper.half {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.field_wrapper.short {
	width: 34%;
	float: left;
	margin-right: 4%;
}

.field_wrapper.complement {
	width: 10%;
	float: left;
	margin-right: 4%;
}

.field_wrapper.last {
	margin-right: 0;
}

.field_wrapper.half.nofloat {
	float: none;
}

.field_wrapper.full {
	float: none;
	width: 100%;
	clear: both;
}

/*
#contact .nicer input {
	height: 33px;
	background: #FFF;
	padding-left: 2.5%;
	padding-right: 2.5%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	margin-left: 0;
}

#contact .nicer.textarea {
	height: auto;
	background: #FFF;
	padding-left: 1%;
	padding-right: 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	margin-top: 5px;
}
*/

.nicer textarea {
	resize: none;
	height: 140px;
	margin-top: 0;
	margin-bottom: 0;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contact textarea {
    width: 100%;
    padding: 10px !important;
    resize: none;
    height: 140px;
}

form#contact select {
	background: #FFF;
	border: solid 1px #CCC;
	font-family: "Source Sans Pro";
	width: 100%;
	height: 45px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

form#contact select:after {
	content: " ";
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	width: 8px;
	height: 8px;
	background: red;
}

form#contact #year {
	display: none;
}

#sending_form {
	display: none;
	margin-top: 40px;
	position: relative;
}

#sending_form span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/ajax-loader.gif) no-repeat;
}

#sending_form div {
	position: absolute;
	top: 3px;
	left: 40px;
}

label.error {
	color: #FF0000;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin: 5px 0 -5px 0px;
}

input.error,
textarea.error,
select.error {
	border-color: #FF0000;
}

/******************/
/*** CALCULADOR ***/
/******************/

.calculator-travel .sidebar {
	margin-top: 0;
	margin-bottom: 0 !important;
}

.calculator-travel .sidebar .box {
	padding-top: 10px;
}

.calculator-form h3 {
	font-weight: 600 !important;
	color: #339900;
}

.calculator-travel .map {
	margin-top: 14px;
	margin-bottom: 64px;
}

.calculator-results .rate-wrapper {
	font-size: 28px;
	font-weight: 600;
}

.calculator-travel select {
	background: #FFF;
	border: solid 1px #CCC;
	font-family: "Source Sans Pro";
	width: 100%;
	height: 45px !important;
	padding: 10px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	font-size: 16px;
	outline: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
}

.calculator-travel select:focus {
	border: solid 1px #390;
	outline: none;
}

.calculator-travel .checkbox, .calculator-travel .radio {
	font-size: 16px !important;
	margin-top: 0;
	height: 28px;
	line-height: 32px;
}
.calculator-travel .checkbox label, .calculator-travel .radio label {
	padding-left: 32px;
	min-height: 20px;
	font-weight: 400;
	cursor: pointer;
	font-size: 16px;
	position: relative;
}

.calculator-travel .radio input[type="radio"] {
	position: absolute;
	margin-left: 0;
	left: 0;
	width: 24px;
	height: 32px;
	margin-top: 0px;
}

.calculator-travel #map {
	height: 535px;
}

.eeff_container .col.half {
	margin-top: 12px;
	margin-bottom: 12px;
}

.eeff_container li {
	margin-bottom: 0;
}

.eeff_container li a {
	font-weight: 400;
	color: #333;
}

.eeff_container h5 {
	margin-top: 0;
}

.eeff_container img {
    border: solid 1px #CCC;
}

/***********************************/
/*** CONOCE TU BOLETA & TOOLTIPS ***/
/***********************************/

.bill {
	position: relative;
	width: 880px;
}

.tooltip_position {
	position: absolute;
	z-index: 2;
}

.tooltip_wrapper {
	display: none;
}

.bill .tooltip .icon,
.tooltip .tooltip_content {
	background-color: #0063a5;
}

.bill .icon_wrapper {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.bill .tooltip .icon {
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(images/info.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	border-radius: 4px;
}

.tooltip .tooltip_arrow {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(images/tooltip_arrows.png);
	background-repeat: no-repeat;
}

.top .tooltip_arrow {
	background-position: 0 -18px;
	margin-left: 30px;
	margin-bottom: 5px;
}

.bottom .tooltip_arrow {
	background-position: 0 0;
}

.left .tooltip_content {
	margin-left: -220px;
	margin-top: -36px;
	-webkit-border-radius: 16px 0px 16px 16px;
	-moz-border-radius: 16px 0px 16px 16px;
	border-radius: 16px 0px 16px 16px;
}

.right .tooltip_content {
	margin-left: 45px;
	margin-top: -36px;
	-webkit-border-radius: 0px 16px 16px 16px;
	-moz-border-radius: 0px 16px 16px 16px;
	border-radius: 0px 16px 16px 16px;
}

.tooltip .tooltip_content {
	color: #FFF;
	padding: 10px 20px 12px 20px;
	width: 210px;
}

.tooltip .tooltip_content p:last-child {
	margin-bottom: 0px;
}

.tooltip_content p {
	margin: 0;
}

/********************/
/*** MAP TEMPLATE ***/
/********************/

.map_ref_container {
	clear: both;
	position: relative;
}

#map {
	width: 100%;
	height: 475px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	/*
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	*/
}

#map.modal_map {
	width: 640px;
	height: 472px;
}

#map img {
	max-width: none !important;
	height: none !important;
	width: auto !important;
}

#map .marker_data {
	width: 175px;
	min-height: 50px;
}

#map .marker_data.customer_data {
	width: 250px;
}

img.static_map {
	margin-top: 12px;
}

.marker_data h3 {
	font-weight: 300;
	font-size: 18px;
	font-family: "Source Sans Pro";
	margin: 5px 0px 10px 10px;
}

.marker_data p {
	font-size: 13px;
	margin: 0 0 10px 10px;
	font-family: "Source Sans Pro";
	font-weight: 400;
}

.references {
	width: auto;
	height: auto;
	padding: 20px 15px 10px 15px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	/*
	position: absolute;
	top: 35px;
	right: 5px;
	z-index: 2;
	*/
}

.references h3 {
	margin: 0;
	font-size: 28px;
}

.references p {
	margin: 0;
	line-height: 115%;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

.references_links {
	border-top: solid 1px #CCC;
	padding-top: 20px;
	margin-top: 10px;
}

.references_links.collapsed {
	border-top: solid 1px #FFF;
}

.references .small_text p {
	line-height: 140%;
	font-weight: 400;
}

.references .ref_arrow {
	display: block;
	width: 17px;
	height: 8px;
	overflow: hidden;
	background-image: url(images/references_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 25px;
	top: 35px;
	cursor: pointer;
}

.references .ref_arrow.collapse {
	background-position: 0 -8px;
}

.references .ref_arrow.expand {
	background-position: 0 0;
}

.content .references a {
	display: block;
	clear: both;
	color: #555;
	font-weight: 300;
	font-size: 17px;
	width: 100%;
	height: 32px;
	margin-bottom: 8px;
	text-decoration: none;
	line-height: 16px;
}

.references a .icon {
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	float: left;
	height: 32px;
	margin: -4px 4px 0 0;
	padding: 2px;
	width: 32px;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.references a.disabled_map_link .icon {
	filter: grayscale(100%);
}

.references a.map_link {
	display: none;
}

.references .entrance .icon {
	background-image: url(images/pines/entrance.svg);
}

.references .exit .icon {
	background-image: url(images/pines/exit.svg);
}

.references .junction .icon {
	background-image: url(images/pines/junction.svg);
}

.references .tunnel .icon {
	background-image: url(images/pines/tunnel.svg);
}

.references .auto_toll .icon {
	background-image: url(images/pines/auto_toll.svg);
}

.references .manual_toll .icon {
	background-image: url(images/pines/manual_toll.svg);
}

.references .footbridge .icon {
	background-image: url(images/pines/footbridge.svg);
}

.references .sos_exit .icon {
	background-image: url(images/pines/sos_exit.svg);
}

.references .person .icon {
	background-image: url(images/pines/person.svg);
}

.references .gas .icon {
	background-image: url(images/pines/gas.svg);
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* 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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	display: inline-block;
	margin-bottom: 0;
}

.secondary_nav {
	background: #390;
	color: #FFF;
	text-align: right;
	padding: 8px 0px;
}

.secondary_nav li {
	margin-left: 40px;
}

.secondary_nav li:first-child {
	margin-left: 0;
}

.secondary_nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	opacity: 1;
}

.secondary_nav a:hover {
	opacity: 0.6;
	color: #FFF !important;
}

.secondary_nav a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: text-top;
	margin-right: 8px;
}

	.preguntas-frecuentes a:before {
		background-image: url(images/faq-icon.svg);	
	}

	.centros-de-atencion a:before {
		background-image: url(images/cac-icon.svg);
	}

	.oficina-virtual a:before {
		background-image: url(images/ov-icon.svg);
	}

	.quienes-somos a::before {
		background-image: url(images/company-icon.svg);
	}

	.contacto a::before {
		background-image: url(images/contact-icon.svg);
	}

.main_nav {
	float: right;
	margin-top: 13px;
}

.main_nav > ul > li {
	margin-left: 64px;
	position: relative;
}

.main_nav li:first-child {
	margin-left: 0;
}

.main_nav a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px;
}

.main_nav > ul > li.menu-item-has-children > a {
	padding-right: 22px;
	padding-bottom: 14px;
}

.main_nav > ul > li.menu-item-has-children > a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 0;
	width: 12px;
	height: 12px;
	background: url(images/down-arrow-333.svg) no-repeat center;
	background-size: contain;
}

#amb .main_nav > ul > li.menu-item-has-children > a:before,
#costaneranorte .main_nav > ul > li.menu-item-has-children > a:before,
#litoralcentral .main_nav > ul > li.menu-item-has-children > a:before,
#nororiente .main_nav > ul > li.menu-item-has-children > a:before,
#vespuciosur .main_nav > ul > li.menu-item-has-children > a:before {
	background: url(images/down-arrow-390.svg) no-repeat center;
}
	

.main_nav > ul > li > .sub-menu {
    width: 260px;
    position: absolute;
    top: 40px;
	left: 0px;
	background: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
	padding: 10px 20px;
	border-radius: 0px 16px 16px 16px;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.main_nav > ul > li:last-child > .sub-menu {
	width: 220px;
}

.main_nav > ul > li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}

.main_nav .sub-menu li {
	margin: 10px 0px;
	line-height: 150%;
	width: 100%;
}

.main_nav .sub-menu a {
	text-transform: none;
	letter-spacing: normal;
}

.main_nav .nav_divider a {
	color: #ccc;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.main_nav .nav_divider {
	margin-bottom: 0 !important;
}

nav input {
    display: none;
}

nav label {
    cursor: pointer;
    display: block;
    float: right;
    margin: 11px 5px 0 0;
	display: none;
}

.burger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #333;
    transition: all 0.2s;
}

.burger_top,
.burger_bottom {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.burger_center {
    margin: 6px 0px;
    opacity: 1;
}

nav input[type="checkbox"]:checked + label .burger_top {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

nav input[type="checkbox"]:checked + label .burger_center {
    opacity: 0;
}

nav input[type="checkbox"]:checked + label .burger_bottom {
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.utility_bar {
	z-index: 3;
	position: relative;
}

#utilityClose {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	z-index: 1;
	top: 0;
	left: 0;
}

.utility_bar .wrapper {
	color: #FFF;
	background-color: #78B760;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding: 18px 28px;
	display: flex;
	align-items: center;
	margin-top: -43px;
}

.utility_bar p {
	margin: 0;
}

.need_wrapper {
	position: relative;
	flex-grow: 1;
	margin-left: 0px;
}

.utility_trigger {
	color: #390;
	font-size: 21px;
	background: #FFF;
	border: solid 1px #390;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 8px 20px;
	cursor: pointer;
	font-weight: 600;
}

.utility_trigger:after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/utility-arrow.svg) no-repeat center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -10px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.utility_trigger.open:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#menu-utility-bar {
	overflow: hidden;
	position: absolute;
	background: #FFF;
	display: none;
	margin: 10px 0 0 0;
	padding: 3px 20px 6px 20px;
	width: 100%;
	border: solid 1px #390;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
	min-width: 240px;
}

#menu-utility-bar li {
	border-bottom: 1px solid #DDD;
	padding-left: 0;
	margin-bottom: 0;
}

#menu-utility-bar li:before {
	content: "";
	display: none;
}

#menu-utility-bar li:last-child {
	border-bottom: 0;
}

#menu-utility-bar a {
	color: #333;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 10px 0px;
	font-weight: 400;
	position: relative;
	padding-left: 36px;
}

#menu-utility-bar a:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 12px;
	vertical-align: text-bottom;
	position: absolute;
	left: 0px;
	top: 12px;
}

	#menu-utility-bar .pagar-mi-cuenta a:before {
		background-image: url(images/utility-pagar-icon.svg);
	}

	#menu-utility-bar .solicitar-turno-de-atencion-presencial a:before {
		background-image: url(images/utility-turno-icon.svg);
	}

	#menu-utility-bar .solicitar-o-devolver-mi-tag a:before {
		background-image: url(images/utility-tag-icon.svg);
	}

	#menu-utility-bar .revisar-el-estado-del-tag a:before {
		background-image: url(images/utility-estado-icon.svg);
	}

	#menu-utility-bar .repactar-deuda a:before {
		background-image: url(images/utility-deuda-icon.svg);
	}

	#menu-utility-bar .solicitar-boleta-por-e-mail a:before {
		background-image: url(images/utility-boleta-icon.svg);
	}

	#menu-utility-bar .calcular-viaje a:before {
		background-image: url(images/utility-calcular-icon.svg);
	}

	#menu-utility-bar .suscribir-convenio a::before {
		background-image: url(images/utility-suscribir-convenio.svg);
	}

.utility_bar h2 {
	font-weight: 400;
	font-size: 32px;
	margin: 0;
}

.utility_ov,
.utility_paga {
	display: block;
	background: #390;
	padding: 20px 28px;
	margin-left: 28px;
	margin-right: -28px;
	margin-top: -18px;
	margin-bottom: -18px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	color: #FFF !important;
	letter-spacing: 0.5px;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #78B760;
}

.utility_ov:hover,
.utility_paga:hover {
	opacity: 0.7;
}

.utility_ov:before,
.utility_paga:before {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 42px;
	height: 42px;
	background: url(images/utility-ov-icon.svg) no-repeat center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 12px;
}

.utility_ov:before {
	width: 36px;
}

.utility_paga:before { 
	background: url(plantillas/images/paga.svg) no-repeat center;
}

.utility_ov:after,
.utility_paga:after {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 32px;
	height: 32px;
	background-image: url(images/white_right_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px auto;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-left: 12px;
}

.emergency_top {
	display: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/

.updated:not(.published) {
	display: none;
}

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.g-recaptcha {
	margin: 24px 0;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Helpers
--------------------------------------------- */
.shadow20 {	
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.padding_zero {
	padding: 0;
}

.only_responsive,
.only_mobile {
	display: none;
}

/* CUSTOMIZATION AVO2 & AMB3*/
/* #avoii .secondary_nav {
	display: none;
} */

#avoii.page-id-240 .site-header, #ambiii.home .site-header, #cv7868.home .site-header {
	position: absolute;
	width: 100%;
    box-shadow: 0 0 0;
}

#avoii.page-id-240 #sticked, #ambiii.home #sticked, #cv7868.home #sticked {
	background: transparent;
}

#avoii.page-id-240 #sticked.fixed, #ambiii.home #sticked.fixed, #cv7868.home #sticked.fixed {
	background: #FFF;
}

#avoii.page-id-240 .main_nav a, #ambiii.home .main_nav a, #cv7868.home .main_nav a {
	color: #FFF;
}

#avoii.page-id-240 #sticked.fixed .main_nav a, #ambiii.home #sticked.fixed .main_nav a, #cv7868.home #sticked.fixed .main_nav a {
	color: #333;
}

#avoii.page-id-240 .site_logo {
	display: inline-block;
	width: 164px;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('https://avo2.cl/wp-content/uploads/2023/02/logo_avo2_white.svg') no-repeat center;
	background-size: contain;
}

#ambiii.home .site_logo {
	display: inline-block;
	width: 164px;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('https://www.accesovialamb3.cl/wp-content/uploads/2024/04/logo_amb3-white.svg') no-repeat center;
	background-size: contain;
}

#cv7868.home .site_logo {
	display: inline-block;
	width: 164px;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('https://www.cv78-68.cl/wp-content/uploads/2025/07/cv7868_white.svg') no-repeat center;
	background-size: contain;
}

#avoii.page-id-240 #sticked.fixed .site_logo {
	background: url('https://avo2.cl/wp-content/uploads/2023/01/logo_avo2.svg') no-repeat center;
}

#ambiii.home #sticked.fixed .site_logo {
	background: url('https://www.accesovialamb3.cl/wp-content/uploads/2024/04/logo_amb_iii.svg') no-repeat center;
}

#cv7868.home #sticked.fixed .site_logo {
	background: url('https://www.cv78-68.cl/wp-content/uploads/2025/07/cv7868.svg') no-repeat center;
}

#avoii.page-id-240 .burger span, #ambiii.home .burger span, #cv7868.home .burger span {
	background-color: #FFF;
}
#avoii.page-id-240 #sticked.fixed .burger span, #ambiii.home #sticked.fixed .burger span, #cv7868.home #sticked.fixed .burger span {
	background-color: #333;
}

#avoii.page-id-240 .stage h1 {
	font-size: 54px;
}

#avoii .footer_form, #ambiii .footer_form {
	border-left: 1px solid #ddd;
	padding-left:50px;	
}

#avoii .footer_form .widget-title span, #ambiii .footer_form .widget-title span {
	text-transform:none;
	font-weight: 300;
	font-size: 15px;
	display: block;
}

#avoii form#contact,
#avoii #sending_form,
#ambiii form#contact,
#ambiii #sending_form {
	margin-bottom: 48px;
}

#avoii #sending_form p, #ambiii #sending_form p {
	margin: 0px;
}

#avoii #sending_form span, #ambiii #sending_form span {
	background-position: center;
  	border-radius: 4px;
	  background-color: #f5f5f5;
  	padding: 12px;
 	 background-size: 24px;
}

/* MEDIA QUERIES for RESPONSIVE 
------------------------------------------ */
@media screen and (max-width: 1140px) {
	.main_nav > ul > li {
		margin-left: 36px;
	}

	.stage h1 {
		font-size: 48px;
	}

	.stage p {
		font-size: 18px;
	}

	.stage a {
		font-size: 18px;
	}
}
@media screen and (max-width: 1023px) {
	/* En 1024 cambia el menú por mobile */
	.main_nav ul {
		display: none;
	}

	nav label {
		display: block;
	}

	nav input[type="checkbox"]:checked ~ ul {
		display: block;
	}
	
	#avoii nav input[type="checkbox"]:checked ~ ul , #ambiii nav input[type="checkbox"]:checked ~ ul {
		display: flex;
		width: 100%;
		height: 100%;
		position: fixed;
		flex-wrap: wrap;
		align-content: center;
		z-index: 1;
		top: 0px;
		left: 0;
		background: rgba(0,0,0,0.8);
	}
	
	#avoii nav input[type="checkbox"]:checked + label span, #ambiii nav input[type="checkbox"]:checked + label span {
		background-color: #FFF !important;
	}
	
	#avoii .burger span, #ambiii .burger span {
		z-index: 9999999;
		position: relative;
	}

	#avoii .footer_form, #ambiii .footer_form {
		border-left: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding-left:0px;	
	}

	#menu-principal {
		background: #333;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		margin-top: 17px;
		padding-top: 12px;
		padding-bottom: 6px;
	}

	.main_nav > ul > li {
		margin: 0px auto !important;
		display: block;
		width: 94%;
		border-bottom: 1px solid #555;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	
	#avoii .main_nav > ul > li, #ambiii .main_nav > ul > li {
		max-width: 550px;
		text-align: center;
	}

	.main_nav > ul > li:last-child {
		border-bottom: 0;
		/* margin-bottom: 12px !important; */
	}
	
	#avoii.page-id-240 #sticked.fixed .main_nav a, #ambiii.home #sticked.fixed .main_nav a, #cv7868.home #sticked.fixed .main_nav a {
		color: #FFF !important;
	}

	.main_nav a {
		color: #FFF;
		padding: 14px 22px 14px 0px !important;
		display: block;
	}

	.main_nav > ul > li.menu-item-has-children > a::before {
		top: 24px;
		margin-top: 0px;
		transform: rotate(0deg);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.main_nav > ul > li.menu-item-has-children.open > a::before {
		transform: rotate(180deg);
	}

	.main_nav > ul > li > .sub-menu {
		visibility: visible !important;
		opacity: 1 !important;
		z-index: 2;
		position: relative;
		width: 100% !important;
		top: auto;
		bottom: auto;
		background: none;
		padding: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-top: -10px !important;
		margin-bottom: 16px !important;
	}

	.main_nav .sub-menu li {
		width: 100%;
		margin: 0;
	}

	.main_nav .sub-menu li a {
		padding-right: 0px !important;
		padding-left: 20px !important;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	#menu-secundario {
		display: flex;
		justify-content: space-between;
	}

	.secondary_nav li {
		margin: 0;
	}

	#sticked {
		padding: 20px 0px 17px 0px;
	}

	.utility_bar .wrapper {
		flex-wrap: wrap;
	}

	.need_wrapper {
		width: 100%;
		margin: 16px 0 0 0;
	}

	.utility_bar h2 {
		text-align: center;
		width: 100%;
		font-size: 28	px;
	} 

	.utility_bar p {
		margin-top: 24px;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
	}

	.utility_bar p a {
		margin: 0px;
	}

	.utility_ov {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.page #page section:first-of-type:not(.stage) h1:first-of-type {
		margin-top: 0;
	}

	.large h2 {
		font-size: 32px;
	}
	
	.medium h2 {
		font-size: 24px;
	}
	
	.small h2 {
		font-size: 24px;
	}

	.block {
		margin-top: 0;
		margin-bottom: 5.5%;
	}

	.col {
		float: none;
		margin-right: 0;
		width: 100% !important;
	}

	.eeff_container .col.fourth,
	.eeff_container .col.three_fourth {
		float: left;
	}

	.eeff_container .col.fourth {
		width: 22% !important;
		margin-right: 4%;
	}

	.eeff_container .col.three_fourth {
		width: 74% !important;
	}

	.eeff_item {
		margin-bottom: 24px;
	}

	.eeff_container img {
		width: 100%;
	}

	.site-section.same_height_true .wrapper {
		flex-wrap: wrap;
	}

	.site-section.same_height_true .block {
		margin-bottom: 5.5%;
	}

	.twitter-wrapper {
		margin-top: 5.5%;
		height: 500px;
	}

	.twitter-wrapper iframe {
		height: 500px;
	}
	
	#avoii .twitter-wrapper,
	#avoii .twitter-wrapper iframe,
	#ambiii .twitter-wrapper,
	#ambiii .twitter-wrapper iframe  {
		height: auto;
	}

	.contact_phone {
		margin-top: 10%;
	}

	.site-section.phone_numbers {
		padding: 0 !important;
	}

	#menu-footer-izq {
		margin-bottom: 0;
	}

	#menu-footer-derecha {
		margin-top: 0;
	}

	footer ul {
		text-align: center;
	}

	.social {
		text-align: center;
	}

	.apps {
		text-align: center;
	}

	.apps a {
		display: block;
		margin: 4px auto;
	}

	.site-info,	
	.site-credit {
		float: none;
		text-align: center;
	}

	.oficinas .wrapper_same_height,
	.paga_tu_cuenta .wrapper_same_height,
	.wrapper_same_height {
		justify-content: space-between;
	}

	.oficinas .wrapper_same_height .col,
	.paga_tu_cuenta .wrapper_same_height .col,
	.wrapper_same_height .col {
		width: 48% !important;
	}

	.oficinas .wrapper_same_height .cf,
	.paga_tu_cuenta .wrapper_same_height .cf,
	.wrapper_same_height .cf {
		display: none;
	}

	.contacto_oficina {
		width: 50%;
	}

	#contact label {
		font-size: 16px;
	}

	.only_responsive {
		display: block;
	}

	.only_desktop {
		display: none;
	}

	.references {
		margin-top: 32px;
	}

	.archive main,
	.blog main,
	.single main {
		padding-bottom: 0;
	}

	.calculator-travel .sidebar {
		margin-bottom: 32px !important;
	}

	.utility_paga {
		margin-top: -14px !important;
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

@media screen and (max-width: 940px) {
	.bill {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.tab_side_container>ul {
		display: none;
	}
	
	.tab_side_container .panel_container {
		float: none;
		width: 100%;
		background-color: transparent;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	}

	.tab_content {
		display: block !important;
		padding: 0;
	}

	.pavimento table {
		border-top: solid 1px #DDD;
	}

	.pavimento table tr:first-child {
		display: none;
	}

	.pavimento td:first-child {
		padding-top: 12px !important;
	}

	.pavimento td:last-child {
		border-bottom: solid 1px #DDD;
		padding-bottom: 12px !important;
	}

	.pavimento td {
		width: 100% !important;
		display: block;
		border-bottom: 0;
		height: auto !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.pavimento td br {
		display: none;
	}

	.pavimento td:nth-of-type(1)::before {
		content: "Fecha: ";
		font-weight: bold;
	}

	.pavimento td:nth-of-type(2)::before {
		content: "Horario: ";
		font-weight: bold;
	}

	.pavimento td:nth-of-type(3)::before {
		content: "Sector: ";
		font-weight: bold;
	}

	.pavimento td:nth-of-type(4)::before {
		content: "Sentido: ";
		font-weight: bold;
	}

	.pavimento td:nth-of-type(5)::before {
		content: "Comuna: ";
		font-weight: bold;
	}

	.pavimento td:nth-of-type(6)::before {
		content: "Desvío: ";
		font-weight: bold;
	}
}

@media screen and (max-width: 700px) {
	.secondary_nav li:first-child {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 28px;
	}
	
	h4 {
		font-size: 24px;
		margin-top: 1.2em;
	}
	
	h5 {
		font-size: 21px;
		margin-top: 1.5em;
	}

	.secondary_nav {
		display: none;
	}

	.only_mobile {
		display: block;
	}

	.not_mobile {
		display: none;
	}

	.main_nav ul.top_nav {
		display: block;
		background: #333;
		display: flex;
		justify-content: space-around;
		border-bottom: solid 1px #555;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
	}

	.top_nav li {
		margin: 0;
		text-align: center;
		width: 28%;
	}

	.top_nav li a {
		padding-right: 0 !important;
		text-transform: none;
		letter-spacing: 0;
		font-size: 14px;
		font-weight: 400;
		line-height: 120%;
	}

	.top_nav a::before { 
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 6px;
	}

	.emergency_top {
		display: block;
		text-align: center;
		color: #FFF;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		padding: 8px 0;
	}

	.emergency_top:hover {
		color: #FFF !important;
	}

	.emergency_top span {
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url(images/phone_icon.svg) no-repeat center;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
		margin-right: 4px;
		vertical-align: text-top;
	}

	.stage {
		text-align: center;
	}

	.stage h1 {
		font-size: 36px;
	}

	#avoii.page-id-240 .stage h1 {
		font-size: 36px;
		margin-top: 60px;
	}

	.stage p {
		font-size: 16px;
	}

	.stage a {
		font-size: 18px;
	}

	.contacto_oficina {
		width: 100%;
	}

	.field_wrapper.half {
		width: 100%;
		margin: 0;
	}

	.field_wrapper.short {
		width: 76%;
	}

	.field_wrapper.complement {
		width: 20%;
	}
}

@media screen and (max-width: 540px) {
	.utility_bar .wrapper {
		margin-top: 0;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.utility_bar p {
		margin-bottom: 0;
	}

	.utility_ov,
	.utility_paga {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 0;
		padding-right: 0;

		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c7f00+0,339900+15 */
		background: #2c7f00; /* Old browsers */
		background: -moz-linear-gradient(top,  #2c7f00 0%, #339900 15%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #2c7f00 0%,#339900 15%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #2c7f00 0%,#339900 15%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7f00', endColorstr='#339900',GradientType=0 ); /* IE6-9 */
		
		letter-spacing: 0px;
		font-size: 21px;
	}

	.utility_paga {
		margin-top: -24px !important;
	}

	.utility_ov::before,
	.utility_paga::before {
		width: 36px;
		height: 36px;
		margin-right: 12px;
	}

	.utility_trigger {
		position: relative;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	#menu-utility-bar {
		width: 94%;
		margin-left: 3%;
	}

	.block.small {
		flex-wrap: wrap;
	}

	.small .block_img {
		width: 100%;
		height: 200px !important;
		font: none;
	}

	.small .block_txt {
		width: 100%;
		float: none;
	}

	.eeff_container .col.fourth,
	.eeff_container .col.three_fourth {
		float: none;
	}

	.eeff_container .col.fourth {
		width: 100% !important;
		margin-right: 0%;
	}

	.eeff_container .col.three_fourth {
		width: 100% !important;
	}

	.eeff_item {
		margin-bottom: 24px;
	}

	.eeff_container img {
		width: 100%;
		max-width: 200px;
		margin-bottom: 12px;
	}

	.oficinas .wrapper_same_height .col,
	.paga_tu_cuenta .wrapper_same_height .col,
	.wrapper_same_height .col {
		width: 100% !important;
	}

	.nicer.dv {
		width: 40px;
	}

	.nicer.rut {
		width: 160px;
	}
}