.btn2 {
    padding: 10px 25px !important;
}

.wow {
    visibility: hidden;
}

.section-mod {
    padding: 120px 0;
}

.fw-normal {
    font-weight: normal !important;
}

hr.w {
    border-color: white !important
}
hr {
    border-color: black !important
}
.rounded{
    border-radius: 2rem;
    overflow: hidden;
}
.p0 {
    padding: 0 !important
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px;
}

.mr-40 {
    margin-right: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.boxcontainer {
    position: relative;
    display: flex;
    height: 17rem;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
}

.boxcontainer .scrolling {
    width: 100%;
    ;
    position: absolute;
    transition-duration: 9s;

}

.boxcontainer .thebg {
    position: absolute;
    top: 0;
    z-index: 9999
}

.boxcontainer:hover .scrolling {
    transform: translate3d(0, -1500px, 0);
}

.responsiveness {
    height: 46.5rem;
}

.responsiveness .xxl {
    width: 50rem;
}

.responsiveness .xxl {
    position: absolute;
    left: 50%;
    width: 56rem;
    bottom: 0;
    transform: translateX(-50%);
}

.responsiveness .xl {
    position: absolute;
    left: 0%;
    width: 32rem;
    bottom: 0;
}

.responsiveness .md {
    position: absolute;
    width: 21rem;
    right: 0%;
    bottom: 0;
}

.responsiveness .sm {
    width: 6rem;
    right: 31%;
    bottom: 0;
    position: absolute;
}

.videoplay {
    width: 100%;
    display: flex;
    height: 100%;
}

.col-center {
    margin: auto;
    float: none;
}

p.small {
    line-height: 1.2 !important;
    font-size: 14px !important;
}

.subscribe-wrapper .subscribe-input {
    width: 100%;
    border: 0;
    font-size: 20px;
    outline: 0;
    font-weight: 300;
    background: center;
    line-height: 1.6em;
    color: #7a7a84;
    padding: 5px 0;
    border-bottom: 1px solid;
    letter-spacing: 2px;
}

.subscribe-wrapper .subscribe-input-send {
    position: absolute;
    width: auto;
    right: 15px;
    bottom: 5px;
    border: 0;
    background: 0 0;
    padding-right: 0;
    cursor: pointer;
    font-size: 25px;
    text-transform: capitalize;
    color: #7a7a84;
    letter-spacing: .05em;
}

.videoplay100 {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
}

.ddd_1 {
    line-height: 1 !important;
    margin-bottom: 0 !important;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 2px #7a7a84;
    font-size: 130px;
    left: 140px;

    transform: translate(0px, 0px);
    transition-duration: 1s;

}

.boxrotator {
    min-height: 420px;
    position: relative;
    overflow: hidden;
    background: white;
    padding: 40px
}

.rotator_text {

    height: 20vh;

}

.col-md-4.e:hover .ddd_1 {
    transition-duration: 4s;
    transform: translate3d(-420px, 0px, 0px);
}

.col-md-4.e:hover .boxrotator {
    background-color: #3b3d44;
}

.col-md-4.e a:hover h6,
.col-md-4.e:hover h6,
.col-md-4.e:hover p {
    color: #fff !important;
}

.tobtn a+a {
    margin-left: 20px;
}

.col-md-4.e a h6,
.col-md-4.e h6,
.col-md-4.e p {
    color: #000 !important;
}

.height-100plus .vertical-align {
    top: calc(50% - 90px)
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    position: relative;
}

.listBox:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: black;
    bottom: -40px;
}

.listBox {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.listBox li:before {
    content: "";
    height: 35px;
    width: 1px;
    background-color: black;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 1px);
}

.listBox.d19 li {
    max-width: 19%;
}

.listBox li {
    background-color: white;
    position: relative;
    width: 20%;
    height: 28vh;
    padding: 85px 20px 0px 20px;
}

.panel-title {
    font-size: 1rem !important;
    padding-bottom: 20px;
}

.panel-heading {
    position: relative;
}

.panel-heading:after {
    transform: scaleX(0);
    transform-origin: right;
    background: #3b3d44;
}

.panel-heading:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.panel-heading:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    transition: transform .75s ease-out;
}

.accordion-style1 .panel-heading i {
    font-size: 24px;
    color: #626262;
}

.mb-120 {
    margin-bottom: 120px;
}

.swiper-slider-clients .swiper-slide {
    padding: 5px;
}

.whitebars {
    position: relative;
}

.whitebars:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}

.whitebars:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}

.bubble.S:before {
    content: "S";
    right: -22px;
    top: -23px;
    background-color: #7f73e4;
}

.bubble.F:before {
    content: "F";
    left: -22px;
    bottom: -23px;
    background-color: #aee473;
}

.bubble.L:before {
    content: "L";
    left: -22px;
    bottom: -23px;
    background-color: #e47373;
}

.bubble.M:before {
    content: "M";
    right: -22px;
    top: -23px;
    background-color: #d873e4;
}

.bubble:before {
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;

    color: white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 20px !important;

}

.bubble {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 2px 2px 8px 0px #d0d0d0;
    position: relative;
    margin-bottom: 40px;
}

.mb-0P {
    width: 80%;
    margin: auto;
    list-style: none;
}

.mb-0P li:before {
    content: "";
    left: -15px;
    position: absolute;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #FF783C;
    border-radius: 100px;
}

.mb-0P li {
    margin-bottom: 20px;
    position: relative;
}

.mb-0P p {
    margin-bottom: 0;
}

.bit-list li h2,
.rounded-box,
.texto-container,
.linkw--img>img,
.bg--animated {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 500ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 500ms !important;
}

.play-video-kids,
.show--more.plus:after {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 300ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 300ms !important;
}

/* html {
    scroll-behavior: smooth;
} */
.socialmedia--kids li a,
.serie--cover,
.img--location img,
.name--location p {
    transition: 200ms cubic-bezier(0.32, .20, .7, .50) 0ms;
    -webkit-transition: 200ms cubic-bezier(0.32, .20, .7, .50) 0ms;
}

.box--video--serie,
.hyperlink:after,
.hyperlink:before {
    transition: 400ms cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -webkit-transition: 400ms cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.hoverzoom,
video,
ul.next-prev a,
.btn,
.box--location-flex {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 500ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 500ms !important;
}

.zoomBox {
    position: relative;
    overflow: hidden;
}

.parallaxCustomized {
    transition: all 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.bg--zoomIn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    object-fit: cover;

}

.bg--scale {
    -webkit-transform: scale(1.3, 1.3);
}

.bg--borders {
    overflow: hidden;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 0em;
}

.bg--borders.wb {
    border-bottom-right-radius: 2.08em !important;
    border-bottom-left-radius: 2.08em !important;
}

.box--location-flex {
    background-color: #fff;
    display: flex;
    padding: 25px;
    border-radius: 0.94em;
}

.box--location-flex:hover {
    background-color: #f2f2f2
}

.box--location-flex .img--location {
    width: 33%;
    margin-right: 30px;
    border-radius: 0.94em;
    overflow: hidden;
}

.box--location-flex .img--location img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)
}

.box--location-flex:hover .img--location img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)
}

.box--location-flex .name--location {
    width: 25%;
    margin: 20px 30px 0px 0px;
    display: block;
    min-height: 220px;
}

.box--location-flex:hover .name--location p {
    transform: translate3d(0.69em, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.box--location-flex .name--location p.delay {
    transition-delay: 0.1s !important;
}

.box--location-flex .address--location {
    margin: 20px 0px 0px 0px;
    width: calc(100% - (58% - 60px));
}

.hyperlink:hover:after,
.hyperlink--hover:hover .hyperlink::after,
.box--location-flex:hover .hyperlink:after {
    left: 0% !important
}

.hyperlink:after {
    left: -140% !important;
}

.hyperlink--hover:hover .hyperlink::before,
.hyperlink:hover:before,
.box--location-flex:hover .hyperlink:before {
    left: 100%
}

.hyperlink:after,
.hyperlink:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000;
    ;
}

.pb-60 {
    padding-bottom: 60px
}

.hyperlink.on--bottom {
    position: absolute !important;
    bottom: 40px;
}

.hyperlink.w:after,
.hyperlink.w:before,
.hyperlink.wh:after,
.hyperlink.wh:before {
    background: #fff;
}

.hyperlink.g:after,
.hyperlink.g:before {
    background: #7AC80B;
}

.hyperlink {
    font-size: 12px;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.zoom-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.box--family:before {
    content: "";
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border: 1px solid #8DC63F;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2rem;
}

.box--family {
    overflow: hidden;
    border-radius: 2rem;
}

.capitalize {
    text-transform: capitalize !important;
}

aside.info--family.b-70 {
    bottom: 70px !important
}

aside.info--family {
    position: absolute;
    z-index: 9;
    bottom: 100px;
    width: calc(100% - 140px);
    left: 0;
    right: 0;
    margin: auto;
}

.zoom-box img:not(.parallaxCustomized) {
    opacity: 0;
}

.boxhero {
    width: calc(100% - 30px);
    margin: auto;
    border-radius: 1.04em;
}

.info-bottom {
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.height-90 {
    height: 90vh
}

.hoverzoom {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.hoverzoom:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(0.99, 0.99, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);

}

video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 120%;
    z-index: 9;
    opacity: 0;
}

.hover-show-video:hover video {
    opacity: 1;
}

.overlay-op1.overlay video,
.overlay-op1.overlay:before {
    opacity: 1 !important;
}

.hover-show-video.overlay:hover:before {
    opacity: 1;
}

.overlay:before {
    content: '';
    position: absolute;
    background: url(../images/ptn2.png) repeat rgb(0 0 0 / 19%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
}

.mb-6 {
    margin-bottom: 20px
}

.bit-list {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.bit-list li h2:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: black;
    border-radius: 100px;
    left: -40px;
    top: calc(50% - 8px)
}

.bit-list li {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 40px 40px;
    position: relative;
    border-bottom: 1px solid black;
}

.bit-list li:hover h2 {
    padding-left: 40px;
    color: #8DC63F;
}

.bit-list li div {
    width: 33%
}

.bit-list li h2 {
    padding-left: 0px;
    height: fit-content;
    font-size: 5.610972568578553vw;
    margin: 0;
    position: relative;
}

.rounded {
    border-radius: 2rem !important;
}

.rounded-box {
    background: #f2f2f2;
    padding: 40px;
    border-radius: 1.04em;
    display: block;
    height: 100%
}

.rounded-box:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(0.99, 0.99, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);

}

.w-70 {
    width: 70%
}

.f-bolder {
    font-weight: 900 !important;
}








.height-100plus {
    height: calc(110vh + 90px)
}

.js-ui {
    position: absolute;
    bottom: 200px;
    right: 40px;
    z-index: 9;
}

.ui-element__scroll span {
    transform: rotate(300grad);
    position: relative;
    bottom: -30px;
}

.ui-element__scroll>div {
    overflow: hidden;
    height: 26px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -60px;
}

.ui-element__scroll {
    color: white !important;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 400;
    height: 120px;
    flex-direction: column;
    border: 1px solid;
    border-radius: 2rem;
}

.ui-element__scroll .icon {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-name: uiScrollInfinite;
    animation-name: uiScrollInfinite;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes uiScrollInfinite {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes uiScrollInfinite {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.tn-atom {
    border-radius: 50px 50px 0px 0px;
    background-color: #fff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px -30px 36px 0px rgba(23, 22, 18, 0.2);
    margin-top: -90px;
    z-index: 9;
    position: relative;
}

.decoration {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 80px;
}

.globe {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 80px;
}

.decoration .globe {
    width: 60%;
    margin: auto;
    display: block;
    float: none;
    position: relative;
    left: 0;
    top: 0px;
    right: 0;
}

.decoration .text {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
}

.next-prev {
    list-style: none;
    display: flex;
    color: white;
    float: right;
    padding: 0;
    margin: 0
}

ul.next-prev a:hover {
    transform: scale(1.1, 1.1);
}

ul.next-prev a img {
    height: 10px
}

ul.next-prev a {
    display: block;
    border: 1px solid white;
    color: white !important;
    /* width: 75px; */
    line-height: 1;
    padding: 11px 25px;
    border-radius: 200px;
    text-align: center;
    margin: 0 10px;
}

.flex-between {
    justify-content: space-between;
}

.pb-300 {
    padding-bottom: 300px
}

.green {
    color: #7AC80B !important
}

.green--box p {
    font-size: 16px;
    line-height: 1.4
}

.green--box {
    border: #7AC80B 1px solid;
    padding: 60px 50px;
    border-radius: 2.08em !important;
    height: 100%;
}

.underline {
    text-decoration: underline
}

.swiper-wrapper {
    height: auto !important
}

.cut-text--list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.cut-text--list li:first-child {
    border-top: 1px solid black;
}

.cut-text--list li {
    padding: 50px 0px;
    border-bottom: 1px solid black;
}

.show--more {
    position: absolute;
    right: 15px;
    top: -40px;
    width: 30px;
    height: 30px;
    line-height: 1;
    border-radius: 200px;
    background: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: lighter;
    font-family: serif;
    appearance: none !important;
}

.show--more.plus:after {
    content: "";
    width: 2px;
    height: 15px;
    background: black;
    position: absolute;
}

.show--more.plus.minus:after {
    height: 0px
}

.show--more.plus:before {
    content: "";
    width: 15px;
    height: 2px;
    background: black;
    position: absolute;
}

ul.cut-text--list p.texto {
    width: calc(100% - 40px)
}












.sticky nav {
    background: #2A312C !important
}

ul.lateralMenu--tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid black
}

ul.lateralMenu--tabs a {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

ul.lateralMenu--tabs a.active {
    border-bottom: 3px solid #8DC63F
}

ul.lateralMenu--tabs>li>a.text-black {
    color: black !important;
    margin: 0 !important;
    padding: 0 !important
}

.lateralMenu--tabs--home {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.lateralMenu--tabs--home a:hover {
    -webkit-transform: scale(1.1, 1.1);

}

.lateralMenu--tabs--home a {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    transition: 200ms cubic-bezier(0.32, .20, .7, .50) 0ms;
    justify-content: center
}

.lateralMenu--tabs--home span {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 10px
}

.overlay_:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay_ {
    position: relative;
}

.lateralMenu--tabs--home img {
    height: 40px
}

.floating--icon--title {
    position: absolute;
    right: -76px;
    top: -55px;
    width: 90px;
}

ul.lateral--menu.parent>li ul {
    padding: 0;
    margin-bottom: 50px;
}

ul.lateral--menu.parent>li li {
    list-style: none;
}

.menumobile ul.parent>li>a span {
    font-size: 16px;
}

ul.lateral--menu.parent {
    padding: 0 0px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

ul.lateral--menu.parent>li {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid black
}

ul.lateral--menu.parent>li>a {
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    font-size: 18px;
    padding: 5px;
    text-transform: capitalize;
}

ul.lateral--menu.parent>li ul {
    display: none;
}

ul.lateral--menu.parent>li li a {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0px;
    display: block;
    margin: 0 7px;
    text-transform: capitalize;
    text-align: left;
}

.lateral--menu a span {
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-box--menu {
    margin-top: 40px;
}

.rounded-box--menu img {
    border-radius: 2rem;
    display: block;
    margin-bottom: 20px;
}

.rounded-box--menu span {
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

.rounded-box--menu a {
    display: block;
}

.menu-locations div {
    display: none
}

.menu-locations {
    display: none;
    margin-top: 40px;
}

.menu-locations-options li {
    display: block;

}

.menu-locations-options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lateralMenu.opened {
    right: 0px
}

.menuBG {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    z-index: 8;
    display: none;
}

.lateralMenu {
    position: fixed;
    height: 100%;
    width: 500px;
    background: #EBEBE9;
    top: 0;
    right: -500px;
    transition: 0.2s cubic-bezier(0, 0, 0, 1);
    z-index: 9;
    padding: 110px 30px 0 30px;
    border-radius: 2rem 0 0 2rem;
}

.openMenu.open span:before {
    transform: translateY(2px) rotate(-45deg);
}

.openMenu.open span:after {
    transform: translateY(-3px) rotate(45deg);
}

.openMenu.open span:before,
.openMenu.open span:after {
    background: black !important
}

.openMenu.open span {
    color: black
}

.openMenu span {
    color: white;
    font-size: 12px;
    font-weight: bold;
    transition: 0.2s cubic-bezier(0, 0, 0, 1);
    margin-right: 5px;
}

.openMenu span.bars {
    width: 20px
}

.openMenu span.bars:before {
    content: "";
    width: 20px;
    top: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: 0.2s cubic-bezier(0, 0, 0, 1)
}

.openMenu span.bars:after {
    content: "";
    width: 20px;
    height: 2px;
    top: 13px;
    background: #fff;
    position: absolute;
    transition: 0.2s cubic-bezier(0, 0, 0, 1)
}

.openMenu {
    cursor: pointer;
    display: flex;
    color: white;
    position: relative;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 14px;
}

.serie--cover:hover {
    transform: scale(1.03, 1.03)
}

.serie--cover {
    display: block;
    border-radius: 2rem;
    overflow: hidden
}

.loadmore {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-transform: uppercase
}

.span3 {
    display: none;
}

.showed {
    display: inline-block !important;
}

.serie--cover h4.green {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 9;
}

.overlay--gradient:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}

.box--video--serie:hover {
    border-color: #7AC80B
}

.box--video--serie {
    position: relative;
    background: white;
    border-radius: 2rem;
    overflow: hidden;
    border: 2px solid transparent;
    display: block;
}

.box--video--serie .box--video--info {
    padding: 30px
}

.bold {
    font-weight: 700 !important
}

.fz-14 {
    font-size: 0.8728179551122195vw
}

.box--video--info p.green {
    font-size: 0.9728179551122195vw font-weight: 500;
}

.box--video--info p.bold {
    display: block;
    min-height: 60px;
    line-height: 1.4;
}

.event--info {
    background: white;
    padding: 40px;
}

.event--info .desc {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 100px;
}

.event--info span {
    border: 1px solid #949494;
    border-radius: 20px;
    display: inline-block;
    /* padding: 10px; */
    width: 50px;
    height: 30px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.box-kids--gradient {
    background: linear-gradient(270deg, #7da0f1, #58e89a);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
    padding: 70px 15px;
    border-radius: 2rem;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.socialmedia--kids {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    float: right;
}

.socialmedia--kids li a img {

    height: 70px;
}

.socialmedia--kids li a:hover {
    transform: scale(1.07, 1.07)
}

.socialmedia--kids li a {
    display: block;
    height: 70px;
}

.socialmedia--kids li {
    margin-bottom: 10px;
}

.mb-80 {
    margin-bottom: 80px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-160 {
    margin-bottom: 160px
}

.kids_element1 {
    position: absolute;
    right: -10%;
    top: 12%
}

.kids_element2 {
    position: absolute;
    left: -10%;
    top: 55%
}

.kids_element3 {
    position: absolute;
    right: 0%;
    bottom: 12%
}

.play-video-kids {
    display: inline-block;
    width: 90px;
    margin: auto
}

.play-video-kids:hover {
    transform: scale(1.05, 1.05);
}

nav .container-fluid {
    padding: 0 15px !important
}

.linkw--img:hover>img {
    transform: scale(1.1, 1.1)
}

.linkw--img {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    display: block;
}

.linkw--img aside {
    position: absolute;
    bottom: 60px;
    padding: 0px 40px;
    width: 100%;
    z-index: 3;
}

.w--50 {
    width: 50px;
}

.inner-border-green:before {
    content: "";
    position: absolute;
    border-radius: 2rem;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 50%;
    left: 0;
    border: 1px solid #7AC80B;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.prayaction:hover .fa-heart {
    -webkit-transform: scale(1.3, 1.3);
}

.prayaction:active .fa-heart {
    -webkit-transform: scale(1.1, 1.1);
}



.pulse {
    animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(.75);
    }

    20% {
        transform: scale(1.3);
    }

    40% {
        transform: scale(.75);
    }

    60% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(.75);
    }
}

.prayer_text {
    width: 100%;
    display: block;
    padding: 40px;
    border: 1px solid #000;
}

.prayer_text p.date {
    font-size: 12px !important
}

.prayer_meta {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.prayer_meta li a {
    display: block;
    color: black !important;
}

.prayer_meta li {
    padding: 15px;
    width: 33%;
    text-align: center;
}

.prayer_meta li:nth-child(2) {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

p.lead{
    font-size: 40px;
}
.slideScrolling {
    display: flex;
    width: calc(30%*8);
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateX(0px);

    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 1.5s !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 1.5s !important;
}
.slideScrolling img{width:100%}
.slideScrolling li {
    width: 32%;
    margin-right: 10px;
    display: block;
    border-radius: 2rem;
    overflow: hidden
}

.locationLink {
    background: #DECCBB;
}

.locationLink div p {
    margin-bottom: 0;
}

.locationLink div {
    background: #DECCBB;
    padding: 40px;
    min-height: 180px;
    border-radius: 0px 0px 2rem 2rem;
}

.locationLink>img {
    border-radius: 2rem 2rem 0px 0px;
}

ul.sm {
    display: flex;
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0;
}

ul.sm li {
    margin-right: 10px
}

ul.sm a:hover {
    opacity: .5;
}

ul.sm img {
    width: 35px
}

footer ul {
    list-style: none;
    display: flex;
    justify-content: end;
    margin: 0
}

footer ul li a {
    font-size: 20px;
    color: black !important
}

footer ul li {
    margin-left: 20px
}

footer h1.big {
    font-size: 8.2vw;
    font-weight: 900;
    display: block;
    text-wrap: nowrap;
    line-height: initial;
    padding: 0;
    margin-bottom: -13px;
    background: #E2CBB9;
    margin-left: -37px;
}

.parallaxCustomized {
    transition: all 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.zoom-box img:not(.parallaxCustomized) {
    opacity: 0;
}
/* ==============================
   Phone
   ============================== */
   nav.navbar.container{
    padding: 0 5rem !important;
   }
@media (max-width: 480px) and (min-width: 320px) {
   nav.navbar.container { 
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
    body .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100%;
    }
    body p.lead {
        font-size: 22px;
        line-height: 1.4;
    }
    html body {
        font-size: 18px;
        line-height: 1.3;
    }
    .mb-xs-60{margin-bottom: 60px;}
    .rounded:not(input):not(textarea){max-height: 60vh;margin: 0px 15px;}
    .coffee--menu .col-md-4:not(:last-child):before{
        opacity: 0;
    }
    body .icon.v2 {
        position: absolute;
        bottom: -10%;
        right: -23%;
        width: 300px;
    }
    body .icon.v1 {
        position: absolute;
        top: -16%;
        left: -7%;
        width: 200px;
    }
    .pt-xs-90{padding-top:40px !important}
    .text-xs-center{
        text-align: center !important;
    }
    body footer ul li{
        margin:0 !important
    }
    body footer ul li a {
        font-size: 16px;
        color: black !important;
    }
    body footer ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        margin-top: 40px;
    }
    body footer h1.big {
        font-size: 22vw;
        font-weight: 900;
        display: block;
        text-wrap: nowrap;
        line-height: initial;
        padding: 0;
        margin-bottom: 0px;
        background: #E2CBB9;
        margin-left: -37px;
    }
}