@charset "UTF-8";p, body, a, li, .primary {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
}

p {
    color: #58585a;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

:focus {
    outline: none;
}

body {
    background: #000;
    padding: 0;
    margin: 0;
}

section {
    position: relative
}

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

img {
    display: block;
    width: 100%;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.contenedor {
    width: 1400px;
    margin: 0px auto;
    position: relative;
    border: 0px solid red;
}

p {
    color: #58585a;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

::placeholder {
    color: #fff;
}

.principal {
    color: #35cd84;
}

.secundario {
    color: #f34f98;
}

.light {
    color: #fff;
}

.justify {
    text-align: justify !important;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.mayus {
    text-transform: uppercase;
}

.inline {
    display: inline-block;
}

.sombreado {
    text-shadow: 0px 0px 10px rgba(0,0,0,.6)
}

.empty {
    width: 100%;
    height: 10px
}

.hidden {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    background-color: #fff;
}

.visible {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    background-color: #fff;
}

.movil {
    display: none;
}

.desktop {
    display: block;
}

.onlymovil {
    display: none;
}

.clear {
    clear: both;
    height: 0px;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.clear40 {
    clear: both;
    height: 40px;
}

.clear50 {
    clear: both;
    height: 50px;
}

.clear300 {
    clear: both;
    height: 50px;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px 10px;
}

.padding30 {
    padding: 30px 10px;
}

label.error {
    display: none !important;
}

input.error {
    border: 1px solid #F00!important;
}

select.error {
    border: 1px solid #F00!important;
}

textarea.error {
    border: 1px solid #F00!important;
}

.col1 li {
    float: left;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col2 li {
    float: left;
    width: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col3 li {
    float: left;
    width: 33.33%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col4 li {
    float: left;
    width: 25%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col5 li {
    float: left;
    width: 20%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col6 li {
    float: left;
    width: 16.66%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col7 li {
    float: left;
    width: 14.28%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col8 li {
    float: left;
    width: 12.5%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col9 li {
    float: left;
    width: 11.1%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col2mixto li:nth-child(odd) {
    width: 75%;
    float: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col2mixto li:nth-child(even) {
    width: 25%;
    float: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col2mixta li:nth-child(even) {
    width: 80%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col2mixta li:nth-child(odd) {
    width: 20%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col3foot li:nth-child(odd) {
    float: left;
    width: 25%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col3foot li:nth-child(even) {
    float: left;
    width: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.vertical-align {
    display: table;
    width: 100%;
}

.vertical-align li {
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: auto;
}

.col2mix li:first-child {
    width: 33.33%;
    float: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.col2mix li:nth-child(2) {
    width: 66.66%;
    float: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.full li {
    float: left;
    width: 100% !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

header {
    position: fixed;
    z-index: 800;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    top: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.header_chico {
    background-color: rgba(0, 0, 0, 0.8);
}

.logo {
    width: 20%;
    float: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.logo img {
    width: 170px;
    margin: 20px 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

header .LogoVisible {
    display: block
}

.header_chico .LogoVisible {
    display: none
}

header .LogoNoVisible {
    display: none
}

.header_chico .LogoNoVisible {
    display: block
}

.logo_chico img {
    width: 60px;
    margin: 10px 0px;
}

.btn_movil {
    width: 40px;
    height: 30px;
    float: right;
    cursor: pointer;
    margin-top: 25px;
    position: relative;
}

.btn_movil .Line-01 {
    width: 100%;
    border-bottom: 3px solid #fff;
    float: left;
    margin: 3px 0px 4px 0px;
}

.btn_movil .Line-02 {
    width: 100%;
    border-bottom: 3px solid #fff;
    float: left;
    margin: 2px 0px 2px 0px;
}

.btn_movil .Line-03 {
    width: 100%;
    border-bottom: 3px solid #fff;
    float: left;
    margin: 4px 0px 3px 0px;
}

.menu {
    width: 65%;
    float: left;
    padding: 10px 0px;
    margin-left: calc(15% - 30px);
    margin-top: 10px;
    display: block
}

.header_chico .menu {
    margin-top: 5px;
}

.menu li a {
    text-align: center;
    line-height: 1;
    padding: 15px 0px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.menu li a:hover {
    color: #fff;
}

.SocialHead {
    width: 50px;
    height: 30px;
    position: absolute;
    right: 0px;
    padding: 17px 0px;
    top: 10px;
}

.SocialHead a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 0px 5px;
    float: right;
}

.header_chico .SocialHead {
    top: 5px;
}

.SocialHead a:hover {
}

footer {
    background-color: #fa7803;
    background-color: #000;
    padding: 30px 0px;
    margin-top: 30px
}

footer h4 {
    font-size: 30px;
    line-height: 1;
    margin: 25px 0px 10px 0px;
    text-align: center;
    color: #fff;
    font-weight: 100;
}

footer p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin: 0px;
    font-weight: 200;
}

footer p a {
    display: inline-block;
}

footer p a:hover {
}

.logoFoot {
    width: 240px;
    margin: 0px auto 20px auto;
    float: none;
}

.Copy {
    margin-top: 20px
}

.Copy a, .Copy p {
    font-size: 12px;
}

.MainSlider {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.SeccionSpace {
    padding-top: 150px;
    /* background-color: #2e2e2e; */
}

#vid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.ColProyectos h2, .ColDirector h2, .WithProducers h2, .Related-01 h2, .WithDirectors h2, .WithWork h2, .WithReels h2, .WithSpecialty h2, .WithTeam h2, .WithPartners h2, .WithLongForm h2 {
    background-color: #fa7803;
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 100;
    text-transform: uppercase;
    width: auto;
    float: left;
    padding: 10px 80px 10px 20px;
}

.ColProyectos h2::before, .ColDirector h2::before, .WithProducers h2::before, .Related-01 h2::before, .WithDirectors h2::before, .WithWork h2::before, .WithReels h2::before, .WithSpecialty h2::before, .WithTeam h2::before, .WithPartners h2::before, .WithLongForm h2::before {
    content: '';
    bottom: -15px;
    left: 40px;
    position: absolute;
    border-left: 15px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 15px solid #fa7803;
    border-right: 15px solid transparent;
}

.ContRelated::after, .ContProducers::after,.ContLongForm::after, .ContDirectors::after, .ContWork::after, .ContReels::after, .ContSpecialty::after, .ContTeam::after, .ContSpecialty::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 130px;
    z-index: 1;
    background-blend-mode: multiply;
    background: rgba(0,0,0,0.8);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.Testimoniales {
    background-color: #736670;
    padding: 50px 0px;
}

.Testimoniales h3 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin: 10px 0px;
}

.Testimoniales h3 span {
    font-size: 30px;
    display: block;
}

.ConteTestimonial {
    max-width: 360px;
    margin: 80px auto;
}

.TextoTestimonial {position: relative;}

.TextoTestimonial:before {
    content: '❝';
    font-size: 40px;
    color: #fff;
    opacity: .4;
    position: absolute;
    top: -20px;
    left: -20px;
}
.TextoTestimonial:after {
    content: '❞';
    font-size: 40px;
    color: #fff;
    opacity: .4;
    position: absolute;
    top: -20px;
    right: -20px;
}

.TextoTestimonial p {
    margin: 5px 0px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.TextoTestimonial h5 {
    text-align: right;
    margin: 10px 0px;
    font-size: 16px;
    color: #fff;
}

.TextoTestimonial h5 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.PerfilTestimonial {
}

.PerfilTestimonial img {
    width: 125px !important;
    margin: 10px 30px;
    border: 3px solid #fff;
    border-radius: 5px;
}

.WithProducers {
    padding: 30px 0px;
    background-color: #2e2e2e;
}

.ContProducers {
    background-color: #555555;
    width: calc(100% - 20px);
    margin: 10px auto;
    height: 300px;
    position: relative;
}

.ContProducers h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
}

.ContProducers h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContProducers::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContProducers:hover::before {
    opacity: 1;
}

.SeeMore {
    margin-right: 10px;
    background-color: #fa7803;
    color: #fff;
    text-align: center;
    width: 130px;
    padding: 10px 0px;
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.SeeMore:hover {
    width: 150px;
}

.Home-01 {
    padding: 60px 0px;
    /* background-color: #1c1c1c; */
    border-top: 10px solid #000000;
    position: relative
}

.Home-01::before {
    content: '';
    width: 0px;
    position: absolute;
    height: 0px;
    top: -1px;
    right: calc(50% - 20px);
    border-left: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 20px solid #000;
    border-right: 20px solid transparent;
}

.Home-01 p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 70%;
    line-height: 1.5;
    margin: 30px auto;
    font-weight: 400;
}

.Home-01 h1 {
    text-align: center;
    font-size: 70px;
    line-height: 1;
    font-weight: 100;
    margin: 0;
    color: #fff;
}

.Home-01 h1 span {
    display: block;
    color: #ffffff;
    font-size: 40px;
    font-weight: 300
}

.WithDirectors {
    padding: 30px 0px;
    /* background-color: #2e2e2e; */
}

.ContDirectors {
    background-blend-mode: multiply;
    width: 100%;
    margin: 0px auto;
    aspect-ratio: 16 / 9;
    /*height:383px;*/
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContDirectors:hover {
    background-color: rgb(85, 85, 85, .9);
}

.ContDirectors h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
}

.ContDirectors h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContDirectors::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContDirectors:hover::before {
    opacity: 1;
}

.Directors-01 {
    padding: 30px 0px;
    /* background-color: #2e2e2e; */
}

.FeatDirectors {
    background-color: rgba(0,0,0,.8);
    margin: 10px;
    float: left;
    height: 354px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.ColDirector {
    position: relative;
    top: -100px;
}

.Directors-01 > .contenedor {
}

.ColDirector .Column:nth-child(1) {
    width: calc(100% - 10px);
    margin: 5px;
    float: left;
}

.ColDirector .Column:nth-child(2) {
    width: calc(100% - 10px);
    margin: 5px;
    float: left;
    padding: 20px 0px;
}

.ColDirector .FeatDirectors {
    width: 300px;
    height: 300px;
    margin: 5px 30px 5px 0px;
    border: 4px solid #f07730;
    border-radius: 3px;
}

.ColDirector .DescriptionDirectors {
    width: calc(100% - 390px);
    margin: 5px;
    float: left;
    top: 0px;
    position: relative;
    background-color: rgba(0,0,0,.9);
    padding: 10px 20px;
}

.ColDirector .DescriptionDirectors h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 10px 0px;
    line-height: 1;
}

.ColDirector .DescriptionDirectors h3 span {
    color: #fa7803;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ColDirector .DescriptionDirectors p {
    color: #fff;
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 100;
}

.ColDirector .DescriptionDirectors p span {
    font-weight: 100;
    text-transform: uppercase;
}

.Directors-01 .ContFeat {
    float: left;
    margin: 0px 10px;
}

.Directors-01 .ContFeat a {
    background-color: #f07730;
    width: 130px;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 200;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.Directors-01 .ContFeat a:hover {
    width: 150px;
}

.Directors-01 .ContFeat .DescriptionDirectors h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 10px 0px;
    line-height: 1;
}

.Directors-01 .ContFeat .DescriptionDirectors h3 span {
    color: #fa7803;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.Directors-01 .ContFeat .DescriptionDirectors p {
    color: #fff;
    font-size: 16px;
    margin: 10px 0px
}

.Directors-01 .FeatDirectors .Share {
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0px;
}

.Directors-01 .FeatDirectors .Share .Share-00 {
    width: 20%;
    float: left;
    text-align: center;
    background-color: #fa7803;
    padding: 10px 0px;
    color: #fff;
    cursor: pointer;
}

.Directors-01 .FeatDirectors .Share .Share-00:hover {
    background-color: rgba(255,255,255,.8);
    color: #fa7803;
}

.Directors-01 .FeatDirectors .Share .Share-00 .fa-eye {
    padding-right: 5px;
}

.next-director {
    width: 200px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    background-color: #f07730;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    float: left;
    margin: 20px 0px 20px 10px;
    position: relative;
}

.next-director .fa {
    position: absolute;
    left: 15px;
}

.prev-director {
    width: 200px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    background-color: #f07730;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    float: right;
    margin: 20px 10px 20px 0px;
    position: relative;
}

.prev-director .fa {
    position: absolute;
    right: 15px;
}

.Specialties-01 {
    padding: 30px 0px;
    background-color: #2e2e2e;
}

.FeatSpecialty {
    background-color: rgba(0,0,0,.8);
    margin: 10px;
    float: left;
    height: 354px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.AmeniChica {width: calc(33.33% - 10px);background-position: center center;background-repeat: no-repeat;background-size: cover;-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;}
.AmeniChica:hover {background-color: rgb(0 0 0 / 20%);background-blend-mode: multiply;}
.AmeniChica h4 { opacity: 0; color: #fff;text-align: right;font-size: 18px;position: absolute;width: calc(40% - 10px);line-height: 1;margin: 0;text-transform: uppercase;top: 20px;right: 0px;-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.AmeniChica:hover h4 { opacity: 1;right: 20px; }
.AmeniChica:nth-child(even) { height: 245px;margin: 5px; }
.AmeniChica:nth-child(odd) { height: 500px;margin: 5px; }
#filters {position: relative;margin: 15px 0px;}
#filters .button.secondary.url{appearance: none;border: none;padding: 10px 0px;width: calc(14.25% - 10px);float: left;margin: 5px;font-size: 12px;color: #fff;background-color: #1a526c;cursor: pointer;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
#filters .button.secondary.url:hover {background-color: #cdae5c;}

/*.ColSpecialty{position:absolute;top:-120px;}
.Specialties-01 > .contenedor{margin-bottom:50px;}*/
.ColSpecialty .Column:nth-child(1) {
    width: calc(100% - 10px);
    margin: 5px;
    float: left;
}

.ColSpecialty .Column:nth-child(2) {
    width: calc(100% - 10px);
    margin: 5px;
    float: left;
    padding: 20px 0px;
}

.ColSpecialty .DescriptionSpecialty {
    width: calc(90% - 70px);
    margin: 15px auto;
    top: 0px;
    position: relative;
    background-color: rgba(0,0,0,.9);
    padding: 10px 20px;
}

.ColSpecialty .DescriptionSpecialty h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 10px 0px;
    line-height: 1;
}

.ColSpecialty .DescriptionSpecialty h3 span {
    color: #fa7803;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ColSpecialty .DescriptionSpecialty p {
    color: #fff;
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 100;
}

.ColSpecialty .DescriptionSpecialty p span {
    font-weight: 100;
    text-transform: uppercase;
}

.Directors-01 .ContFeat {
    float: left;
    margin: 0px 10px;
}

.Directors-01 .ContFeat a {
    background-color: #f07730;
    width: 130px;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 200;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.Directors-01 .ContFeat a:hover {
    width: 150px;
}

.Directors-01 .ContFeat .DescriptionSpecialty h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 10px 0px;
    line-height: 1;
}

.Directors-01 .ContFeat .DescriptionSpecialty h3 span {
    color: #fa7803;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.Directors-01 .ContFeat .DescriptionSpecialty p {
    color: #fff;
    font-size: 16px;
    margin: 10px 0px;
}

.WithReels {
    padding: 30px 0px;
    /* background-color: #2e2e2e; */
}

.ContReels {
    background-blend-mode: multiply;
    width: calc(100% - 20px);
    margin: 10px auto;
    aspect-ratio: 16 / 9;
    /*height:674px;*/
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*
.col2 .ContReels{height:332px;}
.ReelsOwl .ContReels{height:215px;}
*/
.WithReels p {
    width: 95%;
    margin: 30px auto;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.ContReels:hover {
    background-color: rgb(85, 85, 85, .9);
}

.ContReels h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
}

.ContReels h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContReels::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContReels:hover::before {
    opacity: 1;
}

.ReelsOwl .owl-prev {
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #f07730;
    position: absolute;
    left: -10px;
    bottom: calc(50% - 30px);
}

.ReelsOwl .owl-next {
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #f07730;
    position: absolute;
    right: -10px;
    bottom: calc(50% - 30px);
}

.WithWork {
    padding: 30px 0px;
    /* background-color: #2e2e2e; */
}

.ContWork {
    background-blend-mode: multiply;
    width: calc(100% - 20px);
    margin: 10px auto;
    aspect-ratio: 16 / 9;
    /*height:332px*/
    ;position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContWork:hover {
    background-color: rgb(85, 85, 85, .9);
}

.ContWork h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
}

.ContWork h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContWork::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContWork:hover::before {
    opacity: 1;
}

.OurWork-01 {
    padding: 30px 0px;
    background-color: #2e2e2e;
}

.FeatOurWork {
    background-color: rgba(0,0,0,.8);
    height: 450px;
    background-image: url('../img/back-creations.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.ContFeat {
}

.ContFeat .DescriptionOurWork h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 30px 0px;
    line-height: 1;
}

.ContFeat .DescriptionOurWork h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContFeat .DescriptionOurWork p {
    color: #fff;
    font-size: 18px;
}

.ContFeat .CreditsOurWork {
}

.ContFeat .CreditsOurWork p {
    color: #fff;
    font-size: 18px;
    margin: 10px 0px;
    line-height: 1;
}

.ContFeat .CreditsOurWork p strong {
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 300;
}

.Share {
    position: absolute;
    bottom: 0px;
    width: 30%;
    right: 0px;
}

.Share.OurWork {
    bottom: -45px
}

.Share .Share-00 {
    width: 20%;
    float: left;
    text-align: center;
    background-color: #fa7803;
    padding: 10px 0px;
    color: #fff;
    cursor: pointer;
}

.Share .Share-00:hover {
    background-color: rgba(255,255,255,.8);
    color: #fa7803;
}

.Share .Share-00 .fa-eye {
    padding-right: 5px;
}

.Related-02 {
    padding: 30px 0px;
    background-color: #2e2e2e;
}

.ContRelated-01 {
    background-blend-mode: multiply;
    width: calc(100% - 20px);
    margin: 10px auto;
    height: 215px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContRelated-01:hover {
    background-color: rgb(85, 85, 85, .9);
}

.ContRelated-01 h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
}

.ContRelated-01 h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContRelated-01::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContRelated-01:hover::before {
    opacity: 1;
}

.WithSpecialty {
    padding: 30px 0px;
    background-color: #2e2e2e;
}

.ContSpecialty {
    background-blend-mode: multiply;
    width: calc(100% - 20px);
    margin: 10px auto;
    height: 332px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

.ContSpecialty:hover {
    background-color: rgb(85, 85, 85, .9);
}

.ContSpecialty h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
}

.ContSpecialty h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContSpecialty::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContSpecialty:hover::before {
    opacity: 1;
}

.WithTeam {
    padding: 30px 0px;
    background-color: #2e2e2e;
}

.ContTeam {
    background-blend-mode: multiply;
    width: calc(100% - 20px);
    margin: 10px auto;
    height: 600px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContTeam:hover {
    background-color: rgb(85, 85, 85, .9);
}

.ContTeam h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 250px;
    z-index: 2;
}

.ContTeam h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContTeam .Bio {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    width: calc(100% - 40px);
    bottom: 0px;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContTeam .Bio p {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    color: #fff;
}

.ContTeam .Bio p strong {
    font-size: 18px;
    text-transform: uppercase
}

.ContTeam:hover .Bio {
    opacity: 1;
}

.ContTeam::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContTeam:hover::before {
    opacity: 1;
}

.Related-01 {
    padding: 30px 0px;
    /* background-color: #2e2e2e; */
}

.ContRelated {
    background-blend-mode: multiply;
    width: 100%);
    margin: 0px auto;
    aspect-ratio: 16 / 9 ;
    /*height:380px;*/
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContRelated:hover {
    background-color: rgb(85, 85, 85, .9);
}

.ContRelated h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
    max-width: 75%;
}

.ContRelated h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContRelated::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContRelated:hover::before {
    opacity: 1;
}

.WithPartners {
    padding: 30px 0px;
    /* background-color: #2e2e2e; */
}

.WithPartners p {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
}

.ContPartners {
    background-blend-mode: multiply;
    width: calc(100% - 20px);
    margin: 10px auto;
    aspect-ratio: 16 / 9;
    /*height:245px;*/
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContPartners:hover {
    background-color: rgb(85, 85, 85, .9);
}

.ContPartners h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
}

.ContPartners h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContPartners::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContPartners:hover::before {
    opacity: 1;
}

.WithLongForm {
    padding: 30px 0px;
    background-color: #2e2e2e;
}

.ContLongForm {
    background-blend-mode: multiply;
    width: calc(100% - 20px);
    margin: 10px auto;
    height: 660px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContLongForm:hover {
    background-color: rgb(85, 85, 85, .9);
}

.ContLongForm h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
}

.ContLongForm h3 span {
    color: #fa7803;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    display: block;
    line-height: 1;
}

.ContLongForm::before {
    content: '';
    bottom: calc(50% - 15px);
    left: 0px;
    position: absolute;
    opacity: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 0px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ContLongForm:hover::before {
    opacity: 1;
}

.ContLongForm .Dates {
    position: absolute;
    width: 200px;
    left: 15px;
    top: 60px;
    z-index: 2
}

.ContLongForm .Dates p {
    font-size: 14px;
    text-align: left;
    color: #fff;
    font-weight: 200;
    margin: 2px 0px
}

.Trailer {
    text-align: center;
    opacity: 0;
    font-size: 16px;
    line-height: 1;
    margin: 0 calc(50% - 100px);
    width: 200px;
    text-transform: uppercase;
    font-weight: 300;
    background-color: #fa7803;
    color: #fff;
    padding: 7px 0px;
    bottom: calc(50% - 15px);
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2
}

.ContLongForm:hover .Trailer {
    opacity: 1
}

.ImgSlider {
    height: 400px;
}

.AboutImg {
    width: 80%;
    margin: 20px auto;
}

.owl-stage {
    display: flex
}

.owl-dots {
    width: auto;
    height: 30px;
    margin: 10px 0px;
}

.owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    float: left;
    margin: 3px;
}

.owl-dot:hover, .owl-dot.active {
    background-color: #fa7803;
}

#FormHad {
    width: calc(100% - 50px);
    margin: 25px;
}

#FormHad::placeholder {
    color: #fff !important
}

#FormHad input {
    color: #fff;
    width: calc(100% - 14px);
    border: 1px solid #222;
    border-radius: 3px;
    height: 30px;
    padding-left: 10px;
    background-color: #222
}

#FormHad textarea {
    color: #fff;
    width: calc(100% - 14px);
    border: 1px solid #222;
    border-radius: 3px;
    height: 120px;
    padding-left: 10px;
    padding-top: 10px;
    resize: none;
    background-color: #222;
    font-family: 'Roboto', sans-serif;
}

#FormHad input:focus, #FormHad textarea:focus {
    border: 1px solid #fa7803
}

#FormHad input#SubmitHad {
    background-color: #fa7803;
    border: 1px solid #fa7803;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    width: 100%;
    border-radius: 0px;
}

#FormHad input#SubmitHad:hover, #FormHad input#SubmitHad:disabled {
}

#map {
    height: 310px;
    width: 100%;
    margin: 25px 0px;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto;
    display: table;
    width: 100%;
    display: table;
}

.pagination > li {
    display: inline;
    width: auto!important;
    padding: 0!important;
    float: none !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #1b171d;
    border: 1px solid #2e2e2e;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 1px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #1b171d;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fa7803;
    border-color: 1px solid #2e2e2e;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 585px !important;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

.Sociales {
    margin: 10px auto;
    float: none;
    width: 222px;
}

.SocialMovil a {
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 40px;
    float: right;
    text-align: center;
    margin: 0px 5px;
}

.SocialMovil {
    float: right;
    height: 50px;
    width: 100px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    margin: 6px 10px 0px 10px;
}

.Error {
    padding: 50px 0px;
}

.Error h2 {
    text-align: center;
    font-size: 60px;
    margin: 10px 0px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.Error h2 span {
    display: block;
    font-size: 26px;
    font-weight: 200;
}

.Error p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin: 20px 0px;
}

.Error a {
    text-align: center;
    color: #fff;
    background-color: #f07730;
    padding: 10px 0px;
    text-transform: uppercase;
    width: 200px;
    margin: 30px auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.Error a:hover {
    width: 230px
}

@media screen and (min-width: 320px) and (max-width:479px) {
    .col2 li {
        float:left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col3 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col4 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col5 li {
        float: left;
        width: 50%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col6 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col7 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col8 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col9 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .vertical-align {
        display: block;
    }

    .movil {
        display: block
    }

    .desktop {
        display: none
    }

    .onlymovil {
        display: block;
    }

    .contenedor {
        width: 95%
    }

    .menu {
        display: none;
    }

    header {
        background-color: rgba(0, 0, 0, 0.6)
    }

    .contenedor {
        width: 95%
    }

    .logo {
        width: 50%
    }

    .logo img {
        width: 120px;
        margin: 10px 0px;
    }

    .logo_chico img {
        width: 30px;
        margin: 10px 20px;
    }

    .menu {
        display: none;
        width: 100%;
        margin-left: 0px;
        padding: 0px;
        margin-top: 0px;
    }

    .menu li {
        width: 100%;
    }

    .menu li a {
        padding: 15px 0px;
    }

    .btn_movil {
        width: 30px;
        height: 25px;
        margin-top: 12px;
    }
	#filters .button.secondary.url { width: calc(33.33% - 10px);height: 34px;line-height: 1;padding: 5px 0px; }
	#filters .button.secondary.url:nth-child(7) { margin-left: 16.66%; }
	.AmeniChica:nth-child(odd), .AmeniChica:nth-child(even) {height: 150px;}
    .AmeniChica { width: calc(50% - 10px); }
    .AmeniChica h4 {width: calc(100% - 30px);text-align: center;font-size: 14px;margin: 15px;}
    .AmeniChica:hover h4 {right: 0%;top: 50px;}
    
    .ColProyectos h2, .WithProducers h2, .Related-01 h2, .WithDirectors h2, .WithWork h2, .WithReels h2, .WithSpecialty h2, .WithTeam h2, .WithPartners h2, .WithLongForm h2 {
        width: calc(100% - 40px);
        float: none;
        margin: 10px auto;
        padding: 5px 10px 5px 10px;
        font-size: 18px;
        text-align: center;
    }

    .ColProyectos h2::before, .WithProducers h2::before, .Related-01 h2::before, .WithDirectors h2::before, .WithWork h2::before, .WithReels h2::before, .WithSpecialty h2::before, .WithTeam h2::before, .WithPartners h2::before, .WithLongForm h2::before {
        bottom: -14px;
        left: calc(50% - 15px);
    }

    .ColDirector .DescriptionDirectors h3, .Directors-01 .ContFeat .DescriptionDirectors h3, .ContLongForm h3, .ContTeam h3, .ContWork h3, .ContReels h3, .ContDirectors h3, .ContSpecialty h3 {
        font-size: 20px;
    }

    .ColDirector .DescriptionDirectors h3 span, .Directors-01 .ContFeat .DescriptionDirectors h3 span, .ContLongForm h3 span, .ContPartners h3 span, .ContTeam h3 span, .ContWork h3 span, .ContReels h3 span, .ContDirectors h3 span, .ContSpecialty h3 span {
        font-size: 16px;
    }

    .SeccionSpace {
        padding-top: 50px;
    }

    .Directors-01 .ContFeat {
        width: 100%;
        margin: 10px auto;
        float: none;
    }

    /*
.ContDirectors{height:180px;}
.ContRelated{height:200px;}
.ContSpecialty, .ContWork, .ContReels {height:180px;}
.ContPartners{height:100px;}
*/
    .SeeMore {
        font-size: 12px;
        width: 120px;
        margin: 10px auto;
        float: none;
        padding: 5px 0px;
    }

    .Related-01 {
        padding: 0px
    }

    .next-director, .prev-director {
        padding: 10px 0px;
        font-size: 12px;
        width: 150px;
    }

    .ContTeam h3 {
        width: 80%;
    }

    .ContTeam {
        height: 380px;
    }

    .ContLongForm {
        height: 500px;
    }

    .Trailer {
        width: 50%;
        margin: 0px calc(25% - 10px);
        padding: 5px;
        font-size: 14px;
    }

    .WithPartners .col4 li {
        width: 50%
    }

    .Home-01 {
        padding: 30px 0px;
    }

    .Home-01 h1 {
        font-size: 30px;
        width: 80%;
        margin: 10px auto;
    }

    .Home-01 h1 span {
        font-size: 16px;
    }

    .Home-01 p {
        font-size: 14px;
        width: 90%;
    }

    footer {
        padding: 20px 0px;
    }

    .logoFoot {
        width: 160px;
        margin: 10px auto;
    }

    footer h4 {
        font-size: 20px;
        margin: 15px 0px 10px 0px;
    }

    footer p {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
    }

    .Copy a, .Copy p {
        font-size: 10px;
    }

    #Home.MainSlider {
        height: 100vh;
    }

    .MainSlider {
        height: 250px;
        margin-top: 0px;
    }

    .Directors-01 > .contenedor {
        margin-bottom: 0px
    }

    .ColDirector {
        top: 0px;
        position: relative;
    }

    .ColDirector .FeatDirectors {
        width: calc(100% - 20px);
        height: 200px;
        margin: 10px auto;
        float: none;
    }

    .ColDirector .DescriptionDirectors {
        width: calc(100% - 30px);
        margin: 5px;
        padding: 10px;
    }

    .ColDirector .DescriptionDirectors p {
        font-size: 14px
    }

    .Specialties-01 > .contenedor {
        margin-bottom: 0px
    }

    .ColSpecialty {
        top: 0px;
        position: relative;
    }

    .ColSpecialty .FeatSpecialty {
        width: 200px;
        height: 200px;
        margin: 10px auto;
    }

    .ColSpecialty .DescriptionSpecialty {
        width: calc(100% - 30px);
        margin: 5px;
        padding: 10px;
    }

    .ColSpecialty .DescriptionSpecialty p {
        font-size: 14px
    }

    .SocialHead {
        display: none;
    }

    .SocialMovil {
        height: auto;
        font-size: 24px;
    }

    .ImgSlider {
        height: 200px;
    }
}

@media screen and (min-width: 480px) and (max-width:680px) {
    .col2 li {
        float:left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col3 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col4 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col5 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col6 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col7 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col8 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .col9 li {
        float: left;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .vertical-align {
        display: block;
    }

    .col4 li {
        float: left;
        width: 50%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .movil {
        display: block
    }

    .desktop {
        display: none
    }

    header {
        background-color: rgba(0, 0, 0, 0.6)
    }

    .contenedor {
        width: 95%
    }

    .logo {
        width: 30%
    }

    .logo img {
        width: 120px;
        margin: 10px 0px;
    }

    .logo_chico img {
        width: 30px;
        margin: 10px 20px;
    }

    .menu {
        display: none;
        width: 100%;
        margin-left: 0px;
        padding: 0px;
        height: 200px;
        overflow: scroll;
        margin-top: 0px;
    }

    .menu li {
        width: 100%;
    }

    .menu li a {
        padding: 10px 0px;
    }

    .btn_movil {
        width: 30px;
        height: 25px;
        margin-top: 12px;
    }

    #vid {
        width: 100%;
        height: 100%;
    }
    
    	#filters .button.secondary.url {width: calc(25% - 10px);height: 34px;line-height: 1;padding: 5px 0px;}
	#filters .button.secondary.url:nth-child(7) {  }
	.AmeniChica:nth-child(odd) { height: 330px }
	.AmeniChica:nth-child(even) { height: 160px; }
    .AmeniChica {  }
    .AmeniChica h4 {width: calc(60% - 10px);}
    .AmeniChica:hover h4 {  }

    .WithProducers h2, .Related-01 h2, .WithDirectors h2, .WithWork h2, .WithReels h2, .WithSpecialty h2, .WithTeam h2, .WithPartners h2, .WithLongForm h2 {
        width: calc(100% - 60px);
        float: none;
        margin: 10px auto;
        padding: 5px 20px 5px 20px;
        font-size: 20px;
        text-align: center;
    }

    .WithProducers h2::before, .Related-01 h2::before, .WithDirectors h2::before, .WithWork h2::before, .WithReels h2::before, .WithSpecialty h2::before, .WithTeam h2::before, .WithPartners h2::before, .WithLongForm h2::before {
        bottom: -14px;
        left: calc(50% - 15px);
    }

    .SeccionSpace {
        padding-top: 50px;
    }

    .Directors-01 .ContFeat {
        width: 100%;
        margin: 10px auto;
        float: none;
    }

    .Related-01 .col2 li {
        width: 50%
    }

    /*
.ContRelated{height:190px;}
.ContDirectors{height:200px;}
.ContSpecialty, .ContWork, .ContReels{height:230px;}
.ContPartners{height:150px;}
*/
    .SeeMore {
        font-size: 12px;
        width: 120px;
        margin: 10px auto;
        float: none;
    }

    .next-director, .prev-director {
        padding: 10px 0px;
        font-size: 12px;
        width: 150px;
    }

    .ContTeam h3 {
        width: 80%;
    }

    .ContTeam {
        height: 320px;
    }

    .WithWork .col2 li, .WithDirectors .col2 li, .WithSpecialty .col2 li, .ColProyectos .col2 li {
        width: 50%;
    }

    .Related-01 {
        padding: 0px
    }

    .WithPartners .col5 li {
        width: 33.33%;
    }

    .WithPartners .col5 li:nth-child(2), .WithPartners .col5 li:nth-child(1) {
        width: 50%;
    }

    .ContLongForm {
        height: 360px;
    }

    .Trailer {
        width: 50%;
        margin: 0px calc(25% - 10px);
        padding: 5px;
        font-size: 14px;
    }

    .ContDirectors, .ContReels, .ContWork, .ContSpecialty, .ContTeam, .ContPartners, .ContLongForm {
        background-color: rgb(85, 85, 85, .9);
    }

    .ContDirectors:hover, .ContReels:hover, .ContWork:hover, .ContSpecialty:hover, .ContTeam:hover, .ContPartners:hover, .ContLongForm:hover {
        background-color: rgb(85, 85, 85, .3);
    }

    .WithLongForm .col3 li {
        width: 50%;
    }

    .Home-01 {
        padding: 30px 0px;
    }

    .Home-01 h1 {
        font-size: 34px;
    }

    .Home-01 h1 span {
        font-size: 20px;
    }

    .Home-01 p {
        width: 90%;
        font-size: 16px;
    }

    footer {
        padding: 20px 0px;
    }

    .logoFoot {
        width: 160px;
        margin: 10px auto;
    }

    footer h4 {
        font-size: 22px;
        margin: 15px 0px 10px 0px;
    }

    footer p {
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
    }

    .ColDirector .FeatDirectors {
        width: 200px;
        height: 200px;
        margin: 0px 10px;
    }

    .ColDirector .DescriptionDirectors {
        width: calc(100% - 270px);
        margin: 0px 10px;
        padding: 10px;
    }

    .ColDirector .DescriptionDirectors h3 {
        font-size: 24px;
    }

    .ColDirector .DescriptionDirectors h3 span {
        font-size: 20px;
    }

    .ColDirector .DescriptionDirectors p {
        font-size: 14px;
    }

    .ColDirector {
        position: relative;
        top: auto;
    }

    .Directors-01 > .contenedor {
        margin-bottom: 0px
    }

    .ColSpecialty .DescriptionSpecialty {
        width: calc(90% - 40px);
        margin: 0px auto;
        padding: 10px;
    }

    .ColSpecialty .DescriptionSpecialty h3 {
        font-size: 24px;
    }

    .ColSpecialty .DescriptionSpecialty h3 span {
        font-size: 20px;
    }

    .ColSpecialty .DescriptionSpecialty p {
        font-size: 14px;
    }

    .ColSpecialty {
        position: relative;
        top: auto;
    }

    .Specialties-01 > .contenedor {
        margin-bottom: 0px
    }

    .SocialHead {
        display: none;
    }

    .SocialMovil {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }

    .ImgSlider {
        height: 300px;
    }
}

@media screen and (min-width: 681px) and (max-width:1023px) {
    .col4 li {
        float:left;
        width: 50%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

    .movil {
        display: block
    }

    .desktop {
        display: none
    }

    .contenedor {
        width: 95%
    }

    .logo {
        width: 40%
    }

    .menu {
        display: none;
        width: 100%;
        margin-left: 0px;
        padding: 0px;
    }

    .menu li {
        width: 100%;
    }

    .SeccionSpace {
        padding-top: 90px;
    }

    .Directors-01 .ContFeat {
        width: 600px;
        margin: 10px auto;
        float: none;
    }

    .Related-01 .col3 li {
        width: 50%;
    }

    .WithPartners .col5 li {
        width: 33.33%;
    }

    .WithPartners .col5 li:nth-child(2), .WithPartners .col5 li:nth-child(1) {
        width: 50%;
    }
	#filters .button.secondary.url {width: calc(25% - 10px);height: 34px;line-height: 1;padding: 5px 0px;}
	#filters .button.secondary.url:nth-child(7) {  }
	.AmeniChica:nth-child(odd) { height: 330px }
	.AmeniChica:nth-child(even) { height: 160px; }
    .AmeniChica {  }
    .AmeniChica h4 {width: calc(60% - 10px);}
    .AmeniChica:hover h4 {  }
    /*
.ContRelated{height:190px;}
.ContDirectors{height:190px;}
.ContSpecialty, .ContWork{height:190px;}
.ContPartners{height:120px;}
*/
    .WithReels .col2 li {
        width: 100%;
    }

    .ContReels {
        height: 342px;
    }

    .WithWork .col3 li {
        width: 50%;
    }

    .ContTeam h3 {
        width: 80%;
    }

    .ContTeam {
        height: 320px;
    }

    .WithPartners .col4 li {
        width: 25%;
    }

    .WithLongForm .col3 li {
        width: 50%;
    }

    .ContLongForm {
        height: 480px;
    }

    .MainSlider {
        height: 500px;
    }

    .ColDirector .FeatDirectors {
        width: 250px;
        height: 250px;
    }

    .ColDirector .DescriptionDirectors {
        width: calc(100% - 340px);
    }

    .ColDirector {
        position: relative;
        top: auto;
    }

    .Directors-01 > .contenedor {
        margin-bottom: 0px;
        height: 160px
    }

    .ColSpecialty .DescriptionSpecialty {
        width: calc(90% - 70px);
    }

    .ColSpecialty {
        position: relative;
        top: auto;
    }

    .Specialties-01 > .contenedor {
        margin-bottom: 0px;
    }

    .Specialties-01 {
        padding: 0px
    }

    .Home-01 {
        padding: 40px 0px;
    }

    .Home-01 h1 {
        font-size: 50px;
    }

    .Home-01 h1 span {
        font-size: 30px;
    }

    .Home-01 p {
        width: 90%;
        font-size: 18px;
    }

    .logoFoot {
        width: 200px;
    }

    footer h4 {
        font-size: 26px;
    }

    footer p {
        width: 80%;
        margin: 0 auto;
    }

    .SocialHead {
        display: none;
    }

    .ImgSlider {
        height: 300px;
    }
}

@media screen and (min-width: 1024px) and (max-width:1439px) {
    .movil {
        display:none;
    }
}

@media screen and (min-width: 1024px) and (max-width:1279px) {
    .MainSlider {
        height:650px
    }

    #Home.MainSlider {
        height: 100vh
    }

    .ColDirector {
        position: relative;
        top: auto;
    }

    .Directors-01 > .contenedor {
        margin-bottom: 0px
    }

    .Slider {
        width: 980px;
        height: 450px;
        margin: 120px auto 30px auto
    }

    .col2mixto li:nth-child(odd) {
        width: 70%;
    }

    .col2mixto li:nth-child(even) {
        width: 30%;
    }

    .MainSlider .owl-next, .MainSlider .owl-prev {
        bottom: 225px
    }

    .TextSlider h1 {
        font-size: 50px;
    }

    .TextSlider p {
        font-size: 20px;
    }

    .SlideLinea-03 {
        right: -15px
    }

    .SlideLinea-02 {
        left: -20px
    }

    .SlideLinea-01 {
        bottom: 25px
    }

    .Contacto-01 .col2, footer .col3 {
        width: 95%;
        margin: 0 auto
    }

    .menuFoot a, .AgendaCon p, .AgendaCon a, .Address p {
        font-size: 14px
    }

    .Contacto-01::before {
        bottom: -100px;
    }

    .Maps iframe {
        height: 250px;
    }

    .Nosotros-05 {
        height: 400px;
    }

    .Nosotros-05 video {
        width: 90%;
    }

    .ContSpecialty {
        height: 260px;
    }

    /*
.ContRelated{height:260px;}
.ContDirectors{height:260px;}
.ContWork{height:260px;}
.ContReels{height:518px;}
.col2 .ContReels{height:260px;}
.ContPartners{height:130px}
*/
    .ContLongForm {
        height: 455px;
    }

    .Home-01 {
        padding: 50px 0px
    }

    .Home-01 h1 {
        font-size: 60px
    }

    .Home-01 h1 span {
        font-size: 36px;
    }

    .SeccionSpace {
        padding-top: 100px
    }
}

@media screen and (min-width: 1300px) and (max-width:1400px) {
    .contenedor {
        width:1280px
    }
}

@media screen and (min-width: 1200px) and (max-width:1299px) {
    .contenedor {
        width:1180px
    }
}

@media screen and (min-width: 1100px) and (max-width:1199px) {
    .contenedor {
        width:1080px
    }
}

@media screen and (min-width: 1000px) and (max-width:1099px) {
    .contenedor {
        width:960px
    }

    .menu {
        width: 75%;
        margin-left: calc(5% - 30px);
    }
}

@media (min-width: 1440px) {
    .movil {
        display:none;
    }
}

#clock {
    transform: scale(2);
    top: calc(50% - 90px);
    position: absolute;
    left: calc(50% - 0px);
}

#countdownclock {
    position: absolute;
    margin: 20px 0 0 -32px;
    top: 50%;
    left: 50%;
    transform: rotate(60deg);
}

#clock .clockline {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 33.33 33.33;
    stroke-dashoffset: 1200;
    animation: draw 5s .2s linear infinite;
    fill-opacity: 1;
}

@keyframes draw {
    10% {
        stroke: #fa7803
    }

    100% {
        stroke-dashoffset: 0;
        stroke: #fa7803
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,1)
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 3px solid #3498db;
    z-index: 1500;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid #e74c3c;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid #f9c922;
}

#loader {
    border: 3px solid transparent;
    border-top-color: #fa7803;
}

#loader:before {
    border: 3px solid transparent;
    border-top-color: #fff;
}

#loader:after {
    border: 3px solid transparent;
    border-top-color: #fa7803;
}

#loader {
    border-radius: 50%;
}

#loader:before {
    border-radius: 50%;
}

#loader:after {
    border-radius: 50%;
}

#loader {
    z-index: 1001;
}

#loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right, .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.3s 0.3s ease-out;
    transition: all 0.3s 0.3s ease-out;
}

.loaded #loader-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 0.6s ease-out;
    transition: all 0.3s 0.6s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right, .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
