@import url('https://fonts.googleapis.com/css2?family=Hind:300;400;500;600;700');
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Hind, sans-serif;
    margin: 0
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

#videoM {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 99;
    top: 0;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    display: none
}

#exito {
    width: 100%;
    height: 100vw;
    margin-top: 200px
}

#deskV {
    display: none
}

#mobileV {
    display: block
}

section.hero {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    background-color: #fff!important;
    position: relative
}

section.hero h2 {
    color: #1d1d1d;
    font-size: 20px;
    text-align: center;
    margin: 10px auto 0;
    font-weight: 300;
    width: 70%
}

section.hero h1 {
    color: #1d1d1d;
    font-size: 24px;
    text-align: center;
    width: 200px;
    margin: 80px auto 0;
    font-weight: 500
}

section.hero h3 span {
    color: #ec0606
}

section.hero h3 {
    font-size: 28px;
    text-align: left;
    width: 50%;
    margin: 20px auto 0
}

section.hero h4 {
    font-size: 17px;
    text-align: left;
    width: 50%;
    margin: 0 auto;
    color: #ec0606
}

img.cara {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0 auto 90px;
    text-align: center
}

section.hero h4 img {
    width: 25px;
    margin-top: -4px;
    margin-right: 5px
}

section.hero .contV {
    width: 100vw;
    margin-top: 0;
    z-index: -30
}

section.hero video {
    width: 100vw
}

form.form {
    background-color: #fff;
    padding: 15px;
    width: 90%;
    border-radius: 20px;
    margin: -20px auto 0 auto;
    z-index: 3!important;
    position: relative
}

form legend {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 35px!important;
    padding: 10px;
    line-height: 1em;
    font-weight: 400
}

div.inputs {
    width: 90%;
    margin: 15px auto 0
}

div.inputs input {
    width: 100%;
    padding: 8px 15px;
    border: 1px #cdcdcd solid;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 300
}

div.inputs2 {
    width: 90%;
    margin: 0 auto 0
}

div.inputs2 input {
    width: 100%;
    padding: 8px 15px;
    border: 1px #cdcdcd solid;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 300
}

div.inputs2 div.contservicio {
    border: 1px #cdcdcd solid;
    width: 100%;
    background-color: transparent;
    padding: 5px;
    border-radius: 5px;
    color: #9b9b9b;
    margin: 5px 0;
    display: block;
    padding: 8px 15px
}

div.inputs2 select:focus,
input:focus,
textarea:focus {
    outline: 0;
    font-weight: 300
}

div.inputs2 select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    -o-appearance: none!important;
    appearance: none!important;
    width: 100%;
    padding: 0;
    -webkit-border: 0 #cdcdcd solid;
    -webkit-background-color: #fff!important;
    -moz-border: 0 #cdcdcd solid;
    -moz-background-color: #fff!important;
    -o-border: 0 #cdcdcd solid;
    -o-background-color: #fff!important;
    border: 0 #cdcdcd solid;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    font-weight: 300
}

div.inputs2 div.contservicio .down {
    font-size: 1em;
    float: right;
    margin-top: -25px
}

div.textareas {
    width: 90%;
    border: 1px #cdcdcd solid;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 5px
}

div.textareas textarea {
    width: 100%;
    padding: 8px 15px;
    border: none;
    font-weight: 300
}

div.check {
    width: 75%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: 400
}

div.check label input {
    margin-right: 10px
}

div.check label a {
    color: #000;
    text-decoration: underline
}

#msgenviado {
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    border: 2px #40df62 solid;
    padding: 5px;
    margin: 10px auto 0;
    width: 90%;
    line-height: 1.3em;
    display: none
}

#msgenviado span {
    font-size: 30px
}



#enviar {
    border: none;
    background: #000;
    color: #fff;
    font-weight: 700;
    width: 200px;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 20px auto;
    cursor: pointer;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}

#enviar:hover {
    transition: .3s ease-in-out;
    background: #878787;
    color: #fff;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}


#error {
    width: 100%;
    border: 1px red solid;
    padding: 0 35px;
    color: red;
    text-align: center;
    margin-bottom: 20px;
    display: none
}

section.como {
    width: 100%;
    margin: 0 auto
}

section.como div.cont {
    width: 90%;
    margin: 0 auto;
    text-align: center
}

section.como div.cont figure {
    background: #fff;
    position: relative
}

.icoU {
    padding: 20px;
    height: 160px;
    overflow: hidden;
    border-radius: 20px;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.ico1 {
    height: auto;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -otransition: ease-in-out .5s;
    transition: ease-in-out .5s
}

.icoD {
    padding: 20px;
    height: 160px;
    overflow: hidden;
    border-radius: 20px;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.ico2 {
    height: auto;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -otransition: ease-in-out .5s;
    transition: ease-in-out .5s
}

.icoT {
    padding: 20px;
    height: 160px;
    overflow: hidden;
    border-radius: 20px;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.ico3 {
    height: auto;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -otransition: ease-in-out .5s;
    transition: ease-in-out .5s
}

.icoC {
    padding: 20px;
    height: 160px;
    overflow: hidden;
    border-radius: 20px;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.ico4 {
    height: auto;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}

section.como div.cont h2 {
    font-size: 34px;
    color: #202020;
    font-weight: 400
}

section.como div.cont img {
    width: 60px;
    cursor: pointer;
    -wekit-transition: .5s ease-in-out;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}

section.como div.cont img:hover {
    transform: scale(1.3)
}

section.como div.cont figcaption {
    margin: 20px auto;
    font-weight: 600
}

section.como div.cont .flecha {
    width: 20px;
    display: none;
    margin: 0;
    float: left
}

section.como div.cont p {
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px
}

.arrowUp1 {
    width: 30px!important;
    margin: 0 auto 0 -5%;
    padding: 0;
    bottom: 15px;
    position: absolute;
    opacity: 0;
    -wekit-transition: 5s ease-in-out;
    -moz-transition: ease-in-out 5s;
    -o-transition: ease-in-out 5s;
    transition: ease-in-out 5s;
    text-align: center
}

.arrowUp1I {
    opacity: 1
}

.arrowUp2 {
    width: 30px!important;
    margin: 0 auto 0 -5%;
    padding: 0;
    bottom: 15px;
    position: absolute;
    opacity: 0;
    -wekit-transition: 5s ease-in-out;
    -moz-transition: ease-in-out 5s;
    -o-transition: ease-in-out 5s;
    transition: ease-in-out 5s;
    text-align: center
}

.arrowUp2I {
    opacity: 1
}

.arrowUp3 {
    width: 30px!important;
    margin: 0 auto 0 -5%;
    padding: 0;
    bottom: 15px;
    position: absolute;
    opacity: 0;
    -wekit-transition: 5s ease-in-out;
    -moz-transition: ease-in-out 5s;
    -o-transition: ease-in-out 5s;
    transition: ease-in-out 5s;
    text-align: center
}

.arrowUp3I {
    opacity: 1
}

.arrowUp4 {
    width: 30px!important;
    margin: 0 auto 0 -5%;
    padding: 0;
    bottom: 15px;
    position: absolute;
    opacity: 0;
    -wekit-transition: 5s ease-in-out;
    -moz-transition: ease-in-out 5s;
    -o-transition: ease-in-out 5s;
    transition: ease-in-out 5s;
    text-align: center
}

.arrowUp4I {
    opacity: 1
}

section.casos {
    width: 100%
}

section.casos div.cont {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

section.casos div.cont h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 400
}

section.casos div.cont div.heroW {
    background: url(https://abismointeractivo.com/assets/img/imagen_home_oxxo.jpg) !important;
    cursor: pointer;
    height: 190px;
    background-size: cover!important
}

.mifHDPM{
    background: url(https://abismointeractivo.com/assets/img/imagen_home_oxxo.jpg) !important;
}

#footerO {
    height: 350px;
    position: relative;
    padding: 0
}

#footerO h3 {
    margin: -20px 0 0 0;
    padding: 25px 0 0 0;
    text-transform: none;
    font-weight: 400
}

#footerO ul {
    text-align: left;
    margin-left: 10%
}

#footerO img {
    width: 120px;
    margin: 0
}

#footerO a {
    color: #fff;
    text-align: center;
    margin: 0 auto 0 -16%;
    padding: 8px 25px;
    position: absolute;
    bottom: 15px;
    background: #000;
    border-radius: 50px;
    font-weight: 700;
    -wekit-transition: .2s ease-in-out;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s
}

#footerO a:hover {
    background: #878787!important
}

section.casos div.cont footer {
    width: 100%;
    background: #f2f2f2;
    padding: 20px 10%;
    text-align: center;
    margin-top: 0;
    z-index: 2;
    color: #000
}

section.casos div.cont footer .logoBW {
    width: 150px;
    margin: 30px auto;
    display: none
}

section.casos div.cont footer h3 {
    padding: 0;
    margin: 0;
    text-transform: uppercase
}

section.casos div.cont footer p {
    padding: 0;
    margin: 10px 0 0 0
}

section.casos div.cont div.uno {
    background: url(../img/imagen_pennzoil.jpg)
}

section.casos div.cont div.dos {
    background: url(../img/imagen_salsas_castillo.jpg)
}

section.casos div.cont div.tres {
    background: url(../img/imagen_quaker_state.jpg)
}

section.casos div.cont div.cuatro {
    background: url(../img/imagen_maidenform.jpg)
}

section.casos div.cont div.cinco {
    background: url(../img/imagen_televisa.jpg)
}

section.casos div.cont div.seis {
    background: url(../img/imagen_playtex.jpg)
}

section.casos div.cont div.siete {
    background: url(../img/imagen_mide.jpg)
}

section.casos div.cont div.ocho {
    background: url(../img/imagen_grupo_palacio.jpg)
}

section.casos div.cont div.nueve {
    background: url(../img/imagen_asus.jpg)
}

section.casos div.cont div.diez {
    background: url(../img/imagen_rinbros.jpg)
}

section.casos div.cont div.once {
    background: url(../img/imagen_utility.jpg)
}

section.casos div.cont div.doce {
    background: url(../img/imagen_henkel.jpg)
}

section.casos div.cont div.trece {
    background: url(../img/imagen_duratrack.jpg)
}

section.casos div.cont div.catorce {
    background: url(../img/imagen_uic.jpg)
}

section.casos div.cont div.quince {
    background: url(../img/imagen_wtcmexiquense.jpg)
}

div.catorce,
div.cinco,
div.cuatro,
div.diez,
div.doce,
div.dos,
div.heroW,
div.nueve,
div.ocho,
div.once,
div.quince,
div.seis,
div.siete,
div.trece,
div.tres,
div.uno {
    z-index: 1;
    background-size: 130%!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    width: 100%;
    height: 300px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    opacity: .7;
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .2s
}

div.catorce:hover,
div.cinco:hover,
div.cuatro:hover,
div.diez:hover,
div.doce:hover,
div.dos:hover,
div.heroW:hover,
div.nueve:hover,
div.ocho:hover,
div.once:hover,
div.quince:hover,
div.seis:hover,
div.siete:hover,
div.trece:hover,
div.tres:hover,
div.uno:hover {
    opacity: 1
}

.verMas {
    background: #000;
    text-align: center;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    width: 200px;
    margin: 50px auto 0;
    cursor: pointer;
    -wekit-transition: .2s ease-in-out;
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s
}

.verMas:hover {
    background: #878787
}

div.heroW:hover {
    filter: grayscale(1);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0)
}

.masT {
    display: none;
    transition: .5s left ease-in-out
}

.menosT {
    display: block;
    transition: .5s left ease-in-out
}

#somos {
    font-size: 34px;
    color: #202020;
    font-weight: 400;
    text-align: center
}

section.desc {
    margin: 50px 0 0;
    background: #f2f2f2;
    padding: 20px 0
}

section.desc .contenedor {
    width: 80%;
    margin: auto
}

section.desc h1 {
    padding-bottom: 20px;
    text-align: center;
    font-size: 34px;
    font-weight: 300
}

section.desc p {
    text-align: justify;
    font-size: 14px
}

section.equipo {
    width: 100%;
    padding: 0px 0
}

section.equipo .cont {
    width: 90%;
    margin: 0 auto
}

section.equipo .cont .persona {
    width: 100%;
    margin-bottom: 50px
}

section.equipo .cont .persona figure {
    width: 100%;
    text-align: center;
    margin: 0 auto
}

section.equipo .cont .persona figure img {
    width: 70%;
    margin-bottom: 30px;
    background: #878787;
    opacity: 0.7;
}

section.equipo .cont .persona figure figcaption {
    font-size: 18px
}

#client {
    font-size: 34px;
    text-align: center;
    font-weight: 400
}

#ubicacion {
    font-size: 34px;
    text-align: center;
    font-weight: 400
}

section.clientes div.contenedor {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

section.clientes img {
    width: 24%;
    padding: 5% 6%
}

div.map {
    width: 100%;
    height: 400px;
    margin: 50px 0 30px 0
}

#whats {
    position: fixed;
    bottom: 0;
    right: 1%;
    font-size: 50px;
    cursor: pointer;
    color: #1d1d1d;
    z-index: 4
}

#whats a {
    color: #1d1d1d
}

#whats a:hover {
    color: #6e6e6e
}

#whats:hover {
    color: #6e6e6e
}

.agradecimiento {
    width: 100%;
    z-index: 4;
    top: 0;
    color: #333;
    margin: 110px 0 -60px 0;
    background: #f2f2f2;
    padding: 50px 0
}

.gracias {
    text-align: center;
    font-size: 30px;
    margin: 0 auto;
    width: 200px;
    padding: 20px 40px;
    font-weight: 600;
    color: #333
}

.enviado {
    text-align: center;
    color: #333;
    width: 220px;
    margin: 0 auto;
    font-size: 18px
}

@media only screen and (min-width:768px) {
    #exito {
        width: 50%;
        height: 380px;
        margin: 10% 25%
    }
    #deskV {
        display: block
    }
    #mobileV {
        display: none
    }
    form.form {
        background-color: #fff;
        margin: -50px auto 0 auto;
        padding: 15px;
        width: 90%
    }
    form legend {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 10px;
        line-height: 1em
    }
    div.inputs {
        width: 90%;
        margin: 15px auto 0
    }
    div.inputs input {
        width: 100%;
        padding: 8px 15px;
        border: 1px #cdcdcd solid;
        margin: 5px auto;
        background-color: #fff;
        border-radius: 5px
    }
    div.inputs2 {
        width: 90%;
        margin: 0 auto 0
    }
    div.inputs2 input {
        width: 100%;
        padding: 8px 15px;
        border: 1px #cdcdcd solid;
        margin: 5px auto;
        background-color: #fff;
        border-radius: 5px
    }
    div.inputs2 div.contservicio {
        border: 1px #cdcdcd solid;
        width: 100%;
        background-color: transparent;
        padding: 5px;
        border-radius: 5px;
        color: #9b9b9b;
        margin: 5px 0;
        display: block;
        padding: 8px 15px
    }
    div.inputs2 select:focus,
    input:focus,
    textarea:focus {
        outline: 0
    }
    div.inputs2 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        padding: 0;
        -webkit-border: 0 #cdcdcd solid;
        -webkit-background-color: #fff!important;
        -moz-border: 0 #cdcdcd solid;
        -moz-background-color: #fff!important;
        -o-border: 0 #cdcdcd solid;
        -o-background-color: #fff!important;
        border: 0 #cdcdcd solid;
        background-color: #fff;
        border-radius: 5px;
        width: 100%
    }
    div.inputs2 div.contservicio .down {
        font-size: 1em;
        float: right;
        margin-top: -25px
    }
    div.textareas {
        width: 90%;
        border: 1px #cdcdcd solid;
        margin: 10px auto;
        background-color: #fff;
        border-radius: 5px
    }
    div.textareas textarea {
        width: 100%;
        padding: 8px 15px;
        border: none
    }
    div.check {
        width: 90%;
        margin: 0 auto;
        position: relative;
        text-align: left
    }
    div.check label input {
        margin-right: 10px
    }
    div.check label a {
        color: #000;
        text-decoration: underline
    }
    #msgenviado {
        font-size: 1.4em;
        font-weight: 700;
        text-align: center;
        border: 2px #40df62 solid;
        padding: 5px;
        margin: 10px auto 0;
        font-weight: 700;
        width: 90%;
        line-height: 1.3em;
        display: none
    }
    #msgenviado span {
        font-size: 30px
    }
    div.btns {
        width: 200px;
        padding: 10px 30px;
        border: none;
        border-radius: 50px;
        background: #000;
        color: #fff;
        margin: 20px auto 0;
        text-align: center
    }
    #enviar {
        border: none;
        background: #000;
        color: #fff;
        font-weight: 700
    }
    div.btns:hover>#enviar {
        background: #878787;
        color: #fff;
        font-weight: 700
    }
    div.btns:hover {
        background: #878787;
        color: #fff;
        font-weight: 700
    }
    section.hero {
        height: 500px;
        width: 100%;
        overflow: hidden;
        z-index: 1;
        margin-top: 60px
    }
    section.hero h2 {
        color: #1d1d1d;
        font-size: 20px;
        text-align: center;
        margin: 0 auto
    }
    section.hero h1 {
        color: #1d1d1d;
        font-size: 30px;
        text-align: center;
        width: 500px;
        margin-top: 30px
    }
    section.hero h3 {
        font-size: 28px;
        text-align: left;
        width: 20%;
        margin: 65px 0 0 55vw;
        line-height: 1.2em
    }
    section.hero h4 {
        font-size: 18px;
        text-align: left;
        width: 50%;
        margin: 0 0 0 55vw;
        color: #ec0606
    }
    img.cara {
        width: 370px;
        position: absolute;
        bottom: 0;
        margin: 0 0 90px 10vw
    }
    section.hero .contV {
        width: 100vw;
        margin-top: 0
    }
    section.hero video {
        width: 100vw
    }
    section.como {
        width: 100%;
        margin: 0 auto
    }
    section.como div.cont {
        width: 90%;
        margin: 0 auto;
        text-align: center
    }
    section.como div.cont figure {
        background: #fff;
        width: 48%;
        float: left;
        margin: 20px 1%
    }
    .icoU {
        padding: 20px
    }
    .ico1 {
        height: 380px
    }
    .icoD {
        padding: 20px
    }
    .ico2 {
        height: 380px
    }
    .icoT {
        padding: 20px
    }
    .ico3 {
        height: 380px
    }
    .icoC {
        padding: 20px
    }
    .ico4 {
        height: 380px
    }
    div.boxI {
        width: 100%
    }
    div.boxII {
        width: 100%
    }
    section.como div.cont p {
        text-align: left
    }
    section.casos {
        width: 100%
    }
    section.casos div.cont {
        width: 700px;
        margin: 0 auto;
        overflow: hidden
    }
    section.casos div.cont div.worksU {
        padding: 10px;
        width: 700px
    }
    section.casos div.cont div.worksD {
        width: 50%;
        float: left;
        padding: 20px 10px 0
    }
    section.casos div.cont h2 {
        font-size: 34px;
        text-align: center
    }
    section.casos div.cont footer {
        width: 100%;
        background: #f2f2f2;
        padding: 20px 10%;
        text-align: center;
        margin-top: 0;
        z-index: 2;
        height: 120px
    }
    section.casos div.cont footer h3 {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        text-align: center
    }
    section.casos div.cont footer p {
        padding: 0;
        margin: 10px 0 0 0
    }
    div.catorce,
    div.cinco,
    div.cuatro,
    div.diez,
    div.doce,
    div.dos,
    div.nueve,
    div.ocho,
    div.once,
    div.quince,
    div.seis,
    div.siete,
    div.trece,
    div.tres,
    div.uno {
        z-index: 1;
        background-size: 120%!important;
        background-position: center center!important;
        background-repeat: no-repeat!important;
        width: 100%;
        height: 200px;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        opacity: .7;
        -webkit-transition: ease-in .3s;
        -moz-transition: ease-in .3s;
        -o-transition: ease-in .3s;
        transition: ease-in .2s
    }
    section.casos div.cont div.heroW {
        width: 400px;
        float: left;
        background-size: 140%!important;
        height: 300px
    }
    #footerO {
        width: 280px;
        float: right;
        height: 300px;
        text-align: center;
        padding: 0 25px
    }
    #footerO h3 {
        width: 230px;
        padding-top: 40px
    }
    #footerO img {
        width: 120px;
        margin: -10px 0 0 0;
        text-align: center;
        margin-bottom: -30px
    }
    #footerO a {
        color: #fff;
        text-align: center;
        margin: 0 auto 0 -19%;
        padding: 8px 25px;
        position: absolute;
        bottom: 15px
    }
    section.desc {
        margin: 50px 0;
        background: #f2f2f2;
        padding: 20px 0
    }
    section.desc .contenedor {
        width: 700px;
        margin: auto
    }
    section.desc h1 {
        padding-bottom: 5px;
        text-align: center
    }
    section.desc p {
        text-align: justify
    }
    section.equipo {
        width: 100%;
        padding: 50px 0
    }
    section.equipo .cont {
        width: 700px;
        margin: 0 auto
    }
    section.equipo .cont .persona {
        width: 25%;
        margin-bottom: 50px;
        float: left
    }
    section.equipo .cont .persona figure {
        width: 100%;
        text-align: center;
        margin: 0 auto
    }
    section.equipo .cont .persona figure img {
        width: 70%;
        margin-bottom: 30px
    }
    section.equipo .cont .persona figure figcaption {
        font-size: 18px
    }
    section.clientes div.contenedor {
        width: 800px
    }
    section.clientes img {
        width: 17%;
        padding: 1% 5%
    }
    div.map {
        width: 100%;
        height: 400px;
        margin: 50px auto 30px
    }
    .agradecimiento {
        width: 100%;
        z-index: 4;
        top: 0;
        color: #333;
        margin: 0 0 -60px 0;
        background: #f2f2f2;
        padding: 80px 0 30px
    }
    .gracias {
        text-align: center;
        font-size: 35px;
        margin: 0 auto;
        width: 200px;
        padding: 20px 40px;
        font-weight: 600;
        color: #333
    }
    .enviado {
        text-align: center;
        color: #333;
        width: 450px;
        margin: 0 auto;
        font-size: 18px
    }
}

@media only screen and (min-width:1024px) {
    #exito {
        width: 70%;
        height: 500px;
        margin: 8% 15%
    }
    form.form {
        background-color: #fff;
        margin: -50px auto 0 auto;
        padding: 15px;
        width: 900px
    }
    form legend {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 10px;
        line-height: 1em
    }
    div.inputs {
        width: 95%;
        margin: 15px auto 0
    }
    div.inputs input {
        width: 49.7%;
        padding: 8px 15px;
        border: 1px #cdcdcd solid;
        margin: 5px auto;
        background-color: #fff;
        border-radius: 5px
    }
    div.inputs2 {
        width: 95%;
        margin: 0 auto 0
    }
    div.inputs2 input {
        width: 49.7%;
        padding: 10px 15px;
        border: 1px #cdcdcd solid;
        margin: 5px auto;
        background-color: #fff;
        border-radius: 5px;
        float: left
    }
    div.inputs2 div.contservicio {
        border: 1px #cdcdcd solid;
        width: 49.7%;
        background-color: transparent;
        padding: 5px;
        border-radius: 5px;
        color: #9b9b9b;
        margin: 5px 0;
        display: block;
        padding: 8px 15px;
        float: right
    }
    div.inputs2 select:focus,
    input:focus,
    textarea:focus {
        outline: 0
    }
    div.inputs2 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        padding: 0;
        -webkit-border: 0 #cdcdcd solid;
        -webkit-background-color: #fff!important;
        -moz-border: 0 #cdcdcd solid;
        -moz-background-color: #fff!important;
        -o-border: 0 #cdcdcd solid;
        -o-background-color: #fff!important;
        border: 0 #cdcdcd solid;
        background-color: #fff;
        border-radius: 5px;
        width: 100%
    }
    div.inputs2 div.contservicio .down {
        font-size: 1em;
        float: right;
        margin-top: -25px
    }
    div.textareas {
        width: 95%;
        border: 1px #cdcdcd solid;
        margin: 10px auto;
        background-color: #fff;
        border-radius: 5px
    }
    div.check {
        width: 95%;
        margin: 0 auto;
        position: relative;
        text-align: left
    }
    section.hero {
        height: 600px;
        width: 100%;
        overflow: hidden;
        z-index: 1;
        margin-top: 60px
    }
    section.hero h2 {
        color: #1d1d1d;
        font-size: 20px;
        text-align: center;
        margin: 0 auto
    }
    section.hero h1 {
        color: #1d1d1d;
        font-size: 30px;
        text-align: center;
        width: 500px;
        margin-top: 30px
    }
    section.hero h3 {
        font-size: 40px;
        text-align: left;
        width: 10%;
        margin: 65px 0 0 58vw;
        line-height: 1.2em
    }
    section.hero h4 {
        font-size: 18px;
        text-align: left;
        width: 50%;
        margin: 0 0 0 58vw;
        color: #ec0606
    }
    img.cara {
        width: 480px;
        position: absolute;
        bottom: 0;
        margin: 0 0 90px 10vw
    }
    section.como {
        width: 100%;
        margin: 0 auto
    }
    section.como div.cont {
        width: 1000px;
        margin: 0 auto;
        text-align: center
    }
    .icoU {
        padding: 20px
    }
    .ico1 {
        height: 390px
    }
    .icoD {
        padding: 20px
    }
    .ico2 {
        height: 390px
    }
    .icoT {
        padding: 20px
    }
    .ico3 {
        height: 390px
    }
    .icoC {
        padding: 20px
    }
    .ico4 {
        height: 390px
    }
    div.boxI {
        width: 50%;
        float: left
    }
    div.boxII {
        width: 50%;
        float: left
    }
    section.casos {
        width: 100%
    }
    section.casos div.cont {
        width: 85%;
        margin: 0 auto;
        overflow: hidden
    }
    section.casos div.cont div.worksU {
        padding: 4px;
        width: 100%
    }
    section.casos div.cont div.worksD {
        width: 33%;
        float: left;
        padding: 5px 3px 0;
        position: relative;
        overflow: hidden;
        margin: 0 0
    }
    section.casos div.cont footer {
        width: 98.5%;
        background: rgba(0, 0, 0, .7);
        padding: 20px 10%;
        text-align: left;
        height: 200px;
        margin-top: 0;
        z-index: 2;
        position: absolute;
        transition: ease-in-out .5s
    }
    section.casos div.cont footer .logoBW {
        width: 150px;
        margin: 30px auto;
        display: block
    }
    section.casos div.cont footer h3 {
        color: #fff;
        font-size: 24px;
        display: none;
        text-align: left
    }
    section.casos div.cont footer p {
        color: #fff;
        font-size: 14px;
        line-height: 1.3em;
        margin-top: -20px
    }
    div.catorce,
    div.cinco,
    div.cuatro,
    div.diez,
    div.doce,
    div.dos,
    div.nueve,
    div.ocho,
    div.once,
    div.quince,
    div.seis,
    div.siete,
    div.trece,
    div.tres,
    div.uno {
        z-index: 1;
        background-size: 120%!important;
        background-position: center center!important;
        background-repeat: no-repeat!important;
        width: 100%;
        height: 200px;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        opacity: .7;
        -webkit-transition: ease-in .3s;
        -moz-transition: ease-in .3s;
        -o-transition: ease-in .3s;
        transition: ease-in .2s
    }
    section.casos div.cont div.heroW {
        width: 65.7%;
        float: left;
        background-size: 100%!important;
        height: 300px
    }
    #footerO {
        width: 33.5%;
        float: left;
        height: 300px;
        text-align: center;
        padding: 0 30px 20px 30px;
        margin: 0;
        background: #f5f5f5;
        color: #1d1d1d!important;
        position: relative
    }
    #footerO h3 {
        color: #1d1d1d!important;
        font-size: 19px;
        width: 100%;
        display: block
    }
    #footerO p {
        color: #1d1d1d!important
    }
    #footerO ul {
        margin-left: -1%;
        margin-top: -25px
    }
    #footerO img {
        margin: -40px 0 0 0
    }
    #one:hover #foot1 {
        margin-top: -200px;
        width: 98%
    }
    #one2:hover #foot2 {
        margin-top: -200px;
        width: 98%
    }
    #one3:hover #foot3 {
        margin-top: -200px;
        width: 98%
    }
    #one4:hover #foot4 {
        margin-top: -200px;
        width: 98%
    }
    #one5:hover #foot5 {
        margin-top: -200px;
        width: 98%
    }
    #one6:hover #foot6 {
        margin-top: -200px;
        width: 98%
    }
    #one7:hover #foot7 {
        margin-top: -200px;
        width: 98%
    }
    #one8:hover #foot8 {
        margin-top: -200px;
        width: 98%
    }
    #one9:hover #foot9 {
        margin-top: -200px;
        width: 98%
    }
    #one10:hover #foot10 {
        margin-top: -200px;
        width: 98%
    }
    #one11:hover #foot11 {
        margin-top: -200px;
        width: 98%
    }
    #one12:hover #foot12 {
        margin-top: -200px;
        width: 98%
    }
    #one13:hover #foot13 {
        margin-top: -200px;
        width: 98%
    }
    #one14:hover #foot14 {
        margin-top: -200px;
        width: 98%
    }
    #one15:hover #foot15 {
        margin-top: -200px;
        width: 98%
    }
    #footerO a {
        padding: 5px 20px;
        margin: 0 auto 0 -16%
    }
    #footerO img.tipN {
        display: block;
        margin: 0 auto
    }
    #footerO img.tipB {
        display: none
    }
    section.desc {
        margin: 50px 0;
        background: #f2f2f2;
        padding: 20px 0
    }
    section.desc .contenedor {
        width: 900px;
        margin: auto
    }
    section.desc h1 {
        padding-bottom: 5px;
        text-align: left
    }
    section.desc p {
        text-align: justify
    }
    section.equipo {
        width: 100%;
        padding: 50px 0
    }
    section.equipo .cont {
        width: 1000px;
        margin: 0 auto
    }
    section.equipo .cont .persona {
        width: 25%;
        margin-bottom: 50px;
        float: left
    }
    section.equipo .cont .persona figure {
        width: 100%;
        text-align: center;
        margin: 0 auto
    }
    section.equipo .cont .persona figure img {
        width: 60%;
        margin-bottom: 30px
    }
    section.equipo .cont .persona figure figcaption {
        font-size: 18px
    }
    section.clientes div.contenedor {
        width: 1000px
    }
    section.clientes img {
        width: 14%;
        padding: 2% 3%
    }
    div.map {
        width: 100%;
        height: 400px;
        margin: 50px auto
    }
}

@media only screen and (min-width:1280px) {
    #exito {
        width: 70%;
        height: 600px;
        margin: 5% 15%
    }
    section.hero {
        height: 700px;
        width: 100%;
        overflow: hidden;
        z-index: 1;
        margin-top: 60px
    }
    section.hero h2 {
        color: #1d1d1d;
        font-size: 20px;
        text-align: center;
        margin: 0 auto
    }
    section.hero h1 {
        color: #1d1d1d;
        font-size: 30px;
        text-align: center;
        width: 500px;
        margin-top: 30px
    }
    section.hero h3 {
        font-size: 50px;
        text-align: left;
        width: 10%;
        margin: 130px 0 0 58vw;
        line-height: 1.2em
    }
    section.hero h4 {
        font-size: 25px;
        text-align: left;
        width: 50%;
        margin: 0 0 0 58vw;
        color: #ec0606
    }
    img.cara {
        width: 600px;
        position: absolute;
        bottom: 0;
        margin: 0 0 90px 10vw
    }
    sexction.form {
        width: 100%;
        background: #fff
    }
    form.form {
        background-color: #fff;
        box-shadow: 0 0 15px 0 transparent;
        margin: -50px auto 0 auto;
        padding: 15px;
        width: 1200px;
        border-radius: 20px
    }
    section.como {
        width: 100%;
        margin: 0 auto
    }
    section.como div.cont {
        width: 1200px;
        margin: 0 auto;
        text-align: center
    }
    div.catorce,
    div.cinco,
    div.cuatro,
    div.diez,
    div.doce,
    div.dos,
    div.nueve,
    div.ocho,
    div.once,
    div.quince,
    div.seis,
    div.siete,
    div.trece,
    div.tres,
    div.uno {
        z-index: 1;
        background-size: 120%!important;
        background-position: center center!important;
        background-repeat: no-repeat!important;
        width: 100%;
        height: 300px;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        opacity: .7;
        -webkit-transition: ease-in .3s;
        -moz-transition: ease-in .3s;
        -o-transition: ease-in .3s;
        transition: ease-in .2s
    }
    section.casos div.cont footer h3 {
        color: #fff;
        font-size: 24px;
        display: block;
        text-align: left
    }
    section.casos div.cont footer p {
        margin-top: 0
    }
    section.casos div.cont div.heroW {
        width: 66%;
        float: left;
        background-size: cover;
        height: 400px
    }
    #footerO {
        width: 33%!important;
        float: left;
        height: 400px;
        text-align: center;
        padding: 20px 30px;
        margin: 0
    }
    #footerO h3 {
        text-align: center;
        font-size: 22px;
        width: 100%
    }
    #footerO p {
        padding: 0;
        margin: 0;
        text-align: left
    }
    #footerO ul {
        margin-left: 0;
        text-align: left;
        margin-top: 0
    }
    #footerO a {
        margin: 0 auto 0 -12%
    }
    section.casos div.cont footer {
        width: 98.5%!important;
        padding: 20px 10%;
        text-align: left;
        height: 300px;
        margin-top: 0;
        z-index: 2;
        position: absolute;
        transition: ease-in-out .5s
    }
    #one:hover #foot1 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one2:hover #foot2 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one3:hover #foot3 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one4:hover #foot4 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one5:hover #foot5 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one6:hover #foot6 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one7:hover #foot7 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one8:hover #foot8 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one9:hover #foot9 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one10:hover #foot10 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one11:hover #foot11 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one12:hover #foot12 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one13:hover #foot13 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one14:hover #foot14 {
        margin-top: -300px;
        width: 98.5%!important
    }
    #one15:hover #foot15 {
        margin-top: -300px;
        width: 98.5%!important
    }
    section.desc {
        margin: 50px 0;
        background: #f2f2f2;
        padding: 20px 0
    }
    section.desc .contenedor {
        width: 1100px;
        margin: auto
    }
    section.desc h1 {
        padding-bottom: 5px;
        text-align: left;
        font-size: 34px
    }
    section.desc p {
        text-align: justify;
        font-size: 18px
    }
    section.equipo {
        width: 100%;
        padding: 50px 0
    }
    section.equipo .cont {
        width: 1200px;
        margin: 0 auto
    }
    section.equipo .cont .persona {
        width: 25%;
        margin: 50px 0;
        float: left
    }
    section.equipo .cont .persona figure {
        width: 100%;
        text-align: center;
        margin: 0 auto
    }
    section.equipo .cont .persona figure img {
        width: 70%;
        margin-bottom: 30px
    }
    section.equipo .cont .persona figure figcaption {
        font-size: 18px
    }
    section.clientes div.contenedor {
        width: 1200px
    }
    section.clientes img {
        width: 15%;
        padding: 2% 3%
    }
    div.map {
        width: 100%;
        height: 400px;
        margin: 50px auto
    }
}

@media only screen and (min-width:1600px) {
    #exito {
        width: 70%;
        height: 750px;
        margin: 5% 15%
    }
    img.cara {
        width: 720px;
        position: absolute;
        bottom: 0;
        margin: 0 0 90px 10vw
    }
    section.hero {
        height: auto;
        width: 100%;
        overflow: hidden;
        z-index: 1;
        margin-top: 60px
    }
    form.form {
        margin: -120px auto 0 auto
    }
    section.como {
        width: 100%;
        margin: 0 auto
    }
    section.como div.cont {
        width: 1400px;
        margin: 0 auto;
        text-align: center
    }
    section.casos {
        width: 100%;
        margin-top: 0
    }
    section.casos div.cont {
        width: 80%;
        margin: 0 auto;
        overflow: hidden
    }
    section.desc {
        margin: 50px 0;
        background: #f2f2f2;
        padding: 30px 0
    }
    section.desc .contenedor {
        width: 1100px;
        margin: auto
    }
    section.desc h1 {
        padding-bottom: 5px;
        text-align: left
    }
    section.desc p {
        text-align: justify
    }
    section.clientes div.contenedor {
        width: 1300px;
        margin: 75px auto
    }
    section.clientes img {
        width: 13%;
        padding: 2% 3%;
        margin: 0 5%
    }
    div.map {
        width: 100%;
        height: 500px;
        margin: 50px auto
    }
}

#terminos {
    display: none;
    transition: .5s left ease-in-out
}

.modal {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 180px 0 0 0;
    position: fixed;
    z-index: 2
}

div.fond {
    width: 300px;
    margin: 0 auto;
    text-align: justify;
    background: #1d1d1d;
    padding: 10px;
    height: 60%;
    overflow-y: scroll
}

p.terminisC {
    text-align: center;
    font-weight: 700;
    background: #000;
    width: 300px;
    margin: 0 auto;
    padding: 15px 40px;
    font-size: 18px;
    color: #fff
}

.modal p.terminosP {
    font-size: 14px;
    padding: 0 10px;
    color: #fff!important
}

#close {
    position: absolute;
    width: 35px;
    margin: -110px 0 0 -25px;
    cursor: pointer
}

#avisos {
    display: none;
    transition: .5s left ease-in-out
}

.modal {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 180px 0 0 0;
    position: fixed;
    z-index: 2
}

div.fond {
    width: 300px;
    margin: 0 auto;
    text-align: justify;
    background: #1d1d1d;
    padding: 10px;
    height: 60%;
    overflow-y: scroll
}

p.avisoC {
    text-align: center;
    font-weight: 700;
    background: #000;
    width: 300px;
    margin: 0 auto;
    padding: 15px 40px;
    font-size: 18px;
    color: #fff
}

.modal p.avisoP {
    font-size: 14px;
    padding: 0 10px;
    color: #fff!important
}

#closeA {
    position: absolute;
    width: 35px;
    margin: -110px 0 0 -25px;
    cursor: pointer
}

@media only screen and (min-width:768px) {
    div.fond {
        width: 500px;
        height: 60%
    }
    p.terminisC {
        width: 500px;
        font-size: 20px;
        color: #fff
    }
    .modal p.terminosP {
        font-size: 16px;
        padding: 0 10px;
        color: #fff!important
    }
    #close {
        position: absolute;
        width: 35px;
        margin: -85px 0 0 -30px;
        cursor: pointer
    }
    div.fond {
        width: 500px;
        height: 60%
    }
    p.avisoC {
        width: 500px;
        font-size: 20px;
        color: #fff
    }
    .modal p.avisoP {
        font-size: 16px;
        padding: 0 10px;
        color: #fff!important
    }
    #closeA {
        position: absolute;
        width: 35px;
        margin: -85px 0 0 -30px;
        cursor: pointer
    }
}

@media only screen and (min-width:1024px) {
    div.fond {
        width: 700px;
        height: 60%
    }
    p.terminisC {
        width: 700px;
        font-size: 20px;
        color: #fff
    }
    .modal p.terminosP {
        font-size: 16px;
        padding: 0 10px;
        color: #fff!important
    }
    #close {
        position: absolute;
        width: 35px;
        margin: -85px 0 0 -30px;
        cursor: pointer
    }
    div.fond {
        width: 700px;
        height: 60%
    }
    p.avisoC {
        width: 700px;
        font-size: 20px;
        color: #fff
    }
    .modal p.avisoP {
        font-size: 16px;
        padding: 0 10px;
        color: #fff!important
    }
    #close {
        position: absolute;
        width: 35px;
        margin: -85px 0 0 -30px;
        cursor: pointer
    }
}

footer.footer {
    text-align: center;
    padding: 0 0 20px;
    width: 250px;
    margin: 0 auto
}

footer.footer p {
    font-size: 16px;
    width: 250px;
    margin: 10px auto;
    color: #1d1d1d
}

div.redes_bottom a {
    color: #1d1d1d;
    margin: 10px
}

div.redes_bottom a:hover {
    color: #6e6e6e;
    margin: 10px
}

footer.footer p.derechos {
    font-size: 13px;
    width: 90%;
    margin: 10px auto 0;
    color: #1d1d1d
}

footer.footer p.derechos a {
    cursor: pointer;
    color: #000
}

footer.footer p.derechos a:hover {
    text-decoration: underline
}

#whats {
    position: fixed;
    bottom: 0;
    right: 1%;
    font-size: 50px;
    cursor: pointer;
    color: #1d1d1d
}

#whats a {
    color: #1d1d1d
}

#whats a:hover {
    color: #6e6e6e
}

#whats:hover {
    color: #6e6e6e
}

@media only screen and (min-width:768px) {
    footer.footer {
        text-align: center;
        padding: 0 0 20px;
        width: 100%
    }
    footer.footer p {
        font-size: 16px;
        width: 600px;
        margin: 20px auto;
        color: #1d1d1d
    }
    div.redes_bottom a {
        color: #1d1d1d;
        margin: 10px;
        font-size: 20px
    }
    div.redes_bottom a:hover {
        color: #6e6e6e;
        margin: 10px
    }
    footer.footer p.derechos {
        font-size: 13px;
        width: 90%;
        margin: 10px auto 0;
        color: #1d1d1d
    }
}

.hidden {
    display: none!important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}