*{
  margin: 0;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  
}
 
body{
  background-color: #F2F2F2;
  cursor:url("../images/greenbg.png"), auto;

}

.centered{
  display: flex;
  align-items: center;
}

hr{
  width: 80%;
  padding-bottom: 2px;
  background-color: #E31D93;
  opacity: 1 !important;
}
.green-section{
  background-image: url("../images/greenbg.png");
  background-size: cover;
}
.info-section {
  background-image: url("../images/info.png");
  background-size: cover;
}
.footer-section{
  background-color: #333333;
}

/* Color font */
.white-font{
  color: #EFE9E0;
}
.green-font{
  color: #45A041;
}
.green2-font{
  color: #2C4B48;
}

.terminos{
  color: #989084;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}


/* Navbar */
.navbar-expand-lg .navbar-nav{
  margin: 0 auto;
}
.fixed-top {
  top: 3% !important;
  right: 3% !important;
  left: 3% !important;
}
.nav-link{
  color:#E31D93 !important ;
}

.nav-link :hover{
  color:#F178B6 !important ;
  font-weight: 400;
  text-decoration: underline;
}
.navbar-brand img{
  max-width: 75px;
}

.footer-gray-link, .footer-gray-link::after, .footer-gray-link:hover {
  max-width: 415px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;
  color: #8E9F91;
  text-decoration: none;
}

/* spaces */
.big-space{
  height: 100px;
}
.medium-space{
  height: 50px;
}


/* Buttons */
.pink-btn{
  width: 199px;
  height: 69px;
  color: #EFE9E0;
  font-size: 1em;
  line-height: 16px;
  letter-spacing: 1.6px;  
  background-color: #E31D93;
  border-radius: 66.6667px;
  text-transform: uppercase;
  margin: 0 5px;
}
.transparent-btn{
  width: 195px;
  height: 67px;
  color: #2C4B48;
  font-size: 1em;
  line-height: 16px;
  letter-spacing: 1.6px;  
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid #2C4B48;
  border-radius: 66.6667px;
  margin: 0 5px;
}
.btn.green-btn{
  --bs-btn-bg:#45A041 !important;
  --bs-btn-color: #EFE9E0 !important;
}



/* Titles */
.title{
  font-weight: 500;
  font-size: 5em;
  line-height: 123px;
  margin-bottom: 22px;
}
.subtitle{
  font-weight: 400;
  font-size: 5em;
  line-height: 100px;
  margin: 0;
}

/*  Fold  */
.first-fold{
  background-image: url('../images/fold.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.fold{
  padding: 3% 3% 0 3%;
  align-items: center;
}

.description{
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 2.66667px;
  text-transform: uppercase;
  color: #989084;
}
.btn-box{
  margin-bottom: 10%;
}
video {
  width: 100%;
  height: auto;
}

/* Slider */
.slide-one{
  background-image: url(../images/Comercia.jpg);
  background-size: cover;
  min-height: 550px;
  background-position: center;
}
.slide-one img{
  max-height: 300px;
}
.slide-two{
  background-image: url(../images/Aprende.jpg);
  background-size: cover;
  min-height: 550px;
  background-position: center;
}
.slide-three{
  background-image: url(../images/Conecta.jpg);
  background-size: cover;
  min-height: 550px;
  background-position: center;
}

.slide-text{
  font-weight: 400;
  font-size: 60px;
  line-height: 133%;
  letter-spacing: 0.666667px;
  padding: 6%;
}

.slide-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  width: 149px;
  height: 69px;
  left: 107px;
  top: 1535px;
  border: 1px solid #FFFFFF;
  border-radius: 146.667px;
  margin: 10% 0;
}

.slick-prev {
  left: 3% !important;
  top: 75% !important;
  z-index: 9999;
}
.slick-next {
  left: 7% !important;
  top: 75% !important;
  z-index: 9999;
}

/* fold 3  */
.section3-title{
  max-width: 600px !important;
}
.section3-link{
  font-size: 27px;
  line-height: 99%;
  letter-spacing: 2.66667px;
  text-transform: uppercase;
  text-decoration: none;
  color: #989084;
}
.section3-link:hover{
  text-decoration: underline;
  color: #989084;
}
.section3-link span img{
  width: 16px;
  margin-bottom: 20px;
}
.section-description{
  max-width: 424px;
  font-weight: 400;
  font-size: 22px;
  line-height: 182%;
  margin: 5% 0;
}

/* fold 4  */
.section4-title{
  max-width: 750px !important;
}

/* slider 5  */
.section5-title{
  max-width: 860px !important;
}
.slider-two{
  max-width: 458px;
  overflow: hidden !important;
  padding: 0 10px;
}
.slick-slide img{
  width: 100%;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding: 0;
}
.bottom-bg{
  background-image: url("../images/bottom-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.plan-name{
  display: flex;
  justify-content: space-between;
  font-size: 33px;
  line-height: 101%;
  border-bottom: 1px solid #262A26;
  margin: 10px 0 100px;
  padding: 30px 0;
}
.plan-price{
  font-size: 27px;
  line-height: 99%;
  letter-spacing: 2.66667px;
  text-transform: uppercase;
  font-weight: bold;
}
.plan-detail p{
  font-size: 22px;
line-height: 182%;
}


/* footer */
.footer-fold {
  padding: 3% 3% 0 3%;
}
.footer-gray{
  max-width: 415px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.6px;

  color: #8E9F91;
}
.footer-gray p{
  margin: 10px 0;
  line-height: 20px;
}

.footer-col a, a::after, a:hover{
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #F4F0EB;
  text-decoration: none;
}
.footer-col a:hover{
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #F4F0EB;
  text-decoration: none;
}
.social{
  display: flex;
    width: 100% !important;
    
}
.social a{
  color: #EFE9E0;
  text-decoration: none;
  margin-right: 25px;
}
.social a:hover{
  text-decoration: underline;
  color: #EFE9E0;
}


.fold-video {
  height: 660px;
  object-fit: cover;
  border-radius: 205px 0px 0px 33px;
  overflow: hidden;
  position: inherit;
}

.navbar-brand-footer img {
  width: 200px;
}
/* Responsive*/
/*`lg` applies to medium devices (tablets, less than 992px) */






@media (min-width: 1400px) { 
  .title{
    font-size: 8em !important;
    line-height: 150px !important;
  }
  
  .subtitle {
    font-size: 8em !important;
    line-height: 120px !important;
    
  }
 }

 @media (max-width: 992px) { 
  .navbar-expand-lg .navbar-nav{
    align-items: center;
  }
  .navbar-toggler{
    display: none !important;
  }

  .btn-green{
    margin: 0 auto;
    display: block;
  }
 }
 @media (max-width: 768px) { 
  .subtitle{
    font-size: 4em;
    line-height: 80px;
  }
}
@media (max-width: 576px){
  .title{
    line-height: 95px;
  }
  .medium-space {
    height: 40px;
  }
  .slide-text{
    font-size: 2em;
  }
  .subtitle {
    font-size: 4em;
    line-height: 70px;
  }
}
@media (max-width: 412px){
  .title{
    font-size: 4em ;
    line-height: 85px;
  }
  .subtitle {
    font-size: 2.4em;
    line-height: 70px;
  }
  .medium-space {
    height: 30px;
  }
  .slide-text{
    font-size: 22px;
  }
  .slick-next {
    left: 10% !important;
  }
  .big-space {
    height: 90px;
  }
  .plan-name{
    margin: 10px 0 50px;
  }
  .fold-video {
    height: 400px;
    object-fit: cover;
    border-radius: 205px 0px 0px 33px;
    overflow: hidden;
    position: inherit;
  }
  .slick-prev {
    left: 5% !important;
    top: 90% !important;
    z-index: 9999;
  }
  .slick-next {
    left: 25% !important;
    top: 90% !important;
    z-index: 9999;
  }

  .section-description {
    max-width: 424px;
    font-weight: 400;
    font-size: 22px;
    line-height: 182%;
    margin: 5% 0;
    margin-left: 4%;
    margin-right: 4%;
  }
}



