@keyframes opIn {
    0% {
        display: flex;
        opacity: 0.01;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opOut {
    0% {
        opacity: 1;
        display: flex;
    }
    99% {
        display: flex;
    }
    100% {
        display: none;
        opacity: 0;
    }
}


.servicesFlex>div {
    width: 50%;
}


.servicesFlex {
    display: flex;
    flex-direction: row;
}


.servicesFlex video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroRow {
    height: 100vh;
    padding-top: 15vh;
}

.heroRow h2 {
    color: #006f72;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 3.7em;
    text-align: center;
    margin: 0.7em 0;
    margin-bottom: 1.3em;
}

.heroRow .servicesBlurb {
    padding-right: 8%;
}

.servicesBlurb {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.heroRow .servicesBlurbServices {
    padding-right: 3%;
}

.servicesBlurbTitle h3 {
    font-family: 'Montserrat';
    color: white;
    font-size: 2.2em;
    font-weight: 600;
    text-align: right;
    padding: 0;
}

.servicesBlurbTitle {
    background-color: #006f72;
    padding: 1.7em 2.3em;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.6em;
}

.servicesBlurbServices {
    display: flex;
    flex-direction: column;
    margin-top: 3em;
}

.servicesBlurbServices a {
    text-align: right;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #006f72;
    font-size: 1.4em;
    margin-bottom: 0.8em;
    position: relative;
    cursor: pointer;
    overflow: clip;
    width: fit-content;
    margin-left: auto;
}
.servicesBlurbServices a:after {
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    transform: translateX(-105%);
    transition: all 0.35s ease-in-out;
    background-color: #006f72;
}

.servicesBlurbServices a:hover:after {
    transform: translateX(0);
}

.servicesRow3 .servicesBlurbServices a {
    margin-left: unset;
}

.servicesRow3 .servicesBlurb {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 8%;
    padding-top: 3%;
}

.servicesRow3 .servicesBlurbServices {
    padding-left: 3%;
}

.servicesRow3 .servicesBlurbTitle {
    padding: 2.5em 1.3em;
    padding-right: 11em;
}

.servicesRow3 .servicesBlurb {
    justify-content: center;
    align-items: flex-start;
}

.middleRowText a {
    color: white;
    text-decoration: underline;
    text-align: center;
    font-size: 1.8em;
    margin-top: 0.4em;
}

.backgroundVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.backgroundVideo {
    height: 100%;
}

.middleRowText h3 {
    font-family: 'Montserrat';
    color: white;
    font-size: 2.6em;
    font-weight: bold;
    white-space: nowrap;
}

.middleRowText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.middleRow {
    height: 65vh;
    margin-top: 10vh;
    margin-bottom: 11vh;
    position: relative;
}

.middleRowText a:hover {
    text-decoration: underline;
}

@media only screen and (max-width:1600px){

    .servicesRow3 .servicesBlurbTitle {
    margin-top: 0;
}

    .servicesRow3 .servicesBlurb{
        padding-top:0;
    }

    .heroRow h2 {
    font-size: 3.7em;
}


.servicesBlurbTitle h3 {
    font-size: 1.9em;
}
.servicesBlurbServices a {
    font-size: 1.2em;
}
.middleRowText h3 {
    font-size: 2em;
}
.middleRowText a {
    font-size: 1.5em;
}


}



@media only screen and (max-width:850px){
.heroRow .servicesBlurb{
    padding-right:0;
}
html .servicesFlex>div {
    width: 100%;
}
.servicesFlex {
    flex-direction: column;
}
.servicesBlurb {
    justify-content: center;
    align-items: center;
}
.heroRow .servicesBlurbServices {
    padding-right: 0;
    margin-top: 1em;
    margin-bottom: 0.6em;
}

.servicesBlurbServices a {
    margin: unset;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0.5em;
}
.servicesBlurbTitle h3 {
    text-align: center;
}
.heroRow {
    height: 100%;
}

.servicesRow3 .servicesFlex {
    flex-direction: column-reverse;
}
.servicesRow3 .servicesBlurbServices {
    padding-left: unset;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}
.servicesRow3 .servicesBlurbTitle {
    padding: 2.5em 3.3em;
}


.servicesRow3 .servicesBlurb {
    align-items: center;
    padding-left: unset;
}
.servicesRow3 .servicesBlurbServices a {
    margin: 0 auto;
    margin-bottom: 0.5em;
}
.heroRow h2 {
    margin-bottom: 0.2em;
}


}


@media only screen and (max-width:600px){
.heroRow {
    height: 100vh;
    box-sizing: content-box;
}
.heroRow h2 {
    font-size: 1.8em;
}


.servicesBlurbTitle h3 {
    font-size: 1.3em;
}

.servicesBlurbServices a {
    font-size: 1.1em;
    margin-bottom: 0.3em;
}


.servicesVideo {
    height: 47.1vh;
}
.middleRow {
    margin-top:unset;
}
.middleRowText {
    width: 100%;
}

.middleRowText h3 {
    font-size: 1.1em;
    text-align: center;
}

.middleRowText a {
    font-size: 1.1em;
}
}

@media only screen and (min-width:1200px){
.echolightContainer .imageEQ img {
    width: 50%;
}
}
.mbstOsteospinContainer .eqDescription h3 {
    font-size: 3.1em;
}



.eqArrow img {
    pointer-events: none;
}



@media only screen and (min-width:1100px){
    
    html .eqContainer {
        width: 95%;
    }
    .eqButtons button{
        white-space: nowrap;
    }
    
}



.eqButtons {
    overflow-x: auto;
    width: 100%;
    scroll-behavior: smooth;
    margin-left: auto;
    margin-right: auto;
}

.eqArrowPrev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%) rotate(180deg);
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.eqArrowNext {
    position: absolute;
    top: 50%;
    left: 100%;
    transition: all 0.25s ease-in-out;
    transform: translateY(-50%);
    cursor: pointer;
}
.eqArrowNext:hover {
    transform: translateY(-50%) scale(1.2);
}

.eqArrowPrev:hover {
    transform: translate(-100%, -50%) rotate(180deg) scale(1.2);
}


.eqButtonsContainer {
    position: relative;
}

.eqArrow {
    width: 30px;
    height: 30px;
    z-index: 10;
}

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

html body .laserQMDContainer .eqDescription h3 {
    font-size: 3em;
}


    .eqButtons::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 10px;
        background-color: #EAF2F2;
    }
    .eqButtons::-webkit-scrollbar-thumb {
        background-color: #006f72;
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }
    
    .eqButtons::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    .laserQMDContainer .imageEQ img {
        width: 50%;
    }


.image img{
    background-color: #dceaea;
}
.eqContainer .imageEQ img {
    max-width: 500px;
    object-fit: cover;
}

.epiContainer .imageEQ img {
    aspect-ratio: 1/1;
    width: 100%;
}

.neurContainer .imageEQ img {
    aspect-ratio: 1/1;
    object-position: 2%;
}
.recordContainer .imageEQ img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
}
.menu a {
    filter: drop-shadow(2px 4px 6px black);
}


@media only screen and (min-width:600px) and (max-width:1100px){
    .image {
        aspect-ratio: 1/1!important;
    }
    .textWall {
        width: 60%!important;
        margin: 0 auto!important;
    }
    .text3 {
        padding-right: 35%!important;
    }
    .phoneHeader {
        width: 7%!important;
    }
    .innerText img {
        width: 6%!important;
    }
}

@media only screen and (min-width:200px) and (max-width:1100px){
    .imageEQ {
        width: 100%;
    }
    .neurContainer .eqDescription h3 {
        font-size: 1.7em!important;
    }
    .eqDescription h3 {
        font-size: 3em;
    }

    html body .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
        color: #006F72!important;
    }
    .eqContainer .imageEQ img {
        max-width: 500px;
        object-fit: cover;
        width: 100%;
    }
    .imageEQ>img:nth-of-type(2) {
    margin-top: 10px;
}
}

@media only screen and (min-width:1100px) and (max-width:1600px){
    .image img {
        height: 100%;
        object-fit: cover;
    }
    .image {
        height: 100dvh;
    }
}

.opacityOut {
    animation: opOut ease-in-out 0.3s forwards;
}

.opacityIn {
    animation: opIn ease-in-out 0.6s forwards;
}

.container {
    display: none;
}

.activeContainer {
    display: flex!important;
}

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: var(--textXXXL);
    font-weight: 400;
}

.row2 {
    margin-top: 11%;
}

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

.forminator2 h4 {
    text-align: center;
    margin-left: -4%;
}

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

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

.forminator2 a {
    cursor: pointer;
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: var(--textS);
    border-bottom: 2px solid white;
    width: fit-content;
    margin: 0 auto;
    margin-top: 7%;
    transition: all 0.25s ease-in-out;
}

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

.anchors:hover {
    transform: scale(1.1);
}

.anchors {
    text-align: center;
    transition: all 0.25s ease-in-out;
}

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

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

.text h3 {
    font-family: 'Montserrat Regular';
    font-weight: 400;
    color: #006f72;
    font-size: var(--textXS);
    text-align: center;
}

.text h4 {
    font-family: 'Times New Roman';
    font-weight: 400;
    color: #006f72;
    font-size: var(--textXXL);
    text-align: center;
}

.text h5 {
    font-family: 'Montserrat Regular';
    font-weight: 400;
    text-align: center;
    padding-left: 30%;
    padding-right: 30%;
    font-size: var(--textMP);
    color: #898989;
    margin-top: 2.5%;
    margin-bottom: 3%;
    line-height: 1.4em;
}

.textWall {
    background-color: rgba(220, 234, 234, 0.61);
    padding: 3% 3% 3% 2.6%;
    width: 52dvh;
    height: 68dvh;
}

.textWallHeader h3 {
    font-family: 'Montserrat Regular';
    font-weight: 400;
    color: #006f72;
    text-align: left;
    font-size: var(--textL);
}

.textContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5em;
    padding-left: 7%;
    padding-right: 7%;
}

hr {
    width: 30%;
    float: left;
    border: 4px solid white;
}

.textWall h4 {
    margin-top: 13%;
    font-family: 'Montserrat Regular';
    font-weight: 400;
    color: #898989;
    line-height: 1.4em;
    font-size: var(--textMP);
}

.text2 h4 {
    margin-top: 4%;
    font-family: 'Montserrat regular';
    color: #898989;
    font-weight: 400;
    text-align: center;
    padding-left: 38%;
    padding-right: 38%;
    font-size: var(--textMP);
    margin-bottom: 5%;
    line-height: 1.4em;
}


/*
DIVI
*/

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

.et_pb_row.et_pb_row_0 {
    PADDING: 0;
}


/*
FOOTER
*/

.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 {
    margin-top: 6%;
    background-color: #006f72;
    padding-top: 4%;
}

.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-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);
}

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


/*
HEADER
*/

.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;
}

.anchors a {
    cursor: pointer;
    color: #006f72;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: var(--textS);
    border-bottom: 2px solid #006f72;
}

.eqButtons button {
    background-color: transparent;
    border: 0;
    color: #006f72;
    font-family: 'Montserrat';
    font-weight: 700;
    opacity: 0.61;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    font-size: 1.1em;
}

.eqButtons button:hover {
    opacity: 1;
}

html body .container {
    width: 100%;
    max-width: none;
}

.activeButton {
    opacity: 1!important;
    text-decoration: underline 3px;
    text-decoration-color: #006f72;
}

.eqContainer {
    background-color: rgba(220, 234, 234, 0.61);
    padding: 1% 3% 3% 3%;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}

.row3 {
    padding-left: 11%;
    padding-right: 11%;
}

.container>* {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.eqDescription h3 {
    font-family: 'Montserrat';
    color: #006f72;
    font-weight: 700;
    font-size: 6em;
    margin-top: -0.9%;
    margin-bottom: 3.3%;
}

.sisContainer img {
    margin-left: -8%;
}

.eqDescription h4 {
    color: #898989;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2em;
}

.eqDescription :is(h3, h4, h5) {
    padding-right: 16%;
    padding-left: 2%;
    margin-bottom: 3%;
}

.neurContainer .eqDescription h3 {
    font-size: 3em!important;
}

.eqButtons {
    display: flex;
    flex-direction: row;
    align-self: center;
    gap: 1.8em;
    margin-bottom: 2%;
    margin-top: 2%;
    position: relative;
}
.eqDescription h5 {
    font-family: 'Montserrat';
    font-weight: 300;
    color: #898989;
    font-size: 1.2em;
    line-height: 1.2em;
}

.imageText {
    margin-bottom: 5%;
}

.imageText p {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #006f72;
    padding-bottom: 0;
    font-size: 1.3em;
}

.text4 h3 {
    color: #006f72;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.1em;
    padding-bottom: 1%;
}

.text4 h4 {
    color: #006f72;
    font-family: 'Times New Roman';
    font-size: 4em;
    margin-bottom: 2%;
}

.text4 h5 {
    color: #898989;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 1.2em;
    width: 37%;
    line-height: 1.4em;
}

.row4 {
    padding-left: 7%;
    margin-top: 10%;
    margin-bottom: 7%;
}


/*
LAPTOP
*/

@media only screen and (min-width:1100px) and (max-width:1600px) {
    html body .neurContainer .eqDescription h3 {
        font-size: 2.4em!important;
    }
    html body .eqDescription h4 {
        font-size: 1em;
    }
    html body .eqDescription h5 {
        font-size: 1em;
    }
    html body .imageText p {
        font-size: 1em;
    }
    html body .eqDescription h3 {
        font-size: 4em;
    }
    html body .eqContainer {
        width: 100%;
    }
    html body .eqButtons button {
        font-size: 1em;
    }
    .textWall {
        height: 58dvh;
    }
    .textWallHeader h3 {
        font-size: 1.3em;
    }
    span.breadcrumbs {
        margin-top: -0.9%;
        font-size: var(--textM-);
    }
    .text3 h2 {
        color: #006f72;
        font-family: 'Times New Roman';
        font-size: 3.3em;
        font-weight: 400;
    }
    .anchors a {
        width: 15%;
    }
    span img {
        position: relative;
        transform: scale(0.5);
        left: 0px;
        top: 5.3px;
    }
    html body .forminator h4,
    html body .forminator2 h4 {
        font-size: var(--textXL)!important;
    }
    .info h3,
    .info h4 {
        font-size: 1.1em;
    }
    .textWall h4 {
        font-size: 1.2em;
    }
    /*
    HEADER LAPTOP
    */
    .headerText h1 {
        font-size: var(--textM-)!important;
    }
    .menu a {
        font-size: var(--textXS)!important;
    }
    .menu {
        right: 9%!important;
    }
    .menu {
        right: 12%;
    }
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .anchors a {
        width: 13%;
    }
}


@media only screen and (min-width:700px) and (max-width:1100px){
    .imageEQ {
        display: flex!important;
        justify-content: center!important;
        flex-direction: column;
        align-items: center;
    }
    .text3 {
        top: 9%!important;
    }

}




/*
PHONE
*/

@media only screen and (min-width: 320px) and (max-width:1100px) {
    .text3 h2 {
        color: white!important;
        filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.7))!important;
    }
    .eqDescription h3 {
        font-size: 2.5em!important;
    }
    html body .neurContainer .eqDescription h3 {
        font-size: 1.7em!important;
    }
    .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;
    }
    /*
    FOOTER PHONE
    */
    .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;
    }
}

@media only screen and (min-width:200px) and (max-width:1100px) {
    .eqArrowNext {
        top: 125%;
        left: 80%;
    }
    .eqArrowPrev {
        top: 125%;
        left: 20%;
    }


    .text4 h4 {
        font-size: 2.6em!important;
    }
    .phoneHeader img{
        opacity:0;
    }
    .phoneHeader {
        background-image: url('https://fisioterapiaavanzadamarta.com/wp-content/uploads/2024/01/Recurso-11fisioterapia.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .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: 5%;
        width: 100%;
        filter: drop-shadow(2px 14px 15px white);
        margin-top: 0;
    }
    html body .innerText img {
        margin-left: 3%;
        width: 10%;
    }
    .text3 h2 {
        font-size: 2.5em;
        padding-left: 4%;
        padding-right: 4%;
    }
    .innerText {
        margin-top: 3%;
        margin-bottom: 15%;
        justify-content: center;
        gap: 3%;
    }
    .row2 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .text h4 {
        font-family: 'Times New Roman';
        font-weight: 400;
        color: #006f72;
        font-size: 3em;
        text-align: center;
    }
    .text h5 {
        padding-left: 4%;
        padding-right: 4%;
        margin-bottom: 11%;
    }
    .textContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5em;
        padding-left: 0%;
        padding-right: 0%;
    }
    .textWall {
        background-color: rgba(220, 234, 234, 0.61);
        padding: 8%;
        width: 100%;
        height: fit-content;
        margin-top: 5%;
    }
    .text2 h4 {
        padding-left: 2%;
        padding-right: 2%;
        margin-top: 17%;
    }
    .text4 h5 {
        width: 100%;
        text-align: center;
    }
    .text4 h4 {
        text-align: center;
    }
    .text4 h3 {
        text-align: center;
        margin-top: 30%;
    }
    .eqButtons {
        padding: 6% 3% 7% 3%!important;
    }
    .eqButtons button {
        font-size: 1em;
        text-align: center;
        white-space: nowrap!important;
    }
    .eqButtons {
        border-bottom: 2px solid #006F72;
        border-radius: 6px;
        padding-bottom: 6%;
    }
    .eqDescription h3 {
        font-size: 4em;
    }
    .container {
        flex-direction: column;
        padding-left: 3%;
        padding-top: 11%!important;
        padding-right: 3%;
    }
    .row3 {
        padding-left: 0;
        padding-right: 0;
    }
    .imageText p {
        margin-top: 4%;
        text-align: center!important;
    }
    .eqImage {
        flex-direction: column-reverse;
    }
    html body .textContainer {
        gap: 2em;
    }
    html body .sisContainer img {
        margin-left: 0%;
    }
}


.eqContainer .imageText p {
    opacity: 0;
}
@media only screen and (max-width:1100px){
	
	.eqContainer .imageText p {
    display:none;
}
}