@font-face {
    font-family: "ProximaNova-Regular";
    src: url("../fonts/ProximaNova-Regular.otf");
    font-display: swap;
}

@font-face {
    font-family: "FontsFree-Net-Proxima-Nova-Sbold";
    src: url("../fonts/FontsFree-Net-Proxima-Nova-Sbold.otf");
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Bold";
    src: url("../fonts/Proxima Nova Bold.otf");
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Extrabold";
    src: url("../fonts/Proxima Nova Extrabold.otf");
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Alt Light";
    src: url("../fonts/Proxima Nova Alt Light.otf");
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.overflow {
    overflow: hidden;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, 2.25rem);
    padding-left: var(--bs-gutter-x, 2.25rem);
}

/* ************************** Navbar Modal Start ************************** */

.btn-menu {
    font-size: 22px;
    background: transparent;
    color: #00eba4;
    border: 2px solid #00eba4;
    margin-left: 5px;
    width: 45px;
    height: 42px;
    border-radius: 0.5rem;
}


.middle .logo {
    width: 209px;
    height: 47px;
}

.middle .row.first .align-right {
    text-align: right;
}

.middle .btn-menu.btn-close {
    color: #B5C4C1 !important;
    border: 2px solid #B5C4C1 !important;
    padding: 0px;
    box-sizing: border-box;
    opacity: 1;
}

.i_padding {
    padding: 9px;
}

.pop_up1 {
    background: #002d21;
    opacity: 0.96;
    display: none;
    top: 50%;
    transform: translateY(-50%);
}

.pop_up1 .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.pop_up1 .modal-content {
    background: none;
    border: none;
}

.middle {
    padding: 76px 0px;
}

.middle .logos {
    padding-top: 85px;
}

.middle .nav-links {
    padding-top: 70px;
    display: flex;
    justify-content: center;
}

.middle .nav-links a {
    color: #F5F5F5;
    font-size: 28px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    text-decoration: none;
    padding: 0px 30px;
}

.middle .btn-grp {
    padding-top: 60px;
}

.middle .btn-grp .btn {
    font-size: 22px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    border: 2px solid #B5C4C1;
    border-radius: 12px;
    color: #B5C4C1;
    width: 64px;
    height: 58px;
    margin: 0px 5px;
}

.middle .btn-grp .btn.btn-1 {
    color: #00EBA4 !important;
    border-color: #00EBA4 !important;
}

.middle .btn-entrar {
    width: 500px;
    height: 74px;
    background: linear-gradient(135deg, #29ace3 0%, #00eba4 100%);
    font-size: 28px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    margin-top: 90px;
    border-radius: 12px;
    color: #062823;
    border: none;
}

.middle .bottom-entrar {
    padding-top: 20px;
}

.middle .bottom-entrar a {
    color: #3B90FF;
    font-size: 23px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
}

.middle .warning button {
    font-size: 33px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    border: 2px solid #FF5252;
    border-radius: 12px;
    color: #FF5252;
    background: none;
    width: 500px;
    height: 64px;
    margin-top: 115px;
}

/* ************************** Navbar Modal End ************************** */


/* ************************** Emergency Modal Start ************************** */

.pop_up2 {
    background-color: #FF5252;
    display: none;
    opacity: 0.9;
    top: 50%;
    transform: translateY(-50%);
}

.pop_up2 .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.pop_up2 .modal-content {
    background: none;
    border: none;
}

.pop_up2 .emr-content {
    color: #F5F5F5;
    padding-top: 100px;
}

.pop_up2 .emr-content h3 {
    font-size: 38px;
    line-height: 38px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    width: 55%;
    margin: 0 auto;
    padding-bottom: 45px;
    text-align: center;
}

.pop_up2 .emr-content hr {
    opacity: 1;
    background-color: #F5F5F5;
    color: #F5F5F5;
    border: 1px solid #F5F5F5;
    height: auto;
    margin: 0;
}

.pop_up2 .emr-content p {
    font-size: 24px;
    line-height: 24px;
    font-family: 'ProximaNova-Regular';
    text-align: center;
    padding: 24px 20px 0 20px;
    margin: 0;
    width: 97%;
}

.pop_up2 .emr-content button {
    width: 100%;
    height: 74px;
    border: 4px solid #F5F5F5;
    background: none;
    color: #F5F5F5;
    font-size: 24px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    border-radius: 12px;
    margin-top: 45px;
}

/* ************************** Emergency Modal End ************************** */


/* ************************** Banner-1 Start ************************** */
/* ************* Navbar Start ************* */


.banner-1 nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    z-index: 1;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
}

.navbar-dark .navbar-nav .nav-link {
    color: #F5F5F5;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #3B90FF !important;
}

nav li.nav-item {
    padding-left: 16px;
    color: #031E1B;

}

.navbar-brand img {
    width: 209px;
    height: 47px;
}

nav .btn-success:hover {
    background-color: black;
}

.entrar .btn {
    height: 48px;
    border-radius: 12px;
    margin-right: -20px;
    color: #F5F5F5;
    background: #3B90FF;
    border: none;
    padding: 0px 40px;
}

.entrar .btn:hover {
    background: #3B90FF;
}

nav .ipad button {
    background: none;
}

nav .btn- {
    border-radius: 12px;
    border: 3px solid var(--eupago-neutral-dark-100, #031E1B);
}

.dropdown a {
    text-decoration: none;
}

nav .btn-:hover {
    color: #3B90FF;
    border-color: #3B90FF;
}

nav .pt .btn {
    height: 48px;
    border-radius: 0.5rem;
    text-align: center;
    padding: 0px 16px;
    width: -webkit-fill-available;
}

.dropdown {
    float: left;
    padding-left: 24px;
    z-index: 1;
}

nav .contactos {
    display: inline-flex;
    height: 42px;
    padding: 4px 18px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--eupago-neutral-dark-100, #031E1B);
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    overflow: hidden;
    position: relative;
}

nav .contactos:hover::after {
    transform: translate(0, 0);
}

nav .contactos::after {
    background: var(--eupago-green-100, #00EBA4);
    content: '';
    display: block;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transform: translate(100%, 100%) rotate(-10deg);
    transform-origin: top right;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

nav .contactos:hover {
    color: #000000;
    border-radius: 6px;
    transform: scale(1.05);
    will-change: transform;
}

nav .contactos:hover svg path {
    stroke: #000000;
}

nav .contactos:active::after {
    background: #00714F;
    color: #000000;
}

nav .contactos:active svg path {
    stroke: #000000;
}

/* .dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
} */

.dropdown-content {
    display: none;
    position: absolute;
}

.dropdown-content .btn {
    display: block;
    height: 42px;
    border-radius: 0.5rem;
    color: #00EBA4;
    border: solid 2px #00EBA4;
    margin: 10px 0px;
}

.dropdown-content .btn:hover {
    color: #3B90FF;
    border-color: #3B90FF;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* ************* Navbar End ************* */

.banner-1 {
    position: relative
}

img.banner-1-desktop {
    width: 100%;
    height: 768px;
}

.banner-1-sec {
    position: absolute;
    left: 0;
    right: 0;
    top: 61%;
    transform: translateY(-50%);
    color: #F5F5F5;
    z-index: 1;
}

.banner-1-sec.bizum {
    top: 45% !important;
}

.bizum_img {
    background-image: url('/img/eupago/bizum_background.jpg');
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.apple_pay_google_pay_img {
    background-image: url('/img/eupago/banner-apple-pay-google-pay.png');
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.eupago-e-show {
    background-image: url('/img/eupago/eupago_banner-e-show-25.jpg');
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.floa_img {
    background-image: url('/img/eupago/floa_background.jpg');
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.pix_img {
    background-image: url('/img/eupago/pix_background.jpg');
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.bizum_img.ES {
    background-image: url("/img/eupago/bizum/background_es.png");
}

.banner-1-sec h1 {
    font-size: 87px;
    font-family: 'Proxima Nova Extrabold';
    margin: -25px 0px;
    letter-spacing: -3px;
}

.banner-1-sec h1 span {
    color: #00EBA4;
}

.banner-1-sec h4 {
    font-size: 32px;
    margin: 35px auto 40px auto;
    font-family: 'ProximaNova-Regular';
}

.banner-1-sec .quote-1 {
    display: flex;
    margin-left: -40px;
}

.banner-1-sec .quote-1 img {
    padding-bottom: 50px;
}

.banner-1-sec p {
    font-size: 18px;
    margin-left: 17px;
    width: 100%;
    font-style: oblique;
    line-height: 25px;
}

.banner-1-sec h6 {
    font-size: 16px;
    font-family: 'Proxima Nova Alt Light';
}

.banner-1-sec h6 b {
    font-style: normal;
    font-family: 'Proxima Nova Bold';
}

.banner-1-sec-right {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.potugal-desktop {
    text-align: right;
    padding-right: 120px;
    padding-top: 50px;
}

.banner-1 .warning {
    display: flex;
    flex-direction: row-reverse;
}

.banner-1 .warning button {
    margin-top: -90px;
    position: absolute;
    border-radius: .75rem 0 0 .75rem;
    border: none;
    background-color: #FF5252;
    padding: 0.5rem 1.5rem;
    font-size: 1.75rem;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    color: #F5F5F5;
}

.banner-1 .warning button:hover {
    color: #FF5252;
    background: none;
    box-shadow: inset 0px 0px 0px 2px #FF5252;
}


/* ************************** Banner-1 End ************************** */


/* ************************** Banner-2 Start ************************** */


.banner-2 {
    position: relative
}

.banner-2 img.banner-2-desktop {
    width: 100%;
    height: 770px;
}

.banner-2-sec {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #F5F5F5;
    z-index: 1;
}

.banner-2-sec img {
    margin: 20px auto;
}

.banner-2-sec h2 {
    font-size: 64px;
    font-family: 'Proxima Nova ExtraBold';
    margin: -10px auto;
}

.banner-2-sec h2 span {
    color: #00EBA4;
}

.banner-2-sec h5 {
    font-size: 25px;
    font-family: 'ProximaNova-Regular';
    margin: 30px auto;
}

.banner-2-sec .desktop .logos .btn-open {
    color: #F5F5F5;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    border: 4px solid #F5F5F5;
    border-radius: 15px;
    width: 56px;
    height: 54px;
    font-size: 24px;
    margin-left: 30px;
    background: none;
}

.banner-2-sec .desktop .logos .btn-open:hover {
    border-color: #00EBA4;
    color: #00EBA4;
}


.banner-2-sec .buttons {
    margin: 30px auto;
}

.banner-2-sec .buttons .btn {
    border-radius: 12px;
    font-size: 24px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    height: 64px;
}

.banner-2-sec .buttons a {
    text-decoration: none;
}

.banner-2-sec .buttons .btn-1 {
    width: 276px;
    background-color: #00EBA4;
    color: #062823;
}

.banner-2-sec .buttons .btn-1 a {
    color: #062823;
}

.banner-2-sec .buttons .btn-2 {
    width: 219px;
    background-color: #F5F5F5;
    color: #3B90FF;
    margin-left: 10px;
}

.banner-2-sec .buttons .btn-3 {
    width: 149px;
    background-color: #F5F5F5;
    color: #3B90FF;
    margin-left: 10px;
}

.banner-2-sec .desktop .logos {
    width: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-2-sec .desktop .logos .pop-up-3-logos {
    margin: 20px 10px 10px 10px;
}

.ipad .row .pop-up-3-logos {
    margin: 20px 10px 10px 10px;
}

.banner-2-sec-right {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.modal-section-2 .modal {
    position: fixed;
    top: 50%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transform: translateY(-50%);
    /* background: url('/../../img/eupago/modal-1-desktop.svg');
    background-repeat: no-repeat;
    background-size: 100%; */
}

.modal-section-2 .modal.show .modal-dialog {
    display: inline;
}

.modal-section-2 .modal-content {
    background-color: #F5F5F5;
    border: none;
    border-radius: 0.75rem;
    width: 700px;
    height: 645px;
    margin: 50px auto;
    text-align: center;
}

.pop-up-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-items: center;
    align-items: center;
    max-width: 600px; /* Adjust as needed */
    margin: auto;
}

.modal-section-2 button.btn-close {
    background: none;
    margin: 17px 17px 0px auto;
    background-repeat: no-repeat;
}

.modal-section-2 .modal-header {
    padding: 1.5rem 0 1.0rem 0;
    border-bottom: 1px solid #B5C4C1;
    width: 90%;
    margin: 0 auto;
}

.modal-section-2 .modal-header .modal-title {
    font-size: 24px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    /*width: 40%;*/
    margin: 0 auto;
    line-height: 24px;
    color: #3B90FF;
}

.modal-section-2 .modal-body {
    padding: 24px 0 0 0;
    flex: 0;
}

.modal-section-2 .modal-footer {
    justify-content: center;
    padding-top: 34px;
    border-top: none;
}

.modal-section-2 .modal-footer a {
    width: 100%;
}

.modal-section-2 .modal-footer .btn {
    border-radius: 12px;
    width: 100%;
    height: 74px;
    font-size: 26px;
    color: #3B90FF;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
}

.modal-section-2 .modal-footer .btn-1 {
    background-color: #00EBA4;
    color: #062823;
}

.modal-section-2 .modal-footer .btn-2 {
    border: 4px solid #3B90FF;
}


/* ************************** Banner-2 End ************************** */


/* ************************** Banner-3 Start ************************** */

.banner-3 {
    background-color: #F5F5F5;
    padding: 60px 0px 100px 0px;
    color: #3B90FF;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    text-align: center;
    border-bottom: 6px solid #3B90FF;
}

.banner-3 h3 {
    font-size: 40px;
    padding-bottom: 40px;
}

.banner-3 .btn-modal {
    border: 4px solid #3B90FF;
    border-radius: 12px;
    width: 56px;
    height: 54px;
    font-size: 24px;
    color: #3B90FF;
    margin-left: 30px;
}

.banner-3 .btn-modal:hover {
    border-color: #00EBA4;
    color: #00EBA4;
}


.banner-3 .modal {
    position: fixed;
    top: 50%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transform: translateY(-50%);
    /* background: url('/../../img/eupago/modal-2-desktop.svg');
    background-repeat: no-repeat;
    background-size: 100%; */

}

.banner-3 .modal.show .modal-dialog {
    display: inline;
}

.banner-3 .modal-content {
    background-color: #062823;
    border: none;
    border-radius: 0.75rem;
    width: 700px;
    padding-bottom: 50px;
    margin: 50px auto;
}

.banner-3 button.btn-close {
    background: none;
    margin: 17px 17px 0px auto;
    background-repeat: no-repeat;
}

.banner-3 .modal-header {
    padding: 1.5rem 0 1.0rem 0;
    border-bottom: 1px solid #B5C4C1;
    width: 90%;
    margin: 0 auto;
}

.banner-3 .modal-header .modal-title {
    font-size: 24px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    width: 30%;
    margin: 0 auto;
    line-height: 24px;
}

.banner-3 .modal-body {
    padding: 2.5rem 0 0 0;
    flex: 0;
}

.banner-3 .modal-footer {
    justify-content: center;
    padding: 60px 0.75rem 0.75rem 0.75rem;
    border-top: none;
}

.banner-3 .modal-footer .btn {
    border-radius: 12px;
    width: 100%;
    height: 74px;
    font-size: 26px;
    color: #3B90FF;
    margin: 0.25rem auto;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
}

.banner-3 .modal-footer .btn-1 {
    background-color: #3B90FF;
    color: #062823;
}

.banner-3 .modal-footer .btn-2 {
    border: 4px solid #3B90FF;
}

/* ************************** Banner-3 End ************************** */


/* ************************** Banner-4 Start ************************** */

.banner-4 {
    position: relative
}

.banner-4 img.banner-4-desktop {
    width: 100%;
    height: 766px;
}


.banner-4-sec-right {
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}


.banner-4-sec {
    position: absolute;
    left: auto;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #243F3B;
}

.banner-4-sec img.brand {
    padding-bottom: 20px;
}

.banner-4-sec h2 {
    font-size: 64px;
    font-family: 'Proxima Nova ExtraBold';
    margin: -5px auto;
}

.banner-4-sec h2 span {
    color: #00EBA4;
}

.banner-4-sec h3 {
    font-size: 22px;
    font-family: 'ProximaNova-Regular';
    margin: 20px auto 35px auto;
}

.banner-4 .row .card {
    width: 260px;
    height: 62.36px;
    background-color: #F5F5F5;
    color: #243F3B;
    border-radius: 12px;
    padding: 1.1rem !important;
}

.banner-4 .card-click img {
    width: 63.07px;
    height: 63.07px;
    margin-top: -30px;
}

.banner-4 .card-click .card-title {
    width: 53%;
    font-size: 14px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    line-height: 17px;
}

.banner-4 .card-click .card-title {
    margin: -34px 0px 0px 85px;
}

.banner-4 .card-click {
    flex-direction: row;
    margin-bottom: 25px !important;
}

.banner-4 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F5F5F5 !important;
}

.banner-4 .nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
}

.banner-4 .nav-link {
    display: block;
    padding: 0;
    color: #243F3B;
}

.banner-4 .nav-tabs {
    border-bottom: none;
}

.banner-4 .nav {
    display: block;
    padding: 0px 12px;
}

.banner-4 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #243F3B;
    background-color: #FF52A0;
    border: none;
}

.banner-4 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
}


.banner-4 .card-open {
    height: 163.42px !important;
    border: none;
}

.banner-4 .card-open img {
    width: 13.76px;
    height: 13.76px;
    margin-bottom: 10px;
}

.banner-4 .card-open .card-title {
    font-size: 16px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    line-height: 22px;
}

.banner-4 .card-open .card-title span {
    color: #0D6EFD;
}

.banner-4 .btn {
    width: 270px;
    height: 62.36px;
    background-color: #0D6EFD;
    color: #F5F5F5;
    border-radius: 15px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    font-size: 24px;
    margin-top: 12px;
}


.banner-4-sec .card.active > .card-header {
    background-color: red;
}


/* ************************** Banner-4 End ************************** */


/* ************************** Banner-5 Start ************************** */

.banner-5 {
    position: relative
}

.banner-5 img.banner-5-desktop {
    width: 100%;
    height: 767px;
}


.banner-5-sec {
    position: absolute;
    left: 110px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #F5F5F5;
}

.banner-5-sec img.brand {
    padding-bottom: 20px;
}

.banner-5-sec h2 {
    font-size: 64px;
    font-family: 'Proxima Nova ExtraBold';
    margin: -5px auto;
}

.banner-5-sec h3 {
    font-size: 25px;
    font-family: 'ProximaNova-Regular';
    margin: 25px auto 20px 0px;
    width: 50%;
}

.banner-5-sec .list-items .line {
    font-size: 18px;
    line-height: 32px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
}

.banner-5-sec .list-items .line img {
    padding-right: 40px;
    padding-bottom: 2px;
}

.banner-5-sec .btn {
    width: 285px;
    height: 64px;
    background-color: #00EBA4;
    font-size: 24px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    color: #F5F5F5;
    border-radius: 12px;
    margin-top: 30px;
}


.banner-5-sec-right {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ************************** Banner-5 Start ************************** */


/* ************************** Banner-6 Start ************************** */

.banner-6 {
    position: relative
}

.banner-6 img.banner-6-desktop {
    width: 100%;
    height: 742px;
}


.banner-6-sec {
    position: absolute;
    left: 160px;
    right: 86px;
    top: 50%;
    transform: translateY(-50%);
    color: #F5F5F5;
}

.banner-6-sec img {
    margin: 0px auto 20px auto;
}

.banner-6-sec h2 {
    font-size: 64px;
    font-family: 'Proxima Nova ExtraBold';
    margin: -10px auto;
}

.banner-6-sec h2 span {
    color: #3B90FF;
}

.banner-6-sec h5 {
    font-size: 25px;
    font-family: 'ProximaNova-Regular';
    margin: 30px 0;
    width: 92%;
}

.banner-6-sec .img-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
}

.banner-6-sec .img-text img.img-1 {
    width: 55.82px;
    height: 55.82px;
    margin: 0;
}

.banner-6-sec .img-text p {
    font-size: 15px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    line-height: 18px;
    color: #062823;
    width: 56%;
    margin: 0px 0px 0px 20px;
}

.banner-6-col-right hr {
    opacity: 1;
    background-color: #F5F5F5;
    color: #F5F5F5;
    border: 1.5px solid #F5F5F5;
    height: auto;
    width: 90%;
}


.banner-6-sec .buttons {
    margin: 35px auto;
}

.banner-6-sec .buttons .btn {
    border-radius: 12px;
    font-size: 24px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    height: 64px;
}

.banner-6-sec .buttons .btn-1 {
    width: 285px;
    background-color: #3B90FF;
    color: #F5F5F5;
}

.banner-6-sec .buttons .btn-2 {
    width: 220.19px;
    background-color: #3B90FF;
    color: #F5F5F5;
    margin-left: 10px;
}

.banner-6-sec .buttons .btn-3 {
    width: 186.6px;
    background: none;
    border: 3px solid #F5F5F5;
    color: #F5F5F5;
    margin-left: 10px;
}


/* *********** Contact Me Modal *********** */

.contact-me-modal .modal {
    position: fixed;
    top: 50%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transform: translateY(-50%);
    /* background: url('/../../img/eupago/modal-3-desktop.svg');
    background-repeat: no-repeat;
    background-size: 100%; */
}

.contact-me-modal .modal.show .modal-dialog {
    display: inline;
}

.contact-me-modal .modal-content {
    background-color: #F5F5F5;
    border: none;
    border-radius: 0.75rem;
    max-width: 700px;
    padding-bottom: 50px;
    margin: 40px auto;
    text-align: center;
}

.pages .form-check .form-check-input {
    display: block;
    min-width: 1em;
    min-height: 1em;
    padding: 0 0px;
    margin-top: 2px;
}

.contact-me-modal .modal-content .js-consent-nif {
    text-align: left;
}

.contact-me-modal button.btn-close {
    background: none;
    margin: 17px 17px 0px auto;
    background-repeat: no-repeat;
}

.contact-me-modal .modal-header {
    padding: 1.5rem 0 1.0rem 0;
    border-bottom: 1px solid #B5C4C1;
    width: 99%;
    margin: 0 auto;
}

.contact-me-modal .modal-header .modal-title {
    font-size: 24px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    width: 33%;
    margin: 0 auto;
    line-height: 24px;
    color: #243F3B;
}

.contact-me-modal .modal-body {
    padding: 24px 0 24px 0;
    flex: 0;
}

.contact-me-modal .form-control {
    padding: 0rem 2rem;
    font-size: 18px;
    height: 62px;
    line-height: 29px;
    color: #062823;
    border: 1px solid #B5C4C1;
    border-radius: 12px;
    font-family: 'Proxima Nova Alt Light';
}

.contact-me-modal .form-group {
    padding-bottom: 10px;
}

.contact-me-modal .btn {
    border-radius: 12px;
    width: 100%;
    height: 74px;
    font-size: 26px;
    color: #243F3B;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
}


.footerTag .btn {
    border-radius: 12px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
}

.contact-me-modal .btn-1 {
    background-color: #00EBA4;
    border: none;
    margin-top: 24px;
}

.contact-me-modal h4 {
    font-size: 18px;
    line-height: 18px;
    color: #3B90FF;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    margin: 24px auto 0px auto;
}

.contact-me-modal .modal-footer {
    display: block;
    padding: 2rem 0 0;
    text-align: left;
    font-size: 14px;
    border-top: 1px solid #B5C4C1;
}

.contact-me-modal .modal-footer h5 {
    width: 75%;
    font-size: 14px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    margin: 0;
}

.contact-me-modal .modal-footer h5.second {
    margin-top: 20px !important;
}

.contact-me-modal .modal-footer .less {
    width: 60% !important;
}

.contact-me-modal .modal-footer p {
    margin: 0;
    font-family: 'Proxima Nova Alt Light';
}

.contact-me-modal .modal-footer .btn-2 {
    border: 4px solid #3D5652;
    margin-top: 24px;
    margin-bottom: 0px;

}


/* *********** Mesg Modal *********** */


#modal-body-2 .btn-2 {
    border: 4px solid #3D5652;
    margin-top: .15rem;
}


/* ************************** Banner-6 End ************************** */


/* ************************** MyFooter Start ************************** */
myfooter {
    background-color: #062823;
    text-align: center;
    padding: 98px 0px;
    display: block;
    align-items: center;
}

myfooter .box-phone {
    margin: 60px auto 0px auto;
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 32px;
    gap: 4px;
    width: 358px;
    height: 125px;
    border-width: 2px 0px;
    border-style: solid;
    border-color: #578779;
    flex: none;
    order: 5;
    flex-grow: 0;
}

myfooter .box-phone p {
    width: 320px;
    height: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    align-items: center;
    text-align: center;
    color: #E3F4F1;
    text-shadow: 0px 1px 0px rgba(1, 15, 13, 0.5);
    flex: none;
    order: 0;
    flex-grow: 0;
}

myfooter .box-phone {
    margin: 60px auto 0px auto;
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 32px;
    gap: 4px;
    width: 358px;
    height: 125px;
    border-width: 2px 0px;
    border-style: solid;
    border-color: #578779;
    flex: none;
    order: 5;
    flex-grow: 0;
}

myfooter .box-phone p {
    width: 320px;
    height: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    align-items: center;
    text-align: center;
    color: #E3F4F1;
    text-shadow: 0px 1px 0px rgba(1, 15, 13, 0.5);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.footerTag .footer .row {
    margin-right: 0px;
}

/* ************************** MyFooter End ************************** */
/* ************************* TPA Start ****************************** */

@media (min-width: 440px) {
    .header-padding {
        padding: 16px var(--top-menu-side-margin) 16px var(--top-menu-side-margin);
    }
}

@media screen and (max-width: 374px) {
    #tpa .container1 {
        height: 2000px !important;
    }

    #tpa .rounded.float-right {
        padding-top: 150px !important;
    }

    #tpa .h3head {
        margin-top: 50px !important;
    }

    #tpa .navbar {
        width: 100% !important;
    }

    #tpa .navbar-nav {
        padding-left: 5% !important;
        padding-top: 40px !important;
    }

    #tpa .col3 {
        padding: 32px 20px 32px 10px !important;
        max-height: 175px;
    }

    #tpa .container7 > img {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    @media screen and (width: 480px) {
        #tpa .row {
            overflow-x: hidden;
        }
    }

    #tpa .h3space {
        padding-left: 20% !important;
        padding-right: 20% !important;
        text-align: center;
    }

    #tpa #divId {
        margin-left: 10% !important;
        width: 90% !important;
    }

    #tpa .h4head {
        width: 100% !important;
    }

    #tpa h1 {
        font-size: 55px !important;
        font-weight: 600;
        line-height: 55px !important;
    }

    #tpa .buttons {
        margin-top: 60px !important;
        align-items: center !important;
        display: block !important;
    }

    #tpa .btn.btn-success {
        width: 110% !important;
        height: 70px !important;
        font-size: 24px !important;
    }

    #tpa .btn.btn-outline-success {
        margin-top: 20px !important;
        margin-left: 0px !important;
        width: 110% !important;
        height: 70px !important;
        font-size: 24px !important;
    }

    #tpa h2 {
        padding: 0 30px 0 30px !important;
    }

    #tpa h2 p {
        line-height: 55px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #tpa .h4class {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    #tpa .h4headcenter {
        text-align: center !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 20px !important;
    }

    #tpa .rounded.float-right {
        padding-top: 80px;
        width: 115%;
        height: 580px;
        overflow: hidden;
    }

    #tpa .imageTop {
        padding-top: 830px !important;
        width: 100%;
    }

    #tpa .navbar {
        padding: 69px 0px 16px 30px !important;
    }

    #tpa .div1 {
        width: 80% !important;
        padding-left: 12% !important;
        padding-top: 200px !important;
    }

    #tpa .container1 {
        height: 1450px !important;
        background: url("/../../img/eupago/backgroundTpa.png");
        background-size: cover;
        background-position: left;
    }

    #tpa .container1 > img {
        height: 1440px !important;
    }

    #tpa .pub {
        height: 120px !important;
        align-items: center !important;
    }

    #tpa .pub1 {
        width: 100px !important;
        height: 100px !important;
    }

    #tpa .pub2 {
        width: 100px !important;
        height: 100px !important;
    }

    #tpa .col-sm {
        width: 100% !important;
        padding-top: 0px !important;
        padding-bottom: 60px !important;
        padding-left: 20% !important;
        padding-right: 20% !important;
    }

    #tpa .col-sm .col5 {
        display: none;
    }

    #tpa .col5 {
        padding-left: 10% !important;
        padding-right: 10% !important;
        margin-top: 40px !important;
    }

    #tpa .divProduto {
        height: auto !important;
    }

    #tpa .resize {
        width: 100% !important;
        padding-left: 20px !important;
    }

    #tpa .resize1 {
        width: 100% !important;
    }

    #tpa .text-item {
        padding-top: 30px !important;
    }

    #tpa .colunas {
        padding-top: 70px !important;
    }

    #tpa .styleDiv {
        padding-top: 0px !important;
    }

    #tpa .linha {
        margin: 50px 20% 50px 20% !important;
    }

    #tpa .container2 {
        height: auto !important;
    }

    #tpa .container2 > img {
        display: none;
    }

    #tpa .pub1 {
        display: none !important;
    }

    #tpa .pub2 {
        display: none !important;
    }

    #tpa .um {
        text-align: center !important;
        padding-top: 30px !important;
        padding-top: 40px !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    #tpa .centro {
        text-align: center !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    #tpa .dois {
        padding-left: 80px !important;
        padding-right: 80px !important;
        text-align: center !important;
    }

    #tpa .tres {
        padding-left: 80px !important;
        padding-right: 80px !important;
        text-align: center !important;
    }

    #tpa .w-100 {
        padding-top: 0px !important;
    }

    #tpa .container3 {
        height: 200px !important;
    }

    #tpa .container3 > img {
        height: 200px;
    }

    #divId {
        display: block !important;
    }

    #tpa .sectionDiv {
        padding: 0% 10% 0% 10% !important;
    }

    #tpa .hidden {
        display: none !important;
    }

    #tpa .container4 {
        background-size: cover;
        background-repeat: no-repeat;
        height: auto !important;
        background-image: url("/../../img/eupago/Vector21.png") !important;
    }

    #tpa .container4 > img {
        display: none;
    }

    #tpa .container5 {
        height: auto !important;
        background-image: url("/../../img/eupago/Vector3.png") !important;
        background-size: cover;
    }

    #tpa .greenDiv {
        width: 70% !important;
    }

    #tpa .changeLine {
        line-height: 30px !important;
        font-size: 20px !important;
    }

    #tpa .changeSize {
        font-size: 25px !important;
    }

    #tpa .container6 {
        height: auto !important;
    }

    #tpa .container7 {
        height: auto !important;
    }

    #tpa .changeW {
        width: 100% !important;
    }

    #tpa .buttons1 {
        margin-top: 60px !important;
        align-items: center !important;
        display: block !important;
    }

    #tpa .btn.btn-success.bt1 {
        height: 70px !important;
        margin-left: 10% !important;
        width: 80% !important;
    }

    #tpa .btn.btn-outline-success.bt2 {
        margin-top: 20px !important;
        margin-left: 10% !important;
        height: 70px !important;
        font-size: 18px !important;
        width: 80% !important;
    }

    #tpa .redImages {
        height: 90px !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    #tpa .redImages1 {
        height: 90px !important;
        padding-left: 0% !important;
    }

    #tpa .navbar-nav {
        padding-left: 15%;
    }

    #tpa .col3 {
        padding: 32px 20px 32px 10px !important;
    }

    #tpa .container7 > img {
        display: none !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 769px) {
    #tpa .container6 > img {
        display: none;
    }

    #tpa #divId {
        margin-left: 10% !important;
        width: 90% !important;
    }

    #tpa .container1 > img {
        height: 860px;
    }

    #tpa .container1 {
        height: 850px;
    }

    #tpa .btn.btn-success {
        font-size: 24px !important;
    }

    #tpa .btn.btn-outline-success {
        font-size: 24px !important;
    }

    #tpa h1 {
        font-size: 55px !important;
        font-weight: 600;
    }

    #tpa .col5 {
        margin-top: 40px !important;
    }

    #tpa .navbar {
        padding: 69px 0px 16px 0% !important;
    }

    #tpa .h4class {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    #tpa h2 {
        padding: 0 60px 0 60px !important;
    }

    #tpa .resize {
        justify-content: center !important;
        display: block !important;
        width: 100% !important;
        padding-left: 20px !important;
    }

    #tpa .div1 {
        width: 80% !important;
        padding-left: 15% !important;
    }

    #tpa .greenDiv {
        width: 400px !important;
    }

    #tpa .changeLine {
        line-height: 30px !important;
    }

    #tpa .changeSize {
        font-size: 32px !important;
    }

    #tpa .container6 {
        height: auto !important;
    }

    #tpa .pub {
        height: 100px !important;
    }

    #tpa .col-sm {
        width: 100% !important;
        padding-top: 0px !important;
        padding-left: 20% !important;
        padding-right: 20% !important;
        padding-bottom: 60px !important;
    }

    #tpa .resize1 {
        width: 100% !important;
        margin: 0 0 0 0 !important;
    }

    #tpa .text-item {
        padding-top: 30px !important;
    }

    #tpa .colunas {
        padding-top: 70px !important;
    }

    #tpa .linha {
        margin: 50px 10% 50px 10% !important;
    }

    #tpa .container2 {
        height: auto !important;
    }

    #tpa .container2 > img {
        display: none;
    }

    #tpa .pub1 {
        display: none !important;
    }

    #tpa .pub2 {
        display: flex !important;
    }

    @media screen and (max-width: 600px) {
        #tpa .pub2 {
            display: none !important;
        }

        #tpa .greenDiv {
            width: 350px !important;
        }
    }

    #tpa .um {
        text-align: center !important;
        padding-top: 30px !important;
        padding-top: 40px !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    #tpa .centro {
        text-align: center !important;
        padding: 20px 60px 20px 60px !important;
    }

    #tpa .dois {
        padding-left: 80px !important;
        padding-right: 80px !important;
        text-align: center !important;
    }

    #tpa .w-100 {
        padding-top: 0px !important;
    }

    #tpa .container3 {
        height: 250px !important;
    }

    #tpa .container3 > img {
        height: 250px;
    }

    #tpa #divId {
        display: block !important;
    }

    #tpa .sectionDiv {
        padding: 0% 10% 0% 10% !important;
    }

    #tpa .hidden {
        display: none !important;
    }

    #tpa .container4 {
        background-size: cover;
        background-repeat: no-repeat;
        height: auto !important;
        background-image: url("/../../img/eupago/Vector21.png") !important;
    }

    #tpa .container4 > img {
        display: none;
    }

    #tpa .container5 {
        height: auto !important;
        background-image: url("/../../img/eupago/Vector3.png");
        background-size: cover;
    }

    #tpa .buttons1 {
        margin-top: 60px !important;
        align-items: center !important;
        display: block !important;
    }

    #tpa .btn.btn-success.bt1 {
        width: 80% !important;
        height: 70px !important;
        margin-left: 10% !important;
    }

    #tpa .btn.btn-outline-success.bt2 {
        margin-top: 20px !important;
        margin-left: 10% !important;
        width: 80% !important;
        height: 70px !important;
    }

    #tpa .container7 {
        height: auto !important;
    }

    #tpa .redImages {
        height: 90px !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    #tpa .redImages1 {
        height: 90px !important;
        padding-left: 0% !important;
    }

    #tpa .changeW {
        display: none;
    }

    #tpa .navbar-nav {
        padding-left: 10% !important;
        padding-top: 50px !important;
    }

    #tpa .h4head {
        width: 100% !important;
    }

    #tpa .rounded.float-right {
        opacity: 0.7 !important;
    }

    #tpa .h3head {
        text-shadow: black 0.05em 0.05em 0.05em;
    }

    #tpa .h4headcenter {
        padding: 0;
    }

    #tpa .container7 > img {
        display: none;
    }
}

@media screen and (orientation: landscape) and (max-width: 769px) {
    #tpa .btn.btn-success {
        font-size: 24px !important;
    }

    #tpa .btn.btn-outline-success {
        font-size: 24px !important;
    }

    h1 {
        font-size: 55px !important;
        font-weight: 600;
    }

    #tpa .h4class {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    #tpa .changeW {
        display: none;
    }

    #tpa .navbar {
        padding-left: 10% !important;
        padding-top: 69px !important;
    }

    #tpa .navbar-nav {
        padding-top: 20px !important;
    }

    #tpa .resize {
        width: 100% !important;
    }

    #tpa .div1 {
        padding-left: 10% !important;
        width: 80% !important;
    }

    #tpa .pub {
        height: 100px !important;
    }

    #tpa .col-sm {
        width: 100% !important;
        padding-top: 0px !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
        padding-bottom: 40px !important;
    }

    #tpa .text-item {
        padding-top: 30px !important;
    }

    #tpa .colunas {
        padding-top: 70px !important;
    }

    #tpa .styleDiv {
        padding-top: 10px !important;
    }

    #tpa .linha {
        margin: 50px 10% 50px 10% !important;
    }

    #tpa .pub1 {
        display: none !important;
        text-align: center !important;
    }

    #tpa .pub2 {
        display: none !important;
        text-align: center !important;
    }

    #tpa .um {
        text-align: center !important;
        padding-top: 30px !important;
    }

    #tpa .centro {
        text-align: center !important;
    }

    #tpa .dois {
        padding-left: 80px !important;
        padding-right: 80px !important;
        text-align: center !important;
    }

    #tpa .w-100 {
        padding-top: 0px !important;
    }

    #tpa .container3 {
        height: 300px !important;
    }

    #tpa .container3 > img {
        height: 300px;
    }

    #divId {
        display: block !important;
    }

    #tpa .sectionDiv {
        padding: 0% 10% 0% 10% !important;
    }

    #tpa .hidden {
        display: none !important;
    }

    #tpa .container4 {
        background-size: cover;
        background-repeat: no-repeat;
        height: auto !important;
        background-image: url("/../../img/eupago/Vector21.png") !important;
    }

    #tpa .container4 > img {
        display: none;
    }

    #tpa .container5 {
        height: auto !important;
        background-image: url("/../../img/eupago/Vector3.png") !important;
        background-size: cover;
    }

    #tpa .container6 {
        height: auto !important;
    }

    #tpa .pub {
        height: 100px !important;
    }

    #tpa .text-item {
        padding-top: 30px !important;
    }

    #tpa .colunas {
        padding-top: 50px !important;
    }

    #tpa .styleDiv {
        padding-top: 10px !important;
    }

    #tpa .container2 {
        height: auto !important;
    }

    #tpa .container2 > img {
        display: none;
    }

    #tpa .tres {
        padding-left: 80px !important;
        padding-right: 80px !important;
        text-align: center !important;
    }

    #tpa .changeW {
        width: 100% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
    #tpa .container7 > img {
        display: none;
    }

    #tpa .rounded.float-right {
        border-radius: 250px 0px 250px 590px !important;
    }

    #tpa .container1 {
        height: 700px;
    }

    #tpa .container1 > img {
        height: 700px;
    }

    #tpa .btn.btn-success {
        font-size: 24px !important;
    }

    #tpa .btn.btn-outline-success {
        font-size: 24px !important;
    }

    #tpa h1 {
        font-size: 55px !important;
        font-weight: 600;
    }

    #tpa .redImages {
        height: 90px !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    #tpa .redImages1 {
        height: 90px !important;
        padding-left: 0% !important;
    }

    #tpa .pub {
        height: 100px !important;
    }

    #tpa .resize {
        width: 100% !important;
    }

    #tpa .col-sm {
        width: 100% !important;
        padding-top: 0px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 60px !important;
    }

    #tpa .h4class {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    #tpa .text-item {
        padding-top: 30px !important;
    }

    #tpa .colunas {
        padding-top: 70px !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    #tpa .styleDiv {
        padding-top: 10px !important;
    }

    #tpa .linha {
        margin: 50px 10% 50px 10% !important;
    }

    #tpa .navbar-nav {
        padding-left: 10% !important;
        padding-top: 20px !important;
    }

    #tpa .div1 {
        width: 80% !important;
        padding-left: 20% !important;
        gap: 10px !important;
    }

    @media screen and (width: 1240px) {
        #tpa .um {
            text-align: center !important;
        }

        #tpa .dois {
            text-align: center !important;
        }

        #tpa .h5landscape {
            padding-right: 12% !important;
            padding-left: 12% !important;
        }
    }

    @media screen and (max-width: 1240px) {
        #tpa .container2 {
            height: auto;
        }

        #tpa .container2 > img {
            display: none;
        }

        #tpa .container6 {
            height: auto !important;
        }

        #tpa .container6 > img {
            display: none;
        }

        #tpa .container7 {
            background-size: 100% 100% !important;
        }

        #tpa .navbar-nav {
            padding-top: 0px !important;
            padding-left: 55% !important;
        }

        #tpa .col-sm {
            width: 100% !important;
            padding-top: 0px !important;
            padding-left: 16px !important;
            padding-right: 16px !important;
            padding-bottom: 20px !important;
        }

        #tpa .divQuadrado {
            width: 100px;
            padding-left: 35px;
        }

        #tpa .linhaP {
            margin-bottom: 32px;
        }

        #tpa .h5landscape {
            padding-right: 8% !important;
        }

        #tpa #divId {
            display: flex;
            justify-content: center !important;
        }

        #tpa .col3 {
            display: flex !important;
            padding-right: 18px !important;
        }

        #tpa .sectionDiv {
            width: 50%;
        }

        #tpa .centro {
            padding: 24px 40px 24px 0;
        }

        #tpa .greenDiv {
            width: 900px;
        }
    }

    @media screen and (max-width: 991px) {
        #tpa .buttons1 {
            margin-top: 60px !important;
            align-items: center !important;
            display: block !important;
        }

        #tpa .btn.btn-success.bt1 {
            width: 50% !important;
            height: 70px !important;
            margin-left: 25% !important;
        }

        #tpa .btn.btn-outline-success.bt2 {
            margin-top: 20px !important;
            margin-left: 25% !important;
            width: 50% !important;
            height: 70px !important;
        }

        #tpa .changeW {
            display: none;
        }

        #tpa .divQuadrado {
            display: none;
        }

        #tpa .h5landscape {
            padding-left: 18% !important;
            padding-right: 18% !important;
        }

        #tpa #divId {
            margin-left: 17% !important;
            width: 90% !important;
        }

        #tpa .container2 > img {
            display: none;
        }

        #tpa .container2 {
            height: auto !important;
        }

        #tpa .container6 {
            height: auto !important;
            background-size: 100% 100% !important;
        }

        #tpa .navbar-nav {
            padding-top: 20px !important;
            padding-left: 10% !important;
        }

        #tpa .col-sm {
            padding-left: 10% !important;
            padding-right: 10% !important;
            padding-bottom: 60px !important;
        }

        #tpa .um {
            text-align: center !important;
            padding-top: 30px !important;
        }

        #tpa .dois {
            text-align: center !important;
        }

        #tpa .pub1 {
            display: none !important;
            text-align: center !important;
        }

        #tpa .w-100 {
            padding-top: 0px !important;
        }

        #tpa .col-sm .col3 {
            display: flex !important;
            width: 430px !important;
        }

        #tpa #divId {
            display: block !important;
        }

        #tpa .sectionDiv {
            padding: 0% 10% 0% 10% !important;
        }

        #tpa .divProduto {
            width: 350pxx !important;
        }

        #tpa .col-sm.col5.ajusteProduto {
            padding-left: 16px !important;
            padding-right: 16px !important;
            width: 27% !important;
        }

        #tpa .centro {
            text-align: center !important;
            padding-right: 20px;
            padding-left: 20px;
        }
    }

    @media screen and (max-width: 810px) {
        #tpa .h5landscape {
            padding-left: 18% !important;
            padding-right: 18% !important;
        }

        #tpa #divId {
            margin-left: 15% !important;
            width: 90% !important;
        }

        #tpa .container2 > img {
            display: none;
        }

        #tpa .container2 {
            height: auto !important;
        }

        #tpa .container6 {
            height: auto !important;
        }

        #tpa .col-sm {
            padding-left: 20% !important;
            padding-right: 20% !important;
        }

        #tpa .um {
            text-align: center !important;
            padding-top: 30px !important;
        }

        #tpa .dois {
            text-align: center !important;
        }

        #tpa .pub1 {
            display: none !important;
            text-align: center !important;
        }

        #tpa .w-100 {
            padding-top: 0px !important;
        }

        #tpa .divQuadrado {
            display: none;
        }

        #tpa .col-sm .col3 {
            display: flex !important;
            width: 430px !important;
        }

        #tpa #divId {
            display: block !important;
        }

        #tpa .centro {
            text-align: center !important;
        }
    }

    @media screen and (max-width: 792px) {
        #tpa #divId {
            margin-left: 26% !important;
            width: 90% !important;
        }

        #tpa .h5landscape {
            padding-left: 18% !important;
            padding-right: 18% !important;
        }

        #tpa .container2 > img {
            display: none;
        }

        #tpa .container2 {
            height: auto !important;
        }

        #tpa .um {
            text-align: center !important;
            padding-top: 30px !important;
        }

        #tpa .dois {
            text-align: center !important;
        }

        #tpa .pub1 {
            display: none !important;
            text-align: center !important;
        }

        #tpa .w-100 {
            padding-top: 0px !important;
        }

        #tpa .divQuadrado {
            display: none;
        }

        #tpa .col-sm .col3 {
            display: flex !important;
            width: 430px !important;
        }

        #tpa #divId {
            display: block !important;
        }

        #tpa .centro {
            text-align: center !important;
        }
    }

    #tpa .pub2 {
        display: flex !important;
        text-align: center !important;
    }

    #tpa .hidden {
        display: none !important;
    }

    #tpa .container4 {
        background-size: cover;
        background-repeat: no-repeat;
        height: auto !important;
        background-image: url("/../../img/eupago/Vector21.png") !important;
    }

    #tpa .container4 > img {
        display: none;
    }

    #tpa h4 {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    #tpa .navbar {
        width: 90% !important;
    }

    #tpa .h3head {
        font-size: 32px !important;
    }

}

#container2 {
    scroll-behavior: smooth;
}

#tpa .mr-auto.p-2 img {
    width: 220px;
    height: 49px;
}

@font-face {
    font-family: myFirstFont;
    src: url("../fonts/ProximaNova-Regular.otf");
}

body {
    font-family: myFirstFont;
    overflow-x: hidden;
    /*width: 102% !important*/
}

#tpa {
    font-family: myFirstFont;
    overflow-x: hidden;
    width: 102% !important
}

#tpa .reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 1;
    transition: 1s all ease;
}

#tpa .reveal.active {
    transform: translateY(0);
    opacity: 1;
}

#tpa .container1 {
    height: 920px;
    opacity: 1;
    background: url("/../../img/eupago/backgroundTpa.png");
    background-size: cover;
    background-position: left;
}

#tpa .container1 > img {
    width: 100%;
    height: 920px;
    opacity: 0.3;
}

#tpa .div1 {
    margin-top: 270px;
    padding-left: 250px;
    position: absolute;
    width: 1000px;
    z-index: 1;
}

#tpa h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    color: #00EBA4;
    line-height: normal;
    letter-spacing: 4px;
    padding-bottom: 12px !important;
}

#tpa h3 p {
    color: #FFFFFF;
}

#tpa h3 span {
    color: #0a30d8;
}

#tpa .h3head {
    font-size: 24px;
}

#tpa .h3_div2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: normal !important;
    padding-bottom: 0 !important;
}

#tpa h1 {
    line-height: 88px;
    font-family: 'Proxima Nova Extrabold';
    font-weight: 800;
    font-size: 88px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

#tpa h4 {
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-left: 15%;
    padding-right: 15%;
}

#tpa h4 p {
    font-weight: 700;
}

#tpa h4 span {
    color: #00EBA4;
    padding-left: 20%;
    padding-right: 20%;
}

#tpa .h4head {
    width: 550px;
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    line-height: 130% !important;
    font-size: 24px;
    padding-bottom: 24px;
}

#tpa h5 {
    font-size: 16px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#tpa h5 p {
    color: #050D30;
}

#tpa .navbar {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #E3F4F1;
    display: flex;
    padding: 69px 100px 16px 0px;
    gap: 50px;
    height: 160px;
    flex: none;
    position: absolute !important;
    width: 100%;
    top: 0 !important;
    background-color: transparent !important;
    z-index: 3;
}

#tpa .nav-link {
    display: flex;
    flex: none;
}

#tpa .imageTop {
    top: 0px;
    right: 0px;
}

#tpa .rounded.float-right {
    border-radius: 200px 0px 250px 500px !important;
}

#tpa .buttons {
    margin-top: 30px;
    align-items: left !important;
    display: flex;
    z-index: 2;
    height: 60px;
    font-size: 20px;
}

#tpa .btn.btn-success {
    font-style: normal;
    font-weight: 700;
    color: #010F0D;
    font-size: 24px;
    background-color: #00EBA4;
    width: 200px;
    border-radius: 6px;
    height: 72px;
}

#tpa .btn.btn-outline-success {
    font-style: normal;
    font-weight: 700;
    color: #00EBA4;
    font-size: 24px;
    border: 2px;
    border-style: solid;
    margin: 0 15px;
    border-radius: 6px;
    height: 72px;
    width: 200px;
}

#tpa .btn.btn-outline-success:hover {
    color: #FFFFFF;
    background-color: transparent;
}

#tpa .btn.btn-outline-success:active {
    color: #00EBA4;
    background-color: #0C241E;
}

#tpa h2 {
    font-size: 48px;
    font-family: 'Proxima Nova ExtraBold';
    font-weight: 800;
    line-height: normal;
    color: #FFFFFF;
    padding: auto 20px auto 20px !important;
    margin-bottom: 24px !important;
}

#tpa h2 p {
    color: #050D30;
    margin-bottom: 0;
}

#tpa h2 span {
    color: #00EBA4;
}

#tpa .container2 {
    background: #041355;
}

@media screen and (min-width: 1240px) {
    @media screen and (width: 1240px) {
        #tpa .divQuadrado {
            display: none;
        }
    }

    #tpa .rounded.float-right {
        border-radius: 240px 0px 250px 590px !important;
    }

    #tpa .container6 {
        height: 1260px;
    }

    #tpa .container6 > img {
        height: 1260px;
    }

    @media screen and (min-width: 1550px) {
        #tpa .navbar-nav {
            padding-left: 77%;
        }
    }

    #tpa .imageTop img {
        height: 860px;
    }

    #tpa .h4head {
        font-size: 32px;
    }

    #tpa .h3head {
        font-size: 32px;
    }

    #tpa .divQuadrado {
        width: 100px;
        padding-left: 35px;
    }

    #tpa .um {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #tpa .centro {
        padding: 24px 40px 24px 0 !important;
    }

    #tpa .dois {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #tpa .container2 {
        height: 1200px;
    }

    #tpa .container2 > img {
        height: 1200px;
    }

    #tpa .container7 {
        height: 800px;
    }

    #tpa .container7 > img {
        height: 800px;
    }

    #tpa .redImages {
        height: 90px !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    #tpa .redImages1 {
        height: 90px !important;
        padding-left: 0% !important;
    }

    #tpa .img-flowing {
        width: 29% !important;
        height: 29% !important;
    }

    h1 {
        text-shadow: #050D30 0.02em 0.02em 0.02em;
    }

    #tpa .col-sm {
        padding: 0 16px 0 16px !important;
    }

    #tpa .container3 {
        height: 600px !important;
    }

    #tpa .h4class {
        padding-left: 25% !important;
        padding-right: 25% !important;
    }

    #tpa .greenDiv {
        width: 800px;
    }
}

#tpa .col-sm {
    width: 270px;
    display: table;
    padding: 0 16px 0 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#tpa .div1_1 {
    padding-top: 128px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#tpa .colunas {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#tpa .pub {
    width: 120px;
    height: 120px;
}

#tpa .pub1 {
    width: 60px;
    height: 60px;
}

#tpa .pub2 {
    width: 60px;
    height: 60px;
}

#tpa .text-item {
    text-align: center;
    padding-top: 20px;
}

#tpa .centerDiv {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2;
}

#tpa .linha {
    width: 998px;
    height: 0px;
    border: 2px solid #3B90FF;
    margin: 70px 10% 70px 10%;
}

#tpa .linhaP {
    display: flex;
    justify-content: center;
    align-items: center;
}

#tpa .linhaD {
    display: flex;
    justify-content: center;
    align-items: center;
}

#tpa .styleDiv {
    padding-top: 0px;
}

#tpa .container {
    z-index: 2;
}

#tpa .container3 {
    height: 450px;
    z-index: 1;
}

#tpa .container3 > img {
    width: 100%;
    height: 100%;
}

#tpa .container4 {
    background: #D2EAFF;
}

#tpa .col.col3 {
    background-color: #F4F7F7;
    display: flex;
    padding: 32px 40px 32px 32px;
    max-width: 410px !important;
    box-shadow: 20px 20px 20px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

#tpa #divId {
    display: flex;
    gap: 20px;
    justify-content: center !important;
}

#tpa .limite {
    width: 150px !important;
    text-align: left;
}

#tpa .container4 {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto !important;
    background-image: url("/../../img/eupago/Vector21.png") !important;
}

#tpa .container4 > img {
    display: none;
}

#tpa .container5 {
    height: auto;
    background: #00EBA4;
    background-image: url("/../../img/eupago/Vector3.png") !important;
    background-size: cover;
}

#tpa .col-sm.col5 {
    padding-top: 100px;
    width: 100% !important;
}

#tpa .divProduto {
    background-color: #F4F7F7;
    padding: 50px 50px 50px 50px;
    text-align: center;
    box-shadow: 20px 20px 20px 10px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}

#tpa .linha1 {
    width: 80%;
    height: 0px;
    border: 0.1px solid #A3C4BA;
    margin: 16px 0% 16px 0%;
}

#tpa .green {
    background-color: #00EBA4;
    padding: 16px 16px 16px 16px;
    border-radius: 10px;
}

#tpa .container6 {
    background: #010F0D;
}

#tpa .greenDiv {
    background-color: #010F0D;
    padding: 56px 32px 56px 32px;
    text-align: center;
    box-shadow: 0px 0px 192px rgba(87, 135, 121, 0.25);
    border-radius: 10px;
}

#tpa .container7 {
    background: #00EBA4;
}

#tpa .buttons1 {
    margin-top: 70px;
    align-items: center !important;
    display: flex;
    justify-content: center;
    z-index: 2;
}

#tpa .btn.btn-success.bt1 {
    font-style: normal;
    font-weight: 700;
    color: #010F0D;
    font-size: 24px;
    background-color: #E3F4F1;
    width: 340px;
    border: none;
    border-radius: 10px;
}

#tpa .btn.btn-outline-success.bt2 {
    font-style: normal;
    font-weight: 700;
    color: #010F0D;
    font-size: 24px;
    background-color: #00EBA4;
    border: 2px;
    width: 340px;
    border-style: solid;
    margin: 0 15px;
    border-radius: 10px;
}

#tpa .changeLine {
    font-size: 20px;
    color: #F4F7F7;
}

#tpa .changeSize {
    font-size: 48px;
    color: #00EBA4;
    font-weight: 400;
    margin-bottom: .0rem;
}

#tpa .nav-link {
    color: white !important;
}

#tpa .redImages {
    width: 120px;
}

#tpa .imgFundo {
    position: absolute;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
}

#tpa .img2 {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#tpa .img3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tpa .navbar-toggler {
    width: 40px;
    border: none;
    justify-content: center !important;
    padding: 4px 2px 2px 2px;
    border: #00EBA3;
    border-style: solid;
    border-radius: 10px;
    box-shadow: none;
}

#tpa .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

#tpa .two-columns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#tpa .container4 .containerList .row #divId .col3 {
    max-height: 175px !important;
}

.tpa_device {
    width: 100%;
    height: 98%;
    background-image: url("/../../img/eupago/tpa.png");
    position: relative;
    z-index: 2;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: 100%;
    scale: 1.05;
}

@media screen and (max-width: 1400px) {
    .tpa_device {
        background-size: 95% 95%;
        background-position: bottom right;
    }
}

@media screen and (max-width: 1300px) {
    .tpa_device {
        background-size: 90% 90%;
        background-position: bottom right;
    }

    #tpa .navbar-nav {
        padding-left: 40%;
    }
}

@media screen and (max-width: 1250px) {
    .tpa_device {
        background-size: 85% 85%;
        background-position: bottom right;
    }
}

@media screen and (max-width: 1200px) {
    .tpa_device {
        background-size: 80% 80%;
        background-position: bottom right;
    }
}

@media screen and (max-width: 1100px) {
    .tpa_device {
        background-size: 75% 75%;
        background-position: bottom right;
    }
}

@media screen and (max-width: 900px) {
    .tpa_device {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    #tpa .navbar-nav {
        padding-left: 55%;
    }
}


/* ************************** TPA Page End  ************************* */