@font-face {
    font-family: 'NewOrderRegular';
    src: url('../fonts/NewOrderRegular.eot');
    src: url('../fonts/NewOrderRegular.eot') format('embedded-opentype'),
         url('../fonts/NewOrderRegular.woff2') format('woff2'),
         url('../fonts/NewOrderRegular.woff') format('woff'),
         url('../fonts/NewOrderRegular.ttf') format('truetype'),
         url('../fonts/NewOrderRegular.svg#NewOrderRegular') format('svg');
}

@font-face {
    font-family: 'NewOrderMedium';
    src: url('../fonts/NewOrderMedium.eot');
    src: url('../fonts/NewOrderMedium.eot') format('embedded-opentype'),
         url('../fonts/NewOrderMedium.woff2') format('woff2'),
         url('../fonts/NewOrderMedium.woff') format('woff'),
         url('../fonts/NewOrderMedium.ttf') format('truetype'),
         url('../fonts/NewOrderMedium.svg#NewOrderMedium') format('svg');
}

@font-face {
    font-family: 'NewOrderSemiBold';
    src: url('../fonts/NewOrderSemiBold.eot');
    src: url('../fonts/NewOrderSemiBold.eot') format('embedded-opentype'),
         url('../fonts/NewOrderSemiBold.woff2') format('woff2'),
         url('../fonts/NewOrderSemiBold.woff') format('woff'),
         url('../fonts/NewOrderSemiBold.ttf') format('truetype'),
         url('../fonts/NewOrderSemiBold.svg#NewOrderSemiBold') format('svg');
}

@font-face {
    font-family: 'NewOrderLight';
    src: url('../fonts/NewOrderLight.eot');
    src: url('../fonts/NewOrderLight.eot') format('embedded-opentype'),
         url('../fonts/NewOrderLight.woff2') format('woff2'),
         url('../fonts/NewOrderLight.woff') format('woff'),
         url('../fonts/NewOrderLight.ttf') format('truetype'),
         url('../fonts/NewOrderLight.svg#NewOrderLight') format('svg');
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'NewOrderRegular';
}

body {
    background-color: #000000;
	overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    color: #FFFFFF;
}

.animacionInicio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    transition: opacity 2s ease;
}

.animacionInicio video {
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    transition: opacity 2s ease;
}

.logoTop {
	width: 215px;
}

.animacionLogo {
    width: 15%;
    min-width: 130px;
    filter: invert(1);
}

.videoAnimacion {
    width: 60%;
    object-fit: cover;
}

.finVideos {
    opacity: 0;
}

.finAnimacion {
    display: none;
}

body.scroll-blocked {
    overflow: hidden;
}

footer {
    background-color: #000000;
    padding: 80px 0;
    border-top: 1px solid #FFFFFF;
}

.menuCanvas {
	width: 50%;
}

.offcanvas-body {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

ul.menuItemsCont {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

ul.menuItemsCont.tipoHoriz {
    margin-top: 80px;
    margin-bottom: 0px;
}

ul.menuItemsCont.tipoHoriz li.menuItem {
    display: inline-block;
    margin: 0 15px;
}

ul.menuItemsCont.tipoHoriz li.menuItem .linkRedesMenu {
    color: #000;
    font-size: 25px;
}

a.linkSake {
    font-family: 'NewOrderLight';
    color: #000;
    font-size: 60px;
    text-decoration: none;
}

a.linkLang {
    font-family: 'NewOrderLight';
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

button.btn-close {
    width: 15px;
    height: 35px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center no-repeat;
}

a.linkSake.active {
    font-weight: bold;
}

footer div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgLogoFooter {
    width: 50%;
    object-fit: contain;
    object-position: top;
}

.direcciones {
    flex-direction: column;
}

.direcciones div {
    flex-direction: column;
    margin-bottom: 10px;
}

.direcciones div p {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 15px;
}

.direcciones div p a {
    font-size: 16px;
}

.redes {
    column-gap: 10px;
}

.redes a {
	text-decoration: none;
    color: #FFF;
    font-size: 30px;
    margin: 0 8px;
}

.redes a img {
    mix-blend-mode: multiply;
}

.linkLogoNav {
    width: 40%;
}

.menuNavBar {
    padding: 10px 20px;
/*
    background-color: #000000;
*/
}

.burgermenu {
    border: none !important;
    box-shadow: none !important;
    background: none;
    width: 45px;
    height: 35px;
    padding: 0;
    opacity: 1;
    z-index: 9999;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    outline: none;
    margin-left: 15px;
}

.burgermenu:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.burgermenu span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 0;
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: -webkit-transform 0.5s ease, border-color 0.5s ease 0.3s;
    -moz-transition: -moz-transform 0.5s ease, border-color 0.5s ease 0.3s;
    -o-transition: -o-transform 0.5s ease, border-color 0.5s ease 0.3s;
    -ms-transition: -ms-transform 0.5s ease, border-color 0.5s ease 0.3s;
    transition: transform 0.5s ease, border-color 0.5s ease 0.3s;
}

.burgermenu span:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 15%;
    width: 80%;
    height: 1px;
    background: #fff;
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-name: topLineBurger;
    -moz-animation-name: topLineBurger;
    -o-animation-name: topLineBurger;
    -ms-animation-name: topLineBurger;
    animation-name: topLineBurger;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.burgermenu span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 80%;
    height: 1px;
    background: #fff;
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-name: bottomLineBurger;
    -moz-animation-name: bottomLineBurger;
    -o-animation-name: bottomLineBurger;
    -ms-animation-name: bottomLineBurger;
    animation-name: bottomLineBurger;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.burgermenu.opened span {
    border-color: transparent;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.burgermenu.opened span:before {
    -webkit-animation-name: topLineCross;
    -moz-animation-name: topLineCross;
    -o-animation-name: topLineCross;
    -ms-animation-name: topLineCross;
    animation-name: topLineCross;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.burgermenu.opened span:after {
    -webkit-animation-name: bottomLineCross;
    -moz-animation-name: bottomLineCross;
    -o-animation-name: bottomLineCross;
    -ms-animation-name: bottomLineCross;
    animation-name: bottomLineCross;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.menuCanvas {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 1s ease;
}

.containerVideoInicio {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: -1;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.videoInicio {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

main section {
    background-color: #000000;
}

.sectionTextsHeader {
    background-color: transparent;
}

.containerh1Header {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerh1Header h1 {
    color: #FFFFFF;
    font-size: 40px;
    text-align: center;
}

.containerTextHeader {
    width: 80%;
    margin: 150px 0 100px 20px;
}

.containerTextHeader h2 {
    color: #FFFFFF;
}

.sectionTextScroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10vw 0 8vw;
}

.containerScroll {
    overflow-x: hidden;
}

.textScroll:hover {
    color: #09D6FA;
}

.textScroll:hover a{
    color: #09D6FA!important;
}

.textScroll a {
    -webkit-transition: color .8s ease;
    -o-transition: color .8s ease;
    transition: color .8s ease;
}

.textScroll {
    white-space: nowrap;
    color: #FFFFFF;
    text-align: right;
    font-size: 42px;
    font-weight: 400;
    position: relative;
    /* left: -6vw;*/
    -webkit-transition: color .8s ease;
    -o-transition: color .8s ease;
    transition: color .8s ease;
}

.sectionShowreel {
    padding: 20vh 0 0;
}

.sectionShowreel h4 {
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
}

.linkShowreel {
    display: flex;
    height: 100%;
}

.videoShowreel {
    width: 100vw;
}

.cajaCarrousel {
    z-index: auto;
    float: none;
    flex-shrink: 1;
    display: flex;
    margin: 0px;
    inset: auto auto auto 0px;
    position: relative;
    overflow: visible;
    background-color: #000000;
    padding-bottom: 100px;
}

.seccionCarrousel {
    height: 100vh;
    padding: 50px 0;
    box-sizing: border-box;
    position: sticky;
    overflow: hidden;
    display: flex;
    top: 0;
}

.carrousel {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 10vw;
}

.containerVideosCarrousel {
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.itemCarrousel {
    /*height: 70vh;*/
    width: 70vw;
    margin: 0 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.linkItemCarrousel {
    display: block;
    overflow: hidden;
    position: relative;
    /* margin: 5vw 0;
    padding: 0 0 60px;*/
    text-decoration: none;
    width: 100%;
}

.videoCarrousel {
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
}

.videoCarrousel img {
    width: 100%;
}

.videoCarrousel video {
    object-fit: cover;
    object-position: center;
    height: 70vw;
    width: 70vw;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.containerTextoCar {
    height: 100%;
    width: 70vw;
    display: flex;
    align-items: center;
}

.textoCarrousel {
    -webkit-box-flex: 0;
    margin: 0 12vw 80px 0;
    color: #FFFFFF;
}

.tituloBanner {
    font-family: 'NewOrderMedium';
}
.logoMarqueeSection {
    padding: 30px 0 100px;
}

#logoMarqueeSection {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
	overflow-x: hidden;
}

div.marquee>a>img {
    height: 80px;
}

.logoMarqueeSection>div>div {
    padding: 0;
    min-height: 0;
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display: inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}


.textHeaderNosotros {
    min-height: 70vh;
    width: 80vw;
    margin: 100px auto 50px auto;
    overflow: hidden;
    background-color: #000000;
    position: relative;
    display: flex;
    align-items: center;
}

.noneado {
    display: none;
}

.textos {
    opacity: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    transform: translateY(100%);
    transition: 1s ease-in all;
}

.textVisible {
    opacity: 1;
    transform: translateY(0%);
    position: static;
}

.textos p {
    color: #FFFFFF;
    font-size: 32px;
}

.h1Approach {
    text-align: center;
    font-size: 145px;
    color: #2A2A2A;
    font-family: 'NewOrderRegular';
}

.secondTextNosotros {
    min-height: 60vh;
    margin: 50px auto 0;
}

.textScrollNosotros {
    align-items: flex-start;
}

.sectionTrabajos {
	padding: 100px 0px;
}

ul.listadoTrabajos {
    margin: 0;
    padding: 0;
    list-style: none;
}

.linkTrabajo img {
    height: 80%;
    opacity: 0;
    margin-left: 0;
    transition: .6s all;
}

.linkTrabajo:hover img {
	opacity: 1;
	margin-left: 45px;
}

.linkTrabajo:hover {
	letter-spacing: 4px;
}

a.linkTrabajo {
    color: #FFF;
    border-bottom: 1px solid #707070;
    display: block;
    padding: 30px;
    font-size: 64px;
    transition: .6s all;
}

.modal-body {
    padding: 0;
}

button.btn-close.btnCloseModalTr {
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center no-repeat;
	z-index: 999999999999999999999999;
}

div#videoConte {
    background: #000;
}

section.seccion404 {
    height: calc(100vh - 441px);
    position: relative;
}

.txt404 {
    color: #FFF;
    padding: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

.txt404 h1 {
    font-family: 'NewOrderSemiBold';
}

#mouse-circle {
    position: fixed;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    pointer-events: none;
    transition: .1s all;
	z-index: 9999;
    overflow: hidden;
}

.msgPlay {
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    background: #bbbbbb;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all;
}

.msgShow {
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    background: #bbbbbb;
    font-size: 8px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all;
    position: absolute;
    top: 0;
    left: 0;
}

#mouse-circle.over {
	transform: scale(3);
	opacity: .8;
}

#mouse-circle.over.video .msgPlay {
    opacity: 1;
}

#mouse-circle.over.gifo .msgShow {
    opacity: 1;
}

.bloqueDir {
	margin-bottom: 35px!important;
}

#landingArrowLink {
    position: absolute;
    right: 2vw;
    bottom: 5%;
    align-items: center;
	text-decoration: none;
}
#landingArrowLink:hover {
	text-decoration: none;
}
#landingArrowLink p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    margin: 0;
    display: inline-block;
}
.landingArrow {
    z-index: 4;
    overflow: hidden;
    width: 2vw;
}
.landingArrow img {
    position: relative;
    top: -6vw;
    width: 100%;
	animation: landArrow 2s ease infinite;
	animation-delay: 2s;
}
@keyframes landArrow {
	0%   { top: -6vw; }
	50%   { top: 0; }
	100% { top: 6vw; }
}

.destacTitulo {
	font-weight: bold;
}

.bkacBlack {
    background: #000;
}

.bkacBlack .col-6:first-child {
	border-right: 1px solid #FFFFFF;
}

.linkBigBottom {
    font-size: 50px;
    display: block;
    text-align: center;
    padding: 30px;
    position: relative;
}

.linkBigBottom::before {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background: #333;
    transition: .5s all;
}

.linkBigBottom:hover::before {
	transform: scaleX(2);
}

.secondTextNosotros .textos p {
	margin-bottom: 0;
}

.bkacBlack .col-6 {
    padding: 0!important;
}


@media only screen and (min-width:768px) {
    .menuCanvas {
        width: 40%;
    }

    .containerh1Header h1 {
        font-size: 50px;
        width: 70%;
    }

    .containerTextHeader {
        width: 50%;
        margin-left: 8%;
    }

    .videoCarrousel video {
        height: 34vw;
        width: 50vw;
    }

    .itemCarrousel {
        height: 100vh;
        width: 50vw;
    }

    .containerTextoCar {
        width: 35vw;
    }

    .videoShowreel {
        width: 70vw;
    }

    .containerTextHeader {
        width: 50%;
    }

    .sectionShowreel {
        padding: 20vh 0 30vh;
    }

    .textHeaderNosotros {
        min-height: 70vh;
    }

    .textos {
        width: 70%;
    }

    .textos p {
        font-size: 30px;
    }

    .secondTextNosotros {
        align-items: flex-start;
    }

    .h1Approach {
        text-align: left;
        font-size: 60px;
    }

    .divTrabajo a p svg {
        opacity: 0;
    }

    .divTrabajo a p svg.visible {
        opacity: 1;
    }
}


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

	#mouse-circle {
		display: none;
	}
	
	.textos p {
		font-size: 22px;
	}
	
	h1.textScroll.h1Approach {
		font-size: 88px;
	}
	
	.textHeaderNosotros {
		margin: 30px auto 30px auto;
	}
	
	.textScrollNosotros {
		padding: 80px 0;
	}
	
	.videoCarrousel img {
		width: 100%;
	}
	
	.itemCarrousel {
		height: 290px;
	}
	
	.carrousel {
		height: 50vh!important;
	}
	
	.seccionCarrousel {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.menuCanvas {
		width: 100%;
		border: 0;
	}
	
	a.linkSake {
		font-size: 42px;
	}
	
	.offcanvas-header .btn-close {
		padding: 0.5rem 5px;
		margin-right: 0px;
	}
	
	img.logoTop {
		width: 160px;
	}
	
	a.linkLogoNav {
		padding: 0;
	}
	
	.txt404 {
		padding: 15px;
	}
	
	.containerh1Header h1 {
		font-size: 28px;
		padding: 25px;
	}
	
	a.linkTrabajo {
		font-size: 22px;
		padding: 15px 25px;
		line-height: 18px;
	}
	
	.direcciones div p a {
		font-size: 18px;
	}
	
	.cajaCarrousel {
		display: block;
		height: auto!important;
	}
	
	.seccionCarrousel {
		display: block;
		height: auto;
		position: relative;
		top: auto;
	}
	
	.carrousel {
		transform: none!important;
		height: auto!important;
		display: block;
		padding: 15px;
	}
	
	.containerTextoCar {
		width: 100%;
		text-align: center;
		display: block;
	}

	h3.textoCarrousel {
		margin: 30px auto;
	}

	.containerVideosCarrousel {
		display: block;
		width: 100%;
	}

	a.linkBigBottom {
		font-size: 24px;
		padding: 15px;
	}
	
	.linkBigBottom::before {
		bottom: 12px;
	}
}

