/*
Theme Name: Efecto cacao
Theme URL: http://yourdomain.com
Description: WP Bootstrap Starter Child
Template: wp-bootstrap-starter
Version: 1.0.1
*/
/* ///  fonts /// */
/* ///  fonts /// */
html {
  scroll-behavior: smooth;
}

/* .full-h {
  min-height: 100vh;
} */
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.bg-brown {
  background: #54300A !important;
}

.text-brown {
  color: #54300A !important;
}

.border-brown {
  border: 1px solid #54300A;
}

.bg-skin {
  background: #FAF0D4;
}

.text-skin {
  color: #FAF0D4;
}

.bg-orange {
  background: #FDA028;
}

.text-orange {
  color: #FDA028;
}

.bg-orange-2 {
  background: #d56616;
}

.text-orange-3 {
  color: #D5661C;
}

.bg-orange-3 {
  background: #D5661C;
}

.text-orange-2 {
  color: #d56616;
}

.bg-green {
  background: #688422;
}

.text-green {
  color: #688422;
}

.lh-1 {
  line-height: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-5 {
  z-index: 5;
}

.main-cont {
  padding-left: 2vw;
  padding-right: 2vw;
}

.lh-1-25 {
  line-height: 1.25;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.last-p p:last-child {
  margin-bottom: 0
}

.w-64 {
  width: 64%;
  padding: 0 15px;
}

.w-72 {
  width: 72%;
  margin-left: 8%;
  padding: 0 15px;
}

.outline {
  color: transparent;
  /* Unfortunately you can't use transparent here â€¦ */
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff
}

/* Real outline for modern browsers */
@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .outline {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    text-shadow: none;
  }
}

.section-banner {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.section-banner .swiper {
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
}

.section-banner .swiper::after {
  content: "";
  background: #000;
  opacity: .4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.section-banner .swiper img {
  object-fit: cover;
}

.logo-float {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
}

.ancla {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  position: absolute;
  right: 4%;
  top: 7%;
  z-index: 4;
  font-size: 1.07vw;
}

.ancla-btn {
  top: auto;
  bottom: 3rem;
}

.ancla span {
  font-weight: 500;
  margin-left: 4vw
}

.ancla i {
  font-size: 3vw;
  margin-top: 3vw;
}

/* ///////////////// menu////// */
header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  z-index: 10;
  background: #fff;
  width: 100%;
  height: 100%;
  translate: 100%;
  transition: .5s
}

header.active {
  translate: 0%;
  transition: .5s
}

header .cerrar {
  position: absolute;
  z-index: 2;
  right: 2%;
  top: 2%;
}

header .logo {
  height: 7.8vw;
}

header .nav-wrapper {
  margin-top: 4vw;
}

header .nav-wrapper .navbar-nav li a.nav-link {
  font-weight: bold;
  color: #54300A;
  font-size: clamp(16px, 1.5vw, 28px);
  padding: 0;
  line-height: 1;
  margin-bottom: 1vw;
  display: inline-block;
  transition: .2s
}

/* header .nav-wrapper .navbar-nav li.menu-item-has-children a.nav-link {
  margin-bottom: 0vw;
} */
header .nav-wrapper .navbar-nav li a.nav-link.active {
  color: #FDA028;
  font-size: 60px;
  border-bottom: 1px solid;
  font-size: clamp(24px, 3.5vw, 40px);
  transition: .2s
}

header .line-1 {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 18%;
  z-index: 2;
  top: 0;
  background-image: linear-gradient(#FDA028 100%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

header .line-2 {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  z-index: 2;
  top: 0;
  background-image: linear-gradient(#FDA028 100%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

header .line-3 {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 82%;
  z-index: 1;
  top: 0;
  background-image: linear-gradient(#FDA028 100%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 1px;
  background-repeat: repeat-y;
}

header .navbar-nav .dropdown-menu.show {
  position: relative !important;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  transform: none !important;
  padding-left: 30px;
}

header .navbar-nav .dropdown-menu .dropdown-item {
  font-weight: bold;
  color: #54300A;
  font-size: clamp(18px, 1.5vw, 26px);
  padding: 0;
  line-height: 1;
  margin-bottom: 1.25vw;
  display: inline-block;
  transition: .2s;
}

header .navbar-nav .dropdown-menu .dropdown-item.active {
  background: none;
  color: #54300A
}

.fixed-menu-top {
  position: fixed;
  top: 1vw;
  right: 2vw;
  z-index: 9;
}

.fixed-menu-top .btn {
  background: #fff;
  color: #54300A;
  line-height: 1;
  font-size: max(12px, 1.17vw);
  padding: 0.5rem 1.2vw;
  border: 2px solid #fff;
  /* clamp(12px,  1.17vw,  50px ); */
}

.fixed-menu-top .btn:nth-child(1) {
  margin-left: 1rem;
}

.fixed-menu-top .btn .bar {
  margin-left: 3px;
}

.fixed-menu-top .btn .bar span {
  background: #54300A;
  width: 1.25vw;
  height: 2px;
  border-radius: 25px;
  margin-bottom: 3px;
  display: block;
}

.fixed-menu-top .btn .bar span:nth-child(2) {
  width: 1vw;
}

.fixed-menu-top .btn:hover {
  background: #54300A;
  border: 2px solid #fff;
  color: #fff;
}

.fixed-menu-top .btn:hover .bar span {
  background: #fff;
}

.fixed-menu-top .pll-switcher-select {
  border: none;
  background: #fff;
  color: #54300a;
  line-height: 1;
  font-size: max(12px,1.17vw);
  padding: 0.4rem 1.2vw;
  border-radius: 50rem!important;
  font-weight: 700;
}


.fixed-menu-right {
  position: fixed;
  top: 10vw;
  right: 3vw;
  z-index: 9;
}

.fixed-menu-right::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: calc(50% - 0.5px);
  z-index: -1;
  top: 0;
  background-image: linear-gradient(#ffffff70 40%, rgba(255, 255, 255, 0) 0);
  background-position: right;
  background-size: 1px 7px;
  background-repeat: repeat-y;
}

.fixed-menu-right ul li:first-child a {
  background: #fff;
  height: 3vw;
  width: 3vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5vw;
  font-size: 1.5vw;
}

.fixed-menu-right ul li a {
  color: #54300A
}

.fixed-menu-right ul li {
  display: flex;
  justify-content: center;
}

.fixed-menu-right ul li:nth-child(1n+2) span {
  display: block;
  background: #fff;
  height: 1vw;
  width: 1vw;
  border-radius: 50%;
  margin-bottom: 2vw;
  border: 1px solid #54300A;
}

.fixed-menu-right ul li:last-child span {
  margin-bottom: 0
}

.fixed-menu-right ul li:first-child a.active,
.fixed-menu-right ul li:first-child a:hover,
.fixed-menu-right ul li a.active span,
.fixed-menu-right ul li a:hover span {
  background: #FDA028;
  text-decoration: none;
}

.cont-loader {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    border-top-color: rgba(253, 160, 40, 0.5);
  }

  50% {
    transform: rotate(180deg);
    border-top-color: rgba(255, 255, 255, 0.5);
  }

  100% {
    transform: rotate(360deg);
    border-top-color: rgba(253, 160, 40, 0.5);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    border-top-color: rgba(253, 160, 40, 0.5);
  }

  50% {
    transform: rotate(180deg);
    border-top-color: rgba(255, 255, 255, 0.5);
  }

  100% {
    transform: rotate(360deg);
    border-top-color: rgba(253, 160, 40, 0.5);
  }
}

.loader {
  position: relative;
  margin: 75px auto;
  width: 150px;
  height: 150px;
  display: block;
  overflow: hidden;
}

.loader div {
  height: 100%;
}

/* loader 4 */
.loader4,
.loader4 div {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  -webkit-animation: rotate linear 3.5s infinite;
  animation: rotate linear 3.5s infinite;
  border-radius: 50%;
  padding: 4px;
  -webkit-animation: rotate2 4s infinite linear;
  animation: rotate2 4s infinite linear;
}

div:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.loader,
.loader * {
  will-change: transform;
}

/* /////////////// footer ///////// */
footer .info {
  padding-top: 5vw;
  padding-bottom: 2vw;
}

footer .redes {
  padding-bottom: 1vw;
}

footer .info h3 {
  font-size: 1.75vw;
}

footer .info .tnp-email::placeholder {
  color: #54300A;
}

footer .info .tnp-email {
  background: #fff;
  border-radius: 30px;
  color: #54300A;
}

footer .info .tnp-field label,
footer .info .tnp-field label a {
  font-weight: 300;
  font-size: .85rem
}

footer .info .tnp-field-button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}

footer .info .tnp-field-button .tnp-submit {
  background: #FDA028;
  color: #54300A;
  font-weight: bold;
  border-radius: 30px;
  padding: 0.75rem 2rem;
}

footer .line-1 {
  position: absolute;
  height: 80%;
  width: 1px;
  left: 30%;
  z-index: 1;
  top: 0;
  background-image: linear-gradient(#D5661C40 100%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

footer .line-2 {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  z-index: 1;
  top: 0;
  background-image: linear-gradient(#D5661C40 100%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

footer .line-3 {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 84%;
  z-index: 1;
  top: 0;
  background-image: linear-gradient(#D5661C40 100%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

@media only screen and (max-width: 768px) {
  .w-64 {
    width: 100%;
    padding: 0 15px;
  }

  .w-72 {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }

  .logo-float img {
    max-width: 134px;
    width: 30vw;
  }

  .main-cont {
    padding-left: 15px;
    padding-right: 15px;
  }

  header .line-1 {
    left: 5%;
    z-index: -1;
  }

  header .line-2,
  header .line-3 {
    display: none;
  }

  header .nav-wrapper {
    margin-top: 26.5vw;
  }

  header .logo {
    height: 20vw;
  }

  header .cerrar {
    padding: 0;
    width: 42px;
    height: 42px;
  }

  header .logo-cont {
    position: absolute;
    top: 0;
    left: 0;
  }

  header .nav-wrapper .navbar-nav li a.nav-link {
    margin-bottom: 4vw;
  }

  .fixed-menu-top {
    top: 2vw;
  }

  .fixed-menu-top .btn .bar {
    margin-left: 0;
  }

  .fixed-menu-top .btn {
    padding: 0.5rem 5.2vw;
  }

  .fixed-menu-top .btn.menu-link {
    padding: 0;
    height: 2rem;
    width: 2rem;
  }

  .fixed-menu-top .btn .bar span:last-child {
    margin-bottom: 0;
  }

  .fixed-menu-top .btn .bar span {
    width: 1rem;
  }

  .fixed-menu-top .btn .bar span:nth-child(2) {
    width: .7rem;
  }

  footer .info .logo img {
    max-width: 50%;
  }

  .ancla {
    right: 4%;
    top: 4%;
    font-size: 3vw;
  }

  .ancla i {
    font-size: 4vw;
    margin-top: 3vw;
  }

  footer .info h3 {
    font-size: min(16px, 4vw);
  }
}