@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --primary-color: #2BA64F;
    --secundary-color: #8AAB4F;
    --secundary-color-hover: gainsboro;
    --tertiary-color: #00adaa;
    --tertiary-color-hover: #007876;
    --white-color: #fff;
    --black-color: #363536;
}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #000000; /* Branco */
    color: #FEFEFE; /* Preto */
}
.bg-dark{
    background-color: #000000;
}
.bg-gray{
    background-color: gainsboro;
    color: #000000;
}
header {
    background-color: #354f52; /* Verde musgo */
    color: #FEFEFE; /* Branco */
    padding: 20px;
    text-align: center;
}
nav {
    background-color:#ffffff; /* Verde escuro */
    color: black;
    text-align: center;
    padding: 10px;
}
nav ul {
    color: black;
    text-decoration: none;
}
nav ul :hover {
    color: #49A259 !important;
    background-color:#F8F9FA !important;
}
.li1 li:hover,
.li1 a:hover {
    border-radius: 0.25rem;
    text-decoration: none;
}
footer {
    background-color: #8AAB4F; /* Verde musgo */
    color: #FEFEFE; /* Branco */
    text-align: center;
    padding: 10px;
}

/* btn1 Botão Coberturas (seg_auto) */
.btn1{
    background-color: #8AAB4F; 
    border: 2px solid rgb(43, 66, 33);
}
.btn1 a{
    text-decoration: none; 
    color: #000000;
}
.btn1 img{
    max-width: 50px;
    
}
nav button{
    border: none!important;
}

/* btn2 Botão Assistências (seg_auto) */
.btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #49A259;
    border-top: 2px solid #49A259;
    border-radius: 100px;
    padding: 9px;
    overflow: hidden;
}
.btn2 span {
    margin-left: 10px;
    margin-right: 20px;
}
.btn2 a {
    text-decoration: none;
    color: #ffffff;
}
.btn2 img {
    max-width: 50px;
    margin-left: 20px;
}

/* Media Query for smaller screens */
@media (max-width: 768px) {
    .btn2 {
        flex-direction: column;
        align-items: flex-start;
        padding: 9px 15px;
    }

    .btn2 span {
        margin: 5px 0;
    }

    .btn2 img {
        margin: 5px 0;
    }
}
.btnav:hover {
    text-decoration: none;
}
.btnav:hover a{
    color: #49A259;
}
.row1{
    background-color: #49A259; 
    height: 2px; 
    border-radius: 100px;
    margin: 20px auto;
}

/* TOOLTIP E formulario(cotaçoes)*/
.form-floating .form-control:focus {
    border-color: #49A259; 
    box-shadow: 0 0 0 0.25rem rgba(73, 162, 89, 0.25); /* Substitua rgba(73, 162, 89, 0.25) pelo sombreamento que você deseja */
}
.form-floating .form-select:focus {
    border-color: #49A259; /* Substitua #49A259 pela cor que você deseja */
    box-shadow: 0 0 0 0.25rem rgba(73, 162, 89, 0.25); /* Substitua rgba(73, 162, 89, 0.25) pelo sombreamento que você deseja */
}
.pd1{
    padding: 1px; /* Add this line to remove the top and bottom margin */
}
.hr1 {
    height: 1px;
    margin: 1px 0;
    background-color: #ccc;
}
.tip1 {
    --bs-tooltip-bg: white;
    --bs-tooltip-color: black;
    
}
.tooltip-inner {
    padding: 10px !important;
    text-align:start!important;
}

/*BOTÃO COTAÇÃO*/
.btncot{
    background-color: #8AAB4F;
    border: 2px solid grey;
}
.btncot:hover {
    border: 2px solid white;
    background-color: #8AAB4F;
    color: white;
}

/* MAPA */
#sectionLocation iframe{
    width: 100%;
    height: 400px;
}

/* TITULO ESPECIAL */
.title-especial {
    position: relative;
    z-index: 1;
    margin: 0 auto; /* Centraliza horizontalmente */
    text-align: center; /* Centraliza o texto */
    padding-top: 15px;
}

.title-especial h4 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(214, 214, 214, 0.5);
    -webkit-text-stroke-color: rgba(214, 214, 214, 0.6);
    -webkit-text-stroke-width: 1px;
    margin: 0;
    position: relative;
    z-index: 2;
}
#sectionServices .title-especial h4{
    color: rgb(0, 0, 0); 
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.94);
}
#sectionServices .title-especial span{
    color: rgb(0, 0, 0); 
    -webkit-text-stroke-color: rgb(0, 0, 0);
}
#main9283 .title-especial h4{
    color: rgb(0, 0, 0); 
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.94);
}
#main9283 .title-especial span{
    color: rgb(0, 0, 0); 
    -webkit-text-stroke-color: rgb(0, 0, 0);
}
.title-especial span {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent !important;
    -webkit-text-stroke-color: rgba(214, 214, 214, 0.6);
    -webkit-text-stroke-width: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    white-space: nowrap;
}

/* INDEX/SERVIÇOS */
.service {
    background: var(--white-color);
    box-shadow: 20px 30px 50px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 2rem 2rem;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 769px){
    .service-section {
        display: flex;
    }
    .service-info {
        padding-left: 2rem;
    }
}
@media only screen and (max-width: 769px){
    .center-mobile{
        text-align: center;
    }

    .service-info {
        padding-top: 2rem;
    }
}
.service-img{
    text-align: center;
}
.service .service-img img:first-child {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    @media (max-width: 768px) {
        margin-bottom: 15px; /* Center horizontally */
    }
}

.title-service {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
}
.descripction-service {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
#sectionServices .btn-collapse {
    background: var(--primary-color);
    padding: 5px 20px;
    height: 35px;
    color: var(--white-color);
}
#sectionServices .btn {
    border-radius: 40px;
    padding: 10px 40px;
    height: 50px;
    border-color: transparent;
    color: var(--white-color);
}

/* TOOLTIP 1 SEGUROS */
.tooltip-container {
    --background: #f0f9f3;
    --inner-shadow: #9fd9af;
    --inner-outline: #2e7d3d;
    --inner-outline-bottom: #f5f9f7;
    --inner-outline-middle: #5e9e6e;
    --inner-outline-outer-top: #f0f9f3;
    --inner-outline-outer-bottom-1: #1f6a2e;
    --inner-outline-outer-bottom-2: #4c8e5a;
    --inner-outline-outer-bottom-3: #1a5a26;
    --line-1: #6b9e7a;
    --line-2: #4f8e63;
    text-align: center;
    height: 80px;
    position: relative;
    background: var(--background);
    cursor: pointer;
    transition: all 0.2s;
    font-size: 17px;
    padding: 0.7em 1.8em;
    border-radius: 5px;
    box-shadow: inset 0px 1px 8px 1px var(--inner-shadow),
      0px 2px 0px 0px var(--inner-outline-bottom),
      0px -2px 0px 0px var(--inner-outline),
      -2px -2px 0px 0px var(--inner-outline),
      2px -2px 0px 0px var(--inner-outline),
      0px 0px 0px 6px var(--inner-outline-middle),
      0px -2px 0px 7px var(--inner-outline-outer-top),
      0px 4px 0px 7px var(--inner-outline-outer-bottom-1);
}
.tooltip-icon {
    display: inline-block;
    vertical-align: top;
    width: 1.5em;
}
.tooltip-icon path {
    stroke-width: 2px;
    stroke: var(--inner-outline);
    stroke-linejoin: round;
}
#main9283 .tooltip {
        left: 50%;
        width: 18em;
        height: 120px;
        position: absolute;
        display: flex;
        gap: 0.4em;
        align-items: center;
        transform: translate(-50%, -120%);
        padding: 0.6em 0.8em;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
        background: var(--background);
        border-radius: 0.7em;

        box-shadow: inset 0px 1px 8px 1px var(--inner-shadow),
            0px 2px 0px 0px var(--inner-outline-bottom),
            0px -2px 0px 0px var(--inner-outline),
            -2px -2px 0px 0px var(--inner-outline),
            2px -2px 0px 0px var(--inner-outline),
            0px 0px 0px 6px var(--inner-outline-middle),
            0px -2px 0px 7px var(--inner-outline-outer-top),
            0px 4px 0px 7px var(--inner-outline-outer-bottom-1),
            0px 7px 0px 7px var(--inner-outline-outer-bottom-2),
            0px 10px 0px 7px var(--inner-outline-outer-bottom-3);
}
#main9283 .tooltip::before{
    content: "";
    position: absolute;
    height: 0.9em;
    width: 0.9em;
    bottom: -0.2em;
    left: 50%;
    background: var(--background);
    border-radius: 0.2em;
    transform: translate(-50%) translateY(2px) rotate(45deg);
    box-shadow: 1px 1px 0px white, 5px 5px 0px #4c8e5a,
      9px 9px 0px #1a5a26, 12px 12px 0px #5e9e6e,
      14px 14px 0px #1a5a26, inset -3px -3px 3px #d4efdb;

}
#main9283 .tooltip-container:hover .tooltip {
    position: relative;
    top: -100%;
    top: -4.5em;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* TOOLTIP 2 SEGUROS */
.custom-tooltip-container {
        --background: #f0f9f3;
        --inner-shadow: #9fd9af;
        --inner-outline: #2e7d3d;
        --inner-outline-bottom: #f5f9f7;
        --inner-outline-middle: #5e9e6e;
        --inner-outline-outer-top: #f0f9f3;
        --inner-outline-outer-bottom-1: #1f6a2e;
        --inner-outline-outer-bottom-2: #4c8e5a;
        --inner-outline-outer-bottom-3: #1a5a26;
        --line-1: #6b9e7a;
        --line-2: #4f8e63;
        text-align: center;
        height: 60px;
        position: relative;
        background: var(--background);
        cursor: pointer;
        transition: all 0.2s;
        font-size: 17px;
        color: var(--black-color);
        padding: 0.5em 2em;
        border-radius: 40px; /* Updated border radius */
        box-shadow: inset 0px 1px 8px 1px var(--inner-shadow),
            0px 2px 0px 0px var(--inner-outline-bottom),
            0px -2px 0px 0px var(--inner-outline),
            -2px -2px 0px 0px var(--inner-outline),
            2px -2px 0px 0px var(--inner-outline),
            0px 0px 0px 6px var(--inner-outline-middle),
            0px -2px 0px 7px var(--inner-outline-outer-top),
            0px 4px 0px 7px var(--inner-outline-outer-bottom-1);
}
.custom-tooltip-icon {
    display: inline-block;
    vertical-align: top;
    width: 1.5em;
}
.custom-tooltip-icon path {
    stroke-width: 2px;
    stroke: var(--inner-outline);
    stroke-linejoin: round;
}
.custom-tooltip {
        left: 50%;
        width: 18em;
        height: 150px;
        position: absolute;
        display: flex;
        gap: 0.4em;
        text-align: left;        
        align-items: center;
        transform: translate(-50%, -110%);
        padding: 0.6em 0.8em;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
        background: var(--background);
        border-radius: 0.7em;

        box-shadow: inset 0px 1px 8px 1px var(--inner-shadow),
            0px 2px 0px 0px var(--inner-outline-bottom),
            0px -2px 0px 0px var(--inner-outline),
            -2px -2px 0px 0px var(--inner-outline),
            2px -2px 0px 0px var(--inner-outline),
            0px 0px 0px 6px var(--inner-outline-middle),
            0px -2px 0px 7px var(--inner-outline-outer-top),
            0px 4px 0px 7px var(--inner-outline-outer-bottom-1),
            0px 7px 0px 7px var(--inner-outline-outer-bottom-2),
            0px 10px 0px 7px var(--inner-outline-outer-bottom-3);
}
.custom-tooltip::before {
    content: "";
    position: absolute ;
    height: 0.9em;
    width: 0.9em;
    bottom: -0.2em;
    left: 50%;
    transform: translate(-50%) translateY(2px) rotate(45deg);
    background: var(--background);
    border-radius: 0.2em;
    box-shadow: 1px 1px 0px white, 5px 5px 0px #4c8e5a,
      9px 9px 0px #1a5a26, 12px 12px 0px #5e9e6e,
      14px 14px 0px #1a5a26, inset -3px -3px 3px #d4efdb;
}
.custom-tooltip-container:hover .custom-tooltip {
    position: relative;
    top: -100%;
    top: -4.5em;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/* BOTÃO COTAR */
.button1 {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background: #5e9e6e;;
    background-size: 400%;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .button1:hover::before {
    transform: scaleX(1);
  }
  .button1-content {
    position: relative;
    z-index: 2;;
  }
  .button1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(
      82.3deg,
      #4c8e5a 10.8%,
      #1a5a26 94.3%
    );
    transition: all 0.475s;
  }
  /* BOTÃO IMG */
.bookmarkBtn {
    height: 40px;
    border-radius: 40px;
    border: none;
    background-color: gainsboro;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.062);
    text-decoration: none;
    @media (max-width: 768px) {
        margin: 0 auto; /* Center horizontally */
    }
    
}
  .IconContainer {
    width: 30px;
    height: 30px;
    background-color: #2BA64F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
  }
  .icon {
    border-radius: 1px;
    width: 10px;
  }
  .text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(26, 26, 26);
    z-index: 1;
    transition-duration: .3s;
    font-size: 1.04em;
    font-weight: 600;
    text-decoration: none;
  }
.bookmarkBtn:hover {
    box-shadow: 0 0 0 2px #2BA64F;
}

/* Wavy Bottom */
.wavy-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: skewY(-5deg);
    transform-origin: bottom left;
}
.wavy-bottom-image {
    padding-top: 66px;
    clip-path: ellipse(99% 50% at 50% 50%);
    object-fit: cover;
    object-position:center;
    width: 100%;
}
/* BANNER */
.alturabannerpc {
    height: 540px;
}
/* img seg */
.imgSeg {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    z-index: 1;
    border-radius: 15px; /* Adiciona cantos arredondados */
    overflow: hidden; /* Garante que o conteúdo não ultrapasse os cantos arredondados */
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgSeg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(79, 176, 79, 0.278);
    z-index: -1;
    border-radius: inherit; /* Garante que a sombra tenha os mesmos cantos arredondados */
}

    