/*///////////////////////// GENERALES /////////////////////////*/
@font-face {
  font-family: "Aviano Flare";
  src: url("../fonts/AvianoFlareRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Aviano Flare";
  src: url("../fonts/AvianoFlareMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Aviano Flare";
  src: url("../fonts/AvianoFlareBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sweet Sans Pro";
  src: url("../fonts/SweetSansProLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Sweet Sans Pro";
  src: url("../fonts/SweetSansProRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Fira Sans", sans-serif;
  color: #843c41;
  background-color: #f4efe4;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

.main-wrapper {
  overflow: hidden !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.aviano {
  font-family: "Aviano Flare";
}

.sweet-sans {
  font-family: "Fira Sans", sans-serif;
}

.bg-light {
  background-color: #f4efe4 !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-wrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}
h2.h1 {
  font-weight: 400;
}
/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 35px;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  width: fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
}

.btn-primary {
  border: 1px solid #f4efe4;
  color: #4b6443;
  background-color: #f4efe4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  border: 1px solid #e6d9be;
  color: #4b6443;
  background-color: #e6d9be;
  box-shadow: none !important;
}

.btn-secondary {
  border: 1px solid #4b6443;
  color: #fff;
  background-color: #4b6443;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  border: 1px solid #405738;
  color: #fff;
  background-color: #405738;
  box-shadow: none !important;
}

.fix-margin {
  margin-top: -8rem !important;
  padding-top: 8rem !important;
}

/*///////////////////////// HEADER /////////////////////////*/
header {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: auto;
}

.menu {
  padding: 2rem;
}

.navbar-brand img {
  height: 38px;
  transition: 0.3s;
  width: auto;
}

.navbar-toggler {
  padding: 0;
  width: 28px;
  height: 20px;
}

/* Navegador principal */
.navbar-collapse {
  justify-content: center;
  display: flex;
}

.navbar {
  padding: 2rem 3rem;
  width: 100%;
  border-radius: 100px;
  background: #843c41;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  justify-content: space-between;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  padding: 2rem 4rem;
}

.custom-nav {
  justify-content: end;
  width: 100%;
  align-items: center;
}

.nav-item-leng {
  margin-left: 1rem !important;
  line-height: 1.2;
  display: flex;
}

.nav-item-leng a {
  font-size: 14px;
  background-color: #f5f4ec;
  color: #843c41;
  padding: 0.3rem 0.6rem;
  border-radius: 20px;
  line-height: 1;
  display: block;
  margin: 0 0.3rem;
  opacity: 0.5;
}
.nav-item-leng a:hover, .nav-item-leng a:focus {
  opacity: 0.7;
}

.nav-item-leng a.active {
  opacity: 1;
}

.nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #f4efe4 !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  position: relative;
  padding: 6px 0px 4px 0 !important;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
}

.nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0rem;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #f4efe4;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  border-radius: 5px;
}

.nav-link:hover:after {
  width: 20px;
}

.nav-item.active .nav-link {
  font-weight: 700;
}

.nav-item {
  position: relative;
}

.nav-item::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #f4efe4;
  position: absolute;
  right: 0;
  bottom: 0.8rem;
}

.nav-item-last::after {
  content: none !important;
}

/* Bs nav para el menú mobile */
.bsnav-mobile .navbar {
  left: 0 !important;
  color: #fff !important;
  transform: translate3d(-300px, 0, 0) !important;
  width: 80%;
  max-width: 300px;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: #ffffff !important;
  padding: 0px 0 15px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  border-radius: 0 35px 35px 0;
}

.bsnav-sticky.bsnav-sticky-fade.sticked.in {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
  left: 1rem;
  right: 1rem;
  margin: auto;
  width: 95%;
}

.bsnav-sticky.bsnav-sticky-fade.sticked.in .navbar-brand img {
  height: 38px;
}

.bsnav-sticky.bsnav-sticky-fade.sticked.in .nav-item-leng {
  display: none;
}

.bsnav-sticky.bsnav-sticky-fade.sticked.in .navbar-toggler .navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-fade.sticked.in .navbar-toggler .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-fade.sticked.in .navbar-toggler .navbar-toggler-icon::before {
  background-color: #ffffff;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
/*//////////////////////// MAIN-HERO ////////////////////////////*/
.main-section {
  height: 100vh;
  position: relative;
  line-height: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-box {
  position: absolute;
  text-align: left;
  z-index: 5;
  width: 100%;
  max-width: 700px;
  font-size: 50px;
  left: 5%;
  right: 0;
  top: calc(50% - 100px);
  bottom: auto;
}
.hero-box h2{
  font-size: 75px;
  line-height: 1.2;
  font-weight: 500;
  color: white;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.30);
}
.main-section .carousel {
  height: 100vh;
}

.main-section .carousel-inner {
  height: 100%;
}

.main-section .carousel-item,
.main-section .carousel-item.active {
  height: 100%;
}

.main-section .carousel-item img,
.main-section .carousel-item.active img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  z-index: 5;
}

.carousel-indicators li {
  width: 11px;
  height: 11px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #e0cfc7;
  border: 0;
  opacity: 0.8;
  transition: all 0.6s ease;
  border-radius: 50%;
}

.carousel-indicators li.active {
  width: 48px;
  height: 11px;
  opacity: 1;
  border-radius: 6px;
}

/*///////////////////////// animation zoom /////////////////////////*/
.animaZoom {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.infinite-zoom {
  -webkit-animation: zoomSlow 35s infinite linear;
  -moz-animation: zoomSlow 35s infinite linear;
  animation: zoomSlow 35s infinite linear;
}

@-webkit-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

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

@-moz-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

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

@keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

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

/*///////////////////////// Bloques de texto //////////////////////////*/
.text-block {
  padding: 5rem 0;
  color: #843c41;
}

.container {
  position: relative;
}

.text-block-bg-green {
  background: url(../images/bg-green.png) #4b6443;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  color: white;
}

.bg-light-deco {
  background: url(../images/bg-light.png) #f4efe4;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.container-deco::before {
  content: "";
  width: 75%;
  height: 100%;
  border: 3px solid #843c41;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 80px;
  z-index: 0;
}

.column-container {
  position: relative;
  z-index: 5;
}

.text-block p {
  font-weight: 300;
  font-size: 18px;
}

.f-carousel {
  position: relative;
  z-index: 15;
  margin: 0 !important;
}

.f-carousel__slide {
  padding: 0;
  width: 100%;
}

.f-carousel__slide img {
  width: 100%;
  height: 550px;
  object-fit: contain;
}

.f-carousel__dots {
  bottom: 2rem;
}

#carousel2 .f-carousel__dots li.is-current .f-carousel__dot {
  background-color: #4b6443;
}

.f-carousel__dots li.is-current .f-carousel__dot {
  background-color: #843c41;
}

.f-carousel__dots li {
  opacity: 1;
}

.f-carousel__dot {
  background-color: #f5f4ec;
  transition: 0.3s;
}

.text-block ul:not(.f-carousel__dots) {
  padding-left: 1.2rem;
}

.text-block ul li {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 300;
}

.text-block ul li::marker {
  color: #843c41;
}

/* Texto infinito */
.infinite-text {
  background-color: #843c41;
  color: #f4efe4;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "Sweet Sans Pro";
  padding: 1rem 0;
  overflow-x: hidden;
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.horizontal-scrolling-items {
  display: flex;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.horizontal-scrolling-item {
  white-space: nowrap;
}

/*///////////////////////// FAQS //////////////////////////*/
.faqs {
  padding: 5rem 0;
  color: #843c41;
  background-color: #f4efe4;
}

.animated-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotate-logo {
  width: 260px;
  height: 260px;
  /*animation: rotate-animation 45s infinite linear;*/
}

.center-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 42px;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.accordion {
  border: 0;
}

.bg-dark {
  background-color: #e0cfc7 !important;
}

.accordion .card {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #843c41 !important;
  background-color: transparent;
}

.accordion .card:first-child {
  border-top: 2px solid #843c41 !important;
}

.accordion .card-header {
  padding: 1.6rem 1.25rem;
  border: 0;
  background-color: transparent;
}

.accordion .card-body {
  padding-top: 0;
  padding-bottom: 1.6rem;
  font-size: 18px;
}

.accordion button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #843c41;
  font-size: 20px;
  outline: 0;
  border: 0;
  width: 100%;
  position: relative;
  text-align: left;
  text-transform: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}

.accordion button::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s;
}

.accordion button[aria-expanded="true"]::after {
  content: "-";
}

.accordion button:focus,
.accordion button:hover,
.accordion button:visited {
  box-shadow: none;
  color: #843c41;
}

.accordion button span {
  margin-right: 0.6rem;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
}

/*///////////////////////// Video //////////////////////////*/
.video-block {
  background: linear-gradient(to right, #f4efe4 20%, #4b6443 20% 100%);
  border-radius: 35px;
  color: white;
  height: 620px;
  display: flex;
  align-items: center;
  margin: 4rem 0;
}

.video-container {
  background-color: #f4efe4;
  height: 750px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #4b6443;
  box-shadow: 0 0 0 3px #f4efe4;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #f4efe4;
  border-radius: 50%;
}

.video-container img {
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*///////////////////////// Contacto //////////////////////////*/
.contact {
  background-color: #f4efe4;
  padding: 3rem 0;
  color: #843c41;
}

.contact p {
  font-size: 18px;
}

.contact a {
  color: #843c41;
  font-size: 18px;
  display: block;
  margin-bottom: 0.8rem;
}

.contact a{
  margin-right: 0.4rem;
  transition: 0.3s;
}

.contact a:hover {
  margin-left: 0.4rem;
}

.iframe-container {
  height: 400px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 3px solid #843c41;
  filter: grayscale(20%) sepia(33%) contrast(102%);
-webkit-filter: grayscale(20%) sepia(33%) contrast(102%);
-moz-filter: grayscale(20%) sepia(33%) contrast(102%);
}

.iframe-container iframe {
  height: 100%;
}

/*///////////////////////// FOOTER //////////////////////////*/
footer {
  background: #843c41;
  padding: 4rem 0;
  color: #f4efe4;
}

footer h6 {
  font-size: 18px;
}

.footer-logo {
  width: 100%;
  max-width: 235px;
}

.social-media-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.4rem;
}

.social-media img {
  width: 30px;
  height: 30px;
  margin-right: 1.4rem;
  transition: 0.3s;
}

.social-media:hover img {
  transform: scale(1.1);
}

/*////////////////////// RESPONSIVE //////////////////*/
@media (max-width: 1400px) {
  .nav-link {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
    font-size: 14px;
  }
}
@media (max-width: 1240px) {
  .navbar {
    padding: 2rem;
  }
  .navbar-brand img{
    height: 30px;
  }
  .nav-link {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  .menu {
    padding: 1rem;
  }
  .navbar {
    padding: 1rem 1.4rem;
  }
  .bsnav-sticky.bsnav-sticky-fade.sticked.in .navbar-brand img {
    height: 30px;
  }
  .navbar-brand img {
    height: 30px;
  }
  .nav-link {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
    font-size: 15px;
    text-align: center;
  }
  
  .hero-box h2{
    font-size: 42px !important;
  }
}

@media (max-width: 768px) {
  .bsnav-mobile .navbar-nav {
    padding: 30px;
    align-items: start;
  }
  .hero-box {
    top: calc(50% - 275px);
  }
  .nav-link {
    color: #843c41 !important;
    font-weight: 400;
    padding: 6px 0 12px 0;
    font-size: 16px;
    margin-bottom: 0.6rem;
  }

  .nav-item-leng {
    margin-left: 0rem !important;
  }

  .nav-link::after {
    content: "";
    left: 0;
    right: auto;
  }

  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    margin-left: 0 !important;
  }

  h2.h1 {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .video-block {
    height: 550px;
  }

  .video-container {
    height: 650px;
  }

  .text-block p {
    font-size: 16px;
  }

  .f-carousel__dots {
    bottom: 3.8rem;
  }
  .container-deco::before {
    display: none;
  }
  .bg-light-deco {
    background-image: none;
  }
  .text-block-bg-green{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 525px) {
  .bsnav-sticky.bsnav-sticky-fade.sticked.in {
    left: 0;
    right: 0;
  }

  .mobile-alignment {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-padding {
    padding: 0 3rem;
  }

  .f-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

  .faqs {
    padding-top: 8rem;
  }

  .animated-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -100px;
  }

  .video-block {
    height: auto;
    background: #4b6443;
    padding: 1rem;
    margin-bottom: 0;
  }

  .video-container {
    height: 450px;
    margin-top: 1rem;
  }

  .f-carousel__dots {
    bottom: 1.6rem;
  }

  .contact {
    padding-top: 0;
    text-align: center;
  }

  .contact a {
    justify-content: center;
  }

  .footer-logo {
    display: block;
    margin: 0 auto 2rem auto;
  }
}

@media (max-width: 376px) {
  h2.h1 {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.btn-whatsapp-pulse {
  align-items: center;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-timing-function: ease-out;
  background: #25d366;
  border-radius: 50%;
  bottom: 1.7rem;
  color: #fff;
  display: flex;
  font-size: 40px;
  height: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  right: 1.7rem;
  text-decoration: none;
  width: 0;
  z-index: 999
}

.btn-whatsapp-pulse:hover {
  opacity: .85;
  transition: all .25s ease
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(37,211,102,.5)
  }

  80% {
      box-shadow: 0 0 0 14px rgba(37,211,102,0)
  }
}