@media all and (max-width: 1024px) {
    #contact-form-container form#torradosContactsForm .fieldset-big-group {
        flex-direction: column;
        max-width: 420px;
        margin: 0 auto;
    }
    #contact-form-container form#torradosContactsForm .fieldset-group {
        width: 100%;
    }
    #contact-form-container form#torradosContactsForm .fieldset-group .form-group {
        padding-right: 0;
        margin-bottom: 30px;
    }
    #contact-form-container form#torradosContactsForm .fieldset-group .form-group input {
        border-radius: 0 !important;
    }
    #contact-form-container form#torradosContactsForm select {
        min-width: 100%;
    }
    #contact-form-container form#torradosContactsForm .select2-container--default {
        width: 100% !important;
    }
    #contact-form-container form#torradosContactsForm .fieldset-button {
        margin-top: 30px;
    }
    #contact-form-container form#torradosContactsForm .fieldset-button .buttonSubmit input {
        border-radius: 20px;
    }
}
@media all and (max-width: 767px) {
    #blockBanner .groupBanner .itemBanner .row-fluid .col-right {
        display: none;
    }
    #page-1 #details-pages-content .field-page-brands .row-fluid {
        max-width: 550px;
    }
    #page-1 #details-pages-content .field-page-brands .row-fluid .col-span-4 {
        width: calc(50% - 30px);
    }
    #details-circular-coffee-program-content .block-bg-wrapper {
        background: none;
    }
    #details-circular-coffee-program-content .block-four-wrapper .row-fluid {
        flex-direction: column;
    }
    #details-circular-coffee-program-content .block-four-wrapper .row-fluid .column-left {
        width: 100%;
        max-width: 450px;
    }
    #details-circular-coffee-program-content .block-four-wrapper .row-fluid .column-left .field-title {
        text-align: center;
    }
    
    #details-circular-coffee-program-content .block-four-wrapper .row-fluid .column-left .field-lead {
        text-align: center;
    }
    
    #details-circular-coffee-program-content .block-four-wrapper .row-fluid .column-right {
        width: 100%;
        margin-top: 30px;
    }
    #details-circular-coffee-program-content .block-four-wrapper .row-fluid .column-right .field-image img {
        opacity: 1;
    }
}
@media all and (max-width: 420px) {
    #page-1 #details-pages-content .field-page-brands .row-fluid .col-span-4 {
        width: calc(100% - 30px);
    }
    #details-grow-sustainable-content .block-logo-nestle svg {
        width: 170px; max-width: 100%;
    }
    #details-grow-sustainable-content .block-middle-content {
        background-image: url('../images/banner_trator_mobile.png');
        max-height: 620px; min-height: 620px;
    }
    #details-grow-sustainable-content .block-middle-content .field-body {
        width: 100%; max-width: 320px;
        padding-top: 85px;
    }
    #details-grow-sustainable-content .block-middle-content .field-body p {
        font-size: 19px;
        line-height: 23px;
    }

    #details-grow-sustainable-content .block-footer-content .field-title span {
        font-size: 28px;
        line-height: 32px;
    }
    #details-grow-sustainable-content .block-footer-content .field-pillars-sustainability .desktop-pillars {
        display: none;
    }
    #details-grow-sustainable-content .block-footer-content .field-pillars-sustainability .mobile-pillars {
        display: block;
        margin-top: 50px;
    }
    #details-grow-sustainable-content .block-footer-content .field-pillars-sustainability .mobile-pillars .mobile-footer .mobile-footer-logo svg {
        width: 170px; max-width: 100%;
    }
}