@import url(fonts.css);
* {
  padding: 0;
  margin: 0; }

/*$titulos:'eufoniemone';*/
::placeholder {
  color: #333 !important; }

::-webkit-input-placeholder {
  color: #333 !important; }

/* WebKit */
::-moz-placeholder {
  color: #333 !important; }

/* Firefox 19+ */
.logo-cel {
  display: none; }

.warmi h3 {
  font-size: 28px !important;
  color: #fff;
  margin: 20px 0 1.168rem 0; }

.idiomas {
  position: absolute;
  top: -5px;
  right: 60px;
  z-index: 999; }

.border {
  border: 1.5px solid #fff;
  border-radius: 30px;
  padding: 5px; }

.idiomas li {
  float: left;
  margin: 20px 5px 0;
  cursor: pointer; }

.centrar {
  margin: auto;
  width: 100%;
  text-align: center; }

body {
  overflow-x: hidden;
  color: #222 !important;
  font-weight: 400 !important;
  background-attachment: fixed;
  background-repeat: repeat;
  font-family: "Arimo"; }

.cont-menu-pop {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none; }
  .cont-menu-pop .nav {
    max-width: 320px;
    margin: 120px auto 0; }
  .cont-menu-pop .nav li {
    text-align: center;
    font-size: 60px;
    font-family: 'backpack_personal_useregular';
    background: url(../imagenes/barra-menu.png) no-repeat;
    background-position: bottom center; }
  .cont-menu-pop .nav li a {
    color: #fff;
    transition: 1.2s; }
  .cont-menu-pop .nav li a:hover {
    color: #FE1D25; }
  .cont-menu-pop .close {
    position: absolute;
    top: 100px;
    right: 250px;
    background: url("../imagenes/close.png") no-repeat;
    height: 48px;
    width: 58px;
    cursor: pointer;
    transition: 1.2s; }
  .cont-menu-pop .close:hover {
    background: url("../imagenes/close-hover.png") no-repeat; }

.logo {
  position: relative;
  top: -40px;
  cursor: pointer; }

.logo-new {
  margin-top: -70px; }

header {
  position: relative;
  z-index: 99;
  top: 0; }

/*.slide{
        background:url('../imagenes/slide/slide-1.jpg')no-repeat;
        background-size:cover; 
    width:100%;
    height:100%;
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    z-index:1;
}*/
.chev {
  position: relative;
  top: 8px;
  color: #E00520; }

.collection li a {
  color: #000; }

.collection li a:hover {
  color: #E00520; }

.seccion-banner {
  /*    background:url(../imagenes/seccion-banner.png)no-repeat;   */
  width: 100%;
  height: 222px;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 20;
  display: none; }

.idioma, .cont-menu {
  margin-top: 20px;
  width: 135px; }

.redes {
  margin-top: 20px; }

.redes li {
  float: left;
  margin-right: 10px;
  cursor: pointer; }

.idioma li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
  font-size: 12px; }

.idioma li:nth-child(2) {
  margin-right: 30px; }

.cont-menu {
  background: url("../imagenes/menu-cont.png") no-repeat;
  height: 42px;
  width: 132px;
  /*    width:100%;*/
  cursor: pointer;
  transition: 1.5s;
  float: left;
  margin-top: 3px; }

.cont-menu:hover {
  background: url("../imagenes/menu-hover.png") no-repeat;
  transition: 1.5s; }

.panel-redes {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid red;
  border-left: 1px solid red;
  border-radius: 8px 0 0 8px;
  border-top: 1px solid red;
  padding: 2px;
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 9999; }

.panel-redes li {
  margin-bottom: -5px;
  cursor: pointer; }

.panel-redes li img {
  width: 45px; }

.carousel {
  position: relative;
  height: 517px;
  z-index: 200; }

.franja-carusel {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center; }

.baja-carusel {
  position: relative;
  top: 320px; }

.carousel .carousel-item {
  width: 345px;
  height: 517px; }

.carousel .carousel-item > img {
  /*    width:345px !important;
      height:500px;*/ }

.barra-foto {
  background: rgba(0, 0, 0, 0.5);
  height: 92px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200; }

.carousel-item {
  opacity: 1 !important; }

.interno {
  margin-top: 7px !important; }

.productos-destacados {
  margin-top: 350px;
  /*     .crop{                                
          position:relative;
          width:215px;
          height:350px;
          border:1px solid #ccc;
  
      }
      .crop p{
          margin:0;
          position:absolute;
          top:-20px;
          left:-25px;
          clip: rect(20px 238px 298px 25px);
      }
      .img-crop{
          margin-left: -79px;
          width: 417px;
          margin-top: -1px;
      }*/ }
  .productos-destacados h1 {
    text-align: center;
    color: #FE1D25;
    /*        font-family:$titulos;*/
    font-size: 70px;
    padding-top: 40px;
    line-height: 75px;
    margin: 2.1rem 0 2.5rem 0; }
  .productos-destacados .raya-titulo {
    margin: 0 auto 40px; }
  .productos-destacados .cont-foto {
    position: relative;
    background: #ddd;
    padding: 3px;
    margin-bottom: 30px; }
  .productos-destacados .detalle {
    background: #fff;
    border: 1px solid #ddd;
    min-height: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    margin-bottom: 0px; }
  .productos-destacados .detalle h2 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 1rem 0 0.5rem 0;
    font-weight: 400; }
  .productos-destacados .detalle p {
    color: #808080;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    padding: 0 5px 10px; }
  .productos-destacados .boton-detalle {
    background: #FE1D25;
    max-width: 164px;
    width: 100%;
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    border-radius: 30px;
    margin: 0 auto 30px;
    transition: 1.2s;
    cursor: pointer; }
    .productos-destacados .boton-detalle a {
      color: #fff; }
  .productos-destacados .boton-detalle:hover {
    background: #000;
    transition: 1.2s; }

.cont-newletter {
  background: url(../imagenes/cont-newslwtter.png) no-repeat;
  min-height: 291px;
  background-size: cover;
  width: 100%;
  margin-top: 40px;
  position: relative;
  z-index: 999; }
  .cont-newletter h2 {
    color: #fff;
    /*        font-family:$titulos;*/
    font-size: 45px;
    line-height: 45px;
    padding-top: 70px;
    padding-bottom: 20px; }
  .cont-newletter .input-mews {
    background: #fff !important;
    color: #808080;
    font-size: 21px !important;
    padding-left: 8px !important;
    width: 100% !important;
    height: 44px !important;
    border-radius: 5px !important; }
  .cont-newletter .btn-enviar {
    background: #FF0000  !important;
    height: 54px;
    max-width: 174px;
    width: 100%;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    border: none;
    border-radius: 30px;
    margin: -5px auto 0;
    transition: 1.2s;
    position: relative;
    animation-name: slidein; }
  .cont-newletter .btn-enviar:hover {
    background: #000 !important; }

footer {
  background: url("../imagenes/cont-footer.png") no-repeat scroll 0 -70px/cover;
  color: #808080;
  margin-top: -55px;
  min-height: 465px;
  position: relative;
  z-index: 0; }
  footer h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
    /*        font-family:$titulos;*/
    padding: 40px 0 0; }
  footer .categorias {
    margin-left: 50px; }
  footer .categorias li {
    margin-bottom: 1px; }
  footer .categorias li b {
    font-weight: 400; }
  footer .rojo {
    color: #FF0000;
    position: relative;
    top: 9px; }

.pie {
  background: rgba(255, 255, 255, 0);
  min-height: 60px;
  width: 100%;
  margin-top: -20px; }
  .pie p {
    color: #808080;
    padding-top: 5px; }
  .pie p span {
    color: #FE1D25; }

.slide-interno {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: url(../imagenes/header-internos.png) no-repeat center center;
  background-size: cover;
  height: 132px;
  z-index: 9; }

.contenido-interno {
  margin-top: 40px; }
  .contenido-interno h1 {
    text-align: center;
    color: #FE1D25;
    /*        font-family:$titulos;*/
    font-size: 60px;
    line-height: 60px;
    padding-top: 0px;
    margin: 2.1rem 0 .5rem 0; }
  .contenido-interno .raya-titulo {
    margin: 0 auto 40px;
    /*         position: relative; 
             top: -5px; 
            z-index: -1;
            border-bottom: 3px solid #FF1D25;
            width: 280px;*/ }
  .contenido-interno p {
    color: #000;
    padding-bottom: 20px;
    font-size: 22px;
    /*        font-weight:100;*/ }
  .contenido-interno b {
    font-weight: normal; }

.cont-nubes {
  margin-top: 40px; }
  .cont-nubes .nubes {
    background: url("../imagenes/nube.png") no-repeat;
    background-size: cover;
    height: 146px;
    width: 234px;
    color: #fff;
    line-height: 146px;
    text-align: center;
    font-size: 22px;
    /*        font-family: 'peque_scriptregular';*/
    font-weight: 100;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 1.2s; }
  .cont-nubes .act {
    background: url("../imagenes/nube-hover.png") no-repeat; }
  .cont-nubes .nubes:hover,
  .cont-nubes .nubes-2:hover,
  .cont-nubes .nubes-3:hover,
  .cont-nubes .nubes-4:hover {
    background: url("../imagenes/nube-hover.png") no-repeat; }
  .cont-nubes .active {
    margin-bottom: 30px; }
  .cont-nubes .active-2, .cont-nubes .active-3, .cont-nubes .active-4 {
    margin-bottom: 30px;
    display: none; }
  .cont-nubes .contenidos {
    color: #000;
    font-size: 18px;
    font-weight: 300; }
  .cont-nubes .contenidos p {
    padding-bottom: 20px; }
  .cont-nubes .mision, .cont-nubes .historia, .cont-nubes .linea {
    display: none; }
  .cont-nubes .linea p {
    font-size: 16px;
    text-align: center; }

.rojo-btn {
  background: #FE1D25 !important;
  position: relative;
  top: 30px;
  margin-bottom: 50px; }

.cate {
  margin-bottom: 40px;
  cursor: pointer; }

.chip {
  color: #fff; }

.actives {
  background: red;
  color: #fff; }

.actives a {
  color: #fff; }

.detalle-cont {
  margin-top: 30px; }
  .detalle-cont h2 {
    color: #FE1D25;
    font-size: 24px;
    text-align: center; }
  .detalle-cont h3 {
    text-align: center;
    font-style: italic;
    color: #333;
    font-size: 20px; }
  .detalle-cont h4 {
    color: #FE1D25;
    font-size: 38px;
    text-align: center; }
  .detalle-cont h6 {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px; }
  .detalle-cont p {
    padding: 0 10px;
    font-size: 18px; }
  .detalle-cont .talla {
    margin-top: 20px; }
  .detalle-cont .colores-lista {
    margin-top: 20px;
    margin-left: 18px; }
  .detalle-cont .colores-lista li {
    float: left;
    margin-bottom: 20px;
    margin-bottom: -15px;
    margin-right: 25px;
    list-style: none;
    border-radius: 50%;
    width: 40px;
    height: 40px; }
  .detalle-cont [type="checkbox"]:checked + label:before {
    top: 4px !important;
    left: 5px !important; }
  .detalle-cont .negro {
    background: #000; }
  .detalle-cont .blanco {
    background: #fff; }
  .detalle-cont .vino {
    background: #5e2129; }
  .detalle-cont .azulmarino {
    background: #000080; }
  .detalle-cont .crema {
    background: #ffffbf; }
  .detalle-cont .verde {
    background: #00FF00; }
  .detalle-cont .lacre {
    background: #FF5733; }
  .detalle-cont .fucsia {
    background: #FF0080; }
  .detalle-cont .coral {
    background: #ff7f50; }
  .detalle-cont .azulOscuro {
    background: #191970; }
  .detalle-cont .azulElectrico {
    background: #6600ff; }
  .detalle-cont .rosadoBebe {
    background: #E6B7CB; }
  .detalle-cont .turqueza {
    background: #3f888f; }
  .detalle-cont .azul {
    background: #0000ff; }
  .detalle-cont .amarrillo {
    background: #ffff00; }
  .detalle-cont .rojo {
    background: #00FF00; }
  .detalle-cont .celeste {
    background: #b2ffff; }
  .detalle-cont .melon {
    background: #fdbcb4; }
  .detalle-cont .marronClaro {
    background: #804000; }
  .detalle-cont .marronOscuro {
    background: #804000; }
  .detalle-cont .verdeMilitar {
    background: #577A49; }

.turqueza [type="checkbox"]:checked + label:before {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000; }

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

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  border: 1px solid transparent; }

[type="checkbox"]:checked + label:before {
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc; }

.left-event {
  width: 50%;
  padding-left: 10px;
  float: left; }

.right-event {
  width: 50%;
  padding: 0px 10px;
  float: right; }

.event-cont {
  background: #fefefe;
  box-shadow: 0.1em 0.1em 5px rgba(0, 0, 0, 0.5);
  width: auto;
  height: auto;
  position: relative; }
  .event-cont h2 {
    text-align: left;
    font-size: 19px;
    line-height: 20px;
    color: #000; }
  .event-cont p {
    color: #808080;
    font-size: 16px;
    padding: 0 10px;
    line-height: 18px;
    font-weight: 100;
    text-align: left; }
  .event-cont .evento-btn {
    max-width: 152px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    margin: 30px  0 10px;
    position: absolute;
    bottom: 20px; }
  .event-cont .foto-event {
    padding: 5px 5px 0; }

.detalle-event {
  margin-top: 20px; }
  .detalle-event .fecha h4 {
    font-size: 14px;
    color: #222;
    text-align: left; }
  .detalle-event .fecha h4 span {
    color: #FE1D25;
    font-weight: bold; }
  .detalle-event .foto {
    margin-top: 40px; }
  .detalle-event .texto {
    margin-top: 40px;
    margin-bottom: 30px; }
  .detalle-event .texto p {
    text-align: justify;
    font-size: 16px !important;
    font-weight: 100; }

.form {
  margin-top: 40px; }

.input-contacto {
  border: 1px solid #333 !important;
  background: #fff !important;
  border-radius: 6px !important;
  color: #222;
  padding-left: 8px !important;
  font-size: 20px !important;
  font-weight: 100 !important; }

.input-contacto-2 {
  border: 1px solid #333 !important;
  background: #fff !important;
  border-radius: 6px !important;
  color: #222;
  width: 100%;
  height: 250px;
  padding-left: 8px !important;
  padding-top: 8px !important;
  font-size: 20px !important;
  font-family: 'Open Sans' !important;
  font-weight: 100 !important; }

.btn-enviar-contacto {
  background: #FF0000 !important;
  height: 54px;
  max-width: 280px;
  width: 100%;
  line-height: 54px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  border: none;
  border-radius: 30px;
  margin: 30px auto 80px;
  transition: 1.2s;
  position: relative;
  animation-name: slidein; }

.btn-enviar-contacto:hover {
  background: #000 !important; }

.inframe {
  width: 100%;
  height: 400px; }

.galeria {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  transition: 1.2s; }

.chip .galeria:hover {
  color: #FE1D25;
  transition: 1.2s; }

.loca {
  position: relative;
  top: 3px; }

.sedes {
  margin-bottom: 20px; }

.lucia {
  display: none; }

.card .card-content p {
  text-align: justify; }

.responsive-video iframe {
  margin-bottom: 50px !important;
  display: block !important;
  position: relative !important; }

.videos {
  width: 100%;
  height: 450px; }

.cotizar {
  margin-top: 30px; }
  .cotizar .btn-cotizar {
    background: #FF0000;
    height: 44px;
    max-width: 180px;
    width: 100%;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    border: none;
    border-radius: 30px;
    margin: 10px auto 30px;
    transition: 1.2s;
    position: relative;
    animation-name: slidein; }
  .cotizar .btn-cotizar:hover {
    background: #000;
    transition: 1.2s; }
  .cotizar .number {
    background: #fff !important;
    color: #000  !important;
    padding-left: 8px !important;
    margin-top: 8px !important;
    max-width: 180px;
    width: 100%; }
  .cotizar .canti {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
    display: block; }

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  font-size: 18px !important; }

.itemingles {
  display: none; }

.doscoti {
  display: none; }

.atras {
  position: relative;
  top: 5px;
  color: #FE1D25;
  left: -3px; }

.volver-atras {
  margin-right: 30px; }

.circulo {
  width: 40px;
  height: 20px; }

.precios {
  margin-top: 50px; }

/*# sourceMappingURL=stylos.css.map */
