

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.cc_cp_f_powered_by {display: none !important}
body {
    font-family: Helvetica, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    color: #888888;
    background-color: #f9f9f9;
    font-size: 16px;
}
@font-face {
    font-family: "AGaramondPro";
    src: url('../fonts/AGaramondPro-Regular.otf') format("opentype");
}
@font-face {
    font-family: "AGaramondPro";
    src: url('../fonts/AGaramondPro-Bold.otf') format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "AGaramondPro";
    src: url('../fonts/AGaramondPro-BoldItalic.otf') format("opentype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "AGaramondPro";
    src: url('../fonts/AGaramondPro-Italic.otf') format("opentype");
    font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'AGaramondPro';
    font-weight: bold;
    color: #1a1a1a;
}
h1, .h1 {
    font-size: 64px;
}
h2, .h2 {
    font-size: 52px;
}
h3, .h3 {
    font-size: 48px;
}
h4, .h4 {
    font-size: 21px;
}
a {
    color: #8f8f8f;
}
a:hover,
a:focus,
a:active {
    color: #bbbb2d;
}
.font-agaramondpro {
    font-family: 'AGaramondPro';
}
.font-helvetica {
    font-family: "Helvetica";
}
.font-s11 {
    font-size: 11px !important;
}
.font-s14 {
    font-size: 14px !important;
}
.font-s15 {
    font-size: 15px !important;
}
.font-s16 {
    font-size: 16px !important;
}
.font-s18 {
    font-size: 18px !important;
}
.font-s23 {
    font-size: 23px !important;
}
.font-s26 {
    font-size: 26px !important;
}
.font-s32 {
    font-size: 32px !important;
}
.font-s42 {
    font-size: 42px !important;
}
/*@media (min-width: 992px) {*/
    .font-s70 {
        font-size: 70px !important;
    }

    .font-s90 {
        font-size: 90px !important;
    }

    .font-s144 {
        font-size: 144px !important;
    }
/*}*/
hr {
    border-top: 1px solid #d9d9d9;
}
#page-container {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    background-color: #f9f9f9;
}
#main-container {
    background-color: #f9f9f9;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: transparent;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}
.breadcrumb a {
    color: inherit;
}
ul.tc-list-square li a.despl {color: #b8b928;font-size: 21px;padding: 2px 10px 0 0;width: 25px;display: inline-block;background-color: #f9f9f9}
ul.tc-list-square li a.despl:hover {background-color: #f9f9f9}
ul.tc-list-square li a.despl:after {content: "+"}
ul.tc-list-square li a.despl.opened:after {content: "-"}

ul.tc-list-square {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.tc-list-square li.plus {
    list-style: none;
    margin: 8px 0;
    background-image: none;
    padding: 0;
}
ul.tc-list-square li {
    background-image: url('../img/list-style-square.png');
    padding: 0px 0 0 21px;
background-repeat: no-repeat;
background-position: 1px 10px;
background-size: 4px 4px;
    margin: 8px 0 0 3px;
}
ul.tc-list-square li.plus ul {display:none;margin-left: 25px;font-size: 14px;}

.btn {
    padding: 8px 14px;
    border: 2px solid transparent;
}
.btn > .fa{
    font-size: 16px;
    margin-left: 12px;
}
.btn-primary {
    background-color: #bbbb2d;
    border-color: #bbbb2d;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
    background-color: #bbbb2d;
    border-color: #bbbb2d;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #bbbb2d;
    border-color: #bbbb2d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #bbbb2d;
    border-color: #bbbb2d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fff;
    border-color: #bbbb2d;
}
.btn-default {
    background-color: #f9f9f9;
    border-color: #bbbb2d;
    color: #bbbb2d;
}
.btn-default:focus, .btn-default.focus, .btn-default:hover {
    background-color: #f9f9f9;
    border-color: #bbbb2d;
    color: #bbbb2d;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.text-primary-darker {
    color: #1a1a1a;
}
a.text-primary-darker:hover,
a.text-primary-darker:active,
a.text-primary-darker:focus,
button.text-primary-darker:hover,
button.text-primary-darker:active,
button.text-primary-darker:focus {
    color: #1a1a1a;
}
.content-boxed {
    max-width: 1170px;
}
.groupZona_espana, .groupProvincia {display: none}
#modal-promo-form a {margin: 46px auto;display: table;}
@media screen and (min-width: 768px) {
    .content.content-boxed {
        max-width: 1170px;
    }
}
.background-center {
    background-position: center;
}
.remove-border-radius {
    border-radius: 0 !important;
}
.form-control {
    /*padding: 19px 12px;*/
    height: 40px;
    border-radius: 0;
}
.padding-5-l {
    padding-left: 5px !important;
}
.padding-5-r {
    padding-right: 5px !important;
}
.padding-15-l {
    padding-left: 15px !important;
}
.padding-15-r {
    padding-right: 15px !important;
}
.padding-20-l {
    padding-left: 20px !important;
}
.padding-20-r {
    padding-right: 20px !important;
}
.padding-30-l {
    padding-left: 30px !important;
}
.padding-30-r {
    padding-right: 30px !important;
}
.padding-40 {
    padding-bottom: 40px !important;
}
.padding-40-l {
    padding-left: 40px !important;
}
.padding-40-r {
    padding-right: 40px !important;
}
.padding-70-l {
    padding-left: 70px !important;
}
.padding-70-r {
    padding-right: 70px !important;
}
.padding-80 {
    padding-bottom: 80px !important;
}
.padding-80-t {
    padding-top: 80px !important;
}
.padding-80-l {
    padding-left: 80px !important;
}
.padding-80-r {
    padding-right: 80px !important;
}
.push-40 {
    margin-bottom: 40px !important;
}
.push-40-t {
    margin-top: 40px !important;
}
.push-70 {
    margin-bottom: 70px !important;
}
.push-70-t {
    margin-top: 70px !important;
}
.push-70-r {
    margin-right: 70px !important;
}
.push-70-l {
    margin-left: 70px !important;
}
.push-80 {
    margin-bottom: 80px !important;
}
.push-80-t {
    margin-top: 80px !important;
}
.push-80-r {
    margin-right: 80px !important;
}
.push-80-l {
    margin-left: 80px !important;
}
.push-90 {
    margin-bottom: 90px !important;
}
.push-90-t {
    margin-top: 90px !important;
}
.push-90-r {
    margin-right: 90px !important;
}
.push-90-l {
    margin-left: 90px !important;
}
.push-350-t {
    margin-top: 350px !important;
}
.min-height-700 {
    min-height: 700px;
}
.opacity-1 {
    opacity: 1 !important;
}



header {
    background-color: #ffffff;
}
#topbar .navbar-nav > li > a {
    padding: 10px 30px;
}
#topbar .navbar {
    margin-bottom: 0;
    min-height: 40px;
}
#topbar .navbar-default {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f3f3f3;
}
#topbar .navbar-default .navbar-nav>li>a {
    color: #888888;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}
@media (min-width: 768px) {
    #topbar .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 0.4pt;
        /*padding: 10px 15px;*/
        padding: 18px 15px;
    }
}
#navbar .nav>li>a {
    padding: 10px 15px;
}
#navbar .navbar-nav {
    font-size: 14px;
}
#navbar .navbar {
    margin-bottom: 0;
}
#navbar .navbar-default {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
}

@media (min-width: 768px) {
    #navbar .navbar-nav > li > a {
        padding-top: 65px;
        padding-bottom: 65px;
        font-weight: 300;
        letter-spacing: 0.4pt;
        padding: 65px 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #navbar .navbar-header, #navbar .navbar-header .navbar-brand {
        float: none;
    }
    #navbar .navbar-header .logo {
        margin: 0 auto;
    }
    #menu {
        text-align: center;
    }
    #menu .nav.navbar-nav.navbar-right {
        float: none !important;
        display: inline-block;
    }
    #navbar .navbar-nav > li > a {
        padding: 40px 15px;
    }
}
@media (min-width: 992px) {
    #navbar .navbar-header {
        margin-top: 44px;
    }
}

#navbar .navbar-default .navbar-nav>.open>a, #navbar .navbar-default .navbar-nav>.active>a {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#navbar .navbar-default .navbar-nav>.active>a, #navbar .navbar-default .navbar-nav>.active>a:hover, #navbar .navbar-default .navbar-nav>.active>a:focus {
    color: #bbbb2d;
    background-color: #ffffff;
}
#navbar .navbar-default .navbar-nav>li>a:hover, #navbar .navbar-default .navbar-nav>li>a:focus {
    color: #bbbb2d;
}
#navbar .navbar-default .navbar-nav>li>a {
    color: #888888;
}
#navbar .navbar-collapse {
    /*padding-right: 0;
    padding-left: 0;*/
}
#navbar .navbar-default .navbar-toggle {
    border-color: #fff;
}
#navbar .navbar-header .navbar-toggle:focus, #navbar .navbar-header .navbar-toggle:hover {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
#navbar .navbar-default .navbar-collapse, #navbar .navbar-default .navbar-form {
    border-color: #fff;
}
.logo {
    width: 190px;
}
@media (min-width: 768px) {
    .logo {
        width: 180px;
    }
}
.chevron-down {
    width: 15px;
    /*background: transparent url('../img/chevron-down.png');*/
}
.tc-underline {
    background-image: url('../img/underline.png');
    /* padding: 0px 0 0 16px; */
    background-repeat: no-repeat;
    background-size: 70px 3px;
    /* margin: 8px 0; */
    min-height: 10px;
}
.tc-nav-tabs.nav-tabs>li>a {
    font-family: 'AGaramondPro';
    font-weight: bold;
    font-size: 20px;
    color: #c7c7c7;
    background-color: transparent;
}
.tc-nav-tabs.nav-tabs.nav-justified>li>a {
    border-radius: 0;
}
.tc-nav-tabs.nav-tabs>li.active>a, .tc-nav-tabs.nav-tabs>li.active>a:focus, .tc-nav-tabs.nav-tabs>li.active>a:hover {
    color: #1a1a1a;
    background-color: transparent;
}
@media (min-width: 768px) {
   .tc-nav-tabs.nav-tabs.nav-justified > .active > a, .tc-nav-tabs.nav-tabs.nav-justified > .active > a:focus, .tc-nav-tabs.nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #f2f2f2;
    }
}
#page-footer {
    border-top: 1px solid #d9d9d9;
    background-color: #f9f9f9;
}
.border-lighter-op-r {
    border-right: 1px solid #dedede;
}
.tc-bg-dark {
    background-color: #1a1a1a;
}
.tc-bg-gray {
    background-color: #F3F3F3;
}

.select2-container .select2-selection--single {
    border-radius: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'AGaramondPro';
    font-weight: bold;
    font-size: 20px;
    color: #1a1a1a;
    margin-top: 2px;
    padding-left: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.33333333em;
}
.select2-results__option {
    font-size: 14px;
    padding: 10px 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #bbbb2d;
}
.select2-dropdown {
    border-radius: 0 !important;
}
.bg-step-number {
    background-repeat: no-repeat;
    padding-top: 90px;
}
.step-header-number-box {
    width: 16px;
    padding-right: 0;
}
.step-header-number {
    font-family: Helvetica;
    color: #1A1A1A;
    font-size: 10px;
}
.step-header-line-box {
    width: 444px;
    padding-left: 0;
    margin-top: 7px;
}
.step-header-line {
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
}
.tc-btn-nav-tabs.nav-tabs>li>a {
    font-family: 'AGaramondPro';
    font-weight: bold;
    font-size: 21px;
}
.tc-btn-nav-tabs.nav-tabs.nav-justified > li > a {
    background-color: transparent;
    border-color: #bbbb2d;
    color: #bbbb2d;
}
@media (min-width: 768px) {
    .tc-btn-nav-tabs.nav-tabs.nav-justified > li > a {
        border-radius: 0;
    }
    .tc-btn-nav-tabs.nav-tabs.nav-justified > li:first-child > a {
        border-radius: 4px 0 0 4px;
    }
    .tc-btn-nav-tabs.nav-tabs.nav-justified > li:last-child > a {
        border-radius: 0 4px 4px 0;
    }
}
.tc-btn-nav-tabs.nav>li>a {
    padding: 4px 20px;
}
.tc-btn-nav-tabs.nav-tabs>li.active>a, .tc-btn-nav-tabs.nav-tabs>li.active>a:focus, .tc-btn-nav-tabs.nav-tabs>li.active>a:hover {
    background-color: #bbbb2d;
    color: #ffffff;
}
.btn.btn-transparent {
    background-color: transparent;
    border-color: #fff;
}
.color-767676 {
    color: #767676;
}
.color-BBBB2D {
    color: #BBBB2D;
}
.sidebar-header-line {
    width: 100%;
    height: 2px;
    background-color: #dedede;
}
.tc-btn-search-icon {
    background-image: url('../img/search-icon.png');
    padding: 4px 16px;
    background-repeat: no-repeat;
    background-position: 6px 3px;
    background-size: 20px 20px;
    width: 100%;
}

.tc-sidebar-last-posts a {
    font-family: 'AGaramondPro';
    font-weight: bold;
    color: #1a1a1a;
    font-size: 18px;
}
.tc-sidebar-last-posts a:hover {
    color: #bbbb2d;
}
.tc-label {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
    margin-right: 6px;
}
.tc-label.label-default {
    background-color: transparent;
    color: #767676;
    border: 2px solid #CCCCCC;
}
@media (min-width: 768px) {
    .remove-padding-sm {
        padding: 0 !important;
    }
    .remove-padding-t-sm {
        padding-top: 0 !important;
    }
    .remove-padding-r-sm {
        padding-right: 0 !important;
    }
    .remove-padding-b-sm {
        padding-bottom: 0 !important;
    }
    .remove-padding-l-sm {
        padding-left: 0 !important;
    }
}
.label-primary {
    background-color: #bbbb2d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #bbbb2d;
}
.tc-plus-icon-collapse {
    background-image: url('../img/plus-icon-collapse.png');
    padding: 0 10px;
    background-repeat: no-repeat;
    background-size: 18px;
}
.tc-block-collapse {
    border: 1px solid #E1E1E1;
}
.tc-block-collapse .block-options > li > a, .tc-block-collapse .block-options > li > button {
    opacity: 1;
}
.tc-block-collapse .block-header {
    padding: 20px 20px 14px 25px;
}
.tc-block-collapse .block-content {
    padding: 5px 20px 20px 25px;
}
.tc-block-title-collapse:hover,
.tc-block-title-collapse:focus,
.tc-block-title-collapse:active{
    color: #1a1a1a;
}
.panel-transparent {
    background-color: transparent;
}
.timeline-header-dot {
    background-image: url('../img/timeline-header.png');
    background-repeat: no-repeat;
    min-height: 130px;
    background-position: top center;
}

.timeline-line {
    background-image: url('../img/timeline-line.png');
    background-repeat: no-repeat;
    min-height: 80px;
    background-position: top center;
}

@media (min-width: 992px) {
    .remove-img-responsive-md, .remove-img-responsive-lg {
        width: auto;
        max-width: inherit;
    }
}

@media(max-width:767px) {
    .push-xs-20-b {
        margin-bottom: 20px !important;
    }
    .push-xs-14-l {
        margin-left: 14px !important;
    }
    .push-xs-14-r {
        margin-right: 14px !important;
    }
}
@media (min-width: 768px) {
    .push-sm-20-t {
        margin-top: 20px !important;
    }
}
@media (min-width: 992px) {
    .push-md-100-t {
        margin-top: 100px !important;
    }
}
@media (min-width: 1200px) {
    .push-lg-100-t {
        margin-top: 100px !important;
    }
    .push-lg-210-t {
        margin-top: 210px !important;
    }
    .push-lg-250-t {
        margin-top: 250px !important;
    }
    .push-lg-270-t {
        margin-top: 270px !important;
    }
    .padding-lg-70-l {
        padding-left: 70px !important;
    }
}
@media (min-width: 1200px) {
    .tc-modal-xl {
        width: 1140px;
    }
}

.tc-list-square li.active>a, .tc-list-square li.active>a:hover, .tc-list-square li.active>a:focus {
    color: #bbbb2d;
/*    background-color: #ffffff;*/
}

.tc-mapa-vector {
    height: 300px !important;
}
@media (min-width: 768px) {
    .tc-mapa-vector {
        height: 500px !important;
    }
}
@media (min-width: 992px) {
    .tc-mapa-vector {
        height: 646px !important;
    }
}

ul.tc-list-grid {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
ul.tc-list-grid > li {
    padding: 4px 0px 0px 2px;
    border: 1px solid #E1E1E1;
    float: left;
    display: block;
    margin: 0 0 16px 16px;
    width: 38px;
}
ul.tc-list-grid > li > a {
    font-weight: bold;
    font-size: 21px;
    color: #bbbb2d;
    text-transform: uppercase;
    font-family: 'AGaramondPro';
    display: block;
    text-align: center;
}
ul.tc-list-grid > li.active {
    border: 1px solid #bbbb2d;
    color: #ffffff;
    background-color: #bbbb2d;
}
ul.tc-list-grid > li.active > a {
    color: #fff;
}


.clear-xs-both,
.clear-sm-both,
.clear-md-both,
.clear-lg-both
{
    clear: none;
}
@media (max-width: 767px) {
    .clear-xs-both {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .clear-sm-both {
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .clear-md-both {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .clear-lg-both {
        clear: both;
    }
}

.height-125 { height: 125px; }
.height-288 { height: 288px; }


.css-radio-success input:checked + span:after {
    background-color: #bbbb2d;
}

.pregunta.active { display: block; }
.pregunta { display: none; }
.pregunta-opciones {
    min-height: 100px;
}

.css-checkbox-success input:checked + span {
    background-color: #bbbb2d;
    border-color: #bbbb2d;
}

.item.item-circle.success-circle {
    border: 2px solid #bbbb2d;
    background: #fff;
}
.text-success {
    color: #bbbb2d;
}

a.with-underline {
    text-decoration: underline;
}

.form-popup-mi-cuenta .form-control {
    border: 2px solid #bbbb2d;
}
.font-w100 {
    font-weight: 100;
}

@media (max-width: 767px) {
    .remove-margin-xs {
        margin: 0 !important;
    }
    .remove-margin-t-xs {
        margin-top: 0 !important;
    }
    .remove-margin-r-xs {
        margin-right: 0 !important;
    }
    .remove-margin-b-xs {
        margin-bottom: 0 !important;
    }
    .remove-margin-l-xs {
        margin-left: 0 !important;
    }
}

.flex-container {
    /*height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;*/
    /*justify-content: center;*/
}
@media (min-width: 768px) {
    .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        /*justify-content: center;*/
    }
}

a:hover .tc-label.label-primary, .tc-label.label-primary.active {
    background-color: #8f8f8f;
}
a.tc-block-title-collapse:hover, a.tc-block-title-collapse.active {
    color: #bbbb2d;
}

.pagination.tc-pagination-posts > li > a, .pagination.tc-pagination-posts > li > span {
    padding-right: 16px;
    padding-left: 16px;
}
.pagination.tc-pagination-posts > li > a:hover, .pagination.tc-pagination-posts > li > span:hover, .pagination.tc-pagination-posts > li > a:focus, .pagination.tc-pagination-posts > li > span:focus {
    color: #bbbb2d;
    background-color: transparent;
    -webkit-box-shadow: 0 2px #bbbb2d;
    box-shadow: 0 2px #bbbb2d;
}
.pagination.tc-pagination-posts > .active > a, .pagination.tc-pagination-posts > .active > span, .pagination.tc-pagination-posts > .active > a:hover, .pagination.tc-pagination-posts > .active > span:hover, .pagination.tc-pagination-posts > .active > a:focus, .pagination.tc-pagination-posts > .active > span:focus {
    color: #bbbb2d;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 2px #bbbb2d;
    box-shadow: 0 2px #bbbb2d;
}

.tc-form-contacto .control-label {
    font-size: 21px;
    font-family: 'AGaramondPro';
    font-weight: bold;
    color: #1a1a1a;
}
.tc-form-contacto .control-label.required:after {
    content: " *";
    color: #bbbb2d;
    font-size: 20px;
    font-weight: lighter;
}
.tc-form-contacto .form-control, .tc-form-contacto .select2 {
    border-radius: 0;
    border: 2px solid #bbbb2d;
}
.tc-form-contacto .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #bbbb2d;
}
.tc-form-contacto .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: normal;
    font-family: Helvetica, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    color: #646464;
    font-size: 14px;
    padding-left: 10px;
}
.tc-form-contacto .has-error .select2 {
    border: 2px solid #d26a5c;
}
.tc-form-contacto .select2-container--default .select2-selection--single {
    border: none;
}

.tc-form-contacto .has-error > label, .tc-form-contacto .has-error .help-block, .tc-form-contacto .has-error .control-label, .tc-form-contacto .has-error .radio, .tc-form-contacto .has-error .checkbox, .tc-form-contacto .has-error .radio-inline, .tc-form-contacto .has-error .checkbox-inline, .tc-form-contacto .has-error.radio label, .tc-form-contacto .has-error.checkbox label, .tc-form-contacto .has-error.radio-inline label, .tc-form-contacto .has-error.checkbox-inline label {
    color: #d26a5c;
}
.tc-form-contacto .has-error .form-control {
    border-color: #d26a5c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tc-form-contacto .checkbox label {
    padding-left: 0;
}

.btn.tc-btn-topbar-search {
    border-color: #e9e9e9;
    color: #646464;
    border-width: 1px;
    background-color: #f5f5f5;
    padding: 9px 14px;
}

a.link-effect:before {
    background-color: #bbbb2d;
}

.block > .nav-tabs > li > a:hover {
    color: #bbbb2d;
}



.tc-slide .tc-slide-block {
    margin-top: 40px;
}
.tc-slide .tc-slide-block-content-inner .btn {
    white-space: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
    .tc-slide .tc-slide-block {
        margin-top: 100px;
    }
    .tc-slide .tc-slide-block-content-inner {
        padding-left: 30px;
    }
    .tc-slide .tc-slide-title {
        font-size: 60px;
    }
    .tc-slide .tc-slide-block-content-inner .btn {
        white-space: nowrap;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .tc-slide .tc-slide-block {
        margin-top: 200px;
    }
    .tc-slide .tc-slide-block-content-inner {
        padding-left: 30px;
    }
    .tc-slide .tc-slide-title {
        font-size: 65px;
    }
    .tc-slide .tc-slide-block-content-inner .btn {
        white-space: nowrap;
    }
}
@media (min-width: 1200px) {
    .tc-slide .tc-slide-block {
        margin-top: 350px;
    }
    .tc-slide .tc-slide-block-content-inner {
        padding-left: 30px;
    }
    .tc-slide .tc-slide-title {
        font-size: 70px;
    }
    .tc-slide .tc-slide-block-content-inner .btn {
        white-space: nowrap;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .module-bloque-imagen .tc-title {
        font-size: 32px;
    }
}

/*
.module-bloque-imagen .tc-title {
    font-size: 28px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .module-bloque-imagen .tc-title {
        font-size: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .module-bloque-imagen .tc-title {
        font-size: 42px;
    }
}
@media (min-width: 1200px) {
    .module-bloque-imagen .tc-title {
        font-size: 52px;
    }
}
*/

@media (min-width: 768px) and (max-width: 991px) {
    #resultados-numeros .resultado-item {
        height: 240px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .module-popup-acceso-profesional .block-content .tc-title {
        font-size: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .module-popup-acceso-profesional .block-content .tc-title {
        font-size: 65px;
    }
}
@media (min-width: 1200px) {
    .module-popup-acceso-profesional .block-content .tc-title {
        font-size: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .module-popup-mi-cuenta .block-content .tc-title {
        font-size: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .module-popup-mi-cuenta .block-content .tc-title {
        font-size: 65px;
    }
}
@media (min-width: 1200px) {
    .module-popup-mi-cuenta .block-content .tc-title {
        font-size: 70px;
    }
}

.module-bloque-imagen .btn {
    white-space: normal;
}
@media (min-width: 768px) {
    .module-bloque-imagen .btn {
        white-space: nowrap;
    }
}
