@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css");

/* html, body {
  margin: 0px;
  padding: 0px;
} */
*,
*::after,
*::before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Rubik';
}

h1 {
  font-size: 3.7rem;
  font-weight: bold;
}

h2 {
  font-size: 2.5rem;
  font-weight: lighter;
}

h3 {
  font-weight: 300;
}

h6 {
  color:#d4d4d4;
  font-weight: 300;
}


/* section {
  padding: 50px;
} */
footer {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px;
  background-color: #f7f7f7
}
.formUno{
  padding-bottom: 50px;
}
.imgEfectivo{
  width: 74%;
}

.img-form{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.homescreen {
  min-height: 90vh;
}
.about{
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 85vh;
}
.call-to-action {
  text-align: right;
}

.text-salmon {
  color: #FF3D47 !important;
}

.text-bold {
  font-weight: bolder;
}

.text-aqua {
  color: #359081 !important;
}


.vertical-align {
  display: flex;
  align-items: center;
  margin-top: 25%;
  margin-bottom: 25%;
}

.btn-success {
  border-radius: 20px;
  align-items: center;
  width: 90px;
}

.btn-prueba{
  border-radius: 40px;
  /* align-items: right; */
  text-align:center;
  color: #359081;
  background-color:transparent;
  font-size: 17pt;
  padding: 10px 20px 10px 20px;
  
  border: 3px solid #359081;
  transition: all .2s;
}
.btn-prueba:hover{
  background-color:#359081;
  color: #FFF;
}

.btn-mas{
  border-radius: 90px;
  text-align:center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color:#359081;
  font-size: 17pt;
  width:150px;
  height:60px;
}
.faq-h2{
  font-weight:400;
}
.btn-enviar{
  border-radius: 90px;
  box-align: right;
  display:right;
  color: #ffffff;
  background-color:#359081;
  font-size: 16pt;
  width:120px;
  height:60px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  color: white;
  padding: 5px;
}
.accordion-button.collapsed::after {
  /* content: "\f057";  x*/
  /* content: "\f058";  check*/
  /* "\f067"  plus*/
  /* "\f068"  minus*/
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  padding: 5px;
}
.accordion {
  max-width: 1080px;
  margin: 50px auto;
  box-align: center
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.accordion-button.collapsed::after {
  background-color: #FF3D47;
  border-radius: 10px;
  padding: 2px !important;
  margin: 0px 0px 0px 30px;
}

.accordion-button::after {
  background-color: #FF3D47;
  border-radius: 10px;
  padding: 2px !important;
  margin: 0px 0px 0px 30px;
}

/* .img-green-boy {
  width: 50%;
} */
.container-img-boy{
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 340px) {
  
  .img-green-boy {
    width: 30%;
  }

}

@media (max-width: 680px) {
  
  .img-green-boy {
    width: 50%;
  }
  h1{
    font-size: 2.8rem;
  }
  .btn-prueba{
    width: 100%;
    height: 100%;
    padding:5px 10px ;
  }
  .btn-enviar{
    width: 100%;
    height: 100%;
    margin-bottom: 35px;
  }
  .faq-h2{
    display: none;
  }
  .m-3 {
    margin: 0.5rem!important;
}  
.homescreen {
  min-height: 75vh;
}
.info-footer{
  font-size: 0.8rem;
}
                                                                                                                                  

}

@media (max-width: 1024px) {
  
  .img-green-boy {
    width: 60%;
  }

}

@media (max-width: 1920px) {
  
  .img-green-boy {
    width: 60%;
  }
  

}



.form {
  margin-top: 50px;
}

.form-group {
  margin-top: 20px;
}

.form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.form-control::placeholder {
  color: #d4d4d4;
  font-weight: 300;
}
.control-label {
  font-weight: 300;
}

@media (max-width: 340px) {
  
  .img m-3 {
    width: 30%;
  }
}

/* slider card */
.container-faq{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  /* padding:  40px ; */
  }
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #eee;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #359081;
  border-radius: 25px 25px 0px 0px;
}
/* .overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #359081;
} */
/* .overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
} */
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #359081;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: inherit;
}
.name-min{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: inherit;
  margin-bottom: 0;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: left;
}
.description-min{
  font-size: 12px;
  color: #707070;
  text-align: left;
  margin-bottom: 0;
}
.content-down{
  min-height: 203px;
}

.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #359081;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #359081;
}

.swiper-navBtn{
  color: #359081 !important;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #359081 !important;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #359081 !important;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #359081 !important;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none !important;
  }
  .revers{
    display: flex;
    flex-direction: column-reverse;
  }
  .vertical-align{
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

@media (min-width: 1920px) {
  
  .homescreen {
    display: flex;
    align-items: center;
    min-height: 60vh;
  }
  .about {
    
    min-height: 70vh;
}
.container-faq {
  min-height: 75vh;
}
.red {
    border-color: red;
}
}
