/* Import Font Awesome */
@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

.fltnone { float: none !important; }
.fltright { float: right !important; }
.fltleft { float: left !important; }
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center center;
}
/* -------------------------------------
-- CP-Child Linea Only
---------------------------------------*/
/* Navigation */

nav[role=linea] {
    background: #fff;
    color: #333745;
    position: relative;
    width: 100%;
    padding: 0;
    border-top: 3px solid #1e52b0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
nav[role=linea] .x-linea { float: left; padding: 10px 0; line-height: 2rem; }
@media only screen and (max-width: 940px) {
    nav[role=linea] .x-linea { margin-left: 0.9375em; }
}
nav[role=linea] .blogname {
    float: left;
    line-height: 3.75rem;
    font-weight: 600;
    display: inline-block;
}
nav[role=linea] .menu {
    margin: 0;
    float: right;
}
@media only screen and (max-width: 940px) {
    nav[role=linea] .menu { display: none; }
}
nav[role=linea] .menu a.button,
nav[role=linea] .menu a.logmeout,
nav[role=linea] .menu .login a {
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    font-weight: 600 !important;
}
nav[role=linea] .menu a.logmeout,
nav[role=linea] .menu .login a {
    color: #7a8391;
    border: 2px solid #7a8391;
    display: inline-block;
    line-height: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
nav[role=linea] .menu a.logmeout:hover,
nav[role=linea] .menu .login a:hover {
    border: 2px solid #1e52b0;
    color: #1e52b0;
}
/*@media (max-width: 480px) {
    nav[role=linea] .x-linea {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto 10px;
    }
}*/

nav[role=linea] li.menu-item-has-children > a:after {
    content: "\25BE";
    font-family: FontAwesome;
    margin-left: 5px;
}
nav[role=linea] li.menu-item-has-children .sub-menu li.menu-item-has-children a:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 5px;
}
nav[role=linea] .menu ul.sub-menu {
    display: none;
    background: #fff;
    padding: 20px 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 -4px 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

nav[role=linea] .menu li:hover > ul,
nav[role=linea] .menu li:hover ul > ul {
    display: block;
}

nav[role=linea] .menu li:hover ul ul,
nav[role=linea] ul li:hover ul ul {
    top: 0;
    margin-top: 0;
    left: 270px;
    border-radius: 6px;
}

nav[role=linea] li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
nav[role=linea] li:last-child { margin-right: 0; }
nav[role=linea] li a,
nav[role=linea] li a:visited {
    display: block;
    font-size: 14px;
    line-height: 4.3em;
    /*letter-spacing: 1;*/
    font-weight: 600;
    color: #7a8391;
    text-decoration: none;
}
nav[role=linea] li a.button { line-height: 1; }
nav[role=linea] li a:hover, nav[role=linea] li.current-menu-item > a { color: #1e52b0; }
nav[role=linea] li.current-menu-item { position: relative; }
nav[role=linea] .menu > li.current-menu-item:before {
    position: absolute;
    top: 0;
    left: 45%;
    content: "";
    border-right: 6px solid transparent;
    border-top: 6px solid #1e52b0;
    border-bottom: 6px inset transparent;
    border-left: 6px inset transparent;
}
nav[role=linea] li.cta.current-menu-item:before,
nav[role=linea] li.login.current-menu-item:before,
ul.submenu > li.current-menu-item:before {
    display: none;
}

@media (max-width: 940px) {
    nav[role=linea] li.current-menu-item:before { display: none; }
}

nav[role="linea"] ul.sub-menu li {
    margin: 0;
    padding: 0;
}
nav[role="linea"] ul ul a {
    line-height: 1.2rem !important;
    text-align: center;
    margin: 0;
    padding: 8px 10px;
    width: 200px;
    display: block;
}

.hamburger-menu {
    width: 40px;
    height: 24px;
    position: absolute;
    right: 5%;
    top: 30px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.hamburger-menu span {
    width: 22px;
    height: 2px;
    display: inline-block;
    background: #383838;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.dark-bg .hamburger-menu span { background: #fff; }
.hamburger-menu::before,
.hamburger-menu::after {
    content: '';
    width: 22px;
    height: 2px;
    display: inline-block;
    background: #383838;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
}
.hamburger-menu::before { top: 5px; }
.hamburger-menu::after { bottom: 5px; }
.dark-bg .hamburger-menu::before,
.dark-bg .hamburger-menu::after {
    background: #fff;
}
@media only screen and (min-width: 940px) {
  .hamburger-menu { display: none; }
}

/* Check Nav Visibility */
nav[role=linea].nav-is-visible { z-index: 101; }
nav[role=linea].nav-is-visible .menu {
    top: 60px;
    position: absolute;
    background-color: #fff;
    z-index: 1001;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    display: block;
    -webkit-animation: smooth-entry 0.2s;
    -moz-animation: smooth-entry 0.2s;
    animation: smooth-entry 0.2s;
}
nav[role=linea].nav-is-visible .hamburger-menu span { opacity: 0; }
nav[role=linea].nav-is-visible .hamburger-menu::before,
nav[role=linea].nav-is-visible .hamburger-menu::after { background: #383838 !important; }
nav[role=linea].nav-is-visible .hamburger-menu::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    -moz-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
    -o-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    top: 11px;
}
nav[role=linea].nav-is-visible .hamburger-menu::after {
    -webkit-transform: translateX(-50%) rotate(225deg);
    -moz-transform: translateX(-50%) rotate(225deg);
    -ms-transform: translateX(-50%) rotate(225deg);
    -o-transform: translateX(-50%) rotate(225deg);
    transform: translateX(-50%) rotate(225deg);
    bottom: 11px;
}

nav[role=linea].nav-is-visible .menu li {
    display: block;
    margin: 0;
}
nav[role=linea].nav-is-visible .menu a {
    line-height: normal;
    display: block;
    padding: 1em;
    border-bottom: 1px solid #e1e1e1;
    color: #383838;
}
nav[role=linea].nav-is-visible .menu a.button {
    border-bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
}
nav[role=linea].nav-is-visible .menu .lang { display: none; }

@media only screen and (max-width: 940px) {
    nav[role=linea].nav-is-visible .menu li {
        width: 50%;
        float: left;
    }
    nav[role=linea].nav-is-visible .menu li.cta { width: 100%; }
    nav[role=linea].nav-is-visible .menu a {
        border-right: 1px solid #e1e1e1;
    }
}
@media only screen and (max-width: 480px) {
    nav[role=linea].nav-is-visible .menu li { width: 100%; }
    nav[role=linea].nav-is-visible .menu a { border-right: 0; }
}

/* --------------------------------
keyframes
-------------------------------- */
@-webkit-keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.4em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes smooth-entry {
  0% {
    opacity: 0;
    -moz-transform: translateY(-1.4em);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.4em);
    -moz-transform: translateY(-1.4em);
    -ms-transform: translateY(-1.4em);
    -o-transform: translateY(-1.4em);
    transform: translateY(-1.4em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* estilos de subcat widget */
div.el {
    text-align: center;
    display: inline-block;
    position: relative;
}
div.el_ima {
  width: 200px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
a.el_ima_container { display: block; }

div.ml_sub_el {
  width: 100%;
  overflow: hidden;
  background: #fff;
  height: auto;
}

div.con_titulo,
div.sin_titulo { height: 184px; }
/*div.sin_titulo { height: 140px; }*/
div.ml_sub_el_wide {}
div.ml_sub_el_wide_nav{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.el_cwrapper {
    margin-left: 30px;
    margin-right: 30px;
    width: 880px;
    text-align: center;
}

.se_prev, .se_next {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    cursor: pointer;
}
.se_prev { left: 0; background: url('../images/se_prev.png') 100% center no-repeat; }
.se_next { right: 0; background: url('../images/se_next.png') 0 center no-repeat; }

a.el_title {
    width: 200px;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #7C797A;
    font-size: 12px;
}

.nav_sub_el {
    height: 50px;
    text-align: center;
    border-top: 1px solid #656d78;
    /*background-color: #002A5C;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;*/
}

.nav_sub_el span {
    cursor: pointer;
    color: #7a7a7a;
    display: inline-block;
    font-size: 14px;
    line-height: 1.25;
    position: relative;
    padding: 16px 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.nav_sub_el span.activeSlide {
    /*background: url('../images/el-current.png') no-repeat center 0;*/
    color: #000;
}
.nav_sub_el span.activeSlide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #656d78 transparent transparent transparent;
    line-height: 0px;
    _border-color: #656d78 #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#656d78');
}

.container_sub_el {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#productCarousel {
    overflow: visible !important;
    width: 100%;
    position: relative;
    min-height: 185px;
}
.owl-category {
    width: 100% !important;
}
.owl-category:before,
.owl-category:after {
    content: "";
    display: table;
}
.owl-category:after { clear: both; }
.owl-category .owl-controls .owl-buttons div {
    top: 30%;
    padding: 5px;
    background: transparent;
    color: #444;
}
.owl-category .owl-controls.clickable .owl-buttons div:hover {
    background-color: transparent;
    clear: #000;
}
.owl-category .owl-controls .owl-buttons .owl-prev { left: -30px; }
.owl-category .owl-controls .owl-buttons .owl-next { right: -30px; }
@media only screen and (max-width: 62.5rem) {
    .owl-category .owl-controls .owl-buttons .owl-prev { left: -10px; }
    .owl-category .owl-controls .owl-buttons .owl-next { right: -10px; }
}

/*.owl-wrapper {
    text-align: center;
}
.owl-carousel .owl-item {
    float: none !important;
    display: inline-block;
}*/

/* -------------------------------------
-- Single con Galeria
---------------------------------------*/
header[role="single-title"] {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.product_galeria {
    margin-bottom: 30px;
    overflow: visible !important;
}

.data_temporadas {
    width: 100%;
    float: left;
    position: relative;
    clear: both;
}
.ml-gallery img {
    max-width: 100%;
    height: auto;
}

/*.product_content { clear: both; float: none !important; }*/
.car_content {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.car_content h6 { margin-bottom: 15px; }

#product-desc {
    padding: 30px 0 50px;
    margin-top: 60px;
    /*border-top: 1px solid rgba(0,0,0,0.1);*/
    float: none !important;
}
#product-desc p { font-size: 14px; }
#product-desc h2 {
    color: #e64c3c;
    margin-bottom: 20px;
}
#product-desc h3 { margin-bottom: 10px; }

.cotizarWrapper {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #fafafa;
    text-align: center;
}
.cotizarWrapper h3 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 0.02em;
    color: rgba(0,0,0,0.6);
}
.cotizarWrapper .btn,
#btn_cotizar {
    display:inline-block;
    position:relative;
    /*height:38px;
    line-height: 2.4em;*/
    padding: 9px 16px;
    outline:0;
    /*color:rgba(0,0,0,0.44);
    background:rgba(0,0,0,0);*/
    color: #fff;
    background-color: #1E52B0;
    font-size:14px;
    text-transform: uppercase;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    /*border:2px solid rgba(0,0,0,0.15);*/
    vertical-align:bottom;
    white-space:nowrap;
    text-rendering:auto;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    box-sizing:border-box;
    border-radius:999em;
    -webkit-transition:100ms background-color,100ms border-color,100ms color;
    transition:100ms background-color,100ms border-color,100ms color;
    letter-spacing:-0.02em;
    font-weight:600;
    font-style:normal;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.cotizarWrapper .btn:hover,
.cotizarWrapper .btn:focus,
#btn_cotizar:hover,
#btn_cotizar:focus {
    background-color: #153979;
    /*border: 2px solid #1E52B0;
    color: #1E52B0;*/
}

/* -- Gallery -- */
#product-gallery {
    overflow: hidden;
    display: block;
    width: 100%;
}

/* Main Display Area */
#ig-main {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
#ig-main:before,
#ig-main:after {
    content: "";
    display: table
}
#ig-main:after { clear: both; }
#ig-main .loading {
    display: none;
    /*overflow: hidden;*/
    position: relative;
    /*top: 0; left: 0;*/
    background: url('../images/ajax-loader.gif') no-repeat center;
    height: 257px;
    width: 100%;
}
#ig-hero { }
#ig-title {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

/* Thumbnails */
#ig-thumbs {
    overflow: hidden;
    margin: 0;
    text-align: center;
}

#ig-thumbs li {
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    display: inline-block;
    cursor: pointer;
}

#ig-thumbs img{
    width: 75px;                /* Customize to change Thumbnail Width */
    height: 75px;               /* Customize to change Thumbnail Height */
    padding: 4px;
    border: 1px solid #ccc;
}

#ig-thumbs li img:hover,
#ig-thumbs li img.selected {
    border: 1px solid #F27054 !important;
}

/* -------------------------------------
-- Products
---------------------------------------*/
.products {
    margin-bottom: 50px;
}

.aligner {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height: 170px;
}

.product {
    position: relative;
    float: left;
    margin-bottom: 1.618em;
    text-align: center;
}
.product h3 {
    margin-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}
.product a:hover h3 { color: #1e52b0; }
.product figure {
    position: relative;
    text-align: center;
    width: 100%;
    max-height: 165px;
    padding: .53em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid #bdc3c7;
    border-top: 2px solid #1e52b0;*/
    margin-bottom: 20px;
    overflow: hidden;

    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.product figure img {
    opacity: 1;
    filter: alpha(opacity=100);
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
/*.product a:hover figure {
    border-color: #1e52b0;
}
.product a:hover img {
    opacity: 0.65;
    filter: alpha(opacity=65);
}*/

.ml-gallery {
    height: auto;
}

/* -------------------------------------
-- Form Checkboxes
---------------------------------------*/

.checkbox_container {
    position: relative;
}
/*.checkbox_container span {
    position: absolute;
    top: 4px;
    left: 20px;
}
.checkbox_container input[type="checkbox"] + label {
    padding-left: 3rem;
}*/

/*** custom checkboxes ***/
#loginform input[type=checkbox],
.checkbox_container input[type=checkbox] { display:none; } /* to hide the checkbox itself */
#loginform input[type=checkbox] + label:before,
.checkbox_container input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}
/* unchecked icon */
#loginform input[type=checkbox] + label:before,
.checkbox_container input[type=checkbox] + label:before { content: "\f096"; }
/* space between checkbox and label */
#loginform input[type=checkbox] + label:before,
.checkbox_container input[type=checkbox] + label:before { letter-spacing: 10px; }
/* checked icon */
#loginform input[type=checkbox]:checked + label:before,
.checkbox_container input[type=checkbox]:checked + label:before { content: "\f046"; }
/* allow space for check mark */
#loginform input[type=checkbox]:checked + label:before,
.checkbox_container input[type=checkbox]:checked + label:before { letter-spacing: 5px; }

/* -------------------------------------
-- Slider
---------------------------------------*/

@media only screen and (max-width: 48em) {
    .slide-widget-cp, .slide-widget-cp-nav { display: none; }
}

/* -------------------------------------
-- Languages
---------------------------------------*/
.lang {
    /*padding-left: 10px;*/
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #aaa;
}
.lang > span {
    /*margin-right: 10px;*/
    /*line-height: 100%;*/
    padding: 0 10px;
    line-height: 61px;
    display: block;
    text-align: center;
}
.lang .active { position: relative; /*border-bottom: 1px solid #002A5C;*/ }
.lang .active:before {
    content: '';
    position: absolute;
    /*top: -18px;*/
    margin-left: -4px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #1e52b0 transparent transparent transparent;
}
.lang .active img { opacity: 0.5; }

/* -------------------------------------
-- Features
---------------------------------------*/

.widget_woothemes_features {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.widget_woothemes_features:before,
.widget_woothemes_features:after {
    content: "";
    display: table;
}
.widget_woothemes_features:after { clear: both; }
.widget_woothemes_features .features .feature {
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    display: inline;
    float: left;
    width: 50%;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    *width: 50%;
    *padding-left: 0.9375em;
    *padding-right: 0.9375em;
    /**width: 30.50347222%;
    *margin-left: 1.33680556%;
    *margin-right: 1.33680556%;*/
}
.widget_woothemes_features .features .feature:last-child { border-right: 0; }
.widget_woothemes_features .features .feature:nth-child(4n) { clear: both; }
.widget_woothemes_features .features .feature:nth-child(4n) { clear: none; }
.widget_woothemes_features .features .feature:nth-child(5n) { clear: both; }
.widget_woothemes_features .feature > a { display: inline-block; }
.widget_woothemes_features img {
    width: auto !important;
    margin: 0 auto 25px;
    display: block;
}

.edit-link {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.table > thead { background-color: #e0f1fa; }
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > tbody > tr > td.subtitle { font-weight: bold; }
.table > tbody > tr > td.precio,
.table > tbody > tr > td.subtitle { text-align: right; }
.table > tbody > tr > td.subtitle.sbalta { color: #2980b9; }
.table > tbody > tr > td.precio-alta { color: #2980b9; }
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
}
.table-striped>tbody>tr:nth-of-type(even) { background-color: #fff; }
.table-striped>tbody>tr:nth-of-type(odd) { background-color: #fafafa; }

/* -------------------------------------
-- Promociones y Sucursales
---------------------------------------*/

.promo-list,
.plan-list,
.grid-sucursales {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.promo,
.plan,
.sucursal {
    position: relative;
    border: 1px solid #1e52b0;
    margin-bottom: 1.875rem;
}
.sucursal { min-height: 380px; }

.promo figure,
.plan figure,
.sucursal figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    /*margin-bottom: 10px;*/
}
.promo figure img,
.plan figure img,
.sucursal figure img {
    position: relative;
    width: 100%;
    display: block;
}
.promo figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.promo figure figcaption::before,
.promo figure figcaption::after {
    pointer-events: none;
}
.promo figure figcaption,
.promo figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.promo figure figcaption > a {
    z-index: 999;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.promo-content,
.plan-content,
.sucursal-content {
    clear: both;
    padding: 20px;
}
.promo-content h3,
.plan-content h3,
.sucursal-content h3 {
    color: #1e52b0;
    margin-bottom: 15px;
}
.promo-content small { font-size: 70%; }
.sucursal-content h3 { text-transform: none; }
.sucursal-content p {
    margin-bottom: 0;
    font-size: 14px;
}
.grid-sucursales article:last-child { float: left !important; }

.plan {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -webkit-align-content: stretch;
    align-content: stretch;
    height: auto;
}
.plan > div {
    width: 50%;
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media all and (max-width: 640px) {
    .plan {
        flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        flex-direction: column;
    }
    .plan > div {
        width: 100%;
        -webkit-order: 0;
        order: 0;
    }
}
.plan .paquetes {
    /*clear: both;*/
    /*display: block;*/
    /*margin-top: 15px;*/
    position: absolute;
    height: 100%;
    width: 100%;
    border-left: 1px solid #ccc;
}
.plan-content p { font-size: 14px; }
.plan .the-package {
    /*cursor: pointer;*/
    border-top: 1px solid #ccc;
    /*padding: 20px;*/
    position: relative;
    display: block;
    overflow: hidden;
    height: 50%;
    background-color: #fff;
    -webkit-transition: background-color .35s ease 0s;
    -moz-transition:    background-color .35s ease 0s;
    transition:         background-color .35s ease 0s;
}
.plan .the-package:first-child { border-top: 0; }
.plan .the-package p,
.plan .the-package ul { margin: 0; }
.plan .the-package ul { font-size: 13px; }
.plan .the-package h6 {
    font-size: 14px;
    text-transform: none;
    color: #aab2bd;
    font-weight: 500;
    margin-bottom: 15px;
}
.plan .package-price {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #1E52B0;
}
.plan .the-package:hover { background-color: #fafafa; }
.plan .the-package:hover .package-price { color: #24ae5f; }

.plan-cta {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    /*border-top: 1px solid #24ae5f;*/
    background: #fff;
    bottom: 0;
    position: absolute;
    padding: 20px;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform:    translate3d( 0px, 100%, 0px );
    -ms-transform:     translate3d( 0px, 100%, 0px );
    -o-transform:      translate3d( 0px, 100%, 0px );
    transform:         translate3d( 0px, 100%, 0px );
    -webkit-transition: all .35s ease 0s;
    -moz-transition:    all .35s ease 0s;
    transition:         all .35s ease 0s;

    -webkit-box-shadow: 0px -2px 4px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px -2px 4px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px -2px 4px 0px rgba(50, 50, 50, 0.25);
}
.plan .the-package:hover .plan-cta {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform:    translate3d( 0px, 0px, 0px );
    -ms-transform:     translate3d( 0px, 0px, 0px );
    -o-transform:      translate3d( 0px, 0px, 0px );
    transform:         translate3d( 0px, 0px, 0px );
}


/*Hover Effect on Promos*/
figure.fx-promo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
figure.fx-promo figcaption::before,
figure.fx-promo p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.fx-promo p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
figure.fx-promo:hover figcaption::before,
figure.fx-promo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Ribbons */
.ribbon {
    position: absolute;
    right: 10px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #2989d8;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #0d2744;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0d2744;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #0d2744;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0d2744;
}

.single-rib {
    background: #2989d8;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    display: inline-block;
    padding: .2rem .5rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.single-rib:before,
.single-rib:after {
    background: #2277bd;
    position: absolute;
    top: 4px;
    content: ' ';
    height: 0;
    border: 1.05em solid transparent;
    border-left: 0.5em solid white;
}
.single-rib:before { left: -1.5em; }
.single-rib:after {
    border-left: 1.05em solid transparent;
    border-right: 0.5em solid white;
    right: -1.5em;
}

.cal-label {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.cal-label .xlabel {
    display: inline-block;
    line-height: 12px;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
}
.cal-label .xlabel i {
    margin-right: 10px;
    float: left;
    width:10px;
    height:10px;
    background: #ccc;
    border-radius:1px;
}
.cal-label .xlabel i.green { background-color: #ADFFB0; }
.cal-label .xlabel i.red { background-color: #FF8A8A; }

/* Something cool */
.hboxes {
    clear: both;
    position: relative;
    border-bottom: 2px solid #fff;
    max-width: 1600px;
    margin: 0 auto;
}
.hboxes ul {
    margin: 0;
    position: relative;
    z-index: 1;
}
.hboxes ul:before,
.hboxes ul:after/*,
.plan:before,
.plan:after*/ {
    content: ' ';
    display: table;
}
.hboxes ul:after/*, .plan:after*/ { clear: both }
.hboxes li {
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 2px;
    margin: 0;
    padding: 0;
    float: left;
    width: 25%
}
@media only screen and (max-width: 1068px) {
    .hboxes li {
        position:relative;
        z-index: 1;
        min-height: 2px;
        margin: 0;
        padding: 0;
        float: left;
        width: 50%
    }
}

@media only screen and (max-width: 600px) {
    .hboxes li {
        position:relative;
        z-index: 1;
        min-height: 2px;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%
    }
}

.preview-overlay {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hboxes .ad {
    display: block;
    min-height: 150px;
    color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 600px 300px;
    width: 600px;
    height: 150px;
    width: auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}
.home .hboxes .ad {
    height: 300px;
    background-size: 600px 300px;
}
.hboxes .ad:after {
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    right: 1px;
    left: 1px;
    bottom: 0;
    /*width: 100%;*/
    /*z-index: 6;*/
}
/*.hboxes .ad:after {
    box-shadow: -13px -90px 91px -4px rgba(0,0,0,0.6) inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 1px;
    left: 1px;
    top: 0;
}*/
.hboxes li:first-child .ad:after { left: 0; }
.hboxes li:last-child .ad:after { right: 0; }
@media only screen and (max-width: 1068px) {
    .hboxes li:nth-of-type(2) .ad:after { right: 0; }
    .hboxes li:nth-of-type(3) .ad:after { left: 0; }
}
@media only screen and (max-width: 600px) {
    .hboxes .ad:after { left: 0; right: 0; }
}
.hboxes .ad > header {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
    color: #fff;
    padding: 1rem 1.25rem;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.hboxes .ad > header::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.hboxes .ad > header h6 {
    color: #fff;
    word-spacing: -0.15em;
    font-weight: 600;
    font-size: 1rem;
}
.hboxes .ad:hover > header {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.hboxes .ad:hover > header::before {
    opacity: 1;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.hboxes .ad:hover .preview-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media only screen and (max-width: 735px) and (max-device-width: 735px) {
    .hboxes .ad {
        border-left:none;
        border-right: none
    }
}

@media only screen and (max-width: 1068px) {
    .hboxes .ad {
        border-left:1px solid #fff;
        border-right: 1px solid #fff
    }
}

.hboxes li:first-child .ad { border-left: none; }

@media only screen and (max-width: 1068px) {
    .hboxes li:nth-child(-n+3) { border-bottom:2px solid #fff }
    .hboxes li:nth-of-type(2) .ad { border-right: none }
    .hboxes li:nth-of-type(1) .ad,
    .hboxes li:nth-of-type(3) .ad { border-left: none }
}

.hboxes li:last-child .ad { border-right: none; }

@media only screen and (max-width: 37.5em) {
    .hboxes li:nth-child(-n+4) .ad {
        border-left: none;
        border-right: none;
    }
}

.hboxes .coberturas { background-image: url('../images/coberturas.jpg'); }
.hboxes .requisitos { background-image: url('../images/requisitos.jpg'); }
.hboxes .planes { background-image: url('../images/planes.jpg'); }
.hboxes .promociones { background-image: url('../images/promociones.jpg'); }
@media only screen and (min-width: 736px) {
    .hboxes .coberturas {
        background-position: center center
    }
}

#cars_cat {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #ddd;
}
#cars_cat:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
#cars_cat .cat-title {
    text-transform: none;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1e52b0;
}
#cars_cat .cat-title:after {
    content: '';
    display: block;
    left: 0;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0,0,0,0.35);
    width: 32px;
    height: 1px;
}
#cars_cat .product {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#cars_cat:hover .product {
    opacity: 0.65;
}
#cars_cat .product:hover { opacity: 1; }

/* Related Posts */
#related_posts {
    margin-top: 30px;
    width: 100%;
    float: left;
}
#related_posts h6 { margin-bottom: 20px; }
.related {
    position: relative;
    text-align: center;
}
.related_thumb {
    min-height: 115px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.related_title {
    display: block;
    color: #7C797A;
    font-size: 12px;
}

/* Car Equipment Details */
.car_details {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.car_details .detail {
    display: block;
    float: left;
    margin-right: 15px;
    text-align: center;
    font-weight: bold;
}
.equipment-icon {
    border-bottom: 0 !important;
    display: block;
    width: 22px;
    height: 22px;
    background: url('../images/equipment-sprite.png') no-repeat top left;
}
.equipment-icon.pasajeros { background-position: 0 0; }
.equipment-icon.maletas { background-position: -30px 0; }
.equipment-icon.transmision { background-position: -60px 0; }
.equipment-icon.gas { background-position: -120px 0; }
.equipment-icon.diesel { background-position: -150px 0; }
.equipment-icon.airbag { background-position: -180px 0; }
.equipment-icon.abs { background-position: -208px 0; }

.type-post {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}