html, body {
    font-family: 'Roboto Condensed', sans-serif;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* Sección general de Tags */
h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}
h2 {
    margin: 0;
}
h3 {
    margin: 0;
}
h4 {
    margin: 0;
}
h5 {
    margin: 0;
}
h6 {
    margin: 0;
}

p {
    margin: 0;
}
@media (max-width: 768px) {
    h1 {  }
}

.content {
    width: 1000px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }
}


/* Menú principal superior */
#navbarHead {
    width: 100%;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    padding: 10px 20px;
    display: block;
    position: absolute;
    text-align: right;
    top: 0px;
    z-index: 100;
}
.navbarHead {
    display: inline-block;
    min-width: 300px;
    vertical-align: top;
}
.menuLogo {
    /* width: 30%; */
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
}
.menuLogo img {
    position: absolute;
    left: 20px;
}
@media (max-width: 768px) {
    #navbarHead {
        height: 80px;
    }
    .menuLogo img {
        height: 40px;
        margin-top: 10px;
    }
}
#menu {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
}
#menu span {
    font-size: 12px !important;
    font-weight: 700;
    color: #FFC726 !important;
}
#menu li {
    list-style-type: none;
    display: inline;
}
#menu a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px 2px 10px;
}
#menu a:hover {
    color: #FFC726;
    border-bottom: 1px solid #FFC726;
    transition: 300ms;
}
.a_contact {
    margin-bottom: 10px !important;
}
@media only screen and (max-width: 768px) {
}

/* Iniciá menú móvil */
#toggle {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: right;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

#toggle .span {
  height: 7px;
  background: #FFC726;
  margin: 5px auto;
  backface-visibility: hidden;
}

#toggle.on #one {
  transform: rotate(45deg) translateX(6px) translateY(6px);
}

#toggle.on #two {
  opacity: 0;
}

#toggle.on #three {
  transform: rotate(-45deg) translateX(10px) translateY(-12px);
}

#resize {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,59,127,.9);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: table;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#resize #menu {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0,59,127,.3);
}

#resize ul {
    padding: 30% 30px 30px 50px;
}
#resize li {
    list-style: none;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
#resize a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}
#resize span {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
}

#resize #menu li {
  display: block;
  text-align: center;
  background-color: rgba(0,0,0,.1);
  border-bottom: 1px solid #202020;
  text-align: center;
  font-size: 16px;
  min-height: 40px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}

#resize #menu li:hover {
  background: #fff;
}

#resize #menu li:hover a {
  color: #fff;
  transition: all 0.3s ease-out;
}

#resize #menu li a {
    color: #fff;
    position: relative;
    top: 10px;
}

#resize.active {
  visibility: visible;
  opacity: 0.99;
}

@media (max-width: 768px) {
  #toggle {
    visibility: visible;
    opacity: 1;
  }
  #menu {
    display: none;
  }
}

@media (min-width: 768px) {
  #resize {
    visibility: hidden !important;
  }
}
/* Termina menú móvil */

#menuP {
    position: absolute;
}
.menuP {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-color: rgba(0,56,116,.1);
    padding: 10px 20px;
}
.menuP img {
    height: 50px;
}
.menuP_ a {
    font-size: 12px;
    font-weight: 500;
    color: #C7E8FB;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}
.menuP_ a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}


/* Secc. Head */
#headTit {
    background: #000 url('../images/impregrafica-bg-01.jpg') no-repeat bottom center;
    background-size: 100%;
}
.headTit_bgAlt1 {
    background: transparent url('../images/impregrafica-bg-alt-01.png') no-repeat bottom center;
    background-size: 100%;
    height: 80px;
    position: relative;
    bottom: -1px;
}
.headTit {
    padding-top: 12%;
    text-align: center;
}
.headTit h1 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 8px #000;
    margin: 0;
}
.headTit button {
    border: 1px solid #01FFE8;
    background: rgba(0,0,0,.5);
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #01FFE8;
    padding: 12px 45px;
    margin-top: 50px;
    cursor: pointer;
}
.headTit button:hover {
    background: linear-gradient(45deg, #00FFE7, #0286FF, #FD02FF);
    color: #000;
    box-shadow: 0 0 8px #000;
    transition: 500ms;
}
@media only screen and (max-width: 768px) {
    #headTit {
        background: #000 url('../images/impregrafica-bg-01.jpg') no-repeat top center;
    }
}


/* Secc. Head */
#headTit_cotiza {
    background: #000 url('../images/impregrafica-bg-01.jpg') no-repeat bottom center;
    background-size: 100%;
}
.headTit_cotiza {
    padding-top: 12%;
    text-align: center;
}
.headTit_cotiza h2 {
    font-size: 45px;
    font-weight: 100;
    color: #FD02FF;
    text-shadow: 0 0 8px #000;
    margin: 0;
}
.headTit_cotiza span {
    font-size: 45px;
    font-weight: 100;
    color: #00FFE7;
    text-shadow: 0 0 8px #000;
    margin: 0;
}
.headTit_cotiza button {
    border: 1px solid #01FFE8;
    background: rgba(0,0,0,.5);
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #01FFE8;
    padding: 12px 45px;
    margin-top: 50px;
    cursor: pointer;
}
.headTit_cotiza button:hover {
    background: linear-gradient(45deg, #00FFE7, #0286FF, #FD02FF);
    color: #000;
    box-shadow: 0 0 8px #000;
    transition: 500ms;
}
@media only screen and (max-width: 768px) {
    #headTit_cotiza {
        background: #000 url('../images/impregrafica-bg-01.jpg') no-repeat top center;
    }
}


/* Secc. HeadMenu */
#headTit2 {
    background: #000 url('../images/impregrafica-bg-02.jpg') no-repeat center center;
    background-size: 100%;
}
.headTit2_bgAlt1 {
    background: transparent url('../images/impregrafica-bg-alt-02.png') no-repeat bottom center;
    background-size: 100%;
    height: 80px;
    position: relative;
    bottom: -1px;
}
.headTit2_bgAlt2 {
    background: linear-gradient(0deg, rgba(0,0,0,.1), #000);
}
.headTit2 {
    padding-top: 60px;
}
.headTit2 h2 {
    font-size: 26px;
    font-weight: 100;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
.headTit2 p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
}
.headTit2 hr {
    border: none;
    border-top: 1px dotted #fff;
    margin: 30px 0;
}
.headTit2 a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
}
.headTit2 a:hover {
    color: #FFC726;
    transition: 300ms;
}
.headTit2 ul {
    margin-left: -18px;
}
.headTit2 li {
    margin-bottom: 30px;
}
.headTit2_blk_ico {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.headTit2_blk_ico:hover {
    rotate: 90deg;
    transition: 300ms;
}
.headTit2_blk {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 0;
}
.headTit2_blk_in {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    #headTit2 {
        background: #000 url('../images/impregrafica-bg-02.jpg') no-repeat top center;
    }
}


/* Secc. Somos */
#somos {
    background: #fff;
}
.somos {
    padding-top: 40px;
}
.somos h2 {
    font-size: 45px;
    font-weight: 100;
    color: #212121;
    margin-bottom: 40px;
}
.somos p {
    font-size: 16px;
    font-weight: 300;
    color: #212121;
    margin: 0;
}
.somos_blk_1 {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    margin: 0;
}
.somos_blk_2 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    margin: 0;
}
.somos_img1 {
    margin-bottom: 20px;
}
.somos_img2 {
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {
}


/* Secc. Concepto Creativo */
#concepto {
    background: #fff url('../images/impregrafica-bg-03.png') no-repeat bottom right;
}
.concepto_bgAlt1 {
    background: linear-gradient(0deg, rgba(255,255,255,.01), #fff);
}
.concepto {
    padding-top: 10px;
}
.concepto h2 {
    font-size: 45px;
    font-weight: 100;
    color: #212121;
    margin: 0;
}
.concepto h3 {
    font-size: 20px;
    font-weight: 100;
    color: #212121;
    margin-bottom: 50px;
}
.concepto p {
    font-size: 16px;
    font-weight: 300;
    color: #212121;
    margin: 0;
}
.concepto button {
    border: 1px solid #666;
    background: rgba(255,255,255,.5);
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    padding: 12px 50px;
    margin: 50px 0;
    cursor: pointer;
}
.concepto button:hover {
    background: #fff;
    color: #333;
    box-shadow: 0 0 8px #000;
    transition: 300ms;
}
.conceptoC_img1 {
    position: relative;
    bottom: -30px;
    left: -30px;
}
.concepto_blk1 {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.concepto_blk2 {
    width: 66%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin-left: 50px;
}
@media only screen and (max-width: 768px) {
}


/* Secc. Preprensa */
#preprensa {
    background-image: linear-gradient(120deg, #FFC726, #FF0202, #FF0099, #3E79FF, #71FF02);
    background-size: 500%;
    animation: fanimado 8s infinite;
}
@keyframes fanimado {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.preprensa_bgAlt1 {
    background: transparent url('../images/impregrafica-bg-04.png') no-repeat bottom center;
    background-size: 100%;
}
@media screen and (min-width: 1285px) {
    .preprensa_bgAlt1 {
        background: transparent url('../images/impregrafica-bg-04.png') no-repeat center center;
        background-size: 100%;
    }
    .preprensa {
        padding-top: 18%;
    }
}
.preprensa_bgAlt2 {
    background: transparent url('../images/impregrafica-bg-alt-04.png') no-repeat bottom center;
    background-size: 100%;
}
.preprensa {
    padding-top: 15%;
}
.preprensa h2 {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    text-align: center;
    margin: 0;
}
.preprensa h3 {
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    text-align: center;
    margin-bottom: 80px;
}
.preprensa p {
    font-size: 16px;
    font-weight: 300;
    color: #212121;
    margin-bottom: 20px;
}
.preprensa ul {
    margin-left: 18px;
}
.preprensa li {
    font-size: 16px;
    font-weight: 300;
    color: #212121;
    margin: 0;
}
.preprensa button {
    border: 1px solid #666;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    padding: 10px 60px;
    margin: 30px 0;
    cursor: pointer;
}
.preprensa button:hover {
    background: #666;
    color: #fff;
    transition: 300ms;
}
.preprensa_blk {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-right: 50px;
    padding-bottom: 30px;
    margin: 0;
}
@media screen and (min-width: 1285px) {
    .preprensa_bgAlt1 {
        background: transparent url('../images/impregrafica-bg-04.png') no-repeat center center;
        background-size: 100%;
    }
    .preprensa {
        padding-top: 22%;
    }
    .preprensa_bgAlt2 {
        height: 35px;
    }
}
@media only screen and (max-width: 768px) {
}


/* Secc. Capacidades */
#capacidades {
    background: #212121 url('../images/impregrafica-bg-05.jpg') no-repeat center center fixed;
    background-size: cover;
    margin-bottom: 10px;
}
.capacidades_bgAlt1 {
    background: linear-gradient(0deg, #000, rgba(0,0,0,.3), #000);
}
.capacidades {
    padding: 50px 0;
    color: #fff;
}
.capacidades h2 {
    font-size: 45px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 10px;
}
.capacidades h3 {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 30px;
}
.capacidades h4 {
    font-size: 35px;
    font-weight: 100;
    margin: 0;
}
.capacidades h4 {
    font-size: 35px;
    font-weight: 100;
    margin: 0;
}
.capacidades h5 {
    font-size: 15px;
    font-weight: 300;
    margin: 5px 0;
}
.capacidades h6 {
    font-size: 25px;
    font-weight: 100;
    margin: 0;
}
.capacidades p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.capacidades button {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 12px 0;
    margin: 0;
    cursor: pointer;
}
.capacidades button:hover {
    background: rgba(255,255,255,.7);
    color: #212121;
    transition: 300ms;
}
.capacidades_blk {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin-bottom: 20px;
}
.capacidadesIn1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 10px;
    text-align: center;
}
.capacidadesIn2 {
    padding: 20px 10px;
    text-align: center;
    margin-top: 1px;
    vertical-align: middle;
    min-height: 158px;
}
.capacidadesIn3 {
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.prensasP {
    background: rgba(255,199,38,.6);
}
.rotativas {
    background: rgba(2,134,266,.6);
}
.encuaderna {
    background: rgba(253,2,255,.6);
}
@media only screen and (max-width: 768px) {
}


/* Secc. Procesos */
#procesosX {
    background: #fff;
    margin-bottom: 10px;
    color: #fff;
}
.procesos_blk1 {
    width: 49.4%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin-right: 5px;
}
.procesos_blk2 {
    width: 49.4%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin-left: 5px;
}
.acabados {
    background: #212121 url('../images/impregrafica-bg-07.jpg') no-repeat center center;
    background-size: 100%;
    padding: 50px 10%;
    height: 330px;
}
.acabados h2 {
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 20px;
}
.acabados ul {
    margin-left: 18px;
}
.acabados li {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.encuadernado {
    background: #212121 url('../images/impregrafica-bg-08.jpg') no-repeat center center;
    background-size: 100%;
    padding: 50px 10%;
    height: 330px;
}
.encuadernado h2 {
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 20px;
}
.encuadernado ul {
    margin-left: 18px;
}
.encuadernado li {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.procesosX button {
    width: 280px;
    border: 1px solid #fff;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 12px 0;
    margin-top: 40px;
    cursor: pointer;
}
.procesosX button:hover {
    background: rgba(255,255,255,.7);
    color: #212121;
    transition: 300ms;
}
@media only screen and (max-width: 768px) {
}


/* Secc. Distribución */
#distrib {
    background: #212121 url('../images/impregrafica-bg-09.jpg') no-repeat center center fixed;
    background-size: cover;
}
.distrib_bgAlt1 {
    background: transparent url('../images/impregrafica-bg-alt-05.png') no-repeat bottom center;
    background-size: 100%;
    height: 80px;
    position: relative;
    bottom: -2px;
}
.distrib {
    padding-top: 50px;
    color: #fff;
}
.distrib h2 {
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 20px;
}
.distrib p {
    font-size: 16px;
    font-weight: 300;
    width: 350px;
    margin: 0;
}
.distrib button {
    width: 280px;
    border: 1px solid #fff;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 12px 0;
    margin-top: 40px;
    cursor: pointer;
}
.distrib button:hover {
    background: rgba(255,255,255,.7);
    color: #212121;
    transition: 300ms;
}
@media only screen and (max-width: 768px) {
}


/* Secc. Clientes */
#clientes {
    background: #fff;
}
.clientes {
    padding: 50px 0;
    text-align: center;
}
.clientes h2 {
    font-size: 45px;
    font-weight: 100;
    color: #212121;
    margin-bottom: 20px;
}
.clientes h3 {
    font-size: 20px;
    font-weight: 300;
    color: #212121;
    margin-bottom: 40px;
}
.clientes img {
    display: inline-block;
    margin: 30px;
}
@media only screen and (max-width: 768px) {
}


/* Secc. Contacto */
#contacto {
    background: #fafafa;
    margin-bottom: 10px;
}
.contacto {
    padding: 40px 0;
    color: #212121;
}
.contacto h2 {
    font-size: 45px;
    font-weight: 100;
    text-align: center;
    margin: 0;
}
.contacto h3 {
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 10px;
}
.contacto h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.contacto p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.contacto a {
    font-weight: 300;
    color: #212121;
    text-decoration: none;
}
.contacto a:hover {
    transition: 300ms;
    text-decoration: underline;
}
.contacto input {
    border: 1px solid #212121;
    border-radius: 20px;
    background: transparent;
    padding: 10px 20px;
    margin: 2px 0;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
input[type=submit] {
    width: 100%;
    border: 1px solid #212121;
    border-radius: 20px;
    background: #212121;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 2px;
    cursor:pointer;
}
input[type=submit]:hover {
    background-color: #ff9900;
    border: 1px solid #ff9900;
    color: #fff;
    transition: 300ms;
}
.contacto button {
    width: 100%;
    border: 1px solid #212121;
    border-radius: 20px;
    background: #212121;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    cursor:pointer;
}
.contacto button:hover {
    background-color: #ff9900;
    color: #fff;
    transition: 300ms;
}
.contacto_button {
    margin: 30px 0 !important;
}
.contacto_blk {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
    margin: 0;
}
.contacto_blk_ {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 60px;
    margin: 0;
}
@media only screen and (max-width: 768px) {
}


/* Secc. Solicitud de cotizaciones */
#cotiza {
    background: #fff;
}
.cotiza {
    padding: 20px 0 60px 0;
    color: #212121;
}
.cotiza h2 {
    font-size: 35px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 5px;
}
.cotiza p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.cotiza input, textarea, select {
    border: 1px solid #212121;
    border-radius: 20px;
    background: transparent;
    padding: 10px 20px;
    margin: 2px 0;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.cotiza input[type=submit] {
    width: 100%;
    border: 1px solid #212121;
    border-radius: 20px;
    background: #212121;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 2px;
    cursor:pointer;
}
.cotiza input[type=submit]:hover {
    background-color: #ff9900;
    border: 1px solid #ff9900;
    color: #fff;
    transition: 300ms;
}
.cotiza button {
    width: 100%;
    border: 1px solid #999;
    border-radius: 20px;
    background: #999;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    cursor:pointer;
}
.cotiza button:hover {
    background-color: #ff9900;
    color: #fff;
    transition: 300ms;
}
.cotiza_blk {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-right: 5%;
    margin: 0;
}
.cotiza_blk_1 {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.cotiza_blk_r {
    padding-right: 20px;
}
.cotiza_blk_l {
    padding-left: 20px;
}
.cotiza_blk_2 {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.cotiza_blk_3a {
    width: 18%;
    display: inline-block;
    vertical-align: middle !important;
    margin: 0;
}
.cotiza_blk_3b {
    width: 79%;
    display: inline-block;
    vertical-align: middle !important;
    margin: 0;
}
.cotiza_blk_4 {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}


/* Elementos del Mapa */
#bloque-maplocation {
    width:100%;
    height: 300px;
    margin-top: 0px;
}
#maplocation {
    max-width: 100%;
    margin: 0 auto;
    color:#444;
}
#maplocation .col1 h2 {
    font-weight: 100;
    color:#fff;
}
#mapa .capa-anti-eventos {
    width: 100%;
    height: 300px;
    position: absolute;
    cursor: pointer;
}



/* Secc. Footer */
footer {
    background: #000;
    padding: 50px 0 30px 0;
}
.footer {
    color: #ccc;
}
.footer h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.footer p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.footer ul {
    margin-left: 18px;
}
.footer li {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.footer a {
    color: #ccc;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer img {
    height: 90px;
}
.footer_img {
    text-align: right;
}
.footer_blk {
    width: 24.4%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.legales p {
    font-size: 14px;
    color: #ccc;
    font-weight: 300;
    margin: 0;
}
.legales a {
    color: #ccc;
    text-decoration: none;
}
.legales a:hover {
    color: #fff;
    text-decoration: underline;
}
.legales hr {
    border: none;
    border-top: 1px solid #333;
    margin-top: 100px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
}


/* Secc. Espacios */
.spaceH300 {
    height: 300px;
}
.spaceH100 {
    height: 100px;
}
@media (max-width: 768px) {
    .spaceH100 {
        height: 130px;
    }
}
.spaceH80 {
    height: 80px;
}
.spaceH60 {
    height: 60px;
}
.spaceH50 {
    height: 50px;
}
.spaceH40 {
    height: 40px;
}
.spaceH20 {
    height: 20px;
}
