@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,300;0,400;0,600;1,100;1,300;1,400;1,600&family=Laila:wght@300;400;500;600;700&display=swap');

/********** Template CSS **********/
:root {
  --primario: #82c6a4;
  --secundario: #3f6d4f;
  --terciario: #979153;
  --cuarto: #F9D423;
  --quinto: #7f9153;
  --sexto: #4380b4;
  --white: #f5f5f5;
  --light: #EEF9FF;
  --dark: #000000;
  --fondo: #f0f0f0;
  --sales: #ffea5e;
  --greenCTA: #42d697;
}



body {
  font-family: 'Josefin Sans', sans-serif !important;
  background-color: var(--secundario) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif !important;
  color: var(--terciario);
}

p,
small,
a,
span {
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  color: var(--primario);
}

/* TEXTO PALETA DE COLORES */
.text-primario {
  color: var(--primario) !important;
}

.text-secundario {
  color: var(--secundario) !important;
}

.text-terciario {
  color: var(--terciario) !important;
}

.text-cuarto {
  color: var(--cuarto) !important;
}

.text-quinto {
  color: var(--quinto) !important;
}

.text-sexto {
  color: var(--sexto) !important;
}

.text-sales {
  color: var(--sales) !important;
}

.text-greenCTA {
  color: var(--greenCTA) !important;
}

.text-fondo {
  color: var(--fondo) !important;
}

/* FONDO PALETA DE COLORES */
.bg-primario {
  background-color: var(--primario) !important;
}

.bg-secundario {
  background-color: var(--secundario) !important;
}

.bg-terciario {
  background-color: var(--terciario) !important;
}

.bg-cuarto {
  background-color: var(--cuarto) !important;
}

.bg-quinto {
  background-color: var(--quinto) !important;
}

.bg-sexto {
  background-color: var(--sexto) !important;
}

.bg-sales {
  background-color: var(--sales) !important;
}

.bg-greenCTA {
  background-color: var(--greenCTA) !important;
}

.bg-fondo {
  background-color: var(--fondo) !important;
}

/* BORDES PALETA DE COLORES */
.border-primario {
  border-color: var(--primario) !important;
}

.border-secundario {
  border-color: var(--secundario) !important;
}

.border-terciario {
  border-color: var(--terciario) !important;
}

.border-cuarto {
  border-color: var(--cuarto) !important;
}

.border-quinto {
  border-color: var(--quinto) !important;
}

.border-sexto {
  border-color: var(--sexto) !important;
}

.border-sales {
  border-color: var(--sales) !important;
}

.border-greenCTA {
  border-color: var(--greenCTA) !important;
}

.border-fondo {
  border-color: var(--fondo) !important;
}

.text-justify {
  text-align: justify !important;
}

/* BOTONES FLOTANTES */
.float-container {
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 100;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  transition: margin 0.5s ease-in-out;
}

.float-wsp,
.float-facebook,
.float-insta,
.float-phone {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  transition: 0.2s;
}

.float-facebook {
  background-color: #4267B2;
}

.float-insta {
  background: #EA0C5F;
  background: linear-gradient(0deg, #f6ba00 0%, #c0007a 100%);
}

.float-phone {
  background-color: var(--primario);
  font-size: 27px;
}

.my-float-wsp,
.my-float-facebook,
.my-float-insta,
.my-float-phone {
  margin-top: 16px;
}

.float-wsp:hover,
.float-facebook:hover,
.float-insta:hover,
.float-phone:hover {
  color: #fff;
  -webkit-animation: headShake 1s;
  animation: headShake 1s;
}

.back-to-top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 35px;
  bottom: 35px;
  margin-bottom: -20px;
  width: 40px;
  height: 40px;
  background-color: var(--primario);
  color: var(--white);
  border-radius: 50px;
  text-align: center;
  font-size: medium;
  box-shadow: 2px 2px 3px #999;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.back-to-top:hover {
  background-color: var(--secundario);
  color: var(--white);
}

@media (max-width: 991.98px) {

  .float-wsp,
  .float-facebook,
  .float-insta,
  .float-phone,
  .back-to-top {
    width: 2.5em;
    height: 2.5em;
    font-size: 15px;
  }

  .my-float-wsp,
  .my-float-facebook,
  .my-float-insta,
  .my-float-phone {
    margin-top: 12px;
  }

  .back-to-top {
    right: 25px;
  }
}

/* FONDO POCOLOCO */

.background--custom {
  background-color: var(--fondo);
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  z-index: -2;
  top: 0;
  left: 0;
}

canvas#canvas {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 60%;
  transform: rotate(-12deg) scale(2) translateY(-22%);
  --gradient-color-1: #82c6a4;
  --gradient-color-2: #3f6d4f;
  --gradient-color-3: #979153;
  --gradient-color-4: #7f9153;
  --gradient-speed: 0.000006;
}

/* ======================================================= */
/* ========== PAGINAS DE ERRORES Y DESARROLLO ============ */

/* ERROR 404 Y 500 */
.error-404 {
  min-height: 77vh;
}

.a-error {
  color: #4380b4;
}

.icon-404 {
  width: 22px !important;
  height: 22px !important;
  margin-left: 2px;
  margin-bottom: 4px;
}

.img-error {
  width: 100%;
}

/* LANDING PAGE */
.card {
  background: rgba(255, 255, 255, 0.47);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
}

.landing {
  height: 100vh;
}

.landing-text {
  color: rgb(21, 21, 21);
}

.landing img {
  width: 50%;
}

.deco-0 {
  text-decoration: none !important;
}


/* BOTONES DE CONTACTO */
.rrss-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: var(--secundario);
  margin: 10px;
  border-radius: 30%;
  box-shadow: var(--secundario);
  color: var(--primario);
  overflow: hidden;
  position: relative;
}

.rrss-btn i {
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear;
}

.rrss-btn:hover i {
  transform: scale(1.3);
  color: var(--secundario);
}

.rrss-btn::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: var(--primario);
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.rrss-btn:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa {
  0% {
    left: -110%;
    top: 90%;
  }

  50% {
    left: 10%;
    top: -30%;
  }

  100% {
    top: -10%;
    left: -10%;
  }
}

/* ======== FIN PAGINAS DE ERRORES Y DESARROLLO =========== */
/* ======================================================== */
/*** Top Bar ***/
.fixed-top {
  transition: .5s;
}

.top-bar {
  height: 45px;
  color: var(--white);
  border-bottom: 1px solid rgba(53, 94, 252, .07);
}

/*** Navbar ***/
.nav-logo {
  width: 100px;
  height: auto;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  padding: 25px 15px;
  margin: 0px 10px;
  border-radius: 2px;
  background-color: var(--secundario);
  color: var(--white);
  font-weight: 500;
  outline: none;
}

.rrss-nav {
  background-color: var(--secundario);
  color: var(--primario);
}

.rrss-nav:hover {
  background-color: var(--terciario);
  color: var(--white);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  background-color: var(--terciario);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    background: #FFFFFF;
  }

  .nav-logo {
    width: 50px;
    height: auto;
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: .5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

/*** Botones ***/
.hoverSombra {
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-radius: 9px;
  background: #d5f365;
  border: none;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}

.hoverSombra:hover {
  box-shadow: 7px 5px 56px -14px #C3D900;
  transition: 0.5s ease-in-out;
}

.ctabutton {
  background-color: transparent;
  border: 2px solid var(--terciario);
  text-transform: uppercase;
  text-align: center;
  align-self: center;
  color: var(--white);
  font-weight: normal !important;
  padding: 15px 60px;
}

.ctabutton:hover {
  background-color: var(--terciario);
  transition: 0.5s;
}

@media (max-width: 798px) {
  .ctabutton {
    padding: 15px 20px;
  }
}

/*** Carrusel ***/
.carousel {
  --hcarrusel: 100vh;
  height: var(--hcarrusel);
}

.carousel-item {
  height: var(--hcarrusel);
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primario);
  border: 10px solid var(--primario);
}

.carousel-control-prev-icon {
  border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
  border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: var(--hcarrusel);
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.containercarousel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logocarousel {
  text-align: end;
}

.slogancarousel {
  text-align: start;
}

@media (max-width: 768px) {
  .containercarousel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

  .logocarousel {
    text-align: center;
  }

  .slogancarousel {
    text-align: center;
  }
}

/*** Banner CTA ***/
.banner {
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.banner>.container {
  position: relative;
  z-index: 2;
}

.imgAbout {
  width: 200px;
  height: auto;
}

#promovemos .card {
  background-color: transparent;
  width: 100%;
  border: white 4px solid;
  border-radius: 0%;
  
}

#promovemos .card .card-body {
  padding: 10px 30px;
  height: 50vh;
  display: flex;
  align-items: center;
}

.bg-pucon {
  display: flex;
  align-items: center;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(../img/index/cabana_pucon.webp) center;
}

/*** Testimonial ***/
.bg-testimonial {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../img/testimonios/bg-testimonios.webp) center;
}

.testimonial-carousel .testimonial-item {
  padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: var(--light);
  border-radius: 60px;
  font-size: 22px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #FFFFFF;
  background: var(--secundario);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--light);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: var(--light);
}

.copyright a {
  color: var(--light);
}

.copyright a:hover {
  color: var(--primario);
}

.rrss-footer {
  display: flex;
  justify-content: start;
}

@media (max-width: 768px) {
  .rrss-footer {
    justify-content: center !important;
  }

  .sm-center {
    text-align: center !important;
  }
}


/*** Rolletes y Polines ***/
.page-header {
  height: 80vh;
  display: flex;
  align-items: center;
}

.rolletes-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../img/header/rolletes-header.webp) center center no-repeat;
  background-size: cover;
}

.maderas-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../img/header/maderas-header.webp) center center no-repeat;
  background-size: cover;
}

.impregnacion-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../img/header/impregnacion-header.webp) center center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .nav-tabs .nav-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  }

  .nav-tabs .nav-link.active {
    background-color: var(--primario);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: var(--white) !important;
  }

  .tab-content .tab-pane {
    margin-top: 15px;
  }
}

.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: var(--terciario) !important;
  color: #fff;
  font-size: 1em;
}