html {
    font-size: 16px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

img {
    width: 100%;
    height: auto;
}

*:last-child {
    margin-bottom: 0;
}

h1,
.h1 {
    font-size: 50px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
    color: unset;
}

@media (min-width: 992px) {
    html {
        font-size: 20px;
    }

    header {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 60px;
    }
}

@media (min-width: 1400px) {
    header {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 78px;
    }

    h2,
    .h2 {
        font-size: 48px;
    }

    h3,
    .h3 {
        font-size: 38px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }
}

/* CLASSES GERAIS */

@media (min-width: 1400px) {
    /*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
        width: calc(100% - 180px);
    }
    .row {
        width: calc(100% + var(--bs-gutter-x));
    }*/
}
.font-weight-700 {
    font-weight: 700;
}
.pd-padrao {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt-padrao {
    padding-top: 90px;
}

.pb-padrao {
    padding-bottom: 90px;
}

.detalhe-bg {
    position: absolute;
    background: url(../images/detalhes-bg.png) 0 0;
    background-size: 12px auto;
    z-index: 3;
    opacity: 0.5;
}

.bg-white .detalhe-bg,
.bg-light .detalhe-bg {
    opacity: 1;
}

.detalhe-bg.left,
.detalhe-bg.right {
    width: 45px;
    height: 100%;
    top: 0;
}

.detalhe-bg.top,
.detalhe-bg.bottom {
    width: 100%;
    height: 45px;
}

.detalhe-bg.top {
    top: 0;
}

.detalhe-bg.bottom {
    bottom: 0;
    background-position: 0 -3px;
}

.infos {
    border-left: 3px solid #fff;
    padding-left: 10px;
}

.infos-right {
    border-left: none !important;
    padding-left: 0 !important;
    border-right: 3px solid #fff;
    padding-right: 10px;
    text-align: right;
}

.infos h3 {
    font-size: 18px;
    margin: 0;
}

.infos p {
    font-size: 12px;
    margin: 0;
}

@media (min-width: 768px) {
    .detalhe-bg {
        background-size: 16px auto;
    }
}

@media (min-width: 992px) {
    .pd-padrao {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .pt-padrao {
        padding-top: 120px;
    }

    .pb-padrao {
        padding-bottom: 120px;
    }
}

@media (min-width: 1400px) {
    .pd-padrao {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .pt-padrao {
        padding-top: 160px;
    }

    .pb-padrao {
        padding-bottom: 160px;
    }

    .detalhe-bg {
        background-size: 22px auto;
    }

    .detalhe-bg.top,
    .detalhe-bg.bottom {
        height: 80px;
    }

    .detalhe-bg.left,
    .detalhe-bg.right {
        width: 80px;
    }

    .infos {
        border-left: 5px solid #fff;
        padding-left: 15px;
    }

    .infos-right {
        border-right: 5px solid #fff;
        padding-right: 15px;
    }

    .infos h3 {
        font-size: 22px;
    }

    .infos p {
        font-size: 14px;
    }
}

/* CORES */

.bg-primary {
    background-color: #4D8CCA !important;
}

.bg-secundary {
    background-color: #323E5F !important;
}

.bg-tertiary {
    background-color: #3568A0 !important;
}

.bg-people {
    background-color: #7771B1 !important;
}

.bg-unosat {
    background-color: #D53216 !important;
}

.bg-agenda {
    background-color: #313D5E !important;
}

.bg-peace {
    background-color: #63C3EF !important;
}

.bg-planet {
    background-color: #219E45 !important;
}

.bg-prosperity {
    background-color: #F09300 !important;
}

.bg-multilateral-diplomacy {
    background-color: #B81371 !important;
}

.bg-ncd {
    background-color: #1F7129 !important;
}

.bg-partnerships {
    background-color: #4D8CCA !important;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323E5F;
    opacity: .15;
    z-index: -1;
}

.text-primary {
    color: #4D8CCA !important;
}

.text-secundary {
    color: #323E5F !important;
}

.text-tertiary {
    color: #3568A0 !important;
}

.text-people {
    color: #7771B1 !important;
}

.text-unosat {
    color: #D53216 !important;
}

.text-agenda {
    color: #313D5E !important;
}

.text-peace {
    color: #63C3EF !important;
}

.text-planet {
    color: #219E45 !important;
}

.text-prosperity {
    color: #F09300 !important;
}

.text-multilateral-diplomacy {
    color: #B81371 !important;
}

.text-ncd {
    color: #1F7129 !important;
}

.text-partnerships {
    color: #4D8CCA !important;
}

.bg-primary .text-light,
.bg-secundary .text-light,
.bg-tertiary .text-light {
    color: #B8DEF6 !important;
}

/* BOTÕES */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #4D8CCA;
    border-radius: 100px;
    padding: 10px 25px;
    color: #fff;
    font-weight: 700;
    border: none;
    transition: background .2s;
}

.btn.transparent {
    background-color: transparent;
}

.btn:hover {
    background-color: #323E5F;
}

.text-white .btn:hover {
    background: #fff;
    color: #323E5F;
}

.btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: background .2s;
}

.btn i>* {
    fill: #323E5F;
}

.btn-circle-icon {
    padding: 4px 4px 4px 25px;
}

.btn-circle-icon i {
    background-color: #323E5F;
    width: 36px;
    height: 36px;
    border-radius: 100px;
}

.text-white .btn-circle-icon i {
    background-color: #fff;
}

.btn-circle-icon i>* {
    fill: #fff;
}

.text-white .btn-circle-icon i>* {
    fill: #4D8CCA;
}

.btn-circle-icon.left {
    padding: 4px 25px 4px 4px;
    order: 0;
    flex-direction: row-reverse;
}

.btn.left i {
    margin-left: 0;
    margin-right: 15px;
}

.btn-secundary {
    background-color: #323E5F;
}

.btn-secundary:hover {
    background: #4D8CCA;
    color: #fff;
}

.btn-secundary.btn-circle-icon i {
    background-color: #4D8CCA;
}

.btn-secundary.btn-circle-icon:hover i {
    background-color: #323E5F;
}


/* NAVBAR */
.navbar,
.navbar-brand {
    padding: 0;
}

.header-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(69, 65, 61, 0.2);
    transition: transform 0.3s ease-in-out;
}

.header-main.hide {
    transform: translateY(-100%);
}

.header-main .navbar-brand {
    height: 45px;
}

.header-main .navbar-brand img {
    height: 100%;
    width: auto;
}

.navbar-nav a {
    font-size: 16px;
    color: #000;
}

.navbar-nav a:hover {
    color: #3E92CF;
}

.navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    max-width: 320px;
    padding: 30px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    overflow: auto;
    max-height: calc(100vh - 90px);
}

.navbar-toggler-icon {
    display: block;
    position: relative;
    height: 3px;
    background: #3e92cf;
    border-radius: 3px !important;
}

.navbar-toggler {
    padding: 10px 0;
    border: none;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    width: 100%;
    height: 3px;
    left: 50%;
    border-radius: 3px !important;
    transform: translateX(-50%);
    position: absolute;
    background-color: #3e92cf;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    bottom: -8px;
}

.dropdown-menu {
    padding: 0;
    margin: 0 -30px;
    border-radius: 0;
    background-color: #EBECEC;
}

.dropdown-menu .nav-link {
    padding: 7px 30px;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu .nav-link:hover {
    background-color: #3e92cf;
    color: #fff;
}

.nav-link {
    transition: color 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .header-main>.container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 992px) {
    .header-main .navbar-brand {
        height: 60px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .navbar-expand-lg .navbar-collapse>.btn {
        margin-top: 0;
        margin-left: 50px;
    }
}

@media (min-width: 1400px) {
    .navbar .navbar-collapse {
        position: static;
        top: calc(100% + 15px);
        right: 0;
        width: auto;
        max-width: none;
        padding: 0;
        background-color: transparent;
        overflow: visible;
        justify-content: flex-end;
    }

    .navbar-nav>li {
        border-right: 1px solid #ccc;
    }

    .navbar-nav>li>.nav-link {
        padding: 0 15px !important;
    }

    .dropdown-menu {
        padding: 15px 0;
        margin: 0 -30px;
        border-radius: 8px;
        background-color: #fff;
    }
}

/* FOOTER */
.pre-footer {
    background-color: #4D8CCA;
}

.pre-footer .btn-2 {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
}

.pre-footer .btn-2 i {
    margin-right: 15px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.pre-footer .btn-2:hover i {
    background-color: #313D5E;
}

.pre-footer .btn-2 i::after {
    content: '';
    display: block;
    border: 4px solid #4D8CCA;
    border-top: none;
    border-right: none;
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translate(1px, -1px);
    transition: all 0.3s ease-in-out;
}

.pre-footer .btn-2:hover i::after {
    border-color: #fff
}

.pre-footer .btn.icon {
    color: #4D8CCA;
    transition: all 0.3s ease-in-out;
}

.pre-footer .btn.icon:hover {
    background-color: #313D5E;
    color: #fff;
}

.pre-footer .btn.icon i {
    margin-left: 15px;
}

.pre-footer .btn.icon i svg path {
    fill: #4D8CCA;
    transition: all 0.3s ease-in-out;
}

.pre-footer .btn.icon:hover i svg path {
    fill: #fff;
}

@media (min-width: 992px) {
    .pre-footer .btn-2 {
        font-size: 22px;
    }
}

@media (min-width: 1600px) {
    .pre-footer .btn-2 i {
        margin-right: 20px;
        width: 50px;
        height: 50px;
    }

    .pre-footer .btn-2 i::after {
        border: 6px solid #4D8CCA;
        border-top: none;
        border-right: none;
        width: 20px;
        height: 20px;
    }

    .pre-footer .btn-2 {
        font-size: 32px;
    }

    .pre-footer .btn.icon {
        font-size: 22px;
    }
}

footer .container {
    padding-top: 35px;
    padding-bottom: 35px;
}

footer .navbar-brand {
    max-width: 220px;
    display: block;
}

.nav-social li {
    width: 42px;
    margin: 0 8px;
}

.nav-social li:first-child {
    margin-left: 0;
}

.nav-social li:last-child {
    margin-right: 0;
}

.nav-social li a {
    border-radius: 100px;
    display: block;
    border: 1px solid #fff;
    box-shadow: 0 0 0 0 rgba(58, 141, 222, 0.5);
    transition: box-shadow 0.3s ease-in-out;
}

.nav-social li:hover a {
    box-shadow: 0 0 0 5px rgba(58, 141, 222, 0.5);
}

.nav-social li a i {
    display: block;
}

.nav-social li a i svg {
    width: 100%;
    height: auto;
    fill: #3A8DDE;
}


/* HOME */

.hero {
    min-height: 100vh;
}

.hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero .bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .container {
    padding-top: 220px;
    position: relative;
    z-index: 2;
    min-height: 100vh;
}

.hero h1 {
    font-size: 42px;
    line-height: 0.9;
    font-weight: 400;
}

.hero h1 strong {
    font-size: 48px;
    display: block;
}

@media (min-width: 768px) {
    .hero h1 {
        font-size: 42px;
    }

    .hero h1 strong {
        font-size: 58px;
    }

    .hero,
    .hero>.container {
        min-height: 50vh;
    }
}

@media (min-width: 992px) and (orientation: landscape) {
    .hero>.container {
        min-height: 100vh;
        padding-top: 90px;
    }
}

@media (min-width: 1600px) {
    .hero h1 {
        font-size: 74px;
    }

    .hero h1 strong {
        font-size: 100px;
    }
}

.foreword .foto {
    position: relative;
    padding-top: 80%;
    height: 100%;
}

.foreword .foto .image {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
}

.foreword .foto .image .detalhe-bg {
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
}

.foreword .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.foreword .infos {
    position: absolute;
    bottom: 40px;
    right: 40px;
    border-color: #3E92CF;
}

@media (min-width: 768px) {
    .foreword .foto .image .detalhe-bg {
        left: calc(var(--bs-gutter-x) * .5);
        width: 80px;
    }

    .foreword .foto .image {
        left: auto;
        right: 0;
        transform: none;
        width: 50vw;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .foreword .infos {
        bottom: 60px;
        right: 60px;
    }

    .foreword .texto .detalhe-bg {
        top: 0;
        right: 0;
        width: 80px;
        height: 100%;
        background-position: calc(100% - 3px);
    }
}

@media (min-width: 1400px) {
    .foreword .infos {
        bottom: 75px;
        right: 75px;
    }
}

/* PILAR */

.pilar main .btn:hover, .pilar main .btn:focus, .pilar main .btn:active {
    color: #fff;
}
.pilar main .btn {
    transition: all 0.2s;
}
.pilar main .btn:hover {
    transform: scale(1.1);
}

.hero-pilar {
    margin-top: 75px;
}

.hero-pilar .image-name {
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 65vw;
    display: flex;
    align-items: center;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.hero-pilar .image-name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 2;
    background-color: #323E5F;
    opacity: 0.4;
}

.hero-pilar .image-name>img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.hero-pilar .image-name .name {
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 45px 0;
}

.hero-pilar .image-name .name img {
    /* position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); */
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: 0 0;
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

.hero-pilar .image-name .name h1 {
    line-height: 1;
    font-size: 36px;
    font-weight: 700;
}

.hero-pilar .image-name .name h2 {
    line-height: 1;
    width: calc(100% - 120px);
}

.hero-pilar .texto {
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 700;
}

.hero-pilar .texto .content {
    margin-bottom: 30px;
}

@media (min-width: 575px) {
    .hero-pilar .image-name {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .hero-pilar .image-name {
        min-height: calc(90vh - 75px);
        min-height: calc(50vw - 75px);
    }

    .hero-pilar .image-name::before,
    .hero-pilar .image-name>img {
        left: auto;
        right: 0;
        transform: none;
        width: 65vw;
    }

    .hero-pilar .image {
        padding-right: 50px;
    }

    .hero-pilar .image-name .name {
        padding-right: 50px;
    }

    .hero-pilar .texto {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .hero-pilar {
        margin-top: 90px;
    }

    .hero-pilar .image-name {
        min-height: calc(90vh - 90px);
    }

    .hero-pilar .image-name .name {
        padding: 0 80px 0 120px;
    }

    .hero-pilar .image-name .name img {
        position: absolute;
        top: 0;
        left: 0;
        /* transform: translateY(-50%); */
        width: 100px;
        height: 100px;
    }

    .hero-pilar .image-name .name h1 {
        font-size: 46px;
    }
}

@media (min-width: 1200px) {
    .hero-pilar .image-name .name {
        padding: 0 100px 0 120px;
    }
}

@media (min-width: 1400px) {
    .hero-pilar .image {
        padding-right: 75px;
    }

    .hero-pilar .image-name .name {
        padding-left: 160px;
        padding-right: 120px;
    }

    .hero-pilar .image-name .name h1 {
        font-size: 60px;
    }

    .hero-pilar .image-name .name img {
        width: 140px;
        height: 140px;
    }

    .hero-pilar .texto {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}



.hero-pilar .selos {
    width: calc(100% + 14px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin: -7px;
}

.hero-pilar .selos img {
    margin: 7px;
    width: calc(25% - 14px);
    /*image-rendering: pixelated;*/
}

@media (min-width: 575px) {
    .hero-pilar .selos img {
        width: calc(20% - 14px);
    }
}

@media (min-width: 768px) {
    .hero-pilar .selos img {
        width: calc(25% - 14px);
    }
}

.pilar-infos-primary,
.pilar-infos-secundary {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
}

.pilar-infos-primary {
    background: #fff;
    max-width: 900px;
    margin-top: 15px;
}

.pilar-icon {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px auto;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    mask-size: contain;
    -webkit-mask-size: contain;
    display: flex;
    align-items: center;
}

.infos-pilar {
    display: flex;
    width: 100%;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}

.infos-pilar h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
}

.infos-pilar h3~p {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.pilar-infos-secundary {
    padding: 0;
}

.pilar-infos-secundary .infos-pilar {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.pilar-infos-secundary .infos-pilar .vr {
    display: none;
}

.pilar-infos-secundary .infos-pilar .info {
    padding: 15px 30px;
}

.pilar-infos-secundary .infos-pilar h3 {
    font-size: 35px;
}

.pilar-infos-secundary .infos-pilar h3 ~ p {
    text-transform: lowercase;
}

@media (min-width: 575px) {
    .pilar-infos-primary {
        display: flex;
        align-items: center;
    }

    .pilar-icon {
        margin: 0 30px 0 0;
    }

    .infos-pilar {
        width: calc(100% - 150px);
    }
}

@media (min-width: 768px) {
    .pilar-infos-primary {
        padding: 30px 60px 30px 40px;

    }

    .pilar-icon {
        margin: 0 50px 0 0;
    }

    .infos-pilar h3 {
        font-size: 55px;
    }

    .infos-pilar h3~p {
        font-size: 16px;
    }

    .pilar-infos-secundary .infos-pilar .info {
        padding: 15px 45px;
    }

    .pilar-infos-secundary .infos-pilar h3 {
        font-size: 45px;
    }
}

@media (min-width: 992px) {
    .pilar-infos-primary {
        padding: 30px 80px 30px 60px;
    }

    .pilar-icon {
        width: 180px;
        height: 180px;
    }

    .infos-pilar {
        justify-content: center;
    }

    .pilar-infos-primary .infos-pilar .info {
        margin: 0 auto;
    }

    .pilar-infos-primary .infos-pilar .info:last-child {
        margin: 0 0 0 auto;
    }

    .infos-pilar h3 {
        font-size: 70px;
    }

    .infos-pilar h3~p {
        font-size: 16px;
    }
    .pilar-infos-secundary .infos-pilar {
        flex-wrap: nowrap;
    }
    .pilar-infos-secundary .infos-pilar .vr {
        display: block;
    }
    .pilar-infos-secundary .infos-pilar h3 {
        font-size: 55px;
    }
}

.hl-item {
    margin-bottom: 60px;
}

.hl-item:last-child {
    margin-bottom: 0;
}

.hl-item img {
    width: 130px;
    height: auto;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .hl-item {
        display: flex;
        align-items: center;
        align-items: flex-start;
        margin-bottom: 100px;
    }

    .hl-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .hl-item img {
        margin-right: 40px;
        margin-bottom: 0;
        margin-top: -20px;
    }

    .hl-item:nth-child(even) img {
        margin-left: 40px;
        margin-right: 0;
    }
}
@media (min-width: 1400px) {
    .hl-item {
        margin-bottom: 120px;
    }

    .hl-item img {
        width: 150px;
    }
}

.depoimentos {
    margin-bottom: 15px;
}
.depoimentos:last-of-type {
    margin-bottom: 0;
}
.depoimentos .foto {
    position: relative;
    min-height: 65vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.depoimentos .foto::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100% + 10px);
    background-color: #323E5F;
    opacity: 0.2;
}
.depoimentos .foto h2 {
    width: 50%;
    position: relative;
}
.depoimentos .foto img {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.depoimentos .texto {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.depoimentos .btn {
    background-color: #fff;
}
.depoimentos .infos h3 {
    font-weight: 700;
}

@media (min-width: 768px) {
    .depoimentos {
        position: relative;
    }
    .depoimentos .foto {
        min-height: 50vw;
    }
    .depoimentos .foto::before {
        transform: none;
        width: calc(50vw + 10px);
        height: 100%;
        top: 0;
        left: auto;
    }
    .depoimentos .foto::before {
        right: -5px;
    }
    .depoimentos:nth-child(even) .foto::before {
        left: -5px;
    }
    .depoimentos .foto img {
        width: 50vw;
        transform: translateX(0);
    }
    .depoimentos .foto img {
        right: 5px;
    }
    .depoimentos:nth-child(even) .foto img {
        left: 5px;
    }
    .depoimentos .foto {
        margin-left: 0;
        margin-right: 0;
    }
    .depoimentos .texto {
        padding-left: 50px;
    }
    .depoimentos:nth-child(even) > .container > .row {
        flex-direction: row-reverse;
    }
    .depoimentos:nth-child(even) .texto {
        padding-right: 50px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .depoimentos .foto {
        min-height: 35vw;
    }
}
@media (min-width: 1400px) {
    .depoimentos .foto {
        padding-top: 100px;
    }
    .depoimentos:nth-child(even) .foto {
        padding-left: 100px;
    }
    .depoimentos .foto::before {
        right: -10px;
    }
    .depoimentos:nth-child(even) .foto::before {
        left: -10px;
    }
    .depoimentos .foto img {
        right: 10px;
    }
    .depoimentos:nth-child(even) .foto img {
        left: 10px;
    }
    .depoimentos .texto {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .depoimentos .texto {
        padding-left: 100px;
    }
    .depoimentos:nth-child(even) .texto {
        padding-right: 100px;
    }
    .depoimentos .infos p {
        font-size: 16px;
    }
}