/*Ventanas*/
.btnfotos {
  background-color: #002752;
  border-radius: 30px;
  color: #fff !important;
  padding: 12px 22px;
  text-decoration: none;
  border-color: #002752 !important;
  text-decoration-color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 10px !important;
  text-align: center !important;
}
.btnfotos:hover {
  color: #002752 !important;
  background-color: #fff;
  text-decoration: #ffea00;
  border-color: #002752;
  border-width: 2px;
  border-style: solid;
}

/*Preguntas*/

.holasection {
  text-align: center;
}
.faq-section9 {
  background: #fdfdfd;
  min-height: 10vh;
}
.faq-title9 h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title9 h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #E91E63;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title9 p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.faq9 {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.faq9 .card9 {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}
.faq9 .card9 .card-header9 {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq9 .card9 .card-header9:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}
.faq9 .card9 .card-header9 .faq-title9 {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq9 .card9 .card-header9 .faq-title9 .badge9 {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #253769;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq9 .card9 .card-body9 {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq9 .card9 .card-body9 p {
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .faq9 {
    margin-bottom: 30px;
  }
  .faq9 .card9 .card-header9 .faq-title9 {
    line-height: 26px;
    margin-top: 10px;
  }
}
.barratesti {
  text-align: center;
  height: 70px;
}
.mastestim {
  background-color: #002752;
  border-radius: 30px;
  color: #FFF;
  padding: 12px 22px;
  text-decoration: none;
  text-decoration-color: #002752;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 10px !important;
  text-align: center !important;
}
.mastestim:hover {
  color: #002752;
  background-color: #FFF;
  text-decoration: #ffea00;
  border-color: #002752;
  border-width: 2px;
  border-style: solid;
}
/*Acerca de la empresa*/

.acercaempre {
  margin-top: 3%;
  text-align: center;
  font-weight: 500;
}
.desccliente {
  margin-top: 3%;
  text-align: center !important;
  margin-left: 2%;
}
.trayecempre {
  font-weight: 500;
  text-align: center;
}
.descempre {
  text-align: center;
}
.imagenempresa {
  width: 100%;
  height: 195%;
  display: block;
  margin: auto;
}
.opinionesempresa {
  width: 100%;
  height: 195%;
  display: block;
  margin: auto;
}
.imagenempresa2 {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}

/*Acerca de*/
.about-us{
  height: 100vh;
  width: 100%;
  padding: 90px 0;
}
.pic{
  height: auto;
  width:  302px;
}
.about{
  width: 1130px;
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.text{
  width: 540px;
}
.text h2{
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 10px;
}
.text h5{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.text p{
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
}
.data{
  margin-top: 30px;
}
.hire{
  font-size: 18px;
  background: #4070f4;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 8px 25px;
  border-radius: 6px;
  transition: 0.5s;
}
.hire:hover{
  background: #000;
  border: 1px solid #4070f4;
}

.textkari{
  text-align: justify;
}

/*Mas Opiniones*/

.containeropi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-block: 2rem;
  gap: 2rem;
}
img {
  max-width: 100%;
  object-fit: cover;
}
.card {
  display: flex;
  flex-direction: column;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  overflow: hidden;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ECE9E6;
  background: linear-gradient(to right, #FFFFFF, #ECE9E6);
}
.card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.tag {
  align-self: flex-start;
  padding: .25em .75em;
  border-radius: 1em;
  font-size: .75rem;
}
.tag+.tag {
  margin-left: .5em;
}
.tag-blue {
  background: #56CCF2;
  background: linear-gradient(to bottom, #2F80ED, #56CCF2);
  color: #fafafa;
}
.tag-brown {
  background: #D1913C;
  background: linear-gradient(to bottom, #FFD194, #D1913C);
  color: #fafafa;
}
.tag-red {
  background: #007bff;
  background: linear-gradient(to bottom, #007bff, #007bff);
  color: #fafafa;
}
.card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}
.card__footer {
  display: flex;
  padding: 1rem;
  margin-top: 0%;
}
.user {
  display: flex;
  gap: 0.2rem;
}
.user__image {
  border-radius: 50%;
}
.user__info>small {
  color: #666;
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  background: #f2f2f2;
  padding: 50px 0;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
  color: white;
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #253769;
}
.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li:nth-child(odd) div {
  left: 45px;
}
.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #253769 transparent transparent;
}
.timeline ul li:nth-child(even) div {
  left: -439px;
}
.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #253769;
}
time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}
.timeline ul li.in-view::after {
  background: #253769;
}
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}
.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}
/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #253769 transparent transparent;
  }
}
/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.timeline-rhombus ul li div::before {
  bottom: 12px;
}
.timeline-star ul li::after {
  clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.timeline-heptagon ul li::after {
  clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}
@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}



/* Demo purposes only */
.testimm {
  background-color: #253769;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}
.nombretesti {
  color: #ffffff;
}
.nombretesti:hover {
  color: #ffea00;
}
.nombretesti1 {
  color: #253769;
}
.nombretesti1:hover {
  color: #0400ff;
}
.barratesti {
  text-align: center;
  height: 70px;
}
.barratestis {
  text-align: center;
  background-color: #daebfd;
  height: 70px;
}
.mastestim {
  background-color: #002752;
  border-radius: 30px;
  color: #fff;
  padding: 12px 22px;
  text-decoration: none;
  text-decoration-color: #002752;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 10px !important;
  text-align: center !important;
}
.mastestim:hover {
  color: #002752;
  background-color: #fff;
  text-decoration: #ffea00;
  border-color: #002752;
  border-width: 2px;
  border-style: solid;
}
.maspreguntas {
  background-color: #002752;
  border-radius: 30px;
  color: #fff;
  padding: 12px 22px;
  text-decoration: none;
  border-color: #002752 !important;
  text-decoration-color: #002752;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 10px !important;
  text-align: center !important;
}
.maspreguntas:hover {
  color: #002752;
  background-color: #fff;
  text-decoration: #ffea00;
  border-color: #002752;
  border-width: 2px;
  border-style: solid;
}
.btnfotos {
  background-color: #002752;
  border-radius: 30px;
  color: #fff !important;
  padding: 12px 22px;
  text-decoration: none;
  border-color: #002752 !important;
  text-decoration-color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 10px !important;
  text-align: center !important;
}
.btnfotos:hover {
  color: #002752 !important;
  background-color: #fff;
  text-decoration: #ffea00;
  border-color: #002752;
  border-width: 2px;
  border-style: solid;
}