#logoTop {
    height: 68px;
    width: auto;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#logoTop .st0 {
    fill: rgb(255, 255, 255);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

/*
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px;
	margin-top: 0;
	display: contents;
}

*/

.navbar.main-navigation-bg #logoTop {
    height: 50px;
}

.navbar.main-navigation-bg #logoTop .st0 {
    fill: rgb(0, 0, 0);
}


.main-navigation-bg .logo {
    padding-top: 2px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}


.horizontalSliderWrapper {
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    /* padding-bottom: 15px; */
    text-align: left;
    /* margin-bottom: 50px; */
}


.horizontalSliderWrapper h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 23px;
}


.daySlider,
.daySliderDisabled {
    background-color: rgba(228, 228, 228, 1);
    height: auto;
    margin-bottom: 15px;
}

.daySlider .video,
.daySlider .video.slick-slide,
.daySliderDisabled .video,
.daySliderDisabled .video.slick-slide {
    background: white;
    height: auto;
    background-size: 100%;
    background-position: center center;
    position: relative;
    cursor: pointer;
    filter: grayscale(.5);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.daySlider .video::before,
.daySliderDisabled .video::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 56.25%;
}

.daySlider .video::after,
.daySliderDisabled .video::after { /* to clear float */
    content: "";
    display: table;
    clear: both;
}

.daySlider .video .info,
.daySliderDisabled .video .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    align-items: flex-start;
}


.daySlider .video:hover,
.daySliderDisabled .video:hover {
    background-size: 120%;
    filter: grayscale(0);
}


.daySlider .video .videoSoonAvailable,
.daySliderDisabled .video .videoSoonAvailable {
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.daySlider .video .videoSoonAvailable span,
.daySliderDisabled .video .videoSoonAvailable span {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2;
}

.daySlider .video:hover .videoSoonAvailable,
.daySliderDisabled .video:hover .videoSoonAvailable {
    opacity: 1;
}


.daySlider .video:hover .info,
.daySliderDisabled .video:hover .info {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#cc000000', GradientType=0);
}

.daySlider .video-title,
.daySliderDisabled .video-title {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #FFF;
    font-weight: 900;
}

.daySlider .video-intro,
.daySliderDisabled .video-intro {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
}

.daySlider .video-date,
.daySliderDisabled .video-date {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #FFF;
    font-weight: 500;
}


.daySlider .video-number,
.daySliderDisabled .video-number {
    background-color: transparent;
    color: white;
    font-size: 38px;
    font-weight: bold;
    width: auto;
    display: inline-block;
    position: absolute;
    top: -3px;
    right: 0;
    padding: 1px 10px;
    font-family: 'Oswald', sans-serif;
}

.daySlider .video-new,
.daySliderDisabled .video-new {
    background-color: white;
    color: black;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    display: inline-block;
    position: absolute;
    top: 10px;
    padding: 1px 10px;
}


.daySlider .video-new.red,
.daySliderDisabled .video-new.red {
    background-color: red;
    color: white;
}

.daySlider .videoPlay, .daySlider .iconOcean,
.daySliderDisabled .videoPlay, .daySlider .iconOcean {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0);
    background-image: url(../img/play-button.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.daySlider .iconOcean,
.daySliderDisabled .iconOcean {
    /*background-image: url(../img/icon-ocean.png);*/
}

.daySlider .video:hover .videoPlay,
.daySliderDisabled .video:hover .videoPlay {
    /*background-image: url(../img/play-button-hover.png);*/
}


.daySliderDisabled {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.daySliderDisabled .video {
    width: 50%;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    max-width: 60vw;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: 0 auto;
}


.fadding-note {
    background-color: #000000;
    padding: 10px;
    color: #fff;
    width: 550px;
    margin: 20px auto 0 auto;
    max-width: 70vw;

    -webkit-animation: fadding-note 3s linear infinite 0s;
    -moz-animation: fadding-note 3s linear infinite 0s;
    -ms-animation: fadding-note 3s linear infinite 0s;
    -o-animation: fadding-note 3s linear infinite 0s;
    animation: fadding-note 3s linear infinite 0s;
}

.fadding-note p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}


.big-number {
    background-color: #000000;
    padding: 10px;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: 20px auto 0 auto;
    border-radius: 50%;

}

.big-number p {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 23px;
}


@-webkit-keyframes fadding-note {
    0% {
        background-color: rgba(0, 0, 0, 1);
    }
    50% {
        background-color: rgba(0, 0, 0, .7);
    }
    100% {
        background-color: rgba(0, 0, 0, 1);
    }
}

@-moz-keyframes fadding-note {
    0% {
        background-color: rgba(0, 0, 0, 1);
    }
    50% {
        background-color: rgba(0, 0, 0, .7);
    }
    100% {
        background-color: rgba(0, 0, 0, 1);
    }
}

@-o-keyframes fadding-note {
    0% {
        background-color: rgba(0, 0, 0, 1);
    }
    50% {
        background-color: rgba(0, 0, 0, .7);
    }
    100% {
        background-color: rgba(0, 0, 0, 1);
    }
}

@keyframes fadding-note {
    0% {
        background-color: rgba(0, 0, 0, 1);
    }
    50% {
        background-color: rgba(0, 0, 0, .7);
    }
    100% {
        background-color: rgba(0, 0, 0, 1);
    }
}


.slick-dots li button:before {
    font-size: 18px;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.horizontalSliderWrapper h3 span {
    display: inline-block;
    margin: 0 0 0 auto;
    float: right;
    font-weight: 400;
    font-size: 20px;
}


/* ---------------- */


.texteTirat {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    text-align: justify;
    width: 1000px;
    margin: 0 auto;
    max-width: calc(100vw - 50px);
}

.texteTirat h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}

.texteTirat h2 span {
    font-weight: 300;
}

.texteTirat ul {
    list-style-type: disc;
    max-width: 70%;
}

.texteTirat ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.texteTirat p {
    margin-bottom: 25px;
    line-height: 21px;
}

.darkBg:not(.main-navigation-bg) {
    background-color: #2e2e2e;
}

.menuSecondari li {
    display: inline-block;
}

.menuSecondari li a {
    font-size: 13px;
    color: #FFF;
    padding: 10px 5px;
}

.menuSecondari li:hover a {
    color: #CCC;
}

.controlsVimeo {
    text-align: center;
}

.controlsVimeo li {
    display: inline-block;
}

.controlsVimeo li span {
    color: #fff;
    cursor: pointer;
    padding: 4px 6px;
}

.controlsVimeo li span small {
    display: none;
}

.controlsVimeo .fas {
    font-size: 24px;
}

#home {
    /*background-image: url(../img/background/ochanel-sunset.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.the-button a {
    color: rgb(255, 255, 255);
}

.hero-fullscreen.overlay:before {
    background-color: rgba(0, 0, 0, .3)
}

.post-title small {
    display: block;
    text-transform: initial;
    font-family: Raleway;
    font-size: 27px;
    margin-top: 11px;
    color: #666;
    font-weight: 200;
    letter-spacing: normal;
}

#form .error,
#form .success {
    font-weight: 900;
}

.privacyText {
    background-color: #e5e5e5;
    border: 2px solid #666;
    padding: 15px 15px 0 15px;
}

.privacyText p {
    color: #333;
    font-size: 12px;
    text-align: left;
}

.legalField {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#form .legalField input[type="checkbox"] {
    width: auto;
    margin: 0 8px 0 0;
    /*transform: translateY(-7px);*/
}

#form .legalField label {
    margin-top: 15px;
    /*line-height: 40px;*/
    margin: 0;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    max-width: calc(100% - 30px);
    text-align: left;
}

#form .legalField a {
    color: #FFF;
}

#form .legalField:hover a {
    text-decoration: underline;
}

.gridCarousel {
    overflow: auto;
}

.gridCarousel .item {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
}

.gridCarousel .works-page-carousel-item {
    height: inherit;
}

.gridCarousel .item .description {
    opacity: 1;
    bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.gridCarousel .description h3 {
    color: #fff;
    font-size: 45px;
    margin: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.gridCarousel .description h3 span {
    display: block;
    font-size: 60px;
}

.gridCarousel .description .description-second {
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.gridCarousel .item:hover .description h3,
.gridCarousel .item:hover .description .description-second {
    color: #2e2e2e;
}

.gridCarousel .item:hover .link-wrap span:nth-child(1):before,
.gridCarousel .item:hover .link-wrap span:nth-child(1):after,
.gridCarousel .item:hover .link-wrap span:nth-child(2):before,
.gridCarousel .item:hover .link-wrap span:nth-child(2):after {
    width: 2px;
    height: 2px;
}

.gridCarousel .videoPlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0);
    background-image: url(../img/play-button.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gridCarousel .item:hover .videoPlay {
    background-image: url(../img/play-button-hover.png);
}


.gridCarousel .item.noVideo {
    opacity: .4;
    cursor: default;
}

.gridCarousel .item.noVideo:hover .link-wrap {
    display: none;
}

.gridCarousel .item.noVideo:hover .description h3,
.gridCarousel .item.noVideo:hover .description .description-second {
    color: #fff;
}

.gridCarousel .item.noVideo:hover .videoPlay {
    background-image: url(../img/play-button.png);
    cursor: default;
}

h1.home-page-title {
    font-size: 100px;
    color: white;
}

h2.home-page-title.inherit {
    text-transform: none;
}

.parallax-overlay {
    background-color: rgba(0, 0, 0, .4);
}

.parallax-launch,
.parallax-separador {
    /*background-image: url(../img/background/ochanel-waves.jpg);*/
}

.parallax-separador {
    height: 530px;
}

.copyright {
    font-size: 10px;
}


.countdown h3 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 125px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
    width: 100%;
    line-height: 100%;
    margin: -14px auto -3px auto;
}

.countdown h3 span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    margin: -14px auto -3px auto;
}

.section-semi-light {
    background: #eee;
}


.noborder {
    border: none;
}

#videoSave {
    margin: 0 auto;
    display: block;
}

.mobileOnly {
    display: none;
}

.mobileOnlyBlock {
    display: none;
}

.mobileOnlyFlex {
    display: none;
}

.mobileOnlyInlineBlock {
    display: none;
}


.desktopOnlyBlock {
    display: block;
}

.desktopOnlyFlex {
    display: flex;
}

.desktopOnlyInlineBlock {
    display: inline-block;
}

.h3-video-title {
    font-size: 30px;
    padding-bottom: 30px;
}


/*** GDG AGOST 2020 ***/
.daySlider,
.daySliderDisabled {
    background-color: white !important;
}

.homeSlidermarginbottom {
    margin-bottom: 0;
}


.landing-mundus {
    background-image: url(/assets/img/background/main-background.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.mundus-hat {
    background-image: url(/assets/img/mundus-hat.jpg);
    background-size: cover;
    flex: 1 1 100%;
    background-position: center bottom;
}

.upper-page {
    display: flex;
    flex-direction: column;
    /*min-height: calc(100vh - 52px);*/
}

.sliderMaxVerticalWrapper {
    flex-grow: 1;
    position: relative;
}

.kenburns-slide-1 {
    background-image: url(/assets/img/slider/crew-at-night.jpg);
    background-size: cover;
    background-position: center center;
}

.kenburns-slide-2 {
    background-image: url(/assets/img/slider/navigation-chart.jpg);
    background-size: cover;
    background-position: center center;
}

.kenburns-slide-3 {
    background-image: url(/assets/img/slider/paco-sailing.jpg);
    background-size: cover;
    background-position: center center;
}

.kenburns-slide-4 {
    background-image: url(/assets/img/slider/pilar-at-dusk.jpg);
    background-size: cover;
    background-position: center center;
}

.kenburns-slide-5 {
    background-image: url(/assets/img/slider/ricard-mundus.jpg);
    background-size: cover;
    background-position: center center;
}

.kenburns-slide-6 {
    background-image: url(/assets/img/slider/sail-up.jpg);
    background-size: cover;
    background-position: center center;
}


.section-title {
    font-size: 50px;
    text-transform: uppercase;
    padding: 5px 20px 0 20px;
}

.section-border-black,
.section-border-white {
    width: 400px;
    max-width: 80%;
    border-top: none;
    border-right: none;
    border-left: none;
}

.section-text {
    font-size: 30px;
}

.areasBlock {
    min-height: calc(100vh - 52px);
    display: flex;
    flex-wrap: wrap;
    margin: -1px;

}

.areasBlock > div {
    border: 1px solid white;
}

.tworow-flex {
    row-gap: 0;
}

.tworow-flex > div {
    /* row-gap: 2vh; */
    margin-top: 10px;
    margin-bottom: 10px;

}


.section-title-white {
    font-size: 50px;
    text-transform: uppercase;
    color: white;
    width: 100%;
    padding: 5px 20px;
    transform: translateY(6%);
}

.section-title,
.section-title-black,
.section-title-white,
.section-subtitle,
.section-subtitle-white,
.section-subtitle-black {
    transform: translateY(6%);
}

.landing-gallery {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.33) 66%, rgba(0, 0, 0, 0.0) 100%), url(/assets/img/background/gallery.jpg);
    background-size: cover;
    background-position: center center;
    min-height: calc(100vh - 292px);
}

.openbtn {
    margin-top: 25px;
}

.main-navigation-bg .openbtn {
    margin-top: 7px;
}

.privateArea {
    padding-left: 10px;
    padding-right: 10px;
}

.the-button {
    font-size: 16px !important;
    letter-spacing: 0.10em;
}

.contact-form-submit-wrapper {
    margin: 0 auto;
    line-height: 1;
}

.section-blue {
    background: white;
}

.sailone,
.mundus-back,
.proyectos {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(/assets/img/no-foto.jpg);
    background-size: cover;
    background-position: center;
    flex: 1 1 100%;
    min-height: 85vh;
}

.mundus-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(/assets/img/mundus-back.jpg);
}

.proyectos {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(/assets/img/background/_N4Y0846.jpg);
}


.img-bg {
    padding-top: 56%;
}

.img-bg .play-button,
.video .play-button,
.img-bg .zoom-button,
.video .zoom-button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0);
    background-image: url(/assets/img/videoplay.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 150px;
    transition: all .5s linear;
}

.img-bg .zoom-button,
.video .zoom-button {
    background-image: url(/assets/img/zoom.svg);
}

.img-bg .play-button:hover,
.video .play-button:hover,
.img-bg .zoom-button:hover,
.video .zoom-button:hover {
    background-size: 150px;
}

.img-bg .bg-grey {
    filter: grayscale(0);
}

#navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#navbar-collapse > div {
    flex: 1
}

.navbar-collapse {
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}


#navbar-logo {
    opacity: 0;
    transition-delay: 0.5s;
    transition: opacity 0.5s ease-in;
}

.main-navigation-bg #navbar-logo {
    opacity: 1;
}

#navbar-logo img {
    width: 60px;
    height: auto;
}

.main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 5px 2px;
}


#hamburguer-menu path {
    fill: white;
}

.main-navigation-bg #hamburguer-menu path {
    fill: #666;
}

#main-logo {
    opacity: 1;
    transition-delay: 0.5s;
    transition: opacity 0.5s ease-in;
}

#main-logo.main-navigation-bg-logo {
    opacity: 0;
}


.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
}

@media all and (min-width: 768px) {
    .main-navigation-bg .navbar-toggle .icon-bar {
        background-color: #666;
    }
}