@media (max-width: 1199px) {
  .logo img {
    max-width: 80px;
  }
  .container {
    flex-wrap: wrap;
  }
  .hero-text {
    flex-basis: 100%;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2rem;
  }
  .hero-text p {
    font-size: 1.6rem;
  }
  .hero-img {
    flex-basis: 50%;
    font-size: 1.8rem;
  }
  .hero-text {
    padding: 20px 10px;
  }
  .action a {
    font-size: 2rem;
  }
  .full-background p {
    font-size: 1.6rem;
  }

  .img-add {
    width: 200px;
  }
  .box {
    padding: 40px;
  }
  .box p {
    font-size: 1.1rem;
  }
  .box h1,
  .box h2 {
    font-size: 2rem;
  }

  .swiffy-slider {
    --swiffy-slider-item-count: 2;
  }

  .servicios .slider-nav {
    display: flex;
  }
}
@media (max-width: 991px) {
  .img-add {
    position: relative;
  }
  .slider-nav,
  .slider-nav.slider-nav-next {
    margin: 0;
  }
  .col-3 > div,
  .col-4 > div {
    flex-basis: calc(50% - 20px);
    box-sizing: border-box;
  }
  .footer .container > div {
    flex-basis: 100%;
    margin: 8px auto;
    font-size: 13px;
  }
  .footer .redes {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  section {
    padding: 20px;
  }
  .solo-movil {
    display: block;
  }
  .solo-desktop {
    display: none;
  }
  .action {
    flex-basis: 100%;
  }
  .action a {
    font-size: 1.5rem;
  }
  .form1 .submit-button {
    font-size: 1rem;
  }
  .full-background {
    padding: 20px;
    background: url("../imagenes/contactamos_mobile_fondo.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    background-position: top center;
  }
  .pricing-card {
    width: 280px;
  }
  .form1 .input-group {
    flex-wrap: wrap;
  }
  .form1 .submit-button {
    position: relative;
    width: 100%;
    padding: 12px;
    margin: 10px 0;
  }
  .form1 .input-field {
    padding-right: 15px;
  }
  .footer .container > div {
    flex-basis: 100%;
    margin: 8px auto;
    font-size: 13px;
  }
  .logo-footer img {
    width: 150px;
    max-width: 50%;
  }
  .footer .redes {
    justify-content: center;
  }
  .copy {
    order: 3;
  }
  .radio-group {
    flex-wrap: wrap;
  }
  .footer .redes img {
    height: 20px;
  }
  .radio-option {
    flex-basis: 100%;
  }
  .col-2 > div,
  .col-3 > div {
    flex-basis: 100%;
  }
  .box p {
    font-size: 0.8rem;
  }
  .box {
    padding: 20px;
  }
  .box h1,
  .box h2 {
    font-size: 1.3rem;
  }
  .home .full-background .hero-text {
    flex-basis: 100%;
    order: 1;
    text-align: center;
  }
  .home .full-background .first-c {
    order: 2;
  }
  .cobertura .full-background {
    background-image: url("../imagenes/cobertura/cobertura_mobile_fondo_funciona.jpg");
    min-height: 600px;
    background-size: cover;
    padding: 50px 0;
  }
  .cobertura .hero h2 {
    color: #fff;
    font-size: 1.3rem;
  }
  .cobertura .hero {
    background-image: url("../imagenes/cobertura/imagen_cobertura_mobile-100.jpg");
    background-size: cover;
    padding: 300px 0 20px 0;
  }
  .faqs .hero {
    background-image: url("../imagenes/faq_mobile_fondo_dudas.jpg");
    background-size: cover;
    padding: 30px 0 300px 0;
    text-align: left;
  }
  .faqs .hero .hero-text {
    text-align: left;
  }
  .faq-pricing-container {
    display: none;
  }
  .blog .hero {
    background-image: url("../imagenes/blog_mobile_fondo_3.jpeg");
    background-size: cover;
    padding: 30px 0 300px 0;
    text-align: left;
  }
  .blog .hero .hero-text {
    text-align: left;
  }
  .blog .hero .hero-text br {
    display: none;
  }
  .individual .hero {
    padding: 300px 0 20px 0;
  }
  .individual .fecha {
    font-size: 13px;
  }
  .nota h3 {
    font-size: 2rem;
  }
  .nota p {
    font-size: 14px;
    line-height: 1.5;
  }
  .swiffy-slider {
    --swiffy-slider-item-count: 1;
  }
  .close-btn {
    position: absolute;

    font-size: 20px;
    cursor: pointer;
    background: none;

    font-weight: bold;
    color: #fff;

    margin-top: 0;
  }
  .close-btn:hover {
    color: #000;
    border: 0px solid #9bd7b8;
    background-color: none;
  }
  .popup-content {
    margin: 0 6px;
  }
  .hero-img img {
    margin-bottom: 0;
  }
  .cobertura_d {
    text-align: center;
  }
  .cobertura_d img {
    height: 40px;
  }
  .post {
    font-size: 16px;
  }
  .corazones span {
    position: relative;
    margin: 0 !important;
    transform: scale(0.7);
  }
  .corazones {
    display: flex;
    justify-content: space-between;
  }
  .titular {
    padding: 10px;
    border-radius: 20px;
  }
  .titular h2 {
    margin: 0;
    font-size: 14px;
  }
  .titular .fecha {
    font-size: 12px;
  }
  .pricing-card sup {
    margin: 0 5px 0 8px;
  }
  .pricing-item.cobertura br {
    display: block;
  }
}

@media (max-width: 420px) {
  .img-add {
    width: 150px;
  }
  .respaldo {
    font-size: 12px;
  }
  .respaldo img {
    width: 80px;
    margin: 0 6px;
  }
  .prefoot {
    font-size: 13px;
  }
  .item-description {
    flex-basis: 60%;
    text-align: left;
  }
  .plan-name {
    font-size: 20px;
  }
  .plan-price {
    font-size: 30px;
  }
  .plan-frequency {
    font-size: 16px;
  }
  .plan-header {
    padding: 12px;
  }
  .form-container {
    padding: 10px;
  }
  .cobertura_d h3 {
    font-size: 12px;
  }

  .cobertura-destacados .grid {
    gap: 10px;
  }
  .col-4 > div.cobertura_d {
    flex-basis: calc(50% - 10px);
    padding: 10px;
    font-size: 12px;
  }
  #wap {
    width: 50px;
  }
}
