/*-------

   Gallery

-------*/
.mbr-gallery .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25%;
  cursor: pointer; }


@media (max-width: 400px) {
  .mbr-gallery .mbr-gallery-item {
    width: 100%; } }
.mbr-gallery .icon-focus,
.mbr-gallery .icon-video {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 24px);
  font-family: 'MobiriseIcons' !important;
  font-size: 3rem !important;
  color: #fff;
  opacity: 0;
  transition: .2s opacity ease-in-out;
  z-index: 5; }

.mbr-gallery .icon-focus::before {
  content: "\e977";}

.mbr-gallery .icon-video::before {
  content: '\e95c'; }

.mbr-gallery .mbr-gallery-item > div:hover .icon-focus,
.mbr-gallery .mbr-gallery-item > div:hover .icon-video {
  opacity: 1; }

.mbr-gallery .mbr-gallery-item img {
  width: 100%;
  opacity: 1;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.mbr-gallery .mbr-gallery-item > div:hover img {
  opacity: 1; }

.mbr-gallery .mbr-gallery-item > div {
  background: #fff;
  display: block;
  outline: none;
  position: relative; }

.mbr-gallery .mbr-gallery-item .icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .2s opacity ease-in-out;
  color: #000;
  font-size: 30px;
  height: 69px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .2s opacity ease-in-out;
  width: 69px; }

.mbr-gallery .mbr-gallery-item .icon::after,
.mbr-gallery .mbr-gallery-item .icon::before {
  content: '';
  display: block;
  position: absolute;
  height: 69px;
  width: 1px;
  margin-left: 34.5px;
  background-color: #fff; }

.mbr-gallery .mbr-gallery-item .icon::after {
  width: 69px;
  height: 1px;
  margin-left: 0;
  margin-top: 34.5px; }

.mbr-gallery .mbr-gallery-item > div:hover .icon {
  opacity: 1; }

.mbr-gallery .mbr-gallery-item > div:hover::before {
  opacity: .9; }

.mbr-gallery .mbr-gallery-item > div:hover .mbr-gallery-title {
  background: transparent !important; }

/* remove spacing */
.mbr-gallery .mbr-gallery-row.no-gutter {
  margin: 0; }

.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
  padding: 0; }

/* container */
.mbr-gallery .container.mbr-gallery-layout-default {
  padding: 93px 0; }

/* fix horizontal scrollbar */
.mbr-gallery .mbr-gallery-layout-article,
.mbr-gallery .mbr-gallery-layout-default {
  overflow: hidden; }

/* lightbox */
.mbr-gallery .modal {
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important; }

.mbr-gallery .modal-content {
  border-radius: 0;
  border: none;
  background: transparent; }

.mbr-gallery .modal-body {
  padding: 0; }

.mbr-gallery .modal-body img {
  width: 100%; }

.mbr-gallery .modal .close {
  position: fixed;
  background: #1b1b1b;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons'; }
  .mbr-gallery .modal .close::before {
    content: '\e91a'; }

.mbr-gallery .modal .close:hover {
  opacity: 1;
  background: #000;
  color: #fff; }

.mbr-gallery .modal-dialog {
  max-width: 100% !important; }

.mbr-gallery .modal.in .modal-dialog {
  margin: 0 auto; }

/* modal back color opacity */
.modal-backdrop.in {
  opacity: .8;
  filter: alpha(opacity=80); }

@media (max-width: 768px) {
  .mbr-gallery .carousel-control,
  .mbr-gallery .carousel-indicators,
  .mbr-gallery .modal .close {
    position: fixed; } }
/* fix fade in effect */
.mbr-gallery .modal.fade .modal-dialog {
  -webkit-transition: margin-top .3s ease-out;
  -moz-transition: margin-top .3s ease-out;
  -o-transition: margin-top .3s ease-out;
  transition: margin-top .3s ease-out; }

.mbr-gallery .modal.fade .modal-dialog,
.mbr-gallery .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*-------

   Slider

-------*/
.mbr-slider .carousel-inner > .active,
.mbr-slider .carousel-inner > .next,
.mbr-slider .carousel-inner > .prev {
  display: table; }

.mbr-slider .carousel-control {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s; }

.mbr-gallery .mbr-slider .carousel-control {
  position: fixed; }

@media (max-width: 991px) {
  .mbr-gallery .mbr-slider .carousel-control {
    bottom: 2.5rem;
    margin-top: 0;
    top: auto;
    z-index: 17; } }
.mbr-gallery .mbr-slider .carousel-inner > .active {
  display: block; }

.mbr-slider .carousel-control.left {
  left: 0;
  margin-left: 2.5rem; }

.mbr-slider .carousel-control.right {
  right: 0;
  margin-right: 2.5rem; }

.mbr-slider .carousel-control .icon-next,
.mbr-slider .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px; }

.mbr-slider .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1; }

.mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important; }

@media (max-width: 543px) {
  .mbr-slider .carousel-indicators {
    display: none; } }
.carousel-indicators .active,
.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5; }

.carousel-indicators .active {
  background: #fff; }

.carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%; }

.container .carousel-indicators {
  margin-bottom: 3px; }

.mbr-gallery .mbr-slider .carousel-indicators {
  position: fixed;
  margin-bottom: 2.5rem !important; }

@media (max-width: 991px) {
  .mbr-gallery .mbr-slider .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }
.mbr-slider .carousel-indicators .active,
.mbr-slider .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  border: 4px solid #1b1b1b;
  opacity: .5; }

.mbr-slider .carousel-indicators .active {
  background: #fff; }

@media (max-width: 767px) {
  .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px; }

  .mbr-slider > .container .carousel-control {
    margin-bottom: 0; } }
/* boxed slider */
.mbr-slider > .boxed-slider {
  position: relative;
  padding: 93px 0; }

.mbr-slider > .boxed-slider > div {
  position: relative; }

.mbr-slider > .container img {
  width: 100%; }

.mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2; }

.mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll; }

.mbr-slider .mbr-table-cell {
  padding: 0; }

.mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px; }

/* article slider */
.mbr-slider > .article-slider .mbr-section,
.mbr-slider > .article-slider .mbr-section .mbr-table-cell {
  padding-top: 0;
  padding-bottom: 0; }

.modal-backdrop.show {
  opacity: .7; }

.video-container .mbr-background-video iframe {
  width: 100%;
  height: 100%; }

.mbr-gallery-item__hided {
  position: absolute !important;
  left: 0 !important;
  width: 0 !important;
  height: 0;
  padding: 0 !important; }

.mbr-gallery-item__hided img {
  display: none !important; }

.mbr-gallery-item__hided span {
  display: none !important; }

.mbr-gallery-filter {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  .mbr-gallery-filter li {
    display: inline-block;
    padding: 5px 0;
    transition: all .3s ease-out; }
    .mbr-gallery-filter li .btn {
      cursor: pointer; }
  .mbr-gallery-filter.gallery-filter__bg li {
    color: #fff; }
  .mbr-gallery-filter.gallery-filter__bg .active {
    color: #000;
    background-color: #fff; }
  .mbr-gallery-filter ul {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }

.mbr-gallery-item > div {
  position: relative; }

.mbr-gallery-item--p1 {
  padding: 0.5rem; }

.mbr-gallery-item--p2 {
  padding: 1rem; }

.mbr-gallery-item--p3 {
  padding: 1.5rem; }

.mbr-gallery-item--p4 {
  padding: 2rem; }

.mbr-gallery-item--p5 {
  padding: 2.5rem; }

.mbr-gallery-item--p6 {
  padding: 3rem; }

.mbr-gallery .mbr-gallery-item--p4 {
  width: 33.333%; }

.mbr-gallery .mbr-gallery-item--p6, .mbr-gallery .mbr-gallery-item--p5 {
  width: 50%; }

@media (max-width: 992px) {
  .mbr-gallery-item--p1 {
    padding: 0.5rem; }

  .mbr-gallery-item--p2 {
    padding: 0.8rem; }

  .mbr-gallery-item--p3 {
    padding: 1rem; }

  .mbr-gallery-item--p4 {
    padding: 1.5rem; }

  .mbr-gallery-item--p5 {
    padding: 1.8rem; }

  .mbr-gallery-item--p6 {
    padding: 2rem; }

  .mbr-gallery .mbr-gallery-item--p2,
  .mbr-gallery .mbr-gallery-item--p3 {
    width: 50%; }

  .mbr-gallery .mbr-gallery-item--p6,
  .mbr-gallery .mbr-gallery-item--p5,
  .mbr-gallery .mbr-gallery-item--p4 {
    width: 100%; } }
@media (max-width: 400px) {
  .mbr-gallery .mbr-gallery-item--p3,
  .mbr-gallery .mbr-gallery-item--p2,
  .mbr-gallery .mbr-gallery-item--p1 {
    width: 100%; } }

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

/************************************/
/** MODIFICACIONES PERSONALIZACION **/
/** ROI UP - 15/04/2020            **/  
/************************************/
.mbr-gallery .mbr-gallery-item.active > div .mbr-gallery-title::before{
  background-color: transparent !important;
  background: none !important;
}
a.link-personalizar{
  width: 307px;
  height: 62px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 31px;
  display: block;
  font: 400 20px/27px 'Nunito Sans';
  letter-spacing: 0px;
  color: #707070;
  text-align: center;
  padding-top: 17px;
  /*opacity: 0;*/
  display: none;
  transition: 0.5s all;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 25%;
}

a.link-personalizar:hover{
  color: #707070;
}
.opacity0{
  opacity: 0 !important;
}
.opacity1{
  opacity: 1 !important;
}
/** MODAL **/
.personalizacion .modal-dialog {
    max-width: 746px;
}
.personalizacion .modal-content {
    border-radius: 0px !important;  
}
.personalizacion .modal-header{
  border-bottom: 0px;
  padding-top: 40px;
}
.personalizacion .modal-header .close {
    font-size: 45px;
    font-weight: 400;
    line-height: 20px;
    color: #707070;
    text-shadow: none;
    position: absolute;
    right: 20px;
    top: 20px;
}
.personalizacion .display-5 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    color: #707070;
    flex: 1;
}
/** STEP 1 **/
.image-drop{
  width: 494px !important;
  height: 310px !important;
  border: 2px dashed #E8E8E8 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-image:url(../images/photo.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center 42px !important; 
  text-align: center !important;
  padding-top: 164px !important;
}
.image-drop p{
  color: #707070;
  font-size: 14px;
  margin-bottom: 10px;
}
.personalizacion h4{
  font: 700 24px/32px 'Nunito Sans';
  color: #7AB601;
}
.personalizacion .alert-danger{
  background-color: #FFEBEB !important;
  max-width: 494px;
  width: 100%;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  color: #FF0000;
  font-size: 12px;
  line-height: 1px;
}
p.p-seleciona{
  font-size: 16px;
  color: #707070;
  text-align: center;
}
a.btn-examinar{
  width: 91px;
  height: 29px;
  border-radius: 2px;
  border:1px solid #E8E8E8;
  font-size: 14px;
  color: #707070;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}
a.btn-examinar:hover{
  color: #7AB601;
}

/** STEP 2 **/
.img-frame{
  width: 616px;
  min-height: 323px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
img.frame{
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 100;
}
img.frame-content{
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 90;
}
.btn-back{
  width: 37px;
  height: 37px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  z-index: 110;
  right: 10px;
  top: 10px;
  text-align: center;
  padding-top: 5px;
}
.btn-box{
  margin: 51px auto;
  text-align: center;
}
.btn-box .btn{
  min-width: 179px;
  height: 62px;
  display: inline-block;
  border-radius: 31px;
  background-color: #D5D5D5;
  text-align: center;
  padding: 0px 30px !important;
  line-height: 58px;
  font-size: 20px;
  font-weight: 700;
  color: #575757;
}
.btn-box .btn.btn-compartir{
  background-color: #7AB601;
  color: #fff;
}
.btn-box .btn:hover{
  background-color: #1d692b;
  color: #fff;
}
.box-share{
  margin-bottom: 40px;
}
.personalizacion .btn-social {
    font-size: 30px;
    border-radius: 50%;
    padding: 0;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: none !important;
}
.personalizacion .socicon-bg-facebook{
  background: #3e5b98;
  color: #ffffff;
}
.personalizacion .socicon-bg-twitter {
    background: #4da7de;
    color: #ffffff;
}
/** STEP 3 **/
/*
.cropper-canvas{
  top: -280px !important;
}
.cropper-crop-box{
  top: -280px !important;
}*/
#editor-container{
  max-height: 700px !important;
  max-width: 100% !important;
}
.cropper-canvas img {
  display: block;

  /* This rule is very important, please don't ignore this */
  max-width: 100%;
}
.dropzone .dz-message{
  margin: 0 !important;
}
/** RESPONSIVE **/

@media screen and (max-width: 1780px){
  a.link-personalizar{
    max-width: 150px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 30%;
  }
}
@media screen and (max-width: 1600px){
  .mbr-gallery-title{
    font-size: 12px !important;
  }
}
@media (max-width: 1300px) {
  .mbr-gallery .mbr-gallery-item {
    width: 50%; 
  } 
  .mbr-gallery-title{
    font-size: 15px !important;
  }
  a.link-personalizar{
    max-width: 307px;
    height: 62px;
    font: 400 20px/27px 'Nunito Sans';
    padding-top: 17px;
    bottom: 25%;
  }
  #editor-container{
    max-height: 620px !important;

  }
}
@media (max-width: 900px) {
  .mbr-gallery-title{
    font-size: 13px !important;
  }
  a.link-personalizar{
    max-width: 150px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 30%;
  }
}
@media (max-width: 768px) {
  a.link-personalizar{
    max-width: 150px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 30%;
  }
  #editor-container{
    max-height: 630px !important;
  }
}
@media (max-width: 660px) {
  .img-frame{
    width: 100%;
  }
}
@media (max-width: 565px) {
  .mbr-gallery .mbr-gallery-item {
    width: 100%; 
  }
  a.link-personalizar{
    bottom: 25%;
  }
  .personalizacion .alert-danger {
      max-width: 494px;
      width: 100%;
      height: auto;
      line-height: 24px;
  }
  .image-drop{
    width: 100% !important;
    height: 276px;
  }
  .btn-box{
    margin-top: 0px;
  }
  .img-frame{
    min-height: 200px;
  }
}
@media (max-width: 420px) {

  /*.img-frame{
    margin-top: 40px;
    height: 200px;
  }*/
  .btn-box{
    margin-top: 40px;
  }
  #editor-container{
    max-height: 450px !important;

  }
}