body {
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}
h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 1em;
}
h2, h3 {
    font-size: 1.8em;
}
h3{
    color:#2275ff !important;
}
p {
    font-size: 1.1em;
}
.relative-images {
    position: relative;
    height: 600px;
    max-width: 550px;
    margin: auto;
}
.relative-images img {
    position: absolute;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
.img1 {
    top: 15%;
    left: 1%;
    width: 40%;
    /* transform: rotate(-11deg); */
    z-index: 1;
}
.img2 { top: 10%;left: 45%;width: 50%; }
.img3 {
    top: 52%;
    left: 1%;
    width: 40%;
    /*transform: rotate(9deg);*/
}
section{
    padding: 40px 20px;
    margin: auto;
}
section p{
    font-size: 20px;
}

.triangle-divider {
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom right, transparent 50.5%, #f8f9fa 50%) bottom right white;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.triangle-divider-inv {
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom left, transparent 50.5%, #f8f9fa 50%) bottom left transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -60px;
}

.triangle-arrow {
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom right, transparent 50.0%, white 51%) bottom right, linear-gradient(to bottom left, transparent 50.0%, white 51%) bottom left, #2275ff;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

.punteado{
    background-image: radial-gradient(circle, #666 1.8px, transparent 1px);
    background-size: 20px 20px;
    padding: 60px 0;
    background-color: white;
    position: absolute;
    top: -3%;
    width: 236px;
    z-index: -1;
    left: -122px;
}

.punteado2 {
    background-image: radial-gradient(circle, #666 1.8px, transparent 1px);
    background-size: 20px 20px;
    padding: 120px 0;
    background-color: white;
    position: absolute;
    width: 236px;
    z-index: -1;
    right: -42px;
    bottom: -30px;
}

.servicio .boton-cta {
    padding: 5px !important;
    width: 150px;
    margin: auto auto 0px auto;
}
@media screen and (max-width: 767px) {
    .boton-cta {
        padding: 10px 30px !important;
    }
}
.boton-cta {
    display: inline-block;
    padding: 15px 30px !important;
    font-size: 18px;
    color: white;
    background-color: #2275ff !important;
    border-radius: 5px !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.gallery-section {
    padding: 40px 0;
}

.gallery-img {
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 576px) {
    .gallery-img {
        margin-bottom: 20px;
    }
}

.benefits-section {
    padding: 60px 20px;
    background-color: #2275ff  !important;
}

.benefits-img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    border-radius: 8px;
    margin-bottom: 20px;
}

.benefits-img:hover {
    transform: scale(1.05);
}

ul.list-unstyled {
    font-size: 1.1em;
    line-height: 1.8;
}

ul.list-unstyled i {
    margin-right: 10px;
    font-size: 35px;
}

.pricing-plan {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-plan:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.pricing-plan h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ff9900;
}
.pricing-plan .price {
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0;
    color: #333;
}
.btn-primary {
    background-color: #ff9900;
    border-color: #ff9900;
    padding: 10px 30px;
    font-size: 18px;
}
.badge-success {
    background-color: #28a745;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
}
 
.card-title{
    margin-top: 20px;
}

#faq .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    cursor: pointer;
}
#faq .card-header:hover {
    background-color: #e9ecef;
}
#faq .card-body {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
}
.btn-link {
    font-size: 18px;
    color: #333;
    text-decoration: none;
}
.btn-link:hover {
    text-decoration: none;
    color: #ff9900;
}
.toggle-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}
.collapse.show .toggle-icon {
    transform: rotate(45deg); /* Cambia el ícono a "–" cuando se expande */
}

#contactForm .form-control {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
}

#contactForm button {
    background-color: #ff9900;
    border-color: #ff9900;
    padding: 10px 30px;
    font-size: 18px;
    color: white;
    border-radius: 5px;
}

#contactForm button:hover {
    background-color: #e68a00;
    border-color: #e68a00;
}

.content{
    max-width: 1200px;
    margin:auto;
}

/* Header */
header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand {
    color: #ff9900 !important;
}

.nav-link {
    color: #333 !important;
}

.nav-link:hover {
    color: #ff9900 !important;
}

/* Hero Section */
#hero {
    background: url('hero-bg.jpg') no-repeat center center/cover;
    text-align: center;
    padding: 40px 20px;
}

#hero .hero-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

#hero .hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.btn-primary {
    background: #ff9900;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.btn-primary:hover {
    background: #e65b50;
}

/* Features Section */
#features {
    padding: 60px 20px;
    text-align: center;
}

.feature {
    margin: 0px;
}

.feature h3 {
    color: #364D94;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 10px;
}

/* How It Works Section */
#how-it-works {
    background: #f7f7f7;
    padding: 60px 20px;
    text-align: center;
}

.step {
    margin: 0px;
}

.step h3 {
    color: #ff6f61;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 10px;
}

/* Industries Section */
#industries {
    padding: 60px 20px;
    text-align: center;
}

.industry {
    margin: 20px;
}

.industry h3 {
    color: #ff9900;
    font-size: 22px;
    margin-bottom: 10px;
}

/* Benefits Section */
#benefits {
    background: #f7f7f7;
    padding: 60px 20px;
    text-align: center;
}

#benefits ul {
    list-style: none;
    padding: 0;
}

#benefits ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Pricing Section */
#pricing {
    padding: 60px 20px;
    text-align: center;
}

.pricing-plan {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 0px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.pricing-plan h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pricing-plan p {
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-secondary {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.btn-secondary:hover {
    background: #555;
}

/* Testimonials Section */
#testimonials {
    background: #f7f7f7;
    padding: 60px 20px;
    text-align: center;
}

blockquote {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
}

blockquote p {
    font-size: 18px;
    margin-bottom: 10px;
}

blockquote cite {
    display: block;
    font-size: 16px;
    color: #999;
}

/* FAQ Section */
#faq {
    padding: 60px 20px;
    text-align: center;
}

.accordion .card {
    margin-bottom: 10px;
}

.accordion .card-header {
    cursor: pointer;
}

.accordion .card-body {
    text-align: left;
}

/* Contact Section */
#contact {
    background: #f7f7f7;
    padding: 60px 20px;
    text-align: center;
}

form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 5px;
}

form label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    background: #ff9900;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background: #e65b50;
}

/* WhatsApp Button */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 50px;
    height: 50px;
}

/* Footer */
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.footer-content p {
    margin: 0;
}

.wFloatingChat {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    bottom: 50px;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 25%);
    position: fixed;
    right: 15px;
    z-index: 9999;
      width:50px;
  }

  .wFloatingChat {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    bottom: 50px;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 25%);
    position: fixed;
    right: 15px;
    z-index: 9999;
	width:50px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    #features .row, #how-it-works .row, #industries .row, #pricing .row, #testimonials .row {
        flex-direction: column;
        align-items: center;
    }

    .feature, .step, .industry, .pricing-plan, blockquote {
        max-width: 100%;
    }

    .relative-images {
        margin-bottom: -150px;
        max-width: 350px;
        height: 400px;
    }

    .punteado{
        display: none;
    }

    .punteado2{
        display:none;
    }
}
@media (max-width: 767px){
    .arreglo-mobile{
      width: 100% !important;
    }
  
      .hidden-xs {
          display: none !important;
      }
      .fondofabrica{
          background: url(../img/porquenoselijen2.jpg);
          background-size: 170vh;
          background-position: right bottom;
          background-attachment: fixed;
      }
      
      .mw-50vw{
          max-width:unset;
      }
  }
  @media (min-width: 768px) and (max-width: 991px){
      .hidden-sm {
          display: none !important;
      }
      .fondofabrica {
          background: url(../img/porquenoselijen2.jpg);
          background-size: 170vh;
          background-position: right bottom;
          background-attachment: fixed;
      }
  }
  
  @media (min-width: 992px) and (max-width: 1199px){
      .hidden-md {
          display: none !important;
      }
      .fondofabrica {
          background: url(../img/porquenoselijen2.jpg);
          background-size: 170vh;
          background-position: right bottom;
          background-attachment: fixed;
      }
  }
  
  @media (min-width: 1200px){
      .hidden-lg {
          display: none !important;
      }
  }

  .contact-section {
    background-color: #f8f8f8;
    padding: 60px 20px;
}

.contact-section h1 {
    margin-bottom: 20px;
}

.contact-section p {
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
}

#contactForm {
    max-width: 800px;
    margin: 0 auto;
}

.form-control {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #00a5bf;
    box-shadow: 0 0 8px rgba(0, 165, 191, 0.3);
}





@media (max-width: 768px) {
    .form-control {
        padding: 12px;
        font-size: 14px;
    }
    
    .btn-primary {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.accordion>.card>.card-header {
    margin-bottom: 0;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 1px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
}

/*Whatsapp*/

#whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
}

#whatsapp-button {
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#whatsapp-expansion {
    background-color: white;
    color: #333;
    border-radius: 30px 0 0 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 0;
    height: 50px;
    overflow: hidden;
    opacity: 0;
    transition: width 0.4s ease, opacity 0.4s ease;
    white-space: nowrap;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    bottom: 25px;
    position: fixed;
    right: 50px;
    z-index: -1;
    text-align: left;
    border: lightgray 1px solid;
}

#whatsapp-expansion p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.visible {
    width: 285px !important;
    opacity: 1 !important;
}

