/* LOGO */
.is-frontpage .nav-logo-wrap .logo img {
    width: 118px;
    height: 44px;
    box-sizing: border-box;
    padding-left: 126px;
    background: url(../images/logo-blanco.png) left top no-repeat;
    background-size: 118px auto;

}

.is-sticky .nav-logo-wrap .logo img {
    width: auto;
    height: auto;
    box-sizing: unset;
    padding-left: 0;
    background: none;
}

/* Texto slider home */
.fullwidth-slider-fade h1 {
    font-size: 40px;
}

.fullwidth-slider-fade .home-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    color: rgba(255,255,255,.85);
}

/* en - Pantallas pequeñas */
@media (max-width:500px) {
    .fullwidth-slider-fade h1 {
        margin-top: 75px;
    }
}

@media (max-width:400px) {
    .fullwidth-slider-fade h1 {
        font-size: 30px;
    }
}

/* Hechos Relevantes */
/* Información Financiera */
#views-exposed-form-hechos-relevantes-default.views-exposed-form,
#views-exposed-form-informacion-financiera-default.views-exposed-form {
    text-align: center;
}

#views-exposed-form-hechos-relevantes-default.views-exposed-form .form-actions,
#views-exposed-form-informacion-financiera-default.views-exposed-form .form-actions {
    display: inline-block;
}

#edit-submit-hechos-relevantes,
#edit-submit-informacion-financiera {
    margin-top: 8px;
}

/* Slick */

/* Arrows */
.slick-arrow {
    z-index: 4;
    width: 40px;
    height: 90px;
    background-color: rgba(255,255,255,0.5);
}

/* en pantallas pequeñas no hay arrows */
@media (max-width:500px) {
    .slick-arrow {
        display: none !important;
    }
}

.slick-arrow:hover {
    background-color: rgba(255,255,255,0.9);
}

.slick-arrow:before {
    font-size: 0;
    line-height: 30px;
}

.slick-next.slick-arrow {
    right: 0;
    border-radius: 7px 0 0 7px;
}

.slick-prev.slick-arrow {
    left: 0;
    border-radius: 0 7px 7px 0;
}

.slick-arrow i {
    position: absolute;
    width: 40px;
    height: 40px;
    color: black;
    font-size: 25px;
    line-height: 35px;
}

.fa.fa-angle-right {
    left: auto;
    right: 0;
}

.fa-angle-left {
    left: 0;
    right: auto;
}


/* Dots */

.slick-dots {
    bottom: 15px;
}

.slick-dots li button::before {
    font-size: 30px;
    color: white;
    text-shadow: 0px 0px 2px black;
}


.slick-dots li.slick-active button::before {
    text-shadow: 0px 0px 2px white;
}

/* AGOCHANDO A BUSQUEDA E O SELECTOR DE IDIOMA DO MEGAMENÚ */
li.search-dropdown-list.mega-align-right, li.search-dropdown-list.mega-align-right + li {
    display: none;
}

/* PARA O CALENDARIO */
/*
html,body {
  height: 100%;
}

body {
  overflow: auto;
}
*/
html.calendly-page-scroll-locked body {
  overflow: hidden;
}

.calendly-inline-widget,.calendly-inline-widget *,.calendly-badge-widget,.calendly-badge-widget *,.calendly-overlay,.calendly-overlay * {
  font-size: 16px;
  line-height: 1.2em;
}

.calendly-inline-widget iframe,.calendly-badge-widget iframe,.calendly-overlay iframe {
  display: inline;
  width: 100%;
  height: 100%;
}

.calendly-popup-content {
  position: relative;
}

.calendly-popup-content.mobile {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.calendly-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #a5a5a5;
  background-color: rgba(31,31,31,0.4);
}

.calendly-overlay .calendly-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.calendly-overlay .calendly-popup {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  min-width: 901px;
  max-width: 1000px;
  height: 90%;
  max-height: 680px;
  background-color: #fff;
}

.calendly-overlay .calendly-popup .calendly-popup-content {
  height: 100%;
}

.calendly-overlay .calendly-popup .calendly-popup-close {
  position: absolute;
  top: 0;
  right: -24px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.calendly-overlay .calendly-popup .calendly-popup-close:before {
  content: "×";
}

.calendly-badge-widget {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998;
}

.calendly-badge-widget .calendly-badge-content {
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  border-radius: 25px;
  box-shadow: rgba(0,0,0,0.25) 0 2px 5px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.calendly-badge-widget .calendly-badge-content.white {
  color: #666a73;
}

.calendly-badge-widget .calendly-badge-content span {
  display: block;
  font-size: 12px;
  font-weight: 100;
}

@media screen and (max-width: 975px) {
  .calendly-overlay .calendly-popup {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: auto;
    min-width: 0;
    max-height: none;
  }

  .calendly-overlay .calendly-popup .calendly-popup-content {
    background-color: #fff;
  }

  .calendly-overlay .calendly-popup .calendly-popup-close {
    top: -50px;
    right: 14px;
    font-size: 40px;
  }
}
.spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: -1;
}

.spinner>div {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #e1e1e1;
  border-radius: 50%/50%;
  vertical-align: middle;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ui-dialog {
 z-index:200;
}