/* ////////// GALERIA FOTOGRAFICA  ////////// */
.sellofoto{
    height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 30;
  background-image: url("../img/sellologo.png") !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 1.2rem;
  line-height: 18px;
  white-space: nowrap;
  margin-top: 10px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  /* border-right: 27px solid #3F3F3F; */
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  /* border-left: 27px solid #3F3F3F; */
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
  max-width: 1100px;
  width: 100%;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 50px;
  margin-top: 10px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* ////////// MARQUESINA  ////////// */
.marquee {
  height: 36px;
  border: 1px solid #ccc;
  font-size: .9rem;
  margin: auto 3%;
  overflow: hidden;
  position: relative;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 5px;
  border-radius: 2px;
  -moz-transition: background-color 350ms;
  transition: background-color 350ms;
  }
.marquee p {
  position: absolute;
  font-family: Tahoma, Arial, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 30px;
  text-align: center;
  color: #fff;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  transform:translateX(100%);
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);
  }
.marquee p:nth-child(1) {
  animation: left-one 10s ease infinite;
  -moz-animation: left-one 10s ease infinite;
  -webkit-animation: left-one 10s ease infinite;
  }
.marquee p:nth-child(2) {
  animation: left-two 10s ease infinite;
  -moz-animation: left-two 10s ease infinite;
  -webkit-animation: left-two 10s ease infinite;
  }
.marquee.down p {
  transform:translateY(-100%);
  -moz-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  }
.marquee.down p:nth-child(1) {
  animation: down-one 10s ease infinite;
  -moz-animation: down-one 10s ease infinite;
  -webkit-animation: down-one 10s ease infinite;
  }
.marquee.down p:nth-child(2) {
  animation: down-two 10s ease infinite;
  -moz-animation: down-two 10s ease infinite;
  -webkit-animation: down-two 10s ease infinite;
  }
.marquee.up p {
  transform:translateY(100%);
  -moz-transform:translateY(100%);
  -webkit-transform:translateY(100%);
  }
.marquee.up p:nth-child(1) {
  animation: up-one 10s ease infinite;
  -moz-animation: up-one 10s ease infinite;
  -webkit-animation: up-one 10s ease infinite;
  }
.marquee.up p:nth-child(2) {
  animation: up-two 10s ease infinite;
  -moz-animation: up-two 10s ease infinite;
  -webkit-animation: up-two 10s ease infinite;
  }
/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
0%  {-moz-transform:translateX(100%);}
10% {-moz-transform:translateX(0);}
40% {-moz-transform:translateX(0);}
50% { -moz-transform:translateX(-100%);}
100%{-moz-transform:translateX(-100%);}
}
@-moz-keyframes left-two {
0% { -moz-transform:translateX(100%);}
50% {-moz-transform:translateX(100%);}
60% {-moz-transform:translateX(0);}
90% {-moz-transform:translateX(0);}
100%{-moz-transform:translateX(-100%);}
}
/** Webkit Keyframes **/
@-webkit-keyframes left-one {
0% {-webkit-transform:translateX(100%);}
10% {-webkit-transform:translateX(0);}
40% {-webkit-transform:translateX(0);}
50% {-webkit-transform:translateX(-100%);}
100%{-webkit-transform:translateX(-100%);}
}
@-webkit-keyframes left-two {
0% {-webkit-transform:translateX(100%);}
50% {-webkit-transform:translateX(100%);}
60% {-webkit-transform:translateX(0);}
90% {-webkit-transform:translateX(0);}
100%{-webkit-transform:translateX(-100%);}
}
/** Mozilla Firefox Keyframes **/
@-moz-keyframes down-one {
0%  {-moz-transform:translateY(-100%);}
10% {-moz-transform:translateY(0);}
40% {-moz-transform:translateY(0);}
50% {-moz-transform:translateY(100%);}
100%{-moz-transform:translateY(100%);}
}
@-moz-keyframes down-two {
0% {-moz-transform:translateY(-100%);}
50% {-moz-transform:translateY(-100%);}
60% {-moz-transform:translateY(0); }
90% {-moz-transform:translateY(0);}
100%{-moz-transform:translateY(100%);}
}
/** Webkit Keyframes **/
@-webkit-keyframes down-one {
0% {-webkit-transform:translateY(-100%);}
10% {-webkit-transform:translateY(0);}
40% {-webkit-transform:translateY(0);}
50% {-webkit-transform:translateY(100%);}
100%{-webkit-transform:translateY(100%);}
}
@-webkit-keyframes down-two {
0% {-webkit-transform:translateY(-100%);}
50% {-webkit-transform:translateY(-100%);}
60% {-webkit-transform:translateY(0);}
90% {-webkit-transform:translateY(0);}
100%{-webkit-transform:translateY(100%);}
}
/** Mozilla Firefox Keyframes **/
@-moz-keyframes up-one {
0%  {-moz-transform:translateY(100%);}
10% {-moz-transform:translateY(0);}
40% {-moz-transform:translateY(0);}
50% {-moz-transform:translateY(-100%);}
100%{-moz-transform:translateY(-100%);}
}
@-moz-keyframes up-two {
0% {-moz-transform:translateY(100%);}
50% {-moz-transform:translateY(100%);}
60% {-moz-transform:translateY(0);}
90% {-moz-transform:translateY(0);}
100%{-moz-transform:translateY(-100%);}
}
/** Webkit Keyframes **/
@-webkit-keyframes up-one {
0% {-webkit-transform:translateY(100%);}
10% {-webkit-transform:translateY(0);}
40% {-webkit-transform:translateY(0);}
50% {-webkit-transform:translateY(-100%);}
100%{-webkit-transform:translateY(-100%);}
}
@-webkit-keyframes up-two {
0% {-webkit-transform:translateY(100%);}
50% {-webkit-transform:translateY(100%);}
60% {-webkit-transform:translateY(0);}
90% {-webkit-transform:translateY(0);}
100%{-webkit-transform:translateY(-100%);}
}
/* ////////// CAROSEL BOOTSATRAP ////////// */
.carousel2 {
  position: relative;
  }
.carousel2-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  }
.carousel2-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  }
.carousel2-item.active,
.carousel2-item-next,
.carousel2-item-prev {
  display: block;
  }
.carousel2-item-next,
.carousel2-item-prev {
  position: absolute;
  top: 0;
  }
.carousel2-item-next.carousel2-item-left,
.carousel2-item-prev.carousel2-item-right {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
@supports (transform-style: preserve-3d) {
  .carousel2-item-next.carousel2-item-left,
  .carousel2-item-prev.carousel2-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
}
.carousel2-item-next,
.active.carousel2-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  }
@supports (transform-style: preserve-3d) {
.carousel2-item-next,
.active.carousel2-item-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
}
.carousel2-item-prev,
.active.carousel2-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  }
@supports (
  transform-style: preserve-3d) {
.carousel2-item-prev,
.active.carousel2-item-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
}
.carousel2-control-next {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /* border-top-color: rgb(204, 204, 204); */
  /* border-top-style: solid; */
  /* border-top-width: 1px; */
  /* border-bottom-color: rgb(204, 204, 204); */
  /* border-bottom-style: solid; */
  /* border-bottom-width: 1px; */
  /* border-left-color: rgb(204, 204, 204); */
  /* border-left-style: solid; */
  /* border-left-width: 1px; */
  }
 .carousel2-control-prev {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /* border-top-color: rgb(204, 204, 204); */
  /* border-top-style: solid; */
  /* border-top-width: 1px; */
  /* border-bottom-color: rgb(204, 204, 204); */
  /* border-bottom-style: solid; */
  /* border-bottom-width: 1px; */
  /* border-right-color: rgb(204, 204, 204); */
  /* border-right-style: solid; */
  /* border-right-width: 1px; */
  }
.carousel2-control-prev,
.carousel2-control-next {
  position: absolute;
  top: 35%;
  bottom: 53%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4%;
  color: #fff;
  text-align: center;
  /* background: #e0e0e0; */
  }
.carousel2-control-prev:focus, .carousel2-control-prev:hover,
.carousel2-control-next:focus,
.carousel2-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;

  }
.carousel2-control-prev {
  left: 0;
  }
.carousel2-control-next {
  right: 0;
  }
.carousel2-control-prev-icon,
.carousel2-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  }
.carousel2-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='https://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
.carousel2-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='https://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
.carousel2-indicators {
  bottom: 0px;
  margin: 10px 0;
  left: 0;
  right: 0;
  z-index: 1; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  }
.carousel2-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10PX;
  height: 10px;
  border-radius: 100%;
  margin-right: 6px;
  margin-left: 6px;
  text-indent: -999px;
  background-color: rgba(181, 181, 181, 0.87);
  }
.backgroundnone{
  background: none;
  border: none;
}
.carousel2-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
  }
.carousel2-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
  }
.carousel2-indicators .active {
  background-color: #c62828;
  }
.carousel2-caption {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.67);
  width: 100%;
  padding: 0 8px;
  }
.carousel3-caption {
  text-align: center;
  margin-top: 15px;
  }
.carousel2-caption a {
  color: #fff;
  font-weight:100;
  font-size:1.2rem;
  }
 .carousel2-caption a:hover {
  text-decoration:underline;
  text-decoration-skip: ink;
  }
.carouselmarco{
  background: rgba(0, 0, 0, 0.4);
  padding: 7px;
  border-radius: 29px;
  }
@media only screen and (max-width: 1541px) {
div#carousel1 {
  /* margin: 7px 0 !important; */
  }
}
@media only screen and (max-width: 600px) {
  .carousel2-inner.carousel2-item-nota{
    display: block;
  }
  .carousel2-inner.carousel2-item-nota .carousel2-item {
    position: inherit;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    }
  .carousel2-inner.carousel2-item-nota .carousel2-item.active {
    display: block;
  }
  .carousel2-item-prev,
  .active.carousel2-item-left {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    }
  @supports (
    transform-style: preserve-3d) {
  .carousel2-item-prev,
  .active.carousel2-item-left {
    -webkit-transform: none;
    transform: none;
    }
  }
}
