@keyframes fadeIn{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

@keyframes fadeOut{
    0%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}



/*
RECENT
*/

.image2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.noDisplay{
    display:none!important;
}
.close {
    display:none;
}
.modalImg img{
    display:none;
}

.currentMember{
    display:inline!important;
}


.image img {
	  background-color: #dceaea;
}



.modalText>*:not(.modalAbsolute){
    padding-left:0%!important;
}
.modalText{

    padding-right:0%!important;
}
.modalAboutMe {
    padding-left: 10%;
    padding-right: 10%;
}




.complimentaryExperience::-webkit-scrollbar, .experience::-webkit-scrollbar {
    width: 12px;
}

.complimentaryExperience::-webkit-scrollbar-thumb, .experience::-webkit-scrollbar-thumb {
    border-radius: 10px!important;
    background: rgba(0, 111, 114, 1)!important;
}
.complimentaryExperience::-webkit-scrollbar-track, .experience::-webkit-scrollbar-track {
    border-radius: 10px!important;
    background: white;
}

.ID {
    width: fit-content;
}

.ID p {
    font-family: 'Montserrat';
    color: #006F72;
    font-weight: 700;
    font-size: 1.1em;
}
.experience, .complimentaryExperience {
    display: flex;
    flex-direction: column;
    height: fit-content;
    max-height: 160px;
    overflow-Y: auto;
    overflow-x: hidden;
    max-height: 120px;
}


.complimentaryExperience p br, .experience p br {
    display: block;
    content: "";
    margin-top: 2.5%;
}

.modalParagraph4 {
    display: flex;
    flex-direction: column;
}


.experience {
    margin-bottom: 2.5em;
}
span.experienceTitle {
    font-size: 1.2em;
    color: #006F72;
    font-family: 'Montserrat';
    font-weight: 700;
}

span.complimentaryExperienceTitle {
    font-size: 1em;
    color: #006F72;
    font-family: 'Montserrat';
    font-weight: 700;
}
.modalExperience {
    display: flex;
    flex-direction: column;
}
.modalExperience>p {
    margin: 0px;
}


.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #DCEAEA;
    display: none;
    flex-direction: row;
    width: 60%;
    height: auto;
    gap: 3em;
    padding: 2% 1.2% 2% 1.4%;
    z-index: 10;
    max-height: fit-content;
    border: 1px solid rgba(0,0,0,0.1);
}
.modalPhoto, .modalText {
    display: flex;
    flex-direction: column;
}
.modalImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modalImg {
    width: 100%;
    height: 100%;
    margin-bottom: 7%;
}
p.modalName1 {
    font-size: 1.1em;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #006F72;
    margin: 0;
    padding: 0;
    margin-top: 2%;
    margin-bottom: 1%;
}
p.modalName2 {
    font-size: 2.4em;
    margin: 0;
    font-family: 'Times New Roman';
    color: #006F72;
    margin-bottom: 3%;
    white-space: nowrap;

}

.modalParagraph4 p:first-child {
    font-weight: 700;
    font-size: 1.1em;
}
.modalParagraph4 p {
    font-weight: 300!important;
    font-family: 'Montserrat'!important;
    font-size: 1em!important;
    color: black!important;
    padding-right: 10%;
}
p.modalParagraph1 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #006F72;
    font-size: 1.8em;
}

.modalText>*:not(.modalAbsolute) {
    padding-left: 10%;
}

.modalAbsolute {
    position: absolute;
    top: 100%;
    left: 100%;
    width: max-content;
    transform: translate(-170%,-220%);
    cursor: pointer;
}
.modalAbsolute p img {
    position: relative;
    transform: scale(0.5);
    left: 0px;
    top: 5.3px;
}


p.modalParagraph2 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #006F72;
    font-size: 1em;
}

hr {
    width: 20%;
    margin: 0;
    background-color: #8ECECF;
    height: 6px;
    border: 0;
}

.modalText {
    flex: 1.7;
    padding-right: 10%;
    gap: 3.4em;
    margin-top: 8%;
}
.modalPhoto {
    flex: 1;
}

.modalText>p {
    margin: 0;
}

.modalBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    backdrop-filter: blur(8px);
    display:none;
}

.modalAbsolute p:hover {
    transform: scale(1.2);
}

.modalAbsolute p {
    font-family: 'Montserrat';
    font-weight: 400;
    border: 0;
    background: none;
    border-bottom: 1px solid #006F72;
    width: fit-content;
    padding: 0;
    color: #006F72;
    font-size: 1.1em;
    transition: all 0.25s ease-in-out;
}
/*
*/

.fadeIn{
    animation:fadeIn 0.3s ease-in-out forwards;
    display:flex!important;
}

.fadeOut{
    animation:fadeOut 0.3s ease-in-out forwards;
    display:flex!important;
}

body {
    overflow-x: hidden;
    margin: 0!important;
}

.textContainer {
    display: flex;
    flex-direction: row;
    margin-top: 6%;
}

.textContainer h4 {
    font-family: 'Montserrat Regular';
    color: #898989;
    font-size: var(--textS);
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    line-height: 1.2em;
}

.text5 h3 {
    font-family: 'Times New Roman';
    color: #006f72;
    text-align: center;
    font-size: var(--textXXXL);
    font-weight: 500;
}

.phoneText {
    display: none;
}

.plannet {
    background-color: #024949;
    text-align: center;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
}

.plannet a {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}

.plannet span {
    font-family: 'Montserrat Light';
    color: #0f7f7a;
    font-size: var(--textXS);
}

.imageRow {
    display: flex;
    flex-direction: row;
    gap: 7%;
    margin-top: 15%;
    margin-bottom: 8%;
}

.images {
    width: 25%;
    margin-top: -5%;
}

.container2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: self-end;
}

.info h3,
.info h4 {
    font-family: 'Montserrat Light';
    color: white;
    font-size: 1.3em;
    text-align: right;
    margin-top: 5%;
    margin-bottom: 7%;
    line-height: 1.3em;
}

.footer {
    background-color: #006f72;
    padding-top: 4%;
    margin-top: 0%!important;
}

.footerFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
}

.forminator2 {
    margin-left: 8%;
}

.forminator button span,
.forminator2 button span {
    cursor: pointer;
    color: white;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: var(--textXS);
    transition: background-size 0.3s, background-position 0s 0.3s!important;
    background-image: linear-gradient(white, white);
    background-position: 0 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
}

#forminator-module-13 .forminator-field>button.forminator-button>span {
    border-bottom: 1px solid white!important;
}

#forminator-module-13.forminator-design--material .forminator-textarea--wrap:after {
    border-color: #ffffff;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    resize: none;
}

.forminator textarea {
    border-right: 0!important;
    border-top: 0!important;
    border-left: 0!important;
    resize: none!important;
}

.forminator2 h4 {
    width: 110%;
}

.forminator-description {
    display: none!important;
}

.forminator div,
.forminator textarea,
.forminator2 div {
    font-family: 'Montserrat Light';
}

.forminator2,
.forminator {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.forminator h4,
.forminator2 h4 {
    color: white;
    font-family: 'Times New Roman';
    font-size: var(--textXXL);
}

.horarios span {
    font-family: 'Montserrat Light';
    color: white;
    font-size: 1.3em;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 17%;
}

textarea#forminator-field-textarea-1_65a4f0879ee4c {
    padding: 2%;
}

@media only screen and (min-width:300px) and (max-width:1600px) {
    .horarios span {
        font-size: 1.1em;
    }
}

@media only screen and (min-width:300px) and (max-width:1100px) {
    .footerFlex {
        flex-direction: column;
    }
    .container2 {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        margin-top: 13%;
    }
    .info h3,
    .info h4 {
        text-align: center;
    }
    .forminator h4,
    .forminator2 h4 {
        font-size: 2em;
        text-align: center;
    }
    .footerFlex {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 5%;
        margin-bottom: 3%;
    }
    .forminator2 {
        margin-left: 0;
        padding-left: 2%;
        padding-right: 2%;
    }
    .forminator {
        padding-left: 2%;
        padding-right: 2%;
    }
    .forminator2 h4 {
        width: 100%;
    }
    .forminator button span,
    .forminator2 button span {
        width: 50%;
        margin: 0 auto;
    }
}

.phoneHeader {
    display: none;
}

.menu img {
    width: 55%;
    margin-left: -30%;
    margin-top: -5%;
}

.headerText {
    display: flex;
    margin-left: 6%;
}



.headerText h1 {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #006f72;
    font-size: var(--textMP);
}

.menu {
    display: flex;
    gap: 2em;
    align-self: center;
    z-index: 2;
    position: absolute;
    right: 15%;
}

.menu a {
    cursor: pointer;
    color: white;
    font-family: 'Montserrat';
    font-size: var(--textXS);
    transition: background-size 0.3s, background-position 0s 0.3s!important;
    background-image: linear-gradient(white, white);
    background-position: 0 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    font-weight: 700;
    height: 100%;
}

.menu a:not(:last-child):hover {
    background-position: 100% 100%;
    background-size: 100% 2px;
}

span.breadcrumbs {
    font-family: 'Montserrat';
    FONT-WEIGHT: 700;
    color: #006f72;
    font-size: var(--textMP);
    display: flex;
    margin-top: -0.6%;
}

.text3 h2 {
    color: #006f72;
    font-family: 'Times New Roman';
    font-size: 3.3em;
    font-weight: 400;
}

.text3 h2 {
    color: #006f72;
    font-family: 'Times New Roman';
    font-size: var(--textXXXL);
    font-weight: 400;
}

.text3 {
    position: absolute;
    margin-left: 5%;
    margin-top: -33%;
    padding-right: 59%;
}

.innerText {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -5.3%;
    margin-left: -6%;
}

.innerText img {
    margin-left: 11%;
    width: 1.9%;
}

.innerText h3 {
    font-family: 'Montserrat Regular';
    color: #006f72;
    font-weight: 500;
    font-size: var(--textXS);
    margin-top: 0.9%;
    margin-left: 0.7%;
}


@media only screen and (min-width:650px) and (max-width:1100px){
    .close {
        transform: translateX(370%)!important;
    }
    html body .modal{
        max-height: 750px!important;
    }
}


/*
PHONE
*/
@media only screen and (min-width:200px) and (max-width:1100px){
    .close {
        display:block;
        width: fit-content;
        height: fit-content;
        font-family: 'Montserrat';
        position: sticky;
        top: 0%;
        left: 100%;
        transform: translateX(250%);
        font-size: 1.1em;
        cursor: pointer;
        font-weight:700;
    }
    html .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
        color: #dceaea!important;
    }
    html body .modalAbsolute {
        position: static;
        transform: none;
        display: none;
    }
    html body .modal {
        width: 95%;
        flex-direction: column;
        padding: 4% 10%;
        max-height: 600px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    html p.modalName1 {
        font-size: 0.9em;
    }
     html body p.modalName2 {
        font-size: 2.1em;
    }
}
@media only screen and (min-width:300px) and (max-width:1100px) {

    .innerText img {
        margin-left: 5%;
        width: 10%;
    }
    .innerText {
        margin-top: 14%;
        margin-bottom: 6%;
    }
    .header {
        display: none;
    }
    .phoneHeader {
        width: 13%;
        display: block;
        position: absolute;
        top: 0.7%;
        left: 7.5%;
        z-index: 2;
    }
}


/*
LAPTOP
*/
@media only screen and (min-width:1150px) and (max-width:1400px){
    html body .text3 {
        position: absolute;
        margin-left: 5%;
        margin-top: -40%!important;
        padding-right: 44%;
    }
    html body .modal.fadeIn {
        width: 88%!important;
    }
}
@media only screen and (min-width:1150px) and (max-width:1600px) {
    html body .text3 {
        position: absolute;
        margin-left: 5%;
        margin-top: -34%;
        padding-right: 44%;
    }
    .image {
        height: 100dvh;
    }
    .image img {
        height: 100%;
        object-fit: cover;
    }
    html body .modal.fadeIn {
        width: 75%;
    }
    span.breadcrumbs {
        margin-top: -0.9%;
        font-size: var(--textM-);
    }
    .headerText h1 {
        font-size: var(--textM-)!important;
    }
    .menu a {
        font-size: var(--textXS)!important;
    }
    .menu {
        right: 9%!important;
    }
    .menu {
        right: 12%;
    }
}

.et_pb_section.et_pb_section_0.et_section_regular {
    padding: 0;
    margin: 0;
}

.et_pb_row.et_pb_row_0 {
    padding: 0;
}

span.italics {
    font-style: italic;
}

.row2 {
    margin-top: 7%;
}

.text1 h4,
.text2 h4,
.text4 h4 {
    color: #006f72;
    font-family: 'Times New Roman';
    margin-bottom: 5%;
    font-size: 3.4em;
}

.text1 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.text1 h3,
.text2 h3,
.text4 p {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #006f72;
    font-size: 0.8em;
    margin-bottom: -0.5%;
}

.text1 h5 {
    color: #afafaf;
    font-family: 'Times New Roman';
    font-style: italic;
    font-weight: 700;
    margin-bottom: 5%;
    font-size: 1.8em;
    padding-left: 15%;
    padding-right: 15%;
}

.image1 {
    width: 50%;
    margin: 0 auto;
    margin-top: 4%;
}

.row3 {
    margin-top: 12%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: row;
}

.image2 {
    display: flex;
    flex: 1;
}

.text2 h5 {
    font-family: 'Montserrat';
    font-weight: 300;
    color: #898989;
    padding-right: 31%;
    line-height: 1.4em;
}

.text2 {
    display: flex;
    flex: 1.3;
    flex-direction: column;
}

.row4 {
    background-color: rgba(220, 234, 234, 0.61);
    margin-top: 8%;
    padding-bottom: 1%;
    padding-top: 4%;
}

.text4 {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.teamText {
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    margin-bottom: 6%;
}

.teamText>* {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 4%;
    padding-right: 4%;
}

.textSquare h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #006f72;
    font-size: 1.5em;
    margin-bottom: 0.5%;
}

.textSquare p {
    font-weight: 300;
    font-family: 'Montserrat';
    color: #898989;
    font-size: 1.1em;
}

.forminator2 a {
    width: auto;
    margin: 0 auto;
    margin-top: 7%;
    color: white;
    border-bottom: 1px solid white;
    transition: all 0.25s ease-in-out;
}

.forminator2 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.forminator2 h4 {
    color: white;
    font-family: 'Times New Roman';
    font-size: var(--textXXL);
}

.forminator2 span img {
    position: relative;
    transform: scale(0.5);
    left: 0px;
    top: 5.3px;
}

.forminator2 a:hover {
    transform: scale(1.05);
}

.forminator h4,
.forminator2 h4 {
    color: white;
    font-family: 'Times New Roman';
    font-size: var(--textXXL);
}

.forminator2 h4 {
    text-align: center;
    margin-left: -4%;
    width: 110%;
}
.teamRow {
    display: flex;
    flex-direction: row;
    padding: 0% 5%;
}
.teamMember {
    display: flex;
    flex-direction: column;
    background-color: #DCEAEA;
    padding: 1.5%;
    gap: 1.7em;
    flex: 1;
}

.filler{
    opacity:0!important;
}

.rowTeam {
    margin-top: 6%;
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.memberPicture{
    display:flex;
    flex:1;
}
.memberPicture img{
    width:100%;
    object-fit: cover;
}

.nameText{
    display:flex;
    flex-direction:column;
    flex:0.7;

}
.nameText h3{
    font-family:'Montserrat';
    font-weight:700;
    color:#006F72;
    text-transform:uppercase;
} 
.nameText h4 {
    font-family: 'Times New Roman';
    font-weight: 400;
    color: #006F72;
    font-size: 2.6em;
}
.nameText hr {
    background: #8ECECF;
    width: 25%;
    margin: 0;
    height: 6px;
    border: none;
}

.teamRow {
    padding: 0% 16%;
    gap: 2em;
}
.nameText h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #006F72;
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 0;
    margin-bottom: 0.2em;
}

.memberText {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: baseline;
    gap: 5em;
}
.memberButton p {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.memberButton p:hover {
    transform: scale(1.15);
}

.memberButton p {
    cursor: pointer;
    color: #006f72;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 1.1em;
    border-bottom: 2px solid #006f72;
    width: fit-content;
}
.memberButton span {
    font-size: 1.5em;
    position: relative;
}
.memberButton span img {
    position: relative;
    transform: scale(0.5);
    left: 0px;
    top: 5.3px;
}

.memberButton {
    width: 100%;
    display: flex;
    justify-content: end;
}


.anchors a {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.anchors a:hover {
    transform: scale(1.15);
}

.teamRow .memberPicture img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: 0 30%;
}

@media only screen and (min-width:200px) and (max-width:1100px) {
    .nameText h4 {
        font-size: 2em;
    }
    html body .nameText h3 {
        font-size: 1em;
    }

    html body .teamRow {
        padding: 0% 5%;
        gap: 2em;
    }
    .rowTeam {
        margin-top: 5em;
        margin-bottom: 5em;
    }
    .nameText hr {
        width: 50px;
    }
    html body .teamRow {
        flex-direction: column;
    }
    .filler {
        display: none;
    }
    .teamMember {
        padding: 4.5%;
    }
    .row3 {
        flex-direction: column;
    }
    .row3 :is(h3, h4, h5) {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .teamText {
        flex-direction: column;
    }
    .text4 {
        width: 95%;
    }
    .text4 h4 {
        margin-top: 4%;
        margin-bottom: 8%;
    }
    .textSquare {
        margin-bottom: 15%;
    }
    .teamText {
        padding-left: 2%;
        padding-right: 2%;
    }
    .image2 {
        margin-top: 3em;
    }
    html body .image1 {
        width: 90%;
        margin-top: 7%;
        margin-bottom: 15%;
    }
    .text1 {
        width: 100%;
    }
    .image {
        aspect-ratio: 9/16;
        position: relative;
    }
    .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .text3 {
        position: absolute;
        margin-left: 0%;
        padding-right: 0%;
        top: 6%;
        width: 100%;
        filter: drop-shadow(2px 4px 16px white);
    }
    .text3 h2 {
        font-size: 2.5em;
        padding-left: 4%;
        padding-right: 4%;
    }
    .innerText {
        margin-top: 3%;
        margin-bottom: 15%;
        justify-content: center;
        gap: 3%;
    }
}


@media only screen and (min-width:1200px) and (max-width:1600px){
    .image2 img {
        object-fit: cover;
    }
    html body .text2 h5 {
        padding-right: 21%;
        line-height: 1.2em;
    }
    html body .teamRow {
        padding: 0% 9%;
    }
    .nameText h4 {
        font-size: 2em;
    }
    html body .nameText h3 {
        font-size: 1em;
    }

}