#logo div {
  text-align: center;
  padding-top:100px;
  padding-bottom:100px;
}
#logo div img {
  margin:auto;
  width:auto;
  max-width:100%;
}
.revistas {
  padding:15px;
  width:25%;
  position: relative;
  display: flex;
  text-align: center;
}
.revistas .preview {
  position: absolute;
  top:55%;
  left:50%;
  transform: translate(-50%, -50%);
  display: block;
  padding:12px;
  color:rgba(255,255,255,0.3);
  font-size: 25px;
  background-color:rgba(0,0,0,0.3);
  border-radius: 12px;
  font-family:'Source Serif Pro', serif;
  font-weight: 900;
}
#cta {
  display: flex;
  padding-top: 100px;
  padding-bottom:100px;
  justify-content: space-around;
  flex-direction: row;
}
#cta .cta-item {
  justify-content: space-between;
  max-width: 50%;
}
#cta p { text-align:left; }
.cta-item a {
  display:block;
  padding:15px 25px;
  color:#000000;
  border-radius: 4px;
  background-color: #f7f411;
  font-size: 20px;
  font-weight: 600;
}
.revistas:hover .preview {
  top:50%;
  background-color:rgba(0, 0, 54, 0.6);
  color:rgba(255,255,255,0.9);
}
#contact {
  background-color: #110b0b;
  padding:100px 0;
  color:#fbfae5;
  width:100%;
  float:left;
}
.footer-bottom .cont { display: block; }
#contact .cont div {
  text-align: left;
  max-width:50%;
  padding:15px;
}
#contact #success_message {
  width:100%!important;
  max-width:100%!important;
}
#contact h4 {
  font-weight: 900;
  color:#f7f411;
  font-size: 5rem;
}
#contact h5 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 3.2rem;
}
#contact .cont div:first-of-type p {
  margin-top: 1.4rem;
  max-width: 80%;
}
.footer-bottom {
  background-color: #f7f411;
  border-top:solid 12px #fcfbad;
  padding:4rem 0 5rem 0;
  color:#ffffff;
  float:left;
  width:100%;
}
.footer-bottom .cont {text-align: left;}
.footer-bottom .cont ul li {
  font-weight: 700;
  font-size: 1.7rem;
  margin-top:0.4rem;margin-left: 15px;
}
.footer-bottom .cont ul li:nth-of-type(2) {margin-top:1.7rem;}
.footer-bottom .cont ul li a {color:#000000;}
/* FORMULARIO */
.form {padding:0 0 0 6rem;}
.input-softa, .textarea-softa {
  width:100%;
  background-color: #ffffea;
  color:#6f5b5b;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 4px;
  border:none;
  font-family: 'Source Sans Pro', sans-serif;
  padding:11px;
  margin-top:1.2rem;
  box-sizing: border-box;
  resize: vertical;
}
.form .input-softa:first-child {margin-top:0rem;}
.textarea-softa {height: 17.5rem;}
.send-softa {
  width:100%;
  background-color: #f7f411;
  color:#000000;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 4px;
  border:none;
  font-family: 'Source Sans Pro', sans-serif;
  padding:11px;
  margin-top:1.2rem;
  box-sizing: border-box;
  cursor: pointer;
}
.cont div .contact-message {
  width:100%;
  padding-top:1.5rem;
}
.contact-message h6 {
  font-size:3rem;
  font-weight: 700;
  color:#ffffea;
  text-align: center;
  line-height: 1.2;
}
.contact-message p {
  font-size:2rem;
  margin:auto;
  font-weight: 400;
  color:#ffffea;
  text-align: center;
}
.modal {
  display: none;
  width: 100%;
  max-width: 1000px!important;
}
.credits {
  float:right;
  color:#000000;;
  font-size: 1.7rem;
  font-weight: 900;
  margin-top:-1.7rem;
  margin-right: 15px;
}

/* Estilos para lazy load  */
img {
  display: block;
  border: 0;
  width: auto;
  height: auto;
}
a img { opacity: 0; }
img:not(.initial) { transition: opacity 1s; }
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) { visibility: hidden; }
#services .cont a img, .cont div img {
  margin-left:auto;
  margin-right:auto;
}
/* END Estilos para lazy load  */
