body {
  font-family: "Poppins";
  overflow: hidden;
}

@font-face {
  font-family: Roboto-Light;
  src: url("../files/Roboto-Light.ttf");
  font-family: Roboto;
  src: url("..files/Roboto-Bold.ttf");
}

/* Específicas Gres Aragón */
.headInfo {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 100%;
}

.info {
  top: 80px;
}

.footerInfo {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 200px;
  width: 100%;
}

.checkLabel {
  font-family: Roboto-Light;
  font-size: 1ch;
  font-weight: 300;
}

.leftJustify {
  justify-content: flex-start;
  margin: 0rem 0.1rem;
  display: flex;
  flex-wrap: wrap;
}

.imgSubrayado {
  top: 125%;
  height: 2%;
  visibility: hidden;
}

@-moz-document url-prefix() {
  .imgSubrayado {
    top: 136%;
    height: 1%;
    visibility: hidden;
  }
}

.sideButtonsDiv {
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 35%;
  --widthA: calc(100vw - 400px);
  width: var(--widthA);
  height: 10%;
}

.bottomButtonsContainer {
  margin: 0.5rem 2rem;
  width: 3rem;
  height: 3rem;
}

.midBottomButtonContainer {
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 0.5em;
  left: 33vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leftBottomButtonsContainer {
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 0.5em;
  left: calc(33vw - 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightBottomButtonsContainer {
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 0.5em;
  left: calc(33vw + 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.leftButtonsContainer {
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  --maxHeight: calc(100vh - 50px);
  top: calc(var(--maxHeight) * 0.4);
  left: 3%;
}

.rightButtonsContainer {
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  --maxHeight: calc(100vh - 50px);
  top: calc(var(--maxHeight) * 0.4);
  /*
  --maxWidth: calc(100vw - 400px);
  left: calc(var(--maxWidth) - 6rem); 
  */
  left: calc(63% - 3rem);
}

.bottomButtonsDiv {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 85%;
  --widthA: calc(100vw - 400px);
  width: var(--widthA);
  bottom: 40%;
  height: 10%;
}

.bottomButtonsDiv.show {
  transition: right 0.4s ease-in;
}

.bottomButton {
  width: inherit;
  border-radius: 50%;
  box-shadow: unset;
  background-color: white;
  cursor: pointer;
}

.bottomButtonContainer {
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  position: relative;
}

.col centered colorName {
  text-align: left;
  font: menu;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.colors {
  position: relative;
  /* margin: auto; */
  /* width: 18.5rem; */
  max-height: 15rem;
  padding: 0 1rem;
  list-style: none;
  color: #555;
  overflow: auto scroll;
}

.colors li img {
}

.faldones {
  position: relative;
  margin: auto;
  list-style: none;
  padding: 0;
}

.modelColors {
  position: relative;
  margin: auto;
  list-style: none;
  padding: 0;
}

.modelColors li img {
}

li img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0.15rem #fff;
  cursor: pointer;
}

@keyframes unselected {
  50% {
    transform: scale(0.5);
    opacity: 0.8; /*box-shadow: 0 0 0 .15rem #fff;*/
  }
  /*80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 .15rem #fff; }*/
}
@-o-keyframes unselected {
  50% {
    -o-transform: scale(0.5);
    opacity: 0.8; /*box-shadow: 0 0 0 .15rem #fff;*/
  }
  /*80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 .15rem #fff; }*/
}
@-ms-keyframes unselected {
  50% {
    width: 45%;
    height: 45%;
    opacity: 0.8; /*box-shadow: 0 0 0 .15rem #fff;*/
  }
  /*80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 .15rem #fff; }*/
}
@-webkit-keyframes unselected {
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.8; /*box-shadow: 0 0 0 .15rem #fff;*/
  }
  /*80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 .15rem #fff; }*/
}

li {
  position: relative;
  margin: 1rem 0rem 0.5rem 0rem;
  width: 5rem;
  height: 5rem;
  float: left;
}

li.selected:before {
  opacity: 1;
}

li.selected img {
  animation: selected 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-animation: selected 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-animation: selected 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-animation: selected 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation: selected 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@keyframes selected {
  /*0% { border-color: #fff; }*/
  50% {
    transform: scale(0.5);
  }
}
@-o-keyframes selected {
  /*0% { box-shadow: 0 0 0 .15rem #fff; }*/
  50% {
    -o-transform: scale(0.5);
  }
  /*80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 .15rem #000000; }*/
}
@-ms-keyframes selected {
  /*0% { box-shadow: 0 0 0 .15rem #fff; }*/
  50% {
    width: 45%;
    height: 45%;
    opacity: 0.8;
  }
}
@-webkit-keyframes selected {
  /*0% { box-shadow: 0 0 0 .15rem #fff; }*/
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.8;
  }
}

label {
  margin-right: 1rem;
  cursor: pointer;
}

legend {
  font-size: 2.2ch !important;
  text-align: left;
  cursor: pointer;
  margin: 0 !important;
  color: #000000 !important;
  font-weight: bold;
  padding-left: 1rem !important;
}

.collapsable {
  overflow: hidden;
}

.centered {
  display: flex;
  justify-content: space-around;
  text-align: left;
}

hr {
  margin: 0.5rem !important;
}

.rangeLabel {
  position: sticky;
  left: 2.5vh;
}

.dimensionRange {
  position: absolute;
  right: 2vh;
}

.row label {
  padding: 0 !important;
  margin: 0 !important;
  min-width: 75px;
}

.row input {
  padding: 0;
  margin: 0 !important;
}

input {
  cursor: pointer;
  font-size: smaller !important;
  text-align: center;
}

.row {
  margin: 0 0rem 1rem 0rem !important;
  padding: 0 0.5rem;
}

.col {
  padding: 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  top: 0.5rem;
  margin-right: 0.5rem !important;
}

input[type="range"]:hover {
  opacity: 1;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
}

.style-2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  background-color: #f5f5f5;
}

.style-2::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #f5f5f5;
}

.style-2::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
}

.col label {
  min-width: 7rem;
}

.settings {
  cursor: pointer;
  float: right;
  position: absolute;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  padding: 0;
  right: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 #fff;
  left: unset;
  top: unset;
  bottom: unset;
  animation: unset;
  z-index: 1;
  content: url("../images/settings_pc.png");
}

.settings.show {
  content: url("../images/cierre.svg");
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.settings.crossButton {
  margin: 1rem;
  top: 0;
  right: 0;
  content: none;
}

.collapseButton {
  float: right;
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
  padding: 0;
  right: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 #fff;
  left: unset;
  top: unset;
  bottom: unset;
  animation: unset;
  z-index: 1;
}

.info {
  float: unset;
  position: unset;
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
  padding: 0;
  right: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 #fff;
  left: unset;
  top: 80px;
  bottom: unset;
  animation: unset;
  z-index: 1;
}

.infoPanel {
  position: absolute;
  right: 50%;
  width: fit-content;
  height: fit-content;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  background-color: white;
  border-radius: 10px;
  padding: 2rem 4rem;
  max-width: 90vw;
  max-height: 90vh;
}

.options {
  position: fixed;
  transform-origin: 100% 0%;
  float: right;
  right: 0;
  margin: 0;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  animation: unset;
  overflow-y: auto;
  height: 100%;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity ease-out 0.4s, transform ease-in 0.4s;
}

.options.show {
  width: 33%;
  background: white;
  opacity: 1;
  transform: rotate(0deg);
  transition: opacity ease-in 0.4s, transform ease-out 0.4s;
  height: 100%;
}

.loadImage {
  right: 0;
  bottom: 0;
  position: absolute;
}

.wrapper {
  background-color: #fff;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 500px;
  padding: 2rem;
  width: 100%;
}

.background {
  position: fixed;
  left: 0;
  /*width: 100% !important;
height: 100vh !important;*/
  display: block;
  background: no-repeat center center;
  background-size: cover;
  z-index: -1;
}
/*
.background.show{
width: 100rem !important;
}
*/

#priceText {
  background-color: #efefef;
  padding: 0.5rem 1.5rem;
  text-align: right;
  font-size: 1ch;
  margin: 0.5rem -0.5rem;
}

#price {
  font-weight: 600;
  font-size: 2.5ch;
  margin-left: 0.5rem;
}

input[type="radio"] {
  vertical-align: middle;
  margin: auto;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  box-shadow: inset 0 0 0 0.1rem #aaaaaa;
  cursor: pointer;
  transition: box-shadow 0.1s ease-in;
}

input[type="radio"]:checked {
  box-shadow: inset 0 0 0 0.3rem #000000;
  transition: box-shadow 0.1s ease-out;
}

.logo {
  position: relative;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  margin: 1rem;
  max-height: 3rem;
}

.buyButton {
  margin: 0;
  margin-top: 0.75rem;
}

[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  height: 0;
  overflow: hidden;
  width: 0;
}

[type="submit"] + label {
  color: white;
  cursor: pointer;
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0.3rem 3rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  background-color: #000000;
  border-radius: 2rem;
  overflow: hidden;
}

[type="submit"] + label.btn-3 span {
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  height: 100%;
  width: 50%;
}

[type="button"] + label {
  color: white;
  cursor: pointer;
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0.3rem 3rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  background-color: #000000;
  border-radius: 2rem;
  overflow: hidden;
}

[type="button"] + label.btn-3 span {
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  height: 100%;
  width: 50%;
}

.buyArrow {
  width: 25%;
  height: 25%;
  border-radius: unset;
  box-shadow: unset;
  right: -50%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
}

.buyText {
  font-size: 1ch;
  position: relative;
  left: -25%;
  letter-spacing: 0.2rem;
}

.buttonInfo {
  display: none;
  border-radius: unset;
  box-shadow: unset;
  animation: unset;
  width: 300%;
  bottom: 3.5rem;
  left: -100%;
  position: absolute;
}

.buttonInfo.show {
  display: block;
}
.buttonInfo.show {
  display: block;
}
.buttonInfo.hide {
  display: none !important;
}

.modelImg {
  border-radius: unset;
  box-shadow: unset;
  width: 2rem;
  height: 2rem;
  position: unset;
  background-repeat: no-repeat;
  margin: unset;
  margin-top: 0.5rem;
}

.hiddenForm {
  width: inherit;
  height: inherit;
  cursor: pointer;
}

.imageLabel {
  background-image: url("../images/change_background.svg");
  width: inherit;
  height: inherit;
}

.extSlider {
  top: -75%;
  left: -9rem;
  position: absolute;
  width: 20rem;
}

.extSlider.hide {
  display: none !important;
}

.camRadioB {
  width: 0.5rem !important;
  height: 0.5rem !important;
  margin: 0 !important;
  position: absolute;
  background-color: #aaaaaa;
}

.camOptionContainer {
  position: absolute;
  left: 3.25rem;
  bottom: 4rem;
}

.col p {
  font-size: 1ch;
  font-family: Poppins-Medium;
  margin: 0;
}

.colorName {
  font-family: Roboto-Light;
  font-size: 1ch;
  cursor: pointer;
  margin: 0rem 0.4rem;
  justify-content: left;
}

.initialPopup {
  position: absolute;
  right: 50%;
  width: fit-content;
  height: fit-content;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  background-color: white;
  border-radius: 10px;
  padding: 3rem 2rem 2rem 2rem;
}

.popupBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000c9;
  z-index: 2;
}

.locker {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 1;
}

.popupTitle {
  font-size: 1.5ch;
}

.centeredButton {
  margin: auto !important;
  display: block;
}

input.centeredButton {
  margin: auto !important;
  box-shadow: 0 0 0.25rem grey;
  border: 0.1rem;
}

.initialPopup img.crossButton {
  top: 0;
  margin: 1rem;
}

h1 {
  margin: 0 !important;
}

.codeContainer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  margin: 0 1rem;
  box-shadow: 0 0 2rem 0px #efefef;
  background-color: white;
}

#codeText {
  font-size: 2ch;
  color: #000000;
  font-weight: bold;
}

.infoTitle {
  margin: 0.5rem;
  padding: 0.5rem;
  color: #000000;
  font-weight: 600;
  font-size: xx-large;
}

.infoTitle span {
  color: #313131;
  font-size: 1em;
}

.bold-orange {
  color: #000000;
  font-weight: bolder;
}

.infoImage {
  max-width: 80vw;
  max-height: 40vh;
}
.arrowButton {
  width: 1.5rem !important;
  position: absolute;
  top: 27.5%;
  right: 2rem;
  cursor: pointer;
}
.prevButton {
  transform: rotateZ(180deg);
  left: 2rem;
  right: unset;
}
.infoTitle2 {
  margin: 1rem;
  font-weight: 600;
}
.infoText {
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: small;
  max-width: fit-content;
}

.customBtn {
  color: white;
  background-color: #000000;
  border-radius: 2rem;
  font: menu;
  min-width: fit-content;
  min-height: fit-content;
  padding: 0.5rem 2.5rem !important;
  border-style: none;
}

.buttonContainer {
  /*padding: 2rem 0 !important;
margin: auto;*/
}
input.centeredButton {
  margin-bottom: 1rem !important;
  width: 50%;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.backgroundImage {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  display: block !important;
}

.rotateMobile {
  background: url(../images/gresaragon/rotate_device.png) no-repeat center
    center;
  position: relative;
  margin: auto;
  top: 25%;
  width: 50%;
  height: 50%;
}

#orientationAlert {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3 !important;
  background-color: rgb(255, 255, 255);
  top: 0px;
  margin: 0px;
}

/************/
/*Responsive*/
/************/
@media screen and (max-width: 600px) {
  /*@media screen and (orientation: portrait) {

    #orientationAlert {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block !important;
      z-index: 3 !important;
      background-color: rgb(255, 255, 255);
      top: 0px;
      margin: 0px;
    }

  }*/

  .background.show {
    left: 0rem;
    /*width: 100rem !important;*/
  }

  .options {
    /*height: 90% !important;*/
    width: 100% !important;
    height: 100% !important;
  }

  .bottomButtonsDiv {
    right: 2rem !important;
  }

  .popupTitle {
    font-size: 1.5ch;
  }

  .buttonContainer :not(.centeredButton) {
    margin: 2rem 0 !important;
  }

  .infoPanel {
    max-width: 90vh;
    padding: 1rem 1rem !important;
  }

  .arrowButton {
    width: 1.5% !important;
    right: 1rem;
  }

  .prevButton {
    left: 1rem;
    right: unset;
  }

  .settings {
    width: 2rem;
    height: 2rem;
    content: url("../images/settings_mobile.png");
  }

  .codeContainer {
    font-size: xx-small;
  }
}

@media screen and (max-height: 600px) {
  /*
  .background.show{
    width: 100rem !important;
  }
  */
  .popupTitle {
    font-size: 1.5ch;
  }

  .centeredButton {
    font-size: small;
  }

  .infoPanel {
    max-height: 90vh;
    padding: 1rem 2rem !important;
  }

  .infoTitle {
    margin: 0.25rem;
    padding: 0.25rem;
  }
  .arrowButton {
    width: 1.5% !important;
    right: 1rem;
  }
  .prevButton {
    left: 1rem;
    right: unset;
  }
  .infoTitle2 {
    margin: 0.5rem;
  }
  .infoText {
    padding: 0rem 0.25rem;
    margin: 0rem 0.25rem;
    font-size: smaller;
    max-height: 15vh;
  }

  .settings {
    width: 2rem;
    height: 2rem;
    content: url("../images/settings_mobile.png");
  }
  .codeContainer {
    font-size: xx-small;
  }
}

.navigateButton {
  cursor: pointer;
  height: 2rem;
  top: 0;
  right: 0;
  float: right;
  margin-top: 4rem;
  position: absolute;
  margin-right: 4rem;
  color: #313131;
}

.navigateButton p {
  height: 1rem;
}

.navigateButton span {
  color: #000000;
}

.navigateButton img {
  width: 0.5rem;
  max-height: 100%;
}

.navigateButton .rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.closeBg {
  cursor: pointer;
  float: right;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.5rem;
  padding: 0;
  right: 2.5rem;
  border-radius: 0;
  box-shadow: 0 0 0 0 #fff;
  left: unset;
  top: unset;
  bottom: unset;
  animation: unset;
  z-index: 1;
  display: none;
  transition: right 0.2s;
}

.closeBg.show {
  display: block;
}

.closeBg.menuOn {
  right: 20rem;
}

/* PopUps Background Image */
/* The Modal (background) */
.my-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; /* Full width */
  overflow: auto; /* Enable scroll if needed */
  background-color: #000000c9;
  z-index: 2;
}

.my-modal-mobile {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; /* Full width */
  overflow: auto; /* Enable scroll if needed */
  background-color: #000000c9;
  z-index: 2;
}

/* Modal Content */
.my-modal-content {
  font-family: Poppins;
  border-radius: 10px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  height: 80%;
  display: flex;
  flex-direction: column;
  min-width: 850px;
  max-width: 950px;
}

.my-modal-content-mobile {
  font-family: Poppins;
  border-radius: 10px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  height: 90%;
  display: flex;
  flex-direction: column;
}

.my-modal-content-scrollable {
  overflow-y: scroll;
}

.my-modal-content-scrollable::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  background-color: #f5f5f5;
}

.my-modal-content-scrollable::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #f5f5f5;
}

.my-modal-content-scrollable::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
}

.my-modal-content-help {
  font-family: Poppins;
  border-radius: 10px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  height: 80%;
  display: flex;
  flex-direction: column;
  min-width: 850px;
  max-width: 1010px;
}

.my-modal-submit {
  background: url("../images/subetufoto.png") no-repeat center;
}

.my-modal-close {
  align-self: flex-end;
}

.my-modal-close-help {
  align-self: flex-end;
}

.my-modal-close-mobile {
  align-self: flex-end;
}

.my-modal-close-help-mobile {
  align-self: flex-end;
}

.my-modal-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 20%;
  align-items: stretch;
  overflow: visible;
}

.my-modal-row-mobile {
  display: flex;
  flex-direction: column;
}

.my-modal-row-with-cols {
  display: flex;
  flex-direction: row;
  height: 45%;
  justify-content: center;
  max-height: 270px;
}

.my-modal-row-with-cols-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.my-modal-row-line {
  padding-bottom: 10px;
  width: 104%;
  align-self: center;
}

.first-modal-row-title {
  font-weight: bold;
  font-size: 30px;
  margin-left: 30px;
  color: #000000;
}

.first-modal-row-hr {
  width: 100%;
  color: #000000;
}

.first-modal-row-paragraph {
  font-weight: bold;
  font-size: 12px;
  margin-left: 30px;
}

#secondRow {
  height: 35%;
  max-height: 190px;
}

#secondRow img {
  max-width: 800px;
  padding: 0px 200px 0px 200px;
}

.my-modal-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px;
}

.my-modal-column-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.my-modal-column-help {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}

.my-modal-column-help-mobile {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-modal-column-help-mobile img {
  width: 100%;
  max-width: 450px;
}

.vertLine {
  border-left: 1pt solid rgb(168, 168, 168);
  height: 440px;
  align-self: center;
}

.horLine {
  width: 88%;
  align-self: center;
  border-width: 0pt 0pt 1pt 0pt;
  border-style: solid;
  border-color: rgb(168, 168, 168);
  margin-bottom: 20px;
}

.my-modal-column img {
  height: 100%;
  width: 100%;
  max-width: 250px;
  max-height: 200px;
}

.my-modal-column-mobile img {
  height: 100%;
  width: 100%;
  max-width: 220px;
  max-height: 175px;
  margin: 10px;
}

.my-modal-column-help img {
  height: 100%;
  width: 100%;
}

.my-modal-row-footer {
  font-style: italic;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

/* The Close Button */
.my-modal-close {
  color: #aaaaaa;
  float: right;
  width: 2%;
  height: 2%;
}

.my-modal-close-mobile {
  color: #aaaaaa;
  float: right;
  width: 3%;
  height: 3%;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.my-modal-close-help {
  color: #aaaaaa;
  float: right;
  width: 2%;
  height: 2%;
}

.my-modal-close-help-mobile {
  color: #aaaaaa;
  float: right;
  width: 3%;
  height: 3%;
}

@media screen and (max-width: 600px) {
  /* Popup help */
  .my-modal-content-help {
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    height: 80%;
    display: flex;
    flex-direction: row !important;
  }

  .my-modal-row-line {
    width: 108%;
  }
}
