:root {
    --primary: #3188c0;
    --secondary: #e8e8e8;
    --dark: #000;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-dark {
    color: var(--dark) !important;
}

.text-primary {
    color: var(--primary) !important;
}


.primary {
    background: var(--primary);
    color: #fff;
}

.secondary {
    background: var(--secondary);
    color: #000;
}

section {
    margin: 15px auto;
}

.dark {
    background: var(--dark);
    color: #fff;
}

h2 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0;
}

h3 {
    font-weight: bold;
    font-size: 20px;
}

p {
    font-size: 18px;
}

.active {
    color: #3188c0 !important;
    font-weight: bold;
}

.info-section {
    height: 80px;
}

.info-section a {
    color: #fff;
    text-decoration: none;
}

.menu-section {
    position: relative;
    top: -40px;
    z-index: 10;
}

footer {
    margin-top: 32px;
    background: #3188c0;
    color: #fff;
}

footer img {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
}

footer h3 {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    text-transform: uppercase;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

#notice {
    background-color: #000;
    color: #fff;
    height: 42px;
}

#notice p {
    padding: 4px;
}

.blue {
    color: #3188c0;
    font-weight: bold;
}
#correoOculto {
    position: absolute;
    left: -9999px;
    /* Ocultar el campo de entrada */
}
/* Section: Hero */
.hero-home-section {
    background-image: linear-gradient(rgba(21, 23, 26, 0.6), rgba(21, 23, 26, 0.6)), url('../img/bg/hero_background.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -78px;
    height: 50vh;
}

.hero-home-section h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 48px;
    padding-top: 60px;
}

.hero-home-section img {
    width: 148px;
}


.hero-home-section h1 span {
    color: #3188c0;
}

.hero-home-section h2 {
    font-size: 21px;
    text-transform: initial;
    color: #fff;
}

.btn-primary {
    background-color: #3188c0;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 400;
}

/* Section: Opt */
.opt-section {
    margin-top: -60px;
}

.card a {
    text-decoration: none;
}

.card a:hover {
    text-decoration: none;
}

.card a img {
    display: block;
    width: 35%;
    margin: 0 auto;
    padding-top: 24px;
}

.card-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.card-text {
    text-align: center;
}

/* Section: Us */

.us-section {
    background: #fff;
    color: #000;
}

.us-section h2 {
    text-align: center;
    margin: 30px auto;
}

.us-section h2::after {
    display: block;
    content: "";
    margin: 4px auto 0 auto;
    width: 100px;
    height: 4px;
    background: var(--primary);
}

/* Section: Statistics */

.statistics-section {
    background-image: linear-gradient(rgba(21, 23, 26, 0.6), rgba(21, 23, 26, 0.6)), url('../img/bg/statistics_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    color: #fff;
}

.statistics-section h2 {
    text-align: left;
}

.statistics-section h2::after {
    display: block;
    content: "";
    margin: 4px auto 0 0;
    height: 4px;
    width: 100px;
    background: var(--primary);
}

.statistics-section .fa {
    font-size: 42px !important;
}

.counters {
    padding-top: 80px;
}

.count {
    font-weight: bold;
    font-size: 28px;
}

.count-desc {
    font-size: 14px;
}

/* Section: Customer */

.customers-section h2 {
    text-align: center;
}

.customers-section h2::after {
    display: block;
    content: "";
    margin: 4px auto 0 auto;
    width: 100px;
    height: 4px;
    background: var(--primary);
}

.customers-section img {
    display: block;
    height: 60px;
    margin: 15px auto;
}

/* Section: Gallery */

.gallery-section h2 {
    text-align: center;
}

.gallery-section h2::after {
    display: block;
    content: "";
    margin: 4px auto 0 auto;
    width: 100px;
    height: 4px;
    background: var(--primary);
}

.gallery-section img {
    display: block;
    margin: 15px auto;
}

/* Section: Contact */

.contact-section {
    background: #f6f6f6;
    margin: 0;
}

.contact-section iframe {
    border: 0;
}

.contact-container {
    background: #e8e8e8;
    padding: 24px;
}

.contact-section h2 {
    text-align: center;
}

.contact-section h2::after {
    display: block;
    content: "";
    margin: 4px auto 0 auto;
    width: 100px;
    height: 4px;
    background: var(--primary);
}

.contact-section h3 {
    width: 62%;
    margin: 14px auto;
    text-align: center;
}

#contact-form button {
    width: 100%;
}

/* Company */
.hero-company-section {
    margin-top: -108px !important;
}

.hero-company-section {
    background-image: url('../img/bg/company_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 50vh;
}

.hero-company-section h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 58px;
    padding-top: 122px;
}

.hero-company-section h1 span {
    color: #3188c0;
    ;
}

.hero-company-section h2 {
    font-size: 21px;
    text-transform: initial;
    color: #fff;
}

/* Conveyors */
.hero-conveyors-section {
    margin-top: -108px !important;
    background-image: url('../img/bg/conveyors_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 50vh;
}

.hero-conveyors-section h1 {
    margin: 0 auto;
    width: 60%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 58px;
    padding-top: 200px;
    text-align: center;
}

.hero-conveyors-section h1 span {
    color: #3188c0;
    ;
}

.hero-conveyors-section h2 {
    font-size: 21px;
    text-transform: initial;
    color: #fff;
}

/* values-section */

.knowus-section {
    background: #fff;
    color: #000;
}

.knowus-section h2 {
    text-align: center;
    margin: 30px auto 0 auto;
    padding-bottom: 15px;
}

.knowus-section h2::after {
    display: block;
    content: "";
    margin: 4px auto 0 auto;
    width: 100px;
    height: 4px;
    background: var(--primary);
}

.knowus-section h3 {
    margin-bottom: 36px;
    text-align: center;
}

/* Values Section */

.values-section {
    background: #3188c0;
    color: #fff;
}

.values-section img {
    width: 10%;
    margin: 12px;
}

.values-section h3 {
    font-size: 28px;
    padding: 32px;
    text-align: center;
    text-transform: uppercase;
}

.values-section p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 80px;
}

.conveyor-gallery-section {
    margin-top: 32px !important;
}

@media (max-width: 767.98px) { 

    h1 { display: none;}

    .statistics-section {
        height: 365px;
    }

    .counters {
        padding: 40px 0;
        text-align: center;
    }
}

/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
  }
  
  /*Estilos solo al icono whatsapp*/
  .whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
  }
  
  /*Estilos con animation contorno respirando*/
  @keyframes breathe {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  
  /*Estilos de animacion del icono latiendo*/
  @keyframes beat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }