/* Importando Bootstrap Icon */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

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

html {
    scrollbar-width: 0;
}

body {
    background-image: url("./assets/images/FUNDOMOBILE.jpg");
    font-family: "Inter";
    width: 100%;
}

.pedroAcerbiImg01Container {
    background: #35539b;
    /* height: 50vh; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20%;
    position: relative;
    /* overflow: visible; */
}

.pedroAcerbiImg01ContainerLG {
    background: #35539b;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

.pedroAcerbiImg01 {
    position: relative;
    bottom: 0;
    margin-top: -20%;
    margin-left: -10%;
    margin-bottom: -5%;
    object-fit: contain;
    width: 110%;
}

.pedroAcerbiImg01LG {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 135%;
    margin-bottom: -10%;
    width: 110%;
}

.btn-agendar {
    background: black;
    transition: transform 0.3s ease;
}

.btn-agendar:hover {
    background: black;
    transform: scale(1.1)
}

.btn-agendar-two {
    transition: transform 0.3s ease;
}

.btn-agendar-two:hover {
    transform: scale(1.1);
}

.headerInformations {
    background: #35539b;
    height: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 170%;
}

.headerInformationsTablet {
    background: #35539b;
    height: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.headerInformationsDesktop {
    background: #35539b;
    height: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.decOne {
    left: 5%;
    position: absolute;
    opacity: 0.9;
    transform: translateY(100%);
    width: 50px;
}

.decTwo {
    left: 80%;
    position: absolute;
    opacity: 0.9;
    transform: translateX(-50%);
    transform: translateY(-100%);
    width: 100px;
}

.sectionThreeContainer {
    background-image: url('./assets/images/young-person-with-anxiety-talking-specialist_11zon.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.sectionThreeContainerBgColor {
    background: linear-gradient(to right, #94c2dfd0, #36559cd8);
}

.cardDepoimento {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.50);
    height: 175px;
    width: 200px;
}

.btnDepoimento {
    background-color: transparent;
}

.titleQuestions {
    background: #35539b;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.questions {
    position: relative;
    color: black;
    text-decoration: none;
}

.questions-container>p {
    margin-bottom: 2px;
}

.mapAddress {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.30);
}

.footerContainer {
    background-image: url("./assets/images/FUNDOMOBILE.jpg");
    background: #35539b;
    color: white;
}

.sectionFourContainer {
    align-items: center;
    background-color: #35549bd6;
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.contentPSI {
    position: relative;
    width: 90%;
}

.pedro-03-container {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100vw;
}

.pedroAcerbiImg03Container {
    background: white;
    border: 2px solid white;
    border-radius: 30px;
    height: 22vh;
    margin-top: 3%;
    margin-bottom: 1.5%;
    position: relative;
    width: 43%;
}

.pedroAcerbiImg03 {
    bottom: 0;
    border-radius: 30px;
    position: absolute;
    right: 0;
    height: 115%;
    width: 100%;
    max-width: 120%;
}

.pedroAcerbiImg03-tablet {
    bottom: 0;
    position: absolute;
    height: 80%;
    width: 40%;
    max-width: 100%;
}

.pedroAcerbiImg03-desktop-lg {
    bottom: 0;
    position: absolute;
    height: 85%;
    width: 31.2%;
    max-width: 100%;
}

.pedroAcerbiImg03-desktop {
    bottom: 0;
    position: absolute;
    height: 80%;
    width: 25%;
    max-width: 100%;
}

.contentPSI h2 {
    font-size: 20px;
    white-space: normal;
}

.contentPSI p {
    font-size: 12px;
    white-space: normal;
}

.contentPSI button {
    font-size: 12px;
    padding: 8px;
}

.videoSection {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 25vh;
}

.cardBody {
    background-color: whitesmoke;
    border-color: rgba(0, 0, 0, 0.500);
    margin-bottom: 10px;
}

.container-img-desktop:hover, .container-video-desktop:hover {
    cursor: pointer;
}

.clinicalTables {
    background-color: white;
}