:root {

    /* Definições de cores*/
    --secundaryColor: #db0e0a;
    --generalColor: #ffffff;
    --textColor: black;
    --primaryColor: #1200dc;
    --formColor: #f4f4f4;
    --primaryligthColor: #71b3f5;
    --darkprimariColor: #09006b;
    --darksecubraryColor: #3b0302;
    --colorRGB: 1, 0, 22;
    --colorRGBSC: 219, 14, 10;


    /* Definições de espaçamentos*/


    /* Definições de tamanhos de Letras*/

    --fontLarge: 40px;
    --fontTitleMedium: 25px;
    --fontParagraf: 15px;
    --fontSpace: 20px;

}

* {
    font-family: 'Times New Roman', Times, serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;

}

.cotar {
    display: block;
    padding: 10px 20px;
    font-size: 20px;
    color: var(--generalColor);
    background-color: var(--secundaryColor);
    border-radius: 10px;
    border: 1px solid var(--secundaryColor);

}

.cotar span {
    text-align: center;
}



.cotar:hover {
    background-color: #870907;
    border-radius: 10px;
    border: 1px solid #870907;
    font-weight: bold;
}


/*Inicio do Styler Do menu e header*/

header {
    display: flex;
    justify-content: center;
    height: 130px;
    align-items: center;
    justify-content: center;
    background-color: #efeff1;


}


.container_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #efeff1;
    position: fixed;
    top: 0;

}

.brand {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 200px;


}

.menu {
    display: flex;
    align-items: center;
    flex: 2;
    justify-content: center;
    color: var(--primaryColor);

}

.menu_bar {
    display: flex;
    margin: auto;
    width: 100%;

    align-items: center;
    justify-content: center;


}

.menu_bar a {
    padding: 10px 12px;
    margin: 5px;
    font-size: 17px;
    align-items: center;
    width: 100px;
    text-decoration: none;


}

.menu_bar a:hover {
    background-color: var(--secundaryColor);
    color: var(--generalColor);
    border-radius: 10px;

}

.barnav {
    display: inline;
    width: 100%;
    padding: 14px;


}

.barnav_rigth {
    display: block;
    float: right;
    border-radius: 5px;
    font-weight: bold;
    color: var(--secundaryColor);
    margin-right: 40px;
    text-align: center;

}

.barnav_rigth a {
    text-align: center;
    padding: 14px;
}

.subnav {
    margin-top: 2px;
    display: none;
    position: absolute;
    justify-content: baseline;
    z-index: 1;
    text-align: center;


}

.subnav a {

    margin-bottom: 0px;

}

/*

.subnav a:first-child {
    border-left: 2px solid var(--secundaryColor);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.subnav a:last-child {
    border-right: 2px solid var(--secundaryColor);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
    */

.active {
    background-color: var(--secundaryColor);
    color: var(--generalColor);
    border-radius: 10px;
}


#brand {
    height: 100%;

}

.brand a {
    height: 100%;
    justify-content: center;
}

/*Fim do Styler Do menu e header*/

.container {
    display: flex;
    justify-content: center;
    width: 90%;


}

.form_quote_insurance {
    display: flex;
    justify-content: center;
    margin: auto;
    color: var(--darkprimariColor);
}



.container_colum {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.button_submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
}

.button_form {
    border: none;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 0px 10px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: var(--primaryColor);
    color: var(--generalColor);
    border-radius: 10px;
    width: 150px;
    height: 50px;
}

.button_form:hover {

    font-weight: bold;


}

.text_call {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    color: var(--formColor);
    margin: 10px 20px;
}

.text_call h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.text_call p {
    font-size: 17px;
    color: var(--generalColor);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 10px;

}

.button_call {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
    width: 150px;
}

.button_call span {
    margin-top: 10px;
    color: var(--generalColor);
    text-align: center;
}

nav ul,
nav li {

    list-style: none;
    margin: 10px;
    padding: 0;
    font-size: 20px
}

nav ul {
    display: flex;

}


nav a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 65%;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 2px;
}

nav a:hover,
nav .active a {

    background-color: rgba(var(--colorRGBSC), 0.5);
    color: white;

}

.sub-menu {
    display: none;
}

.sub-menu a {
    color: black;
    background-color: white;
    text-decoration: none;
    width: 95%;

}


#insurance:hover {
    display: block;

    .sub-menu {
        display: flex;
        font-size: 15px;

    }

    .ul_sub_menu {
        display: flex;
        flex-direction: column;
        width: auto;



    }

    .sub-menu a {
        color: black;
        background-color: var(--formColor);
        text-decoration: none;
        padding-left: 0px;


    }

    .ul_sub_menu a:hover {
        background-color: rgba(var(--colorRGBSC), 0.5);
        color: white;
    }

}

#banner {
    display: flex;
    justify-content: center;
    background-image: url(../img/RASTREAMENTO.png);
    background-position: center;
    background-size: cover;
    height: 570px;
}

#banner1 {
    display: flex;
    justify-content: center;
    background-image: url(../img/Rastreamento_Veicular.png);
    background-position: center;
    background-size: cover;
    height: 570px;
}

#banner_seguro_vida {
    display: flex;
    justify-content: center;
    background-image: url(../img/seguro_vida_baner.png);
    background-position: center;
    background-size: cover;
    height: 570px;
}

.colorback {
    height: 100%;
    width: 100vw;
    background: linear-gradient(to right, rgba(241, 217, 217, 0.2), rgba(228, 73, 73, 0.5));
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;

}

.column {
    display: flex;
    flex-direction: column;
}

.textBanner {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-end;

}

.textBanner h1 {
    color: var(--formColor);
    font-size: 50px;
    text-shadow: 0px 2px 0px #000;
    margin: 0;
    padding: 0;
    max-width: 400px;


}

.textBanner h2 {
    color: white;
    font-size: 25px;
    text-shadow: 0px 2px 0px #000;
    margin: 0;
    padding: 0;
    max-width: 400px;
    margin-top: 10px;
}

.cardsBanner {
    height: 150px;
    display: flex;
}

.banner_area1,
.banner_area2,
.banner_area3 {
    flex: 1;
    color: white;
    padding: 10px;
}

.banner_area1 {
    border-top-left-radius: 10px;
}

.banner_area3 {
    border-top-right-radius: 10px;
}

.banner_area1 {
    background-color: rgb(113, 179, 245);
}

.banner_area2 {
    background-color: rgb(48, 92, 250);
}

.banner_area3 {
    background-color: rgb(86, 3, 253);
}

.banner_title {
    font-size: 20px;

}

.decriprion_banner {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.cardsBanner a {

    display: inline-block;
    border: 1px solid white;
    color: white;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
}

.cardsBanner a:hover {

    border: 1px solid var(--primaryColor);
    font-weight: bold;
}


.call {

    display: block;
    justify-items: center;
    padding-bottom: 20px;
    padding-top: 20px;

}

.call_rast {
    display: block;
    justify-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: var(--primaryColor);

}

.form {
    display: flex;
    justify-content: center;
    justify-items: center;
    background-color: var(--formColor);

    border: 1px solid #98989a;
    border-radius: 20px;
    width: 90%;
    box-shadow: 2px 2px 30px #98989a;
    color: var(--primaryColor);

}

.tituloFild {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;

}

.tituloFild h3 {
    padding-bottom: 0px;
    margin: 20px 20px;
}


.cota {
    display: flex;

    justify-content: center;
    align-content: center;

}


.inputs {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.inputs label {
    margin-right: 20px;
    margin-left: 5px;
    padding-right: 10px;
    font-size: 20px;

}

#moto,
#car {
    width: 20px;
    height: 20px;

}

.box_text {
    padding-left: 20px;
    margin: 10px;
    border-radius: 10px;
    border: 2px solid var(--primaryColor);
    height: 30px;

}


.sec_card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin: 20px 5px;
}

.card_area {
    display: flex;
    flex-direction: row;
    width: 90%;
    align-items: center;

}

.card {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    flex: 1;
    height: auto;
    align-items: center;

}

.card p {
    font-size: 90%;
    justify-content: center;
    color: var(--secundaryColor);
    font-style: bold;
    text-align: center;
}

.icon_card {
    width: 30%;
    align-content: flex-start;
    margin-top: 20px;
}

.card img {
    width: 60px;



}

.icon {
    justify-content: flex-start;
    width: 30%;
}

.card_text {
    margin: 0px 20px;
    display: flex;
    flex-direction: column;
    font-size: 20px;


}

.card h2 {
    color: var(--primaryColor);
    margin: 10px;
    font-size: 24px;
    text-align: center;


}

.link_areas {
    display: flex;
    flex-direction: column;

    margin-top: 20px;
    padding-top: 10px;
    background-color: var(--formColor);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;


}

.container_link {

    justify-content: center;

}

.link_areas h2 {
    flex: 2;
    color: var(--primaryColor);
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
    margin: 10px 10px 10px 0px;


}

.container_link p {
    font-size: 25px;
    color: var(--secundaryColor);
    font-style: bold;
    text-align: center;
    padding: 10px;
}

.card_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card_link {
    display: flex;
    flex-direction: column;
    margin: 20px 10px;
    justify-items: center;
    align-content: center;
    flex: 3;

}

.card_quad {
    background-color: var(--generalColor);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: 10px;
    padding: 20px;

}

.card_quad p {
    color: var(--secundaryColor);
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    margin: 5px;
}

.icon_link img {
    width: 50px;
    height: 50px;
    justify-content: flex-start;
}

.icon_top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.icon_top img {
    height: 60px;
    width: 60px;
    margin-right: 5px;
}


.icon_link {
    display: flex;
    justify-items: center;
    height: auto;
    margin: 20px 20px 20px 0px;
    width: 70px;
    height: 70px;
    align-items: center;
}

.link_list {
    display: flex;
    align-items: center;

}

.card_link img {
    height: 30px;
    margin-right: 5px;

}

.card_link p {
    padding: 0px;
}

.cart_quad {
    display: flex;

}

.button_cota {
    display: flex;
    justify-content: center;
    margin: 20px 20px 0px 20px;
    text-decoration: none;
}

.button_cota a {
    text-decoration: none;
}

.oferta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    align-self: center;
}


.oferta_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;



}

.oferta_text p {
    font-size: 22px;

}

.oferta_text li {
    font-size: 20px;
    list-style: none;
}

.oferta_img img {

    max-height: 60%;
    width: auto;
}

.oferta_text li::before {

    content: '➡️';
    margin-right: 5px
}


.oferta_text p,
li {
    color: var(--secundaryColor);
    margin: 10px 0px;

}


#general_content {
    display: flex;
    justify-content: center;

}

#content_area {
    flex: 2;
}

#aside_content {
    flex: 1;
}

.widget_bady {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.widget_bady li {
    list-style: none;
    text-align: justify;
}

.widget_bady a {
    text-decoration: none;

}


.widget_service {
    width: 250px;
    padding: 20px;

}


.widget_title {
    margin: 20px;
}

.widget_title_text {
    color: var(--primaryColor);
    font-size: 21px;
    font-weight: bold;
}

.widget_title_bar {
    width: 50px;
    height: 2px;
    background-color: var(--primaryColor);
    margin-top: 15px;
    margin-bottom: 20px;
}

article .servce_content {
    display: flex;

}

article .service_name {
    background-color: var(--primaryColor);
    border: solid 2px var(--primaryColor);
    color: var(--generalColor);
    padding: 10px;
    font-size: 12px;
    margin-right: 4px;
    width: 80px;
    text-align: center;
    align-content: center;
}

article .service_type {
    border: solid 2px var(--primaryColor);
    padding: 10px;
    font-size: 12px;
    width: 140px;
    text-align: center;
    height: 52px;
    align-content: center;
    text-transform: uppercase;

}


.service_thumbnail {

    margin-left: 10px;
}

.img_service_thumbnail {
    width: 100%;
    height: auto;
}

article .service_title {
    margin-top: 25px;
    margin-bottom: 25px;
    color: var(--textColor);
    font-size: var(--fontTitleMedium);

}

article .servce_description {
    font-size: var(--fontParagraf);
    color: var(--textColor);
    line-height: var(--fontSpace);
}

.footer {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--primaryligthColor);
    color: var(--primaryColor);


}

.contact p {
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
    font-size: 17px;

}

.places p {
    display: flex;
    flex-direction: column;
    margin: 10px;
    font-size: 17px;
}


.icon.footer {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.conteudo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--generalColor);
}

.footer div {

    flex: 1;
    min-width: 250px;
    margin: 20px;
    padding: 20px;

    border: 1px solid white;

}

.footer div h2 {
    font-weight: bold;
    font-size: 21px;
}

#titulo {
    font-weight: bold;

    margin-top: 10px;
}

.conteudo {
    font-size: 17px;
    color: var(--generalColor);
}

.atalhos,
.contact,
.places {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.atalhos ul {
    margin: 15px;
}


.atalhos li {
    color: white;
    list-style: none;
    margin: 10px;

}

.atalhos li::before {
    content: "➤";
    color: var(--primaryColor);
    margin-right: 5px;
}

.widget_bady span {
    font-weight: bold;
    color: var(--primaryColor);
}

.copyright {
    justify-self: center;
}

.mobile_menu2 {
    display: none;



}

.form_line {
    display: flex;
    border: solid 02px var(--darksecubraryColor);
    align-items: center;
    justify-content: space-evenly;
    margin: 5px 0px 5px 0px;
    border-radius: 10PX;
    padding: 10px 0px 10px 0px;


}

.form_line label {
    margin-right: 0px;
    padding-right: 0px;
}

.form_line input,
.form_line select {
    margin: 5px 5px;
    border: solid 1px var(--darksecubraryColor);
}


.input_box {
    display: inline;
    width: 100%;
    margin: 0px 10px 0px 10px;
}

.input_box ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;

}

.input_box li {
    color: var(--darkprimariColor);
}

@media (width < 1030px) {

    .cardsBanner {
        height: 200px;
    }


    .sec_card {
        height: 500px;
    }

}


/*Menu 2 inicio*/

.header_menu2 {
    display: flex;
    height: auto;
    overflow: hidden;
    position: sticky;
    top: 0;

}



.container_menu2 {
    display: flex;
}

.nav_menu2 {
    display: flex;
    width: 90%;
    justify-content: right;
}

.menu2 {
    display: flex;
    margin-top: 10px;
    width: 90%;


}

.menu2 ul {
    align-items: start;
    justify-content: right;
}

.brand_top {
    width: 90px;

    align-self: start;
    margin-left: 20px;

}



.nav_menu2 .mobile_menu2 {}

.mobile_menu2 img {
    display: none;

}



.menu_list {
    display: flex;

}

.menu_list {
    align-items: center;
    width: inherit;


}

.has_children {
    margin-bottom: 0px;
    justify-content: left;
}

.has_children ul {
    margin: 0px;
    justify-items: center;

}

.menu_list li {
    width: 150px;
    overflow: hidden;
    text-align: center;
}

.subMenu_list,
.subMenu_list_product {
    display: none;




}



.subMenu_list li,
.subMenu_list_product li {
    margin: 0px;
    padding: 0px;
    border-top: solid 1px #09006b;

}

.subMenu_list a,
.subMenu_list_product a {
    text-align: center;
    padding: 0px;
    padding: 10px 0px 10px 0px;

}





@media (width < 1024px) {

    .header_menu2 {
        height: auto;

    }



    .container_menu2 {
        display: flex;


    }

    .nav_menu2 {
        display: flex;
        flex-direction: column;
        justify-content: right;
        height: auto;



    }

    .menu2 {
        display: none;
        margin-top: 10px;

        justify-items: right;
        overflow: hidden;

    }

    .brand_top {
        width: 90px;
        
        margin-left: 20px;


    }



    .nav_menu2 .mobile_menu2 {
        display: block;
        align-content: center;
        justify-items: right;
        width: auto;
        height: 80px;
        margin-right: 20px;
        text-align: right;



    }

    .spanMenu {
        color: var(--primaryColor);
        font-size: small;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .mobile_menu2 .mobile_open_img {
        display: block;
        width: 30px;
        height: 30px;
        border: solid 1px var(--primaryColor);


    }

    .mobile_menu2 .mobile_close_img {
        display: none;
        width: 30px;
        height: 30px;
        border: solid 1px var(--primaryColor);
    }

    .mobile_menu2 img:active {
        transform: translateY(2px);
        /* Cria o efeito de "afundar" */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        /* Adiciona uma sombra sutil */
    }

    .menu_list {
        display: flex;
        flex-direction: column;
        width: inherit;
    }

    .menu_list {
        align-items: center;

    }

    .menu_list li {
        border-top: solid 1px #09006b;
        width: 90%;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;

    }

    .menu_list li:last-child {
        border-bottom: solid 1px #09006b;
    }

    .subMenu_list li:last-child, .subMenu_list_product li:last-child {
        border-bottom: 0px;

    }


}

/*Menu 2 fim*/

@media (width < 1000px) {

    .container_menu {
        width: 100vw;
        height: auto;

    }

    .menu {
        display: flex;
        overflow: hidden;
        justify-content: right;


    }

    .menu_bar {
        display: flex;
        justify-content: right;



    }

    .menu_bar a {
        width: auto;
        justify-content: left;

    }

    .barnav {
        display: none;
        width: 250px;
        flex-direction: column;
        margin-top: 20px;

        text-align: left;


    }

    .subnav {

        flex-direction: column;
        position: relative;
        height: auto;
        border: none;

    }

    .subnav a {

        border: none;

    }



    .barnav a {
        width: auto;
        margin-left: 0px;

    }

    .mobile_menu {
        display: flex;
        width: 20%;
        height: 120px;
        justify-content: center;
        align-items: center;

        position: fixed;
        top: 0;

    }

    .mobile_menu img {
        width: 40px;
        height: 40px;
        margin: 20px;

    }

    .mobile_menu img:active {
        transform: translateY(2px);
        /* Cria o efeito de "afundar" */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        /* Adiciona uma sombra sutil */
    }

    .barnav_rigth {
        margin: 0px 10px;
        padding-left: 0px;
        justify-content: center;

    }

    /*
    nav {
        display: flex;
        width: 80%;
        justify-content: right;
        text-align: right;

    }

    nav ul {
        display: block;
    }

    nav li {
        font-size: 15px;
    }
    */


    #banner1,
    #banner {
        height: 400px;
    }

    .cardsBanner {
        display: none;

    }

    .textBanner {
        height: auto;
        margin: 0px;
        justify-content: end;
    }

    #banner {
        display: flex;
        justify-content: center;
        background-image: url(../img/RASTREAMENTO.png);

    }

    .call {

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .inputs {
        display: flex;
        flex-direction: row;
        font-size: 17px;

        margin: 10px;
    }


    .card_area {

        flex-direction: column;
    }

    .card_quad {

        width: 80%;
        margin: 10px;
        padding: 10px;

    }

    .oferta {
        flex-direction: column;
    }

    .oferta_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .oferta_img img {

        width: 80%;

    }

    .container {
        flex-direction: column;
    }

    .cota {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
    }

    .tituloFild {
        margin: 10px 0px;

    }

    .form h3 {
        font-size: 20px;
        text-align: center;
    }

    .inputs2 {
        display: flex;
        justify-content: center;
    }

    .box2 {
        display: flex;
        flex-direction: column;
    }

    .textBanner h1 {
        font-size: 30px;
    }

    .textBanner h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .form_line {
        flex-wrap: wrap;


    }

}