/* ESTILOS COMUNES */
/* Colores */
body {
  background-color: #f0f0f0;
}

.title-green a {
  color: #414745;
}

.category-green a {
  color: #414745;
}

.text-green {
  color: #4C9D65;
}

.more-link a {
  padding: .6rem 6rem;
  border-color: #8ec999;
}

.more-link a:hover {
  background-color: #8ec999;
}

/*Social networks styles */
.addtoany_list > a > span[style] {
  margin: 3rem 0;
  border-radius: 4px !important;
  padding: 5.5px !important;
  opacity: 1 !important;
  transition: all .25s ease;
}

.addtoany_list > a > span[style]:hover {
  opacity: 0.8 !important;
}

/* FIN DE ESTILOS COMUNES */
/* PORTADA */
.navigation .gva_menu .sub-menu {
  display: block;
  visibility: hidden;
  transition: all .2s ease;
}

/* FIN DE PORTADA */
/* CONTENIDO */
/* Sección de Ofertas */
.portfolio-filter {
  text-align: center;
  margin: 0 0 2rem 0;
}

.portfolio-filter > ul > li {
  margin: .6rem auto;
}

.portfolio-v2 .image img, .item img, .owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-verde a {
  display: block;
  text-align: center;
  border-radius: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #8ec999;
  text-align: center;
  background: #4C9D65;
  color: white;
  transition: opacity .3s ease;
}

.btn-verde a:hover {
  opacity: 0.7;
}

#precio-oferta {
  border-color: rgba(0, 0, 0, 0.1);
}

#precio-oferta span {
  color: #3b3e43;
  font-weight: 600;
}

/* FIN Sección de Ofertas */
/* Lupa */
.post-thumbnail {
  position: relative;
}

.show-image {
  position: absolute;
  text-align: center;
  bottom: 4%;
  right: 4%;
}

.show-image img {
  width: 80%;
  display: none;
}

/* Sección de rutas y senderos */
.tipo-ruta, .ubicacion-ruta {
  color: #414745;
  font-weight: 600;
}

.portfolio-v2 .content-inner .title {
  margin-bottom: 4px;
}

.field--name-field-ubicacion-municipios {
  margin-top: 25px;
}

.btn-grey-title {
  display: block;
  margin: 30px 0px 0px 10px;
  font-weight: 800;
}

.btn-grey a, .btn-grey div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f0f0 !important;
  padding: 9px 15px;
  margin: 10px 0;
}

.icon-btn-grey {
  display: flex;
}

.icon-btn-grey i {
  font-size: 3rem;
}

/* FIN CONTENIDO */
/* FORMULARIO */
#edit-field-aceptar-politicas-value {
  display: inline-block;
  margin-right: 2px;
}

.contact-message-form .form-item label {
  display: inline-block;
}

/* FIN FORMULARIO */
/* Cookies Styles */
.sliding-popup-bottom {
  padding: 2rem 0;
  opacity: 0.8;
  bottom: -120px;
  background: #72b596 !important;
  transform: translate(-100%);
  animation: cookies-in .8s both ease 1 0s;
}

button.decline-button.eu-cookie-compliance-default-button {
  display: none;
}

.agree-button, .decline-button {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  margin-right: 1rem;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  font-weight: 600;
  width: auto;
  background-color: #f0f0f0;
  background-image: none;
  border: 0px;
  color: #354341;
  border-radius: .25rem;
  padding: 10px 0px;
  width: 120px;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  transition: opacity .3s ease;
}

.decline-button:hover, .agree-button:hover {
  opacity: 0.7;
  background-image: none;
}

#sliding-popup h2 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.eu-cookie-compliance-message p {
  font-weight: 500;
}

/* xs < 768 */
@media screen and (max-width: 576px) {

  /* Portada */
  .rotate-text .primary-text {
    font-size: 30px;
  }

  #block-gavias-tico-search h2 {
    font-size: 22px;
  }

  /* Botones full width */
  .portfolio-filter ul li {
    width: 50%;
    padding: 7.5px;
  }

  .portfolio-filter ul li a {
    display: block;
    margin: 0 auto !important;
  }

  /* Cookies */
  .eu-cookie-compliance-message {
    text-align: center;
  }

  .eu-cookie-compliance-buttons {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .btn-verde a {
    margin-top: 2rem;
  }

  /* Estilos directorio */
  .clean-p-left {
    padding: 0px;
  }

  .p-xs-0 {
    padding: 0;
  }
}

/* md */
@media screen and (min-width: 576px) and (max-width: 991px) {
  .eu-cookie-compliance-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* Animations */
@keyframes cookies-in {
  0% {
    opacity: 0;
    bottom: -120px;
    transform: translate(-100%);
  }

  100% {
    opacity: 0.95;
    bottom: 0px;
    transform: translate(0%);
  }
}

@media screen and (max-width: 767px) {
  .tp-caption.whitedivider3px.text-large.skrollable.skrollable-between[style] {
    /*font-size: 19px !important:*/
  }
}

/* Buttons */
input[type*='submit'] {
  background: #4C9D65 !important;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15) !important;
}

/* Search */
#edit-help-link {
  display: none;
}

/* Advanced Search*/
/*.search-advanced#edit-advanced {
  display: none;
}*/

.search-advanced#edit-advanced {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.search-form .js-form-item.form-item.js-form-type-textfield {
  padding-bottom: 15px;
}

.search-form .fieldset-wrapper .criterion legend {
  display: none;
}

.search-form .js-form-item.form-item.js-form-type-textfield.form-item-or.js-form-item-or label {
  display: block;
}

.search-form .js-form-item.form-item.js-form-type-textfield.form-item-phrase.js-form-item-phrase label {
  display: block;
}

.search-form .js-form-item.form-item.js-form-type-textfield.form-item-negative.js-form-item-negative label {
  display: block;
}

.search-form fieldset#edit-keywords-fieldset {
  margin-bottom: 2em;
  margin-top: 2em;
}

.search-form fieldset#edit-types-fieldset {
  margin-bottom: 2em;
}

.search-form fieldset#edit-lang-fieldset {
  margin-bottom: 2em;
}

.search-form .js-form-item.form-item.js-form-type-checkbox.form-item-type-article.js-form-item-type-article {
  display: none;
}

.search-form .js-form-item.form-item.js-form-type-checkbox.form-item-type-banner.js-form-item-type-banner {
  display: none;
}

.search-form .js-form-item.form-item.js-form-type-checkbox.form-item-type-page.js-form-item-type-page {
  display: none;
}

/*.search-form .js-form-item.form-item.js-form-type-checkbox.form-item-type-ofertas.js-form-item-type-ofertas {
    display: none;
}*/
.search-form .js-form-item.form-item.js-form-type-checkbox.form-item-type-page-full.js-form-item-type-page-full {
  display: none;
}

.search-form .js-form-item.form-item.js-form-type-checkbox.form-item-type-simplenews-issue.js-form-item-type-simplenews-issue {
  display: none;
}

.search-form .js-form-item.form-item.js-form-type-checkbox.form-item-type-webform.js-form-item-type-webform {
  display: none;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-language-und.js-form-item-language-und {
  display: none;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-language-zxx.js-form-item-language-zxx {
  display: none;
}

/* Content */
.content.block-content {
  /* margin-bottom: 1em; */
}

/* Form */
.webform-submission-form {
  margin-bottom: 2em;
}

textarea#edit-message {
  width: 100%;
}

input#edit-name {
  width: 100%;
}

input#edit-subject {
  width: 100%;
}

input#edit-email {
  width: 100%;
}

input#edit-asunto {
  width: 100%;
}

#edit-terms-of-service {
  width: fit-content;
}

/* footer */
.after-footer {
  background: #f0f0f0 !important;
}

.footer-img img {
  width: 20%;
}

@media (max-width: 992px) {
  #copy-text {
    text-align: left !important;
  }
}

/* weather icons */
.w160x36-01 {
  background-position: 0px -1px !important
}

.w160x36-02 {
  background-position: 0px -58px !important
}

.w160x36-03 {
  background-position: 0px -116px !important
}

.w160x36-04 {
  background-position: 0px -175px !important
}

.w160x36-05 {
  background-position: 0px -235px !important
}

.w160x36-06 {
  background-position: 0px -296px !important
}

.w160x36-07 {
  background-position: 0px -355px !important
}

.w160x36-08 {
  background-position: 0px -414px !important
}

.w160x36-11 {
  background-position: 0px -475px !important
}

.w160x36-12 {
  background-position: 0px -535px !important
}

.w160x36-13 {
  background-position: 0px -597px !important
}

.w160x36-14 {
  background-position: 0px -657px !important
}

.w160x36-15 {
  background-position: 0px -717px !important
}

.w160x36-16 {
  background-position: 0px -778px !important
}

.w160x36-17 {
  background-position: 0px -837px !important
}

.w160x36-18 {
  background-position: 0px -895px !important
}

.w160x36-19 {
  background-position: 0px -957px !important
}

.w160x36-20 {
  background-position: 0px -1019px !important
}

.w160x36-21 {
  background-position: 0px -1079px !important
}

.w160x36-22 {
  background-position: 0px -1137px !important
}

.w160x36-23 {
  background-position: 0px -1199px !important
}

.w160x36-24 {
  background-position: 0px -1256px !important
}

.w160x36-25 {
  background-position: 0px -1316px !important
}

.w160x36-26 {
  background-position: 0px -1378px !important
}

.w160x36-29 {
  background-position: 0px -1435px !important
}

.w160x36-30 {
  background-position: 0px -1497px !important
}

.w160x36-31 {
  background-position: 0px -1558px !important
}

.w160x36-32 {
  background-position: 0px -1619px !important
}

.w160x36-33 {
  background-position: 0px -1679px !important
}

.w160x36-34 {
  background-position: 0px -1738px !important
}

.w160x36-35 {
  background-position: 0px -1198px !important
}

.w160x36-36 {
  background-position: 0px -1858px !important
}

.w160x36-37 {
  background-position: 0px -1917px !important
}

.w160x36-38 {
  background-position: 0px -1977px !important
}

.w160x36-39 {
  background-position: 0px -2036px !important
}

.w160x36-40 {
  background-position: 0px -2096px !important
}

.w160x36-41 {
  background-position: 0px -2156px !important
}

.w160x36-42 {
  background-position: 0px -2217px !important
}

.w160x36-43 {
  background-position: 0px -2276px !important
}

.w160x36-44 {
  background-position: 0px -2339px !important
}

/* directorio */
.category-directorio {
  font-weight: bold;
  text-decoration: underline;
}

#calendar {
  width: 100%;
}

#calendar button {
  border: inherit;
  border-radius: inherit;
  background: inherit;
  box-shadow: inherit;
  color: #97ca99;
}

#calendar .fc-left {
  display: block;
  color: #97ca99;
}

#calendar h2 {
  color: #97ca99;
  font-size: 18px;
}

#calendar .fc-left > div {
  position: absolute;
  display: -webkit-inline-flex;
}

#calendar .fc-left > div button {
  margin: 0 10px;
  font-weight: 900;
  font-size: 23px;
  margin-top: -10px;
}

#calendar .fc-left > div button:first-child {
  margin: -10px 0px 0 0;
  padding-left: 0;
}

#calendar .fc-right button {
  border: 1px solid #acacac;
  color: #acacac;
  padding: 0 10px 0 10px;
}

#calendar .fc-right button:first-child {
  border-radius: 5px 0 0 5px;
}

#calendar .fc-right button:last-child {
  border-radius: 0 5px 5px 0;
}

#calendar .fc-right button.fc-state-active {
  color: white;
  background-color: #acacac;
}

#calendar .fc-body .fc-slats table tbody tr {
  height: 40px;
}

@media only screen and (max-width: 590px) {
  #calendar .fc-right {
    display: none;
  }

  #calendar .fc-left {
    width: 100%;
    display: -webkit-inline-box;
    margin-bottom: 20px;
  }

  #calendar .fc-center {
    display: none;
  }
}

#block-simplenewssubscription .form-email {
  background-color: white !important;
  border: 1px solid #a4a4a4 !important;
  padding: 5px 10px !important;
  color: #a4a4a4;
}

#block-simplenewssubscription .form-submit {
  background-color: #8ec999 !important;
  border: 1px solid #a4a4a4 !important;
  padding: 5px 10px !important;
  color: #000;
}

#block-simplenewssubscription .form-submit:hover {
  background-color: #7ba0b6 !important;
}

form#simplenews-confirm-add input.button,
form#simplenews-subscriber-page-form input.button,
form#simplenews-confirm-removal input.button {
  margin: 25px 0 35px 0;
}

form#simplenews-confirm-add p,
form#simplenews-subscriber-page-form p,
form#simplenews-confirm-removal p {
  margin: 10px 0;
}

/* banners */
.img-banner img {
  max-height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-top .block {
  margin-bottom: 0px;
}

.content-bottom .block {
  margin-bottom: 0px;
}

div#block-views-block-banner-block-1 .item-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

div#block-views-block-banner-block-4 .item-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.small-list .more-link {
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 0 10px !important;
}

.small-list .more-link a {
  border: 0 !important;
  padding: 15px 0 0 0 !important;
  border-radius: 0 !important;
  border-top: 0;
  font-size: 12px
}

.small-list .more-link a:hover {
  color: #8ec999;
}

.small-list .more-link a:hover {
  background: inherit;
}

.fw-before-content .block {
  margin-bottom: 0px;
}

/* cookies */
div#sliding-popup {
  height: 100vh !important;
}

.eu-cookie-compliance-banner.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--opt-in {
  margin-top: 20%;
}

div#popup-text h2, div#popup-text p, div#popup-text button {
  color: white;
}

.page-node-41 div#sliding-popup {
  height: auto !important;
}

.page-node-41 .eu-cookie-compliance-banner.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--opt-in {
  margin-top: 0%;
}

.field.field--name-field-categorias-blog.field--type-entity-reference.field--label-hidden.field__items {
  display: flex;
}

/*
.field__item:not(:first-child):before {
  content: ', ';
}*/

.m-0 {
  margin: 0 !important;
}

.category-line {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  margin-right: 8px;
}

.category-line .field__item {
  display: inline-block;
}

.category-line a {
  padding-bottom: 2px;
  border-bottom: 2px solid
}

.field--label-above .field__label {
  font-size: 16px;
}

.title__label {
  font-weight: bold;
}

.green-title, .green-title a {
  color: #4C9D65;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.bold {
  font-weight: bold;
}

.document_list {
  margin-bottom: 8px;
}

.document_list a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #4C9D65;
  padding-bottom: 5px;
  border-bottom: 2px solid;
}

.document_list a::before {
  content: '>>>';
  color: #444242;
  padding-right: 3px;
}

.document_list a:hover {
  color: grey;
}

.views-exposed-form input, .chosen-container {
  max-width: 100%;
  width: 100% !important;
}

.views-exposed-form {
  margin-bottom: 4rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.views-exposed-form .js-form-item {
  padding: 0 5px 15px 5px;
}

.views-exposed-form .js-form-item label {
  display: block;
}

.chosen-single, .chosen-drop {
  text-align: left;
}


@media (max-width: 1199px) {
  .views-exposed-form .form-actions {
    display: block;
    margin: 2rem auto;
    text-align: center;
  }
  select[multiple], select[size] {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .views-exposed-form .js-form-item, .investigate-filter .form-actions {
    max-width: 19.5%;
    width: 20%;
    display: inline-block;
  }
  .views-exposed-form .form-actions {
    display: block;
    max-width: 20%;
    margin: 2rem auto;
    text-align: center;
  }
}

.form--filters {
  width: 100% !important;
  margin: 2rem 0;
  text-align: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.contact-diary {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .contact-diary {
    display: table;
    width: 100%;
  }
}

.contact-diary .field__label {
  font-size: 14px;
}

.contact-diary__left, .contact-diary__right {
  display: table-cell;
  float: none;
}

.contact-diary__left {
  background: #8ec999;
  height: 100%;
  padding: 15px 20px;
}

.contact-diary__right {
  padding: 0;
  position: relative;
}

.contact-diary__map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.organiser-line {

}

.organiser-line .field {
  display: inline-block;
  margin-right: 8px;
}

.gallery-grid__item img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.display-inline div {
  display: inline;
}

.contact-diary__rrss {
  border-radius: 5px;
  display: inline-block;
  padding: 5px 8px;
  margin-right: 10px;
  background: #444242;
  color: white;
  font-size: 16px;
  line-height: 16px;
  min-height: 22px;
  min-width: 22px;
  text-align: center;
}

.contact-diary__rrss a {
  color: white;
}

.contact-diary__data .field {
  font-style: italic;
  position: relative;
  font-size: 16px;
}

.contact-diary__data .field::after {
  content: "/";
  margin-right: 4px;
  margin-left: 4px;
}

.contact-diary__data .field:last-child::after {
  content: "";
}

.btn-readmore {
  padding-top: 1rem;
}

.btn-readmore a {
  font-size: 13px;
  text-decoration: underline;
  color: #4C9D65;
  font-weight: bold;
}

.font-bold {
  font-weight: bold;
}

.post-price {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
}

.post-price label {
  font-weight: bold;
}

.post-summary {
  line-height: 25px;
  font-size: 13px;
}

.btn-gcalendar {
  background: #8ec999;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 0 0 auto;
  width: fit-content;
}

.btn-gcalendar a {
  text-align: center;
  padding: 10px 15px;
  font-size: 13px;
}

.field--label-inline .field__label, .field--label-inline .field__item {
  display: inline-block;
}

.points__items {
  margin-bottom: 1.5rem;
}

.points__item {
  margin-bottom: 1.5rem;
}

.title__teaser {
  font-size: 18px !important;
  margin-bottom: 1rem;
}

.point__teaser .node__title {
  margin-bottom: 5px;
}

.little-font {
  font-size: 13px;
}

.field--label-inline .title__label::after {
  content: ":";
}

.chosen-choices {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgb(0 0 0 / 2%) inset !important;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 2%) inset !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 5px 10px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: 'Raleway' !important;
}

.booked-weather-160x36-degree {
  margin: 0 8px 0 35px !important;
}
.field-group-html-element .form-required::after{
  content: " *";
 /* color: #4C9D65;*/color: red;
}

.topbar
 {
    background: #333333;
    background-color: red;
    background-image: linear-gradient(to right, #d8d39b, #8ec999, #7ba0b6);
    /* color: #999999; */
    color: #444242;
    font-size: 12px;
    padding: 15px 0;
}

@media (min-width: 1400px) {
  #header .container {
    width: 1400px !important;
  }
}
div#block-gavias-tico-views-block-banner-block-3 {
    margin-bottom: 0px;
}
/* icons */
#resumen-actividades .column-inner .highlight-image{
    float: left;
    width: 25%;
}
#resumen-actividades .column-inner .highlight-image img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80px;
}
#resumen-actividades .widget.gsc-icon-box.left .highlight_content {
    padding-left: 0;
    text-align: left;
}
#resumen-actividades .widget.gsc-icon-box.top-left .highlight_content {
    text-align: left;
    display: table;
}
#resumen-actividades .widget.gsc-icon-box.left .highlight_content{
    text-align: left;
    display: table;
}
/* .highlight_content h4 {
    color: red;
} */
/* directorio-block */
#directorio-block a h4{
    color: white;
    font-weight: normal;
    font-size: 16px;
}
#directorio-block a h4:hover{
    color: white;
    font-weight: bold;
}
#sliding-popup h2 {
    text-transform: initial !important;
}
/* Municipios */
body .body-page .title-municipio a {
    color: #444242 !important;
}
.content-inner.inner-municipio {
    padding: 15px 15px 15px 15px;
    min-height: fit-content;
}
#precio-oferta{
    text-align: center;
    border: 1px solid #444242;
    border-radius: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
}
#btn-localizacion{
    background: #f0f0f0!important;
    padding: 10px 10px 10px 15px;
    margin-bottom: 10px;
}
.info-reserva{
    margin-bottom: 1.5em;
}
.clean-p-left{
    padding-left: 0px !important;
}

/* Lang selector */
.selector-lang select.links {
    border: inherit;
    background: transparent;
    box-shadow: inherit;
}

.selector-lang .links option{
    border: inherit;
    background: transparent;
    background-color: transparent;
    box-shadow: inherit;
}
.switcher-navbar{
    border-bottom: 1px solid rgba(0,0,0,0.1);

}
/* */
.gbb-row .bb-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
a.booked-weather-160x36-city.smolest {
    display: none !important;
}
.booked-weather-160x36{
    margin: 0px !important;

}
a.booked-weather-160x36-right{
    pointer-events: none;
cursor: default;
}

.size-widget{
        width: 85px !important;
}
.w160x36-01 {
    background-position: 0px -1px !important;
}

.nopadding{
    padding: 0 !important;
    margin: 0 !important;
}
/* menu categorias */
h2#block-categorias-menu span {
    color: red;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    color: #282828;
}
h2#block-categorias-menu {
    border-bottom: 1px solid #4C9D65;
}
/* Audio Bar */
.col-md-5 .field__item audio {
    background: #f0f0f0;
    border-radius: 0px;
    width: 100%;
}
/* Vi­deo */
.col-md-5 .field__item video {
    width: 100%;
    height: inherit;
}
.site-branding-logo {
  max-height: inherit;
}
.site-branding-logo img {
  max-height: 80px;
  width: auto;
  padding-bottom: 5px;
}
header.header-v1 .site-branding-logo {
    padding-top: 8px;
}
.gavias_sliderlayer .btn-slide, #gavias_slider_single .btn-slide {
    border: 2px solid white;
    background: white;
    color: black;
}
.gavias_sliderlayer .btn-slide a, #gavias_slider_single .btn-slide a {
    color: black !important;
}
.tp-caption.text.text-medium.color-white.skrollable.skrollable-between{
  color: white;
}

span#typer span{
background: rgb(142, 201, 153) !important;
}
#footer .footer-center ul.menu > li a::after, .footer a {
    font-weight: 600;
}
.footer .footer-center .block .block-title {
  border: none;
}
.footer .footer-center .block .block-title span {
  color: #444242 !important;
}
.redes-footer ul {
    list-style: none;
    padding-left: 0px;
}
.redes-footer i {
    color: #444242;
    transition: all cubic-bezier(.68, -.55, .265, 1.55) 1s;

}
.redes-footer a:hover i{
    transform: rotate(360deg);
    color: #4C9D65;
}
.more-link {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 2em;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    min-height: 200px;
    margin-bottom: 30px;
    position: relative;
    background-size: cover;
}
.portfolio-v2 .content-inner {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-caption.text.text-medium.color-white.skrollable.skrollable-after.rs-toggle-content-active {
    color: white;
}
