.testimonials .item .author img {
    max-width: 55%;
}

.message blockquote {
    font-size: 2em;
}

.message strong > span {
    color: #2C7FB1 !important;
    font-size: 30px;
}

@media all and (max-width: 480px) {
    .message blockquote {
        font-size: 1.2em;
    }

    .message strong > span {
        font-size: 15px;
    }

    .lp-arrow{
        margin-top: -10px !important;
    }
}

@media all and (max-width: 599px) {
    body {
        font-size: 12px;
    }

    #girl_smile {
        max-width: 250px;
    }

    .aparelhos div img {
        max-width: 120px;
        border-radius: 5px;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    }

    .lp-img {  
        border-radius: 6px;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    }

    .lp-arrow{
        margin-top: -10px !important;
    }

    .lp-arrow img{
        max-width: 40px !important;
    }

}

.top_method_2, .white-bot-top_method_2, #testimonials-mobile {
    display: none;
}

#girl_smile {
    max-width: 370px;
}

@media all and (max-width: 969px) {
    #topright-img {
        display: none;
    }

    .top_method_1, #testimonials-desktop {
        display: none;
    }

    .top_method_2, .white-bot-top_method_2, #testimonials-mobile {
        display: block;
    }

    #girl_smile {
        max-width: 250px;
    }

    .row.aparelhos div p {
        font-size: 14px !important;
    }

    .lp-arrow{
        margin-top: -10px !important;
    }

    .lp-arrow img{
        max-width: 40px !important;
    }

}

#topright-img {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 25px;
    padding-top: 50px;
    max-width: 170px;
}

/***/

body {
    font-family: PTSans, sans-serif;
}

strong {
    font-weight: 800;
}

h1, h2, h3, h4, h4, h5, h6 {
    font-family: PTSansNarrow, sans-serif;
    font-weight: 800;
}

.top_method_1 {
    background: url(../bg_blue_curve.png) no-repeat;
    background-size: cover;
    background-position: calc(100% + 100px) -20px;
    background-color: white;
}

.top_method_2 {
    background: #25c1d2; /* For browsers that do not support gradients */
    background: linear-gradient(bottom, #25c1d2 80%, #ffffff 20%); /* Standard syntax */
    background: -o-linear-gradient(bottom, #25c1d2 80%, #ffffff 20%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #25c1d2 80%, #ffffff 20%); /* For Firefox 3.6 to 15 */
    background: -webkit-linear-gradient(bottom, #25c1d2 80%, #ffffff 20%); /* For Safari 5.1 to 6.0 */
    background: -ms-linear-gradient(bottom, #25c1d2 80%, #ffffff 20%); /* For IE */
}

label.radio, label.control-label {
    font-family: PTSansNarrow, sans-serif;
    font-weight: 400;
    margin-left: 20px;
}

.bg-blue-lighter-2 {
    background-color: #eafbfd;
}

form fieldset {
    display: none;
}


.form-group .form-control {
    margin-top: 20px;
    padding: 0 10px !important;
    border: 1px solid #2C7FB1;
}

.form-group label{
    color: #2C7FB1!important;
}

.aparelhos .form-group label{
    font-size: 1.7em;
}


/* OR ELSE jquery validate will be ignored */
.radio label input[type=radio] {
   display: block !important;
}
