/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
main {
  padding: 0 !important;
}

/* CHECKOUT */
ul#select2-billing_state-results,
span.select2-search.select2-search--dropdown {
  background-color: #FFF !important;
}

.avada-has-rev-slider-styles .avada-skin-rev {
  border: none !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 22px;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-top: 20px;
  line-height: 120%;
}

/* FIN  CHECKOUT */
html[lang=es-ES] .wd-show-en,
html[lang=en-US] .wd-show-es {
  display: none !important;
}

/* BOTONES GLOBAL */
.fusion-button,
.rev-btn,
.wpcf7-submit {
  overflow: hidden;
  position: relative;
}

.fusion-button span,
.rev-btn span,
.wpcf7-submit span {
  z-index: 20;
}

.fusion-button:after,
.rev-btn:after,
.wpcf7-submit:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.fusion-button:hover:after,
.rev-btn:hover:after,
.wpcf7-submit:hover:after {
  left: 120%;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.button-2 {
  padding-bottom: 10px !important;
}

.button-2:hover {
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.button-2,
.button-2 span {
  line-height: 1.2 !important;
}

.button-2:after {
  background: #ecdcd2;
}

.rev-btn:hover {
  background-color: #ecdcd2 !important;
}

/* ESTILOS WE DECOR */
#awb-mega-menu-571 {
  top: 102% !important;
}

.wd-submenu-servicios .fusion-column-wrapper,
.wd-submenu-servicios li,
.wd-submenu-servicios li a {
  height: fit-content !important;
}

.wd-submenu-servicios-numero {
  max-height: 97px;
  overflow: hidden;
}

.wd-submenu-servicios:hover .wd-submenu-servicio {
  opacity: 0.4 !important;
  transition: opacity 0.3s ease;
}

.wd-submenu-servicios .wd-submenu-servicio:hover {
  opacity: 1 !important;
}

.wd-global-header .awb-menu .fusion-counter-badge .fusion-widget-cart-number {
  transform: translate(0, 40%) scale(0.75);
  background-color: #FFF;
  border: 2px solid #475349;
  font-size: 13px;
  right: -4px !important;
}

.wd-global-header i.fa-shopping-cart:before {
  content: "" !important;
  background-image: url("assets/img/icon-cart.png");
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wd-global-header li ul.awb-menu__sub-ul span {
  text-transform: none !important;
  text-align: center;
}

.wd-global-header li:hover {
  color: #797964 !important;
}

.wd-global-header .wpml-ls-item-es {
  margin-left: 10px !important;
  margin-right: 0 !important;
}

.wd-global-header .wpml-ls-item-es span.wpml-ls-display {
  border-right: 1px solid;
  padding-right: 12px;
}

.wd-global-header .wpml-ls-item-en {
  margin-left: 10px !important;
}

.wd-global-header .wpml-ls-current-language {
  border-bottom: 1px solid #475349;
}

.wd-global-header .wpml-ls-current-language:hover {
  border-bottom: none !important;
}

.wd-global-header .wpml-ls-display {
  font-size: 16px !important;
  font-weight: 300 !important;
}

.wd-global-header .wpml-ls-link {
  justify-content: center !important;
}

.wd-global-tituloxxl-left,
.wd-global-tituloxxl-right {
  max-height: 150px !important;
  border-bottom: solid 1px !important;
  overflow: hidden !important;
  padding: 0px !important;
}

.wd-global-tituloxxl-left {
  margin-left: -1vw;
}

.wd-global-tituloxxl-right {
  margin-right: -1vw;
}

.wd-global-contactform span,
.wd-global-contactform input:not(.wpcf7-submit),
.wd-global-contactform textarea {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.wd-global-contactform label {
  margin-top: 10px !important;
}

.wd-global-contactform input:not(.wpcf7-submit) {
  margin-top: 0 !important;
}

.wd-global-contactform textarea {
  height: 100px !important;
}

.wd-global-formbox {
  display: flex;
  gap: 20px;
}

.wd-global-heroimg {
  max-height: 100vh !important;
  position: relative;
  overflow: hidden;
}

.wd-global-heroimg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%);
  transition: clip-path 1s ease-in-out;
  pointer-events: none;
}

.wd-global-heroimg[style*="scale(1)"]::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.wd-home-proyectos {
  /* Slide elements */
}

.wd-home-proyectos rs-module-wrap,
.wd-home-proyectos rs-module {
  height: 90vh !important;
  max-height: 90vh !important;
}

.wd-home-proyectos rs-layer-wrap:nth-of-type(1) {
  top: 10vh !important;
}

.wd-home-proyectos rs-layer-wrap:nth-of-type(2) {
  top: 45vh !important;
}

.wd-home-proyectos rs-layer-wrap:nth-of-type(3) {
  top: calc(45vh + 90px) !important;
}

.wd-home-proyectos rs-layer-wrap:nth-of-type(4) {
  top: 5vh !important;
  right: 10vw !important;
  left: unset !important;
  height: 80vh !important;
}

.wd-home-proyectos rs-layer-wrap:nth-of-type(4) rs-layer[data-type=image] {
  height: 100% !important;
  overflow: hidden;
  display: flex !important;
  justify-content: flex-end !important;
}

.wd-home-proyectos rs-layer-wrap:nth-of-type(4) rs-layer[data-type=image] img {
  width: auto !important;
  height: 100% !important;
  aspect-ratio: 4/5 !important;
  object-fit: cover !important;
}

.wd-home-proyectos rs-layer-wrap:nth-of-type(5) {
  left: unset !important;
  top: unset !important;
  right: calc(10vw + 10px) !important;
  bottom: calc(5vh + 10px) !important;
}

.wd-proyectos-tabs {
  /* Slide elements */
}

.wd-proyectos-tabs rs-module-wrap,
.wd-proyectos-tabs rs-module {
  height: 90vh !important;
  max-height: 90vh !important;
}

.wd-proyectos-tabs rs-layer-wrap:nth-of-type(1) {
  top: 20vh !important;
}

.wd-proyectos-tabs rs-layer-wrap:nth-of-type(2) {
  top: 40vh !important;
}

.wd-proyectos-tabs rs-layer-wrap:nth-of-type(3) {
  top: calc(40vh + 90px) !important;
}

.wd-proyectos-tabs rs-layer-wrap:nth-of-type(4) {
  top: calc(10vh + 40px) !important;
  height: 80vh !important;
  margin-left: 5% !important;
}

.wd-proyectos-tabs rs-layer-wrap:nth-of-type(4) rs-layer[data-type=image] {
  height: 100% !important;
  overflow: hidden;
}

.wd-proyectos-tabs rs-layer-wrap:nth-of-type(4) rs-layer[data-type=image] img {
  width: auto !important;
  height: 100% !important;
  aspect-ratio: 3/4 !important;
  object-fit: cover !important;
}

.wd-proyectos-tabs .nav-dir-horizontal {
  width: 100% !important;
  max-width: 100vw !important;
  max-height: 50px !important;
  border-bottom: 1px solid white;
}

.wd-proyectos-tabs .tp-tabs-inner-wrapper {
  display: flex !important;
  justify-content: space-evenly;
  max-width: 100vw !important;
}

.wd-proyectos-tabs .tp-tab {
  width: fit-content !important;
  position: relative !important;
  left: 0 !important;
}

.wd-proyectos-tabs .tp-tab-title {
  font-weight: 300 !important;
}

.wd-proyectos-tabs .tp-tab.selected .tp-tab-title {
  font-weight: 600 !important;
}

.wd-proyectos-tabs .tp-tab-mask {
  overflow: visible !important;
}

.wd-imgFondo {
  min-height: 350px;
}

.wd-servicios-titulo-num {
  max-height: 37%;
  overflow: hidden;
}

.wd-servicios-titulo-text {
  background-color: #FFF;
}

.wd-servicios-hero {
  position: relative !important;
}

.wd-servicios-hero span.fusion-imageframe {
  width: 100%;
  max-height: 900px;
}

.wd-servicios-hero span.fusion-imageframe img {
  width: 100%;
}

.wd-servicios-hero-title {
  max-height: 16%;
  overflow: hidden;
  position: absolute !important;
  bottom: 0 !important;
  left: -20px !important;
}

.wd-servicios-parati ul {
  position: relative;
  padding-left: 25px;
}

.wd-servicios-parati ul li {
  padding-bottom: 20px;
}

.wd-servicios-parati ul li::marker {
  content: "" !important;
}

.wd-servicios-parati ul li::before {
  content: "";
  background-image: url("assets/img/marker.png");
  display: block;
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  margin-top: 4px;
}

.wd-servicios-subtitulo {
  white-space: nowrap;
}

.wd-servicios-incluye span.fusion-imageframe {
  width: 100%;
}

.wd-servicios-incluye span.fusion-imageframe img {
  width: 100%;
}

.wd-servicios-trabajamos-col .fusion-builder-row {
  justify-content: flex-end;
}

.wd-servicios-trabajamos-num {
  position: absolute;
  left: -30px;
  top: -50px;
}

.wd-servicios-pack-titulo h2 {
  max-height: 150px;
  overflow: hidden;
  border-bottom: 1px solid #475349;
}

.wd-servicios-pack-titulo p {
  position: absolute;
  left: 120px;
}

.wd-servicios-pack-titulo-right p {
  width: 75vw !important;
  left: 30px !important;
}

.wd-contacto form.wpcf7-form.init {
  color: #FFF;
}

.wd-contacto form.wpcf7-form.init input,
.wd-contacto form.wpcf7-form.init textarea {
  border-bottom-color: #FFF;
  color: #FFF !important;
}

.wd-contacto form.wpcf7-form.init span.wpcf7-list-item {
  margin-left: 0 !important;
}

.wd-contacto form.wpcf7-form.init span.wpcf7-list-item a {
  text-decoration: underline;
}

.wd-contacto-flex .fusion-text {
  display: flex;
  grid-gap: 50px;
}

.wd-contacto-flex .fusion-text a {
  text-decoration: underline;
}

.wd-carrito .wc-proceed-to-checkout {
  flex-wrap: wrap !important;
  grid-gap: 15px;
}

.wd-carrito .quantity input.minus,
.wd-carrito .quantity input.plus {
  background-color: transparent !important;
}

.wd-carrito td.product-name {
  pointer-events: none;
}

.wd-footer-menu li {
  width: fit-content !important;
  border-bottom: 1px solid transparent;
}

.wd-footer-menu li a {
  justify-content: flex-start !important;
}

.wd-footer-menu li:hover {
  border-color: #475349;
}

.wd-footer-menu li.fusion-widget-cart {
  display: none !important;
}

.wd-footer-menu .wpml-ls-display {
  font-size: 16px !important;
  font-weight: 300 !important;
}

.wd-footer-logo-img img {
  object-fit: contain !important;
}

/* TABLET */
@media (max-width: 1024px) {

  ul#menu-menu-responsive,
  #menu-menu-responsive-en {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }

  ul#menu-menu-responsive li#menu-item-wpml-ls-23-es a,
  #menu-menu-responsive-en li#menu-item-wpml-ls-23-es a {
    border-right: 1px solid #475349 !important;
  }

  ul#menu-menu-responsive a.wpml-ls-link,
  #menu-menu-responsive-en a.wpml-ls-link {
    min-height: 30px !important;
  }

  ul#menu-menu-responsive .wpml-ls-item,
  #menu-menu-responsive-en .wpml-ls-item {
    width: auto;
    display: inline-block;
    padding-top: 20px;
  }

  ul#menu-menu-responsive .wpml-ls-item.wpml-ls-current-language .wpml-ls-display,
  #menu-menu-responsive-en .wpml-ls-item.wpml-ls-current-language .wpml-ls-display {
    padding: 0 5px 9px !important;
    border-bottom: 1px solid #475349;
  }

  ul#menu-menu-responsive .wpml-ls-item .wpml-ls-display,
  #menu-menu-responsive-en .wpml-ls-item .wpml-ls-display {
    border-right: none;
  }

  .wd-servicios-hero-title {
    max-height: 20%;
  }

  .wd-servicios-trabajamos .fusion-builder-row {
    justify-content: center !important;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .wd-global-menu .fusion-menu {
    height: calc(100vh - 50px) !important;
    max-height: 100vh !important;
  }

  .wd-global-menu .fusion-menu .current-menu-item .awb-menu__main-a {
    background: white !important;
    font-weight: bold !important;
  }

  .wd-global-menu .fusion-menu .wpml-ls-item-es span.wpml-ls-display {
    border-right: none !important;
  }

  .wd-global-tituloxxl-left,
  .wd-global-tituloxxl-right {
    max-height: 70px !important;
  }

  .wd-global-columnreverse .fusion-row {
    flex-direction: column-reverse;
  }

  .wd-global-formbox {
    flex-direction: column;
    gap: 0;
  }

  .wd-proyectos-tabs rs-module-wrap,
  .wd-proyectos-tabs rs-module {
    min-height: 100vh !important;
    height: fit-content !important;
    max-height: 200vh !important;
  }

  .wd-servicios-titulo-num {
    max-height: 27% !important;
  }

  .wd-servicios-hero-title {
    max-height: 30%;
  }

  .wd-servicios-subtitulo {
    white-space: wrap;
  }

  .wd-servicios-pack-titulo p {
    left: 80px;
    top: -15px;
  }

  .wd-servicios-pack-titulo-right p {
    width: 50vw !important;
    top: -15px;
  }

  .wd-contacto-flex .fusion-text {
    flex-direction: column;
    grid-gap: 15px;
  }

  .wd-carrito .wc-proceed-to-checkout {
    flex-direction: column !important;
  }

  .wd-carrito td.product-remove {
    background: transparent !important;
  }
}

/*# sourceMappingURL=style.css.map */