/*
*Theme Name: DR IVO PAMPLONA
*Theme URI: https://www.webgt.com.br/
*Description: DR IVO PAMPLONA - Tema exclusivo WebGT
*Author: Giordano Magalhães
*Author URI: https://www.webgt.com.br/
*/
/*
font-family: "Open Sans", sans-serif;
font-family: "Montserrat", sans-serif;
*/
/* -> GERAL */
html,
body {
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000000;
}

body {
    background-color: #ffffff;
}

.body-modal {
    overflow: hidden;
}

img,
video {
    max-width: 100%;
}

a,
a:visited,
a:active {
    color: #0f58c7;
    text-decoration: none;
    transition: all 200ms linear;
}

a:hover {
    color: #0d6efd;
    text-decoration: none;
}

.wrap {
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.wrapShort {
    max-width: 800px;
}

#wpadminbar {
    display: none;
}

.section {
    padding: 50px 0;
}

.section-title-name {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #b26761;
    text-transform: uppercase;
}

.section-title-name [class*="fa-"] {
    font-size: 8px;
}

.section-title-slogan {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    color: #004668;
}

.color-brown {
    color: #b26761;
}

.section-content {
    margin-top: 30px;
    font-size: 15px;
    color: #42606e;
}

a.section-buttonseemore {
    margin: 50px auto 0;
    display: block;
    width: fit-content;
    padding: 4px 20px;
    background-color: #26448a;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.section-buttonseemore:hover {
    background-color: #2f56b3;
}

.transition200 a {
    transition: all 200ms linear !important;
}

/** BUTTONS */
a.button {
    padding: 4px 4px 4px 20px;
    background-color: #004668;
    border-radius: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    color: #fff;
}

.btn-banner {
    margin-left: 7px;
}

a.button-brown {
    background-color: #b26861;
    color: #fff;
}

a.button-brown:hover {
    background-color: #d4483b;
}

a.link-brown,
a.link-brown:link,
a.link-brown:visited,
a.link-brown:active {
    color: #b26861;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
}

a.link-brown:hover {
    color: #ff1600;
    text-decoration: underline dotted;
}

a.button-blue {
    background-color: #455970;
    color: #fff;
}

a.button-blue:hover {
    background-color: #3268a4;
}

a.button-green,
.button-green a {
    background-color: #00c813;
    color: #fff;
}

a.button-green:hover,
.button-green a:hover {
    background-color: #01e618;
}

/** MAIN */
main {
    position: relative;
    overflow-x: hidden;
}

.main-watermark {
    position: absolute;
    top: 10px;
    right: -20px;
    z-index: -1;
}

/** FASTINFO */
#fastinfo {
    padding: 50px 0;
}

#fastinfo .wrap {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.fastinfo-item {
    background-color: #e1e2e6;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.3);
    width: 350px;
}

.fastinfo-q1 {
    background-color: #b26861;
}

.fastinfo-q2 {
    background-color: #596573;
}

.fastinfo-item-l1 {
    padding: 0 4px 20px;
    border-bottom: #b8b8b8 solid 1px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.fastinfo-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #336b86;
}

.fastinfo-q1 .fastinfo-item-title,
.fastinfo-q2 .fastinfo-item-title {
    color: #fff;
}

.fastinfo-item-l2 {
    padding-top: 20px;
    font-size: 15px;
    color: #494949;
}

.fastinfo-q1 .fastinfo-item-l2,
.fastinfo-q2 .fastinfo-item-l2 {
    color: #fff;
}

.fastinfo-item-l2 p:last-child {
    margin: 0;
}

.fastinfo-q1 a,
.fastinfo-q1 a:link,
.fastinfo-q1 a:visited,
.fastinfo-q1 a:active {
    color: #f1dddb;
    text-decoration: underline;
}

.fastinfo-q1 a:hover {
    color: #ffc9c9;
}

.fastinfo-q2 a,
.fastinfo-q2 a:link,
.fastinfo-q2 a:visited,
.fastinfo-q2 a:active {
    color: #d5f1ff;
    text-decoration: underline;
}

.fastinfo-q2 a:hover {
    color: #8ed9ff;
}

/** BIO */
#bio {
    padding-bottom: 50px;
}

#bio .wrap {
    display: flex;
    gap: 40px;
    align-items: center;
}

#bio .color-brown {
    font-size: 16px;
}

.bio-la {
    flex-shrink: 0;
}

.bio-la {
    text-align: right;
}

.bio-lst {
    margin-top: 30px;
}

.bio-item {
    margin: 10px auto;
    display: flex;
    gap: 7px;
    align-items: start;
    color: #b26761;
}

.bio-item-icon {
    transform: translateY(3px);
}

.bio-buttons {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    align-items: center;
}

/** ESPECIALIDADES */
#especialidades {
    padding: 0 0 50px;
}

.especialidades-boxtitle {
    background-image: url(/wp-content/themes/drivopamplona/assets/imgs/especialidades-boxtitle-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 40px;
    border-radius: 10px;
}

#especialidades .section-title-slogan {
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
}

.espcialidades-lst {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.especialidades-item {
    background-color: #f5f7fb;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.especialidades-title {
    margin-top: 20px;
    font-size: 16px;
    color: #c39491;
}

/** CAT1 */
#ini-cat1 {
    background-color: #f5f7fb;
    padding: 70px 0;
    text-align: center;
}

.ini-cat1-logo {
    margin-bottom: 50px;
}

.ini-cat1-l1 {
    max-width: 914px;
    margin: 0 auto 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #455970;
    line-height: 54px;
}

.ini-cat1-l2 {
    font-size: 16px;
    color: #596573;
}

.ini-cat1-l3 {
    margin-top: 50px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

#ini-cat1 a.button {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

#ini-cat1 a.button-green [class*="fa-"] {
    font-size: 28px;
}

/** DEPOIMENTOS */
#depoimentos {
    background-color: #f1dddb;
    background-image: url(/assets/depoimentos-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    min-height: 600px;
}

.depoimentos-lst {
    max-width: 650px;
    margin: 0 0 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}

.depoimentos-item {
    position: relative;
    background-color: #ffffff;
    padding: 30px 30px 80px;
    border-radius: 7px;
}

.depoimentos-item:nth-child(even) {
    transform: translateY(10px);
}

.depoimentos-quotes {
    position: absolute;
    top: 0;
    right: 20px;
    transform: translateY(-50%);
}

.depoimentos-stars [class*="fa-"] {
    color: #ffdd00;
}

.depoimentos-text {
    margin-top: 7px;
    font-size: 14px;
    color: #455970;
}

.depoimentos-info {
    position: absolute;
    bottom: 20px;
    left: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.depoimentos-photo {
    flex-shrink: 0;
}

.depoimentos-name {
    font-weight: 700;
}

/** CONTATO */
#contatos {
    padding: 50px 0;
    background-color: #f5f7fb;
}

.contato-lb {
    margin-top: -80px;
}

#contatos .section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    font-size: 16px;
}

.contato-lst {
    margin-top: 30px;
    display: grid;
    gap: 20px;
}

.contato-item {
    display: flex;
    gap: 7px;
}

#contatos a,
#contatos a:visited,
#contatos a:active {
    font-size: 16px;
    color: #d05248;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
    transition: all 200ms linear;
}

#contatos a:hover {
    color: #de3428;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
}

#contatos .btn {
    background-color: #3d6984;
    border-color: #3d6984;
}

#contatos .btn:hover {
    background-color: #368cc2;
    border-color: #368cc2;
}

/* PAGES */
.page__header {
    background-color: #f5f5f5;
    padding: 80px 0 20px;
}

.page__header .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.page__header-title .section-title .section-title-big {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.page__header .section-title.section-title-centered .section-title-sep {
    margin: 5px auto 0 0;
}

.page__header-crumbs {
    font-size: 14px;
    color: #a0a0a0;
}

.page__content {
    margin: 80px 0;
    min-height: 250px;
}

.page__content a.noticias-item {
    background-color: #f5f5f5;
}

a.acaoparlamentar-categories-current {
    background-color: #2a6b92;
    border-color: #2a6b92;
    color: #fff;
}

.page__single-capa {
    margin-bottom: 20px;
}

/** CONTATO */
.contatopage__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
    gap: 40px;
}

.contatopage__item {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    /* border: #dadada solid 1px; */
    text-align: center;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.contatopage__item-icon {
    font-size: 40px;
}

.contatopage__item-text {
    font-size: 16px;
}

@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
}