body,
html {
    overflow-x: hidden;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ddd;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ddd;
}

* {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2 {
    font-weight: 700;
}

header {
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

header .logo img {
    max-width: 160px;
}

header.bg-white {
    background-color: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

header.bg-white .logo img {
    max-width: 120px;
}

.header-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header.bg-white .phones a,
header.bg-white .phones {
    color: #0085ad;
}

.logo img {
    transition: 0.2s ease all;
}

.phones {
    color: white;
    text-align: center;
}

.phones ul li {
    display: inline-block;
}

.phones a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: 0.3s ease all;
    margin-right: 20px;
}

.phones a span {
    font-family: Arial, Helvetica, sans-serif;
}

.phones span.number {
    padding-top: 20px;
}

.phones span.ddd {
    margin-right: 5px;
}

.phones .number .label,
.phones .number .provider {
    display: block;
}

.phones .digits {
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
}

.phones ul {
    margin: 0;
    padding: 0;
}

.phones .label {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.phones .provider {
    text-align: center;
}

.phones li {
    margin-right: 15px;
}

.phones i {
    font-size: 25px;
    margin-left: 5px;
}

.phones a:hover {
    color: #3dbc2f;
}


/* HERO SECTION */

.hero-section {
    background-image: url('../images/bg-hero-section.jpg');
    background-size: cover;
    width: 100%;
    min-height: calc(100vh - 60px);
    padding-top: 150px;
    margin-bottom: 230px;
}

.hero-grafismo {
    position: absolute;
    right: 0;
    bottom: -200px;
    z-index: 1;
    bottom: 2;
}


/* HERO FORM */

.hero-form {
    position: relative;
    z-index: 2;
}

.hero-form h2 {
    margin-top: 20px;
    color: white;
    text-align: center;
}

#recaptcha_validation.error {
    display: inline-block!important;
}

#recaptcha_validation {
    height: 0;
    position: absolute;
    width: 0;
    opacity: 0;
}

.hero-form .form-control {
    border-radius: 0;
}

.hero-form .form-wrapper {
    background: transparent;
    padding: 10px 15px;
}

.form-button {
    width: 100%;
    border: none;
    background: linear-gradient(90deg, #72b940, #5d9947);
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease all;
    cursor: pointer;
    margin-top: 1rem;
    text-align: center;
    border-radius: 10px;
}

a.form-button {
    text-decoration: none;
    display: block;
}

a.form-button:hover {
    color: white;
}

.form-button:hover {
    background-color: #0085ad;
}

.hero-form .form-group {
    margin-bottom: 0.5rem;
}

label.error {
    color: #edea0a;
    margin-bottom: 0;
}

.hero-form .form-control {
    border: 2px solid #6db4f1;
    border-radius: 5px;
    background: transparent;
    color: white;
    margin-bottom: 10px;
}

.hero-form .form-control.error {
    border: 2px solid #edea0a;
}

.hero-form .form-control.valid {
    border: 2px solid green;
}

.hero-form #message {
    min-height: 150px;
}

.hero-form .form-info {
    margin-top: 10px;
    font-size: 13px;
}

.hero-form .form-info i {
    margin-right: 5px;
}

.hero-section h1 {
    color: white;
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.hero-description {
    color: white;
}

.hero-description h2 {
    font-size: 35px;
    font-weight: 700;
}

.hero-benefits {
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0;
    text-align: center;
}

.hero-benefits li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
}

.hero-benefits .hero-benefit {
    width: 300px;
    min-height: 200px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease all;
    margin-bottom: 1rem;
    border-radius: 20px;
    border: 3px solid #3dbc2f;
    text-align: center;
    padding: 5px;
    float: left;
}

.hero-benefit h3 {
    font-size: 20px;
}

.hero-benefit img {
    margin-top: 10px;
    margin-bottom: 5px;
}

.hero-benefit .hero-orcamento {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}


/* REPAIR BENEFITS SECTION */

.repair-benefits-section {
    padding: 3rem 0;
}

.repair-benefits-section h2 {
    text-align: center;
    font-weight: 700;
    display: block;
    width: 100%;
    color: #0085ad;
}

.benefit {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease all;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 20px;
}

.benefit:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.benefit:hover .benefit-icon {
    background-color: #2fa13c;
}

.benefit .benefit-icon {
    border-radius: 50%;
    background-color: #0085ad;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.2s ease all;
}

.benefit h3 {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    margin: 1rem 0;
}

.benefit .benefit-icon i {
    color: white;
    font-size: 30px;
}

.benefits-description {
    padding: 2rem;
}


/* REPAIR SECTION */

.repair-description {
    display: flex;
    align-items: center;
}

.repair-section {
    padding: 5rem 0;
    color: #0085ad;
}

.repair-section h2 {
    font-size: 25px;
}


/* PAYMENT */

.payment-form img {
    max-width: 200px;
    margin: 0 auto;
}

.payment-form .col-lg-4 {
    margin-bottom: 3rem;
}

.payment-form h3 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 30px;
}


/* OTHERS */

.promo-site a {
    text-decoration: none;
    color: #222;
}

.promo-site span {
    margin-right: 10px;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}


/* TOP NAV */

.top-nav {
    text-align: center;
    z-index: 4;
    padding-top: 10px;
}

.top-nav a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 18px;
}

.top-nav a i {
    margin-right: 5px;
}

.top-nav .info {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
}


/* GREEN BUTTON */

.green-button {
    width: 100%;
    border: none;
    background: linear-gradient(90deg, #3dbc2f, #2b9b3e);
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease all;
    cursor: pointer;
    margin-top: 1rem;
    text-align: center;
    border-radius: 5px;
}

a.green-button {
    text-decoration: none;
    display: block;
}

a.green-button:hover {
    color: white;
}

.green-button:hover {
    background: #0085ad;
}


/* FOOTER */

footer {
    margin-top: 5rem;
    padding: 5rem 0;
    background-color: #0085ad;
    color: white;
}

footer .promo-site a {
    text-decoration: none;
    color: white;
}


/* SERVICES */

.services-section {
    padding: 5rem 0;
}

.services-section a {
    text-decoration: none;
    color: white;
}

.services-section .service-image {
    width: 100%;
    height: 315px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.services-section .service {
    background-color: #0085ad;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.2s ease all;
}

.services-section .service:hover {
    background: #2fa13c;
}

.services-section .service h2 {
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 25px;
    margin-bottom: 0;
}

.services-section h2 {
    color: #0085ad;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;
}


/* LOADING */

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #0085ad;
    border-color: #0085ad #caeeff #caeeff #caeeff;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* BRANDS SECTION */

.brands-section {
    margin: 5rem 0;
}

.brands-section h3 {
    font-size: 30px;
    color: #0085ad;
    text-align: center;
    font-weight: 700;
}

.brands-section .col-lg-12 {
    text-align: center;
}

.brands-section img {
    max-width: 100%;
}


/* WHATSAPP BUTTON */

.btn-whatsapp-wrapper {
    position: fixed;
    left: 20px;
    bottom: 20px;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
}

.btn-whatsapp-wrapper:hover {
    text-decoration: none;
}

.btn-whatsapp-logo {
    width: 80px;
    height: 80px;
    background-color: #10b418;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}

.btn-whatsapp-logo i {
    font-size: 45px;
    color: white;
}

.btn-whatsapp-logo:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(14, 193, 67, 0.8);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -webkit-animation: ping 0.3s ease-in-out infinite both;
    animation: ping 0.3s ease-in-out infinite both;
}

.btn-whatsapp-content {
    background: #10b418;
    padding: 10px;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    position: absolute;
    width: 250px;
    bottom: 10px;
    left: 60px;
}

@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes ping {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@media(min-width: 1023px) and (max-width: 1025px) {
    .hero-grafismo {
        display: none;
    }
    #recaptcha-element {
        transform-origin: 0 0;
        transform: scale(.843);
    }
}

@media(max-width: 1023px) {
    #recaptcha-element {
        transform-origin: 0 0;
        transform: scale(.843);
    }
    header .phones a {
        color: #0085ad;
    }
    header {
        position: relative;
        padding-bottom: 10px;
    }
    .hero-benefits li {
        margin-right: 0;
    }
    .hero-section h1 {
        text-align: center;
        font-size: 25px;
    }
    .header-wrapper {
        display: block;
    }
    .phones ul li {
        display: block;
    }
    .logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .hero-section {
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .repair-benefits-section h2 {
        font-size: 25px;
    }
    .repair-description-wrapper h1 {
        text-align: center;
        margin: 2rem 0;
        font-size: 30px;
    }
    .repair-section .repair-description {
        margin-bottom: 20px;
    }
    .hero-grafismo {
        display: none;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .hero-benefits .hero-benefit {
        margin-right: 10px;
    }
    .hero-section {
        margin-bottom: 0;
    }
    .services-section {
        padding: 0;
    }
}

@media(max-width: 400px) {
    .hero-benefits .hero-benefit {
        width: 250px;
    }
}