.fade-in-image{animation:fadeIn 1s;-webkit-animation:fadeIn 1s;-moz-animation:fadeIn 1s;-o-animation:fadeIn 1s;-ms-animation:fadeIn 1s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fade-out-image{animation:fadeOut 300ms;-webkit-animation:fadeOut 300ms;-moz-animation:fadeOut 300ms;-o-animation:fadeOut 300ms;-ms-animation:fadeOut 300ms}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.top-menu-fixed{background-image:linear-gradient(to right, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5))}.terapias-container{display:grid;grid-template-columns:1fr;grid-template-rows:auto 20vw auto;gap:3vw;grid-template-areas:"photo" "description" "widgets";padding-bottom:3vw}.photo{grid-area:photo}.photo img{display:block;width:100%;height:auto}.rounded{background-color:rgba(255,255,255,.4);border-radius:1rem;box-shadow:1px 0px 8px rgba(0,0,0,.38)}.description{grid-area:description;width:90%;margin:0 auto;background-image:url(./../../assets/images/tr-descript-bg.svg);background-repeat:no-repeat;background-size:cover;background-position:0 -50px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1vw}.description h1{color:#5ab1a1;font-size:2vw}.description p{color:#444;font-size:1.6vw;line-height:1.7vw;width:80%}.widgets{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;gap:0px 3vw;grid-template-areas:". . .";grid-area:widgets;width:90%;margin:0 auto}.widgets img{width:100%;height:auto;display:block}.widgets picture{width:100%;height:auto;display:block}.widgets #col1{background-image:url(../../assets/images/twidget1.svg);background-size:cover;background-position:0 0;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.widgets #col1 .rounded{padding-bottom:.5vw}.widgets #col1 div{display:flex;flex-direction:row;max-height:4vw;width:100%}.widgets #col1 div img{max-width:33.33%;width:100%;height:auto;padding:0 1vw 0 0;filter:drop-shadow(0 0 10px #006376)}.widgets #col1 div svg{padding:1vw}.widgets #col1 h2{color:#006376;font-size:1.5vw;line-height:2vw;margin:2rem 0 0 0}.widgets #col2{background-image:url(../../assets/images/twidget2.svg);background-size:cover;background-position:left top;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1vw}.widgets #col2 h2{color:#006376;font-size:1.5vw;line-height:2vw}.widgets #col2 p{width:80%;font-size:1.3vw;color:#444;line-height:1.4vw}.widgets #col2 :first-child{display:flex;flex-direction:row;width:90%;max-height:5vw;align-items:center;justify-content:space-between}.widgets #col2 :first-child picture{width:100%;height:auto;display:block}.widgets #col2 :first-child img{width:auto;height:80%;display:block;filter:drop-shadow(0 0 10px #fff)}.widgets #col2 :first-child svg{max-width:33.3%}.widgets #col3{background-image:url(../../assets/images/twidget3.svg);background-size:cover;background-position:left bottom;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.widgets #col3 picture{display:flex}.widgets #col3 picture img{width:100%;height:auto;display:block}.widgets #col3 :nth-child(2):not(source){display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%;max-height:4vw;width:90%}.widgets #col3 :nth-child(2):not(source) img{width:auto;height:100%;filter:drop-shadow(0 0 10px #fff)}.widgets #col3 :nth-child(2):not(source) svg{width:auto;height:100%;padding:1vw}.widgets #col3 h2{color:#006376;font-size:1.5vw;line-height:2vw}.widgets #col3 p{width:80%;font-size:1.3vw;color:#444;line-height:1.4vw;padding-bottom:1.333vw}
