/* ==========================================================================
    RESETS
    ========================================================================== */
*:focus,
*:hover,
*:active,
.btn:focus,
.btn:hover,
.btn:active,
a:focus,
a:hover,
a:active {
    outline: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
p {
    margin: 0 0 15px;
}

/* ==========================================================================
    UTILS
    ========================================================================== */
html, body {
    max-width:100%;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
.relative { position: relative; }
.absolute { position: absolute; }
.in-block { display: inline-block; }
.hidden {display: none }
.hidden-sm-up { display: none !important }

.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-45 { margin-bottom: 45px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-bottom-60 { margin-bottom: 60px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }
.margin-bottom-80 { margin-bottom: 80px !important; }
.margin-bottom-90 { margin-bottom: 90px !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-top-80 { margin-top: 80px !important; }
.margin-top-90 { margin-top: 90px !important; }

/* ==========================================================================
    DEFAULTS
    ========================================================================== */
body {

    background: url("/cloud/background_image.jpg") fixed repeat-y #fff;
    background-size: 100% auto;
}
body,
a {
    font-family: 'Helvetica', sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #4A4A4A;
    font-weight: 400;
}
a, a:visited {
    color: #005aab;
}
a:hover {
    text-decoration: none;
    color: #005aab;
}

.container {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Racing Sans One', cursive;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 10px;
}
h1 {
    font-size: 42px;
    line-height: 48px;
}
h2 {
    font-size: 32px;
    line-height: 40px;
}
h3 {
    font-size: 28px;
    line-height: 38px;
    color: #3871CF;
}
h4 {
    font-size: 21px;
    line-height: 27px;
    color: #837E7C;
}

.content {
    background: #fff;
    padding: 15px 20px;
}

.content.black {
    background: #000;
    color: #fff;
}

.content.content-border {
    border: 1px solid #DDDDDD;
}

.navbar {
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
}
.navbar-toggle {
    position: absolute;
    top: 60px;
    right: 20px;
    margin: 0;
    padding: 0;
    border: none;
    background: none !important;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #1b95ff;
}
.navbar-toggle .icon-bar {
    width: 28px;
    height: 5px;
}
.navbar-toggle .icon-bar {
    background-color: #F57223;
}
.navbar-collapse {
    padding: 0px;
}

/* ==========================================================================
    ICONS
    ========================================================================== */
.fa-schedule {
    width: 23px;
    height: 32px;
    float: left;
    background: url("/assets/0b285c5f/images/ico-schedule.png") top center no-repeat transparent;
    background-size: 100% auto;
}

/* ==========================================================================
    BUTTONS
    ========================================================================== */
.btn {
    padding: 14px;
    border-radius: 0px;
}
.btn.btn-white {
    border: 1px solid #F78E1D;
    color: #F78E1D
}
.btn.btn-white .fa-schedule {
    margin-right: 15px;
}
.btn.btn-primary {
    border-color: #356CC6;
    background: #4F84DB;
}
.btn.btn-warning {
    background: #FFB100;
    background-image: linear-gradient(-180deg, #FFB100 0%, #F78E1D 100%);
    border: 1px solid #DE7F19;
    box-shadow: inset 0 2px 0 0 #F89A38;
}
.btn i {
    margin-right: 6px;
}

.alert-success {
    background: #9DD746;
    border-radius: 0px;
    border: 0px;
    color: #4D632B;
}
.alert-success i {
    color: #607C36;
    margin-right: 3px;
}

/* ==========================================================================
    FORM
    ========================================================================== */



/* ==========================================================================
    HEADER
    ========================================================================== */
.list-itens-top {
    font-family: 'Racing Sans One', cursive;
    font-size: 15px;
    color: #DEDEDE;
    text-transform: uppercase;
}
.list-itens-top li {
    display: inline-block;
    position: relative;
}
.list-itens-top li:before {
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: 12px;
    content: "\f06c";
    margin-right: 8px;
    margin-left: 2px;
}
.list-itens-top li:first-child:before {
    display: none;
}

.logo a {
    position: relative;
    display: inline-block;
}
.logo a img {
    max-width: 210px;
    display: inline-block;
}
.logo a span {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    left: 0px;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #fff;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
}

.buttons_header {
    margin: 15px 0 10px;
}
.buttons_header .btn {
    margin-left: 15px;
}
.buttons_header .btn.btn-white {
    font-size: 21px;
    line-height: 31px;
    font-family: 'Racing Sans One', cursive;
}
.buttons_header .btn.btn-primary {
    font-size: 21px;
    line-height: 31px;
    font-family: 'Racing Sans One', cursive;
    color: #fff;
}

.buttons_header .btn.btn-primary:hover, .buttons_header .btn.btn-primary:visited, .buttons_header .btn.btn-primary:focus {
    color: #fff;
}

header a.link-quote {
    font-size: 16px;
    line-height: 20px;
    color: #3871CF;
}
header a.link-quote i {
    color: #3871CF;
    margin-right: 5px;
}

.wrap-navigation {
    width: 100%;
    display: inline-block;
    margin-top: 18px;
    background: #4F84DB;
    border: 1px solid #356CC6;
}
ul.nav li {
    border-right: 1px solid #356CC6;
}
ul.nav li a {
    font-size: 15px;
    line-height: 18px;
    color: #F1F7EE;
    padding: 12px 40px;
    text-transform: uppercase;
}
ul.nav li a:hover, ul.nav li a:focus, ul.nav li a:active {
    background: #356CC6;
}

.lp-banner {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 70px;
}
.lp-banner:before {
    width: 100%;
    height: 100%;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0, 0.4);
}
.lp-banner .banner-content {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 40px 60px;
    text-align: center;
}

.list-badges li {
    margin: 0 6px;
    display: inline-block;
}
.list-badges li img {
    max-width: 96px;
}
.list-badges li img.badge-homeyou {
    max-width: 90px;
}

.lp-banner .banner-content h1 {
    font-family: 'Racing Sans One', cursive;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 25px;
}

.lp-banner .banner-footer {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 0;
    font-family: 'Racing Sans One', cursive;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background: #FFB100;
    background-image: linear-gradient(-180deg, #FFB100 0%, #F78E1D 100%);
    border: 1px solid #DE7F19;
    box-shadow: inset 0 2px 0 0 #F89A38;
}
.lp-banner .banner-footer a {
    font-family: 'Racing Sans One', cursive;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    color: #fff;
}


/* ==========================================================================
    HOMEPAGE
    ========================================================================== */
.content-text h2 {
    margin-top: 40px;
}

.list.list-leaf li {
    padding-left: 35px;
    position: relative;
    margin-top: 25px;
}
.list.list-leaf li:before {
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: 16px;
    content: "\f06c";
    color: #3871CF;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
}

.wrap-coupons {
    width: 100%;
    float: left;
    margin: 30px 0;
    padding: 22px;
    background: #FFB100;
    background-image: linear-gradient(-180deg, #FFB100 0%, #F78E1D 100%);
    border: 1px solid #DE7F19;
    box-shadow: inset 0 2px 0 0 #F89A38;
}
.coupon {
    width: 100%;
    height: 130px;
    float: left;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    background: #2A569C;
    background-image: linear-gradient(0deg, #2A569C 0%, #4F84DB 100%);
    background-image: radial-gradient(50% 100%, rgba(255,255,255,0.50) 0%, rgba(255,255,255,0.00) 97%);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 5px;
}
.coupon:before {
    width: 92%;
    height: 83%;
    margin: 4%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    border: 1px dashed #fff;
}
.coupon span {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #FFF352;
    text-shadow: 0 2px 2px rgba(0,0,0, 0.6);
}
.coupon small {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}


.wrap-cta-select {
    width: 100%;
    float: left;
    margin: 30px 0;
    padding: 22px;
    background: #FFB100;
    background-image: linear-gradient(-180deg, #FFB100 0%, #F78E1D 100%);
    border: 1px solid #DE7F19;
    box-shadow: inset 0 2px 0 0 #F89A38;
}
.wrap-cta-select img {
    height: 52px;
    float: right;
    margin-top: 20px;
}
.wrap-cta-select h3 {
    font-family: 'Racing Sans One', cursive;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    color: #FFFFFF;
}
.wrap-cta-select form.form-quote .form-control {
    width: 318px;
    height: 45px;
    display: inline-block;
    border-radius: 0;
}
.wrap-cta-select form.form-quote .btn.btn-primary {
    padding: 12px 25px;
    font-size: 14px;
    line-height: 19px;
}


.box-services {
    border: 1px solid #DDDDDD;
    margin-bottom: 25px;
}
.box-services .service-content {
    text-align: center;
    padding: 15px;
}
.box-services .service-content h4 {
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #76706E;
}
.box-services .service-content .btn.btn-primary {
    font-size: 12px;
    line-height: 14px;
    color: #F1F7EE;
    padding: 6px 13px;
}


.reviews {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}
.reviews figure {
    height: 34px;
}
.reviews img {
    display: inline-block;
}
.reviews .stars {
    margin: 0 0 4px;
}
.reviews .stars .fa {
    font-size: 21px;
    line-height: 31px;
    color: #999999;
}
.reviews .stars .fa.active {
    color: #FFD100;
}
.reviews .rating {
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
}


.wrap-cta-phone {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    padding: 22px;
    background: #FFB100;
    background-image: linear-gradient(-180deg, #FFB100 0%, #F78E1D 100%);
    border: 1px solid #DE7F19;
    box-shadow: inset 0 2px 0 0 #F89A38;
}
.wrap-cta-phone h3 {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 0px;
}
.wrap-cta-phone p {
    line-height: 18px;
    color: #fff;
    margin-bottom: 0px;
}
.wrap-cta-phone a.phone {
    font-family: 'Racing Sans One', cursive;
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    color: #FFFFFF;
    background: #D87810;
    margin-left: -50px;
    margin-top: 10px;
    padding: 10px 28px;
    display: inline-block;
    border-radius: 100px;
}
.wrap-cta-phone span {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    position: absolute;
    top: 12px;
    right: -42px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
    padding: 4px 40px;
    background: #4F84DB;
    border: 2px solid #356CC6;
}

.faq h3 {
    font-size: 20px;
    line-height: 24px;
    color: #4A4A4A;
    margin-top: 30px;
}

/* SIDEBAR */
.box-sidebar {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.box-sidebar .title {
    width: 100%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    background: #4F84DB;
    border: 1px solid #356CC6;
    font-family: 'Racing Sans One', cursive;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.box-sidebar .description {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px;
    border: 1px solid #E6E6E6;
    border-top: 0px;
}
.box-sidebar .description.blue {
    border-color: #356CC6;
    background: #4F84DB;
}

.form-quote.form-type-3 ul li {
    width: 100%;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 6px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    cursor: pointer;
}
.form-quote.form-type-3 ul li span {
    font-size: 16px;
    line-height: 20px;
    margin-left: 5px;
}
.form-quote.form-type-3 button.btn {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #F1F7EE;
    letter-spacing: -0.6px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.50);
}

.box-sidebar .description .form-arrow {
    height: 118px;
    display: inline-block;
    position: absolute;
    bottom: -25px;
    right: -16px;
}
.box-sidebar .footer {
    width: 100%;
    padding: 15px;
    display: inline-block;
    background: #2A569C;
}
ul.list-secure {
    text-align: center;
}
ul.list-secure li {
    display: inline-block;
    padding: 0 15px;
}
ul.list-secure li img {
    max-height: 50px;
}


.customer-review {
    position: relative;
}
.customer-review:before {
    width: 0;
    height: 0;
    position: absolute;
    top: -22px;
    left: 16px;
    content: "";
    display: inline-block;
    border-bottom: 7px solid #2A569C;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.customer-review img {
    float: left;
    margin-right: 10px;
}
.customer-review span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 6px;
}
.customer-review span .stars i {
    font-size: 14px;
    display: inline-block;
    color: #FFDD75;
}


.business-hours {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px 0;
    border: 1px solid #E6E6E6;
    border-top: 0px;
}
.business-hours div.item {
    width: 100%;
    display: inline-block;
    padding: 5px 20px;
}
.business-hours div.item .weekday {
    width: 50px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}
.business-hours div.item .hours {
    width: 150px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.business-hours div.item .open {
    float: right;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.business-hours div.item.active {
    background: #FFB100;
    background-image: linear-gradient(-180deg, #FFB100 0%, #F78E1D 100%);
    border: 1px solid #DE7F19;
    box-shadow: inset 0 2px 0 0 #F89A38;
}

.business-hours div.item.active .weekday,
.business-hours div.item.active .hours,
.business-hours div.item.active .open {
    color: #fff;
}


ul.list-coverage li {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}
ul.list-coverage li a {
    font-size: 14px;
    line-height: 20px;
    color: #F78E1D;
}


/* ==========================================================================
    FOOTER
    ========================================================================== */
.pre-footer {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    display: inline-block;
    background: #4D4A49;
}
.pre-footer .list-itens-top {
    font-size: 54px;
    line-height: 68px;
    color: #76706E;
}
.pre-footer .list-itens-top li:before {
    font-size: 27px;
    float: left;
    margin-top: 25px;
}

footer {
    width: 100%;
    display: inline-block;
    padding: 30px 20px;
    background: #4F84DB;
}
footer h3 {
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
footer ul.list-coverage li {
    margin-top: 2px;
}
footer ul.list-coverage li a {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

footer p {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}
footer p a.phone {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

footer a.btn.btn-white {
    border-color: #fff;
    color: #fff;
    padding: 8px 14px;
}

.copyright {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #F1F7EE;
}

.mob-fixed-footer {
    display: none;
}


/* ==========================================================================
    WRAP IP
    ========================================================================== */
.content-ip {
    border: 1px solid #DDDDDD;
    padding: 20px;
}
.content-ip h1 {
    color: #3871CF;
}
.content-ip h2.subtitle {
    font-size: 21px;
    line-height: 27px;
    color: #837E7C;
}
.content-ip .description {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #DDDDDD;
}


/* ==========================================================================
    CONTACT
    ========================================================================== */
.description.contact h4 {
    font-size: 21px;
    color: #4A4A4A;
    margin-bottom: 0px;
}
.description.contact .list.list-leaf li:before {
    top: 5px;
    margin-top: 0px;
}
.description.contact .list.list-leaf li {
    padding-left: 30px;
    margin-top: 20px;
}

.form-request-model {
    padding: 15px;
    background: #4F84DB;
    border: 2px solid #356CC6;
}
.form-request-model .form-group {
    position: relative;
}
.form-request-model .form-group input.form-control {
    height: 45px;
    padding-left: 70px;
    border-radius: 0px;
    border: 1px solid #D1D1D1;
}
.form-request-model .form-group label.inside {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 11px 22px;
    background: #E6E6E6;
    border-right: 1px solid #D1D1D1;
}
.form-request-model .form-group label.error {
    font-size: 11px;
    line-height: 13px;
    color: #c61a17;
    margin: 0px;
}
.form-request-model .form-group label i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #000;
}
.form-request-model .form-group textarea.form-control {
    border-radius: 0px;
    border: 1px solid #D1D1D1;
}
.form-request-model button {
    width: 100%;
}





/* ==========================================================================
    RESPONSIVE
    ========================================================================== */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1440px) {

}

@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 1024px) and (min-width: 992px) {

}

@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    body {
        background: #fff;
    }

    .margin-bottom-sm-0 { margin-bottom: 0 !important; }
    .margin-bottom-sm-10 { margin-bottom: 10px !important; }
    .margin-bottom-sm-15 { margin-bottom: 15px !important; }
    .margin-bottom-sm-20 { margin-bottom: 20px !important; }
    .margin-bottom-sm-25 { margin-bottom: 25px !important; }
    .margin-bottom-sm-30 { margin-bottom: 30px !important; }
    .margin-bottom-sm-40 { margin-bottom: 40px !important; }
    .margin-bottom-sm-45 { margin-bottom: 45px !important; }
    .margin-bottom-sm-50 { margin-bottom: 50px !important; }
    .margin-bottom-sm-60 { margin-bottom: 60px !important; }
    .margin-bottom-sm-70 { margin-bottom: 70px !important; }
    .margin-bottom-sm-80 { margin-bottom: 80px !important; }
    .margin-bottom-sm-90 { margin-bottom: 90px !important; }
    .margin-top-sm-0 { margin-top: 0 !important; }
    .margin-top-sm-10 { margin-top: 10px !important; }
    .margin-top-sm-20 { margin-top: 20px !important; }
    .margin-top-sm-25 { margin-top: 25px !important; }
    .margin-top-sm-30 { margin-top: 30px !important; }
    .margin-top-sm-40 { margin-top: 40px !important; }
    .margin-top-sm-50 { margin-top: 50px !important; }
    .margin-top-sm-70 { margin-top: 70px !important; }
    .margin-top-sm-80 { margin-top: 80px !important; }
    .margin-top-sm-90 { margin-top: 90px !important; }

    .text-center-sm { text-align: center !important; }

    .header-we-serve strong {
        display: none;
    }

    .hide-on-sm {
        display: none !important;
    }

    #navbar {
        padding: 0px;
        margin-right: -20px;
        margin-left: -20px;
    }
    #navbar ul.nav li {
        width: 100%;
        display: inline-block;
        border-right: 0px;
        text-align: center;
        border-top: 1px solid #356CC6;
    }
    #navbar ul.nav li:first-child {
        border-top: 0px;
    }

    .mob-tap-price {
        width: 100%;
        position: relative;
        text-align: center;
        padding: 6px 15px 10px;
        display: inline-block !important;
        background: #F78E1D;
        border: 1px solid #DE7F19;
        box-shadow: inset 0 2px 0 0 #F89A38;
        margin-bottom: 10px;
    }
    .mob-tap-price strong {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
    }
    .mob-tap-price a {
        font-family: 'Racing Sans One', cursive;
        font-weight: 400;
        font-size: 32px;
        line-height: 33px;
        color: #fff;
        position: relative;
        display: inline-block;
    }
    .mob-tap-price a:after {
        width: 200px;
        height: 16px;
        content: "";
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -100px;
        display: inline-block;
        border-top: 5px solid #fff;
        border-radius: 50%;
    }
    .mob-tap-price i.fa {
        font-size: 30px;
        line-height: 34px;
        color: #fff;
        position: absolute;
        top: 20px;
        left: 25px;
    }
    .mob-tap-price span {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 16px;
        right: 10px;
        font-family: 'Racing Sans One', cursive;
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;
        color: #fff;
        padding: 7px 6px;
        border-radius: 50%;
        background: #3871CF;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.50);
    }

    .lp-banner .banner-footer {
        display: none;
    }
    .lp-banner {
        overflow: hidden;
        padding: 0px;
    }
    .lp-banner > img {
        max-width: none;
        width: auto;
        height: 250px;
        display: inline-block;
    }
    .lp-banner .banner-content {
        padding: 20px;
    }
    .lp-banner .banner-content h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .wrap-coupons .coupon {
        margin-top: 20px;
    }
    .wrap-coupons .col-md-6:first-child .coupon {
        margin-top: 0px;
    }
    .coupon span {
        font-size: 18px;
        line-height: 23px;
    }

    .wrap-cta-select h3 {
        text-align: center;
    }
    .wrap-cta-select img {
        display: none;
    }
    .wrap-cta-select form.form-quote .form-control {
        width: 100%;
        margin-bottom: 15px;
    }
    .wrap-cta-select form.form-quote .btn.btn-primary {
        width: 100%;
    }

    .box-services {
        text-align: center;
    }
    .box-services img {
        display: inline-block;
    }
    .box-services .service-content h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .box-services .service-content .btn.btn-primary {
        font-size: 18px;
        line-height: 26px;
    }

    .reviews {
        margin-top: 0px;
    }
    .reviews figure {
        width: 45%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .reviews figure img {
        float: left;
    }
    .reviews .stars {
        width: 52%;
        float: right;
        text-align: right;
    }
    .reviews .rating {
        width: 52%;
        float: right;
        text-align: right;
    }

    .wrap-cta-phone {
        width: auto;
        float: none;
        display: block;
        text-align: center;
        margin-left: -20px;
        margin-right: -20px;
    }
    .wrap-cta-phone a.phone {
        margin-left: 0px;
        margin-top: 20px;
    }

    .pre-footer {
        padding: 10px 0;
    }
    .pre-footer .list-itens-top {
        font-size: 24px;
        line-height: 30px;
    }
    .pre-footer .list-itens-top li:before {
        font-size: 13px;
        line-height: 15px;
        margin-top: 8px;
    }

    footer {
        padding: 15px 20px;
        text-align: center;
    }
    footer .col-md-3 {
        margin-bottom: 20px;
    }
    footer img.img-responsive {
        display: inline-block;
    }

    .copyright {
        margin-bottom: 104px;
    }

    .content-ip {
        border: 0px;
        padding: 0px;
    }
    .content-ip .description {
        margin-bottom: 40px;
    }


    .form-request-model {
        margin-bottom: 40px;
    }


    .mob-fixed-footer {
        width: 100%;
        float: left;
        position: fixed;
        bottom: 0px;
        left: 0px;
        text-align: center;
        padding: 10px 15px 15px;
        display: none;
        background: #F78E1D;
        border: 1px solid #DE7F19;
        box-shadow: inset 0 2px 0 0 #F89A38;
    }
    .mob-fixed-footer strong {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        margin-bottom: 10px;
    }
    .mob-fixed-footer a {
        font-family: 'Racing Sans One', cursive;
        font-weight: 400;
        font-size: 32px;
        line-height: 33px;
        color: #fff;
        padding: 6px 20px;
        border-radius: 5px;
        position: relative;
        display: inline-block;
        border: 1px solid #FFFFFF;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 400px) {
    .list-badges li img {
        max-width: 82px;
    }
    .list-badges li img.badge-homeyou {
        max-width: 86px;
    }
}

/* Retina Images */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {


}