html {
    overflow: hidden;
}
div#edit-field-servicio-medidas-wrapper, div#edit-field-servicio-tecnica-wrapper, div#edit-field-servicio-soporte-wrapper, div#edit-actions, div#edit-field-servicio-precio-wrapper{
  display: none;
}
div#main-content {
    position: relative;
    height: 100%;
}
div#form-steps {
    position: relative;
    z-index: 9;
}
#form-steps .steps {
  margin: 10px 0px;
  position: relative;
  height: 40px;
  display: none;
}
#form-steps .line {
  width: 100%;
  height: 5px;
  background: #ddd;
  position: relative;
  border-radius: 10px;
  overflow: visible;
  margin-bottom: 20px;
  margin-top: 30px;
}
div#conteiner-configurador {
  overflow: auto;
  padding-bottom: 15px;
  position: relative;
}
div#ir-al-configurador {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: #fff;
}
.configurar-ya {
    padding: 10px 20px;
    background: #EAD9C8;
    color: #fff;
    min-width: 200px;
    text-align: center;
    font-family: 'outfit';
font-weight: 500;
    letter-spacing: 2px;
    border: 4px solid #5C5045;
    cursor: pointer;
}
.container-btn-configuracion .configurar-ya {
    padding: 20px;
    font-size: 20px;
}
.texto p, .texto h6, .texto p, .texto h5 {
    font-family: 'outfit';
    font-weight: 500;
}
div#form-steps .margin-bottom-15 {
    margin-bottom: 15px;
}
div#form-steps .margin-bottom-45 {
    margin-bottom: 45px;
}
div#ver-video-ejemplo {
    width: auto;
    max-width: 750px;
    border: 0;
    height: auto;
    max-height: initial;
}
div#ver-video-ejemplo iframe {
    width: auto;
    height: 100%;
    min-width: 80%;
    min-height: 40vh;
}
.caja-informacion{
    border: 3px solid;
    max-width: 400px;
    margin: 0 auto;
    width: 80%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title-caja-informacion {
    font-family: 'outfit';
font-weight: 500;
    letter-spacing: 2px;
    font-size: 20px;
}
.caja-informacion p {
    margin: 3px;
    font-size: 14px;
}
.container-btn-configuracion {
    margin: 30px 10px 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#form-steps .entity-meta {
  display: none;
}
#form-steps .slider-ctr {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#form-steps .steps > div {
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  height: 25px;
  padding: 0 5px;
  display: inline-block;
  width: 80px;
  text-align: center;
}
#form-steps .steps > div > .liner {
  position: absolute;
  height: 2px;
  width: 0%;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #999;
}
#form-steps .steps > div > span {
  line-height: 25px;
  height: 25px;
  margin: 0;
  color: #777;
  font-family: 'LemonLight', sans-serif;
  font-size: .9rem;
  font-weight: 300;
}
#form-steps .line .dot-move {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%) scale(3);
  -ms-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
  background: #EAD9C8;
  border-radius: 50%;
}
#form-steps .line .dot {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  left: 0;
  background: #ddd;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2.5);
  -ms-transform: translate(-50%, -50%) scale(2.5);
  transform: translate(-50%, -50%) scale(2.5);
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "outfit";
  color: #bbbbbb;
}
#form-steps .line .dot.zero {
  left: 0%;
  background: #fff;
  color: #5C5045;
}
#form-steps .line .dot.center-left {
  left: 33%;
  background: #bbb;
}
#form-steps .line .dot.center-right {
  left: 66%;
  background: #bbb;
}
#form-steps .line .dot.full {
  left: 100%;
  background: #bbb;
}
#form-steps .steps > div.step-two {
  left: 33%;
  display: none;
}
#form-steps .steps > div.step-three {
  left: 66%;
  display: none;
}
#form-steps .steps > div.step-four {
  left: 100%;
  display: none;
}
#form-steps fieldset#edit-field-servicio-tecnica--wrapper > legend {
    display: none;
}
fieldset#edit-field-servicio-tecnica--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
#form-steps .btn-acciones > div {
  float: right;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 5px 10px 0px;
  cursor: pointer;
  color: #fff;
  background: #EAD9C8;
  border-radius: 5px;
}
#form-steps .line .line-fill {
  content: "";
  height: 100%;
  position: absolute;
  width: 0%;
  background: #EAD9C8;
}
label#edit-field-servicio-imagen-0--label{
  display: none;
}
.title-step {
  font-size: 25px;
  color: #5C5045;
  margin-bottom: 15px;
}
.btn-acciones {
    max-width: 500px;
    margin: 0 auto;
}
#form-steps .btn-acciones > div.atras {
  float: left;
  background: transparent;
  color: rgb(255 255 255 / 75%);
  font-size: 16px;
  transform: rotate(180deg);
  margin: 10px 0px 0px 5px;
}
.siguiente img {
    margin-right:-6px;
}
.atras img {
    margin-left: 5px;
    opacity: .5;
}
div#edit-actions {
    text-align: center;
}
.vertical-tabs.clearfix, .form-item-title-0-value, div#edit-field-servicio-tipo-wrapper,label[for^='edit-field-servicio-imagen'], div#edit-field-servicio-imagen-0--description, fieldset#edit-field-servicio-medidas--wrapper legend, fieldset#edit-field-servicio-soporte--wrapper legend {
  display: none !important;
}
#form-steps .btn-acciones > div {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  border-radius: 500px;
  transform: rotate(0deg);
  padding: 5px;
  margin: 10px 5px 0px 0px;
}
div#form-steps h1 {
  border: none;
  font-size: 22px;
  padding: 0px;
  margin: 15px 0px 0px;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
}
div#form-steps > h1{
  display: none;
}
div#form-steps h5 {
  margin: 0px 0px 20px;
  padding: 0px;
  text-align: center;
  font-size: 20px;
  color: #5C5045;
  font-weight: 100;
  font-family: 'outfit';
}
.opigno-file-widget-wrapper .empty-informations > div {
    font-size: 25px;
}
.opigno-file-widget-wrapper .image-widget img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}
.form-group.js-form-item.form-item.js-form-type-managed-file.form-item-field-servicio-imagen-0.js-form-item-field-servicio-imagen-0 {
  display: flex;
  background: transparent;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  /*margin-bottom: 200px;*/
}
div#edit-field-servicio-imagen-wrapper div#ajax-wrapper{
  
}
.form-group.js-form-item.form-item.js-form-type-managed-file.form-item-field-servicio-imagen-0.js-form-item-field-servicio-imagen-0 .form-element-wrapper {
  width: 100%;
}
div#pasos-configurador {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 75px;
}
.title-step-one, div#edit-field-servicio-soporte-wrapper {
    margin-top: 20px;
}
div#precio {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5C5045;
  padding: 5px;
  color: #fff;
  height: 45px;
}
div#precio div{
  position: absolute;
  font-size: 20px;
  font-family: 'outfit';
font-weight: 500;
}
div#precio span {
  margin-right: 5px;
}
div#edit-field-servicio-soporte-wrapper {
    margin-bottom: 100px;
}
div#edit-field-servicio-imagen-wrapper .image-widget.js-form-managed-file.form-managed-file.clearfix {
    margin-bottom: 15px;
}
div#content div#form-steps input#edit-submit {
  background: #EAD9C8;
  color: #fff;
  font-size: 25px;
  padding: 15px 10px;
  margin: 0 auto;
  border: 5px solid #5C5045;
  font-family: 'outfit';
font-weight: 500;
  letter-spacing: 3px;
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 100%;
}
.image-widget.js-form-managed-file.form-managed-file.clearfix {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
div#form-steps .opigno-file-widget-wrapper {
    overflow: hidden;
    border: 4px solid #EAD9C8;
}
div#content div#form-steps input[type='radio'] {
    border-radius: 20px;
    display: none;
}
div#edit-field-servicio-medidas-wrapper {
    height: auto;
    overflow: auto;
}
div#edit-field-servicio-tecnica-wrapper{
  height: 100%;
}
div#edit-field-servicio-tecnica > div {
    width: calc(50% - 10px);
    float: left;
    margin: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
div#content div#form-steps div#edit-field-servicio-tecnica input[type='radio'] ~ label{
  text-align: center;
  background: transparent;
  opacity: .75;
  font-family: 'outfit';
font-weight: 500;
  letter-spacing: 2px;
  max-width: 250px;
  max-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #5C5045;
}
div#content div#form-steps div#edit-field-servicio-tecnica input[type='radio']:checked ~ label{
    background: transparent;
    opacity: 1;
    border: 0px;
    width: 100%;
    height: 100%;
    text-shadow: 0 3px 2px #0000004f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
div#content div#form-steps #edit-field-servicio-medidas input[type='radio']:checked ~ label {
    border: 2px solid #EAD9C8;
    padding: 3px 10px;
    background: rgb(255 158 27 / 75%);
    color: #fff;
}

div#content div#form-steps input[type='radio'] ~ label {
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
}

div#content div#form-steps #edit-field-servicio-medidas input[type='radio'] ~ label {
    padding: 5px 12px;
    cursor: pointer;
    background: transparent;
    border: 3px solid #5C5045;
    width: 90px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-family: "outfit";
    letter-spacing: 1px;
    margin: 10px auto;
    border-radius: 0px;
}
div#form-steps input[name='files[field_servicio_imagen_0]'] {
    position: absolute !important;
    left: -30px !important;
    top: -30px !important;
    width: 10000px !important;
    height: 10000px !important;
}
.form-group.js-form-item.form-item.js-form-type-managed-file.form-item-field-servicio-imagen-0.js-form-item-field-servicio-imagen-0 .opigno-file-widget-wrapper .image-widget.js-form-managed-file.form-managed-file.clearfix img{
  border: 10px solid;
  border-color: #444444 #252525 #0c0c0c;
  margin: 0px;
  width: auto;
  height: auto;
  max-height: 200px;
  margin-bottom: 10px;
  box-shadow: 0px 5px 7px rgb(0 0 0 / 80%);
}
span.file.file--mime-image-jpeg.file--image {
    display: block;
}
fieldset#edit-field-servicio-medidas--wrapper .fieldset-wrapper {
    width: 100%;
}
.form-group.js-form-item.form-item.js-form-type-managed-file.form-item-field-servicio-imagen-0.js-form-item-field-servicio-imagen-0 .opigno-file-widget-wrapper .image-widget.js-form-managed-file.form-managed-file.clearfix img:after{
  content: "";
  border: 2px solid;
  border-color: #444444 #252525 #0c0c0c;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.sala .pared {
  height: 85%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(223,219,216,1) 100%);
  border-bottom: 2px solid #00000033;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pared:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 0.1) 60%);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.suelo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 15%;
  width: 100%;
  background: #5C5045;
  background-image: url(/modules/custom/valerogarte_obras/img/suelo.jpg);
  background-size: contain;
}
.container_banco {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.suelo .banco {
  max-height: 500px;
  max-width: 382px;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: auto;
  position: absolute;
  margin-top: 10px;
  overflow: visible;
  background-image: url(/modules/custom/valerogarte_obras/img/banco.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.max_size {
  position: absolute;
  top: -8px;
  width: 100%;
  font-size: 12px;
  font-family: 'outfit';
font-weight: 500;
  text-align: center;
}
div#edit-field-servicio-imagen-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
div#edit-field-servicio-medidas-wrapper > * {
    width: 50%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.contenedor-sala {
    display: flex;
    justify-content: center;
    align-items: center;
}
.imagen-en-sala {
    position: relative;
    width: auto;
    margin-top: 25px;
    max-width: 90%;
}
.imagen-en-sala img {
    max-width: 100%;
    max-height: 150px;
    border-left: 1px solid #5C5045;
    padding-left: 5px;
}
.imagen-en-sala .ancho {
  border-bottom: 1px solid #5C5045;
  margin-bottom: 5px;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: rgb(0 0 0 / 25%);
}
.imagen-en-sala .alto {
    position: absolute;
    top: -20px;
    height: 100%;
    font-size: 13px;
    color: rgb(0 0 0 / 25%);
}
div#content div#form-steps #edit-field-servicio-medidas input[type='radio'] ~ label.option[for='edit-field-servicio-medidas-a5'] {
    width: 63px;
    height: 75px;
}
div#content div#form-steps #edit-field-servicio-medidas input[type='radio'] ~ label.option[for='edit-field-servicio-medidas-a4'] {
    width: 75px;
    height: 90px;
}
div#content div#form-steps #edit-field-servicio-medidas input[type='radio'] ~ label.option[for='edit-field-servicio-medidas-a3'] {
    width: 90px;
    height: 105px;
}
div#content div#form-steps #edit-field-servicio-medidas input[type='radio'] ~ label.option[for='edit-field-servicio-medidas-50x70'] {
    width: 100px;
    height: 115px;
}
div#content div#form-steps #edit-field-servicio-medidas input[type='radio'] ~ label.option[for='edit-field-servicio-medidas-100x70'] {
    width: 115px;
    height: 135px;
}
.contenedor-sala-tecnica.dibujo {
    -webkit-filter: grayscale(100%) brightness(1.1) contrast(1.1) ;
    filter: grayscale(100%) brightness(1.1) contrast(1.1) ;
}
.contenedor-sala-tecnica.pintura {
    -webkit-filter: saturate(1.3);
    filter: saturate(1.3);
    margin-top: 10px;
}
.contenedor-sala-tecnica img {
    max-height: 150px;
    border: 7px solid;
    border-color: #0c0c0c #252525 #444444
}
div#content div#form-steps div#edit-field-servicio-tecnica input[type='radio']:checked ~ label .pintura img {
    box-shadow: 5px 9px 2px 0px #00000073;
}

div#content div#form-steps div#edit-field-servicio-tecnica input[type='radio']:checked ~ label .dibujo img {
    box-shadow: -5px 9px 2px 0px #00000073;
}
fieldset#edit-field-servicio-tecnica--wrapper .fieldset-wrapper {
    width: 100%;
}
div#edit-field-servicio-tecnica {
    position: relative;
    overflow: auto;
}
div#edit-field-servicio-tecnica > div.contenedor-sala-tecnica.luz {
    position: absolute;
    width: 50%;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 85%) 25%, rgb(255 255 255 / 40%) 50%, rgb(130 130 132 / 0%) 60%);
    left: 0px;
}
fieldset#edit-field-servicio-soporte--wrapper .fieldset-wrapper {
    width: 100%;
}
fieldset#edit-field-servicio-soporte--wrapper .fieldset-wrapper .form-group {
    width: 33.3334%;
    float: left;
    display: flex;
    justify-content: center;
}
div#edit-field-servicio-medidas {
    height: auto;
    overflow: auto;
}
div#content div#form-steps div#edit-field-servicio-soporte input[type='radio'] ~ label {
    width: 110px;
    height: 110px;
    float: left;
    margin: 0px 15px 15px 0px;
    text-align: center;
    border: 5px solid #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-family: 'outfit';
font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    color: rgb(22 24 27 / 75%);
}
div#content div#form-steps div#edit-field-servicio-soporte input[type='radio'] ~ label:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(22 24 27 / 30%);
    position: absolute;
    left: 0px;
    top: 0px;
}
div#content div#form-steps div#edit-field-servicio-soporte input[type='radio']:checked ~ label:before{
  display: none;
}
div#content div#form-steps div#edit-field-servicio-soporte input[type='radio']:checked ~ label {
    border: 5px solid rgb(255 158 27);
    color: #5C5045;
    font-weight: bold;
}

div#content div#form-steps div#edit-field-servicio-soporte input[type='radio'] ~ label[for="edit-field-servicio-soporte-papel"] {
  background-image: url(https://valerogarte.synology.me/sites/default/files/otros/papel.jpg);
}
div#content div#form-steps div#edit-field-servicio-soporte input[type='radio'] ~ label[for="edit-field-servicio-soporte-cartulina"] {
  background-image: url(https://valerogarte.synology.me/sites/default/files/otros/cartulina.jpg);
}
div#content div#form-steps div#edit-field-servicio-soporte input[type='radio'] ~ label[for="edit-field-servicio-soporte-carton"] {
  background-image: url(https://valerogarte.synology.me/sites/default/files/otros/carton.png);
}
div#content div#form-steps div#edit-field-servicio-soporte input[type='radio'] ~ label[for="edit-field-servicio-soporte-lienzo"] {
  background-image: url(https://valerogarte.synology.me/sites/default/files/otros/lienzo.png);
}
div#content div#form-steps div#edit-field-servicio-soporte input[type='radio'] ~ label[for="edit-field-servicio-soporte-tabla"] {
  background-image: url(https://valerogarte.synology.me/sites/default/files/otros/tabla.jpg);
}
.contacto_whatsapp {
    position: fixed;
    width: 80px;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    cursor: pointer;
    z-index: 99;
}
div#main-informacion-configurador {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: auto;
    padding: 10px 10px 0px;
}
.width-33, .width-50 {
  float: left;
  width: 33.33333%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.width-50{
  width: 50%;
}
.width-33 > div, .width-50 > div {
    color: #fff;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center !important;
    background-repeat: no-repeat;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-family: "outfit";
    letter-spacing: 2px;
    text-shadow: 0px 0px 5px #5C5045;
    text-align: center;
    cursor: pointer;
}
.row-fotos{
  height: 20vh;
}
.row-fotos-2{
    display: flex;
    justify-content: center;
}
.texto {
    text-align: center;
}
div#galeria-imagenes-muestra {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(22 24 27 / 75%);
}
.imagenes-muestra .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100% !important;
}
.swiper-slide > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container {
    height: 100%;
}
.swiper-slide > div img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px 15px;
}
div#cerrar_promo {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 11;
}
@media (max-width: 600px) {
  fieldset#edit-field-servicio-soporte--wrapper .fieldset-wrapper .form-group {
    width: 50%;
  }
}