@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #001844;
}
.logo {
    max-width: 330px;
    display: block;
    margin-left: -15px;
}

h1 {
    font-size: 3.25em;
    color: #020168;
    font-weight: 700;
}

h2 {
    font-weight: 500 !important;
    font-size: 1.8em;
}

h2.cta {
    color: #020269 !important;
    text-align: center;
}

.container-fluid {
    max-width: 95%;
}

.titulo-servicio {
    max-width: 90%
}

.highlights {
    padding: 0;
    display: flex;
    justify-content: space-around; /* Distribuye el espacio entre los elementos */
    align-content: flex-start;
    align-items: center;
    line-height: 1.25;
}

.highlights p {
    margin: 0;
    text-align: left;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.highlights span  {
    max-width: 70%;
}

.check-icon {
    margin-right: 9px;
    margin-top: -2px;
    width: 35px;
    flex-shrink: 0;            /* Evita que la imagen se reduzca */
    margin-right: 10px;        /* Espacio entre la imagen y el texto */
}

.service-section img {
    border-radius: 50%;
    max-width: 150px;
}

.clock {
    width: 80px !important;
    float: left;
    margin-top: -10px;
}

.click {
    width: 70px;
    vertical-align: bottom;
    margin-bottom: -30px;
    margin-left: -20px;
}


.form-container {
    background: rgba(239, 246, 252, 0.7);
    padding: 20px;
    border-radius: 35px;
    color: #333;
}

#forma-top {
    margin-top: 55px;
}

.form-title {
    position: absolute;
    width: 100%;
    left: 0;
    top: -25px;
    display: flex;
}

.form-container h4 {
    background-color: red;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    margin: 0px auto;
    font-weight: 700 !important;
    line-height: 1 !important;
}
.cta-container h2, .cta-container p {
    color: red;
    font-weight: bold;
}

.cta {
    position: relative;
}

.btn {
    height: 55px !important;
    line-height: 38px !important;
    font-weight: 700;
    padding: 8px 26px;
    border-radius: 10px;
    margin: 0px 10px !important;
    border: none;
    color: #fff !important;
}

.whatsapp {
    background-color: #6ecc54;
}

.whatsapp:hover {
    background-color: #6ecc54db;
}

.email {
    background-color: #01245b;
}

.email:hover {
    background-color: #01388f;
}

.llamar {
    background-color: #01b0f1;
    position: relative;
}

.llamar:hover {
    background-color: #00aad9;
}

.formFooter {
    display: none !important;
}

#JotFormIFrame-1234567890::after {
    content: '';
    display: none;
}

#pointers {
    background-image: url('img/bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: -145px;
    z-index: -1;
    position: relative;
}

#pointers h2 {
    margin-left: 2.5%;
}


#features img {
    max-width: 100px;
}

#features .feature {
    border: 8px solid #03178e;
    padding: 0px 20px;
    border-radius: 26px;
    text-transform: uppercase;
    color: #020269;
    margin-top: -25px;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 120px;
    background: #fff;
}

.feature h4 {
    line-height: 1;
    margin-bottom: -15px;
}

.text-limited {
    max-width: 70%;
    text-align: center;
}

.text-danger {
    color: #fe0100 !important;
    margin-top: 10px;
    font-size: 75px;
}

.industries .col-md-4 h2,
.industries h4,
.industries h3,
.carburacion-cta h2 {
    margin-top: 20px;
}

.industries .col-md-4 h2,
.industries h4,
.industries h3,
.carburacion-cta h2 {
    color: #009;
}

.carburacion-cta {
    max-width: 90%;
    margin: 0px auto;
}

.dot {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
}

.blue {background: #1d009f;}
.red {background: #ff0000;}
.light-blue {background: #00b4ff;}

#cotiza {
    margin: 40px 0px;
}

#cotiza .btn {
    font-size: 40px;
    padding: 20px 30px;
    height: auto !important;
}

#cotiza .click {
    margin: 20px 0px 0px -20px;
    z-index: 1;
}

.display-5 {
    font-size: 2.8rem;
    color: #020269;
    line-height: 1;
}

#contacto-cta a.contacto-link {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#contacto .display-5 {
    width: 70%
}

#contacto-cta h5 {
    margin-bottom: -14px;
    line-height: 1;
    color: #606060;
    margin-left: 5px;
}

#contacto-cta img {
    max-height: 40px;
}

#contacto-cta .location-list {
    color: #606060;
    margin-bottom: 40px;
    line-height: 1.5;
    max-width: 330px;
}

#contacto-cta strong a {
    color: #606060;
}

.list-unstyled {
    position: relative;
    padding-left: 60px;
}

#contacto-cta .location-list:before {
    content: " ";
    background-image: url('img/location.png');
    width: 50px;
    height: 50px;
    float: left;
    position: absolute;
    margin-top: -13px;
    left: 0;
}

#contacto-cta .location-list p:hover {
    text-decoration: underline;
}

#contacto-cta .location-list a {
    display: inline-block;
}

.whats-floating i {
    max-height: 40px;
    line-height: 40px;
}

.whats-floating {
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 40px;
    color: white;
    background: #6ecc54;
    padding: 20px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.whats-floating:hover {
    color: #fff;
    background: #6ecc54db;
}

#contacto-cta #JotFormIFrame-242467892303865 {
    min-height: 630px;
}



.mantenimiento-cta:before {
    content: " ";
    position: absolute;
    background: #fec23a;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -10px;
    top: -10px;
}
.mantenimiento-cta {
    text-align: left;
    width: 601px;
    border: 2px solid;
    padding: 35px 40px;
    box-sizing: content-box;
    position: relative;
}

#cotiza .d-md-flex {
    margin: auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
}

h3.contact-title {
    color: #020269;
}

/* Asegurar que las imágenes tengan un texto alternativo descriptivo */
img[alt] {
    alt: text-decoration;
}
@media (min-width: 769px) {
    h2.entrega {
        text-indent: 20px;
    }

    #pointers h2 {
        font-size: 45px;
    }

    .flama {
        margin-top: -30px;
        height: 80px;
    }

}
/* Estilos para tablets (pantallas con un ancho máximo de 768px) */
@media (max-width: 768px) {
    
    main {
        overflow-x: hidden;
    }
    
    body {
        font-size: 16px;
    }
    .logo {
        max-width: 250px;
    }

    .header-text {
        font-size: 24px;
    }
    .container {
        padding: 0 15px;
    }
    .main-content {
        padding: 20px;
    }

    .titulo-servicio {
        max-height: none;
        margin: 10px auto;
    }

    .highlights {
        justify-content: flex-start;
        align-content: flex-start;
    }

    .highlights p {
        justify-content: flex-start;
    }

    .clock {
        width: 50px !important;
        float: left;
        margin-top: 0px;
        margin-left: -10px;
        margin-right: 15px;
    }

    .click {
        display: none;
    }

    h2.cta {
        font-size: 18px;
    }


    .cta-buttons {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        margin-top: 0 !important;
    }

    .form-title {
        position: relative;
        margin: 0 !important;
        top: 0 !important;
    }


    .btn {
        font-size: 15px;
        padding: 0px 12px;
        line-height: 55px !important;
        margin: 0 !important;
    }

    .btn.llamar:before {
        content: " ";
        position: absolute;
        background: url('img/click.png');
        display: block;
        width: 22px;
        background-size: cover;
        height: 31px;
        top: -12px;
        right: 0;
    }

    .form-container {
        margin-top: 30px;
    }

    .form-title {
        position: relative;
        top: 0 !important;
    }

    .form-container h2 {
        font-size: 32px;
        font-weight: 700 !important;
        line-height: 1 !important;
        width: 100%;
    }

    .check-icon {
        margin-top: -5px;
        width: 20px;
    }

    .industries {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .industries .mr-1 {
        max-width: 35px;
    }

    .flama {
        max-width: 30px;
    }

    #cotiza {
        margin-top: 0;
    }

    .mantenimiento-cta {
        width: auto;
        font-size: 2rem;
    }


    #contacto-cta h5,
    #contacto-cta h3 {
        text-align: center;
    }

}

/* Estilos para móviles (pantallas con un ancho máximo de 480px) */
@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    .logo {
        max-width: 200px;
    }
    .header-text {
        font-size: 20px;
    }
    .container {
        padding: 0 10px;
    }
    .main-content {
        padding: 10px;
    }
    img {
        max-width: 100%;
        height: auto;
    }

    #pointers {
        background-image: linear-gradient(to left, rgba(255, 255, 255, .7) 10%, rgb(255, 255, 255) 100%), url('img/bg.jpg');
        background-size: cover;
        margin-bottom: 0;

    }

    #contacto .d-flex {
        flex-direction: column;
        text-align: center;
    }

    #contacto .display-5 {
        margin-top: 20px;
        font-size: 25px;
    }

    .industries h3 {
        font-size: 1rem;
        margin-top: 15px;
    }

    #features .col-md-4.text-center {
        margin-bottom: 40px;
    }

    #cotiza .btn {
        font-size: 20px;
        padding: 5px 30px;
    }

    #contacto-cta h2 {
        text-align: center;
    }

    #contacto-cta .contact-info {
        text-align: center;
        align-content: center;
        justify-content: center;
    }

    #contacto-cta .list-unstyled {
        margin-top: 30px;
    }

    #contacto {
        padding-bottom: 0 !important;
    }

}
