.wp-image-118 {
    width: 120% !important;
}

.ast-primary-header-bar {
    background-color: white !important;
}

.menu-link {
    color: #000 !important;
}

/* 
.wp-block-cover__background {
    background: url("./banner.svg");
} */


.fundo-verrde-2 {
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
}

.overlap-group-3 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: linear-gradient(180deg, #0b3589 2.5%, #0b3589 16.89%, #0b3589 99%);
}

#vector1 {
    position: absolute;
    width: 30%;
}

#vector2 {
    position: absolute;
    width: 929px;
    top: 73px;
    right: 0px;
}

#vector3 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: -6%;
}

.dasboard {
    width: 100%;
    z-index: 2;
    margin-top: -266px;
}

#dashboard-container {
    width: 100% !important;
    padding: 0px !important;
}

.contact-container {
    background: url("contact.svg") 100% 100% no-repeat;
    background-size: cover;
    width: 100%;
    height: auto; /* 240px; */
    border-radius: 13px;
}

.contact-row {
    padding: 2%;
    width: 50%;
}

.green-text {
    color: #0b3589;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.text-font {
    color: #030229 !important;

}

.contact-row p {
    font-size: 15px;
}

.box {
    width: 270px;
    height: 33px;
}

.box .group {
    position: fixed;
    width: 270px;
    height: 33px;
    top: 0;
    left: 0;
}

.box .overlap-group {
    position: relative;
    height: 33px;
}

.box .button {
    position: absolute;
    width: 270px;
    height: 33px;
    top: 0;
    left: 0;
}

.box .text-wrapper {
    position: absolute;
    width: 250px;
    height: 16px;
    top: 8px;
    left: 6px;
}

.box .text {
    position: relative;
    width: 252px;
    height: 16px;
}

.button-green .div {
    position: absolute;
    width: 250px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 11.8px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.contact-row .wp-element-button {
    font-size: 14px;
    border-radius: 11px;
    margin: 0px !important;
    padding: 12px 20px !important;
    background: #0b3589;
    color: white;
}

.contact-row .wp-element-button:hover {
    background: #0b3589;
    color: white;
}

#contact-container-id {
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.feature-item {
    cursor: pointer;
    border: 0.5px solid;
    border-color: #979797;
    border-radius: 7px;
    box-shadow: -1px 1px 2px 0.5px #00000040;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 82 189/var(--tw-border-opacity));

    border-bottom-color: #0b3589;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-image-outset: 0 border-image-repeat stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 1.6px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 1.6px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top-style: solid;
    border-top-width: 1.6px;
}

.feature-item:hover {
    color: #0b3589 !important;
}

.feature-item .card:hover {
    color: #0b3589 !important;
}

.card {
    padding: 7%;
    padding-bottom: 0px !important;
}

.icon-hardware {
    width: 16%;
}

.card-title {
    color: #9A9AA9 !important;
}

.card-title:hover {
    color: #0b3589 !important;
}

.card:hover {
    color: #0b3589 !important;
}

.has-ast-global-color-4-background-color {
    padding-top: 180px !important;
    padding-right: 80px;
    padding-bottom: 180px !important;
    padding-left: 80px;
    background: url("green-back.svg")100% 100% no-repeat, linear-gradient(180deg, #0b3589 2.5%, #0b3589 16.89%, #0b3589 99%);
    background-size: cover;
}

#reviews {
    padding-top: 180px; 
    padding-bottom: 144px
}

#reviews h2, #reviews p {
    color: white;
    text-align: center;
}

#reviews p {
    font-size: 19px !important; 
    line-height: 1.6;
    font-weight: normal !important;
}

#reviews .wp-element-button {
    width: 200px;
    font-size: 16px;
    border-radius: 11px;
    margin: 0px auto !important;
    padding: 12px 20px !important;
    font-weight: bold;
}

#reviews .wp-block-button {
    margin: 0px auto;
    display: flex;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 0px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }