/*-- Use For Custom Styling --*/

:root {
    --color-1: #d4d942;
    --color-2: #4d4d4e;
}

/* #body */
body,
div,
button,
span,
a {
    font-family: 'Source Sans Pro', sans-serif !important;
}

/* bg */
.bg-ska {
    background: var(--color-1);
}

.bg-black {
    background: #000;
}

/* cabezal */
.cabezal {
    width: 100%;
    display: inline-block;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.cabezal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* tit */
.main-title {
    margin: 0 !important;
    padding: 0 !important;
}

.main-title h5 {
    font-weight: 300;
    opacity: 0.85;
}

header.tit {
    margin-bottom: 60px;
}
.pg-app_works header.tit {
    margin-bottom: 40px;
}

header.tit h2 {
    margin-bottom: 0 !important;
}

/* section */
section {
    margin: 0;
    padding: 0;
}

/* fix padding section */
.margin-top {
    margin-top: 120px;
}

/* btn's */
.btn-mas {
    border-color: #fff !important;
    background-color: transparent !important;
    color: #fff !important;
}
.btn-mas:hover {
    color: var(--color-2) !important;
}

/* yellow */
.btn-yellow:hover {
    background: var(--color-2) !important;
    color: var(--color-2) !important;
    border-color: var(--color-2) !important;
}

.btn-hvr-yellow:hover,
.btn-hvr-yellow:focus {
    color: var(--color-2);
}

/* nosotros */
#nosotros .btn-hvr-pink:hover {
    color: #fff !important;
    background: transparent !important;
    border-color: #fff !important;
}
#nosotros .btn-hvr-pink:after {
    background: transparent !important;
}

/* mod tel */
#tel {
    width: auto !important;
    max-width: 160px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    margin-right: 0 !important;
    display: block !important;
    padding: 4px 20px !important;
}
#tel:hover,
#tel:focus {
    border-color: var(--color-1) !important;
    color: var(--color-2);
}
#tel:after {
    background-color: var(--color-1) !important;
}

/* mod redes */
#redes {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    max-width: 140px;
    height: 35px;
    display: block;
    margin: auto !important;
}

.pg-app_works #redes {
    opacity: 1 !important;
}

#redes ul {
    margin-left: 0 !important;
}

/* mod idioma */
.idioma {
    position: absolute;
    height: 25px;
    color: #fff;
    font-size: 15px;
    right: 150px;
    transform: translateY(5px);
    opacity: 0;
    transition: all 0.3s ease;
}
.idioma a {
    color: #fff;
    font-size: 15px;
    display: inline-flex;
    padding: 0 5px;
    transition: all 0.5s ease;
}
.idioma .activo {
    font-weight: bold;
}

.idioma a:hover {
    color: var(--color-1);
}

/* fix scroll down */
.pg-app_works .idioma,
.scroll-down .idioma {
    right: 30px !important;
}

/* #header */
#header-top,
#header {
    width: 100%;
    height: 60px;
    padding: 12px 0;
    text-align: center;
    transform: all 0.6s ease;
}

/* top */
#header-top {
    position: absolute;
}
.scroll-down #header-top {
    opacity: 0;
    transform: translateY(-100px);
}
#header-top.ocultar {
    transform: translateY(-100px);
    opacity: 0;
}

/* redes */
#header-top #redes {
    opacity: 1;
}

/* btn menu */
#header-top .menu_bars {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    width: 38px;
    height: 28px;
}

.menu_bars:hover span {
    background: var(--color-1) !important;
}

/* idioma */
#header-top .idioma {
    opacity: 1;
}

/* base */
#header {
    background: transparent !important;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.scroll-down #header,
.pg-app_works #header {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background: #202020 !important;
}

/* redes */
#header #redes,
#header .idioma,
#header #tel {
    opacity: 0;
    visibility: hidden;
}
.scroll-down #header #redes,
.scroll-down #header .idioma,
.scroll-down #header #tel,
.pg-app_works #header #redes,
.pg-app_works #header .idioma,
.pg-app_works #header #tel {
    opacity: 1;
    visibility: visible;
}
#header #redes,
#header .idioma {
    transform: translateY(0) !important;
}

.scroll-down #header #redes {
    opacity: 1;
    transform: translateY(5px);
}

/* menú */
#btn-menu {
    display: none;
}
.bottom-nav {
    border-bottom: none;
}

#header nav {
    width: auto !important;
    display: inline-flex;
    max-height: 60px;
    background: transparent !important;
    overflow: hidden;
    box-sizing: none !important;
}

#header .side-menu nav {
    height: auto !important;
    max-height: inherit !important;
}

#header .side-menu .logo-scroll {
    display: none !important;
}

#header.header-appear nav ul.nav {
    transform: translateX(-12px);
}

.pg-app_works #header.header-appear nav ul.nav {
    transform: translateX(22px);
}

/* fix menu home */
.navbar-top-default .navbar-nav .nav-link {
    font-size: 18px;
    position: relative;
    padding: 0 15px;
    margin: 0;
}
.pg-app_works .navbar-top-default .navbar-nav .nav-link,
.scroll-down .navbar-top-default .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}
.pg-app_works .navbar-top-default .navbar-nav li:nth-of-type(2) a:before,
.scroll-down .navbar-top-default .navbar-nav li:nth-of-type(2) a:before {
    display: none !important;
}
.navbar-top-default .navbar-nav li:nth-of-type(2) a:before {
    content: '';
    width: 1px !important;
    height: 60% !important;
    background: #fff;
    position: absolute !important;
    top: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    transform: translateY(1px);
}

/* #main */
#main {
    padding-top: 0 !important;
}

.pg-app_works #main {
    padding-top: 60px !important;
}

/* btn mas trabajos */
.cont-btn {
    line-height: 1;
}

.cbp .cbp-item {
    box-sizing: border-box;
}

/* #logo menu scroll*/
.logo-scroll {
    display: none;
    width: 42px;
    margin: 0 10px;
}
.header-appear .logo-scroll {
    display: block;
}
.header-appear .nav-link {
    transform: translateY(7px) !important;
    display: inline-flex !important;
}

/* menu */
.side-menu.center .side-nav .navbar-nav .nav-link {
    text-transform: uppercase;
}

/* menu 2 */
.side-menu .logo-full img {
    max-width: 170px;
}
.side-footer .fa-correo:before {
    content: '';
    width: 19px;
    height: 19px;
    background-position: center;
    background-size: contain;
    background-image: url(../img/ico-correo-gris.svg);
    background-repeat: no-repeat;
    display: flex;
    transform: translateY(3px);
}

/* #slides */

/* rev */
#logo-slide {
    width: 150px !important;
    height: 150px !important;
}

.cyg-slide {
    position: relative;
}

.cyg-slide .owl-carousel {
    padding: 0 40px;
    box-sizing: border-box;
}

.owl-carousel .item a,
.owl-carousel .item:focus,
.owl-carousel .item div:focus,
.owl-carousel .item a:focus,
.owl-carousel .item img:focus,
.owl-carousel .item:focus-visible,
.owl-carousel .item div:focus-visible,
.owl-carousel .item a:focus-visible,
.owl-carousel .item img:focus-visible,
[bis_skin_checked],
[bis_skin_element] {
    outline: none !Important;
    border : none !important;
}




/* nav */
.prev,
.next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    transition: all 0.1s ease;
    will-change: auto;
}

.prev svg,
.next svg {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
    transition: all 0.4s ease;
}
.prev svg {
    left: 0;
}
.next svg {
    right: 0;
}

.prev .st0,
.next .st0 {
    transition: all 0.5s ease;
    will-change: auto;
}

.prev:hover .st0,
.next:hover .st0 {
    fill: var(--color-1) !important;
}

.prev {
    left: 15px;
}
.next {
    right: 15px;
}

.prev.activo,
.next.activo {
    opacity: 1;
}

/* #nosotros*/
#nosotros {
    padding-top: 30px !important;
}

/* #directores */
.directores-items .item a .port-tx {
    transition: all 0.3s ease;
}
.directores-items .item a .port-tx:after {
    content: '';
    width: 100%;
    height: 0;
    background-color: var(--color-1) !important;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 10;
}

.directores-items .item a:hover .port-tx:after {
    height: 100%;
    opacity: 1;
}
.directores-items .item a .port-tx h2 {
    z-index: 11;
}
.directores-items .item a:hover .port-tx h2 {
    color: #000;
}

/* #portfolio - fotografia locaciones */
.portfolio-sec {
    padding-top: 0 !important;
    padding-bottom: 0;
    margin-top: 10px;
}

.portfolio-sec .heading-area {
    margin-bottom: 50px;
}

.portfolio-sec .heading-area .paragraph {
    width: 65%;
}

.foto-sec .foto-items .item .portfolio-overlay,
.portfolio-sec .portfolio-items .item .portfolio-overlay {
    position: absolute;
    background-color: rgba(64, 64, 65, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.8s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}
.foto-sec .foto-items .item:hover .portfolio-overlay,
.portfolio-sec .portfolio-items .item:hover .portfolio-overlay {
    bottom: 100%;
    opacity: 0;
    transition: 0.8s ease;
}
.foto-sec .foto-items .item .portfolio-overlay span,
.portfolio-sec .portfolio-items .item .portfolio-overlay span {
    color: #ffffff;
    display: block;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 600;
    transition: 0.8s ease;
}
.foto-sec .foto-items .item .portfolio-overlay .overlay-inner-content,
.portfolio-sec
    .portfolio-items
    .item
    .portfolio-overlay
    .overlay-inner-content {
    opacity: 1;
}
.foto-sec .foto-items .item .portfolio-overlay i,
.portfolio-sec .portfolio-items .item .portfolio-overlay i {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    transition: 0.8s ease;
}
.foto-sec .foto-items .item:hover .portfolio-overlay .overlay-inner-content,
.portfolio-sec
    .portfolio-items
    .item:hover
    .portfolio-overlay
    .overlay-inner-content {
    opacity: 0;
}

div.p-left,
div.p-right {
    text-align: center !important;
    width: 100%;
}

.fix-servicios {
    max-width: inherit;
}

/* fix */
.foto-items .row .col-lg-6 {
    padding: 0 !important;
}

.foto-items .item {
    padding-top: 35.8%;
    height: 0;
    position: relative;
}

.foto-items .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #directores */
.directores-items .item .port-tx {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: var(--color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 900;
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s ease;
}

.directores-items .item .port-tx h2 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
}

.directores-items .item:hover .port-tx {
    transform: translateY(0);
    opacity: 1;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    font-size: 17px;
    font-weight: 400 !important;
    text-align: left;
    line-height: 1.25;
    padding-right: 10px;
    box-sizing: border-box;
}

/* somos ska */
.sec-ska {
    padding: 100px 0 0 0 !important;
}

/* col */
.sec-ska .col-lg-6 {
    padding: 0 !important;
}
.sec-ska .col-lg-6.bg-ska {
    display: flex;
    align-items: center;
}

/* figure */
.sec-ska figure {
    margin: 0;
    padding: 0;
}
.sec-ska figure img {
    width: 100%;
}

/* article */
.sec-ska article {
    padding: 80px;
}
.sec-ska article * {
    color: var(--color-2) !important;
}
.sec-ska p {
    font-weight: normal;
    opacity: 1 !important;
}

/* btn */
.sec-ska .btn-setting {
    border: 1px solid var(--color-2) !important;
}

/* #filtros */
.cont-filtros section {
    margin: 0;
    padding: 0;
}

.fil-directores {
    margin-top: 15px !important;
}

.filtro-directores {
    color: #bfbfbf !important;
}
.filtro-directores:hover,
.filtro-directores.cbp-filter-item-active {
    color: var(--color-1) !important;
}
.cbp-filter-style:after {
    opacity: 0;
}
.fix-directores {
    font-weight: bold;
    color: #fff;
    font-size: 0.9rem;
    padding: 0 16px;
    transform: translateY(1px);
}

/* #footer */
footer {
    padding: 30px 0 25px 0;
    margin-top: 110px;
}

.side-footer .side-menu-icons :before {
    color: #4d4d4e !important;
}

.logo-pie {
    max-width: 55px;
    margin: auto auto 20px auto;
}

footer .fa-correo:before {
    content: '';
    width: 19px;
    height: 19px;
    background-position: center;
    background-size: contain;
    background-image: url(../img/ico-correo.svg);
    background-repeat: no-repeat;
    display: flex;
    transform: translateY(3px);
}
footer a:hover .fa-correo:before {
    background-image: url(../img/ico-correo-gris.svg);
}

#redes .fa-correo:before {
    content: '';
    width: 19px;
    height: 19px;
    background-position: center;
    background-size: contain;
    background-image: url(../img/ico-correo.svg);
    background-repeat: no-repeat;
    display: flex;
    transform: translateY(9px);
}

/* #form */
#form {
    width: 100%;
    float: left;
}
#form input,
#form textarea {
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #eee;
    width: 100%;
    float: left;
    padding: 8px;
    box-sizing: border-box;
    transition: all 0.7s ease;
    margin-bottom: 10px;
}

#form textarea {
    height: 110px;
    max-height: 110px;
    margin-bottom: 25px !important;
}

form input:focus,
form textarea:focus {
    border-bottom: 1px solid var(--color-1) !important;
    color: var(--color-1) !important;
    transition: all 0.7s ease;
}

.required input:focus:valid,
.required input:valid,
.required textarea:focus:valid,
.required textarea:valid {
    border-bottom: 1px solid green !important;
    background: #666 !important;
}

/* placeholder */
input::-webkit-input-placeholder {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}
input::-moz-placeholder {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}
input:-ms-input-placeholder {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}
input:-moz-placeholder {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}
input::-webkit-input-placeholder {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}

textarea::-webkit-input-placeholder {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}
textarea::-moz-placeholder {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}
textarea:-ms-input-placeholder {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}
textarea:-moz-placeholder {
    color: #999;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}

/* button */
#contact_send {
    float: right !important;
    display: block;
}

/* msj */
.msj {
    font-size: 1rem;
    align-items: center;
    line-height: 1;
    font-weight: 500;
    transition: all 0.9s ease;
    display: flex;
}

.msj:before {
    content: '';
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-right: 15px;
}

.msj-ok {
    width: auto;
    padding: 7px 30px 15px 0;
    color: #4d9b08;
}
.msj-ok:before {
    background-image: url(../img/ico-ok.svg);
}

.msj-error {
    width: auto;
    padding: 10px 30px 15px 0;
    color: #d80027;
}
.msj-error:before {
    background-image: url(../img/ico-error.svg);
}

/* #contacto */
.sec-contacto {
    padding-top: 120px !important;
    background-image: none !important;
}

.sec-contacto .container {
    max-width: 830px;
}

.sec-contacto .tit-1 {
    font-weight: 300;
    color: #fff !important;
}

.sec-contacto .tit-2 {
    font-weight: 600;
    padding: 10px 15px;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    width: auto !important;
    float: left;
    margin-top: 10px;
}

address {
    margin-top: 75px;
    margin-bottom: 0;
    width: 100%;
    float: left;
}

address p {
    display: flex;
    align-items: center;
    text-align: left;
}
address p:before {
    content: '';
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ico-dir:before {
    top: -5px;
    position: relative;
}

.ico-correo:before {
    background-image: url(../img/ico-correo.png);
}
.ico-tel:before {
    background-image: url(../img/ico-tel.png);
}
.ico-dir:before {
    background-image: url(../img/ico-dir.png);
}

address a:hover {
    color: var(--color-1);
}

/* pg TRABAJOS */
.pg-app_works #trabajos {
    padding-top: 60px;
}
.pg-app_works .cbp-caption-defaultWrap {
    width: 100%;
    float: left;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.pg-app_works .cbp-caption-defaultWrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
    padding: 4px 15px !important;
    margin: 0 !important;
}
.cbp-filter-style:after {
    display: none !important;
    opacity: 0 !important;
}

#works-filters-mosaic .separador {
    width: 100%;
    font-size: 14px;
    padding: 12px 0 8px 0;
    opacity: 0.8;
    text-transform: uppercase;
}

/* ocultar fix */
.mapa {
    display: none !important;
}

.social-icons-simple {
    margin: 0 !important;
}

/* trabajos home (fix) */
#home-works-grid {
    padding: 0 !important;
    overflow: hidden !important;
}

.cbp-caption-active .cbp-item:hover .cbp-caption-activeWrap {
    opacity: 0.95 !important;
}

.pg-app_home .hide-on-top {
    display: none;
}
.pg-app_home .hide-on-top.active {
    display: inherit;
}

/* #fancybox */
.fancybox__caption {
    width: 100%;
    padding: 0 130px;
    position: absolute;
    height: 60px;
    left: 0;
    right: 0;
}

.fancybox__slide {
    padding: 60px 60px 120px 60px !important;
}

/* bg */
.fancybox__backdrop {
    background: rgba(32, 32, 32, 0.97) !important;
}

/* tit */
.slide-caption-title {
    font-size: 1.65rem;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
    margin-bottom: 8px;
    width: 100%;
    float: left;
}

/* director - cliente - fotogr */
.fancybox__caption p {
    font-size: 1.45rem;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    float: left;
    text-align: center;
}
.fancybox__caption span {
    color: var(--color-1);
    margin-bottom: 0;
}

.slide-caption-client {
    display: none !important;
}

/* navs */
.carousel__button.is-prev,
.carousel__button.is-next {
    top: auto !important;
    border: 1px solid #fff;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--color-1) !important;
}

/* fbx 1 */
.fbx-1 .fancybox__caption {
    bottom: 40px;
}
.fbx-1 .carousel__button.is-prev,
.fbx-1 .carousel__button.is-next {
    transform: translateY(-95px);
}

/* fbx 2 */
.fbx-2 .fancybox__caption {
    bottom: 40px;
}
.fbx-2 .carousel__button.is-prev,
.fbx-2 .carousel__button.is-next {
    transform: translateY(-95px);
}

/* #RESPONSIVE ------------------------------------------------------- */

/* 1440 */
@media screen and (max-width: 1440px) {
    .foto-sec .foto-items .item .portfolio-overlay span,
    .portfolio-sec .portfolio-items .item .portfolio-overlay span {
        font-size: 32px;
    }

    /* rev */
    #rev_slider_8_1 #js-rotating {
        font-size: 45px !important;
    }

    /* cabezal */
    .cabezal {
        height: 210px;
    }

    .pg-app_works #trabajos {
        padding-top: 75px;
    }

    /* #fancybox */
    .fancybox__caption {
        padding: 0 120px;
    }

    /* tit */
    .slide-caption-title {
        font-size: 1.5rem;
    }

    /* director - cliente - fotogr */
    .fancybox__caption p {
        font-size: 1.3rem;
    }

    /* fbx 1 */
    .fbx-1 .fancybox__caption {
        bottom: 30px;
    }
    .fbx-1 .carousel__button.is-prev,
    .fbx-1 .carousel__button.is-next {
        transform: translateY(-85px);
    }

    /* fbx 2 */
    .fbx-2 .fancybox__caption {
        bottom: 30px;
    }
    .fbx-2 .carousel__button.is-prev,
    .fbx-2 .carousel__button.is-next {
        transform: translateY(-85px);
    }
}

/* 1280 */
@media screen and (max-width: 1280px) {
    .foto-sec .foto-items .item .portfolio-overlay span,
    .portfolio-sec .portfolio-items .item .portfolio-overlay span {
        font-size: 30px;
    }
}

/* 1140 */
@media screen and (max-width: 1140px) {
    /* logo menu side */
    .side-menu .logo-full img {
        max-width: 150px;
    }

    /* menu movil */
    .side-nav .navbar-nav .nav-link {
        font-size: 26px;
    }

    /* #servicios */
    .foto-sec .foto-items .item .portfolio-overlay span,
    .portfolio-sec .portfolio-items .item .portfolio-overlay span {
        font-size: 26px;
    }

    #servicios .owl-nav,
    #servicios .owl-dots {
        display: none;
    }

    /* ska */
    .sec-ska article {
        padding: 40px;
    }

    /* cabezal */
    .cabezal {
        height: 180px;
    }

    .pg-app_works #trabajos {
        padding-top: 60px;
    }

    .foto-sec .foto-items .item .portfolio-overlay span {
        padding: 0 !important;
    }

    /* #fancybox */
    .fancybox__caption {
        padding: 0 75px;
        height: 50px;
    }

    .fancybox__slide {
        padding: 40px 40px 120px 40px !important;
    }

    /* tit */
    .slide-caption-title {
        font-size: 1.3rem;
    }

    /* director - cliente - fotogr */
    .fancybox__caption p {
        font-size: 1.15rem;
    }

    /* nav */
    .carousel__button.is-prev,
    .carousel__button.is-next {
        width: 35px;
        height: 35px;
    }
    .carousel__button.is-prev svg,
    .carousel__button.is-next svg {
        width: 40%;
    }

    .carousel__button.is-prev {
        left: 15px !important;
    }
    .carousel__button.is-next {
        right: 15px !important;
    }

    /* fbx 1 */
    .fbx-1 .fancybox__caption {
        bottom: 30px;
    }
    .fbx-1 .carousel__button.is-prev,
    .fbx-1 .carousel__button.is-next {
        transform: translateY(-73px);
    }

    /* fbx 2 */
    .fbx-2 .fancybox__caption {
        bottom: 30px;
    }
    .fbx-2 .carousel__button.is-prev,
    .fbx-2 .carousel__button.is-next {
        transform: translateY(-73px);
    }

    div.p-left {
        padding: 0 !important;
    }
    div.p-right {
        padding: 0 !important;
    }

    .fix-servicios {
        max-width: inherit !important;
    }
}

/* 990 */
@media screen and (max-width: 990px) {
    #header .idioma {
        transform: translateY(6px);
    }

    .scroll-down #header {
        top: 0 !important;
        transform: translateY(0) !important;
    }

    #rev_slider_8_1 #js-rotating {
        transform: translateY(100px) !important;
    }

    #btn-menu {
        opacity: 0;
    }
    .pg-app_works #btn-menu,
    .scroll-down #btn-menu {
        opacity: 1 !important;
        display: block;
    }

    .fix-menu#header {
        height: auto !important;
    }

    /* cabezal */
    .cabezal {
        height: 150px;
    }
    .pg-app_works #trabajos {
        padding-top: 50px;
    }
    .sec-contacto .container {
        padding: 0 30px;
    }

    /* #fancybox */
    .fancybox__caption {
        padding: 0 75px;
        display: block;
    }

    .fancybox__slide {
        padding: 45px 0 120px 0 !important;
    }

    /* tit */
    .slide-caption-title {
        font-size: 1.2rem;
        position: relative;
        margin-bottom: 10px;
    }

    /* director - cliente - fotogr */
    .fancybox__caption p {
        font-size: 1rem;
        text-align: center;
        width: 100%;
        float: left;
    }
}

/* 768 */
@media screen and (max-width: 768px) {
    /* rev */
    #rev_slider_8_1 #js-rotating {
        font-size: 36px !important;
    }

    /* logo mnenu movil (side) */
    .side-menu .logo-full img {
        max-width: 120px;
        margin-bottom: 0 !important;
    }

    /* tel */
    #tel {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-500px) !important;
    }

    /* idioma */
    .idioma {
        right: 30px !important;
    }

    .foto-sec .foto-items .item .portfolio-overlay span,
    .portfolio-sec .portfolio-items .item .portfolio-overlay span {
        font-size: 24px;
    }

    /* #nosotros */

    #nosotros {
        padding-bottom: 15px !important;
    }
    #nosotros .col-lg-6.wow {
        margin-bottom: 30px !important;
    }
    #nosotros .main-title.text-lg-left {
        margin-left: 0 !important;
    }

    .sec-contacto .tit-2 {
        width: 100% !important;
    }
}

/* 640 */
@media screen and (max-width: 640px) {
    .quarter-circle {
        width: 70px;
        height: 70px;
    }

    /* rev */
    #rev_slider_8_1 #js-rotating {
        transform: translateY(95px) !important;
    }

    .rev_slider .btn-setting {
        transform: translateX(0) !important;
        transform: translateY(40px) !important;
    }

    /* margin */
    .margin-top {
        margin-top: 90px;
    }

    #contacto {
        padding-top: 90px;
    }

    /* tit */
    header.tit {
        margin-bottom: 30px;
    }
    header.tit h2 {
        font-size: 1.8rem;
    }

    /* #trabajos */
    #trabajos .main-title {
        margin-bottom: 0 !important;
    }

    /* #contacto */
    .contact-box {
        padding: 0 0 30px 0 !important;
    }

    .contact-box p {
        margin-bottom: 0 !important;
    }

    #contacto .main-title {
        margin-bottom: 2rem !important;
    }

    #contacto img {
        padding: 0 30px;
    }

    /* cabezal */
    .cabezal {
        height: 120px;
    }
    .pg-app_works #trabajos {
        padding-top: 40px;
    }

    .idioma,
    .pg-app_works .idioma,
    .scroll-down .idioma {
        right: 8px !important;
    }

    .foto-sec .foto-items .item .portfolio-overlay span {
        font-size: 24px;
    }

    h2,
    .main-title.style-two h2,
    .cbp-l-project-title {
        font-size: 1.8rem;
    }

    .cbp-l-filters-alignCenter .cbp-filter-item {
        padding: 5px 12px !important;
    }
    .fix-directores {
        padding: 0 15px;
    }
}

/* 540 */
@media screen and (max-width: 540px) {
    /* margin */
    .margin-top {
        margin-top: 60px;
    }
    #contacto {
        padding-top: 60px;
    }

    header.tit {
        margin-bottom: 30px;
    }

    .menu_bars2.active {
        top: 10px;
        right: 12px;
    }

    /* redes */
    #redes {
        left: 3px !important;
    }
    .slider-social a {
        width: 30px;
    }

    /* redes */
    #redes {
        left: 0;
    }

    .sec-contacto .tit-2 {
        width: 100% !important;
    }

    address {
        margin-top: 25px;
    }

    address p {
        text-align: left !important;
    }

    .foto-sec .foto-items .item .portfolio-overlay span {
        padding: 0 !important;
    }

    /* #fancybox */
    .fancybox__caption {
        padding: 0 70px;
        display: block;
    }

    .fancybox__slide {
        padding: 45px 0 120px 0 !important;
    }

    /* tit */
    .slide-caption-title {
        font-size: 0.98rem;
        position: relative;
        margin-bottom: 8px;
    }

    /* director - cliente - fotogr */
    .fancybox__caption p {
        font-size: 0.95rem;
        text-align: center;
        width: 100%;
        float: left;
    }

    /* fbx 1 */
    .fbx-1 .fancybox__caption {
        bottom: 40px;
    }
    .fbx-1 .carousel__button.is-prev,
    .fbx-1 .carousel__button.is-next {
        transform: translateY(-95px);
    }

    /* fbx 2 */
    .fbx-2 .fancybox__caption {
        bottom: 40px;
    }
    .fbx-2 .carousel__button.is-prev,
    .fbx-2 .carousel__button.is-next {
        transform: translateY(-95px);
    }

    .foto-sec .foto-items .item .portfolio-overlay span {
        font-size: 22px;
    }
}

/* 440 */
@media screen and (max-width: 440px) {
    .fancybox__caption {
        padding: 0 60px;
    }

    /* tit */
    .slide-caption-title {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    /* director - cliente - fotogr */
    .fancybox__caption p {
        font-size: 0.85rem;
    }

    /* fbx 1 */
    .fbx-1 .carousel__button.is-prev,
    .fbx-1 .carousel__button.is-next {
        transform: translateY(-85px);
    }

    /* fbx 2 */
    .fbx-2 .carousel__button.is-prev,
    .fbx-2 .carousel__button.is-next {
        transform: translateY(-85px);
    }

    .foto-sec .foto-items .item .portfolio-overlay span {
        font-size: 20px;
    }
}

/* 350 */
@media screen and (max-width: 360px) {
    /* tit */
    .slide-caption-title {
        font-size: 0.9rem;
        margin-bottom: 4px;
    }

    .carousel__button.is-prev,
    .carousel__button.is-next {
        width: 30px;
        height: 30px;
        transform: translateY(-80px);
    }
}

.filtr-container {
    overflow: hidden;
}
.filtr-item {
    z-index: 1 !important;
}
.wrapper-dropdown-5 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 11px;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    border: 1px solid #eee;
}
.wrapper-search {
    padding: 0 !important;
}
.filtr-search {
    padding: 11px !important;
}
.filter-search {
    margin-bottom: 0 !important;
    list-style: none !important;
    padding: 0 !important;
    margin-left: 5px;
}
.filter-wrap {
    padding: 0 !important;
    margin: 20px 0;
}
#filtersorting,
.filtr_search {
    display: inline-block;
    width: 200px;
    margin: 20px 10px 20px 0;
}
.wrapper-dropdown-5:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0;
    border-style: solid;
}
.wrapper-dropdown-5 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}
.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px;
}
.wrapper-dropdown-5 .dropdown li {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 8px 15px;
    border-bottom: 1px solid #e6e8ea;
}
.wrapper-dropdown-5 .dropdown li:last-of-type {
    border: none;
}
.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
.wrapper-dropdown-5 .dropdown li:hover {
}
.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    border-bottom: none;
    color: #fff;
}
.wrapper-dropdown-5.active:after {
}
.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 400px;
    z-index: 1;
}
#filter_gallery_limit {
    position: relative;
    overflow: hidden;
}
.filtr-container,
.filtr-container .filtr-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.filtr-item {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.filtr-container .pf_result.no-transition,
.pf_result.no-transition,
.pf_result.no-transition .pf_result {
    transition-duration: 0s;
}
.filtr-container {
    transition-property: height, width;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.filtr-container .filtr-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.filtr-item {
    float: left;
    overflow: hidden;
    position: relative;
}
.shown,
.no-js .filtr-item,
.no-cssanimations .filtr-item {
}
.animateonload {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s;
    animation: scaleUp 0.65s;
}
@-webkit-keyframes scaleUp {
    0% {
    }
    100% {
        -webkit-transform: scale3d(1);
        opacity: 1;
    }
}
@keyframes scaleUp {
    0% {
    }
    100% {
        -webkit-transform: scale3d(1);
        transform: scale3d(1);
        opacity: 1;
    }
}
.la-square-loader {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.35, 1.35, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1.35, 1.35, 1);
}
.progress-button {
    position: relative;
    display: inline-block;
    text-align: center;
}
.progress-button button {
    display: block;
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 160px;
    height: 40px;
    background: 0 0;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: montserrat, sans-serif;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s,
        border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s,
        border-color 0.3s;
}
.progress-button button:hover {
    color: #fff;
}
.progress-button button:focus {
    outline: none;
}
.pw-loader-wrapper {
    height: 100px;
    padding-top: 50px;
    text-align: center;
    position: relative;
}
.la-square-loader,
.la-square-loader > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-square-loader {
    display: block;
    font-size: 0;
}
.la-square-loader.la-dark {
    color: #333;
}
.la-square-loader > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-square-loader {
    width: 25px;
    height: 25px;
}
.la-square-loader > div {
    width: 100%;
    height: 100%;
    background: 0 0;
    border-width: 1px;
    border-radius: 0;
    -webkit-animation: square-loader 2s infinite ease;
    -moz-animation: square-loader 2s infinite ease;
    -o-animation: square-loader 2s infinite ease;
    animation: square-loader 2s infinite ease;
}
.la-square-loader > div:after {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    content: '';
    background-color: currentColor;
    -webkit-animation: square-loader-inner 2s infinite ease-in;
    -moz-animation: square-loader-inner 2s infinite ease-in;
    -o-animation: square-loader-inner 2s infinite ease-in;
    animation: square-loader-inner 2s infinite ease-in;
}
.la-square-loader.la-sm {
    width: 16px;
    height: 16px;
}
.la-square-loader.la-sm > div {
    border-width: 1px;
}
.la-square-loader.la-2x {
    width: 64px;
    height: 64px;
}
.la-square-loader.la-2x > div {
    border-width: 4px;
}
.la-square-loader.la-3x {
    width: 96px;
    height: 96px;
}
.la-square-loader.la-3x > div {
    border-width: 6px;
}
@-webkit-keyframes square-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes square-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes square-loader {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes square-loader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes square-loader-inner {
    0% {
        height: 0;
    }
    25% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}
@-moz-keyframes square-loader-inner {
    0% {
        height: 0;
    }
    25% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}
@-o-keyframes square-loader-inner {
    0% {
        height: 0;
    }
    25% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}
@keyframes square-loader-inner {
    0% {
        height: 0;
    }
    25% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}
.portfolio_wrapper .dropdown {
    margin-left: 0 !important;
}
.filter-wrap ul {
    margin: 0;
}
