@charset "UTF-8";
/* INI PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* INI MEDIA QUERIES */
/* USO: @include respond-to(small) { ... }/
/* FIN MEDIA QUERIES */
/* INI CALCULA REM */
/* USO: @include font-size(14px); */
/* FIN CALCULA REM */
/* INI CLEARFIX*/
/* USO: @include clearfix(); */
/* FIN CLEARFIX*/
/* INI BOX SIZING */
/* USO: @include box-sizing(border-box); */
/* FIN BOX SIZING */
/* INI CENTERER */
/* USO: con parent en position relative añadir a elemento child @include centerer; */
/* FIN CENTERER */
/* INI BORDER RADIUS */
/* USO: @include border-radius(5px); */
/* USO: @include border-top-radius(10px); */
/* FIN BORDER RADIUS */
/* INI OPACITY */
/* USO: @include opacity(0.8); */
/* FIN OPACITY */
/* INI CENTER BLOCK */
/* USO: @include center-block; */
/* FIN CENTER BLOCK */
/* INI TEXT OVERFLOW */
/* USO: @include text-truncate; */
/* FIN TEXT OVERFLOW */
/* INI BACKGROUND IMAGE */
/* USO: @include bgimage('../img/generic/flecha_top.png',no-repeat,100%); */
/* FIN BACKGROUND IMAGE */
/* INI TRANSITION */
/* USO: @include transition(color .3s ease); */
/* FIN TRANSITION */
/* INI TRANSFORM */
/*
  USO:
  @include skew(25,10);
  @include transform-origin(top left);
*/
/* FIN TRANSFORM */
/* INI PLACEHOLDER */
/*USO:
@include input-placeholder {
        color: $grey;
    }*/
/* FIN PLACEHOLDER */
/* INI WORD WRAPPING */
/* USO: @include mixin word-wrap; */
/* FIN WORD WRAPPING */
/* INI BACKGROUND COVER */
/* USO: @include bg-cover('../path/to/image.jpg', no-repeat 100%); */
/* FIN BACKGROUND COVER */
/* INI LINKS */
/* USO: @include linx (blue, green, red, orange); */
/* FIN LINKS */
/* INI RGBA */
/* USO: @include alpha-background-color(rgba(black, 0.5), white); */
/* FIN RGBA */
/* USO @include horizontal-gradient(#71c005, #88dd06); */
/* FIN PARTIALS */
/* INI IMG ROUTE */
/* FIN IMG ROUTE */
@font-face {
  font-family: "GaramondLG";
  src: url("../fonts/garamond.woff") format("woff");
}

@font-face {
  font-family: "GaramondBD";
  src: url("../fonts/garamond-bold.woff") format("woff");
}

@font-face {
  font-family: "GaramondMD";
  src: url("../fonts/garamond.woff") format("woff");
}

@font-face {
  font-family: "CenturyGothicRG";
  src: url("../fonts/gothic-regular.woff") format("woff");
}

@font-face {
  font-family: "CenturyGothicBD";
  src: url("../fonts/gothic-bold.woff") format("woff");
}

/* INI TYPE */
/* FIN TYPE */
/* INI MELIA */
/* FIN MELIA */
/* INI COLORES WEBSITE */
/* FIN COLORES WEBSITE */
.color-white {
  color: #ffffff !important;
}

.bg-gray {
  background-color: #8e8783 !important;
}

.bg-blue-gray {
  background-color: #de8e49 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

/* INI HIGHLIGHTS */
::selection {
  color: #ffffff;
  background: #de8e49;
}

::-moz-selection {
  color: #ffffff;
  background: #de8e49;
}

::-webkit-selection {
  color: #ffffff;
  background: #de8e49;
}

/* FIN HIGHLIGHTS */
/* INI GENERAL */
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "CenturyGothicRG", sans-serif;
  background-color: #ffffff;
}

body {
  height: 100%;
  width: 100%;
  color: #1d1d1b;
  font-weight: 300;
  background-color: transparent;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -40px;
}

@media (min-width: 480px) {
  .wrapper {
    margin: 0 auto -40px;
  }
}

#push,
.footer {
  height: 40px;
}

@media (min-width: 480px) {
  #push,
  .footer {
    height: 40px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
button {
  color: #1d1d1b;
  text-decoration: none;
}

a:active, a:focus,
button:active,
button:focus {
  outline: none !important;
}

a:active img, a:focus img,
button:active img,
button:focus img {
  outline: none;
}

ul {
  margin: 0;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

ol li h3 {
  display: inline-block;
  /*Para Firefox*/
}

li {
  list-style: none;
}

.no-ov {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.flex-container {
  display: flex;
}

.form-group label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-group .form-control {
  -webkit-border-radius: 34px;
  border-radius: 34px;
  background-clip: padding-box;
  border: 1px solid #ba4b22;
  color: #1d1d1b;
  height: 42px;
  padding: 0.275rem 1.2rem;
  font-size: 16px;
  font-size: 1rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1d1d1b;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1d1d1b;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1d1d1b;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #1d1d1b;
}

.btn {
  outline: none;
  box-shadow: none !important;
}

.btn-primary {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-family: "CenturyGothicRG", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  background: -moz-linear-gradient(left, #5f8784 0%, #6c9ea5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5f8784 0%, #6c9ea5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5f8784 0%, #6c9ea5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5F8784', endColorstr='#FF6C9EA5',GradientType=1 );
  /* IE6-9 */
  outline: none !important;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  background-clip: border-box !important;
  border: 1px solid transparent !important;
  height: 50px;
  max-width: 130px;
  line-height: 1;
  padding: 0.7rem 1rem;
  text-decoration: none;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 10px 8px rgba(0, 0, 0, 0.12) !important;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-primary:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  outline: none !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 10px 8px rgba(0, 0, 0, 0.12) !important;
  color: #ffffff;
  border: 1px solid transparent !important;
  background: -moz-linear-gradient(left, #5f8784 0%, #6c9ea5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5f8784 0%, #6c9ea5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5f8784 0%, #6c9ea5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5F8784', endColorstr='#FF6C9EA5',GradientType=1 );
  /* IE6-9 */
}

@media (min-width: 767px) {
  .btn-primary {
    max-width: 170px;
    height: 60px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h1 {
  font-family: "GaramondMD", sans-serif;
  color: #8e8783;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

@media (min-width: 767px) {
  h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "CenturyGothicRG", sans-serif;
}

p strong {
  font-family: "CenturyGothicBD", sans-serif;
  font-weight: normal;
}

@media (min-width: 992px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* ini portada */
.home, .collection {
  height: 100vh;
  min-height: 100vh;
}

.home .flex-fixed-width-item, .collection .flex-fixed-width-item {
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 100%;
}

@media (min-width: 576px) {
  .home .flex-fixed-width-item, .collection .flex-fixed-width-item {
    flex: 0 0 70px;
  }
}

.home .home-image, .collection .home-image {
  position: relative;
  background-image: url(../img/bg-portada.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 0;
}

.home .home-image:after, .collection .home-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 10px;
  height: 100%;
  background-color: #8e8783;
}

@media (min-width: 767px) {
  .home .home-image, .collection .home-image {
    background-size: auto 100%;
    background-position: top right;
  }
}

.home .home-sidebar, .collection .home-sidebar {
  display: block;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 70px;
  max-width: 70px;
  max-width: fit-content;
  height: 100%;
  background: #8e8783;
  border-left: 15px solid #ffffff;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 80px;
  min-height: 270px;
}

.home .home-sidebar img, .collection .home-sidebar img {
  width: 25px;
  min-width: 25px;
  transform: none;
}

.home .home-logo-mb, .collection .home-logo-mb {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #8e8783;
}

.home .home-info, .collection .home-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: auto;
  text-align: center;
  padding-top: 40px;
}

@media (min-width: 992px) {
  .home .home-info, .collection .home-info {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: auto;
    padding-top: 40px;
  }
}

.home .home-info .home-info-box, .collection .home-info .home-info-box {
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}

@media (min-width: 767px) {
  .home .home-info .home-info-box, .collection .home-info .home-info-box {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .home .home-info .home-info-box, .collection .home-info .home-info-box {
    padding: 0;
  }
  .home .home-info .home-info-box .col-lg, .collection .home-info .home-info-box .col-lg {
    max-width: 20% !important;
  }
}

@media (min-width: 1200px) {
  .home .home-info .home-info-box, .collection .home-info .home-info-box {
    max-width: 1100px;
  }
}

.home .home-info .home-info-box .col-lg-3, .collection .home-info .home-info-box .col-lg-3 {
  padding: 3px 15px;
}

@media (min-width: 767px) {
  .home .home-info .home-info-box .col-lg-3, .collection .home-info .home-info-box .col-lg-3 {
    padding: 8px 22px;
  }
}

@media (min-width: 992px) {
  .home .home-info .home-info-box .col-lg-3, .collection .home-info .home-info-box .col-lg-3 {
    padding: 12px 24px;
  }
}

@media (min-width: 1400px) {
  .home .home-info .home-info-box .col-lg-3, .collection .home-info .home-info-box .col-lg-3 {
    padding: 14px 28px;
  }
}

.home .home-info h1, .collection .home-info h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 767px) {
  .home .home-info h1, .collection .home-info h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .home .home-info h1, .collection .home-info h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .home .home-info h1, .collection .home-info h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.home .home-info h1 img, .collection .home-info h1 img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  min-width: 80px;
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  .home .home-info h1 img, .collection .home-info h1 img {
    width: 100px;
    min-width: 100px;
  }
}

@media (min-width: 992px) {
  .home .home-info h1 img, .collection .home-info h1 img {
    width: 120px;
    min-width: 120px;
  }
}

.home .home-info h1 span, .collection .home-info h1 span {
  display: inline-block;
  vertical-align: middle;
}

.home .home-info .home-info-item, .collection .home-info .home-info-item {
  position: relative;
  background-color: #ebebeb;
  overflow: visible;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .home-info .home-info-item .home-info-link, .collection .home-info .home-info-item .home-info-link {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 5px;
  right: 5px;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.home .home-info .home-info-item .home-info-link.no-link, .collection .home-info .home-info-item .home-info-link.no-link {
  cursor: default;
}

.home .home-info .home-info-item .home-info-link.no-link .home-info-link-thumb, .collection .home-info .home-info-item .home-info-link.no-link .home-info-link-thumb {
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.home .home-info .home-info-item .home-info-link:hover .home-info-link-thumb, .collection .home-info .home-info-item .home-info-link:hover .home-info-link-thumb {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

@media (min-width: 576px) {
  .home .home-info .home-info-item .home-info-link, .collection .home-info .home-info-item .home-info-link {
    bottom: 7px;
    right: 7px;
  }
}

.home .home-info .home-info-item .home-info-link .home-info-link-thumb, .collection .home-info .home-info-item .home-info-link .home-info-link-thumb {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.home .home-info .home-info-item .home-info-link .home-info-link-logo, .collection .home-info .home-info-item .home-info-link .home-info-link-logo {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
}

.home .home-info .home-info-item .home-info-link .home-info-link-logo img, .collection .home-info .home-info-item .home-info-link .home-info-link-logo img {
  width: 100%;
  height: auto;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.21);
}

/* fin portada */
/* ini instrucción */
.home-instruction {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
}

@media (min-width: 767px) {
  .home-instruction {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* fin instrucción */
/* ini idiomas */
.home-languages {
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .home-languages {
    max-width: 100%;
  }
}

.home-languages .item-home-languages {
  background-color: #f5f5f5;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  display: inline-block;
  width: 60px;
  padding: 10px;
  margin: 5px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-languages .item-home-languages:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 767px) {
  .home-languages .item-home-languages {
    width: 70px;
  }
}

.select-languages {
  padding-bottom: 90px;
  max-width: 240px;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .select-languages {
    max-width: 100%;
    padding-bottom: 20px;
  }
}

.select-languages .item-select-languages {
  background-color: #f5f5f5;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  display: inline-block;
  width: 45px;
  padding: 6px;
  margin: 5px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.select-languages .item-select-languages:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 767px) {
  .select-languages .item-select-languages {
    width: 45px;
  }
}

.select-languages div.item-select-languages:hover {
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

/* fin idiomas */
/* ini collection */
.collection .home-info {
  padding-top: 0px;
}

.collection .home-info h1 {
  margin-bottom: 15px;
}

.collection .home-info h1 img {
  min-width: 190px;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .collection .home-info h1 img {
    min-width: 210px;
  }
}

.collection .home-info .back-button {
  border-bottom: 1px dotted #ddd;
  padding: 15px 20px;
  text-align: right;
}

.collection .home-info .back-button a {
  color: #1d1d1b;
}

.collection .home-info .back-button a:hover {
  color: #1d1d1b;
}

@media (max-width: 767px) {
  .collection .col-6 {
    min-width: 150px !important;
    max-width: 150px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .collection .col-6 {
    max-width: 194px !important;
  }
}

@media (max-width: 321px) {
  .collection .col-6 {
    min-width: 100px !important;
    max-width: 100px !important;
  }
}

.collection .col-lg {
  min-width: 220px !important;
  max-width: 220px !important;
}

.collection .select-languages {
  max-width: 280px;
}

@media (max-width: 767px) {
  .collection .box-items-collection {
    max-width: 330px !important;
  }
}

.collection-link {
  background-color: #ebebeb;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 25px;
  height: 25px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8e8783;
  padding-top: 4px;
  padding-left: 5px;
  font-size: 34px;
  font-size: 2.125rem;
}

@media (min-width: 480px) {
  .collection-link {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    padding-left: 7px;
    font-size: 44px;
    font-size: 2.75rem;
  }
}

/* fin collection */
/* ini carousel collection */
.carousel-collection {
  /* ini flechas */
  /* fin flechas */
}

.carousel-collection .carousel-inner {
  height: 600px;
}

@media (max-width: 376px) {
  .carousel-collection .carousel-inner {
    height: 590px;
  }
}

@media (max-width: 321px) {
  .carousel-collection .carousel-inner {
    height: 400px !important;
  }
}

@media (min-width: 767px) {
  .carousel-collection .carousel-inner {
    height: 550px;
  }
}

@media (min-width: 992px) {
  .carousel-collection .carousel-inner {
    height: 490px;
  }
}

.carousel-collection .carousel-item {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 767px) {
  .carousel-collection .carousel-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 767px) {
  .carousel-collection .row-carousel {
    min-height: 454px;
  }
}

.carousel-collection .carousel-indicators {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  bottom: 60px;
  margin-left: 5%;
  margin-right: 5%;
  /* ini se añade al final */
  /* fin se añade al final */
}

@media (min-width: 767px) {
  .carousel-collection .carousel-indicators {
    bottom: 28px;
  }
}

@media (min-width: 992px) {
  .carousel-collection .carousel-indicators {
    bottom: 28px;
  }
}

@media (min-width: 1200px) {
  .carousel-collection .carousel-indicators {
    bottom: 35px;
  }
}

.carousel-collection .carousel-indicators.opacity-over {
  z-index: 16;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel-collection .carousel-indicators li {
  text-indent: 0;
  list-style: none;
  list-style-type: none;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: rgba(142, 135, 131, 0.3);
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "CenturyGothicBD", sans-serif;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
}

.carousel-collection .carousel-indicators li.active {
  background-color: #8e8783;
}

@media (min-width: 480px) {
  .carousel-collection .carousel-indicators li {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.carousel-collection .carousel-control-prev {
  left: -20px;
  width: 80px;
  overflow: hidden;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  height: calc(100% - 2.2rem);
}

.carousel-collection .carousel-control-next {
  right: -20px;
  width: 80px;
  overflow: hidden;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  height: calc(100% - 2.2rem);
}

.carousel-collection .carousel-control-prev, .carousel-collection .carousel-control-prev:focus, .carousel-collection .carousel-control-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-collection .carousel-control-next, .carousel-collection .carousel-control-next:focus, .carousel-collection .carousel-control-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-collection .long-arrow-right,
.carousel-collection .long-arrow-left,
.carousel-collection .long-arrow-down,
.carousel-collection .long-arrow-down-white {
  display: block;
  margin: 30px auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #5e5e5e;
  border-left: 2px solid #5e5e5e;
}

.carousel-collection .long-arrow-right {
  transform: rotate(135deg);
  margin-right: 24px;
}

.carousel-collection .long-arrow-left {
  transform: rotate(-45deg);
  margin-left: 24px;
}

.carousel-collection .long-arrow-down {
  transform: rotate(-135deg);
}

.carousel-collection .long-arrow-down-white {
  transform: rotate(-135deg);
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.carousel-collection .long-arrow-right::after,
.carousel-collection .long-arrow-left::after, .carousel-collection .long-arrow-down::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background-color: #5e5e5e;
  transform: rotate(-45deg) translate(8px, 2px);
  left: 0;
  top: 0;
}

.carousel-collection .long-arrow-down-white::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background-color: #ffffff;
  transform: rotate(-45deg) translate(8px, 2px);
  left: 0;
  top: 0;
}

/* fin carousel collection */
.color-idioma {
  color: #a0a0a0;
}
