body {
  font-family: var(--font-description);
  margin: 0;
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

a {
  text-decoration: none !important;
}

button,
.btn,
.btn-descarga {
  outline: none;
}

.section-title .title,
.section-title .title-marcas {
  font-family: var(--font-titles);
}

.btn-descarga {
  font-family: var(--font-small-letters);
}

.title-service h2 {
  font-family: var(--font-small-letters);
  color: var(--back-service);
}

.margen {
  margin-bottom: 30px;
}

/*Logo Section*/
.ssp-logo {
  width: 11%;
  padding: 13px;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .ssp-logo {
    width: 49%;
    padding: 30px;
  }
}

.navbar-toggler:focus {
  outline: none;
}


.navbar-back.collapsed {
  height: 100%;
}

.logo-circle {
  height: 26px;
  width: 26px;
  border: 4px solid var(--white-letters);
  display: inline-block;
  margin-bottom: -2px;
  border-radius: 50%;
  position: relative;
}

.logo-circle::before {
  content: '';
  height: 8px;
  width: 8px;
  background-color: var(--white-letters);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
}

/*Header Section*/

.header {
  background-color: transparent;
  transition: all 0.5s ease;
}

.header.navbar {
  padding: 0;
}

.navbar-back {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--solution-blue);
}

.header.navbar.navbar-light .navbar-brand {
  margin-left: 40px;
  font-size: 25px;
  font-weight: 700;
  color: var(--white-letters);
}

.header.navbar .nav-item {
  margin-left: 40px;
}

.header.navbar #collapsibleNavbar .nav-item .nav-link {
  color: var(--white-letters);
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 0;
  position: relative;
}

/* .header .navbar .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: var(--white-letters);
  transition: all 0.5s ease;
  transform: scale(0);
} */

.navbar-light.navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
  color: var(--white-letters) !important;
}

.navbar-light.navbar-nav .nav-link:active,
.navbar-light.navbar-nav .nav-link:hover {
  color: #ff6d00;
  /* transform: scale(0); */
}

/*Home Section*/
.home-section {
  height: 100%;
  background-image: url(../img/backgrounds/spp_encabezado_azul.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}

.home-section .content .banner {
  display: flex;
  margin-top: 70px;
}

.home-section .home-content h1 {
  padding: 68px;
  font-family: var(--font-titles);
  font-size: 65px;
  color: var(--white-letters);
  font-weight: 400;
  line-height: 70px;
}

.home-section .home-content p {
  color: var(--white-letters);
  font-size: 29px;
  margin-top: 20px;
  margin-bottom: 75px;
}

.home-section .home-img img {
  padding-left: 60px;
  max-width: 500px;
  width: 100%;
  animation: home01 5s linear infinite;
}

/*About Aspel Section*/
.about-aspel {
  margin-top: 10vh;
  background-color: var(--white-letters);
}

.title-aspel h1 {
  color: var(--mexican-pink);
  font-family: Segoe UI;
  font-size: 50px;
  font-weight: 300;
}

.title-marcas h1 {
  color: var(--orange-title);
  font-size: 50px;
}

.description p {
  color: hsl(0, 0%, 40%);
  font-size: 23px;
}

/*Aspel cards Section*/
.cards .scene {
  padding: 5px;
  width: 100%;
  height: 350px;
  perspective: 600px;
}

.cards .scene .card {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  /*border: none;*/ 
  border-radius: 0 !important;
}

.cards .scene .card img {
  width: 100%;
}

.cards .scene .card .card-title img {
  width: 100%;
}

.cards .scene .card .card-face .card-description {
  height: 60%;
  color: var(--white-letters);
  font-size: 15px;
  padding: 15px;
}

.section-button .btn-card {
  height: 20%;
}

.card-title {
  color: var(--white-letters);
  width: 100%;
  height: 10%;
  padding: 15px;
  text-align: center;
  margin-bottom: 15%;
}

.card-face-back-service .card-title {
  color: var(--white-letters);
  width: 100%;
  height: 10%;
  padding: 5px;
  text-align: center;
}

.cards .scene .card .card-face .btn-card {
  border: none;
  padding: 4px 20px;
  color: var(--white-letters);
  font-size: var(--font-size-card);
  border: 2px solid var(--white-letters);
  background-color: transparent;
}

.cards .scene .card .card-face .btn-card:focus {
  outline-style: none;
}

.scene:hover .card {
  transform: rotateY(180deg);
}

.scene.is-flipped .card {
  transform: rotateY(180deg);
}

.card-face {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

.card-face-front {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white-letters);
}

.card-face-back {
  background: #EB0029;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face .btn-card:hover {
  color: #EB0029;
  font-size: var(--font-size-card);
  border: 1px solid #EB0029;
  background-color: var(--white-letters);
}

.card-face-back-2 {
  background: #97D700;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-2 .btn-card:hover {
  color: #97D700;
  font-size: var(--font-size-card);
  border: 1px solid #97D700;
  background-color: var(--white-letters);
}

.card-face-back-3 {
  background: #FF8300;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-3 .btn-card:hover {
  color: #FF8300;
  font-size: var(--font-size-card);
  border: 1px solid #FF8300;
  background-color: var(--white-letters);
}

.card-face-back-4 {
  background: #4C4084;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-4 .btn-card:hover {
  color: #4C4084;
  font-size: var(--font-size-card);
  border: 1px solid #4C4084;
  background-color: var(--white-letters);
}

.card-face-back-5 {
  background: #00ADD8;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-5 .btn-card:hover {
  color: #00ADD8;
  font-size: var(--font-size-card);
  border: 1px solid #00ADD8;
  background-color: var(--white-letters);
}

.card-face-back-6 {
  background: #FF8300;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-6 .btn-card:hover {
  color: #FF8300;
  font-size: var(--font-size-card);
  border: 1px solid #FF8300;
  background-color: var(--white-letters);
}

.card-face-back-7 {
  background: #A6192E;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-7 .btn-card:hover {
  color: #A6192E;
  font-size: var(--font-size-card);
  border: 1px solid #A6192E;
  background-color: var(--white-letters);
}

.card-face-back-8 {
  background: #e1ba12;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-8 .btn-card:hover {
  color: #e1ba12;
  font-size: var(--font-size-card);
  border: 1px solid #e1ba12;
  background-color: var(--white-letters);
}

.card-face-back-9 {
  background: #11b3a2;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-9 .btn-card:hover {
  color: #11b3a2;
  font-size: var(--font-size-card);
  border: 1px solid #11b3a2;
  background-color: var(--white-letters);
}


.card-face-back-10 {
  background: #EB0029;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face-10 .btn-card:hover {
  color: #EB0029;
  font-size: var(--font-size-card);
  border: 1px solid #EB0029;
  background-color: var(--white-letters);
}

.card-face-back-11 {
  background: #075d7e;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-11 .btn-card:hover {
  color: #075d7e;
  font-size: var(--font-size-card);
  border: 1px solid #075d7e;
  background-color: var(--white-letters);
}

.card-face-back-12 {
  background: #75cede;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-12 .btn-card:hover {
  color: #75cede;
  font-size: var(--font-size-card);
  border: 1px solid #75cede;
  background-color: var(--white-letters);
}

.card-face-back-13 {
  background: #6ecfe1;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-13 .btn-card:hover {
  color: #6ecfe1;
  font-size: var(--font-size-card);
  border: 1px solid #6ecfe1;
  background-color: var(--white-letters);
}

.card-face-back-14 {
  background: #6ecfe1;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-14 .btn-card:hover {
  color: #6ecfe1;
  font-size: var(--font-size-card);
  border: 1px solid #6ecfe1;
  background-color: var(--white-letters);
}

.card-face-back-15 {
  background: #74cddd;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-15 .btn-card:hover {
  color: #74cddd;
  font-size: var(--font-size-card);
  border: 1px solid #74cddd;
  background-color: var(--white-letters);
}

/*Brands cards Section*/
.card-face-back-16 {
  background: #01a4ef;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-16 .btn-card:hover {
  color: #01a4ef;
  font-size: var(--font-size-card);
  border: 1px solid #01a4ef;
  background-color: var(--white-letters);
}

.card-face-back-17 {
  background: #0f74b0;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-17 .btn-card:hover {
  color: #0f74b0;
  font-size: var(--font-size-card);
  border: 1px solid #0f74b0;
  background-color: var(--white-letters);
}

.card-face-back-18 {
  background: #0084b8;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-18 .btn-card:hover {
  color: #0084b8;
  font-size: var(--font-size-card);
  border: 1px solid #0084b8;
  background-color: var(--white-letters);
}

.card-face-back-19 {
  background: #821e1d;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-19 .btn-card:hover {
  color: #821e1d;
  font-size: var(--font-size-card);
  border: 1px solid #821e1d;
  background-color: var(--white-letters);
}

.card-face-back-20 {
  background: #ed8033;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-20 .btn-card:hover {
  color: #ed8033;
  font-size: var(--font-size-card);
  border: 1px solid #ed8033;
  background-color: var(--white-letters);
}

.card-face-back-21 {
  background: #d90e15;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-21 .btn-card:hover {
  color: #d90e15;
  font-size: var(--font-size-card);
  border: 1px solid #d90e15;
  background-color: var(--white-letters);
}

.card-face-back-22 {
  background: #37378d;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-22 .btn-card:hover {
  color: #37378d;
  font-size: var(--font-size-card);
  border: 1px solid #37378d;
  background-color: var(--white-letters);
}

.card-face-back-23 {
  background: #155091;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-23 .btn-card:hover {
  color: #155091;
  font-size: var(--font-size-card);
  border: 1px solid #155091;
  background-color: var(--white-letters);
}

.card-face-back-24 {
  background: #1b5097;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-24 .btn-card:hover {
  color: #1b5097;
  font-size: var(--font-size-card);
  border: 1px solid #1b5097;
  background-color: var(--white-letters);
}

.card-face-back-25 {
  background: #006f5d;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-25 .btn-card:hover {
  color: #006f5d;
  font-size: var(--font-size-card);
  border: 1px solid #006f5d;
  background-color: var(--white-letters);
}

.card-face-back-26 {
  background: #cb302b ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-26 .btn-card:hover {
  color: #cb302b ;
  font-size: var(--font-size-card);
  border: 1px solid #cb302b ;
  background-color: var(--white-letters);
}

.card-face-back-27 {
  background: #000000 ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-27 .btn-card:hover {
  color: #000000 ;
  font-size: var(--font-size-card);
  border: 1px solid #000000 ;
  background-color: var(--white-letters);
}

.card-face-back-28 {
  background: #0096d6 ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-28 .btn-card:hover {
  color: #0096d6 ;
  font-size: var(--font-size-card);
  border: 1px solid #0096d6 ;
  background-color: var(--white-letters);
}

.card-face-back-29 {
  background: #007ebc ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-29 .btn-card:hover {
  color: #007ebc ;
  font-size: var(--font-size-card);
  border: 1px solid #007ebc ;
  background-color: var(--white-letters);
}

.card-face-back-30 {
  background: #164194 ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-30 .btn-card:hover {
  color: #164194 ;
  font-size: var(--font-size-card);
  border: 1px solid #164194 ;
  background-color: var(--white-letters);
}

.card-face-back-31 {
  background: #006db6 ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-31 .btn-card:hover {
  color: #006db6 ;
  font-size: var(--font-size-card);
  border: 1px solid #006db6 ;
  background-color: var(--white-letters);
}

.card-face-back-32 {
  background: #1f4d7f ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-32 .btn-card:hover {
  color: #1f4d7f ;
  font-size: var(--font-size-card);
  border: 1px solid #1f4d7f ;
  background-color: var(--white-letters);
}

.card-face-back-33 {
  background: #0066b3 ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-33 .btn-card:hover {
  color: #0066b3 ;
  font-size: var(--font-size-card);
  border: 1px solid #0066b3 ;
  background-color: var(--white-letters);
}

.card-face-back-34 {
  background: #8b8a88 ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-34 .btn-card:hover {
  color: #8b8a88 ;
  font-size: var(--font-size-card);
  border: 1px solid #8b8a88 ;
  background-color: var(--white-letters);
}

.card-face-back-35 {
  background: #0d0d0d ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-35 .btn-card:hover {
  color: #0d0d0d ;
  font-size: var(--font-size-card);
  border: 1px solid #0d0d0d ;
  background-color: var(--white-letters);
}

.card-face-back-36 {
  background: #068140 ;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-36 .btn-card:hover {
  color: #068140 ;
  font-size: var(--font-size-card);
  border: 1px solid #068140 ;
  background-color: var(--white-letters);
}



/*button download*/

.servicios .btn-descarga:hover {
  border: 1px solid var(--white-letters);
  background-color: var(--white-letters);
}

.btn-descarga {
  border: none;
  font-size: 18px;
  padding: 10px 30px;
  border: 1px solid var(--solution-blue);
  color: var(--white-letters);
  background-color: var(--solution-blue);
  transition: .1s ease-in-out 0s;
}

.btn-descarga:active {
  transform: scale(0.90);
  color: var(--white-letters);
}

.btn-descarga:hover {
  color: var(--solution-blue);
  border: 1px solid var(--solution-blue);
  background-color: var(--white-letters);
}

.btn-restaurant:focus,
.btn-service:focus,
.btn-descarga:focus {
  outline: none;
}

.btn-restaurant,
.btn-service {
  padding: 4px 20px;
  color: var(--white-letters);
  font-size: var(--font-size-card);
  border: 1px solid var(--white-letters);
  background-color: transparent;
}

.btn-restaurant:hover,
.btn-service:hover {
  color: var(--back-service);
  font-size: var(--font-size-card);
  border: 1px solid var(--back-service);
  background-color: var(--white-letters);
}

/* Ayuda */
.ayuda {
  padding: 30px;
}

/*Servicios*/
.servicios-aspel {
  background-image: url(../img/backgrounds/servicios-rosa-act.png);
  background-repeat: round;
  background-size: cover;
  position: relative;
  padding: 200px 0 150px;
  z-index: 1;
}

@media (max-width: 991px) {
    .servicios-aspel {
      background-position-y: center;
      background-repeat: no-repeat;
    }
}

.servicios-marcas {
  background-image: url(../img/backgrounds/servi-naran-act.png);
  background-repeat: round;
  background-size: cover;
  padding: 200px 0 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .servicios-marcas {
    background-position-y: center;
    background-repeat: no-repeat;
  }
}

.servicios-marcas .description p {
  color: var(--white-letters);
}

.servicios .card {
  border: none;
}

.home-content {
  margin-top: 56px;
  width: 100%;
}

.home-content h1 {
  font-family: var(--font-titles);
  font-size: 50px;
  color: var(--white-letters);
  font-weight: 400;
}

.servicios-aspel .description p {
  color: var(--white-letters);
}

.card-face-back-service {
  background: var(--back-service);
  transform: rotateY(180deg);
  padding: 10px;
}

.card-face-back-service .card-title h2 {
  font-size: 1.5rem;
}

.eslogan p {
  color: #6d6a6a;
  font-size: 23px;
  /* font-size: 30px; */
}

.servicio-cards .card-face-front {
  display: inline-grid;
  padding: 10px;
}

.card-face-front .icon-service {
  text-align: center;
  font-size: 85px;
}

/*Restaurantes*/
.card-face-back-restaurant {
  background: #e86e24;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-restaurant .btn-restaurant:hover {
  color: #e86e24;
  font-size: var(--font-size-card);
  border: 1px solid #e86e24;
  background-color: var(--white-letters);
}

.card-face-back-restaurant-2 {
  background: #6b196c;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-restaurant-2 .btn-restaurant:hover {
  color: #6b196c;
  font-size: var(--font-size-card);
  border: 1px solid #6b196c;
  background-color: var(--white-letters);
}

.card-face-back-restaurant-3 {
  background: #784a0b;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-restaurant-3 .btn-restaurant:hover {
  color: #784a0b;
  font-size: var(--font-size-card);
  border: 1px solid #784a0b;
  background-color: var(--white-letters);
}

.card-face-back-restaurant-4 {
  background: #094977;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-restaurant-4 .btn-restaurant:hover {
  color: #094977;
  font-size: var(--font-size-card);
  border: 1px solid #094977;
  background-color: var(--white-letters);
}

.card-face-back-restaurant-5 {
  background: #1bab9d;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-restaurant-5 .btn-restaurant:hover {
  color: #1bab9d;
  font-size: var(--font-size-card);
  border: 1px solid #1bab9d;
  background-color: var(--white-letters);
}

.card-face-back-restaurant-6 {
  background: #ee3135;
  transform: rotateY(180deg);
}

.cards .scene .card .card-face.card-face-back-restaurant-6 .btn-restaurant:hover {
  color: #ee3135;
  font-size: var(--font-size-card);
  border: 1px solid #ee3135;
  background-color: var(--white-letters);
}

/*Contacto*/
.contact-section {
  background-image: url(../img/backgrounds/spp_piedepagina_azul.png);
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
    .services-fix{ 
      padding-bottom: 250px;
    }
    .nav-link .fas {
      font-size: 45px;
      margin-right: 15px;
    }

    .nav-link .fa {
      font-size: 45px;
      margin-right: 15px;
    }
}

.contact-section .home-content h2 {
  font-family: var(--font-titles);
  font-size: 50px;
  color: var(--white-letters);
  font-weight: 400;
  line-height: 70px;
}

.form {
  margin-top: 95px;
}

.form-group {
  margin-bottom: .5rem;
}

.contact-section .home-content p {
  color: var(--white-letters);
  font-size: 29px;
  margin-top: 20px;
  margin-bottom: 75px;
}

.contact-section .home-img img {
  padding-left: 60px;
  padding-top: 60px;
  max-width: 500px;
  width: 100%;
  animation: home01 5s linear infinite;
  margin-top: 95px;
}

.contact-section .btn-descarga {
  background-color: var(--mexican-pink);
  border-radius: 0;
}

.contact-section .btn-descarga:hover {
  color: var(--mexican-pink);
  border: 1px solid var(--mexican-pink);
  background-color: var(--white-letters);
}

.avisos a {
  cursor: pointer;
  color: var(--white-letters);
  text-decoration: none;
}

.contact-section img {
  width: 120px;
  margin-left: 5px;
}

.avisos,
.derechos {
  font-family: var(--font-small-letters);
  font-size: 12px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes home01 {

  0%,
  100% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(-15px);
  }
}

@media (max-device-width: 1439px) {
  .header.navbar .nav-item {
    margin-left: 39px;
  }

  /* .home-section {
    height: 635px;
  } */

  .home-section .home-content h1 {
    padding: 80px 57px;
    font-size: 65px;
    line-height: 70px;
  }

  .home-content {
    margin-top: 0;
    width: 100%;
  }

  .home-section .home-content p {
    font-size: 20px;
  }

  .home-section .home-img img {
    padding-left: 48px;
  }

  .cards .scene .card .card-face .card-description {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-device-width: 768px) {

  .navbar-collapse{
    padding-left: 65px;
  }

  .header.navbar>.collapse.show {
    height: 100%;
  }

  .header.navbar.navbar-light .navbar-brand {
    font-size: 70px;
  }

  .navbar-light .navbar-toggler {
    font-size: 70px;
    color: white;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 25px;
    font-size: 65px;
    text-align: left;
  }

  .home-section {
    height: 2300px;
    background-size: cover;
  }

  .home-section .content .banner {
    display: block;
  }

  .home-section .home-content h1 {
    text-align: center;
    padding: 0;
    font-size: 104px;
    line-height: 114px;
  }

  .home-section .home-content p {
    font-size: 60px;
    line-height: normal;
  }

  .home-section .home-img img {
    max-width: 100%;
    margin-top: 80px;
  }

  .section-title .title,
  .section-title .title-marcas {
    margin-top: 100px;
  }

  .tecnologia .section-title .title {
    margin-top: 0;
  }

  .title h1, .title-marcas h1 {
    font-size: 100px;
  }

  .description p {
    color: #6d6a6a;
    text-align: initial;
    font-size: 50px;
    text-align: center;
  }

  .margen {
    margin-bottom: 75px;
  }

  .cards .scene {
    height: 700px;
    perspective: 2000px;
  }

  .cards .scene .card .card-face .card-description {
    font-size: 32px;
  }

  .cards .scene .card .card-face .section-button {
    margin-top: -30px;
  }

  .cards .scene .card .card-face .btn-card {
    font-size: 45px;
  }

  .btn-descarga {
    width: 100%;
    font-size: 50px;
  }

  .btn-restaurant,
  .btn-service {
    font-size: 45px;
  }

  .cards .scene .card .card-face .vuelta {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #01a4ef;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #01a4ef;
    /* width: 50px;
 height: 50px;
 bottom: 0;
 right: 0;
 border-left: 1px solid ;
 border-radius: 50px 0px 0px 0px; */
  }

  .cards .scene .card .card-face .vuelta-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #0f74b0;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #0f74b0;
  }

  .cards .scene .card .card-face .vuelta-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #0084b8;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #0084b8;
  }

  .cards .scene .card .card-face .vuelta-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #821e1d;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #821e1d;
  }

  .cards .scene .card .card-face .vuelta-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #ed8033;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #ed8033;
  }

  .cards .scene .card .card-face .vuelta-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #d90e15;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #d90e15;
  }

  .cards .scene .card .card-face .vuelta-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #37378d;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #37378d;
  }

  .cards .scene .card .card-face .vuelta-8 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #155091;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #155091;
  }

  .cards .scene .card .card-face .vuelta-9 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #1b5097;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #1b5097;
  }

  .cards .scene .card .card-face .vuelta-10 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #006f5d;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #006f5d;
  }

  .cards .scene .card .card-face .vuelta-11 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #cb302b;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #cb302b;
  }

  .cards .scene .card .card-face .vuelta-12 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #000000;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #000000;
  }

  .cards .scene .card .card-face .vuelta-13 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #0096d6;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #0096d6;
  }

  .cards .scene .card .card-face .vuelta-14 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #007ebc;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #007ebc;
  }

  .cards .scene .card .card-face .vuelta-15 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #164194;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #164194;
  }

  .cards .scene .card .card-face .vuelta-16 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #006db6;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #006db6;
  }

  .cards .scene .card .card-face .vuelta-17 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #1f4d7f;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #1f4d7f;
  }

  .cards .scene .card .card-face .vuelta-18 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #0066b3;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #0066b3;
  }

  .cards .scene .card .card-face .vuelta-19 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #8b8a88;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #8b8a88;
  }

  .cards .scene .card .card-face .vuelta-20 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #0d0d0d;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #0d0d0d;
  }

  .cards .scene .card .card-face .vuelta-21 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #068140;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #068140;
  }

  .cards .scene .card .card-face .vuelta-aspel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #eb0029;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #eb0029;
  }

  .cards .scene .card .card-face .vuelta-aspel-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #97d700;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #97d700;
  }

  .cards .scene .card .card-face .vuelta-aspel-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #ff8300;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #ff8300;
  }
  
  .cards .scene .card .card-face .vuelta-aspel-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #4c4084;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #4c4084;
  }

  .cards .scene .card .card-face .vuelta-aspel-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #00add8;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #00add8;
  }

  .cards .scene .card .card-face .vuelta-aspel-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #ff8300;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #ff8300;
  }

  .cards .scene .card .card-face .vuelta-aspel-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #a6192e;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #a6192e;
  }

  .cards .scene .card .card-face .vuelta-aspel-8 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #e1ba12;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #e1ba12;
  }

  .cards .scene .card .card-face .vuelta-aspel-9 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #11b3a2;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #11b3a2;
  }

  .cards .scene .card .card-face .vuelta-aspel-10 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #eb0029;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #eb0029;
  }

  .cards .scene .card .card-face .vuelta-aspel-11 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #075d7e;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #075d7e;
  }

  .cards .scene .card .card-face .vuelta-aspel-12 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #075d7e;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #075d7e;
  }

  .cards .scene .card .card-face .vuelta-aspel-13 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #6ecfe1;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #6ecfe1;
  }

  .cards .scene .card .card-face .vuelta-aspel-14 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #6ecfe1;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #6ecfe1;
  }

  .cards .scene .card .card-face .vuelta-aspel-15 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #6ecfe1;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #6ecfe1;
  }

  .cards .scene .card .card-face .vuelta .voltear,
  .cards .scene .card .card-face .vuelta-2 .voltear,
  .cards .scene .card .card-face .vuelta-3 .voltear,
  .cards .scene .card .card-face .vuelta-4 .voltear,
  .cards .scene .card .card-face .vuelta-5 .voltear,
  .cards .scene .card .card-face .vuelta-6 .voltear,
  .cards .scene .card .card-face .vuelta-7 .voltear,
  .cards .scene .card .card-face .vuelta-8 .voltear,
  .cards .scene .card .card-face .vuelta-9 .voltear,
  .cards .scene .card .card-face .vuelta-10 .voltear,
  .cards .scene .card .card-face .vuelta-11 .voltear,
  .cards .scene .card .card-face .vuelta-12 .voltear,
  .cards .scene .card .card-face .vuelta-13 .voltear,
  .cards .scene .card .card-face .vuelta-14 .voltear,
  .cards .scene .card .card-face .vuelta-15 .voltear,
  .cards .scene .card .card-face .vuelta-16 .voltear,
  .cards .scene .card .card-face .vuelta-17 .voltear,
  .cards .scene .card .card-face .vuelta-18 .voltear,
  .cards .scene .card .card-face .vuelta-19 .voltear,
  .cards .scene .card .card-face .vuelta-20 .voltear,
  .cards .scene .card .card-face .vuelta-21 .voltear,
  .cards .scene .card .card-face .vuelta-aspel .voltear,
  .cards .scene .card .card-face .vuelta-aspel-2 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-3 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-4 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-5 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-6 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-7 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-8 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-9 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-10 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-11 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-12 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-13 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-14 .voltear,
  .cards .scene .card .card-face .vuelta-aspel-15 .voltear{
    font-size: 50px;
    margin-top: 0;
    margin-left: 18px;
  }

  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #e86e24;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #e86e24;
  }

  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #6b196c;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #6b196c;
  }

  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #784a0b;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #784a0b;
  }

  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #094977;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #094977;
  }

  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #1bab9d;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #1bab9d;
  }

  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #ee3135;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #ee3135;
  }

  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta .voltear,
  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-2 .voltear,
  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-3 .voltear,
  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-4 .voltear,
  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-5 .voltear,
  .restaurantes-cards .scene .card .card-face.card-face-front .vuelta-6 .voltear {
    font-size: 50px;
    margin-top: 0;
    margin-left: 18px;
  }

  .card-face-back-service .card-title h2 {
    font-size: 50px;
  }

  .servicios {
    height: 8500px;
    background-size: cover;
  }

  .home-content h1 {
    font-size: 75px;
    margin-top: 100px;
  }

  .card-face-front .icon-service {
    font-size: 300px;
  }

  .servicio-cards .scene .card .card-face.card-face-front .vuelta {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 80px solid var(--back-service);
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 80px solid var(--back-service);
  }

  .servicio-cards .scene .card .card-face-back-service .vuelta .voltear {
    font-size: 50px;
    margin-top: 0;
    margin-left: 18px;
  }

  .title-service h2 {
    font-size: 60px;
  }

  .eslogan p {
    color: #0a0a0a;
    font-size: 60px;
  }

  .form {
    margin-top: 170px;
  }

  .contact-section {
    height: 100%;
    background-size: cover;
  }

  .contact-section .home-img img {
    display: none;
  }

  .contact-section img {
    margin-top: 10px;
    width: 230px;
    margin-left: 5px;
  }

  .avisos,
  .derechos {
    font-size: 28px;
    margin-bottom: 25px;
    display: block;
  }

}



.wobble-hor-bottom {
	-webkit-animation: wobble-hor-bottom 1s both;
	        animation: wobble-hor-bottom 1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-8-9 13:1:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

@media (max-device-width: 768px) {
  .max-width {
    width: 100% !important;
  }   
}

@media (max-device-width: 768px) {
  .fix-card-title {
    padding: 1%;
  }   
}

.fix-card-img {
  width: 100% !important;
}

.fix-card-img-services {
  width: 60% !important;
}

.fix-card-img-aspel {
  width: 70% !important;
}

.fix-card-img-ns-title {
  width: 50% !important;
  margin-top: 5%;
  margin-bottom: 10%;
}

.fix-card-img-aspel-title {
  width: 100% !important;
  margin-top: 5%;
  margin-bottom: 10%;
}

.btn-link
{
  color: #ffffff;
  
}

.btn-link:hover
{
  color: #ffffff;
  
}