@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
* {
  box-sizing: border-box;
}

body {
  background-color: #1A1C1E;
  background-image: linear-gradient(147deg, #ffe53b00 0%, #fd383800 74%);
  min-height: 100vh;
  font-family: 'Fira Sans', sans-serif;
  

}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Playfair+Display:wght@500;700&family=Poppins:wght@500;600&display=swap');
header{
  position: relative;
  width: 100%;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  height: 250px;

}

 .logo {
  display:flex;
  background-color:  #ffffff01;
  width: 100%;
  height:150px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
  .logo img{
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  width: 300px;
  background-color: #ffffff00;

}
.container-blog{
  position: relative;
  background-color: #1A1C1E;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  width: 100%;

}
.titulo{
  position: relative;
  background-color: #1A1C1E;
  border-top-left-radius: 15vh;
  height: 200px;
  margin-top:-130px;
}
.titulo h1{
  color: #fff;
  font-size: 30px;
  position: relative;
  text-align: center;
  width: 80%;
  top: 35px;
  margin: 0 auto;
  margin-bottom: 9px;
  margin-top: 10px;
}
.titulo h2{
  color: #fff;
  font-size: 30px;
  position: relative;
  text-align: center;
  width: 80%;
  top: 30px;
  margin: 0 auto;
  margin-bottom: 9px;
  margin-top: 10px;
}


.blog-slider {
  width: 90%;
  position: relative;
  max-width: 90%;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0);
  padding: 10px;
  border-radius: 25px;
  height: 400px;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  border-left: 4px solid #173EC0;
  border-right: 4px solid #173EC0;
  border-top: 4px solid #173EC0;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width:85%;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 400px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
  background-color:transparent;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 250px;
  flex-shrink: 0;
  height: 420px;
  background-image: linear-gradient(147deg, #173EC0 0%, #59d2fe 74%);
  background-position: center center;
  background-size: contain;
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0);
  border-radius: 20px;


}
.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #59d2fe00 0%, #173ec000 74%);
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 250px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 470px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}
.blog-slider__code {
  color:  #000000;
  margin-bottom: 1px;
  display: block;
  font-weight: 500;
  top: -10px;
  position: relative;
  text-align: left;

}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #173EC0;
  margin-bottom: 20px;
  position: relative;
  top: -80px;
  width: 100%;
  background-color: #c7131300;
  text-align: center;
  font-family: 'Playfair Display', serif;
}
.blog-slider__title1 {
  font-size: 24px;
  font-weight: 700;
  color: #173EC0;
  margin-bottom: 20px;
  position: relative;
  top: -30px;
  width: 100%;
  background-color: #c7131300;
  text-align: center;
  font-family: 'Playfair Display', serif;
}
.blog-slider__text {
  color: #1A1C1E;
  margin-bottom: 30px;
  line-height: 1.5em;
  top: -85px;
  position: relative;
  width: 95%;
  font-family: sans-serif;
  margin: 0 auto;
}
.btn{
  position: relative;
  display: flex;
  top: 20px;
  flex-direction: column;
  gap: 1vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg,  #ffffff 10%, #ffffff 74%);
  padding: 15px 35px;
  border-radius: 50px;
  border: 4px solid;
  border-color:  #173EC0;
  color: #000000;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  top: -60px;
  width: 50%;
  font-size: 20px;
  font-weight: 500;
  font-family: sans-serif;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 70%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}/*
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1e1e1e;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
 
}*/



.blog-slider__pagination {
  display: none !important;
}


.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;

}

.blog-slider__nav {
  position: absolute;
  background-color: #fbfbfb00;
  top: 22%;
  width: 100%;
  display: flex;
  left: -1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5vh;
  margin: 0 auto;
 
  pointer-events: none;
  z-index: 99;
}

.custom-button-prev{
  background: #173EC0;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  cursor: pointer;
  pointer-events: all;
  transition: transform 0.2s ease;
  position: relative;
  top: 0px;
  /*left: 100px;*/
z-index: 999;
}
.custom-button-next {
  background: #173EC0;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  cursor: pointer;
  pointer-events: all;
  transition: transform 0.2s ease;
    top: 0px;
    position: relative;
   /* right: 150px;*/
}

.custom-button-prev:hover,
.custom-button-next:hover {
  transform: scale(1.1);
}


.icon {
          position: absolute;
          bottom: -0.35975rem;
          right: -0.375rem;
          width: 5rem;
          height: 5rem;
          background: #1e1e1e;
          border-top-left-radius: 50%;
          z-index: 99;

          &:hover .iconBox {
            transform: scale(1.1);
          }

          &::before {
            position: absolute;
            content: "";
            bottom: 0.375rem;
            left: -1.25rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem #1e1e1e;
          }

          &::after {
            position: absolute;
            content: "";
            top: -1.25rem;
            right: 0.375rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem #1e1e1e;
          }

          .iconBox {
            position: absolute;
            inset: 0.625rem;
            background:  #59D2FE;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.3s;

            span {
              color: #ffffff;
              font-size: 1.5rem;
            }
          }
        }

@media screen and (min-width: 1550px) {
  .blog-slider {
     max-width: 80%;
    height: 500px;
  }
  .blog-slider__item {
    max-width: 100%;
  width: 100%;

}
.container-blog{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
}
.custom-button-prev{
  position: relative;
  background-color: #59d2fe00 ;
  width: 60px;
  height: 60px;
}
.custom-button-next{
  background-color: #173EC0; 
  left: 50%;
  top: -95%;
  position: relative;
    width: 70px;
  height: 70px;
}
thead th p.promo{
  top: 8em;
}

}
@media screen and (min-width: 1050px) {
  .blog-slider {
     max-width: 60%;
    height: 600px;
  }
  .blog-slider__item {
    max-width:100%;
  width: 100%;

}
.container-blog{

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
}
.custom-button-prev{
  position: relative;
  background-color: #db1f1f00; 
  width: 60px;
  height: 60px;
}
.custom-button-next{
  background-color: #173EC0; 
  left: 50%;
  top: -95%;
  position: relative;
    width: 70px;
  height: 70px;
}
thead th p.promo{
  top: 8em;
}

}




h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

p, li {
  font-family: 'Inter', sans-serif;
}

button, .btn, nav {
  font-family: 'Poppins', sans-serif;
}





/*PRECIOS*/
.precios{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.precios h1 { 
  font-weight: 300; 
  font-size: 30px; 
  line-height: 1.35; margin: 0 0 .125em; 
color: #fff;
top: 30px;
margin-bottom: 20px;
position: relative;}
.precios h1 + p {
   font-size: 1.5em; color: #b7b7b7; max-width: 90%; margin: 0 auto; 
  position: relative;
  top:20px;
margin-bottom: 20px;}

table { 
  top:30px; width: 85%;
  margin: 0 auto; 
  position: relative;
  margin-bottom: 60px;
  border-collapse: collapse;
  background-color: #de363600;
  text-align: left; 
  border-spacing: 0; 
  border-collapse: collapse; -webkit-box-sizing:
   border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

th, td { font-family: inherit; 
  font-size: 14px; 
  line-height: 1.25; color: #000000; vertical-align: middle; padding: 0.5em; }
th { font-weight: 100; }

colgroup:nth-child(1) { width: 30%; border: 0 none; }
colgroup:nth-child(2) { width: 15%; border: 1px solid #ccc; }
colgroup:nth-child(3) { width: 20%; border: 10px solid #59D2FE; }
colgroup:nth-child(4) { width: 15%; border: 1px solid #ccc; }

/* Tablehead */

thead th { background: #def4fe; 
  background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); 
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
  background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
  background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
  background: linear-gradient(to bottom,  #ffdddd 0%,#f5f5f5 100%); 
  text-align: center; position: relative; border-bottom: 1px solid #ccc; 
  padding: 1.5em 0 1em; font-weight: 400; color: #252525; }
thead th:nth-child(1) { background: transparent;  }
thead th:nth-child(3) {  padding: 1em 0 2.5em; }
thead th h2 { font-weight: 300; font-size: 25px; line-height: 1.2; color:  #173EC0; }
thead th h2 + p { font-size: 15px; line-height: 1.4; }
thead th:nth-child(3) h2 { font-size: 30px; }
thead th:nth-child(3) h2 + p { font-size: 14px; color: #000000; }

thead th p.promo { font-size: 12px; color: #fff; position: absolute; top: 10em; left: -17px; z-index: 1000; width: 110%; margin: 0; padding: .425em 10px .45em; background: #c00; box-shadow: 0 2px 4px rgba(0,0,0,.25); border-bottom: 1px solid #900; }

thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }

/* Tablebody */

tbody th { background: #ffffff; border-left: 1px solid #ccc; }

tbody td { background: #fff; text-align: center; }

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td { background: #f5f5f5; border: 1px solid #ccc; border-width: 1px 0 1px 1px; }
tbody tr:last-child td { border-bottom: 0 none; }

/* Tablefooter */

tfoot th  { padding: 1em 0.5em; border-top: 1px solid #ccc; }
tfoot td  { text-align: center; padding: 1em 0.5em; border-top: 1px solid #ccc; }

tfoot a  { font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; display: block; padding: 1.125em 2em; background: #173EC0; border-radius: .5em; }



@media screen and (max-width: 768px) {
  .precios table {
    width: 90%;
    font-size: 14px;
  }

  .precios th,
  .precios td {
    padding: 0.1em;
    font-size: 13px;
  }

  .precios thead th h2 {
    font-size: 22px;
  }

  .precios thead th h2 + p {
    font-size: 15px;
  }

  .precios tfoot a {
    padding: 0.65em 1em;
    font-size: 13px;
  }

  /* Opcional: ajustar ancho de columnas */
  .precios colgroup:nth-child(1) { width: 20%; }
  .precios colgroup:nth-child(2) { width: 15%; }
  .precios colgroup:nth-child(3) { width: 24%; }
  .precios colgroup:nth-child(4) { width: 15%; }
  thead th p.promo{
    top: 8em;
  }
}


.fa-square-check {
  color: #007BFF; /* azul */
}

.fa-square-xmark {
  color: #FF0000; /* rojo */
}




      section, footer  img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 30px 0;
           /* min-height: 100vh;*/
        }
 ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
.contact-area {
    border-bottom: 1px solid #173EC0;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #173EC0;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #173EC0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #000000;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #59D2FE;
    color: #59D2FE;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.contact-social ul li a i{
  font-size: 25px;
}
.contact-social ul li a:hover {
    border: 1px solid #173EC0;
    color: #173EC0;
}

.contact-content img {
    max-width: 180px;
}

section, footer {
    background: #ffffff;
    color: #2a2a2a;
    align-items: center;
    justify-content: center;
    text-align: center;
}

footer p {
    padding: 20px 0;
    text-align: center;
}

footer img {
    width: 44px;
}