@charset "utf-8";

body,
html {
    height: 100%;
    overflow: auto;
}


/* Evita el coloreo en enlaces mobile */

a {

    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all .35s ease-in;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*end*/
body {
    letter-spacing: 0.4pt;
    overflow-y: scroll;
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*******MODAL BOOTSTRAP*********/
.modal-backdrop {
    background-color: #fff;
}

.modal-backdrop.fade {
    opacity: 0.7
}

.modal-backdrop.show {
    opacity: 0.7
}

/****************Boton Whatsapp*******************/
.whatsapp {
    width: 60px;
    right: 10px;
    position: absolute;
    position: fixed;
    bottom: 15px;
    z-index: 10000;
    border: 0px;
}

.whatsapp img {
    max-width: 100%;
    max-height: 100%;
}



@media (max-width: 768px) {
    .whatsapp {
        width: 40px;
        height: 40px;
        top: 8px;
        right: 10px;
        position: absolute;
        z-index: 10000;
        border: 0px;
    }

    .whatsapp img {
        max-width: 100%;
        max-height: 100%;
    }
}

/****************End Boton Whatsapp*******************/

/*************MARQUEE*************/
/*****https://codepen.io/fcalderan/pen/GRJeYOL***********/
div.marquee-left {
    margin: 0;
    padding-left: 36px;
    height: 39px;
    /*background-color: #fff;*/
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 100;
}


div.marquee {
    /* width: 100%;*/
    /*background: #fff;*/
    position: relative;
    overflow: hidden;
    top: 60px;
    background-color: rgba(255, 255, 255, 0.85);
    transition-duration: 0.6s;
    transition-delay: 0.2s;
    /*backdrop-filter: blur(2px);*/
}

div.marquee ul li {
    cursor: default;
    font-weight: 300;
}

div.marquee ul li a {
    color: #111;

}

div.marquee ul li a:hover {
    color: #111;

}


div.ocultar {
    height: 39px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    transition: all .2s;
    font-style: inherit;
    display: inline;
    width: 40px;
    /*background-color: #fff;*/
    border: 0;
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 100;
    text-decoration: none;

}

.boton_ocultar {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 33px;
    margin-top: 0px;
}




.scroll2 {
    display: none;
    margin: 0;
    padding: 0;
}

.scroll4 {
    display: none;
    margin: 0px 0 0 0;
    padding: 0;
}

.scroll2>* {
    background-color: transparent;
    padding: 5px 10px 0px 0px;
    font-size: 28px;
    margin: 0px;
    text-transform: uppercase;
    margin: 0;
}

.scroll4>* {
    background-color: transparent;
    padding: 0px 10px 0px 0px;
    font-size: 28px;
    margin: 0px;
    text-transform: uppercase;
    margin: -3px 0 0 0;
}

@media (max-width: 479px) {
    .scroll2>* {
        background-color: transparent;
        padding: 5px 10px 0px 0px;
        font-size: 22px;
        margin: 0px;
        text-transform: uppercase;
        margin: 0;
    }

    .scroll4>* {
        background-color: transparent;
        padding: 0px 10px 0px 0px;
        font-size: 22px;
        margin: 0px;
        text-transform: uppercase;
        margin: -3px 0 0 0;
    }
}

/*******arg******/
.scroll5 {
    display: none;
    margin: 0px 0 0 0;
    padding: 0;
}

.scroll5>* {
    background-color: transparent;
    padding: 0px 25px 0px 0px;
    font-size: 20px;

    margin: 0px;
    text-transform: uppercase;
    margin: -3px 0 0 0;
}

/*******end arg******/

/*************END MARQUEE*************/
a {
    background-color: transparent;
    color: #337ab7;
    transition: all .35s ease-in;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    transition: all .35s ease-in;
}






@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

hr.xxl {
    height: 200px;
}



.oculto {
    display: none;
}

/* caja oculta */
.hoverwrap #printy,
#clasicas,
#fineart,
#canvas,
#coleccion,
#laboratorio,
#servicios,
#enmarcado {
    display: block;
    position: absolute;
    height: 980px;
    top: 175px;
    right: 0;
    left: 580px;
    margin-right: 100px;
    padding: 15px 25px 0 100px;
    border-left: solid 1px;
    border-color: #000;
    color: #000;
    cursor: default;
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
}

@media (max-width: 1180px) {

    .hoverwrap #printy,
    #clasicas,
    #fineart,
    #canvas,
    #coleccion,
    #laboratorio,
    #servicios,
    #enmarcado {
        margin-right: 50px;
        padding: 0px 25px 0 50px;
    }

    #cover-page {
        display: none
    }
}

/*
 * Contenido cerrado por defecto.
 */

.hoverwrap .oculto {
    display: none;
}

/*
 * Contenido abierto mediante clic en el título.
 */

.hoverwrap.is-open .oculto {
    display: block;
}

#cover-page {
    position: absolute;
    height: 810px;
    top: 0px;
    right: 0px;
    left: 580px;
    margin-right: 50px;
    padding: 0px 25px 0px 100px;
    color: rgb(0, 0, 0);
    cursor: default;
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

#cover-container {
    position: relative;
    height: 710px;
    top: 100px;
    right: 0px;
    left: 0px;
}

#cover-content {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
}

#cover-content p {
    font-size: 15px;

    width: 100px;
    margin-right: 170px;
}

.l-printy {
    width: 183px;
    margin: 0 0 1px 0px;
    opacity: 0.9;
    vertical-align: -8px;
}

@media (max-width: 1024px) {
    .l-printy {
        width: 165px;
        margin-bottom: 0px;
        opacity: .8;
        vertical-align: -7px;
    }
}

@media (max-width:29.99em) {
    .l-printy {

        width: 103px;
        margin: 0 0 0 0px;
        opacity: .8;
        vertical-align: -4px;
    }
}

.content-main {
    float: left;
    margin-left: 0px;
    font-size: 25px;

    color: #444;
}

@media(max-width:1023px) {
    .oculto {
        display: none;
    }
}




#layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: solid 1px #dfdfdf;
    z-index: 100;
    overflow: auto;
    display: block;
    overflow: visible;
}



#layer a {
    color: #000
}

@media (min-width:61.9375em) {
    #layer {
        right: auto
    }
}




@media (max-width:1024px) {
    #layer .home-nav .main li ul {
        padding: 0;
    }

    #layer .home-nav {
        padding: 70px 80px;
    }
}

.link-main {
    float: left;
    margin-left: 0px;
    width: 480px;
    cursor: pointer;
    border-bottom: solid #fff;
    border-bottom-width: 1px;
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

@media (max-width:1024px) {

    .hoverwrap #printy,
    .hoverwrap #clasicas,
    .hoverwrap #fineart,
    .hoverwrap #canvas,
    .hoverwrap #coleccion,
    .hoverwrap #laboratorio,
    .hoverwrap #servicios,
    .hoverwrap #enmarcado {
        left: 530px;
    }

    .link-main {
        width: 430px;
    }
}

@media (max-width:1023px) {
    .link-main {
        width: 100%;
    }
}

/*
 * La línea se muestra:
 *
 * 1. Al pasar el mouse sobre el título.
 * 2. Mientras ese bloque permanece abierto.
 */

.link-main.is-open {
    border-bottom: solid #000;
    border-bottom-width: 1px;

    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@media (max-width: 1023px) {

    .link-main,
    .link-main.is-open {
        border-bottom: none;
    }
}

.wrap {
    opacity: 1;
    width: auto;
    overflow: hidden;
}

@font-face {
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-style: normal
}


#main-header #logo {
    position: absolute;
    left: 50%;
    top: 17px;
    transform: translateX(-50%);
    width: 260px;
    z-index: 4;
}

@media (max-width:61.9275em) {
    #main-header #logo {
        top: 15px;
        width: 250px;
        text-align: center;
    }
}

@media (max-width:29.99em) {
    #main-header #logo {
        width: 240px;
        top: 15px;
        text-align: center;
    }
}

#main-header #logo img {
    width: 100%
}

@media (max-width:61.9275em) {
    #main-header #logo img {
        width: 80%
    }
}

@media (max-width:29.99em) {
    #main-header #logo img {
        width: 75%
    }
}

#main-header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 198;
    background: hsla(0, 0%, 100%, .99);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom: solid 1px #dfdfdf;
    transition-duration: 0.6s;
    transition-delay: 0.2s;
    /* backdrop-filter: blur(2px);*/


}



#home-menu-layer {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: solid 1px #dfdfdf;
}





#layer .home-nav {
    padding: 110px 100px 0 100px;
}

@media (max-width:61.9275em) {
    #layer .home-nav {
        padding: 160px 60px 40px 60px;
    }
}

@media (max-width:29.99em) {
    #layer .home-nav {
        padding: 160px 25px 0 25px
    }
}

#layer .home-nav .main {
    margin: 0 0 25px;
    list-style: none;
    padding: 75px 0 0
}

@media (max-width:61.9275em) {
    #layer .home-nav .main {
        margin-bottom: 90px;
        padding: 0
    }
}

@media (max-width:29.99em) {
    #layer .home-nav .main {
        margin-bottom: 30px;
        padding: 0
    }
}

#layer .home-nav .main li {
    /*margin: 0 0 20px;*/
    padding: 0 0 20px;
    display: block
}

#layer .home-nav .main p.headline a {
    margin: 0 0 15px;
    padding: 0;
    display: block;
    font-size: 30px;
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#layer .home-nav .main p.paragraph {
    margin: 0 0 20px 40px;
    padding: 0;
    display: block;
    line-height: 24px;
    font-size: 22px;

}

#layer .home-nav .main p.paragraph a {
    margin: 0 0 20px;
    padding: 0;
    display: block;
    /*font-family: Helvetica, Arial, sans-serif;*/
}

#layer .home-nav .main li ul li {
    margin: 0px 0 0 0;
    padding: 0;
    display: block;
}

@media (max-width:29.99em) {
    #layer .home-nav .main li {
        margin-bottom: 12px;
        padding: 0px;
    }
}

#layer .home-nav .main a {
    font-size: 48px;
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-style: normal
}

#layer .home-nav .main li ul li a {
    font-size: 25px;
    color: #555
}

#layer .home-nav .main li ul li a:hover {
    font-size: 25px;
    color: #111;
    text-decoration: none;
    text-decoration-color: #111;
    text-decoration-style: solid
}

@media (max-width:29.99em) {
    #layer .home-nav .main li ul li a {
        font-size: 22px;
        color: #555;

    }
}


@media (max-width:1024px) {
    #layer .home-nav .main a {
        font-size: 40px
    }
}

@media (max-width:61.9275em) {
    #layer .home-nav .main a {
        font-size: 40px
    }
}

@media (max-width:29.99em) {
    #layer .home-nav .main a {
        font-size: 26px
    }
}

#layer .home-nav .brand {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

#layer .home-nav .brand li {
    margin: 0 0 30px;
    padding: 0;
    display: block
}

#layer .home-nav .brand a {
    font-size: 14px
}

@media (max-width:61.9275em) {
    #layer .home-nav .brand a {
        font-size: 16px
    }
}

@media (max-width:29.99em) {
    #layer .home-nav .home-brand a {
        font-size: 14px
    }
}

@media (min-width:1024px) {
    .accordion-panel {
        display: none
    }
}

@media (max-width:1023px) {
    .variant {
        display: none
    }

    /**************************/
    .accordion-panel dl {
        margin-bottom: 0px;
    }

    /****************************/
    .accordion-panel .accordion dt {
        display: block;
        color: #111;
        cursor: pointer;
        position: relative;
        user-select: none
    }

    .accordion-panel .accordion dt h3 {
        margin-bottom: 0px;
    }

    .accordion-panel .accordion dd {
        height: 0;
        overflow: hidden;
        transition: height .35s ease-out;
        margin-left: 3px;
        margin-bottom: 0px;
        border-left: solid;
        border-left-color: #111;
        border-width: 1px;
    }

    .accordion-panel .accordion .content {
        padding: 10px 0px;
        overflow: auto;
    }

    .accordion-panel .plus-icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        transition: transform 0.35s ease-out;
        position: absolute;
        right: 35px;
        top: 50%;
        margin-top: -12px
    }

    .accordion-panel .plus-icon:before,
    .accordion-panel .plus-icon:after {
        content: '';
        background: #666;
        position: absolute
    }

    .accordion-panel .plus-icon:before {
        width: 2px;
        height: 35px;
        margin-left: -0.5px;
        left: 50%
    }

    .accordion-panel .plus-icon:after {
        width: 35px;
        height: 2px;
        margin-top: -0.5px;
        top: 50%;
        opacity: 1;
        transition: opacity 0.35s ease-out
    }

    .accordion-panel .is-open .plus-icon {
        transform: rotate(90deg)
    }

    .accordion-panel .is-open .plus-icon:after {
        opacity: 0
    }

    .accordion-panel .hidden {
        display: none
    }

    .accordion-panel .open-btn,
    .accordion-panel .close-btn {
        cursor: pointer;
        position: absolute;
        right: 0;
        width: 100px
    }

    .accordion-panel {
        position: relative
    }

    .accordion-panel .plus-icon {
        position: absolute;
        right: 10px;
        top: 18px
    }
}

@media (max-width:29.99em) {
    .accordion-panel .plus-icon {
        display: none;
    }
}

.mp-btn-white {
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
    min-width: 200px;
    padding: 14px 0;
    text-transform: uppercase;
    text-align: center;
    transition: all 100ms;
}

#layer .home-nav .main .content-main a.mp-btn-white {
    background: #fff;
    border: solid 1px #000;
    color: #000;
    margin-bottom: 60px;
    font-size: 14px;
}

#layer .home-nav .main .content-main a.mp-btn-white:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff;
}


/**************btn black ************/

.mp-btn-black {
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
    min-width: 200px;
    padding: 14px 0;
    text-transform: uppercase;
    text-align: center;
    transition: all 100ms;
}

.modal-mp-btn-black {
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
    min-width: 200px;
    padding: 14px 0;
    text-transform: uppercase;
    text-align: center;
    transition: all 100ms;
    background: #111;
    color: #fff;
}

.modal-mp-btn-black:hover {
    background: #111;
    color: #fff;
}

/**********************************************************************************

/****************NEW BUTTON****************************/

#layer .home-nav .main .content-main a.button_underline {
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
    /*font: normal normal 16px/32px Helvetica, Arial, sans-serif;*/
    /* display: block;*/
    /* min-width: 150px;*/
    /* padding: 0 18px;*/
    /*background: #000;*/
    /*border: 1px solid #000;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*text-align: center;*/
    /*text-decoration: none;*/
    /*letter-spacing: .5px*/
}

@media screen and (min-width: 1069px) {
    html[dir=rtl] #layer .home-nav .main .content-main a.button_underline {
        font-size: 16.8px
    }
}


#layer .home-nav .main .content-main a.button_underline::-moz-focus-inner {
    padding: 0;
    border: 0
}

#layer .home-nav .main .content-main a.button_underline {
    font: normal normal 18px/36px 'Titillium Web', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    min-width: 160px;
    padding: 8px;
    letter-spacing: .5px;
    border: 1px solid #000;
    border-width: 0 0 1px;
    border-color: #000;
    color: #000;
    background: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden
}

@media screen and (min-width: 1069px) {
    html[dir=rtl] #layer .home-nav .main .content-main a.button_underline {
        line-height: 1.2
    }
}

@media screen and (min-width: 1069px) {
    html[dir=rtl] #layer .home-nav .main .content-main a.button_underline {
        font-size: 16.8px
    }
}

#layer .home-nav .main .content-main a.button_underline:hover {
    color: #fff;
    background: none
}

#layer .home-nav .main .content-main a.button_underline::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
}

#layer .home-nav .main .content-main a.button_underline:hover::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

/*******************END NEW BUTTON*********************************/


/****************NEW BUTTON IN MODAL****************************/
.modal-body .container-fluid a.button_underline {
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;

}

@media screen and (min-width: 1069px) {
    html[dir=rtl] .modal-body .container-fluid a.button_underline {
        font-size: 12.8px
    }
}

.modal-body .container-fluid a.button_underline::-moz-focus-inner {
    padding: 0;
    border: 0
}

.modal-body .container-fluid a.button_underline {
    font: normal normal 16px/32px Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    min-width: 150px;
    padding: 8px;
    letter-spacing: .5px;
    border: 1px solid #000;
    border-width: 0 0 1px;
    border-color: #000;
    color: #000;
    background: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden
}

@media screen and (min-width: 1069px) {
    html[dir=rtl] .modal-body .container-fluid a.button_underline {
        line-height: 1.2
    }
}

@media screen and (min-width: 1069px) {
    html[dir=rtl] .modal-body .container-fluid a.button_underline {
        font-size: 10.8px
    }
}

.modal-body .container-fluid a.button_underline:hover {
    color: #fff;
    background: none
}

.modal-body .container-fluid a.button_underline::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
}

.modal-body .container-fluid a.button_underline:hover::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

/*******************END NEW BUTTON IN MODAS*********************************/





.buttons {
    bottom: 200px;
    position: absolute;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    /*width: fill-available;*/
}

.button container {
    width: 100%
}

.button-div {
    width: 50%;
    padding: 30px 30px 30px 0px;
    margin: 0px;
    float: left;
}

@media (min-width:1024px) and (max-width:1200px) {
    .mp-btn-white {
        font-size: 12px;
        min-width: 150px;
        padding: 14px 0;
    }

    .mp-btn-black {
        font-size: 12px;
        min-width: 150px;
        padding: 14px 0;
    }

    .button-div {
        width: 50%;
        padding: 0px;
        margin: 0px;
        float: left;
    }

    .mp-btn-white {
        font-size: 12px;
        display: inline-block;
        line-height: 1;
        letter-spacing: 0.1em;
        min-width: 150px;
        padding: 14px 0;
        text-transform: uppercase;
        text-align: center;
        transition: all 100ms;
    }

    #layer .home-nav .main .content-main a.mp-btn-white {
        font-size: 12px;
    }

    .mp-btn-black {
        font-size: 12px;
        display: inline-block;
        line-height: 1;
        letter-spacing: 0.1em;
        min-width: 150px;
        padding: 14px 0;
        text-transform: uppercase;
        text-align: center;
        transition: all 100ms;
    }

    #layer .home-nav .main .content-main a.mp-btn-black {
        font-size: 12px;
    }
}

p.headline {
    font-size: 12px;
    margin-top: 7px;
}

@media (max-width:1023px) {
    #layer .main .accordion .content .container .row a.btn-white {
        font-size: 14px;
        color: #000;
        margin: 0 -15px 0 0px;
        text-transform: uppercase;
        border-radius: 0px;
        background-color: #fff;
        border-style: solid;
        border-width: 1px;
        border-color: #000;
        width: 130px;
    }
}

#layer .main .accordion .content .container p.paragraph-mobile {
    margin: 0 -15px 25px 0px;
    color: #111;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-size: 17px
}

#layer .main .accordion .content .container p.paragraph-mobile a {
    color: #111;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-size: 17px;
}

.btn-left {
    float: left
}

.btn-right {
    float: right
}

#layer footer.navbar.navbar-fixed-bottom {
    height: 60px;
    text-align: center;
    padding: 0 100px;
}

#layer footer.navbar.navbar-fixed-bottom p {
    width: 100%;
    color: #000;
    font-size: 13px;
    padding-bottom: 20px;
}

#layer footer.navbar.navbar-fixed-bottom a {
    color: #000;
    font-size: 13px;
}

#layer footer.navbar.navbar-fixed-bottom a:hover {
    color: #111;
}

@media (max-width:29.99em) {
    #layer footer.navbar.navbar-fixed-bottom {
        height: 60px;
        text-align: center;
        padding: 40px 40px;
    }

    #layer footer.navbar.navbar-fixed-bottom p {
        color: #111;
        ;
    }

    #layer footer.navbar.navbar-fixed-bottom a {
        color: #111;
    }
}

#layer .home-nav .social {
    /*display: table-cell;*/
    vertical-align: middle;
    /*padding-right: 27px;*/
    height: 25px;
}

#layer .home-nav .social ul li:first-child {
    margin-left: -5px;
    /* float: left; */
}

#layer .home-nav .social ul {
    list-style: none;
    padding: 0;
    /*height: 25px;*/
    /*background-color:#DF292C;*/
}

#layer .home-nav .social .social-iconos li a {
    display: inline-block;
    width: auto;
}

#layer .home-nav .social ul li.icono-facebook a {
    background-image: url(../images/facebook-g.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-right: 15px;
    float: left;
}

#layer .home-nav .social ul li.icono-facebook a:hover {
    background-image: url(../images/facebook.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

#layer .home-nav .social ul li.icono-instagram a {
    background-image: url("../images/instagram-g.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-right: 20px;
    float: left;
}

#layer .home-nav .social ul li.icono-instagram a:hover {
    background-image: url("../images/instagram.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#layer .home-nav .social ul li.icono-youtube a {
    background-image: url("../images/youtube-g.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 22px;
    width: 22px;
    margin-right: 20px;
    float: left;
}

#layer .home-nav .social ul li.icono-youtube a:hover {
    background-image: url("../images/youtube.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#afip {
    position: relative;
    margin: 50px 0 0 0
}

@media (max-width: 1024px) {
    #layer footer.navbar.navbar-fixed-bottom {
        padding: 0px;
    }

    #afip {
        position: relative;
        margin: 25px 0 20px 100px;
    }
}

@media (max-width: 61.9275em) {
    #afip {
        position: relative;
        margin: 0px 0 20px 60px;
    }
}

@media (max-width:29.99em) {
    #afip {
        position: relative;
        margin: 20px 0 20px 25px;
    }
}



@media (min-width: 992px) {
    .modal-lg {
        max-width: 730px;
    }
}

.close-carousel {
    font-size: 2.0rem;
    font-weight: 500;
    background-color: transparent;
    color: #fff;
    border: 0px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .close-carousel {
        display: none
    }



    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 10%;
        color: #fff;
        text-align: center;
        opacity: .5;
    }

    @media (max-width: 575px) {

        .fa-angle-left,
        .fa-angle-right {
            display: none;
        }
    }

    .carousel-title {
        position: absolute;
        right: 0%;
        top: 20px;
        left: 0%;
        z-index: 10;
        text-align: center;
    }

    .modal-l-printy {
        width: 200px;
        /* opacity: 0.7; */
    }

    .carousel-caption {
        position: absolute;
        right: 0%;
        bottom: 30px;
        left: 0%;
        z-index: 10;
        padding-top: 5px;
        padding-bottom: 0px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .carousel-caption h3 {
        color: #111;
        opacity: .8;
    }

    .carousel-caption p {
        margin-bottom: 10px;
        color: #111;
    }

    @media (max-width: 991px) {
        .carousel-title {
            top: 15px;
        }

        .modal-l-printy {
            width: 130px;
        }
    }




    @media (max-width: 768px) {
        .carousel-title {
            top: 5px;
        }

        .modal-l-printy {
            width: 100px;
        }

        .carousel-caption {
            bottom: 0px;
        }

        .carousel-caption h3 {
            font-size: 24px;
            margin-bottom: 2px;
        }

        .carousel-caption p {
            font-size: 14px;
        }
    }

    /**************END popup-carousel*******************/


    /****************MARQUEE*************
        div.marquee-left {
            margin: 0;
            padding-left: 25px;
            height: 40px;
            background-color: #fff;
            position: absolute;
            top: 55px;
            left: 0px;
        }

        div.marquee {
            width: 100%;
            background: #fff;
            position: relative;
            overflow: hidden;
            height: 40px;
            border-bottom: solid 1px #dfdfdf;
            top: 55px;

        }



        div.ocultar {
            line-height: 1.4;
            margin: 0;
            padding: 0;
            color: #111;
            text-decoration: underline;
            transition: all .2s;
            font-style: inherit;
            display: inline;
            width: auto;
            font-weight: 400;
            background-color: #fff;
            border: 0;
            position: absolute;
            top: 55px;
            right: 0px;
        }



        .boton_ocultar {

            margin: 8px;
            float: right;
            top: 65px;
            right: 0px;
            font-size: 25px;
            line-height: 20px;
            color: #111;
            width: 20px;
            height: 20px;

        }



        .marquee span {
            display: inline-block;
            white-space: nowrap;
            color: #00112C;
            width: var(--tw);
            text-shadow: var(--tw) 0 currentColor,
                calc(var(--tw) * 2) 0 currentColor,
                calc(var(--tw) * 3) 0 currentColor,
                calc(var(--tw) * 4) 0 currentColor;

            will-change: transform;
            animation: marquee var(--ad) linear infinite;
            animation-play-state: running;
        }

        .marquee:hover span {
            animation-play-state: paused;
        }

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

            100% {
                transform: translateX(-100%);
            }
        }

        /*  
 * on MacOs: System Preferences > 
 *           Accessibility > 
 *           Display > Reduce motion
 */

    /*   @media (prefers-reduced-motion: reduce) {
            .marquee span {
                animation: none;
                text-shadow: none;
                width: auto;
                display: block;
                line-height: 1.5;
                text-align: center;
                white-space: normal;
            }
        }*/


    /***********************end marquee******************/
}

p.enmarcadoModal {
    margin: 20px 40px 50px 40px;
    text-align: center;
}

@media (max-width: 576px) {
    p.enmarcadoModal {
        margin: 20px 20px 50px 20px;
    }
}

@media (max-width: 768px) {
    p.enmarcadoModal {
        margin: 20px 20px 50px 20px;
    }
}