﻿

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.navbar {
    font-family: 'Poppins';

}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media(max-width:575.98px) {
    .titulo {
        font-size: 4rem;
    }
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding: 0;
    }
}
@media(min-width:576px){
    .titulo {
        font-size: 4rem;
    }
    
}
@media (min-width: 768px) {

    .titulo {

        font-size: 3rem;
    }

    html {
        font-size: 16px;
    }
    .col-wrap {
        margin-bottom: 3.125rem;
    }
    .content-block {
        padding-top: 8rem;
        padding-bottom: 8rem;

    }

    .multiple-row {
        margin-bottom: -2.5rem;
    }
    h3 {
        font-size: 1.5rem;
    }
}
    @media (max-width: 991px) {
        .hidden-md-down {
            display: none !important;
        }
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /* Margin bottom by footer height */
   /*    margin-bottom: 60px;*/
    }

    .footer {
      
        bottom: 10px;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }

.bg-stretch {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

    .validation-summary-errors > ul {
        list-style: none;
        padding: 0;
    }

    /*
.validation-summary-errors>ul>li{
   
    color:aquamarine;
}
.field-validation-error {
    color: green;
    font-size:16px;
    font-weight: bold;
}


ul li::before{
    color:blue;
    list-style-type:none
}*/
    .validation-summary-errors > ul {
        list-style: none;
        padding: 0;
        padding: 10px;
        background: whitesmoke;
        border: 1px solid;
    }

        .validation-summary-errors > ul li {
            padding-left: 1.3em;
            font-size: larger
        }

    .validation-summary-errors > ul {
        animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px;
        margin-top: 20px;
    }

    @keyframes shake {
        10%, 90% {
            transform: translate3d(-1px, 0, 0);
        }

        20%, 80% {
            transform: translate3d(2px, 0, 0);
        }

        30%, 50%, 70% {
            transform: translate3d(-4px, 0, 0);
        }

        40%, 60% {
            transform: translate3d(4px, 0, 0);
        }
    }

    .centrarDiv {
        margin: auto 0;
    }

    .fondo-encabezado {
        background-image: url(../img/introCmyk3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.gradiente {

    background: linear-gradient(71deg, #0f0430, #1479cc, #115e9d);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    -o-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;
}

.titulo2 {
    font-family: "squarefont",Homenaje,Arial,helvetica;
    color: #ffffff;
    font-style: italic;
    font-weight: 700;
    line-height: 0.9em;
    background: #0e2c4a;
    padding: 10px;
    border-bottom: solid 0.2em #561f56;
    font-size: 2em;
}
.titulo1 {
    font-family: "squarefont",Homenaje,Arial,helvetica;
    color: #ffffff;
    font-style: italic;
    font-weight: 700;
    line-height: 0.9em;
    background: #3D3F49;
    padding: 10px;
}
.titulo {
    font-family: "squarefont",Homenaje,Arial,helvetica;
   
    font-style: italic;
    font-weight: 700;
    line-height: 0.9em;
  
    padding: 10px;
}
@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 58%
    }

    50% {
        background-position: 100% 43%
    }

    100% {
        background-position: 0% 58%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 58%
    }

    50% {
        background-position: 100% 43%
    }

    100% {
        background-position: 0% 58%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 58%
    }

    50% {
        background-position: 100% 43%
    }

    100% {
        background-position: 0% 58%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 58%
    }

    50% {
        background-position: 100% 43%
    }

    100% {
        background-position: 0% 58%
    }
}


.trapecio {
    background-image: url(../img/fondo-encabezado.png);
    background-repeat: no-repeat;
}

.navbar-brand {
    font-size: 2rem;
    color: #fff;
    font-family: "squarefont",Homenaje,Arial,helvetica;
    padding-right: 29px;
}

.navbar-default {
    border-bottom: 2px solid #E30324;
}

.negro {
    background-color: #575756;
}

.ciudad {
    background-image: url(../img/ciudad.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* portafolio */
.da-thumbs {
    list-style: none;
    width: 984px;
    height: 600px;
    position: relative;
    margin: 20px auto;
    padding: 0;
}

    .da-thumbs li {
        float: left;
        margin: 5px;
        background: #fff;
        padding: 8px;
        position: relative;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

        .da-thumbs li a,
        .da-thumbs li a img {
            display: block;
            position: relative;
        }

        .da-thumbs li a {
            overflow: hidden;
        }

            .da-thumbs li a div {
                position: absolute;
                background: #333;
                background: rgba(75,75,75,0.7);
                width: 100%;
                height: 100%;
            }

                .da-thumbs li a div span {
                    display: block;
                    padding: 100px 0;
                    margin: 40px 20px 20px 20px;
                    text-transform: uppercase;
                    font-weight: normal;
                    color: rgba(255,255,255,0.9);
                    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
                }


            .da-thumbs li a div {
                top: 0px;
                left: -100%;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                background-image: url(../img/zoom.png);
                background-position: center;
                background-repeat: no-repeat;
            }

            .da-thumbs li a:hover div {
                left: 0px;
            }

/*fin portafolio*/

.textura-gris {
    background-image: url(../img/bg.jpg)
}

.lista li {
    background: url("../img/marcador.jpg") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    margin-bottom: 12px;
    padding-left: 23px;
    list-style: none;
    font-size: 1.3em;
}

.fondo2 {
    background-image: url(../img/fondo-sol.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fondo-noche {
    background-color: #19708B;
}

.textocontacto {
    font-family: 'Poppins', 'Helvetica Neue';
    font-weight: 200;
    line-height: 1.54286;
    color: #fff;
}

.fondoazul {
    background-color: #54D0DD;
}


.ico-box {
    padding: 1.563rem .9375rem .9375rem;
    text-align: center;
    position: relative;
    -webkit-transition: box-shadow linear .5s;
    -o-transition: box-shadow linear .5s;
    -webkit-transition: -webkit-box-shadow linear .5s;
    transition: -webkit-box-shadow linear .5s;
    transition: box-shadow linear .5s;
    transition: box-shadow linear .5s, -webkit-box-shadow linear .5s;
    overflow: hidden;
   /* letter-spacing: .02rem;*/
}

    .ico-box:before {
        position: absolute;
        content: ' ';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        -webkit-transition: -webkit-transform linear .2s;
        transition: -webkit-transform linear .2s;
        -o-transition: -o-transform linear .2s;
        transition: transform linear .2s;
        transition: transform linear .2s, -webkit-transform linear .2s, -o-transform linear .2s;
        -webkit-transform: translate(101%, 0);
        -o-transform: translate(101%, 0);
        transform: translate(101%, 0);
    }

    .ico-box > * {
        position: relative;
        z-index: 2;
    }

    .ico-box .icon, .ico-box .content-title {
        color: #55565b;
    }

        .ico-box .icon a, .ico-box .content-title a {
            color: #55565b;
        }

    .ico-box:hover {
        -webkit-box-shadow: 0 .1429rem .6429rem .07143rem rgba(1, 2, 2, .1);
        box-shadow: 0 .1429rem .6429rem .07143rem rgba(1, 2, 2, .1);
    }

        .ico-box:hover:before {
            -webkit-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .ico-box:hover .icon, .ico-box:hover .content-title {
            color: #5645ff;
        }

            .ico-box:hover .icon a, .ico-box:hover .content-title a {
                color: #5645ff;
            }

    .ico-box.dark-hover:hover .icon, .ico-box.dark-hover:hover .content-title {
        color: #fff;
    }

        .ico-box.dark-hover:hover .icon a, .ico-box.dark-hover:hover .content-title a {
            color: #fff;
        }

    .ico-box .icon {
        margin-bottom: 1.5625rem;
        color: #575757;
        font-size: 2.8125rem;
        line-height: 1;
    }

    .ico-box .des {
        color: #575757;
    }

        .ico-box .des p {
            margin-bottom: 0;
        }

    .ico-box .link-holder {
        margin-top: 1.875rem;
    }

        .ico-box .link-holder .link-more {
            text-transform: uppercase;
            color: #212121;
            font-size: .875rem;
            font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }

            .ico-box .link-holder .link-more:hover {
                color: #5645ff;
            }

    .ico-box.dark-hover:before {
        background: #55565b;
    }

    .ico-box.dark-hover:hover .des, .ico-box.dark-hover:hover .link-more {
        color: #c1c5cd;
    }

    .ico-box.dark-hover .link-more:hover {
        color: #fff;
    }

    .ico-box.has-shadow {
        -webkit-box-shadow: 0 10px 40px 0 rgba(36, 83, 107, .1);
        box-shadow: 0 10px 40px 0 rgba(36, 83, 107, .1);
    }

    .ico-box.has-shadow1 {
        -webkit-box-shadow: 0 .1429rem .6429rem .07143rem rgba(1, 2, 2, .1);
        box-shadow: 0 .1429rem .6429rem .07143rem rgba(1, 2, 2, .1);
    }

.bordered-icon .ico-box .icon {
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto 1.875rem;
    text-align: center;
    border: rgba(0, 0, 0, .08) .1875rem solid;
    line-height: 6.25rem;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.bordered-icon .ico-box:hover .icon {
    background: rgba(0, 0, 0, .6);
    color: #fff;
}

.icon-v1 .ico-box {
    text-align: left;
    padding: 0;
}

    .icon-v1 .ico-box .content-title {
        text-transform: capitalize;
        letter-spacing: 0;
        padding-left: 1.875rem;
    }

    .icon-v1 .ico-box .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 1.125rem;
    }

    .icon-v1 .ico-box:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.icon-box-v2 .ico-box {
    padding: 0;
    min-height: 10rem;
    border: rgba(0, 0, 0, .1) .0625rem solid;
    border-radius: 4px;
}

    .icon-box-v2 .ico-box .icon {
        position: absolute;
        width: 6.25rem;
        border-right: rgba(0, 0, 0, .1) .0625rem solid;
        height: 100%;
        padding-top: 2rem;
    }

    .icon-box-v2 .ico-box .icon-desc {
        text-align: left;
        padding: 2rem .9375rem;
        padding-left: 7.813rem;
    }

.bg-gray-light {
    background: #f8f8f8;
}

.quotation-block {
    background-image: url('../img/impresosa-granformato.jpg');
    text-align:center;
    /*
	background-image: url('../img/big-15.jpg');*/
}
.parallax {
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
   
}
.has-overlay, .visual-inner, .parallax, .count-block, .overlay {
    position: relative;
    z-index: 999;

}
    .parallax:before {
        top: -1.429rem;
        bottom: -1.429rem;
    }

.filter-nav li{
    display:inline-block;
}
.filter-nav button {
    background: none;
    border: none;
    outline: none;
    font-family: 'Poppins','Helvetica Neue','Arial','sans-serif';
    text-transform:uppercase;
    cursor:pointer;
    color:#55565b;
}
.filter-nav li:not(:first-child):before{
    margin: 0.875rem;
    content:'-';
    display:inline-block;
    vertical-align:middle;
    color:#55565b;
}
.filter-nav li > button:hover {
    color: #5645ff;
}



@media (min-width: 576px) {
    .content-block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .sombra {
        text-shadow: -3px -1px 4px #373738
    }
}

a {
    color: #5645ff;
    text-decoration: none;
    outline: none;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

@media (min-width: 1200px) {
    .content-block {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}


.img-block {
    overflow: hidden;
    position: relative;
}

    .img-block:hover img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity .35s ease 0s;
        -o-transition: opacity .35s ease 0s;
        transition: opacity .35s ease 0s;
    }

    .img-block.image-zoom img {
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -o-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s, -o-transform .35s;
        -webkit-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
    }

    .img-block.image-zoom:hover img {
        opacity: .5;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .img-block.image-zoom-2 img {
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -o-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s, -o-transform .35s;
    }

    .img-block.image-zoom-2:hover {
        background-color: #000;
    }

        .img-block.image-zoom-2:hover img {
            -webkit-transform: scale3d(2, 2, 1);
            transform: scale3d(2, 2, 1);
        }

    .img-block.image-zoom-2::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -o-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s, -o-transform .35s;
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
    }

.border-hover-effect:before, .border-hover-effect:after {
    bottom: 1.25rem;
    content: '';
    left: 1.25rem;
    opacity: 0;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    -webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -o-transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s, -webkit-transform .35s ease 0s, -o-transform .35s ease 0s;
    z-index: 1;
}

.border-hover-effect:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.border-hover-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.border-hover-effect:hover {
    background-color: #000;
}

    .border-hover-effect:hover:before, .border-hover-effect:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .border-hover-effect:hover img {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.shine-effect {
    position: relative;
    overflow: hidden;
}

    .shine-effect:before {
        position: absolute;
        top: 0;
        left: 30px;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .5;
        content: '';
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        -o-transition: -o-transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s, -o-transform .6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    }

    .shine-effect:hover:before {
        left: -30px;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    }

    .shine-effect:hover {
        background-color: #000;
    }

.border-effect-2 {
    background-color: #000;
}

    .border-effect-2::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        content: '';
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -o-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s, -o-transform .35s;
    }

    .border-effect-2:hover::after {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    }

.curtain-effect [class^=image-vertical] {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.curtain-effect .image-vertical-right {
    left: auto;
    right: 0;
}

.curtain-effect:hover .image-vertical-left, .curtain-effect:hover .image-vertical-right {
    width: 50%;
}

.ripple-image-wrap [class^=image-ripple] {
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 100%;
    background: #fff;
    opacity: .3;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ripple-image-wrap .image-ripple-t {
    top: 20%;
    left: 20%;
}

.ripple-image-wrap .image-ripple-r {
    top: 20%;
    right: 20%;
}

.ripple-image-wrap .image-ripple-l {
    bottom: 20%;
    left: 20%;
}

.ripple-image-wrap .image-ripple-b {
    bottom: 20%;
    right: 20%;
}

.ripple-image-wrap:hover .image-ripple-t, .ripple-image-wrap:hover .image-ripple-r, .ripple-image-wrap:hover .image-ripple-l, .ripple-image-wrap:hover .image-ripple-b {
    -webkit-transform: scale(15);
    -o-transform: scale(15);
    transform: scale(15);
    opacity: 0;
}

    .ripple-image-wrap:hover .image-ripple-t ~ .image-ripple-r {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .ripple-image-wrap:hover .image-ripple-r ~ .image-ripple-b {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .ripple-image-wrap:hover .image-ripple-b ~ .image-ripple-r {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

.grayscale-effect img, .logo-container .owl-carousel .owl-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter linear .3s;
    transition: -webkit-filter linear .3s;
    -o-transition: filter linear .3s;
    transition: filter linear .3s;
    transition: filter linear .3s, -webkit-filter linear .3s;
}

.grayscale-effect:hover img, .logo-container .owl-carousel .owl-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.reverse-grayscale-effect img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter linear .3s;
    transition: -webkit-filter linear .3s;
    -o-transition: filter linear .3s;
    transition: filter linear .3s;
    transition: filter linear .3s, -webkit-filter linear .3s;
}

.reverse-grayscale-effect:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}




.picture-item {
    margin-top: .625rem;
    margin-bottom: 0;
}

    .picture-item:before {
        content: '';
        position: absolute;
        background: #000;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        opacity: 0;
        visibility: hidden;
    }

    .picture-item:hover:before {
        opacity: .5;
        visibility: visible;
    }

    .picture-item img {
        width: 100%;
    }

    .picture-item figcaption, .picture-item .figcaption {
        color: #fff;
        background: #5a5b60;
        padding: 2.3rem 1.5rem 2rem 7rem;
        text-transform: uppercase;
        -webkit-box-shadow: 0 2px 9px 0 rgba(1, 2, 2, .1);
        box-shadow: 0 2px 9px 0 rgba(1, 2, 2, .1);
    }

        .picture-item figcaption .content-title, .picture-item .figcaption .content-title {
            color: #fff;
        }

        .picture-item figcaption .sub, .picture-item .figcaption .sub {
            color: #fff;
        }

    .picture-item .link-box {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: calc(5rem + .3571rem);
        text-align: center;
        border-right: .07143rem solid #5645ff;
    }

        .picture-item .link-box a {
            display: block;
            height: 50%;
            color: #fff;
            font-size: 1.3rem;
            line-height: calc(3rem + 1rem);
        }

            .picture-item .link-box a:first-child {
                border-bottom: .07143rem solid #5645ff;
            }

            .picture-item .link-box a:hover {
                background: #5645ff;
                color: #fff;
            }

    .picture-item .info {
        text-align: right;
    }

.port-v2 figcaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
}

    .port-v2 figcaption .link-box {
        position: relative;
        width: 100%;
        border-right: none;
    }

        .port-v2 figcaption .link-box a {
            display: inline-block;
            height: 40px;
            width: 40px;
            border-radius: 3%;
            background: #5645ff;
            line-height: 48px;
            margin: 0 5px 0;
            -webkit-transform: translateY(-20px);
            -o-transform: translateY(-20px);
            transform: translateY(-20px);
        }

            .port-v2 figcaption .link-box a:first-child {
                border: none;
            }

.port-v2.shine-effect:before {
    left: 100px;
}

.port-v2.shine-effect:hover:before {
    left: -100px;
}

.port-v2:hover figcaption {
    opacity: 1;
}

    .port-v2:hover figcaption .link-box a {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.info-list {
    font-size: .9rem;
}

    .info-list [class^='custom-'] {
        position: absolute;
        top: .4rem;
        left: .9375rem;
        color: #55565b;
        font-size: .875rem;
        line-height: 1.2;
    }

    .info-list .text {
        margin-left: 2rem;
        display: block;
        color: #55565b;
        font-weight: 700;
    }

    .info-list li {
        margin-bottom: 1rem;
    }

        .info-list li p {
            margin: 0;
            font-weight: 500;
        }

/******* image hover styles *******/

.img-block {
    overflow: hidden;
    position: relative;
}

    .img-block:hover img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity .35s ease 0s;
        -o-transition: opacity .35s ease 0s;
        transition: opacity .35s ease 0s;
    }

    .img-block.image-zoom img {
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -o-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s, -o-transform .35s;
        -webkit-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
    }

    .img-block.image-zoom:hover img {
        opacity: .5;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .img-block.image-zoom-2 img {
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -o-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s, -o-transform .35s;
    }

    .img-block.image-zoom-2:hover {
        background-color: #000;
    }

        .img-block.image-zoom-2:hover img {
            -webkit-transform: scale3d(2, 2, 1);
            transform: scale3d(2, 2, 1);
        }

    .img-block.image-zoom-2::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -o-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s, -o-transform .35s;
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
    }

.border-hover-effect:before, .border-hover-effect:after {
    bottom: 1.25rem;
    content: '';
    left: 1.25rem;
    opacity: 0;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    -webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -o-transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s, -webkit-transform .35s ease 0s, -o-transform .35s ease 0s;
    z-index: 1;
}

.border-hover-effect:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.border-hover-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.border-hover-effect:hover {
    background-color: #000;
}

    .border-hover-effect:hover:before, .border-hover-effect:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .border-hover-effect:hover img {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.shine-effect {
    position: relative;
    overflow: hidden;
}

    .shine-effect:before {
        position: absolute;
        top: 0;
        left: 30px;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .5;
        content: '';
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        -o-transition: -o-transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s, -o-transform .6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    }

    .shine-effect:hover:before {
        left: -30px;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    }

    .shine-effect:hover {
        background-color: #000;
    }

.border-effect-2 {
    background-color: #000;
}

    .border-effect-2::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        content: '';
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -o-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s, -o-transform .35s;
    }

    .border-effect-2:hover::after {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    }

.curtain-effect [class^=image-vertical] {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.curtain-effect .image-vertical-right {
    left: auto;
    right: 0;
}

.curtain-effect:hover .image-vertical-left, .curtain-effect:hover .image-vertical-right {
    width: 50%;
}

.ripple-image-wrap [class^=image-ripple] {
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 100%;
    background: #fff;
    opacity: .3;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.FondoNegro {
    background-color: #1b1b1b;
}
.ContentFooter {
    padding-top:3rem;
    padding-bottom:3rem;
}

/*
    efecto 3d
*/
ul li {
    list-style: none;
    display: inline-block;
}

.ligrid li span {
    font-size: 5rem;
    display: inline-block;
    font-weight: 900;
    line-height: 1;
    position: relative;
    color: hsla(0,0%,0%,0.6);
    transform-style: preserve-3d;
    perspective: 550px;
    z-index: 1;
}

    .ligrid li span:before,
    .ligrid li span:after {
        position: absolute;
        content: attr(data-letter);
        line-height: inherit;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        transition: all 0.3s;
    }

    .ligrid li span:before {
        text-shadow: none;
        color: hsla(0, 0%,0%,0.12);
    }

.ot-letter-left span:before,
.ot-letter-left span:after {
    transform-origin: 0 50%;
}

.ot-letter-left span:before {
    transform: scale(1.08,1) skew(0deg,1deg);
}

.ot-letter-left span:after {
    text-shadow: -1px 0px 0px hsla(360,100%,100%,0.1), 3px 0px 1px hsla(0,0%,0%,0.4);
    transform: rotateY(-15deg);
}
/* hover*/
.ot-letter-left:hover span:before {
    transform: scale(0.85,1) skew(0deg,20deg);
}

.ot-letter-left:hover span:after {
    transform: rotateY(-40deg) translateX(-10%);
}

.ot-letter-left {
    
}

    .ot-letter-left span {
      /*  text-shadow: 1px 4px 6px #d8d8d8,0 0 0 hsla(0,0%,0%,.03), 1px 4px 6px #919191;*/
    }

        .ot-letter-left span:after {
            color: #095486;
        }

    .ot-letter-left:hover span:after {
        color: #095486;
    }

/* fin letrero 3d*/
    .ot-letter-left:hover span.subir3d:after {
        text-shadow: 1px 1px 1px #919191, 
            1px 1px 1px #919191, 1px 2px 1px #919191, 
            1px 3px 1px #919191, 1px 4px 1px #919191, 
            1px 5px 1px #919191, 1px 6px 1px #919191, 
            1px 7px 1px #919191, 1px 8px 1px #919191, 
            1px 9px 1px #919191, 1px 18px 6px rgba(16,16,16,0.4), 
            1px 22px 10px rgba(16,16,16,0.2), 1px 25px 35px rgba(16,16,16,0.2), 1px 30px 60px rgba(16,16,16,0.4);
        transform: rotateY(0deg) translateX(0%) translateY(-20%);
       
    }
    .ot-letter-left:hover span.recorte:before {
        transform: scale(1,1) skew(0deg,20deg);
    }

    .ot-letter-left:hover span.recorte:after {
        transform: rotate(-70deg) translateY(10%);
    }

    .ot-letter-left:hover span.impresion:after {
        transform: translateY(10%) scale(1.5,1.5); 
    }

.impresion {
font-size: 2.5rem !important;
}
    .ligrid li:nth-child(even) span.impresion {
    transform: skew( 346deg, 353deg) rotate( 2deg);

    border: 1px solid #095486;
    box-shadow: 0 0.1em 0.1em 0em rgb(0 0 0 / 50%);
}


.ligrid li:nth-child(odd) span.impresion {
    transform: skew( 346deg, 5deg) rotate( 2deg);
    border: 1px solid #1861ac;
    box-shadow: 0 0.1em 0.1em 0em rgb(0 0 0 / 50%);
}



.ldiseno {
    font-size: 3rem !important;
}

.required:after {
    content: " *";
    color:black;
}
.styleTextCarrousel {
    position: absolute;
    bottom: 10px;
    left: 12px;
    color: white;
    transform: rotateZ( 355deg);
    text-align: right;
    padding: 10px;
    background: radial-gradient(#1b7595, transparent);
}
.owl-carousel > div {
    cursor: -webkit-grab;
    cursor: grab;
}
button.owl-next {
    font-size: 2rem !important;
    position: absolute;
    right: -30px;
    border-radius: 5px;
    background-color: #0c0b0b !important;
    color: white !important;
    padding: 10px !important;
    width: 30px;
    height: 50%;
    top: 20%;
}
button.owl-prev {
    font-size: 2rem !important;
    position: absolute;
    left: -30px;
    border-radius: 5px;
    background-color: #0c0b0b !important;
    color: white !important;
    padding: 10px !important;
    width: 30px;
    height: 50%;
    top: 20%;
}

    button.owl-prev:hover, button.owl-next:hover {
        background-color: #150e7a !important;
        color: white !important;
        
        font-size: 2rem !important;
    }

nav.bg-menu{
    background-color:#9d0710 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: #b01414;
}
.text-white-70 {
    color: rgba(255,255,255,.7) !important;
}

[type=radio] + img {
    cursor: pointer;
}
/* CHECKED STYLES */
[type=radio]:checked + img {
    outline: 2px solid #f00;
}
.seleccionado {
    background: aliceblue !important;
}


@media (max-width: 576px) {


    button.owl-next {
        position: absolute;
        right: 0px;
        border-radius: 5px;
        background-color: #5645ff !important;
        color: white !important;
        padding: 0px !important;
        width: 30px;
        height: 200px;
        top:150px;
    }

    button.owl-prev {
        top: 150px;
        position: absolute;
        left: 0px;
        border-radius: 5px;
        background-color: #5645ff !important;
        color: white !important;
        padding: 0px !important;
        width: 30px;
        height: 200px;
    }
        button.owl-prev:hover, button.owl-next:hover {
            background-color: #2c1faa !important;
            color: white !important;
            font-family:'Agency FB' !important;
            font-size:2.3rem !important;
        }

    .styleTextCarrousel {
        position: absolute;
        font-size: 2rem;
        bottom: 30px;
        left: 12px;
        color: white;
        transform: rotateZ( 355deg);
        text-align: right;
        font-weight:bold;
        padding: 15px;
        background: radial-gradient(#1b7595, transparent);
    }
    .parallax {
        overflow: hidden;
        background-repeat: no-repeat;
        background-color: transparent;
        background-attachment: local;
        
        background-size: cover;
        background-position: center;
        z-index: 1;
        position: relative;
        padding-top:20px;
        padding-bottom:20px;
    }

}
