@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,600&display=swap");
header {
  background-color: #0071B3;
  padding: 10px 0px;
}
header img {
  max-width: 120px;
}
header nav {
  font-family: "Poppins";
  font-weight: 400;
}
header nav .nav-link {
  color: white !important;
}
header nav .nav-link:hover p {
  margin-bottom: 2px;
  border-bottom: 2px solid white;
}

.section-1 {
  background-image: url("./../images/section1.jpg");
  background-position: center;
  background-size: cover;
}
.section-1 .banner-text {
  padding: 150px 0;
}
.section-1 .banner-text h2 {
  font-family: "Bebas neue";
  font-size: 80px;
}
@media screen and (max-width: 425px) {
  .section-1 .banner-text h2 {
    font-size: 50px;
  }
}
.section-1 .banner-text p {
  font-family: "Poppins";
  font-size: 20px;
}

.section-2 {
  font-family: "Poppins";
}
.section-2 .background {
  background-image: url("./../images/BackgroundQuienesSomos.png");
  background-position: center;
  background-size: cover;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .section-2 .background {
    max-height: 500px;
  }
}
.section-2 .ghost {
  min-height: 200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-2 .ghost {
    display: none;
  }
}
.section-2 .info {
  background-color: white;
  padding: 60px;
}
@media screen and (max-width: 991px) {
  .section-2 .info {
    padding: 25px;
  }
}
.section-2 .info .card-2 {
  padding-left: 50px;
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .section-2 .info .card-2 {
    padding-left: 30px;
    padding-right: 40px;
  }
}
.section-2 .info .card-2 h2 {
  font-size: 35px;
}
.section-2 .info .card-2 .cuadro {
  width: 100%;
  max-width: 150px;
  background-color: #EEEEEE;
  padding: 10px 0px;
}
.section-2 .info .card-2 .cuadro h2 {
  text-align: center;
  color: #FFAD42;
  font-size: 46px;
  font-weight: 500;
}
.section-2 .info .card-2 .cuadro p {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.section-2 .banner-text {
  color: white;
  padding: 80px 0px;
}
.section-2 .banner-text h4 {
  font-weight: 700;
}
.section-2 .banner-text p {
  font-size: 20px;
  font-weight: 500;
}

.section-3 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.section-3 h3 {
  margin-bottom: 40px;
}
.section-3 .container-fluid {
  padding: 0px 100px;
}
@media screen and (max-width: 1024px) {
  .section-3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.section-3 .equipo img {
  transition: all 0.3s ease;
}
.section-3 .equipo img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .section-3 .equipo {
    margin-bottom: 15px;
  }
}

.section-4 {
  font-family: "Poppins";
  background-image: url("./../images/Background-section-4.png");
  background-position: center;
  background-size: cover;
}
.section-4 .title {
  padding-bottom: 50px;
}
.section-4 .info {
  padding: 50px;
}
.section-4 .info .container-fluid {
  padding: 50px 0;
  background-color: white;
}
.section-4 .info .container-fluid ul.nav-tabs {
  justify-content: center;
  border: none;
  border-bottom: 1px solid rgba(51, 41, 193, 0.2039215686);
}
.section-4 .info .container-fluid ul.nav-tabs li {
  transition: all 0.3s ease;
}
.section-4 .info .container-fluid ul.nav-tabs li button:hover, .section-4 .info .container-fluid ul.nav-tabs li button.active {
  border-bottom: 4px solid #0071B3;
}
.section-4 .info .container-fluid ul.nav-tabs li .nav-link {
  border: none;
  color: #3A3A3A;
}
.section-4 .info .container-fluid .tab-content {
  padding: 50px 0px;
}
.section-4 .info .container-fluid .tab-content h4 {
  font-weight: 600;
  color: #0071B3;
  font-size: 30px;
}
.section-4 .info .container-fluid .tab-content p {
  text-align: justify;
}
.section-4 .info .container-fluid .tab-content .price {
  background: rgb(208, 207, 207);
}
.section-4 .info .container-fluid .tab-content .price p {
  padding: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.section-4 .info .container-fluid #nextButton {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  right: -15px;
}
.section-4 .info .container-fluid #prevButton {
  display: flex;
  align-items: center;
  position: relative;
  left: -25px;
}
.section-4 .info .container-fluid .buttons {
  background-color: #161616;
  color: #ffffff;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .section-4 .info .container-fluid .buttons {
    display: none;
  }
}

.section-5 {
  font-family: "Poppins";
  margin: 50px 0px;
}
.section-5 h3 {
  padding: 50px 0px;
  font-weight: 600;
}
.section-5 .siema {
  padding: 30px 0;
}
.section-5 .siema .item {
  position: relative;
  margin: 0 20px;
}
.section-5 .siema .item a {
  position: absolute;
  bottom: 28px;
  left: 20px;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.section-5 .siema .item img {
  width: 100%;
  transition: all 0.3s ease;
}
.section-5 .siema .item img + a {
  transition: all 0.3s ease;
}
.section-5 .siema .item img:hover + a {
  display: block;
}

.section-6 {
  font-family: "Poppins";
  position: relative;
}
.section-6 .ghost {
  position: absolute;
  width: 100%;
  height: 50%;
  margin-top: 50px;
  background-color: #DDE8F2;
  bottom: 0;
  z-index: 0;
}
.section-6 .container-fluid:first-child {
  margin-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-6 .container-fluid:first-child {
    margin-top: 0px;
  }
}
.section-6 .container-fluid:first-child .media {
  position: relative;
}
.section-6 .container-fluid:first-child .media .info {
  height: 100%;
  padding-bottom: 20px;
}
.section-6 .container-fluid:first-child .media .info h4 {
  margin-bottom: 20px;
}
.section-6 .container-fluid:first-child .media .card-1 {
  display: flex;
  align-items: center;
  padding: 80px;
  background: white;
}
.section-6 .container-fluid:first-child .media .card-1 .info-1 {
  border-bottom: 3px solid #3A3A3A;
}
.section-6 .container-fluid:first-child .media .card-1 .info-1 p {
  text-align: justify;
}
.section-6 .container-fluid:first-child .media .card-2 {
  display: flex;
  align-items: center;
  padding: 80px;
  background-color: #3A3A3A !important;
}
.section-6 .container-fluid:first-child .media .card-2 .info-2 {
  color: white;
  border-bottom: 3px solid #ffffff;
}
.section-6 .container-fluid:first-child .media .card-2 .info-2 p {
  text-align: justify;
}

.section-7 {
  font-family: "Poppins";
  background: #DDE8F2;
}
.section-7 .container {
  padding: 50px;
}
.section-7 .container .info {
  padding: 40px;
}
.section-7 .container .info .title {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .section-7 .container .info .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section-7 .container .icon {
  max-width: 40px;
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .title {
    flex-direction: column;
  }
}
.contact {
  font-family: "Poppins";
}
.contact .form-input {
  width: 100%;
  padding: 10px;
  background: #EEEEEE;
  border: none;
}
.contact .form-input::placeholder {
  color: #3A3A3A;
}
.contact .form-text {
  min-height: 50px;
}
.contact .d-flex .icon {
  padding-right: 10px;
}
.contact .d-flex p {
  font-size: 15px;
  font-weight: 500;
}
.contact .btn-1 {
  background: #c9c7c7;
  border: none;
  padding: 5px 40px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 15px;
}
.contact .btn-2 {
  margin-top: 50px;
  background: #0071B3;
  border: none;
  padding: 5px 90px;
  color: white;
}

footer {
  font-family: "Poppins";
  background: black;
}
footer a {
  text-decoration: none;
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer .img-footer {
  display: flex;
  justify-content: center;
}
footer .images img {
  max-width: 40px;
  margin: 20px;
}
footer .WhatsApp {
  width: 60px;
}
footer p {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
}

.btn-primary {
  background: #0071B3;
  font-family: "Poppins";
  font-weight: 500;
  border: none;
}
.btn-primary:hover {
  background-color: #007ac0;
}

img {
  width: 100%;
}

/*# sourceMappingURL=styles.css.map */
