@font-face{
  font-family: "Advanced Sans Serif";
  src:url("../fonts/advanced-sans-serif.otf");
}

@font-face{
  font-family: "advanced-sans-serif-bold";
  src:url("../fonts/advanced-sans-serif-bold.ttf");
}

@font-face{
  font-family: "Poppins-Regular";
  src:url("../fonts/Poppins-Regular.otf");
}


.mont{
  font-family: MontserratAlternates-Medium;
}

.advanced{
  font-family: advanced-sans-serif-boldr;
}

body{
  font-size: 16px;
}

p{
  font-family: 'Poppins-Regular';
}

h4{ font-size: 1rem; }

small{font-size: 12px;}

.h1{font-size: 3.5rem;}

/*********COLORES*************/
.bg-gold{ background: #064b76; }

.text-gold{ color: #064b76; }

.bg-green{ background: #00280b; }

.bg-black{ background: #000000; }

.text-green{ color: #00280b; }

.deg-blue{
	background: rgb(6,75,118);
  background: linear-gradient(90deg, rgba(6,75,118,1) 0%, rgba(16,178,176,1) 50%, rgba(110,190,73,1) 100%);
}

.msg-success{
  position: absolute;
  z-index: 100;
  left: 41%;
  padding: 1rem;
  background: #00280b;
}

.msg-fail{
  position: absolute;
  z-index: 100;
  left: 39%;
  padding: 1rem;
  background: #fff;
}

.text-deg{
  font-family: 'advanced-sans-serif-bold';
  background: -webkit-linear-gradient(left top, #ebc571, #a47710);
  background: linear-gradient(to bottom right, #ebc571, #a47710);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  
}


.card1 {
  background-color: #ffffff00;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.card-body1 {
  background-color: #161616;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.card-title1 {
  margin-bottom: 0.5rem;
  text-align: center;
}

.carousel{
  padding: 0rem;
}

/***************************************************/
.slide-1{
  background: url('../img/slide1.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.slide-2{
  background: url('../img/slide2.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.slide-3{
  background: url('../img/slide3.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.slide-4{
  background: url('../img/slide4.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.slide-5{
  background: url('../img/slide5.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.slide-6{
  background: url('../img/slide6.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.slide-7{
  background: url('../img/slide7.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.slide-8{
  background: url('../img/slide8.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.slide-9{
  background: url('../img/slide9.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}
/*******************************************************/

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 25%;
  left: 25%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left!important;
}

/*.slick-prev, .slick-next {
  border-radius: 100%;
  top: 50%;
  width: 63px;
  height: 60px;
  color: transparent; 
}*/

.slick-prev {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 25%;
  background: transparent;
  border: transparent;
  color: transparent;
}
.slick-prev:before {
    content: url('../img/flecha_izq.png');
}


.slick-next {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 25%;
  background: transparent;
  border: transparent;
  color: transparent;
}
.slick-next:before {
    content: url('../img/flecha_der.png');
}

.bg-ayahuasca{
  background: url('../img/fondoarbol.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

.whatsapp {
    position: fixed;
    width: 51px;
    height: 51px;
    bottom: 30px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 6px;
}

.btn-gold{
  background: #c79d40;
    color: #fff;
    padding: 0.5rem 2rem;
}

@media (max-width: 767.98px) {
  .h1{font-size: 2.5rem;}

  .slide-1 {
    background-position: 99% center;
    min-height: 40vh;
    padding: 1rem;
  }

  .slide-2 {
    background-position: 99% center;
    min-height: 40vh;
    padding: 1rem;
  }

  .slide-3 {
    background-position: 99% center;
    min-height: 40vh;
    padding: 1rem;
  }

  .slide-4 {
    background-position: 99% center;
    min-height: 40vh;
    padding: 1rem;
  }

  .slide-5 {
    background-position: 99% center;
    min-height: 40vh;
    padding: 1rem;
  }

  .slide-6 {
    background-position: 99% center;
    min-height: 40vh;
    padding: 1rem;
  }

  .slide-7 {
    background-position: 99% center;
    min-height: 40vh;
    padding: 1rem;
  }

   .slide-8 {
    background-position: 99% center;
    min-height: 40vh;
    padding: 1rem;
  }
  
   .slide-9 {
    background-position: 99% center;
    min-height: 40vh;
    padding: 1rem;
  }
  
  .carousel {
    padding: 1.5rem;
  }

  .carousel-caption {
    right: 0%;
    bottom: 25%;
    left: 0%;
    padding-left: 1.5rem;
  }
}