@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.r_header {
    padding-top: 1%;
    all: revert;
    background-color: #004650;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 3;
    border: 0px solid white;
}

.menu-container {
    padding-top: 1%;
    padding-bottom: 1%;
}

.r_header .logo {
    display: block;
    float: left;
    padding: 15px 30px;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    color: #f4f4f4;
    text-decoration: none !important;
}

.r_header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.r_header .menu-icon {

    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.r_header .menu-icon .navicon {
    background: #f4f4f4;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 35px;
}

.r_header .menu-icon .navicon:after {
    background: #f4f4f4;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 114%;
}

.r_header .menu-icon .navicon:before {
    background: #f4f4f4;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 86%;
}

.r_header .menu-icon .navicon:before {
    top: 10px;
}

.r_header .menu-icon .navicon:after {
    top: -10px;
}

.r_header .menu-btn {
    display: none;
}

.r_header .dropdown-content {
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: #004650;
    width: 868px;
    top: 119%;
    right: -73%;
    padding: 12px 16px;
    z-index: 4;
}

.r_header .dropdown-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    text-color: #222222;
    width: 256px;
}

.r_header .dropdown-content li {
    padding-left: 4%;
    width: 100%;
}

.r_header .dropdown-content li a {
    display: block;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
}

.r_header .dropdown-content li:hover {
    background-color: #5695802e;
}

.r_header .dropdown-content li a:hover {
    color: #5695802e;
}

.r_header .menu-btn:checked~.dropdown-content {
    display: block;
}

.r_header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.r_header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
    width: 100%;
}

.r_header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
    width: 100%;
}

.r_header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.r_header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.menu-buttom {
    margin: 2%;
    border-radius: 14px;
    width: 29%;
    height: 3rem;
    background-color: #C36B0D;
    border: none;
}

.menu-buttom p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #DEAE87 !important;
    font-size: 0.9rem !important;
}

.menu-button2 {
    margin: 2%;
    border-radius: 14px;
    width: 40%;
    height: 3rem;
    background-color: #DEAE87;
    border: none;
}

.menu-button2 p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #ffffff !important;
    font-size: 0.9rem !important;
}

.menu-button2 img {
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 2%;
}

.menu-buttomdrop {
    width: 151px;
}

.menu-button2drop {
    width: 218px;
}

.menu-button3 {
    margin: 3%;
    border-radius: 25px;
    width: 100%;
    height: 3rem;
    background-color: #DEAE87;
    border: none;
}

.menu-button3 p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #ffffff !important;
    font-size: 0.9rem !important;
}

.menu-button3 img {
    padding-right: 4%;
    padding-left: 3%;
}

.menu-buttom4 {
    margin: 2%;
    border-radius: 25px;
    width: 100%;
    height: 3rem;
    background-color: #C36B0D;
    border: none;
}

.menu-buttom4 p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #DEAE87 !important;
    font-size: 0.9rem !important;
}

.menu-button2drop img {
    margin-left: 17%;
    margin-right: 7%;
    margin-bottom: 1%;
}

.back-to-top {
    background-color: #C36B0D;
    text-decoration: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}

.back-to-top:hover {
    background-color: #C36B0D;
}

.back-to-top:active {
    box-shadow: none;
    background-color: #C36B0D;
}

.back-to-top svg.icon__arrow-up {
    margin-top: -12%;
    fill: white;
    width: 50px;
    height: 50px;
}

a {
    text-decoration: none !important;
    color: #000 !important;
    text-decoration: underline;
}

body,
html {
    height: 100% !important;
    font-family: 'Montserrat' !important;
}

form {
    width: 100%;
}

.carousel-indicators {
    margin-bottom: -2rem !important;
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.4);
    border-top: 25px solid;
    z-index: 15;
    border-radius: 19px;
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 19px;
    height: 11px;
    margin-right: 11px;
    margin-left: 9px;
    text-indent: -999px;
}

.carousel-control-prev-icon {
    border-radius: 32px;
    width: 100% !important;
    height: 10% !important;
    background-image: url("../imagens/arrow-left.png") !important;
    background-color: #ffffff14;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    margin-top: 0;
    opacity: 1 !important;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 5% !important;
    color: #fff;
    text-align: center !important;
    transition: opacity -2.85s ease !important;
}

.carousel-control-next-icon {
    border-radius: 32px;
    width: 100% !important;
    height: 10% !important;
    background-color: #ffffff14;
    width: 100px !important;
    background-image: url("../imagens/arrow-rigth.png") !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    margin-left: 9%;
}

.btn-group-lg>.btn,
.btn-lg {
    width: 45%;
}

.btn-group-lg>.btn,
.btn-lg {
    text-align: center;
    padding: 0rem 0rem 0rem 0rem !important;
    font-size: 1rem !important;
    ;
}

.form-senha {
    margin-left: 35%;
    margin-top: -3%;
}

.login-btn {
    margin-left: 30%;
    padding: 1% 1% 1% 1% !important;
}

.form-senha label {
    text-align: end;
    font-size: 0.8em;
    color: #fff !important;
}

.form-senha a {
    text-decoration: none;
    text-align: end;
    font-size: 0.8em;
    color: #fff !important;
}

.form-menu {
    margin-top: 0% !important;
    z-index: 99;
    background-image: url('../imagens/bg-form.png');
    margin-left: -2.6%;
    background-size: cover;
}

.form-campo {
    margin-bottom: 1%;
    margin-left: 10%;
    width: 78%;
}

.portal {
    width: 28.1% !important;
    display: flex;
    margin-top: 0% !important;
    z-index: 99;
    background-image: url('../imagens/fundo-verde-menu.png');
    margin-left: -3.2%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-primary {
    color: #fff;
    background-color: #123C32 !important;
    border-color: #fff0 !important;

}

p {
    font-size: 1.2rem;
    font-family: 'Montserrat';
    margin-bottom: 0 !important;
    color: #fff !important;

}

p2 {
    font-family: 'Montserrat';
    font-size: 0.8rem;
    margin-bottom: 0 !important;
    color: #AED8CF !important;
}

p3 {
    font-family: 'Montserrat';
    font-size: 0.8rem;
    color: #64B59D !important;
}

h1 {
    font-size: 3.5rem;
    text-align: center;
    font-weight: bold !important;
    color: #fff !important;
}

h3 {
    color: #fff !important;
}

h5 {
    font-family: 'Montserrat';
    font-size: 1.2rem !important;
    margin-bottom: 0 !important;
    color: #fff !important;
}

.menu a {
    text-decoration: none;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #fff !important;
    transition: visibility 0.25s linear;
    display: inline-block;
    position: relative;
}

#highlights {
    background-repeat: no-repeat;
    background-image: url('../imagens/home/BG-section2.png');
}

.highlights {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.highlights h2 {
    font-size: 5rem;
    font-weight: 900;
    font-family: 'Montserrat';
    color: #C36B0D;
    margin-top: 4%;
}

.highlights2 {
    background-color: #004650;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3%;
}

.highlights2 p {
    text-align: center;
    font-weight: 900;
    font-family: 'Montserrat';
    font-size: 2rem;
}

#associado {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../imagens/home/BG-section3.png');
}

.associado {
    margin-left: 14.8%;
    padding: 12%;
}

.associado h2 {
    color: #004650;
    font-size: 4rem;
    font-weight: 900;
    font-family: 'Barlow Condensed', sans-serif;

}

.associado p {
    font-size: 1.5rem;
    width: 86%;
}

.beneficios {
    box-shadow: 0 7px 10px rgb(0 0 0 / 18%), 0 4px 5px rgb(0 0 0 / 31%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    display: flex;
    margin-bottom: 11%;
    margin-top: -6%;
    width: 53%;
    margin-left: 23%;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    background-color: #fff;
}

.beneficios p {
    font-size: 1rem;
    font-weight: 600;
    color: #1d4d43 !important;
}

.beneficios2 {
    z-index: 99;
    box-shadow: 0 7px 10px rgb(0 0 0 / 18%), 0 4px 5px rgb(0 0 0 / 31%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    display: flex;
    margin-bottom: 3%;
    margin-top: -3%;
    width: 53%;
    margin-left: 23%;
    border-radius: 9px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    align-content: center;
    background-color: #004650;
}

.beneficios2 p {
    font-size: 1rem;
    font-weight: 600;
    color: #1d4d43 !important;
}

.revistas {
    margin-top: 6% !important;
}

.revistas H2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4rem;
    color: #C36B0D;
    font-weight: 900;
}

.revistas H3 {
    font-size: 2rem;
    color: #123d33 !important;
    font-weight: 600;
}

.revistas p {
    width: 83%;
    font-size: 1.5rem;
    color: #123d33 !important;
    font-weight: 600;
}

.revista-button {
    margin-top: 4%;
    border-radius: 25px;
    width: 100%;
    height: 3rem;
    background-color: #123d33;
    border: none;
}

.revista-button p {
    width: 100%;
    margin-left: 0% !important;
    font-weight: 600;
    color: #ffffff !important;
    font-size: 1.5rem;
}

#ebooks {
    padding: 0;
    background-color: #123c32;
}

.ebook {
    display: flex;
    margin-bottom: 11%;
    margin-top: 4%;
    width: 73%;
    margin-left: 15%;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    background-color: #fff;
}

.ebook H2 {
    margin-bottom: 4%;
    font-size: 2rem;
    color: #DEAE87;
    font-weight: 900;
}

.ebook H3 {
    margin-bottom: 4% !important;
    font-size: 2rem;
    color: #123d33 !important;
    font-weight: 600;
}

.ebook p {
    margin-bottom: 4% !important;
    font-size: 0.8rem;
    color: #50ac96 !important;
    font-weight: 900;
}

.ebook-button {
    padding: 2% 7% 2% 7%;
    border-radius: 22px;
    background: #C36B0D;
    border: none;
}

.ebook-button p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #ffffff !important;
    font-size: 0.8rem !important;
}

.blog {
    display: flex;
    margin-bottom: 11%;
    margin-top: 4%;
    width: 73%;
    margin-left: 15%;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    background-color: #fff;
}

.blog H2 {
    font-size: 2rem;
    color: #DEAE87;
    font-weight: 900;
}

.blog H3 {
    margin-top: 5%;
    background-color: #004650;
    font-size: 1rem;
    color: #fff !important;
    font-weight: 900;
    margin-bottom: 5%;
}

.blog p {
    margin-top: 6% !important;
    background-color: #004650;
    font-size: 0.8rem;
    color: #fff !important;
    font-weight: 600;
}

.blog-content {
    padding-bottom: 3%;
    background: #004650;
    border-radius: 0px 0px 9px 9px;
}

.blog-button {
    background: #004650;
    border: none;
}

.blog-button p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #C36B0D !important;
    font-size: 0.8rem !important;
}

#clubeBeneficios {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../imagens/home/bg-section4.png');
}

.beneficios-div {
    display: flex;
    margin-bottom: 11%;
    margin-top: 4%;
    width: 73%;
    margin-left: 15%;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;

}

.beneficios-row {
    margin-top: 9% !important;
    padding-bottom: 7%;
}

.beneficios-div H2 {
    padding-top: 5%;
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
}

.beneficios-div H3 {
    padding-bottom: 5%;
    padding-top: 5%;
    font-size: 1rem;
    color: #004650 !important;
    font-weight: 900;
}

.beneficios-div p {
    margin-top: 6% !important;
    font-size: 0.8rem;
    color: #004650 !important;
    font-weight: 600;
}

.beneficios-content {
    padding-bottom: 8%;
    border-radius: 0px 0px 9px 9px;
}

.beneficios-button {
    background: #004650;
    border: none;
}

.beneficios-button p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #C36B0D !important;
    font-size: 0.8rem !important;
}

#parceiros {
    margin-top: -4%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../imagens/home/bg-section5.png');
}

.parceiros-div {
    display: flex;
    margin-bottom: 11%;
    margin-top: 4%;
    width: 58%;
    margin-left: 21%;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;

}

.parceiros-row {
    margin-top: 9% !important;
    padding-bottom: 7%;
}

.parceiros-div H2 {
    padding-top: 5%;
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
}

.parceiros-div H3 {
    padding-bottom: 5%;
    padding-top: 5%;
    font-size: 1rem;
    color: #004650 !important;
    font-weight: 900;
}

.parceiros-div p {
    margin-top: 6% !important;
    font-size: 0.8rem;
    color: #004650 !important;
    font-weight: 600;
}

.parceiros-content {
    padding-bottom: 8%;
    border-radius: 0px 0px 9px 9px;
}

.secondCol-button2 {
    margin: 2%;
    border-radius: 25px;
    width: 20%;
    height: 3rem;
    background-color: #C36B0D;
    border: none;
}

.secondCol-button2 p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #3b5e56 !important;
    font-size: 2rem !important;
}

.form-buttomHome {
    width: 34%;
    background-color: #FAB31F !important;
    border-radius: 20px !important;
}

.contato {
    width: 50%;
    display: flex;
    margin-bottom: 11%;
    margin-top: 4%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    background-color: #fff;
    margin-left: 27%;
}

.contato H2 {
    font-size: 2rem;
    color: #DEAE87;
    font-weight: 900;
}

.clube-section {
    background-color: #123c32;
}

.clube-col h2 {
    font-weight: 800;
    font-size: 2rem;
    color: #fff;

}

.clube-col p {
    font-size: 0.8rem;
    color: #fff;
}

#workshops {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../imagens/workshop/bg1.png');
}

.workCard-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.workCard {
    margin: 5% 0% 5% 0% !important;
    display: flex;
    padding: 4% 0% 4% 0%;
    background-color: #d1d1d1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.workCard1 {
    margin: 5% 0% 5% 0% !important;

}

.workCard2 {
    margin: -3.7% 0% 7% 0% !important;

}

.workCard:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ambulatorio-virtual {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: -27% !important;
    margin-bottom: 25%;
}

.ambulatorio-virtual h2 {
    font-weight: 800;
    font-size: 2rem;
    color: #6fbfab;
}

.ambu-button {
    margin: 1%;
    border-radius: 8px;
    width: 23%;
    height: 3rem;
    background-color: #C36B0D;
    border: none;
}

.ambu-button p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #fff !important;
    font-size: 0.9rem !important;
}

#quemsomos {
    background-image: url('../imagens/abme/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.img-bg {
    padding: 0;
    margin-bottom: -9%;
    z-index: 99;
    margin-top: -2%;
}

.img-bg img {
    padding: 0;
    width: 16%;
}

.quemSomos h2 {
    color: #DEAE87;
    font-weight: 800;

}

.quemSomos1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
}

.quemSomos2 {
    width: 100%;
    margin-bottom: 5%;
    padding: 2% 11% 2% 12%;
    border-radius: 18px;
    background-color: #004650;
    height: 100%;
}

.quemSomos2 p {
    padding: 0% 0% 0% 6%;
    font-size: 1rem;
}

.quemSomos3 img {
    margin-left: -19%;
}

.abme-section2 h2 {
    margin-top: 3%;
    font-weight: 800;
    color: #004650;
}

.abme-section2 p {
    color: #004650 !important;
}

#membrosDiretoria {
    background-image: url('../imagens/abme/bg-3.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#membrosTitulares {
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
}

.col-img {
    display: flex;
    padding: 6%;
    border-radius: 15px 0px 0px 15px;
    background-color: #004650;
    flex-direction: column;
    align-items: center;
}

.col-txt {
    display: flex;
    border-radius: 0px 15px 15px 0px;
    background-color: #004650;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.col-txt h2 {
    font-weight: 800;
    font-size: 1rem;
    color: #004650 !important;
}

.col-txt p {
    font-size: 0.8rem;
    color: #fff !important;
    ;
}

.img-bg2 {
    padding: 0;
    margin-bottom: 2%;
    margin-top: -12%;
}

.img-bg3 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -28%;
    margin-top: 12%;
}

.img-bg4 {
    margin-bottom: -27%;
    margin-top: 3%;
}

#estatuto {
    background-image: url('../imagens/abme/Estatuto.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.estatuto {
    padding: 0%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 15px;
}

.estatuto p {
    padding: 2%;
}

.estatuto button {
    margin: 0%;
    border-radius: 10px;
    width: 38%;
    height: 3rem;
    background-color: #C36B0D;
    border: none;
    font-weight: bold;
}

#eventos {
    background-image: url('../imagens/eventos/BG.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.congresso {
    margin-bottom: 5%;
    background-color: #004650;
    border-radius: 17px;
    margin-top: 5% !important;
}

.convencao {
    margin-bottom: 5%;
    border-radius: 17px;
    margin-top: 5% !important;
}

.congresso-img img {
    margin-top: -16%;
}

.congresso-buttom {
    margin: 2%;
    border-radius: 25px;
    width: 94%;
    height: 3rem;
    background-color: #C36B0D;
    border: none;
}

.congresso-buttom p {
    margin-left: 0% !important;
    font-weight: bold;
    color: #ffff;
    font-size: 0.9rem !important;
}

.edicao1 {
    padding: 1%;
    background-color: #6fbfab;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.edicao1 h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #ffff !important;

}

.edicao2 {
    padding: 1%;
    background-color: #9ce2d0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.edicao2 h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #ffff !important;

}

.revista-col {
    margin-bottom: 0%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.revista-col h2 {
    font-size: 1.9rem;
    font-weight: bold;
}

.col-edicao {
    margin-bottom: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.revista-col p {
    width: 63%;
    font-size: 1rem;
    color: #123c32 !important;
    padding: 3%;
}

.img-bg-publi {
    display: flex;
    padding: 0;
    margin-bottom: -13%;
    margin-top: 0%;
    justify-content: flex-end;
}

.img-bg-publi img {
    width: 35%;
}

.img-bg-publi2 {
    margin-bottom: -30%;
    z-index: 99;
    margin-top: 15%;
}

.img-bg-publi2 img {
    width: 22%;
}

.artigos-col {
    margin-left: 8% !important;
    padding-bottom: 17%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
}

.col-img-publi {
    display: flex;
    padding: 0%;
    border-radius: 15px 0px 0px 15px;
    background-color: #ded2d6;
    flex-direction: column;
    align-items: center;
}

.col-txt-publi {
    display: flex;
    border-radius: 0px 15px 15px 0px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.col-txt-publi h2 {
    font-weight: 800;
    font-size: 1.3rem;
    color: #004650 !important;
}

.col-txt-publi p {
    font-size: 1rem;
    color: #004650 !important;
}

#blog-section {
    background-image: url('../imagens/publicacoes/bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.assesoria h2 {
    font-size: 2rem;
    font-weight: 900;
    color: #6fbfab;
}

.assesoria p {
    width: 80%;
    padding-top: 5%;
    font-size: 1rem;
    color: #123c32 !IMPORTANT;
}

.assesoria span {
    font-weight: 700;
    text-decoration: underline;
    color: #6fbfab
}

#marketing {
    background-image: url('../imagens/parceiros/marketing.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.marketing {
    padding-top: 10%;
    padding-bottom: 15%;
}

.marketing h2 {
    padding-top: 5%;
    padding-bottom: 5%;
    color: #fff;
    font-weight: 900;
    font-size: 2rem;
}

.marketing p {
    width: 60%;
    font-size: 1rem;
}

.parceiro-row {
    margin-top: -9% !important;
}

.parceiro-col h2 {
    color: #004650;
    font-size: 2rem;
    font-weight: 800;
}

.parceiro-col {
    margin-top: -35% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.parceiro-button {
    margin: 2%;
    border-radius: 25px;
    width: 18%;
    height: 3rem;
    background-color: #C36B0D;
    border: none;
}

.parceiro-buttom p {
    margin-left: 0% !important;
    color: #FFF !important;
    font-size: 0.9rem !important;
}

#associado-section {
    background-image: url('../imagens/portal/pa-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#bonificacao {
    background-image: url('../imagens/portal/pa-bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bonificacao {
    padding: 0%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 15px;
}

.bonificacao p {
    color: #004650 !important;
    padding: 2%;
}

#termos- {
    background-image: url('../imagens/portal/termos-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#blog-section2 {
    background-image: url('../imagens/portal/bg-4.png');
    background-repeat: no-repeat;
    background-size: cover;
}


#clubeDeBeneficios2 {
    background-image: url('../imagens/clube/bg-beneficio.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.beneficios-linha h2 {
    margin-left: 23%;
    font-size: 3.3rem;
    font-weight: 900;
    color: #123c32;
}

.beneficios-linha p {
    font-size: 1.1rem;
    margin-left: 23%;
    font-weight: 700;
    color: #123c32 !important;
}

#clubeDeBeneficios3 {
    background-color: #E1DAC8;
    background-repeat: no-repeat;
    background-size: cover;
}

#clubeDeBeneficios3 img {
    margin-top: -15%;
}

.formulario {
    margin-top: -45%;
}

.formulario h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #DEAE87
}

.form-wrapper {

    background: #0046509e !important;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-wrapper h1 {
    color: #3d3d3d;
}

.form-wrapper .form-page-center {

    top: 50%;
    left: 50%;
    ;
}

@media (min-width: 768px) {
    .form-wrapper form .form-group.w-md-25 {
        width: 20%;
    }
}

.row-membros {
    margin-bottom: 5%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

@media (max-width:1600px) {
    .associado {
        margin-left: -3.2%;
        padding: 12%;
    }

    .beneficios {
        box-shadow: 0 7px 10px rgb(0 0 0 / 18%), 0 4px 5px rgb(0 0 0 / 31%);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        display: flex;
        margin-bottom: 11%;
        margin-top: -6%;
        width: 73%;
        margin-left: 15%;
        border-radius: 9px;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        background-color: #fff;
    }

    .r_header .dropdown-content {
        width: 658px;
    }

    .marketing {
        padding-top: 5%;
        padding-bottom: 10%;
    }

    .ambulatorio-virtual {
        margin-left: 9%;
        margin-top: -28% !important;
        margin-bottom: 25%;
        width: 50%;
    }

    .artigos-col {
        padding-bottom: 1%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: center;
    }

    .img-bg4 {
        margin-bottom: -36%;
        margin-top: 3%;
    }

    .img-bg3 {
        display: flex;
        justify-content: flex-end;
        margin-bottom: -40%;
        margin-top: 12%;
    }

    .img-bg-publi2 {
        margin-bottom: -38%;
        z-index: 99;
        margin-top: 29%;
    }

    .img-bg-publi2 img {
        width: 14%;
    }


}

@media (max-width: 1201px) {
    .ambu-button {
        width: 28%;
        height: 3rem;
    }

    .ambulatorio-virtual h2 {
        font-size: 2rem;
    }

    .ambulatorio-virtual {
        margin-left: 0%;
        margin-top: 4% !important;
        margin-bottom: 1%;
        width: 50%;
    }

    .congresso-img img {
        margin-top: -4%;
    }

    .quemSomos1 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .quemSomos3 img {
        margin-left: 0%;
    }

    .menu-buttom {
        margin: 2%;
        border-radius: 25px;
        width: 50%;
        height: 3rem;
        background-color: #C36B0D;
        border: none;
    }

    .menu-button2 {
        margin: 2%;
        border-radius: 25px;
        width: 50%;
        height: 3rem;
        background-color: #DEAE87;
        border: none;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
    }

    .menu-buttomdrop {
        width: 100%;
    }

    .menu-button2drop {
        width: 100%;
    }

    .menu-button2 img {
        margin-left: 4%;
        margin-right: -3%;
    }

    .r_header .dropdown-content {
        right: 322px;
        top: 100px;
    }

    .inline-menu {
        margin-top: 0% !important;
        display: flex;
        justify-content: center !important;
        align-items: center;
    }
}

@media (max-width: 1400px) {
    .menu {
        z-index: 99;
        position: relative;
        top: 0;
        left: 3% !important;
        right: 0;
    }
}


@media (max-width:900px) {
    .formulario {
        margin-top: -23%;
    }

    .parceiro-col {
        margin-top: -78% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .parceiro-row {
        margin-top: -2% !important;
    }

    .parceiro-button {
        width: 52%;
    }

    .marketing {
        padding-top: 6%;
        padding-bottom: 25%;
    }

    .marketing h2 {
        padding-top: 3%;
        padding-bottom: 2%;
        color: #fff;
        font-weight: 900;
        font-size: 2rem;
    }

    .marketing p {
        width: 75%;
        font-size: 1rem;
        margin-bottom: 7% !important;
    }

    .ambu-button {
        width: 86%;
        height: 3rem;
    }

    .clube-col h2 {
        font-weight: 800;
        font-size: 2rem;
        color: #fff;
    }

    .quemSomos2 {
        width: 90% !important;
        ;
    }

    .r_header .dropdown-content {
        width: 100%;
        right: 0;
        top: 70px;
    }

    .contato {
        width: 100%;
        display: flex;
        margin-bottom: 11%;
        margin-top: 4%;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: center;
        background-color: #fff;
        margin-left: 0%;
    }

    .form-buttomHome {
        width: 100%;
        background-color: #FAB31F !important;
        border-radius: 20px;
    }

    .beneficios-div H2 {
        padding-top: 5%;
        font-size: 2.5rem;
        color: #fff;
        font-weight: 900;
    }

    .beneficios {
        margin-top: -6%;
        width: 90%;
        margin-left: 5%;
    }

    .revistas H2 {
        font-size: 2.5rem;
    }

    .associado h2 {
        color: #004650;
        font-size: 2rem;
        font-weight: 900;
        font-family: 'Montserrat';
    }

    .secondCol-button2 {
        margin: 2%;
        border-radius: 25px;
        width: 71%;
        height: 3rem;
        background-color: #C36B0D;
        border: none;
    }

    .highlights h2 {
        font-size: 2rem;
        margin-top: 6%;
    }

    .associado p {
        font-size: 1.2rem;
        width: 100%;
    }
}

footer .quick-links {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright {
    color: white;
}

.fa-ellipsis-h {
    color: white;
    padding: 2rem 0;
}

.icon:before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.2em;
    display: inline-block;
    background-size: cover;
}

.icon.hidden {
    display: block;
    width: 0.8em;
    text-indent: -7777px;
}

.icon.hidden:before {
    display: none;
}

.icon.hidden:after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    background-size: cover;
    float: right;
}

#beneficios2 span {
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff !important
}

#beneficios2 {
    background-color: #E1DAC8;
    color: #222222;
}

#beneficios2 a {
    color: #7d2231;
}

.icon.settings:after,
.icon.settings:before {
    background-image: url('../imagens/clube/Elipse.png');
}

.home {
    background-image: url(../imagens/geral/poligonos.png);
    padding-bottom: 20px;
}

.home .padContainer .row h1 {
    color: #DEAE87 !important;
}

.fullpage p {
    color: #333333 !important;
    font-size: 16px;
}

.menuLogado .dados {
    width: 100%;
    text-align: center;
}

.menuLogado .linksAssociado ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block !important;
}

.menuLogado .linksAssociado ul li {
    display: inline-block !important;
    padding: 0px;
    margin: 2px -2px;
}

.menuLogado .linksAssociado ul li a {
    background-color: #004650;
    color: #FFFFFF !important;
    border-radius: 7px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
}

.menuLogado .linksAssociado ul li a:hover,
.menuLogado .linksAssociado ul li a.ativo {
    background-color: #C36B0D;
    color: #DEAE87 !important;
}

.noShow {
    display: none;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: inline-block;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #003D30 !important;
    background-color: #E1DAC8;
    border: 1px solid #E1DAC8;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #003D30 !important;
    background-color: #C36B0D;
    border-color: #C36B0D;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #FFFFFF !important;
    background-color: #003D30;
    border-color: #003D30;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777 !important;
    background-color: #E1DAC8;
    border-color: #003D30;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/* CARTÃO VIRTUAL INÍCIO */
.cartao-virtual {
    position: relative;
    width: 564px;
    height: 378px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.cartao-img-fundo {
    width: 100%;
    height: 100%;
    display: block;
}

.cartao-dados-associado {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align: left;
    color: #FFFFFF;
    padding: 0 30px;
}

.cartao-dados-associado h3,
.cartao-dados-associado p {
    margin: 20px -15px;
    word-wrap: break-word;
    font-size: 1em;
}

@media screen and (max-width: 600px) {
    .cartao-virtual {
        width: 100%;
        height: auto;
    }

    .cartao-dados-associado {
        top: 60px;
        padding: 0 15px;
    }

    .cartao-dados-associado h3,
    .cartao-dados-associado p {
        margin: 5px 0;
        font-size: 0.6em;
    }
}

/* CARTÃO VIRTUAL FIM */

/* ALERTAS COM CORES MAIS VIVAS INÍCIO */

.alert-success {
    background-color: #28a745 !important;
    border-color: #1e7e34 !important;
    color: #ffffff !important;
}

.alert-danger {
    background-color: #dc3545 !important;
    border-color: #bd2130 !important;
    color: #ffffff !important;
}

.alert-warning {
    background-color: #ffc107 !important;
    border-color: #ffca2c !important;
    color: #212529 !important;
}

.alert-info {
    background-color: #17a2b8 !important;
    border-color: #138496 !important;
    color: #ffffff !important;
}

/* ALERTAS FIM */

.carregando {
    display: none;
}

.select2-container {
    width: 100% !important;
}