@media (width < 992px) {
    .logo-home {
        width: 250px;
    }

    .hero {
        transform: translateY(25%);
    }

    header {
        min-height: 80vh;
    }

    .style-nosotros {
        margin: 0;
    }


    .style-nosotros .pddg-nosotros {
        padding: 60px 25px 0;
    }

    .style-nosotros h3 {
        font-size: 1.6em;
        text-align: center;
    }

    .style-nosotros .underline {
        width: 80px;
        height: 6px;
        background-color: #18539D;
        margin: 0 auto;
    }

    .style-nosotros p {
        display: inline-block;
        margin: 25px 0 0 0;
        font-size: 1em;
    }

    .style-nosotros li {
        font-size: 1em;
        padding: 0 20px;
    }

    dl, ol, ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .style-nosotros .box-azul-nosotros h3 {
        font-size: 1.3em;
    }

    .style-nosotros .nosotros-img {
        min-height: 35vh;
    }


    .style-experiencia h3 {
        font-size: 1.6em;
        text-align: center;
    }


    .style-experiencia  .underline {
        width: 80px;
        height: 6px;
        background-color: #18539D;
        margin: 0 auto;
    }
    .style-experiencia h4 {
        color: #18539E;
        font-size: 5em;
        margin: -18px;
       
    }

    .style-experiencia p {
        margin: 15px 0;
        text-align: center;
        font-size: 1em;
        line-height: 20px;
    }

    .img-resps {
        height: auto;
        width: 170px;
    }

    .style-piedras-negras .pddg-nosotros {
        padding: 60px 25px 0;
    }

    .style-piedras-negras h3 {
        font-size: 1.6em;
text-align: center;
        padding: 60px 0 0 0;

    }

    .style-clientes .underline {
        width: 80px;
        height: 6px;
        background-color: #18539D;
        margin: 0 auto;
    }

    .style-piedras-negras .underline {
        width: 80px;
        height: 6px;
        background-color: #18539D;
        margin: 0 auto;
    }


.style-piedras-negras p {
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 0.9em;
    padding: 0;
    text-align: justify;
}

.style-forms {
    background-color: #F6F6F6;
    padding: 60px 25px 0;
}

.style-forms h3 {
    font-size: 1.6em;
}

.style-forms .underline {
    width: 80px;
    height: 6px;
    background-color: #18539D;
    margin: 0 auto;
}

.style-forms h4 {
    font-family: '4trueno', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    padding: 8px 0;
    text-align: center;
}

.style-forms label {
    font-family: "2trueno", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1em;
}

.style-forms input, .style-forms textarea {
    background-color: #E5E6E8;
    border-radius: 0;
    border: 2px solid #000000;
    font-size: 1em;
}

.style-forms .ppdg-info-form {
    padding: 60px 25px 0;
}

.style-forms p {
    font-size: 1em;
    text-align: center;
}

.style-forms .underline2 {
    width: 80px;
    height: 6px;
    background-color: #18539D;
    margin: 10px auto;
    margin-top: 15%;
}

body,html{
    overflow-x: hidden;
}

.zisetamicontrad {
    width: 40px;
    margin: 9px 0;

}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    margin: 0 15px 0 0;
}
 }


