/* Fonts */
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap);

@font-face {
    font-family: "iberia-headline";
    src: url(../../../../../../../themes/mgv/css/fonts/iberia/IberiaHeadlineWeb-Regular.woff2) format("woff2"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/IberiaHeadlineWeb-Regular.woff) format("woff"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/IberiaHeadlineWeb-Regular.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "iberia-headline-bold";
    src: url(../../../../../../../themes/mgv/css/fonts/iberia/IberiaHeadlineWeb-Bold.woff2) format("woff2"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/IberiaHeadlineWeb-Bold.woff) format("woff"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/IberiaHeadlineWeb-Bold.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "iberia-regular";
    src: url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-regularWEB.woff2) format("woff2"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-regularWEB.woff) format("woff"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-regularWEB.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "iberia-bold";
    src: url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-boldWEB.woff2) format("woff2"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-boldWEB.woff) format("woff"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-boldWEB.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "iberia-italic";
    src: url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-italicWEB.woff2) format("woff2"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-italicWEB.woff) format("woff"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-italicWEB.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "iberia-italic-bold";
    src: url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-bold_italicWEB.woff2) format("woff2"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-bold_italicWEB.woff) format("woff"), 
       url(../../../../../../../themes/mgv/css/fonts/iberia/iberia_text-bold_italicWEB.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
}



/* Global Styles */

.container {
  position: relative;
}

*{
  outline: 0!important;
}

.vc_column_container {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}

ol, ul {
    padding-left: 0;
    margin-left: 20px;
}

html {
  margin-top: 0!important;
}

html, body {
  font-size: 16px;
  height:100%;
  font-family: 'iberia-regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  padding-top: 130px;
}

a, a:focus, a:active, a:visited{
  color: #D7192d;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

a:hover{
	color: #000;
	text-decoration: none;
}

.alignright {
    margin-left: 50px;
}

.alignleft {
    margin-right: 50px;
}

.navbar-nav li a {
    padding: 15px;
}

.page-header {
    background: #000000;
    padding: 50px 0;
    color: #fff;
}

h1.page-title {
    margin: 0;
}

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

.custom-gallery a, .custom-gallery a:focus, .custom-gallery a:active{
  margin-bottom: 30px!important;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.custom-gallery a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* CAROUSEL */

.home-slider {
  height: 750px;
  display: flex;
}

.sidebar-slide{
  width: 150px;
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.sidebar-slide.sidebar-slide-right {
    left: auto;
    right: 0;
}

.swiper-slide-bg {
    position: absolute;
    top: 0;
    right: 150px;
    bottom: 0;
    left: 150px;
    background-size: cover;
    background-position: center;
}

.sidebar-slide .swiper-button-prev.swiper-button-prev-main-swiper, .sidebar-slide .swiper-button-next.swiper-button-next-main-swiper{
  background: #948881;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;

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

.sidebar-slide .swiper-button-prev.swiper-button-prev-main-swiper:hover, .sidebar-slide .swiper-button-next.swiper-button-next-main-swiper:hover{
  background: #D7192d;
}

.main-swiper {
    width: 100%;
    height: calc(100% - 130px);
    min-height: 750px;
    color: #fff;
    position: relative;
}

.main-swiper .container{
    position: absolute;
    left: 150px;
    bottom: 95px;
    max-width: 790px;
}

.main-swiper .container a.hashtag{
  color: #fff;
  margin-bottom: 15px;
}

.main-swiper .container h1, .main-swiper .container h2{
  font-family: "iberia-headline";
  font-size: 45px;
  color: #fff;
  margin-bottom: 0;

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

.main-swiper .container a h1, .main-swiper .container a h2, .main-swiper .container a{
  color: #fff;
}

.main-swiper .container a:hover h1, .main-swiper .container a:hover h2, .main-swiper .container a:hover{
  color: #fcd100;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}


.home-slider .swiper-button-prev:after{
  font-family: 'custom-icons';
  content: '\e800';
}

.home-slider .swiper-button-next:after{
  font-family: 'custom-icons';
  content: '\e801';
}


/* CAROUSEL */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.no-overlay .overlay{
  display: none;
}

.full-table {
  display: table;
  width: 100%;
  height: 100%;
}

.full-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.section {
	padding: 50px 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.section-single {
    padding: 0!important;
}

.section-single .entry-content {
  border-right: 1px solid #e8e3de;
  border-left: 1px solid #e8e3de;
  padding: 50px;
  hyphens: auto;
}

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

.entry-content h2, .entry-content h3, .entry-content h4 {
    display: inline;
}

.talento a strong {
    font-family: "iberia-bold";
}

.talento a {
    font-family: "iberia-regular";
}

.container-fluid .cont-controls {
    right: 50px;
}

.mapa-interactivo-caption {
    position: absolute;
    bottom: 140px;
    right: 30px;
    z-index: 9;
    width: 400px;
}

.mapa-interactivo-caption.tl {
    bottom: auto;
    right: auto;
    top: 80px;
    left: 50px;
}

.mapa-interactivo-caption.tr {
    bottom: auto;
    right: 50px;
    top: 80px;
    text-align: right;
    left: auto;
}

.mapa-interactivo-caption.bl {
    bottom: 140px;
    right: auto;
    top: auto;
    left: 50px;
}

.mapa-interactivo-caption.br {
    bottom: 140px;
    right: 50px;
    text-align: right;
    top: auto;
    left: auto;
}

.section-mapa .swiper-slide .swiper-bg {
  height: 900px;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
    border-right-color: #d5192c;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before {
    border-right-color: #d5192c;
}

.popover-header {
    font-family: "iberia-bold";
    font-size: 20px;
    background: none;
    border: none;
    color: #fff;
}

.popover {
    font-family: "iberia-regular";
    background: #d6192c;
    color: #fff;
    border: none;
    border-radius: 0;
}

.popover-body {padding-top: 0;color: #fff;}

.popover a {
    color: #fff;
    font-family: "iberia-bold";
}

.popover a:hover {
    color: #fcd100;
}

#navbar-collapse {
    position: fixed;
    max-height: calc(100% - 136px);
    overflow-y: auto;
}

p.text-404 {
    font-weight: 700;
    font-size: 300px;
    line-height: 300px;
    color: #e7e5e2;
    font-family: "iberia-bold";
}

p.msg-404 {
    color: #938b81;
    font-family: "iberia-headline";
    font-size: 45px;
}

.section{
  padding: 80px 0;
}

.hentry {
    margin: 0;
}

.page-header {
    background: none;
    padding: 0;
    color: #948781;
    border-bottom: 1px solid #ebe9e8;
    border-right: 1px solid #ebe9e8;
    margin: 0 149px 0 0;
}

h1.page-title {
    margin: 0;
    display: inline-block;
    font-family: "iberia-italic";
    font-size: 30px;
    width: calc(100% - 350px);
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-title-header {
    display: inline-block;
    background: #948b81;
    color: #fff;
    font-size: 40px;
    font-family: "iberia-headline";
    padding: 30px 15px 30px 15px;
    margin: 0 30px 0 0;
    width: 299px;
    text-align: center;
}

a.hashtag.hashtag-bottom {
    margin: 40px 0 0 0;
}

.fecha-post {
    color: #948b81;
    margin: 5px 0 0 0;
    font-size: 18px;
}

article.post-border {
    border: 1px solid #ebe9e8;
    border-bottom: none;
}

.misha_loadmore {
    background: #948b81;
    height: 130px;
    display: block;
    text-align: center;
    position: relative;
    font-family: "iberia-headline";
    color: #fff;
    font-size: 40px;
    line-height: 130px;
    cursor: pointer;

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

.misha_loadmore:after {
    content: '\e800';
    font-family: "custom-icons";
    position: absolute;
    right: 50px;
    top: 2px;
    transform: rotate(-90deg);
}

.misha_loadmore:hover{
  background: #D7192d;
}

.page-header .menu-buscador {
    display: inline-block;
    width: 100%;
}

.page-header .menu-buscador label {
    width: calc(100% - 55px);
}

.page-header .menu-buscador input.search-field.ph {
    font-size: 24px;
    width: 100%;
}

.header-buscador .menu-buscador .btn {
    font-size: 28px;
}

.menu-buscador .btn:hover {
    color: #D7192d;
}

.variante-form{
  display: none;
}

#contact_form .form-group {
    margin-bottom: 1rem!important;
    position: relative;
}

#contact_form small {
    font-size: 13px;
}

#msgError{
  display: none;
}

.section-title h2 {
    font-family: "iberia-headline";
    color: #d7192d;
    font-size: 50px;
}

input.form-control {
    background: transparent;
    color: #777;
    font-size: 16px;
    border: 1px solid #ccc;
    display: block;
    padding: 9px 20px;
    height: 56px;
    line-height: 26px;
    z-index: 1;
    position: relative;
    transition: 0.3s;
    border-radius: 0;
}

.page-content {
    font-family: "iberia-headline";
    color: #2a2a2a;
    font-size: 21px;
}

.effect-19:focus~label, .has-content.effect-19~label {
    margin-top: -22px;
    transition: 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.effect-19:focus, .has-content.effect-19{
    padding-top: 14px!important;
    padding-bottom: 4px!important;
}

.input-effect label {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -13px;
    left: 22px;
    color: #777;
    transition: 0.3s;
    letter-spacing: 0;
    font-weight: 400;
    height: 26px;
    font-family: "iberia-headline";
    font-size: 16px;
    z-index: 0;
}

.form-control:focus {
    background: none;
    box-shadow: none;
    border-color: #cccccc;
}


input[type=checkbox], input[type=radio] {
  border: 1px solid #777;
  border-radius: 3px;
  background: #FFF;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 24px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  min-width: 24px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 21px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=radio] {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 4px;
  line-height: 10px;
}

input[type=radio]:checked:before {
  content: '\2022';
  text-indent: -9999px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 24px;
  width: 10px;
  height: 10px;
  margin: 6px;
  line-height: 16px;
  background-color: #D7192D;
}

input[type=checkbox]:checked:before {
  font-family: 'iberia_icons';
  content: "\e800";
  margin: 0px 0 0 3px;
  color: #D7192D;
  font-size: 14px;
  line-height: 22px;
}

.checkbox label {
    font-size: 17px;
    line-height: 26px;
    font-family: "iberia-regular";
    color: #938b81;
}

span.select2.select2-container.select2-container--default {
    width: 100%!important;
    width: calc(100% + 2px)!important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0!important;
    border: 1px solid #ccc!important;
    font-size: 16px!important;
    height: 56px!important;
    line-height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: none;
    width: 30px!important;
    height: 56px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before, .select2-container--fecha-select .select2-selection--single .select2-selection__arrow:before{
  font-family: 'Font Awesome 5 Free';
  content: "\f0d7";
  line-height: 56px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 26px;
  font-weight: 700;
  color: #948781;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px!important;
    padding: 0 22px;
    color: #777;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d7192d;
}

.select2-dropdown {
    border-radius: 0;
    border-color: #cccccc;
    font-family: "iberia-headline";
}

.select2-results__option {
    padding: 6px 20px;
}

.btn, input[type="submit"].btn {
    border-radius: 0;
    padding: 9px 30px;
    font-family: "iberia-regular";
    font-size: 16px;
}

a.btn-primary, .btn-primary, input[type="submit"].btn-primary {
    background-color: #D41F24;
    border-color: #D41F24;
    color: #fff;
}

.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #D41F24;
    border-color: #D41F24;
    box-shadow: none;
}

a.btn.btn-primary:hover, .btn.btn-primary:hover, input[type="submit"].btn-primary:hover {
    background-color: #b9191a;
    border-color: #b9191a;
    color: #fff;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

textarea.form-control {
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 150px;
    padding: 15px 20px;
    resize: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}

.page-content ul, .entry-content ul{
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.page-content ul li, .entry-content ul li{
  padding-left: 25px;
  margin: 5px 0;
}

.page-content ol li, .entry-content ol li{
  margin: 20px 0;
}

.page-content ol, .entry-content ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 25px;
}

.page-content ul li:before, .entry-content ul li:before {
    font-family: 'iberia_icons';
    content: "\e800";
    margin: 3px 11px 0 -25px;
    color: #333;
    font-size: 16px;
    position: absolute;
}


.page-content ul.ul-no-icon li, .entry-content ul.ul-no-icon li{
  padding: 0;
}

.page-content ul.ul-no-icon li:before, .entry-content ul.ul-no-icon li:before{
  display: none;
}

.lenguage-cell a:hover {
    color: #fcd100;
}

.swiper-pagination-bullet {
    background: #948781;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
}

.swiper-pagination.pagination-news{
  display: none;
}

.modal-header {
    background: #d41f24;
    color: #fff;
    border-radius: 0;
    padding: 20px 30px;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-dialog {}

.modal-body {
    padding: 30px;
}

button.close {
    background: none;
    border: none;
    font-size: 40px;
    line-height: 30px;
    padding: 0;
    color: #fff;
    margin: -5px 0 0 0;

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

button.close:hover{
    opacity: 0.5;
}

div#mc_embed_signup label {
    font-family: "iberia-bold";
    color: #000;
    margin: 0 0 15px 0;
}

/* footer */
footer.site-footer {
	background: #D7192d;
  color: #fff;
}

footer.site-footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.site-footer ul li{
  margin: 0 0 5px 0;
}

footer.site-footer ul li a{
  color: #fff;
  padding: 0;
}

footer.site-footer ul li a:hover {
    color: #fcd001;
}

.main-footer{
  padding: 50px;
}

.post-footer{
  text-align: center;
  font-family: "iberia-headline";
  border-top: 2px solid #a80e1f;
  padding: 30px 0;
}

.post-footer .mgv img.img-fluid {
    width: 210px;
}

.post-footer .iberia img.img-fluid {
    width: 150px;
}

.post-footer .mgv img.img-fluid.logo-ltf {
    width: 150px;
}

.post-footer .iberia{
  text-align: left;
}

.post-footer .info{
  font-size: 24px;
}

.post-footer .mgv{
  text-align: right;
}

.newsletter{
  text-align: right;
}

.newsletter h2{
  color: #fcd100;
  font-size: 29px;
  font-family: "iberia-headline";
  margin-bottom: 20px;
}

.newsletter h2 img{
  max-width: 28px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.form-newsletter .input-text{
  padding: 9px 14px;
  border: 2px solid #a80f20;
  border-radius: 0;
  margin-right: 10px;
  width: 300px;
  font-size: 20px;
  vertical-align: middle;
}

.form-newsletter  .btn-submit{
  background: transparent;
  border-radius: 0;
  color: #fff;
  padding: 9px 20px;
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  border: 2px solid #fff;

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

.form-newsletter button:hover, .form-newsletter input[type="button"]:hover, .form-newsletter input[type="reset"]:hover, .form-newsletter input[type="submit"]:hover {
    background: #a8191a;
    border-color: #fff;
}

.footer-social-network {
  text-align: right;
  margin-top: 30px;
}

.footer-social-network a {
  color: #fff;
  font-size: 30px;
  margin: 0 15px;
}

.footer-social-network a:hover{
  color: #fcd001;
}

.footer-social-network a:last-child {
    margin-right: 0;
}

.scalize{
  margin: 0 auto;
}

.scalize .item-point {
    background: #fcd100;
    border: solid 3px #d8b301;
    cursor: pointer;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #d6192c;
        box-shadow: 0 0 0 0 #d6192c;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

/* /footer*/

/* footer always bottom */
body.footer-always-bottom #page {
   min-height:100%;
   position:relative;
}

body.footer-always-bottom #primary {
   padding-bottom:100px;   /* Height of the footer */
}

body.footer-always-bottom footer.site-footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:100px;   /* Height of the footer */
}
/* /footer always bottom */

/* pagination */
.pagination {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  margin: 0 1px;
  background: transparent;
}

.pagination > li > span.current{
  background: #4BB4E3;
  color: #FFF;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/**************/

/* Contact form 7 */
.wpcf7 input[type="text"], .wpcf7 textarea{
  border-radius: 0;
  color: #949494;
  font-size: 16px;
  line-height: 56px;
  padding: 9px 20px;
  height: 56px;
  resize: none;
  width: 100%;
}

.wpcf7 textarea{
  height: 200px;
  line-height: 26px;
  padding: 15px 20px;
}

.wpcf7-list-item {
    margin: 0 0 20px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #4c8c7c;
    background: #effcf5;
    color: #4c8c7c;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #c6b280;
    color: #c6b280;
    background: #fefbec;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 15px 20px;
    border: 1px solid #00a0d2;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
}

span.wpcf7-not-valid-tip {
  color: #E05D5B;
  margin-top: 5px;
}

div.wpcf7-validation-errors{
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

div.wpcf7-mail-sent-ok{
  background-color: #DFF0D8;
  border-color: #3C763D;
  color: #3C763D;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

input[type="submit"].wpcf7-submit{
  cursor: pointer;
  border: 1px solid;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  margin: 20px 0;
  text-shadow: none;
  border-radius: 0;
  padding: 12px 30px;
  font-family: "iberia-regular";
  font-size: 16px;
  background-color: #D41F24;
  border-color: #D41F24;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

input[type="submit"].wpcf7-submit:hover, input[type="submit"].wpcf7-submit:active{
  background-color: #b9191a;
  border-color: #b9191a;
  color: #fff;
}

div.wpcf7 img.ajax-loader {
  width: 25px;
  margin: -5px 0 0 15px;
}
/* /Contact form 7 */

/* magnific jquery */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
  display: none;
}

button.mfp-arrow {
  background: #000;
  color: #FFF;
  padding: 0 20px;
  width: auto;
  font-size: 25px;
  height: 50px;
  border-radius: 0;
  margin-top: -25px;
  margin-left: 20px;
  margin-right: 20px;
}

.mfp-arrow:active{
  margin-top: -25px;
}

.mfp-counter{
  display: none;
}
/* ./magnific-jquery */

#topcontrol{
  background: #948b81;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 28px;
  line-height: 20px;
  color: #FFF;
  z-index: 99;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

#topcontrol:hover{
  background: #D7192d;
}

.gm-style img {
  max-width: none;
}

/* Comentarios */
ol.comment-list {
    list-style: none;
    margin: 0;
}

ol.comment-list ol{
  list-style: none;
}

.comment-body {
    background: #FFF;
    padding: 40px 40px 40px 140px;
    position: relative;
    margin: 0 0 15px 0;
}

.comment-form-comment textarea {
    background: #FFF;
    border: 1px solid #CCC;
}

.comment-form-comment label {
    font-weight: normal;
    font-size: 20px;
}

.comment-author .avatar {
    width: 70px;
    border-radius: 50px;
    position: absolute;
    left: 40px;
}

.comment-metadata time {
    color: #868686;
    margin: 5px 0 20px 0;
    display: block;
    font-size: 12px;
}

.reply{
  text-align: right;
}

a.comment-reply-link, a.comment-reply-link:focus {
    background: #009483;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
    color: #FFF;
}

a.comment-reply-link:hover{
  background: #343440;
  color: #FFF;
}

.logged-in-as img.avatar {
    width: 30px;
    border-radius: 50px;
    margin: 0 5px 0 0;
}

.comments-area {
    margin: 30px 0 0 0;
}

h3.comment-reply-title {
    margin: 50px 0 20px 0;
}

.comment-form-captcha label {
    display: block;
    margin-bottom: 10px;
}

p.comment-awaiting-moderation {
    font-style: italic;
}
/* Comentarios */

/* animsition */
.animsition-loading {
    background-color: rgba(0, 0, 0, 0);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
}

.animsition-loading {
    border-left: 2px solid #2a2a2a;
}
/* animsition */

/* CRP */

/* CRP */

/* select2 */

/* /select2 */

::selection{
  background:#000;
  color:#fff;
}

::-moz-selection{
  background:#000;
  color:#fff;
}

/*Header*/

.navbar-toggle {
  width: 6.25%;
  background: #d7182d;
}

.navbar-toggle {
  width: 16.66666667%;
  margin: 0;
  border: none;
  z-index: 1;
}
.navbar-toggle {
  padding: 0;
  border-radius: 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:hover{
  background: #D7192d;
}

.navbar.navbar-default{
  height: 130px;
  background: #D7192d;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 100%;
}

.navbar.navbar-default .container-fluid{
  padding: 0;
}

.main-navbar{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.col-logo{
  flex: 0 0 auto;
  width: 300px;
}

.col-logo .logo-icono{
  display: none;
}

.col-center{
  flex: 0 0 auto;
  width: calc(100% - 600px);
}

.col-button{
  flex: 0 0 auto;
  width: 150px;
}

.navbar-brand{
  display: block;
  text-align: center;
  border-right: 1px solid #a80f20;
  margin-right: 0;
  padding: 0;
  height: 100%;
  position: relative;
}

.navbar-brand img{
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-center{
  display: block;
  text-align: center;
  height: 100%;
  position: relative;
}

.navbar-center img{
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-center img.logo-ltf {
    width: 230px;
}

.language-link{
  display: block;
  margin-left: auto;
  margin-right: 0;
  background: #948881;
  width: 100%;
  height: 100%;
  position: relative;
}

.lenguage-cell{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.lenguage-cell a{
  color: #fefefe;
}

.lenguage-cell a.active{
  color: #FCD100;
}

.navbar-toggle{
  background: #948881;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border:0 !important;
  margin-left: 0;
  border-radius: 0;
  border-left: 1px solid #d4cec8 !important;

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

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar {
  width: 80px;
  height: 6px;
  margin-top: -8px;
  margin-left: -40px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.navbar-toggle .icon-bar + .icon-bar {
  width: 65px;
  height: 6px;
  margin-left: -25px;
  margin-top: 8px;
}


.navbar-toggle.toggle-active .icon-bar {
  -webkit-animation-name: toggle-active-first;
  animation-name: toggle-active-first;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.navbar-toggle.toggle-active .icon-bar + .icon-bar {
  -webkit-animation-name: toggle-active-second;
  animation-name: toggle-active-second;
  width: 40px;
  margin-top: -3px;
  margin-left: -20px;
}

.navbar-toggle.toggle-active .icon-bar {
  -webkit-animation-name: toggle-active-first;
  animation-name: toggle-active-first;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.navbar-toggle.toggle-active .icon-bar+.icon-bar {
  -webkit-animation-name: toggle-active-second;
  animation-name: toggle-active-second;
  width: 20px;
  margin-top: -1px;
  margin-left: -10px;
}
.navbar-toggle.toggle-active .icon-bar+.icon-bar {
  width: 80px;
  margin-top: -3px;
  margin-left: -40px;
}

#navbar-collapse{
  width: 300px;
  position: fixed;
  right: 149px;
  background: #fff;
  top: 130px;
  z-index: 9999;
  border-right: 1px solid #d4cec8 !important;
  border-left: 1px solid #d4cec8 !important;
  border-bottom: 1px solid #d4cec8 !important;
  display: none;
}

#navbar-collapse.show{
  display: block;
}

#navbar-collapse ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#navbar-collapse ul li{
  border-bottom: 1px solid #d4cec8;
}

#navbar-collapse ul li a{
  font-family: "iberia-headline";
  color: #2a2a2a;
  font-size: 20px;
  display: block;
  padding: 15px 20px;
}

#navbar-collapse ul li a:hover{
  color: #fff;
  background: #D7192d;
}

#navbar-collapse .lenguage-cell{
  display: none;
}

.header-social-networks {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 150px;
    width: 150px;
    z-index: 9;
}

.header-social-networks a {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
  color: #948881;
}

.header-social-networks a:hover {
  color: #D7192d;
}

.menu-buscador{
  margin-top: 15px;
  margin-bottom: 15px;
}

.menu-buscador input.search-field.ph{
  font-size: 20px;
  padding: 0px 20px;
  border: 0;
  border-radius: 0;
  border-right: 2px solid #948b81;
}

.menu-buscador input.search-field.ph::placeholder{
  display: none;
}

.menu-buscador .search-submit{
  height: 0;
  width: 0;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
}

.menu-buscador .btn{
  border-radius: 0;
  padding: 2px;
  vertical-align: top;
  color: #948b81;
  font-size: 24px;
  line-height: 18px;
  outline: 0;
  box-shadow: none;
}


@-webkit-keyframes toggle-active-first {
    0% {
        margin-top: -4px;
    }
    75% {
        margin-top: -1px;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        margin-top: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes toggle-active-first {
    0% {
        margin-top: -4px;
    }
    75% {
        margin-top: -1px;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        margin-top: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes toggle-active-second {
    0% {
        width: 12px;
        margin-top: 1px;
        margin-left: -5px;
    }
    75% {
        width: 20px;
        margin-top: -1px;
        margin-left: -10px;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes toggle-active-second {
    0% {
        width: 12px;
        margin-top: 1px;
        margin-left: -5px;
    }
    75% {
        width: 20px;
        margin-top: -1px;
        margin-left: -10px;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes toggle-active-first {
    0% {
        margin-top: -8px;
    }
    75% {
        margin-top: -3px;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes toggle-active-first {
    0% {
        margin-top: -8px;
    }
    75% {
        margin-top: -3px;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes toggle-active-second {
    0% {
        width: 25px;
        margin-top: 4px;
        margin-left: -5px;
    }
    75% {
        width: 40px;
        margin-top: -3px;
        margin-left: -20px;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes toggle-active-second {
    0% {
        width: 25px;
        margin-top: 4px;
        margin-left: -5px;
    }
    75% {
        width: 40px;
        margin-top: -3px;
        margin-left: -20px;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        margin-top: -3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.section-columnas{
  padding: 50px 0;
}

.section-columnas p{
  margin-bottom: 0;
}

.section-columnas a i {
    margin: 0 10px 0 0;
}

.section-columnas a{
  background: #948b81;
  height: 130px;
  display: block;
  text-align: center;
  position: relative;
  font-family: "iberia-headline";
  color: #fff;
  font-size: 40px;
  line-height: 130px;
}

.section-columnas a:hover{
  background: #D7192d;
}

.section-columnas .talento a img{
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contenedor-entrada{
  position: relative;
  height: 100%;
}

.cont-controls{
  display: block;
  width: 90px;
  position: absolute;
  bottom: 5px;
  bottom: 60px;
  right: 15px;
  z-index: 2;
}

.cont-controls.izquierda{
  right: auto;
  left: 48%;
}

.cont-controls .swiper-button-prev, .cont-controls .swiper-button-next{
  position: initial;
  float: none;
  position: initial;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.cont-controls .swiper-button-prev, .cont-controls .swiper-button-next{
  color: #948b81;  
}

.cont-controls .swiper-button-prev:hover, .cont-controls .swiper-button-next:hover{
  color: #D7192d;
}

.cont-controls .swiper-button-prev{
  float: left;
}

.cont-controls .swiper-button-next{
  float: right;
}

.cont-previo{
  padding: 60px 250px 60px 80px;
}

.cont-previo.cont-previo-content {
    padding: 50px;
}

a.hashtag{
  font-family: "iberia-italic";
  color: #948b81;
  font-size: 26px;
  margin-bottom: 40px;
  display: block;
}

a.hashtag:hover{
  color: #D7192d;
}

a.titulo-entrada h2{
  font-family: "iberia-headline";
  color: #d7192d;
  font-size: 31px;
  margin-bottom: 40px;
}

a.titulo-entrada:hover h2{
  color: #948881;
}

a.titulo-aero{
  font-family: "iberia-headline";
  font-size: 31px;
  margin-bottom: 40px;
  display: block;
}

.texto-entrada{
  font-family: "iberia-headline";
  color: #2a2a2a;
  font-size: 21px;
}

.texto-entrada.cita-entrevista{
  position: relative;
}

.texto-entrada.cita-entrevista:before{
  font-family: "iberia-headline-bold";
  content: "“";
  color: #c5b9ac;
  position: absolute;
  top: -50px;
  left: -54px;
  font-size: 300px;
  line-height: 300px;
  z-index: -1;
}

.texto-entrada.cita-entrevista:after{
  font-family: "iberia-headline-bold";
  content: "”";
  color: #c5b9ac;
  position: absolute;
  bottom: -70px;
  right: -25px;
  font-size: 300px;
  line-height: 300px;
  line-height: 0;
  z-index: -1;
}

.carusel-full{
  position: relative;
}

.carusel-full.carusel-progresivo {
    background-size: cover;
    background-position: center;
}

.carusel-progresivo .swiper-slide {
    padding-top: 20px;
}

.carusel-progresivo .swiper-container {
    margin-top: -20px;
}

.carusel-full.carusel-destinos .swiper-bg{
  height: 750px;
  padding: 50px 0;
}

.carusel-full .swiper-bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.carusel-full a.hashtag{
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 20px;
}

.carusel-full a.hashtag:hover{
  color: #D7192d;
}

.carusel-full a.titulo-entrada h2{
  color: #fcd100;
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 68px;
  margin-bottom: 20px;


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

.carusel-full a.titulo-entrada:hover h2 {
    color: #fff;
}

.carusel-full a.titulo-entrada:hover h2{
  
}

.carusel-full p.texto-subtitulo, .carusel-full .texto-entrada{
  font-family: "iberia-headline";
  color: #ffffff;
  font-size: 35px;
  line-height: 40px;
}

.carusel-full p.texto-entrada{
  color: #ffffff;
}

.carusel-full .cont-controls{
  bottom: 60px;
}

a.img-hover-zoom{
  overflow: hidden;
  display: block;
}

a.img-hover-zoom img{
  transition: transform 1s, filter 2s ease-in-out;
}

a.img-hover-zoom:hover img{
  transform: scale(1.2);
}

.carusel-full .cont-controls .swiper-button-prev, .carusel-full .cont-controls .swiper-button-next{
  color: #fff;
}

.carusel-full .cont-controls .swiper-button-prev:hover, .carusel-full .cont-controls .swiper-button-next:hover{
  color: #D7192d;
}

.carusel-derecha .cont-controlador .col-6{
  position: relative;
}


/*.pagination-progress{
  height: 2px;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  margin-top: -2px;
}

.pagination-progress i{
  position: absolute;
  left: 0;
  top: -29px;
  transform: rotate(90deg) translatey(50%);
  color: #fff;
  font-size: 40px;
}*/

.pagination-progress {
    position: absolute;
    width: 100%;
    top: 0;
}

.pagination-progress i{
  position: absolute;
  transform: rotate(90deg);
  color: #fff;
  font-size: 40px;
  top: -11px;

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

.carusel-progresivo.carusel-full .top-half{
  position: relative;
  padding: 50px 0;
}

.carusel-progresivo.carusel-full .bottom-half{
  padding: 50px 0;
}

.carusel-progresivo.carusel-full .half-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 2px dashed #fff;
}

.carusel-progresivo.carusel-full .numero{
  color: #D7192d;
  font-size: 150px;
  line-height: 115px;
}

.carusel-progresivo.carusel-full .texto-entrada{
  max-width: 400px;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 24px;
}

.section-mapa, .section-full{
  padding: 0;
}

.section-mapa p{
  margin-bottom: 0;
}

.section-mapa img{
  margin: 0 auto;
  width: 100%;
}

.section.error-404{
  padding: 80px 0;
}

p.text-404 {
  font-weight: 700;
  font-size: 300px;
  line-height: 300px;
  margin: -50px 0 50px 0;
  color: #D7192d;
}

.single .header-social-networks a{
  color: #fff;
}

.single .header-social-networks a:hover{
  color: #D7192d;
}

.header-single{
  width: 100%;
  height: calc(100% - 130px);
  min-height: 750px;
  color: #fff;
  position: relative;
}

.header-single .entry-image-bg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.section.section-single{
  font-family: "iberia-headline";
  color: #2a2a2a;
  font-size: 21px;
  padding-bottom: 55px;
}

p {
    margin-bottom: 25px;
}

.header-single .full-table-cell{
  vertical-align: bottom;
  padding-bottom: 100px;
}

.header-single .container a.hashtag{
  color: #fff;
  margin-bottom: 15px;
}

.header-single .container h1, .header-single .container h2{
  font-family: "iberia-headline";
  font-size: 45px;
  color: #fff;
  margin-bottom: 0;

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

.header-single .container a h1, .header-single .container a h2, .header-single .container a{
  color: #fff;
}

.header-single .container a:hover h1, .header-single .container a:hover h2, .header-single .container a:hover{
  color: #fcd100;
}

.header-single .container .fecha{
  font-family: "iberia-headline";
  margin-top: 20px;
  display: block;
  font-size: 20px;
}

.section.section-single .entry-content h1, .section.section-single .entry-content h2, .section.section-single .entry-content h3, .section.section-single .entry-content h4, .section.section-single .entry-content h5, .section.section-single .entry-content h6{
  margin-bottom: 30px;
}

.section.section-single .entry-content a{
  color: #D7192d;
  font-family: "iberia-headline-bold";
}

.section.section-single .entry-content b, .section.section-single .entry-content strong{
  font-family: "iberia-headline-bold";
}

.section.section-single .entry-content h6 img{
  margin-bottom: 30px;
}

.section.section-single .entry-content p {

}

.section.section-single .entry-content blockquote{
  color: #d7192d;
  font-size: 35px;
}

.header-buscador {
    text-align: right;
    padding: 27px 30px;
    border-left: 1px solid #ebe9e8;
}

footer.entry-footer{
  font-family: "iberia-headline";
}

footer.entry-footer .contenedor-etiquetas{
  border: 1px solid #e8e3de;
}

footer.entry-footer .titulo-gris{
  background: #948b81;
  color: #fff;
  display: inline-block;
  width: 120px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-family: "iberia-headline-bold";
}

footer.entry-footer .contenedor-etiquetas .listado-etiquetas{
  display: inline-block;
  margin-left: 15px;
}

footer.entry-footer .contenedor-etiquetas .listado-etiquetas a{
  font-size: 18px;
  margin-right: 9px;
  color: #948b81;
}

footer.entry-footer .contenedor-etiquetas .listado-etiquetas a:hover{
  color: #a80e1f;
}

footer.entry-footer .contenedor-etiquetas .listado-etiquetas a:after{
  content: "";
  border-right: 1px solid #948b81;
  margin-left: 10px;
}

footer.entry-footer .contenedor-etiquetas .listado-etiquetas a:last-child:after{
  content: none;
}

footer.entry-footer .contenedor-compartir{
  border-top: 0;
}

.progression-bar.swiper-pagination.swiper-pagination-progressbar{
  height: 10px;
  width: 100%;
  display: block;
  position: relative;
  background: #e8e3de;
}

.progression-bar.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #948b81;
}

footer.entry-footer .contenedor-compartir .titulo-rojo{
  background: #D7192d;
  color: #fff;
  display: inline-block;
  width: 250px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-family: "iberia-headline-bold";
}

footer.entry-footer .contenedor-compartir .listado-compartir{
  display: inline-block;
  width: calc(100% - 520px);
  text-align: right;

}

footer.entry-footer .contenedor-compartir .listado-compartir a{
  font-size: 18px;
  color: #948b81; 
  margin-left: 15px;
}

footer.entry-footer .contenedor-compartir .listado-compartir a:hover{
  color: #d7192d;
}

footer.entry-footer .contenedor-compartir .titulo-gris{
  width: 250px;
  float: right;
}

footer.entry-footer .crp_related{
  overflow: hidden;
}

footer.entry-footer .crp_related .swiper-slide{
  border-right: 1px solid #e8e3de;
  border-left: 1px solid #e8e3de;
}

.crp_texto{
  padding: 30px 90px 30px 20px;
}

.crp_texto .numero{
  color: #e8e3de;
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
}

.crp_texto .hashtag{
  color: #2a2a2a;
  margin-bottom: 0px;
}

.crp_texto h4{
  margin-top: 30px;
  margin-bottom: 30px;
  height: 84px;
  overflow: hidden;
}

.crp_texto h4 a{
  color: #d7192d;
}

@media (max-width: 1590px){

  .site-main .container{
    /*margin-left: 0;
    max-width: calc(100% - 135px);*/
  }

  .page-content .container {
      /*margin-left: 0;
      max-width: calc(100% - 135px);*/
  }

  .archive .container, .search .container, .page-inner .container {
    margin-left: 0;
    max-width: calc(100% - 135px);
  }


}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px){
  .newsletter h2{
    font-size: 26px;
  }

  .form-newsletter .input-text{
    width: calc(100% - 108px);
  }

  .footer-social-network a{
    margin: 0 14px;
  }

  .main-swiper .container {
    left: 50%;
    transform: translateX(-50%);
    bottom: 200px;
  }


}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px){

  .cont-previo {
     padding: 30px 40px;
  }

  .cont-controls {
    bottom: 30px;
  }

  .swiper-slide-bg {
      right: 0;
      left: 0;
  }

  .single .header-social-networks a, .home .header-social-networks a{
    color: #fff;
  }

  .archive .header-social-networks a{
    color: #948881;
  }  

  #navbar-collapse{
    right: 0;
  }

  .header-buscador {
    padding: 27px 10px;
  }

  .carusel-full a.titulo-entrada h2 {
      font-size: 40px;
      line-height: 48px;
  }

  .carusel-full p.texto-subtitulo, .carusel-full .texto-entrada {
      font-size: 30px;
      line-height: 30px;
  }
  
  .carusel-full a.hashtag {
      margin-bottom: 0px;
  }

  .texto-entrada.cita-entrevista:before {
      top: -30px;
      left: -5px;
      font-size: 200px;
      line-height: 200px;
  }

  .texto-entrada.cita-entrevista:after {
      bottom: -150px;
      right: -5px;
      font-size: 200px;
      line-height: 200px;
  }

  .cont-previo.cont-previo-content {
      padding: 30px 30px 30px 15px;
  }

  a.titulo-entrada h2 {
      font-size: 27px;
      margin-bottom: 20px;
  }

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

  a.hashtag.hashtag-bottom {
      margin: 20px 0 0 0;
      font-size: 20px;
  }

  .fecha-post {
      margin: 0px 0 0 0;
      font-size: 16px;
  }

  .section {
      padding: 50px 0;
  }

  .section-mapa .swiper-slide .swiper-bg {
    height: 600px;
  }
}

/* Small devices Tablets  */
@media (max-width: 991px) {

    h1.page-title {
        width: 100%;
    }

    article.post-border {
        border-bottom: 1px solid #ebe9e8;
        max-width: 700px;
        margin: 0 auto 30px auto;
    }

    .misha_loadmore {
        max-width: 700px;
        margin: 0 auto;
    }

  .navbar-brand img{
    width: 160px;
  }

  .col-logo {
      width: 200px;
  }

  .col-center {
      flex: 0 0 auto;
      width: calc(100% - 440px);
  }

  .navbar-center img {
    width: 250px;
  }

  .navbar-center img.logo-ltf {
      width: 200px;
  }

  .col-button {
    width: 120px;
  }

  .header-social-networks{
    width: 120px;
  }

  .lenguage-cell {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .sidebar-slide {
    width: 100px;
  }

  .sidebar-slide .swiper-button-prev.swiper-button-prev-main-swiper, .sidebar-slide .swiper-button-next.swiper-button-next-main-swiper {
    height: 100px;
  }

  .section-columnas a{
    font-size: 30px;
    line-height: 90px;
        height: 90px;
  }

  .newsletter h2{
    font-size: 23px;
  }

  .footer-social-network a{
    margin: 0 10px;
  }

  .cont-previo {
    padding: 15px 0;
  }

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

  .cont-image a{
    margin: 0 auto;
  }

  .col-img{
    order: 1;
  }

  .col-text{
    order: 2;
  }

  .swiper-entries {
      margin: 50px 0 60px 0;
  }

  .cont-controls.controls-news {
    bottom: 0;
  }

  .cont-controls.izquierda {
      left: 43%;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 33px;
  }

  footer.entry-footer .contenedor-etiquetas{

  }

  footer.entry-footer .contenedor-etiquetas .listado-etiquetas {
    width: calc(100% - 140px);
    vertical-align: top;
  }

  .page-header{
    margin: 0 0 0 0 !important;
  }

  .archive .header-social-networks, .search .header-social-networks, .page  .header-social-networks{
    display: none;
  }

  .archive .container, .search .container, .page-inner .container{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-header .box-title-header{
    display: none;
  }

  .page-header .page-title{
    padding: 42px 0 42px 20px;
  }

  .texto-entrada.cita-entrevista {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .navbar.navbar-default {
      height: 110px;
  }

  body {
      padding-top: 110px;
  }

  #navbar-collapse {
      top: 110px;
  }

  .main-swiper .container h1, .main-swiper .container h2 {
      font-size: 35px;
   }

   a.hashtag {
       font-size: 21px;
       margin-bottom: 10px;
   }

   a.titulo-entrada h2 {
       font-size: 28px;
       margin-bottom: 15px;
   }

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

   .cont-previo.cont-previo-content {
       padding: 25px;
   }

   .section.section-single .entry-content blockquote {
       font-size: 30px;
   }

   

}

/* Extra small devices Phones */
@media (max-width: 767px) {

  img.alignright, img.alignleft {
      display: block;
      float: none;
      width: 100%;
      margin: 0;
  }

    .section.section-single .entry-content blockquote {
        font-size: 23px;
    }

    .page-content {
        font-size: 18px;
    }

    .misha_loadmore {
        font-size: 30px;
        line-height: 90px;
        height: 90px;
    }

    .swiper-pagination.pagination-news {
        position: absolute;
        bottom: -7px;
        left: -4px;
        display: block;
        text-align: left;
    }

    .cont-controls.controls-news{
        display: none;
    }

    .page-header .page-title {
        padding: 20px;
        font-size: 25px;
    }

  .navbar-brand img{
    width: 100px;
  }

  .col-logo {
      width: 150px;
  }

  .col-center {
    width: calc(100% - 270px);
  }

  .navbar.navbar-default {
      height: 90px;
  }

  #navbar-collapse {
      top: 90px;
  }

  .navbar-center img {
    width: 180px;
  }

  .navbar-center img.logo-ltf {
      width: 130px;
  }

  body {
      padding-top: 90px;
  }

  .header-social-networks{
    top: 100px;
  }

  .col-lenguage{
    display: none;
  }

  .section-columnas a {
      font-size: 30px;
      height: 80px;
      line-height: 80px;
  }

  .section-columnas .col-sm-4{
    width: 100%;
    margin-bottom: 15px;
  }

  .section-columnas .col-sm-4:last-child{
    margin-bottom: 0 !important;
  }

  .col-newsletter{
    order: -1;
    margin-bottom: 30px;
  }

  #navbar-collapse .lenguage-cell{
    display: block;
    position: initial;
    transform: none;
    text-align: left;
    padding: 10px 20px;
    color: #2a2a2a;
    font-family: "iberia-headline";
    border-top: 1px solid #d4cec8;
  }

  #navbar-collapse .lenguage-cell a{
    font-family: "iberia-headline";
    color: #2a2a2a;
    font-size: 20px;
  }

  #navbar-collapse .lenguage-cell a.active{
    color: #D7192d !important;
  }

  .newsletter h2 {
    font-size: 30px;
  }

  .newsletter{
    text-align: center;
  }

  .form-newsletter{
    max-width: 80%;
    margin: 0 auto;
  }

  .form-newsletter .input-text {
    width: calc(100% );
    margin-bottom: 25px;
    text-align: center;
  }

  .footer-social-network{
    text-align: center;
  }

  .col-buscador{
    display: none;
  }

  footer.site-footer ul li{
    text-align: center;
    margin: 5px 0;
  }

  .post-footer .iberia, .post-footer .mgv{
    text-align: center;
    margin: 0 0 15px 0;
    order: -1;
  }

  footer.entry-footer .titulo-gris{
    display: block;
    width: 100%;
  }

  footer.entry-footer .contenedor-etiquetas .listado-etiquetas {
    width: 100%;
    margin: 0;
    padding: 15px;
  }

  footer.entry-footer .contenedor-compartir{
    display: flex;
    flex-direction: column;
  }

  footer.entry-footer .contenedor-compartir .titulo-gris{
    width: 100%;
    float: none;
    order: 1;
  }

  footer.entry-footer .contenedor-compartir .listado-compartir {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #e8e3de;
    padding: 10px;
    order: 2;
  }

  footer.entry-footer .contenedor-compartir .titulo-rojo{
    display: block;
    width: 100%;
    order: 3;
  }

  .carusel-full a.titulo-entrada h2 {
      font-size: 35px;
      line-height: 40px;
  }

  .carusel-full p.texto-subtitulo, .carusel-full .texto-entrada {
      font-size: 25px;
      line-height: 30px;
  }

  .cont-previo {
      padding: 20px 0 40px 0;
  }

  .carusel-progresivo.carusel-full .numero {
      font-size: 100px;
      line-height: 100px;
  }

  .carusel-progresivo.carusel-full .texto-entrada {
      margin-top: 20px;
      margin-bottom: 0;
      font-size: 20px;
  }

  .section-columnas {
      padding: 0 0 50px 0;
  }

  .carusel-progresivo.carusel-full .bottom-half {
      padding: 50px 0 100px 0;
  }

  .carusel-full .cont-controls {
      bottom: 50px;
      right: auto;
      left: auto;
  }

  .section-mapa .carusel-full .cont-controls {
      bottom: 30px;
  }

  .sidebar-slide .swiper-button-prev.swiper-button-prev-main-swiper, .sidebar-slide .swiper-button-next.swiper-button-next-main-swiper {
      height: 80px;
      width: 80px;
  }

  .sidebar-slide .swiper-button-prev.swiper-button-prev-main-swiper, .sidebar-slide .swiper-button-next.swiper-button-next-main-swiper {
      left: 15px;
  }

  .sidebar-slide.sidebar-slide-right {
      left: 80px;
      right: auto;
  }

  .header-single .container h1, .header-single .container h2 {
      font-size: 28px;
      max-width: calc(100% - 90px);
  }

  .section.section-single {
      font-size: 18px;
  }

  .contenedor-relacinadas a img {
      width: 100%;
  }

  .mapa-interactivo-caption {
      bottom: auto!important;
      top: 20px!important;
  }

  .mapa-interactivo-caption.tl, .mapa-interactivo-caption.bl {
      left: 15px;
  }

  .mapa-interactivo-caption.tr, .mapa-interactivo-caption.br {
      right: 15px;
  }

  .mapa-interactivo-caption .texto-subtitulo{
    display: none;
  }

  .section-mapa .swiper-slide .swiper-bg {
    height: 350px;
  }
}

@media (max-width: 576px) {

    .header-single {
        height: 480px;
        min-height: 480px;
    }

  .main-swiper .container h1, .main-swiper .container h2{
    font-size: 28px;
    max-width: calc(100% - 70px);
  }

  .carusel-full.carusel-destinos .swiper-bg{
    height: 450px;
  }

  .carusel-full a.titulo-entrada h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .carusel-full p.texto-subtitulo, .carusel-full .texto-entrada {
    font-size: 22px;
    line-height: 30px;
  }

  .main-swiper .container {
      bottom: 150px;
  }

  .cont-image a {
      max-width: 100%;
      margin: 0 auto;
  }

  .main-swiper {
    height: 480px;
    min-height: 0;
  }

}

@media (max-width: 500px) {

  body {
    padding-top: 80px;
  }

  .navbar.navbar-default {
    height: 80px;
  }

  .col-logo {
    width: 100px;
  }

  .col-logo .logo-icono{
    display: block;
    max-width: 50px;
  }

  .col-logo .logo-texto{
    display: none;
  }  

  .header-social-networks {
      width: 100px;
  }

  .navbar-brand img {
    width: 80px;
  }

  .col-button{
    width: 100px;
  }

  .col-center {
    width: calc(100% - 200px);
  }

  .navbar-center img {
      width: 150px;
  }

  .navbar-toggle {
    border-left: 1px solid #a80f20 !important;
  }

  .navbar-toggle .icon-bar {
    width: 40px;
    height: 6px;
    margin-top: -8px;
    margin-left: -20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  #navbar-collapse{
    top: 80px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    width: 25px;
    height: 6px;
    margin-left: -5px;
    margin-top: 8px;
  }

  .navbar-toggle.toggle-active .icon-bar+.icon-bar {
    width: 40px;
    margin-top: -3px;
    margin-left: -20px;
  }

  a.titulo-entrada h2{
    font-size: 24px;
    margin-bottom: 30px;
  }

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

  .cont-previo.cont-previo-content {
    padding: 25px;
  }

  .texto-entrada.cita-entrevista:before {
    left: -5px;
  }

  .texto-entrada.cita-entrevista:after {
      right: -5px;
  }


  .main-footer {
      padding: 50px 30px;
  }

}
