@media only screen and (max-width: 767px) {

  .inicio {
    display: none; /* Oculta la imagen en dispositivos móviles */  
  }

  body {
    font-size: 20px;
  }

  /* Navegación */
  .navbar.navbar-style-two {
    position: relative;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 224, 253)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-light .navbar-nav {
    background-color: black;
    padding: 20px;
    margin-top: 5px;
  }

  .navbar-light .navbar-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }

  /* main */

  .main-banner {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-image {
    text-align: center;
    margin-top: 15px;
  }

  .main-circulos-container{
    display: none;
  }

  .banner-image img {
    max-width: 75%;
  }

  .circulo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
  }

  .negocio-section,
  .packs-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .service-card,
  .pack-card {
    margin-bottom: 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-title {
    padding-bottom: 75px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .section-title .back-text {
    top: -38px;
    font-size: 75px;
  }
  .section-title::before {
    height: 40px;
  }
  .navbar.navbar-style-two {
    position: relative;
  }
  .navbar.navbar-style-three {
    margin-top: 0;
  }
  .navbar-light .navbar-toggler {
    padding: 3px 10px;
    outline: 0;
    border-color: black;
    border-radius: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-light .navbar-nav {
    background-color: black;
    padding: 20px;
    margin-top: 5px;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .navbar-light .navbar-nav .nav-item .nav-link {
    display: inline-block;
    color: #ffffff;
  }
  .navbar-light .navbar-nav .nav-item .nav-link::before {
    background: #ffffff;
  }
  .navbar-light .navbar-nav .nav-item:last-child {
    padding-bottom: 0;
  }
  .navbar-light.transparent-navbar .navbar-toggler {
    border-color: #ffffff;
  }
  .navbar-light.transparent-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-light.transparent-navbar.is-sticky .navbar-toggler {
    border-color: #000000;
  }
  .navbar-light.transparent-navbar.is-sticky .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-light.transparent-navbar.is-sticky .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
  .navbar-light.transparent-navbar.is-sticky .navbar-nav .nav-item .nav-link::before {
    background: #ffffff;
  }
  .main-banner {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .bg-dark-color {
    padding-top: 0px;
    background-color: black;
  }
  .main-banner-content {
    text-align: center;
  }
  .main-banner-content .title {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .main-banner-content .title::before {
    display: none;
  }
  .main-banner-content .title h5 {
    margin-bottom: 6px;
    -webkit-transform: unset;
            transform: unset;
    color: #000000;
  }
  .main-banner-content .title h1 {
    -webkit-transform: unset;
            transform: unset;
    color: white;
    font-size: 35px;
  }
  .main-banner-content p {
    margin-top: 10px;
    line-height: 0px;
  }
  .banner-image {
    margin-top: 30px;
    text-align: center;
  }
  .main-banner-image {
    margin-top: 30px;
  }
  .main-banner-image::before {
    left: 70px;
    width: 80%;
  }
  .main-banner-image img {
    max-width: 75%;
  }
  .background-image-banner {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .contact-info {
    text-align: center;
  }
  .contact-info h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .contact-info h3:not(:first-child) {
    margin-top: 20px;
  }
  .contact-info .contact-info-list li {
    font-size: 15px;
  }
  .contact-info .social li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .contact-info .social li a i::before {
    font-size: 13px;
  }
  #contactForm {
    margin-top: 30px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 35px;
  }
  .section-title .back-text {
    top: -54px;
    font-size: 100px;
  }
    
  .main-banner-content .title {
    padding-left: 30px;
  }
  .main-banner-content .title h5 {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .main-banner-content .title::before {
    left: -67px;
  }
  .main-banner-content .title h1 {
    font-size: 39px;
  }
  .contact-info h3 {
    margin-bottom: 15px;
    font-size: 21px;
  }
}

