/*
Theme Name: GoLock Seguros
Theme URI: http://www.conquistaweb.com/
Description: Tema utilizado para o portal Pontual
Author: Julio Cesar Correia
Author URI: http://www.conquistaweb.com
Tags: green, two columns, widgets
Version: 1.0

 The CSS, XHTML and design is released under GPL:

http://www.opensource.org/licenses/gpl-license.php

*/
body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    font-size: 62.5%;
    background-color: #FFF;
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #656565;
}

img {
    border: 0px;
}

a:link, a:active, a:visited {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #0099FF;
    text-decoration: none;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


/*fim do clearfix*/
img, picture, video, embed {
    max-width: 100%;
    height: auto;
}

/*start*/
header {
    background-color: #008aff;
}
.header_disk{ color: #FFF; font-size: 0.9rem; }
.header_disk a { color: #FFF; font-size: 0.9rem; }
.header_disk a:hover{ color: #CCC}

.header-cta-btn {
    background-color: #FFF !important;
    color: #008aff !important;
    font-weight: bold !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    font-size: 0.9rem !important;
    border: 2px solid #FFF !important;
    transition: all 0.3s ease;
}

.header-cta-btn:hover {
    background-color: #008aff !important;
    color: #FFF !important;
    border-color: #FFF !important;
}

.sociais_top a i {
    color: #FFF;
    transition: color 0.3s ease;
    font-size: 1.7rem;
}

.sociais_top a:hover i {
    color: #CCC;
}

.row.mt-2.mb-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_disk {
    text-align: left;
}

.sociais_top {
    text-align: right;
}


.nav-item a {
    color: #FFF;
    font-size: 1.8em;
    letter-spacing: normal;
    /*padding-left: 1vw !important;*/
}

.menu-item-18 {
    background-color: #FFF;
    border-radius: 15px;
    color: #008aff;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
    margin-left: 15px;

}

.menu-item-18 a {
    color: #008aff;
}

.menu-item-18:hover {

    background-color: #3f3e3e;
}

.menu-item-18 a:hover {
    color: #FFFF;
}

.navbar-nav {
    --bs-nav-link-padding-y: 0
}

.slider {
    max-width: 100%;
    background-color: #FFF;
    margin-top: 0px;
}

.image_slider img {
    max-width: 100%;
    height: auto;
    display: block;
}

.linha-separadora {
    width: 1px;
    height: 70px;
    border-left: 2px solid white;
    margin: 25px 15px 0 25px;
}



.overlay {
    position: absolute;
    top: 7vh;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;
    padding: 20px;
    text-align: center;
    width: 80%;
    max-width: 600px;
}

.cote_slider a{ background-color: #008bff; border-color: #008bff; font-size: 2rem; color: #FFF; font-weight: bold; border-radius: 25px; }

.conheca {
    margin-top: 50px;
}

.conheca .tit {
    color: #008aff;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 70px;
}

.perguntas {
    margin-top: 50px;
    width: 80%;
}

.accordion-body {
    font-size: 0.8rem;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    text-align: left;
    padding-left: 0;
}

.accordion-button::after {
    /* Ícone padrão (fechado) */
    background-image: none;
    font-family: "Font Awesome 6 Free";
    content: "\2b";
    /* Ícone "plus-circle" */
    font-weight: 900;
    order: 1;
    margin-left: auto;
    transition: transform 0.3s ease;
    /* Adiciona uma transição suave */
}

.accordion-button.open::after {
    /* Ícone quando aberto */
    content: "\f068";
    /* Ícone "minus-circle" */
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
}


.accordion-item {
    border: 2px solid #656565;

    margin-bottom: 10px;

}

.accordion-button:focus {
    outline: none;

    box-shadow: none;
    background-color: white;
}

.accordion-body {
    padding-left: 0;
}


.accordion-button:not(.collapsed) {
    background-color: white;

}

/* Accordion highlight animation for anchor links */
.accordion-highlight {
    animation: highlightPulse 2s ease-in-out;
    border-color: #008aff !important;
    box-shadow: 0 0 20px rgba(0, 138, 255, 0.5);
}

@keyframes highlightPulse {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(0, 138, 255, 0.1);
    }
}


.grid {
    width: 100%;
    height: 120px;
    background-image: url("images/bg_grid.png");
}


.diferenciais {
    width: 100%;
    min-height: 300px;
    background-image: url("images/bg_diferenciais.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.diferenciais .tit {
    text-align: center;
    font-size: 3.2rem;
    color: white;
    padding-top: 70px;
    font-weight: bold;
    margin-bottom: 50px;
}

.dif_item {
    background-color: #FFF;
    border-radius: 15px;
    padding: 15px 15px 15px 15px;
    font-size: 1rem;
    color: #008bff;
    margin-bottom: 15px;

}

.dif_item:hover {
    background-color: #9c9b9b;
    color: #FFF;
}

.dif_item i {
    font-size: 4rem;
}

.btn_cotar {
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn_cotar a {
    background-color: #fff;
    border-color: #FFF;
    border-radius: 20px;
    color: #008bff;
    font-weight: bold;
}

.dif_logo {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px;
}


.garantia {
    width: 100%;
    margin-top: 100px;

}

.garantia .tit {
    font-size: 2.8rem;
    color: #008bff;
}


.garantia .tit .dias {
    font-size: 1.5em;
    font-weight: bold;
    color: #008bff;
}

.garantia .txt {
    font-size: 1rem;
    width: 50%;
    color: #3f3e3e;
    padding-top: 15px;
}

.garantia .txt_2 {
    font-size: 2rem;
    color: #008bff;
    padding-top: 25px;
    font-weight: bold;
}

.dif_logo {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.btn_conheca {
    margin-top: 40px;
    margin-bottom: 40px;

}

.btn_conheca a {
    background-color: #008bff;
    border-color: #008bff;
    border-radius: 20px;
    color: #FFF;
    font-weight: bold;
}

.depoimentos {
    width: 100%;
    background-color: #008bff;
    padding-bottom: 80px;

}

.depoimentos .tit {
    color: #FFF;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 80px;
    padding-bottom: 50px;
}

.depo_container {
    width: 100%;

    max-width: 200px;

    aspect-ratio: 1 / 1;

    border-radius: 50%;

    overflow: hidden;

    display: inline-block;

}

.depo_img {
    width: 100%;

    height: 100%;

    object-fit: cover;

}

.item_depo {
    background-color: #FFF;
    width: 90%;
    border-radius: 7px;
    margin-left: 5%;
    padding: 15px;
}

.depo_tit {
    font-size: 1.1rem;
    color: #008bff;
    font-weight: bold;
    padding-top: 12px;
}

.depo_star i {
    color: #ffd15b;
    font-size: 0.8em;
    margin-top: -10px;
}

.depo_txt {
    font-size: 1rem;
    color: #3f3e3e;
}

/* Efeito ao passar o mouse */
.item_depo:hover {
    background-color: #3f3e3e;
}

.item_depo:hover .depo_tit,
.item_depo:hover .depo_txt {
    color: #FFF;
    /* Muda a cor do texto ao passar o mouse */
}

.item_depo:hover .depo_star i {
    color: #FFF;
    /* Muda a cor das estrelas ao passar o mouse */
}

.corretor {
    width: 100%;
    height: auto;
    background-image: url("images/bg_corretor.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}

.corretor .square {
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px;

}

.corretor .tit {
    color: #008bff;
    font-size: 2.5rem;
}

.corretor .txt {
    color: #000000;
    font-size: 1rem;
    margin-top: 20px;
}

.btn_corretor {
    margin-top: 70px;
    margin-bottom: 10px;

}

.btn_corretor a {
    background-color: #008bff;
    border-color: #008bff;
    border-radius: 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.2rem;

}

footer {
    background-color: #008aff;
    /*text-align: center;*/
    padding-top: 150px;
    padding-bottom: 150px;
    color: #FFF;
}

.footer-about {
    color: #FFF;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.sociais {
    padding-top: 0px;
}

.sociais .tit {
    font-size: 1rem;
    font-weight: 100;
    color: #FFF;
}

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

.sociais li {
    list-style: none;
    display: inline;
    margin-right: 15px;
}

.sociais a {
    color: #FFF;
    font-size: 2rem;
}

.sociais a:hover {
    color: #000;

}

.copy {
    font-size: 0.8rem;
    margin-top: 80px;
    color: #FFF;
    font-weight: bold;
}

.copy a {
    color: #FFF;
    font-weight: bold;
}

.copy a:hover {
    color: #000;
}

/* WhatsApp Button */
.wa-container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.wa-button {
    text-align: right;
}

.wa-img {
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
}

.wa-img2 {
    display: block;
    width: 100%;
    max-width: 50px;
    height: auto;
}

/* Mobile Fixed CTA Button */
.mobile-fixed-cta {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-fixed-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 70px;
        z-index: 999;
        padding: 12px 15px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    }

    .mobile-fixed-cta .btn {
        width: 100%;
        background-color: #008bff;
        border-color: #008bff;
        color: #FFF;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 12px 20px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 139, 255, 0.3);
    }

    .mobile-fixed-cta .btn:hover {
        background-color: #0070cc;
        border-color: #0070cc;
    }
}



.footer_tit{ font-size: 2em; margin-bottom: 6px}
.footer_list ul{ margin: 0; padding: 0; }
.footer_list ul li{ list-style: none; font-size: 1rem; margin-bottom: 6px}
.footer_list ul li a{ color: #FFF; text-decoration: underline}
.footer_list ul li a:hover{ color: #9c9b9b}
/*formulario*/



.footer_list2 ul{ margin: 0; padding: 0; }
.footer_list2 ul li{ list-style: none; font-size: 1rem; margin-bottom: 6px}
.footer_list2 ul li a{ color: #FFF; }
.footer_list2 ul li a:hover{ color: #9c9b9b}

.form_cotee {
    border-color: #000000;
}

#campo-nao-sei-placa, #campo-chassi, #campo-gnv {
    font-size: 1rem;
}

.btn_cote {
    margin-top: 20px;
    margin-bottom: 60px;
}

/* Estilizando o spinner */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
    /* Começa invisível */
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*----------------------------------------------------------
Media Queries <<<<<=========================================
----------------------------------------------------------*/

/*
1200px � Desktops, notebooks com monitores widescreen
***********************************************************/

@media screen and (min-width: 960px) {
    .desktop {
        display: none;
    }
}

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



@media screen and (max-width:1030px) {
    body {
        font-size: 0.6vw;
    }

    .menu-item-18 {


        padding-right: 10px;
        padding-left: 10px;

    }
}



/*
960px � Tablets no formato paisagem e alguns monitores mais antigos
***********************************************************/
@media screen and (max-width:960px) {}

/*
768px � Tablets no formato retrato, como o iPad
***********************************************************/
@media screen and (max-width:768px) {}



/*
480px � Smartphones no formato paisagem com tela pequena
***********************************************************/
@media screen and (max-width:480px) {

    .mobile {
        display: none;
    }

    body {
        font-size: 62.5%;
    }

    .conheca .tit {
        font-size: 2rem;
        margin-top: -50px;
        text-align: center;
    }

    .perguntas {
        width: 100%;
    }

    .diferenciais .tit {
        font-size: 1.5rem;
    }

    .dif_item {

        font-size: 0.9rem;

    }

    .dif_item i {
        font-size: 2rem;
    }

    .dif_logo {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 15px;
    }

    .dif_logo img {
        width: 30%;
    }

    .garantia .tit {
        font-size: 2rem;


    }


    .garantia .tit .dias {
        font-size: 1.5em;
    }

    .garantia .txt {
        font-size: 1rem;
        width: 98%;
        padding-top: 25px;
        text-align: justify;
    }

    .garantia .txt_2 {
        font-size: 1.5rem;
        padding-top: 25px;

    }

    .corretor .tit {
        font-size: 1.5rem;
    }

    .corretor .txt {
        font-size: 0.8rem;
    }

    .btn_corretor {
        margin-bottom: 50px;
        margin-left: 25%;
    }

    .menu-item-18 {

        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;

    }


    /*
320px � Smartphones no formato retrato com tela pequena
***********************************************************/
    @media screen and (max-width:320px) {}
}