/* ================ COMMON ================ */
.title-section {
  font-size: 3rem;
  text-align: center;
  font-family: 'Amiko', sans-serif;
}
/* ================ HERO BANNER ================ */
.main-banner-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-banner-center{
  background: url('/images/Fondo.jpg');
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .main-banner-center.hero-faq{
    height: 60vh;
  }
}
.main-banner-center h1 {
  text-align: center;
  font-family: 'Amiko', sans-serif;
  color: white;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .main-banner-center {
    height: 95vh;
  }
  .main-banner-center h1 {
    font-size: 4.5rem;
  }
  .main-banner-home-btn-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-banner-center {
    height: 95vh;
  }
  .main-banner-home-btn-wrapper {
    padding: 0 10vw;
  }
}
@media only screen and (min-width: 1400px) {
  .main-banner-home-btn-wrapper {
    padding: 0 15vw;
  }
}
/* ================ STADISTICS SECTION =============== */
.stadistics-wrapper {
  margin: 4rem 0;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .stadistics-wrapper {
    margin: 3rem 0;
    gap: 0;
  }
}
.numbers-wrapper {
  height: 100%;
}
.numbers-wrapper h4 {
  font-size: 5rem;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.numbers-wrapper p {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
/* ================ WAVES SECTION =============== */
.waves-features-wrapper {
  background: url("../images/purplewaves-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 700px;
}
@media only screen and (min-width: 375px) {
  .waves-features-wrapper {
    padding-bottom: 650px;
  }
}
@media only screen and (min-width: 500px) {
  .waves-features-wrapper {
    padding-bottom: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .waves-features-wrapper {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .waves-features-wrapper {
    padding-bottom: 130px;
  }
}
.waves-features-wrapper .container {
  padding-bottom: 150px;
  color: #fff;
}
.waves-features-wrapper .container h2 {
  color: #fff;
  margin: 70px 0;
}
.waves-features-wrapper .info-container {
  margin-bottom: 30px;
}
.waves-features-wrapper .info-container:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .waves-features-wrapper .info-container {
    margin-bottom: 0;
  }
}
.waves-features-wrapper .info-container img {
  display: block;
  margin: 0 auto;
  height: 80px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .waves-features-wrapper .info-container {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .waves-features-wrapper .info-container {
    padding: 0 60px;
  }
}
.waves-features-wrapper .info-container h4,
.waves-features-wrapper .info-container p {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
/* ================ GPS Organizar =============== */
.gps-organize-wrapper {
  margin-top: -650px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 375px) {
  .gps-organize-wrapper {
    margin-top: -600px;
  }
}
@media only screen and (min-width: 600px) {
  .gps-organize-wrapper {
    margin-top: -350px;
  }
}
@media only screen and (min-width: 768px) {
  .gps-organize-wrapper {
    margin-top: -180px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .gps-organize-wrapper {
    margin-top: -50px;
  }
}
.gps-organize-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .gps-organize-container {
    flex-direction: row-reverse;
    gap: 0;
  }
  .gps-organize-container .image-wrapper {
    flex: 5;
  }
  .gps-organize-container .info-wrapper {
    flex: 4;
  }
}
@media only screen and (min-width: 1024px) {
  .gps-organize-container .image-wrapper {
    flex: 5;
  }
  .gps-organize-container .info-wrapper {
    flex: 3;
  }
}
.gps-organize-container .info-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .gps-organize-container .info-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .gps-organize-container .info-wrapper {
    padding: 0 100px;
  }
}
.gps-organize-container .info-wrapper h2 {
  font-size: 3rem;
  font-family: 'Amiko', sans-serif;
}
.gps-organize-container .info-wrapper .info-list {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.gps-organize-container .info-wrapper .info-list h3 {
  color: #68d8d0;
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
/* ================ GPS Organizar =============== */
.credit-simulation-wrapper {
  background: url("../images/purplewaves-up2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .credit-simulation-wrapper {
    padding-top: 225px;
  }
}
@media only screen and (min-width: 768px) {
  .credit-simulation-wrapper {
    padding-top: 250px;
  }
}
.credit-simulation-wrapper .desc-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.credit-simulation-wrapper .desc-container > * {
  color: #fff;
  text-align: center;
}
h2.title-section {
  font-size: 3rem;
}
.credit-simulation-wrapper .feats-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .credit-simulation-wrapper .feats-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .credit-simulation-wrapper .feats-container {
    margin-top: 50px;
  }
}

.credit-simulation-wrapper .feats-container .feature {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .credit-simulation-wrapper .feats-container .feature {
    gap: 20px;
  }
}
.credit-simulation-wrapper .feats-container .feature img {
  width: 25px;
  height: 25px;
}
.credit-simulation-wrapper .feats-container .feature p {
  color: #fff;
}
.credit-simulation-wrapper .button-center-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.credit-simulation-wrapper .button-center-container a {
  background-color: white;
  color: #3101ff;
}
/* ================ HOW THEY SAY ================ */
.howtheysay-wrapper {
  background-color: #68d8b0;
  padding: 80px 0;
}
.howtheysay-wrapper h2 {
  color: #fff;
  margin-bottom: 40px;
}
.howtheysay-wrapper .subtitle {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .howtheysay-wrapper {
    padding: 100px 0;
  }
}
.howtheysay-wrapper .feedback-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .howtheysay-wrapper .feedback-wrapper {
    flex-direction: row;
    gap: 15px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .howtheysay-wrapper .feedback-wrapper {
    gap: 40px;
    padding: 0 80px;
  }
}
.howtheysay-wrapper .feedback-wrapper .feedback-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  flex: 1;
}
.howtheysay-wrapper .feedback-wrapper .feedback-item img {
  position: absolute;
  top: 0;
  width: 100px;
  left: calc(50% - 50px);
  border-radius: 20px;
}
.howtheysay-wrapper .feedback-wrapper .feedback-item .info-container {
  background-color: #fff;
  margin-top: 50px;
  border-radius: 25px;
  padding: 60px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.howtheysay-wrapper .feedback-wrapper .feedback-item .info-container > * {
  text-align: center;
}
.howtheysay-wrapper .feedback-wrapper .feedback-item .info-container p{
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .howtheysay-wrapper .feedback-wrapper .feedback-item img {
    width: 120px;
    left: calc(50% - 60px);
  }
  .howtheysay-wrapper .feedback-wrapper .feedback-item .info-container {
    padding: 90px 30px 30px 30px;
  }
}
/* ================ UELLBEE MEDIA ================ */
.uellbee-media-wrapper {
  background: url("/images/wavesgreen-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 400px;
}
@media only screen and (min-width: 768px) {
  .uellbee-media-wrapper {
    padding-bottom: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  .uellbee-media-wrapper {
    padding-bottom: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  .uellbee-media-wrapper {
    padding-bottom: 300px;
  }
}
.uellbee-media-wrapper .subtitle {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
.uellbee-media-wrapper .media-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .uellbee-media-wrapper .media-wrapper {
    flex-direction: row;
    gap: 15px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .uellbee-media-wrapper .media-wrapper {
    gap: 40px;
    padding: 0 80px;
  }
}
.uellbee-media-wrapper .media-wrapper .media-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
}
.uellbee-media-wrapper .media-wrapper .media-item > * {
  text-align: center;
}
.uellbee-media-wrapper .media-wrapper .media-item b:first-of-type{
  height: 130px;
  display: flex;
  align-items: center;
}
/* ================ TIPS - BLOG ================ */
.blog-tips-wrapper{
  margin-top: -300px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media only screen and (min-width: 350px){
  .blog-tips-wrapper{
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px){
  .blog-tips-wrapper{
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1024px){
  .blog-tips-wrapper{
    margin-top: -20px;
  }
}
.blog-tips-wrapper h2{
  color: #1d335c;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
  font-family: 'Amiko', sans-serif;
  font-weight: bolder;
}
.blog-tips-wrapper .owl-carousel{
  padding: 0 60px 40px 60px;
}
@media only screen and (min-width: 768px){
  .blog-tips-wrapper .owl-carousel{
    padding: 0 50px 50px 50px;
  }
}
.blog-tips-wrapper .owl-nav{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog-tips-wrapper .owl-nav .owl-prev,
.blog-tips-wrapper .owl-nav .owl-next{
  background-color: transparent!important;
  color: #1d335c!important;
  position: relative;
  top: -180px;
}
@media only screen and (min-width: 1024px){
  .blog-tips-wrapper .owl-nav .owl-prev,
  .blog-tips-wrapper .owl-nav .owl-next{
    top: -240px;
    display: none!important;
  }
}
.blog-tips-wrapper .owl-nav .owl-prev{
  left: -50px;
}
.blog-tips-wrapper .owl-nav .owl-next{
  right: -50px;
}
@media only screen and (min-width: 768px){
  .blog-tips-wrapper .owl-nav .owl-prev{
    left: -35px;
  }
  .blog-tips-wrapper .owl-nav .owl-next{
    right: -35px;
  }
}
.blog-tips-wrapper .owl-nav .owl-prev i,
.blog-tips-wrapper .owl-nav .owl-next i{
  font-size: 3rem;
}

@media only screen and (min-width: 500px){
  .blog-tips-wrapper .blog-item{
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1024px){
  .blog-tips-wrapper .blog-item{
    margin: 0 25px;
  }
}
.blog-tips-wrapper .blog-item .img-wrapper{
  border-radius: 40px;
  padding: 5px;
  background-color: #1d335c;
  height: 220px;
}
.blog-tips-wrapper .blog-item img{
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}

.blog-tips-wrapper .blog-item .info-container{
  background-color: #1d335c;
  border-radius: 15px;
  padding: 15px;
  margin-top: 20px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-tips-wrapper .blog-item .info-container p{
  margin: 0;
}
.blog-tips-wrapper .blog-item .info-container a{
  text-align: right;
  font-size: 0.75rem;
  display: block;
  text-decoration: underline;
}
.blog-tips-wrapper .blog-item .info-container > * {
  color: white;
}
.blog-tips-wrapper > a{
  margin: -40px auto 0 auto;
}
/* ================ FAQ ================ */
.faq-wrapper{
  background-color: #4755f1;
  padding: 50px 0;
}
.faq-wrapper .title-section{
  color: white;
  font-size: 2.75rem;
}
.faq-wrapper .container{
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .faq-wrapper .container{
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) {
  .faq-wrapper .container{
    max-width: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .faq-wrapper .container{
    max-width: 1000px;
  }
}
.faq-item h4,
.faq-item p{
  color: white;
  font-family: 'Montserrat', sans-serif;
}
.faq-item h4{
  font-weight: 600;
  font-size: 1.3rem;
}
.faq-item p{
  font-weight: 400;
}
.faq-item .row{
  cursor: pointer;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.faq-item p{
  padding-bottom: 30px;
}
.faq-item .arrow-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-item .arrow-container i{
  font-size: 1.5rem;
  color: #fff;
  margin-left: -10px;
  transition: all 0.5s ease-in-out;
}
.faq-item .arrow-container.open i{
  transform: rotateX(180deg);
}
.faq-wrapper .btn-uellbee{
  margin: 0 auto;
}
/* ================ Contactanos ================ */
.contact-us-wrapper{
  padding: 50px 0;
  background: url('../images/back_phone.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1d335c;
  color: #fff;
}
.contact-us-wrapper .title-section,
.contact-us-wrapper .container > p{
  color: #fff;
}
@media only screen and (min-width: 1400px) {
  .contact-us-wrapper .container{
    max-width: 1100px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us-wrapper .form-wrapper{
    margin-top: 40px;
  }
}
.contact-us-wrapper .info-container,
.contact-us-wrapper .form-container{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-us-wrapper .info-container a{
  color: #fff;
  text-decoration: underline;
}
.contact-us-wrapper .info-container b.title{
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-us-wrapper .info-container b.title{
    margin-bottom: 15px;
  } 
  .contact-us-wrapper .info-container{
    gap: 15px;
  }
}
.contact-us-wrapper .info-container .col-wrapper{
  display: flex;
  flex-direction: column;
}
.contact-us-wrapper .form-container{
  margin-top: 40px;
  gap: 20px;
}
.contact-us-wrapper .form-container input,
.contact-us-wrapper .form-container textarea{
  border: 0;
  outline: none;
  padding: 8px 10px;
  font-family: 'Montserrat', sans-serif;
}
.contact-us-wrapper .form-wrapper button{
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (min-width: 768px) {
  .contact-us-wrapper .form-container{
    margin-top: 0;
  }
}