@media only screen and (max-width: 767px){

    .form {
        margin: 10px 0 27px;
        padding: 15px 10px;
    }

    .form label {
        font: 14px/20px Avenir-light;
    }

    .form .radio-wrap {
        margin-bottom: 6px;
    }

    .form .info {
        margin: 10px 0;
    }

    .form .info ul li {
        font: 14px/20px Avenir-light;
    }

    .form .fields-wrap .row {
        grid-gap: 10px;
    }

    .form .fields-wrap input:not([type="checkbox"]), .form .fields-wrap input:not([type="radio"]), .form .fields-wrap select {
       font: 14px/20px Avenir-light;
        padding: 10px 15px;
    }

    .form .fields-wrap .row .w50:nth-child(1) {
        grid-column: 1/7;
    }

    .form .fields-wrap .row .w50:nth-child(2) {
        grid-column: 1/7;
    }

    .form .fields-wrap .row .w33:nth-child(2) {
        grid-column: 1/7;
    }

    .form .fields-wrap .row .w33:nth-child(3), .form .fields-wrap .row .w33.elem3 {
        grid-column: 1/7;
    }

    .content-section .btn.type01 {
        font: normal 14px/20px Avenir-Heavy;
        padding: 9px 24px;
        width: 100%;
        margin: 10px 0;
    }

    #sec02 header h2 {
        margin-top: 15px;
        padding: 0 30px 0 0;
        width: 100%;
    }

    #sec02 header .text {
        display: block;
        padding: 20px 0 0px 0px;
        width: 100%;
    }

    #sec02 .content-wrap:first-child{
        background: none;
    }

    #sec02 .image-wrap {
        margin-top: 0px;
    }

    .test-wrap{
        margin-top:40px;
    }

    .question-wrap{
        padding:0 20px;
    }

    .accordion > .btn-toggle {
        background: url(../../img/icons/icon-arrow_down-01.svg) no-repeat center right 15px #88BA08;
        padding: 10px 40px 10px 14px;
    }

    .accordion.type02 > .btn-toggle {
        padding: 10px 40px 10px 14px;
    }

    .tabs header button {
        min-height: 80px;
        vertical-align: top;
    }

    .image-wrap img{
        max-width: 100%;
    }

    #modelo_3d {
        margin-top: 15px;
    }

    #modelo_3d img{
        width: 100%;
    }

    .accordion .accordion-content {
        padding: 20px 0 0;
    }

    .accordion.type02 .btn-toggle h3 {
        font-size: 16px;
        line-height: 22px;
    }

    #sec02 .content-wrap:first-child {
        margin-bottom: 20px;
    }

    .lists-wrap .list {
        border-left: 0;
        border-bottom: 4px solid #88BA08;
        padding: 0 20px;
        width: 100%;
        margin-bottom: 30px;
    }

    .content-section .background {
        padding: 30px 10px 0px;
    }

    .content-section .background ul {
        display: block;
        text-align: center;
    }

    .content-section .background li {
        padding: 0 5px 20px;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .17);
        border-right: 0;
    }

    #sec06 .content-wrap {
        margin-top: 25px;
    }

    .content-section .content-main {
        width: 100%;
    }

    #sec05 .content-main > aside h3 {
        font: normal 20px/23px Avenir-Heavy;
        left: 0;
        padding-bottom: 15px;
        position: relative;
        top: 0px;
        width: 100%;
    }

    #sec05 .content-wrap:nth-child(2){
        margin-top: 20px;
    }

    #sec05 .content-main > aside {
        margin-bottom: 0px;
    }

    .pdf-list ul li {
        margin-bottom: 20px;
    }

    .form .fields-wrap .row .w33:nth-child(1) {
        grid-column: 1/7;
    }

    .form fieldset {
        margin-bottom: 6px;
    }

    .form legend {
        font: 16px/22px Avenir-heavy;
        padding-bottom: 5px;
    }

    #sec06 .content-wrap ul {
        margin-top: 22px;
    }

    #sec06 .content-wrap li {
        display: block;
        width: 100%;
    }

    #sec06 .content-wrap li a {
        font: normal 14px/20px Avenir-Light;
        padding: 0px 10px;
    }

    #sec06 .content-wrap li a:before {
        display: inline-block;
        height: 48px;
        margin-right: 21px;
        width: 48px;
        background-size: 28px;
    }

    .content-section h2 {
        font: normal 21px/22px Avenir-Heavy;
        margin-bottom: 15px;
        padding: 0 0px;
    }

    #sec04 .content-wrap {
        padding: 20px 10px;
    }

    .faq button {
        font: 14px/20px Avenir-Medium;
    }

    .faq dd{
        padding: 0 20px;
    }

    .faq dd img {
        max-width: 100%;
    }

    .content-section .background .text {
        padding-right: 0px;
    }


}


@media only screen and (max-width: 760px){

    #sec02 .results-wrap{
        padding:0 50px;
    }

    .results-wrap a.btn{
        line-height: 36px!important;
        width: auto!important;
    }

}


@media only screen and (max-width: 425px){

    #sec02 .results-wrap{
        padding:0 10px;
    }

}