@media screen and (min-width: 1600px) {
  .sectionPrimero {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sectionPrimero .col-md-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contenedor-codigo {
    transform: translateX(-10px);
  }

  .decoracion-derecha {
    transform: none;
  }

  #sectionQuinto img {
    width: auto;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .contenidoTextoGlobal .row {
    justify-content: center;
    gap: 100px;
    margin-bottom: 30px;
  }

  .footer-sobre-mi {
    max-width: 40%;
    padding-left: 40px;
  }

  .footer-servicios,
  .footer-enlaces {
    max-width: 20%;
  }

  .footer-enlaces {
    padding-left: 20px;
  }
}



@media (min-width: 1025px) {

  .section2 .col-md-6:first-child,
  .section3 .col-md-6:first-child {
    padding-right: 100px;
  }

  .section2 .col-md-6:last-child,
  .section3 .col-md-6:last-child {
    padding-left: 100px;
    /* separa más del texto */
  }

  .section3 {
    margin-top: 70px;
  }


}


@media (max-width: 1024px) {
  .sectionPrimero {
    padding: 60px 80px;
    height: auto;
    text-align: left;
    background-size: 15% auto, cover;
  }

  .tituloPrimero {
    font-size: 32px;
    text-align: left;
    font-weight: bold;
    margin-top: -20px !important;
  }

  .parrafoPrimero {
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
  }

  .botonPrimero {
    width: auto;
    display: inline-block;
    margin: 10px 10px 0 0;
  }

  .decoracion-derecha,
  .contenedor-codigo {
    display: none !important;
  }
}


@media (max-width: 767px) {
  body .toast {
    top: 50px !important;
    /* bajalo para que no tape la navbar */

  }

  .seccion-codigo-completa {
    display: none !important;
  }

  .iconos-comunicacion,
  .iconos-comunicacion * {
    display: none !important;
  }

  .sectionPrimero {
    padding-bottom: 50px !important;
    margin-bottom: 0 !important;
    height: auto !important;
    min-height: unset !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center !important;
  }

  .tituloPrimero {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: -20px !important;
    text-align: center !important;
  }

  .parrafoPrimero {
    font-size: 12px !important;
    text-align: justify !important;
    padding-left: 0 !important;
    margin-top: 25px !important;
  }

  .resaltarTexto {
    font-size: 1.3rem !important;
  }

  .destacado {
    font-size: 1.2rem !important;
  }

  .botonPrimero,
  #btnNatural,
  #btnDelivery {
    display: block;
    width: 75% !important;
    margin: 10px auto !important;
    text-align: center !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  #contenedor-boton-vermas {
    margin-top: 60px !important;
    padding-bottom: 40px !important;
    display: flex;
    justify-content: center;
  }

  #btnVerMas {
    width: 60% !important;
    padding: 8px 0 !important;
  }

  .img-retrato-superior {
    display: none !important;
  }

  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }

  .contenedor-planes {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 1rem;
    justify-content: start;
  }

  .contenedor-planes::-webkit-scrollbar {
    display: none;
  }

  .contenedor-planes .card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .modal-dialog {
    margin: 0 auto;
    max-width: 100%;
  }

  .modal-content {
    border-radius: 10px;
  }

  .site-footer {
    padding-bottom: 20px !important;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }

  .section2 {
    margin-top: -30px !important;
  }

  .section3 {
    margin-top: -30px !important;
  }

  .section2 .tituloSegundo h1,
  .section3 .tituloTercero h1 {
    text-align: center !important;
  }

  .section2 .parrafoSegundo,
  .section3 .parrafoSegundo {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: justify !important;
    max-width: 90% !important;
  }

  .section2 .embed-responsive,
  .section3 .embed-responsive {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .separador {
    margin-bottom: 0 !important;
  }

  .separador~br {
    display: none !important;
  }

  .contenidoTextoGlobal hr {
    margin-bottom: 30px !important;
    margin-top: 20px !important;
    display: block !important;
    border: 1px solid #666 !important;
  }

  .contenidoTextoGlobal .row {
    margin-bottom: 30px !important;
  }

  .logo-redes {
    flex-direction: column;
    align-items: center;
    gap: 6px !important;
    margin-top: -20px !important;
  }

  .social-icons {
    margin-top: -15px !important;
    justify-content: center !important;
  }

  footer .nombre {
    display: none !important;
  }

  .toast {
    top: 39px !important;
    font-size: 12px !important;
    padding: 6px 12px !important;
    max-width: 200px !important;
    line-height: 1.2 !important;
  }

}



@media (min-width: 769px) and (max-width: 1024px) {
  .section2 {
    padding-top: 20px !important;
  }

  .section3 {
    margin-top: 40px;
  }

  .section2 .tituloSegundo h1,
  .section3 .tituloTercero h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: left;
    font-weight: 600;
    margin-bottom: 14px;
  }

  .section2 .parrafoSegundo,
  .section3 .parrafoSegundo {
    padding-right: 30px;
  }

  .section2 .parrafoSegundo p,
  .section3 .parrafoSegundo p {
    text-align: justify !important;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .section2 .col-md-6:nth-child(1),
  .section3 .col-md-6:nth-child(1) {
    padding-right: 30px;
  }

  .section2 iframe,
  .section3 iframe {
    margin-top: 10px;
    display: block;
    margin-left: auto;
  }

  .section2 .col-md-6.d-none.d-md-block,
  .section3 .col-md-6.d-none.d-md-block {
    padding-top: 40px !important;
  }
}


@media (max-width: 375px) {

  /* Navbar compacto */
  .navbar {
    padding: 6px 10px !important;
    background-color: white !important;
    /* ajustá si usás otro color */
  }

  .navbar-brand img {
    max-height: 28px !important;
  }

  .navbar-nav {
    gap: 8px !important;
  }

  .navbar-nav .nav-link {
    font-size: 13px !important;
    padding: 4px 8px !important;
  }

  .navbar-toggler {
    padding: 4px 6px !important;
    font-size: 0.9rem !important;
  }

  .navbar-collapse {
    padding-top: 6px !important;
  }

  /* Achicar texto y botones */
  .tituloPrimero {
    font-size: 18px !important;
  }

  .parrafoPrimero {
    font-size: 11px !important;
    margin-top: 20px !important;
  }

  .botonPrimero,
  #btnNatural,
  #btnDelivery {
    width: 85% !important;
    font-size: 14px !important;
    padding: 6px 0 !important;
  }

  #btnVerMas {
    width: 70% !important;
    font-size: 13px !important;
    padding: 6px 0 !important;
  }

  .resaltarTexto {
    font-size: 1.1rem !important;
  }

  .destacado {
    font-size: 1rem !important;
  }

  .logo-redes {
    margin-top: -10px !important;
    gap: 4px !important;
  }

  .contenedor-planes .card {
    flex: 0 0 95%;
  }

  .toast {
    font-size: 11px !important;
    padding: 5px 10px !important;
    max-width: 180px !important;
    top: 35px !important;
  }

  .section2 .tituloSegundo h1,
  .section3 .tituloTercero h1 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }

  .nombre {
    display: none !important;
  }

}