/*BASE*/
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
}
/* whatsapp */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
#whats {
  z-index: 999;
}
#whats .pulse {
  animation: pulse 1.2s 4s ease 4;
}
#whats .nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}
#whats .whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  display: flex;
  align-items: center;
  justify-content: center;
}
#whats .whatsapp-button:focus {
  outline: none;
}
#whats .whatsapp-button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: red;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 0;
}
#whats .whatsapp-button i {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}
#whats .circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}
#whats .title {
  background: #095e54;
  color: white;
  padding: 25px;
  width: 100%;
  margin: 0 !important;
  line-height: 2px;
  border-radius: 10px 10px 0 0;
}
#whats .title small {
  font-weight: 100;
}
#whats .title small:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #2bd32b;
  position: absolute;
  left: 84px;
  top: 42px;
  z-index: 0;
}
#whats .popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  bottom: 85px;
  right: 25px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
  border: 1px solid #f1f1f1;
  z-index: 1000000000000000000000000000000000000000000000000000000000;
}
#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  /*margin: 0px 0px 15px 0px;*/
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: #f1f1f1;
  color: #2f4e6f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  cursor: auto;
}
#whats .closePopup:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
  cursor: auto;
}
#whats .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto;
}
@media (max-width: 360px) {
  #whats .nav-bottom {
    width: 320px;
  }
}
@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em;
  }
}
#whats .popup-whatsapp > div {
  margin: 5px;
}
#whats .popup-whatsapp > .content-whatsapp.-top {
  display: -webkit-inline-box;
  flex-direction: column;
  cursor: auto;
  background: linear-gradient(rgba(230, 221, 212, 0.9), rgba(230, 221, 212, 0.9)), url(../img/whatsapp.webp);
  margin: 0;
  padding: 15px;
}
#whats .popup-whatsapp > .content-whatsapp.-top p {
  width: 215px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-right: 16px;
  margin-top: 3px;
  background: #fff;
  color: #2f4e6f;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 15px 15px;
  cursor: auto;
}
#whats .popup-whatsapp > .content-whatsapp.-top p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 8px;
  top: 91px;
  cursor: auto;
}
#whats .popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}
#whats .popup-whatsapp > .content-whatsapp.-bottom .button-send {
  padding: 2px 15px;
  border-radius: 25px;
  background: white;
  width: 250px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
}

/* End whatsapp */
@media (max-width: 450px) {
  #principal .box-title {
    padding: 0 20px;
    text-align: left !important;
    left: 0 !important;
  }
  #principal .box-title h2 {
    text-align: left !important;
    font-size: 45px !important;
    line-height: 48px !important;
  }
  #principal .box-camioneta {
    display: none !important;
  }

  #club .box-sutitle h2 {
    font-size: 31px !important;
  }
  #club .box-text {
    padding: 0 !important;
  }
  #club .box-text h3 {
    font-size: 22px !important;
    line-height: 35px !important;
  }

  #contacto .box-text {
    padding: 15px 0 !important;
  }
  #contacto .contactos {
    padding: 15px 20px !important;
  }
  #contacto .contactos .box-datos .icon i {
    font-size: 18px !important;
    margin-top: 7px !important;
  }

  #paquetes {
    display: none !important;
  }

  #servicios {
    padding: 50px 0 !important;
  }
  #servicios .box-servicio {
    padding: 20px 0 !important;
  }

  #nosotros, #mensuales {
    padding: 50px 0 !important;
  }
  #nosotros .box-info .boxes .box, #mensuales .box-info .boxes .box {
    padding: 25px 30px !important;
  }
  #nosotros .box-info .boxes .box b, #mensuales .box-info .boxes .box b {
    font-size: 23px !important;
    line-height: 32px !important;
  }
  #nosotros .box-info .box-contexto, #mensuales .box-info .box-contexto {
    height: auto !important;
    padding: 20px 0 !important;
  }
  #nosotros .box-info .box-contexto h2, #mensuales .box-info .box-contexto h2 {
    font-size: 23px !important;
  }

  #modelos .box-autos {
    padding: 0 42px !important;
  }
  #modelos .box-autos .tarjeta {
    height: 390px !important;
  }
  #modelos .box-autos .tarjeta .tarjeta-hover {
    transform: translateY(30%) !important;
  }
  #modelos .box-autos .tarjeta .tarjeta-hover h2 {
    padding: 95px 0 5px 0 !important;
  }

  /* END INDEX */
  /* CTA */
  #cta h3 {
    font-size: 29px !important;
  }
  #cta p {
    font-size: 19px !important;
  }

  /* END CTA */
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html {
  scroll-behavior: smooth;
}

textarea {
  resize: none !important;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

.no-padding {
  padding: 0 !important;
}

.subtitle {
  margin: 5px 0 25px;
  font-size: 35px;
  font-weight: 700;
}

.btn-style {
  background: #ddad0d;
  color: white;
  border: none;
  padding: 5px 40px;
  transition: 0.8s;
  position: static;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
}
.btn-style:hover {
  background: #ddad0d;
  color: #161616;
}

#menu {
  width: 100%;
  position: fixed;
  z-index: 5;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: 0.9s;
  text-align: center;
  justify-content: center;
  top: 5px;
}
#menu .redes {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin-top: 10px;
}
#menu .redes li {
  margin: 0 5px;
}
#menu .redes li a {
  color: #161616;
}
#menu .menu-section {
  backdrop-filter: blur(0.85em) !important;
  display: flex;
  padding: 5px 35px;
  position: absolute;
  top: 0;
  height: auto;
  width: 98%;
  transition: 0.9s;
  box-shadow: 10px 12px 12px 0px #00000024;
}
#menu .menu-section .logo {
  height: 40px;
  width: 230px;
  display: inline-flex;
  background: url("../img/logow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu-section .logo img {
  object-fit: contain;
  width: 100%;
}
#menu .menu-section .nav-link {
  color: #fff;
  transition: 0.7s;
}
#menu .menu-section .nav-link:hover {
  opacity: 0.7;
}
#menu .menu-section .register {
  margin-left: 25px;
  padding: 5px 30px;
  background: #ddad0d;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  transition: 1s;
}
#menu .menu-section .register:hover {
  opacity: 0.8;
}
#menu .menu-section .register a {
  color: #fff;
  text-decoration: none;
}
#menu .menu-section .register a b {
  font-size: 16px;
}

#menu.sticky {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #333;
  backdrop-filter: blur(1em);
  top: 0;
}
#menu.sticky .menu-section {
  width: 100%;
  background: #161616;
  transition: 0.9s;
  border-radius: 0;
  box-shadow: none;
}
#menu.sticky .menu-section .logo {
  background: url("../img/logow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu.sticky .menu-section .nav-link {
  color: #fff;
}

.bg-crystal-int {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1) 65%);
  backdrop-filter: blur(0.85em);
}

#principal {
  height: 85vh;
  position: relative;
  background: linear-gradient(1deg, #a4d4e2, rgba(61, 123, 185, 0.88));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
#principal .box-video {
  filter: grayscale(1);
}
#principal .box-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.72) 20%, rgba(0, 0, 0, 0.28) 50%);
  background: linear-gradient(1deg, rgba(22, 22, 22, 0.67), rgba(22, 22, 22, 0.52));
  z-index: 1;
}
#principal .box-video video {
  height: 85vh;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}
#principal .box-title {
  display: flex;
  color: white;
  text-shadow: 0 0 10px black;
  align-items: center;
  /* justify-content: center; */
  /* text-align: end; */
  height: calc(85vh - 60px);
  position: absolute;
  top: 60px;
  left: 88px;
  right: 0;
}
#principal .box-title h1 {
  font-size: 30px;
  font-weight: 300;
}
#principal .box-title h2 {
  font-size: 58px;
  font-weight: bolder;
  text-align: center;
  line-height: 50px;
}
#principal .box-title h2 span {
  font-weight: 200;
}
#principal .box-title p {
  font-size: 22px;
  font-weight: 100;
}
#principal .box-camioneta {
  position: absolute;
  top: 165px;
  right: -165px;
  width: 55%;
  height: auto;
  display: flex;
  padding: 0 20px;
}
#principal .box-camioneta img {
  width: 100%;
  overflow: hidden;
}

#nosotros, #mensuales, #plan {
  padding: 80px 0;
  background: white;
}
#nosotros .box-info, #mensuales .box-info, #plan .box-info {
  position: relative;
}
#nosotros .box-info .box-contexto, #mensuales .box-info .box-contexto, #plan .box-info .box-contexto {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 24px;
}
#nosotros .box-info .box-contexto h2, #mensuales .box-info .box-contexto h2, #plan .box-info .box-contexto h2 {
  font-size: 40px;
  margin-bottom: 35px;
  font-weight: 800;
}
#nosotros .box-info .box-contexto p, #mensuales .box-info .box-contexto p, #plan .box-info .box-contexto p {
  font-size: 22px;
  font-weight: 100;
}
#nosotros .box-info .boxes .box, #mensuales .box-info .boxes .box, #plan .box-info .boxes .box {
  /* background: linear-gradient(130deg, #ffffff00, rgba(0, 0, 0, 0.23)), url(../img/squares.svg); */
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 15px 35px;
  margin: 30px 0;
  border-radius: 7px;
  /* box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1490196078); */
  height: 100%;
  /* background-color: #81b4d4; */
  background-color: #f8f8f8;
  color: black;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.22), -5px -5px 10px rgba(255, 255, 255, 0);
}
#nosotros .box-info .boxes .box b, #mensuales .box-info .boxes .box b, #plan .box-info .boxes .box b {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
#nosotros .box-info .boxes .box p, #mensuales .box-info .boxes .box p, #plan .box-info .boxes .box p {
  font-size: 18px;
  font-weight: 100;
  margin-top: 5px;
}
#nosotros .box-info .boxes .box p a, #mensuales .box-info .boxes .box p a, #plan .box-info .boxes .box p a {
  color: #161616;
}

#modelos {
  width: 100%;
  padding: 50px 0;
}
#modelos h2 {
  font-size: 40px;
  margin-bottom: 35px;
  font-weight: 800;
}
#modelos .box-autos {
  padding: 0 30px;
}
#modelos .box-autos .tarjeta {
  position: relative;
  display: flex;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  height: 380px;
  overflow: hidden;
}
#modelos .box-autos .tarjeta:hover .tarjeta-hover {
  transform: translateY(30%);
}
#modelos .box-autos .tarjeta:hover .tarjeta-hover h2 span {
  color: #161616;
}
#modelos .box-autos .tarjeta .tarjeta-hover {
  color: #000;
  padding: 40px 25px;
  transition: 0.7s;
  transform: translateY(calc(100% - 13rem));
  width: 100%;
}
#modelos .box-autos .tarjeta .tarjeta-hover h2 {
  font-size: 25px;
  font-weight: 800;
  padding: 65px 0 30px 0;
}
#modelos .box-autos .tarjeta .tarjeta-hover h2 span {
  font-weight: 200;
}
#modelos .box-autos .tarjeta .tarjeta-hover li {
  font-size: 21px;
}
#modelos .box-autos .tarjeta .btn-style-3 {
  background: transparent;
  color: #d90101;
  border: 2px solid #d90101;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 30px;
  transition: 0.8s;
  text-align: center;
  margin: 0 10px;
}
#modelos .box-autos .bg1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/jetta.webp);
}
#modelos .box-autos .bg2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/xpander.webp);
}
#modelos .box-autos .bg3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/shark.webp);
}
#modelos .box-autos .bg4 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/dolphin.webp);
}
#modelos .box-autos .bg5 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/yukon.webp);
}
#modelos .box-autos .bg6 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/teramont.webp);
}
#modelos .box-autos .bg7 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/urvan.webp);
}
#modelos .box-autos .bg8 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/cadillac.png);
}

#mensuales {
  padding: 70px 0 !important;
  background: #161616;
  color: white;
}

#cta, #cta2 {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: linear-gradient(1deg, rgba(22, 22, 22, 0.67), rgba(22, 22, 22, 0.52)), url(../img/back.jpg) top no-repeat;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#cta h3, #cta2 h3 {
  font-size: 38px;
  margin-top: 35px;
}
#cta p, #cta2 p {
  font-size: 27px;
  font-weight: 100;
}
#cta b, #cta2 b {
  font-size: 22px;
}
#cta .box-btn, #cta2 .box-btn {
  margin-top: 15px;
}

#servicios {
  background: #f4f4f4;
  padding: 100px 0;
}
#servicios .box-servicio {
  height: 100%;
  padding: 30px 25px;
  border-radius: 7px;
  background: #f4f4f4;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.23), -5px -5px 10px rgba(255, 255, 255, 0.27);
}
#servicios .box-servicio .text {
  display: grid;
}
#servicios .box-servicio .text b {
  font-size: 22px;
}
#servicios .box-servicio .text small {
  font-weight: 100;
}
#servicios .box-servicio p {
  margin-top: 20px;
  font-weight: 300;
}

#ventana {
  background: white;
  text-align: center;
}
#ventana .box {
  width: auto;
  height: 70vh;
  display: inline-flex;
}

#paquetes {
  width: 100%;
}
#paquetes .tarjeta {
  position: relative;
  display: flex;
  background-size: cover !important;
  height: 500px;
  overflow: hidden;
}
#paquetes .tarjeta:hover .tarjeta-hover {
  transform: translateY(15%);
}
#paquetes .tarjeta .tarjeta-hover {
  color: white;
  padding: 40px 25px;
  transition: 0.7s;
  transform: translateY(calc(100% - 11rem));
  width: 100%;
}
#paquetes .tarjeta .tarjeta-hover h2 {
  font-size: 28px;
  font-weight: 800;
  padding: 40px 0 40px 0;
  display: grid;
}
#paquetes .tarjeta .tarjeta-hover h2 small {
  font-size: 18px;
  font-weight: 100;
}
#paquetes .tarjeta .tarjeta-hover h6 {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 22px;
}
#paquetes .tarjeta .tarjeta-hover .box-btn a {
  text-decoration: none;
  color: white;
  background: #161616;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 3px;
}
#paquetes .bg1 {
  background: linear-gradient(1deg, #a4d4e2, rgba(61, 123, 185, 0.88)), url(../img/servicio1.jpg);
  background-position: right;
}
#paquetes .bg2 {
  background: linear-gradient(1deg, #a4d4e2, rgba(61, 123, 185, 0.88)), url(../img/servicio2.jpg);
  background-position: right;
}
#paquetes .bg3 {
  background: linear-gradient(1deg, #a4d4e2, rgba(61, 123, 185, 0.88)), url(../img/servicio3.jpg);
  background-position: right;
}
#paquetes .bg4 {
  background: linear-gradient(1deg, #a4d4e2, rgba(61, 123, 185, 0.88)), url(../img/servicio4.jpg);
  background-position: center;
}

#contacto {
  background: linear-gradient(1deg, white, rgba(255, 255, 255, 0.96)), url(../img/back.jpg) center no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #161616;
  padding: 80px 0;
}
#contacto .box-text {
  padding: 15px 45px;
}
#contacto .box-text p {
  font-size: 20px;
  font-weight: 200;
}
#contacto .box-text b {
  font-size: 25px;
}
#contacto .contactos {
  padding: 15px 45px;
}
#contacto .contactos .box-datos {
  height: auto;
  display: flex;
  margin: 20px 0;
}
#contacto .contactos .box-datos .icon {
  height: 100%;
  width: 45px;
}
#contacto .contactos .box-datos .icon i {
  font-size: 25px;
}
#contacto .contactos .box-datos .text a {
  color: black;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
}
#contacto .contactos .box-datos .text p {
  margin-bottom: 0;
  font-size: 20px;
}

#servicios {
  width: 100%;
  padding: 60px 0;
}
#servicios .tarjeta {
  position: relative;
  display: flex;
  background-size: cover !important;
  height: 370px;
  overflow: hidden;
  border-radius: 9px;
}
#servicios .tarjeta:hover .tarjeta-hover {
  transform: translateY(15%);
}
#servicios .tarjeta .tarjeta-hover {
  color: #fff;
  padding: 40px 25px;
  transition: 0.7s;
  transform: translateY(calc(100% - 10rem));
  width: 100%;
}
#servicios .tarjeta .tarjeta-hover h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  padding: 40px 0 40px 0;
}
#servicios .tarjeta .tarjeta-hover li {
  font-size: 14px;
}
#servicios .bg1 {
  background: linear-gradient(1deg, rgba(22, 22, 22, 0.67), rgba(22, 22, 22, 0.52)), url(../img/ejecutivos.jpg);
  background-position: center;
}
#servicios .bg2 {
  background: linear-gradient(1deg, rgba(22, 22, 22, 0.67), rgba(22, 22, 22, 0.52)), url(../img/chofer.jpg);
  background-position: center;
}
#servicios .bg3 {
  background: linear-gradient(1deg, rgba(22, 22, 22, 0.67), rgba(22, 22, 73, 0.52)), url(../img/invitados.jpg);
  background-position: center;
}
#servicios .bg4 {
  background: linear-gradient(1deg, rgba(22, 22, 22, 0.67), rgba(22, 22, 22, 0.52)), url(../img/empresariales.jpg);
  background-position: top;
}

#club {
  padding: 50px 0;
  background: linear-gradient(1deg, rgba(22, 22, 22, 0.67), rgba(22, 22, 22, 0.52)), url(../img/back3.jpg) top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
#club .box-sutitle h2 {
  font-size: 38px;
  font-weight: 700;
}
#club .box-text {
  padding: 0 50px;
}
#club .box-text h3 {
  font-size: 24px;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 20px;
}
#club .box-text a {
  margin-top: 10px;
  display: inline-block;
}

#consejos {
  background: #f4f4f4;
  padding: 100px 0;
}
#consejos .box-text {
  padding: 45px 25px;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.23), -5px -5px 10px rgba(255, 255, 255, 0.27);
  margin: 15px 0;
  border-radius: 7px;
  height: 100%;
}
#consejos .box-text b {
  font-size: 24px;
  line-height: 32px;
}
#consejos .box-text p {
  font-size: 18px;
  font-weight: 100;
  margin-top: 20px;
}

#testimonios {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: url(../img/back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#testimonios .owl-item {
  width: 370px;
}
#testimonios .owl-stage {
  display: flex;
  align-items: center;
}
#testimonios .box-carousel .active {
  opacity: 0.5;
  transition: all 0.3s;
}
#testimonios .box-carousel .center {
  opacity: 1;
}
#testimonios .box-carousel .center h5 {
  font-size: 24px;
}
#testimonios .box-carousel .center h5 span {
  font-size: 20px;
}
#testimonios .box-carousel .card {
  background: #f4f4f4;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.22), -5px -5px 10px rgba(255, 255, 255, 0);
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
#testimonios .box-carousel .card .box-img {
  height: 100px;
  width: 100px;
  display: flex;
  margin: 0 auto;
  border-radius: 83px;
  padding: 20px;
}
#testimonios .box-carousel .card .box-img img {
  width: 100%;
  object-fit: contain;
}
#testimonios .box-carousel .card .card-body h5 {
  color: black;
  font-size: 21px;
  line-height: 1.3;
}
#testimonios .box-carousel .card .card-body h5 span {
  font-size: 16px;
  color: #ddad0d;
}
#testimonios .box-carousel .card .card-body p {
  font-size: 14px;
  color: black;
  padding-bottom: 15px;
}
#testimonios .box-carousel .owl-nav {
  display: none;
}
#testimonios .box-carousel .owl-stage-outer {
  padding: 30px 0;
}
#testimonios .box-carousel .owl-dots {
  text-align: center;
}
#testimonios .box-carousel .owl-dots .active {
  box-shadow: none;
}
#testimonios .box-carousel .owl-dots .active span {
  background: #161616;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
#testimonios .box-carousel .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #00112a;
  margin: 0 5px;
}
#testimonios .owl-carousel .owl-nav button.owl-next, #testimonios .owl-carousel .owl-nav button.owl-prev, #testimonios .owl-carousel button.owl-dot {
  outline: 0;
}

footer {
  background: #161616;
}

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