
html, body {}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family:"Lato"; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.2;
  font-smooth: auto;
  font-smooth: never;
  font-smooth: always;
}

/* ::-moz-selection { background: #666; color: #000; text-shadow: none; }
::selection { background: #666; color: #000; text-shadow: none; } */

a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: none; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

select{
  width: 80%;
}
/* A PARTIR DE ESTA LÍNEA SE COPIA EL CÓDIGO CSS EN LA HOJA DE ESTILOS CORRESPONDINTE DE MAGENTO */

.mailing{
  background-color: #000;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 550px;
  /* max-height: 550px; */
  color: #FFF;
  margin: auto;
  /* padding: 50px; */
}
.mailing .logotipos{
  width: 100%;
  height: auto;
  overflow: auto;
}
.mailing .logotipo-solicitud{
  width: 70%;
  float: left;
}
.mailing .logotipo-solicitud img{
  width: 70%;
}
.mailing .logotipo-casa{
  width: 30%;
  float: left;
  text-align: center;
}
.mailing .logotipo-casa img{
  width: 60%;
}
.titulo{
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.desc-tit{
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 12px;
  margin-bottom: 30px;
}
.areas{
  text-align: left;
  font-size: 14px;
}
.formulario{
  /* padding-left: 100px;
  padding-right: 30px; */
  width: 100%;
  overflow: auto;
  text-align: center;
}
.mailing input{
  width: 95%;
  border: 1px solid #e0e0e0;
  height: 25px;
  box-shadow: inset 0px 0px 5px 0px #eaeaea;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  vertical-align: baseline;
  line-height: normal;
  color: #222;
  font-family: "Lato";
  display: inline-block;
  font-size: 15px;
}
.etiqueta{
  float: left;
  width: 20%;
  text-transform: uppercase;
  font-size: 14px;
}
.campo{
  float: left;
  width: 80%;
  margin-bottom: 20px;
}
.clear{
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.mc-field-group{
    margin-bottom: 20px;
}
.img-bloque{
  margin-bottom: 30px;
  height: auto;
  overflow: auto;
}
.img-item{
  width: 33%;
  float: left;
  font-size: 12px;
  text-align: center;
}
.opciones{
  font-size: 12px;
  text-transform: uppercase;
}
.item-attr{
  text-align: left;
}
.item-attr input{
  width: 40%;
  height: auto;
  text-align: left;
}
.img-item .item-attr .opciones input{
  width: 13px;
  text-align: left;
}
.archivo{
  font-size: 12px;
  text-transform: uppercase;
}
.archivo input{
  width: 50%;
  background: #c2a025;
  color: #FFF;
}
/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.clear input{
  background-color: #c2a025;
  color: #FFF;
  width: 100%;
  border: 1px solid #c2a025;
  height: 30px;
  background: #c2a025;
  vertical-align: baseline;
  line-height: normal;
  color: #FFF;
  font-family: "Lato";
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
/* ESTILO PARA MÓVIL, */
@media only screen and (min-width : 320px) and (max-width : 736px) {
  .modal-content {
    width: 80%;
    height: auto;
  }
  .mailing{
    height: 100%;
  }
  .close{
    font-size: 40px;
  }
  .mc-field-group{
      margin-bottom: 10px;
  }
  .etiqueta{
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .campo{
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .clear{
    width: 100%;
  }
  .opciones{
    font-size: 6px;
  }
  .archivo input{
    width: 100%;
  }
}
