﻿@font-face {
  font-family: 'openSans';
  src: url('/fonts/opensans-regular-webfont.woff2') format('woff2'), url('/fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "stoneSans";
  src: url("/fonts/1b503790-75a4-40fb-b60a-808691d4cfdb.eot?#iefix");
  src: url("/fonts/1b503790-75a4-40fb-b60a-808691d4cfdb.eot?#iefix") format("eot"), url("/fonts/3ac03ace-1e84-45f0-9b09-def4d1f4b560.woff2") format("woff2"), url("/fonts/b94288f1-4b9c-4028-b946-f4e99ea082f9.woff") format("woff"), url("/fonts/322692b5-f9d3-411b-9294-2a238ebc21a3.ttf") format("truetype"), url("/fonts/44f0ad23-a356-4692-9833-af383cb2cb94.svg#44f0ad23-a356-4692-9833-af383cb2cb94") format("svg");
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
.ui.form .field.error input[type=text],
.ui.form .field.error textarea {
  background-color: #d43434 !important;
  color: #c0c0c0 !important;
}
.ui.selection.dropdown {
  min-width: 10rem;
}
.ui.selection.dropdown.full .text {
  height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
a {
  color: #df0021;
}
a:hover {
  color: #df0021;
}
body {
  background-color: #ffffff;
  color: #525252;
  font-family: Verdana, openSans;
  margin: 0;
  overflow-x: hidden;
}
footer {
  background-color: #c0c0c0;
  color: #ffffff;
  margin: 0 auto 1rem auto;
  max-width: 1280px;
  padding: 2rem 0;
  position: relative;
}
footer.mobile {
  padding: 2rem;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer ul {
  display: block;
  list-style-type: none;
  margin: 0.5rem 0;
  padding: 0;
}
footer li {
  padding: 0;
  margin: 0;
}
footer .contactColumn {
  text-align: right;
}
footer.mobile .contactColumn {
  text-align: left;
}
footer .contactColumn ul {
  margin-right: 6rem;
}
footer.mobile .contactColumn ul {
  margin-right: 0;
}
footer .contactColumn li {
  display: inline;
}
footer .logoSpacer {
  padding-left: 6rem;
}
footer .logoSpacer {
  padding-left: 6rem;
}
footer.mobile .logoSpacer {
  padding-left: 0rem;
}
footer .logoSpacer img {
  width: 6rem;
}
footer .menuColumn {
  text-transform: uppercase;
}
footer .redes {
  margin-top: 2rem;
}
footer .redes a {
  color: #7a7a7a;
  font-size: 3rem;
}
header {
  margin: 0 auto;
  max-width: 1280px;
}
header nav {
  padding: 1rem;
  position: relative;
  text-align: right;
}
header nav .logo {
  position: absolute;
  left: 8%;
  text-align: left;
  z-index: 200;
}
header nav .logo img {
  vertical-align: top;
}
header nav li a {
  color: #df0021;
  text-decoration: underline !important;
}
header nav .logo span {
  color: #525252;
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.75rem;
  margin-top: 0.85rem;
}
header nav.desktop li {
  display: inline;
  list-style-type: none;
  margin-left: 1.5rem;
}
header nav.desktop li.short {
  margin-left: 0.75rem;
}
header nav.desktop #popupMenu {
  display: none;
}
header nav.desktop ul {
  display: inline;
  list-style-type: none;
  margin: 0;
}
header nav.mobile #popupMenu {
  display: block;
  color: #df0021;
  font-size: 1.25rem;
}
header nav.mobile ul {
  background-color: #ffffff;
  display: none;
  list-style-type: none;
  margin: 1rem 0 0 0;
  opacity: 0;
  padding: 2rem 2rem 2rem 2rem;
  position: absolute;
  right: 0;
  top: 8rem;
  z-index: 100;
}
html {
  width: 100%;
}
main {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 1rem;
}
main #banner {
  background-color: #282828;
  display: table;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 2rem;
}
main #banner > div:first-child {
  color: #ffffff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
main #banner > div:first-child > h3 {
  color: #df0021;
}
main #banner > div:last-child {
  padding-left: 3rem;
  display: table-cell;
  width: 50%;
}
main #banner > div:last-child > iframe {
  height: 100%;
  width: 100%;
}
main .boton {
  background-color: #df0021 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  display: inline-block !important;
  font-family: openSans,Arial, Verdana !important;
  font-weight: bold !important;
  line-height: 1rem;
  padding: 0.4rem 0.75rem !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
main #breadcrumb a {
  color: #df0021;
  text-decoration: underline !important;
}
main #breadcrumb li {
  display: inline;
}
main #breadcrumb ul {
  list-style-type: none;
  margin: 1rem 0 1rem 0;
  padding: 0;
}
main #contacto {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  color: #ffffff;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center;
}
main #contacto form {
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 80%;
}
main #contacto h4 a {
  color: #ffffff;
  text-decoration: none;
}
main #contacto hr {
  background-color: #808080;
  border: 0;
  height: 1px;
  width: 80%;
}
main #contacto label {
  color: #ffffff;
  display: inline-block;
  width: 80%;
}
main #contacto .separadorBoton {
  padding: 1rem;
}
main #contacto #contactoMensajeBloque {
  margin-top: -10.8rem;
}
@media screen and (max-width: 768px) {
  main.mobile #contacto #contactoMensajeBloque {
    margin-top: 0;
  }
}
main #contacto #contactoMensajeBloque textarea {
  height: 13.5rem;
}
main #espacio h1 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2rem;
  text-align: center;
}
main #espacio h1 span {
  display: block;
  font-weight: normal;
}
main #espacio .producto {
  padding: 1.5rem 0;
  position: relative;
}
main.mobile #espacio .producto {
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}
main #espacio .producto:nth-child(even) {
  background-color: #eeeeee;
}
main #espacio .producto .upToTop {
  color: #525252;
}
main #espacio .productoImagen {
  margin-left: 10%;
  width: 25%;
  vertical-align: top;
}
main #espacio .productoInfo {
  display: inline-block;
  padding: 0rem 1.5rem;
  width: 55%;
}
main #espacio .productoOpciones {
  padding-bottom: 0.5rem;
}
main #espacio .productoOpciones .enlace {
  color: #df0021 !important;
  display: inline-block;
  text-decoration: underline !important;
}
main #espacio .productoOpciones .boton {
  margin-right: 2rem;
  min-width: 20rem;
}
main #espacio .productoResumen {
  margin-bottom: 0.5rem;
}
main #espacio .productoSubtitulo {
  color: #df0021;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
main #espacio .productoTitulo {
  color: #df0021;
  font-size: 1.3rem;
  text-transform: uppercase;
}
main #espacios {
  background-color: #df0021;
  color: #ffffff;
  position: relative;
  text-align: center;
}
main #espacios .grid {
  background-color: #df0021;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
main #espacios .grid .column {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
main #espacios .grid .espacio {
  background-size: cover;
  height: 12rem;
  padding-top: 9.5rem;
}
main #espacios .grid a {
  background-color: rgba(223, 0, 33, 0.75);
  color: #ffffff;
  display: inline-block;
  padding: 0.5rem;
  min-width: 18rem;
}
main #espacios li {
  cursor: pointer;
  display: inline;
}
main #espacios li.seleccionado {
  font-weight: bold;
}
main #espacios ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 1rem 0;
}
main #espacios .title {
  padding: 2rem;
}
main #newsletter {
  margin-top: 1rem;
  text-align: center;
}
main #newsletter button {
  background-color: #df0021;
  color: #ffffff;
}
main #newsletter form {
  display: inline-block;
  margin-top: 1rem;
  width: 35%;
}
main.mobile #newsletter form {
  display: inline-block;
  margin-top: 1rem;
  width: 80%;
}
main #newsletter a {
  color: #df0021;
  text-decoration: underline;
}
main #newsletter label {
  text-align: left;
}
main #otrosEspacios {
  background-color: #df0021;
  color: #ffffff;
  padding: 0rem 2rem 2rem 2rem;
  position: relative;
  margin-bottom: 1.5rem;
  text-align: center;
}
main #otrosEspacios a {
  color: #ffffff;
}
main #otrosEspacios li {
  display: inline;
}
main #otrosEspacios ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
main .block {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 2rem;
  text-align: center;
}
main .title {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
  padding: 1rem;
}
main .title a {
  color: #ffffff;
  text-decoration: none;
}
main.mobile #espacio .productoImagen {
  display: block;
  margin: 0 auto 1rem auto;
  width: 90%;
}
main.mobile #espacio .productoInfo {
  display: block;
  width: 100%;
}
main.mobile #espacio .productoOpciones .enlace {
  display: block;
  margin: 0.5rem 0;
}
#mediaMap {
  height: 580px;
}
.notaAlPie {
  font-size: 0.8rem;
  text-align: left;
}
.solicitudDialogo .content {
  text-align: center;
}
.solicitudDialogo .content div {
  margin-bottom: 1rem;
}
.solicitudDialogo .content i {
  font-size: 2rem;
}
.solicitudDialogo .header {
  background-color: #df0021 !important;
  color: #ffffff !important;
}
.stoneSans {
  font-family: stoneSans !important;
}
.upToTop {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.75rem;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  z-index: 100;
}
/* Sobreescritura de estilos para aplicar las fuentes stoneSans, y Verdana segun �ltimas especificaciones */
footer {
  font-family: stoneSans !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Verdana, openSans !important;
}
header {
  font-family: stoneSans !important;
}
main .boton {
  font-family: stoneSans !important;
}
main #banner .boton {
  margin: 1rem;
}
main #banner > div:first-child > h3 {
  font-family: stoneSans !important;
}
main #espacios .grid a {
  font-family: stoneSans !important;
}
main #espacios .title {
  font-family: stoneSans !important;
}
.mediaMapPopup tr:first-child td {
  font-family: stoneSans !important;
}
#otrosEspacios .title {
  font-family: stoneSans !important;
}
.productoTitulo {
  font-family: stoneSans !important;
}
.productoOpciones .enlace {
  font-family: stoneSans !important;
}