@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate/Interstate-LightItalic.eot');
    src: url('fonts/interstate/Interstate-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/interstate/Interstate-LightItalic.woff2') format('woff2'),
    url('fonts/interstate/Interstate-LightItalic.woff') format('woff'),
    url('fonts/interstate/Interstate-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Interstate RegularItalic';
    src: url('fonts/interstate/Interstate-RegularItalic.eot');
    src: url('fonts/interstate/Interstate-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/interstate/Interstate-RegularItalic.woff2') format('woff2'),
    url('fonts/interstate/Interstate-RegularItalic.woff') format('woff'),
    url('fonts/interstate/Interstate-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate/Interstate-Regular.eot');
    src: url('fonts/interstate/Interstate-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/interstate/Interstate-Regular.woff2') format('woff2'),
    url('fonts/interstate/Interstate-Regular.woff') format('woff'),
    url('fonts/interstate/Interstate-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate/Interstate-BoldItalic.eot');
    src: url('fonts/interstate/Interstate-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/interstate/Interstate-BoldItalic.woff2') format('woff2'),
    url('fonts/interstate/Interstate-BoldItalic.woff') format('woff'),
    url('fonts/interstate/Interstate-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate/Interstate-Bold.eot');
    src: url('fonts/interstate/Interstate-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/interstate/Interstate-Bold.woff2') format('woff2'),
    url('fonts/interstate/Interstate-Bold.woff') format('woff'),
    url('fonts/interstate/Interstate-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate/Interstate-Light.eot');
    src: url('fonts/interstate/Interstate-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/interstate/Interstate-Light.woff2') format('woff2'),
    url('fonts/interstate/Interstate-Light.woff') format('woff'),
    url('fonts/interstate/Interstate-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate/InterstateCondensedBold.eot');
    src: url('fonts/interstate/InterstateCondensedBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/interstate/InterstateCondensedBold.woff2') format('woff2'),
    url('fonts/interstate/InterstateCondensedBold.woff') format('woff'),
    url('fonts/interstate/InterstateCondensedBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate/Interstate-RegularCondensed.eot');
    src: url('fonts/interstate/Interstate-RegularCondensed.eot?#iefix') format('embedded-opentype'),
    url('fonts/interstate/Interstate-RegularCondensed.woff2') format('woff2'),
    url('fonts/interstate/Interstate-RegularCondensed.woff') format('woff'),
    url('fonts/interstate/Interstate-RegularCondensed.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
.icon-offer{
    width:110px;
}
.label-hero{
        position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.grisbajo{
    background: #f7f7f7 !important;
}
.loading{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100000;
}
.neon-home{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.neon-home > div{
    position:absolute;
    top:0;
    left:0;
}
.loading .img-load{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: table;
    width: 8%;
}
.loading .img-load img{
 width: 100%;
}
.loadP{
    overflow: hidden;
}
.space-top-seccion{
    width: 100%;
    height: 150px;
}
.fuente-titulos{
    font-size: 6vw;
    line-height: .8vw;
}
.btn-rojo{
    font-family: "Interstate";
    font-style: normal;
    font-weight: 500;
    color: #ffffff !important;
    background: #b80b13;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    text-transform: uppercase;
    transition: all 0.5s;
}
.btn-who-we{
    display: table;
    margin: 20px auto;
}
.more-work{
    position: absolute;
    bottom:20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    /*display: none;*/
}
.more-work a{
    color: #FFFFFF;
}
.slick-blog{
    margin-bottom: 0!important;
}
.slick-blog .slick-dots{
 bottom: 0!important;
}
.more-work a:hover{
    text-decoration: none;
}
.btn-rojo:hover{
    text-decoration: none;
    background: #000;
}
.slick-slide > div:first-child{
    display: grid;
}
.play-blog{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: all 0.5s;
    width: 80px;
    cursor: pointer;
}
.play-blog:hover{
    width: 100px;
    /*transform: scale(1.1, 1.1);*//
}
/* Paginador */

.container-work .navigation{
    margin:  15px auto;
    font-family: "Interstate";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.container-work .navigation .pagination span{
    margin: 2px 3px;
    color: #000;
    padding: 0 4px;

}
.container-work .navigation .pagination .current{
    color: #fff;
    border: 1px solid #dc3545;
    background-color: #dc3545;
}
.container-work .navigation .pagination .page{
    /*border: 1px solid #dc3545;
    background-color: #dc3545;*/
    color: #dc3545;

}
.container-work .navigation .pagination span a{
    color: #000;
}
.container-work .navigation .pagination .page a{


}
/* END Pagnador */
.line-height-0{
    line-height: 0;
}
.overflow-hidden{
    overflow: hidden;
}

.back-gradient-menu{
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(36,36,36,0.22) 48%, rgba(0,0,0,0) 74%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(48%, rgba(36,36,36,0.22)), color-stop(74%, rgba(0,0,0,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(36,36,36,0.22) 48%, rgba(0,0,0,0) 74%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(36,36,36,0.22) 48%, rgba(0,0,0,0) 74%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(36,36,36,0.22) 48%, rgba(0,0,0,0) 74%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(36,36,36,0.22) 48%, rgba(0,0,0,0) 74%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}
.text-cont-joe-ab{
    display: table;
    margin: 50px auto;
    width: 41%;
    text-align: center;
}
.logo-header{
    position: absolute;
    /* top: 30px; */
    top: 10px;
    left: 0;
    height: 70px;
    /*height: 100%;*/
}
.logo-header img, .logo-header svg{
    height: 100%;
    width: auto;
}
.bg-joe{
    /*background: rgba(0,0,0, 0.7);*/
    background: url('../img/1.png');
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 100%;

}
.video-cont-blog .thumb{
    z-index: 5;
}
.container-see-more-blog .cont-extra-content{
    overflow: hidden;
}
.video-cont-blog video{
    opacity: 0;
}
.slick-blog .slick-dots li{
    width: 12px;
}
.slick-blog .slick-dots li button:before{
    font-size: 11px;
}
.navbar {
    /*padding: 1.3rem 0;*/
    padding: 1.3rem 0 3rem 0;
    position: fixed;
    width: 100%;
    z-index: 500;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #b80b13;
    text-decoration: underline;

}
.navbar-nav .nav-link{
    text-transform: uppercase;
    font-family: 'Interstate' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
}
.navbar-light .navbar-nav .nav-link{
    transition: all 1s;
}
.navbar-light .nav-link-white li a{
    color: #fff !important;
    text-shadow: #000 1px 0 10px;
}
.navbar-light .nav-link-black li a{
    color: #000!important;
}
.social img{
    transition: all 0.4s;
}
.social img:hover{
    opacity: 0.6;
}
.fullpage{

    position: relative;
    touch-action: none;
    transform: translate3d(0px, 0px, 0px);
    transition: all 1000ms ease;
    -webkit-box-sizing: border-box;
    display: table;
    width: 100%;
    background: #000000;
}
.videobox{
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    box-shadow: 0px 0px 22.8px 1.2px rgba(0, 0, 0, 0.67);
    -webkit-box-shadow: 0px 0px 22.8px 1.2px rgba(0, 0, 0, 0.67);
    background: none !important;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.videobox video{
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 0.7;
}
.videobox h1{
    font-family: 'Interstate' !important;
    font-style: normal;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    animation: 5s textfadeinhero linear;
    opacity: 1;
    -webkit-animation: 5s textfadeinhero linear;
    text-align: left;
    letter-spacing: 1px;
    font-size: 46px;
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 50%;
    text-transform: uppercase;
    line-height: 50px;
    /*width: 100%;*/
    width: fit-content;

    display: table;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform:translateY(-50%) translateX(-50%);

}
.videobox h1 span{
    font-size: 68px;
    letter-spacing: 2px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #b80b13 !important;
}
.espacio{
    width: 100%;
    height: 550px;
}

/*      MENU         */
.navbar{
    display: block;
}
.button-mobile{
    width: 100%;
    display: table !important;
}
.navbar-toggler-right{
    float: right;
    right: 10px;
    position: relative;
}
.navbar-nav{
    flex-direction: column !important;
}
.navbar-nav .nav-item{
    text-align: right;
}



.navbar-light .bg-menu-white{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-expand-lg .navbar-toggler{
    display: block !important;
}
.navbar-expand-lg .navbar-collapse{
    display: block !important;
    flex-basis: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.collapse:not(.show) {
    display: none !important;
}
/*(.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{
    padding-right: 0;
    padding-left: 0;
}*/
.navbar>.container, .navbar>.container-fluid{
    display: table;
    width: auto;
    float: right;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px !important;
}

/*      END MENU            */
button:focus{
    outline:none !important;
}
.text-cont-joe-ab .lab-joe-about{
    font-family: "Interstate";
    font-style: normal;
    font-weight: 500;
    color: #b80b13;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    left: -150px;
    opacity: 0;
    margin-bottom: 40px;
}

.info-joe{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;

    /*font-family: 'Interstate';
    font-style: normal;
    font-weight: 300;*/
    color: #000;
    position: relative;
    z-index: 10;
    left: 150px;
    opacity: 0;
}
.esp-h1-vid{
    width: 80%;
    display: inline-block;
    height: 100%;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}

.aboutUs{

    /*background-image: url('../img/Pattern_aboutus.jpg');

    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top left;*/
    /*background: #181818;*/
    display: table;
    position: relative;
    width: 100%;
    background-image: url(../img/jose.png) !important;
    background-repeat: no-repeat !important;
    /* background-position: bottom right !important; */
    background-size: auto 146% !important;
    background: #fff;
    overflow: hidden;
    background-position-x: right;
    background-position-y: 0px;
}
.aboutUs > .cont-abput{
    padding: 30px 15px;
}
.abuelo-joe{
    width: 45%;
    top: -15px;
    position: absolute;
    left: -15px;
}
.abuelo-joe-mascara{
    width: 100%;
    height: 100%;
    /* background-image: url(../img/joe.png);
     background-size: auto 132%;
     background-position: left center;
     background-repeat: no-repeat;*/
    position: absolute;
    opacity: 0;
    top: -70%;
    visibility: hidden !important;
}
.abuelo-joe-mascara img{
    height: 206%;
    position: relative;
    display: block;

}
.abuelo-joe img{
    width: 105%;
}

clear-all-j{
    clear: both;
}
.capabilities{
    display: table;
    position: relative;
    width: 100%;
    /*background-image: url(../img/Pattern_capabilities.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top left;*/
    /*background: #b80b13;*/
    background-color: #b7213c;
    overflow: hidden;
    padding: 80px 15px;
    background-image: url("../img/palms.jpg");

    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left;

}
.clientes{
    display: block;
    position: relative;
    width: 100%;
    /*background-image: url(../img/pattern-clientes.jpg);
    background-repeat: repeat-y;
    background-size: 100%;*/
    background-position: top left;
    overflow: hidden;
    padding: 80px 15px;
}
.capabilities .label-cap, .capabilities .label-cap h2, .team .label-title{
    font-family: "Interstate";
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    text-align: center;
}
.team{
    width: 100%;
    display: block;
    position: relative;
    background: #f0f0f0;
    padding: 45px 0 0 0;
}
.slider-team{
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}
/*.slik-team .slick-prev, .slik-team  .slick-next{
    left: 50%;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}*/
.videobox .videoGif{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.slik-team .slick-next{
    left: 80% !important;
}
.slik-team .slick-prev{
    left: 16%;
    z-index: 1;
}
.slik-team .slick-next:before, .slik-team .slick-prev:before{
    font-size: 30px;
    line-height: 1;
    opacity: 1;
}
.slik-team .slick-next:before{
    content: '>';
}
.slik-team .slick-prev:before{
    content: '<';
}
.team .label-title{
    color:#acacac;
    width: 100%;
    position: absolute;
    z-index: 112;
    margin-top: 2%;
}

.team .slik-team .slic-cont-slide{
    width: 100%;
    position: relative;
    display: table !important;
}
.team .slik-team .slic-cont-slide .back{
    width: 100%;
    position: absolute;
    bottom: -15%;
    left: 0;
    right: 0;
    display: table;
    transition: all 3s;
    opacity: 0;

}
.team .slik-team > div .back img{ width: 100% }
.team .slik-team > div .character{
    width: 20%;
    display: table;
    margin: 6% auto 80px auto;
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%); */
    z-index: 15;
}
.team .slik-team > div .character img{ width: 100%}
.capabilities .phone{
    position: absolute;
    height: 150%;
    top: -35%;
    opacity: 0;
    left: -20%;
    visibility: hidden !important;
}
.capabilities .fondo-chap{
    position: absolute;
    height: 110%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
#logo-svg{
    /*opacity: 0;*/
}
 #DrawSVG{
    /*visibility: hidden;*/
}
.capabilities .phone img, .capabilities .camera img, .capabilities .fondo-chap img{
    height: 100%;
}
.capabilities .camera{
    position: absolute;
    height: 140%;
    right: -30%;
    top: -32%;
    opacity: 0;
    z-index: 1;
    visibility: hidden !important;
}
.capabilities .cont-info-capa{
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: auto;
    display: table;
    margin: 40px auto 0 auto;
    padding: 0 10px;
}

.cont-info-capa .cont-more-info{
    position: absolute;
    /*width: 100%;
    height: 100%;*/
    background: #fff;
    z-index: 10;
    display: none;
    opacity: 0;
    width: 0;
    height: 0;

}
.cont-info-capa #digital-social img{
    width: 40px;
}
.cont-info-capa #horse img{
    width: 25px;
}
.cont-info-capa #content-creation img{
    width: 41px;
}
.cont-info-capa #creative img{
    width: 38px;
}
.cont-info-capa #experiential img{
    width: 40px;
}
.cont-info-capa #multicultural img{
    width: 40px;
}
.cont-info-capa #product img{
    width: 41px;
    position: relative;
    top: 7px;
}
.cont-info-capa #public img{
    width: 40px;
}

.cont-info-capa .first-file-cap{
margin-right: 20px;
}
.cont-info-capa .lbl1, .cont-info-capa .lbl2{
    font-family: "Interstate";
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 21px;
    letter-spacing: 2px;
    margin-top: 15px;
}
.text-black-fr{
    color: #000;
}


.marginTopCap{
    margin-top: 40px;
}

.clientes .label-client, .label-work{
    font-family: "Interstate";
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    display: table;
    margin: auto;
}
.cont-work{
    margin: 50px auto 100px auto;
}
.rowWork > div{
    margin-top: 10px;
}
.card-body{
    background: #000;
}
.title-line-down{
    position:relative;
}
.title-line-down::after{
       content: " ";
    position: absolute;
    width: 95px;
    height: 2px;
    bottom: -6px;
    background: red;
    left: 50%;
    transform: translateX(-50%);
}
.title-line-down-white:after{
        content: " ";
    position: absolute;
    width: 62px;
    height: 2px;
    bottom: -4px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
}
.title-job{
     font-family: "Interstate";
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 23px;
}
.line-red{
    width:180px;
    height:3px;
}
.list-requirements{
    
}
.title-respossabilities{
      font-family: "Interstate";
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 21px;
    text-decoration:underline;
}
.title-content-offers{
     font-family: "Interstate";
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 33px;
}
.card-body .card-title, .card-title{
    font-family: "Interstate";
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 0;
    line-height: 35px;
}
.clientes .manchas-clientes{
    position: absolute;
    width: 100%;
    top: -41px;
    opacity: 1;
    left: 0;
    z-index: 9;
}
.clientes .manchas-clientes img{
    height: 100%;
}
.slider {
    width: 85%;
    margin: 55px auto 0 auto;
    z-index: 100;

}


.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;

}

.slick-active {

}

.slick-current {
    opacity: 1;
}

.slic-cont-slide .logo-gris{
    position: absolute;
    z-index: 11;
    transition: all 1s;
    width: 100%;
    top: 0;
    left: 0;
}
.slic-cont-slide:hover > .logo-gris{
    /*opacity: 0;*/
}
.slic-cont-slide:hover > .imgcolor{
    /*opacity: 1;*/
}
.slic-cont-slide{
    width: 100%;
    position: relative;
}
.slic-cont-slide .imgcolor{
    opacity: 0;
    transition: all 1s;
}
.close-more-info{
    right: 10px;
    position: absolute;
    top: 0;
}
.heightFake{
    width: 100%;
}
.clickVideo{
    margin-top: 11px;
}
.clickVideo div{
    float: left;
}
.clickVideo .icon-video{
    background: url('../img/work/icon-play.png');
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.clickVideo .icon-video-rotate{
    transform: rotate(98grad);
}

.clickVideo .see{
    color: #fff;
    font-family: "Interstate";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    margin-top: 2px;
}
.clickVideo a{
    outline: none;
}
.slick-prev:before, .slick-next:before{
    color: #838383 !important;
}
.culture{
    display: block;
    position: relative;
    width: 100%;
    background-position: top left;
    overflow: hidden;
    padding: 80px 15px;
    background: url('../img/edificios4.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: contain;
    background-color: #bf141d;
}
.culture .label-culture{
    font-family: "Interstate";
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    display: table;
    margin: auto;
}


.culture .parrafo-culture{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*font-family: "Interstate";
    font-style: normal;
    font-weight: 500;*/

    color: #fff;
    font-size: 18px;
    display: table;
    margin: 40px auto 0 auto;
    text-align: center;
}
.parrafo-culture p{
    font-weight: 300;
    margin-bottom:0 !important;
}
.footer{
    padding: 80px 15px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    color: #000;
    /*font-family: "Interstate";
    font-style: normal;
    font-weight: 500;*/
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.footer .cont-footer{
    position: relative;
    display: table;margin: auto;

}
.footer .cont-footer .rights{
    /*color: #686868;*/
    color: #b80b13;
    font-size: 13px;
    padding-top: 15px;
}
.footer .label-footer{
    font-family: "Interstate";
    font-style: normal;
    font-weight: 500;
    color: rgb(214, 3, 10);
    text-transform: uppercase;
    font-size: 30px;
    z-index: 10;
    position: relative;
    line-height: 29px;
}
.footer .parrafo-footer .hr-white{
    color: #fff;
    height: 1px;
    background: #fff;
}
.footer .cont-footer .padding-column{
    /*padding: 25px 0;*/
}
.footer .logo-footer{
    width: 70px;
    position: absolute;
    left: 0;
}
.footer .logo-footer img{
    width: 100%;
}
.footer .cont-footer .insta-footer, .footer .cont-footer .twitter-footer{
    float: left;
    padding-top: 10px;
    width: 34px;
}
.footer .cont-footer .insta-footer img, .footer .cont-footer .twitter-footer img{
width: 100%;
}
.footer .cont-footer .insta-footer{
    margin-right: 10px;
}
.texto-derecha{
    float:right;
}
.parrafo-footer .domicilio{
    text-align: right;
}
.telephone{
    color: #000 !important;
}
.images-feed img{
    width: 100%;
}
.images-feed{
margin-bottom: 15px;
}
.insta-feed, .logo-insta-feed{
    display: table;
    margin: auto;
    width: 65%;
}
.title-dom{
    font-weight: 600;
    padding-top: 15px;
}
.logo-insta-feed img{
width: 120px;
}
.logo-insta-feed hr{
    margin: 5px 0 15px 0 !important;
}
.sociales-footer-icons{
    display: table;
    position: relative;
   /* bottom: 40px;*/
}
.cont-info-character{
    position: absolute;
    top: 50%;
    width: 100%;

}
.cont-info-character > div{ text-align: center; }
.cont-info-character .name{
      font-family: "Interstate";
    font-style: normal;
    font-weight: bold;
    color: #f81b1b;
    font-size: 87px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
}
.cont-info-character .puesto{
    font-family: "Interstate";
    font-style: normal;
    font-weight: 500;
    padding: 10px 10px 0 10px;
    font-size: 18px;
    background: #000;
    color: #fff;
    top: 3px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.slick-prev, .slick-next{
    width: 25px !important;
    height: 30px !important;
}
.fuente-titulos{
    font-size: 6vw;
    line-height: 5vw;
}
@media (min-width: 1200px){
    .container {
         max-width: 80% !important;
     }
    .container-work {
        max-width: 55% !important;
    }

}

@media only screen and (max-width: 991px){
    .loading .img-load{
        width: 50%;
    }
    .cont-info-character .name{
        font-size: 48px;
        top:-25px;
    }
    .cont-info-character .puesto{
    padding: 10px 5px 5px 5px;
    font-size: 13px;
    top: -2px;
    }
    .hidemobile{
        display: none;
    }
    .team{padding: 77px 0 0 0;}
    .fuente-titulos{
        font-size: 9vw;
        line-height: .8vw;
    }
    .capabilities{
        display: table;
        position: relative;
        width: 100%;
        /* background: #b80b13; */
        background-color: #b7213c;
        overflow: hidden;
        padding: 80px 15px;
        background-image: url(../img/palms2.jpg);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: bottom left;
    }
    .team .slik-team > div .character{
        width: 50%;
        margin: 4% auto 25px auto;
    }
    .slider {
        width: 78%;
    }
    .heightFake{
        width: 200%;
    }
    .sec-file-cap{
        margin-top: 25px;
        width: 100%;
    }
    .first-file-cap .icon-cap, .sec-file-cap .icon-cap{
        text-align: center;
    }
    .cont-info-capa .lbl1, .cont-info-capa .lbl2{
        text-align: center;
    }
    .cont-info-capa .first-file-cap, .cont-info-capa .first-file-cap{
        width: 100%;
        margin-right:0;
    }
    .sociales-footer-icons{
        position: relative;
        bottom: 0;
        display: table;
        margin: auto;
    }
    .images-feed{
        width: 50%;
    }
    .insta-feed, .logo-insta-feed{
        text-align: center;
        width: 100%;
        margin-top: 25px;
    }
    .navbar{
        padding: 1.1rem 0;
    }
    .logo-header img, .logo-header svg{
        height: 48px;
    }
    .culture{
         background-attachment: unset;
        background-size: 100% auto;
        background-position: center;
    }
    .footer .label-footer, .parrafo-footer > div div{
      text-align: center;
    }
    .parrafo-footer .domicilio{
        text-align: left
    }
    .logo-footer{
        display: none;
    }
    .button-mobile{
        display: block;

    }
    .navbar-expand-lg .navbar-toggler{
        display: block !important;
    }
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-expand-lg .navbar-collapse{
        display: -ms-flexbox!important;
        /* display: none; */
        flex-basis: auto;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
    }
    .text-cont-joe-ab{
        width: 90%;
    }
    .capabilities .phone{
        visibility: hidden !important;
    }
    .capabilities .camera{
        right: -63% !important;
        height: 100%;
    }
    .capabilities .cont-info-capa{
        width: 100%;
    }
    .videobox h1{
        font-size: 40px;
    }
    .slide__close{
        top: 5px;
        text-align: right;
        padding-right: 10px;
    }
    .slide__close > img{
        width: 20px;
    }
    .videobox h1 span{
        font-size: 40px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1590px){
    .text-cont-joe-ab{
        width: 90%;
    }

   /* .text-cont-joe-ab .lab-joe-about, .joe-alone{
        font-size: 11.6vw;
    }*/
}
