/* ==========================================
   Reset General
   ========================================== */
* {
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body, html {
  width:100%;
  height:100%;
  overflow:hidden;
  font-family:'Arial', sans-serif;
}


/* ==========================================
   1170px - Resolución Base (Sin prefijo)
   ========================================== */
.cover-container {
  width:100vw;
  height:100vh;
  background:url('/images/site/cover/cover-page.jpg') no-repeat center center / cover;
  display:flex;
  justify-content:center;
  align-items:center;
}

.content-box {
  display:flex;
  align-items:center;
  color:#fff;
  max-width:1100px;
  padding:20px;
}

.text-left {
  text-align:right;
  line-height:normal;
  font-family:'Arial', sans-serif;
}

.text-left h2 {
  font-size:40px;
  font-weight:300 !important;
}

.text-left h1 {
  font-size:40px;
  font-weight:900;
}

.vertical-line {
  width:3px;
  height:140px;
  background-color:#fff;
  margin:0 25px;
  flex-shrink:0;
}

.text-right {
  font-family:'Arial', sans-serif;
}

.text-right .description {
  font-size:20px;
  line-height:normal;
  margin-bottom:12px;
  color:#fff;
  font-weight:300;
}

.text-right .description strong {
  font-weight:800;
}

.notify-form {
  display:inline-flex;
  background-color:#fff;
  border-radius:30px;
  padding:3px;
  box-shadow:0 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom:14px;
}

.notify-form button {
  background-color:#ffeb00;
  color:#000;
  border:none;
  font-weight:900;
  font-size:13px;
  padding:8px 18px;
  border-radius:25px;
  cursor:pointer;
  letter-spacing:0.5px;
  font-family:'Arial Black', sans-serif;
  white-space:nowrap;
}

.notify-form button:hover {
  background-color:#e6d200;
}

.notify-form input {
  border:none;
  outline:none;
  padding:8px 15px;
  font-size:14px;
  color:#555;
  background:transparent;
  width:260px;
}

.contact-info {
  font-size:14px;
  color:#e0e0e0;
  line-height:normal;
}

.contact-info strong {
  color:#fff;
}

.contact-info a {
  color:#ffeb00;
  text-decoration:none;
}

.contact-info a:hover {
  text-decoration:underline;
}

.contact-info .emails-line {
  white-space:nowrap;
}


/* ==========================================
   res1810 - Pantallas Grandes
   ========================================== */
.res1810 .content-box {
  max-width:1160px;
}

.res1810 .text-left h2 {
  font-size:60px;
}

.res1810 .text-left h1 {
  font-size:60px;
}

.res1810 .vertical-line {
  height:230px;
}

.res1810 .text-right .description {
  font-size:30px;
}

.res1810 .notify-form button {
  font-size:22px;
}

.res1810 .notify-form input {
  font-size:24px;
  width:400px;
}

.res1810 .contact-info {
  font-size:24px;
}


/* ==========================================
   res940 - Laptops y Tablets Horizontales
   ========================================== */
.res940 .cover-container {
  background:url('/images/site/cover/cover-page-940.jpg') no-repeat center center / cover;
}
.res940 .content-box {
  max-width:900px;
}

.res940 .text-left h2,
.res940 .text-left h1 {
  font-size:42px;
}

.res940 .vertical-line {
  height:120px;
  margin:0 20px;
}

.res940 .text-right .description {
  font-size:18px;
}

.res940 .notify-form input {
  width:230px;
  font-size:13px;
}

.res940 .notify-form button {
  font-size:12px;
  padding:7px 15px;
}

.res940 .contact-info {
  font-size:13px;
}


/* ==========================================
   res720 - Tablets Verticales
   ========================================== */
.res720 .cover-container {
  background:url('/images/site/cover/cover-page-720.jpg') no-repeat center center / cover;
}
.res720 .content-box {
  flex-direction:column;
  text-align:center;
  max-width:680px;
  padding:15px;
  margin-top:-74px;
}

.res720 .text-left {
  text-align:center;
}

.res720 .text-left h2,
.res720 .text-left h1 {
  font-size:26px;
}

.res720 .vertical-line {
  width:100px;
  height:2px;
  margin:15px 0;
}

.res720 .text-right {
  text-align:center;
}

.res720 .text-right .description {
  font-size:18px;
  margin-bottom:15px;
}

.res720 .notify-form input {
  width:220px;
  font-size:13px;
}

.res720 .contact-info {
  font-size:13px;
}

.res720 .contact-info .emails-line {
  white-space:normal;
}


/* ==========================================
   res480 - Smartphones Medios
   ========================================== */
.res480 .cover-container {
  background:url('/images/site/cover/cover-page-480.jpg') no-repeat center center / cover;
}
.res480 .content-box {
  flex-direction:column;
  text-align:center;
  max-width:440px;
  padding:15px 10px;
}

.res480 .text-left {
  text-align:center;
}

.res480 .text-left h2,
.res480 .text-left h1 {
  font-size:28px;
}

.res480 .vertical-line {
  width:70px;
  height:2px;
  margin:12px 0;
}

.res480 .text-right {
  text-align:center;
}

.res480 .text-right .description {
  font-size:15px;
  margin-bottom:12px;
}

.res480 .notify-form {
  width:100%;
  max-width:340px;
  justify-content:space-between;
}

.res480 .notify-form input {
  width:60%;
  font-size:12px;
  padding:6px 10px;
}

.res480 .notify-form button {
  font-size:11px;
  padding:6px 12px;
}

.res480 .contact-info {
  font-size:12px;
}

.res480 .contact-info .emails-line {
  white-space:normal;
}


/* ==========================================
   res320 - Smartphones Pequeños
   ========================================== */
.res320 .cover-container {
  background:url('/images/site/cover/cover-page-320.jpg') no-repeat center center / cover;
}
.res320 .content-box {
  flex-direction:column;
  text-align:center;
  max-width:300px;
  padding:10px 5px;
}

.res320 .text-left {
  text-align:center;
}

.res320 .text-left h2,
.res320 .text-left h1 {
  font-size:22px;
}

.res320 .vertical-line {
  width:50px;
  height:2px;
  margin:10px 0;
}

.res320 .text-right {
  text-align:center;
}

.res320 .text-right .description {
  font-size:13px;
  margin-bottom:10px;
}

.res320 .notify-form {
  width:100%;
  max-width:290px;
  padding:2px;
}

.res320 .notify-form input {
  width:55%;
  font-size:11px;
  padding:5px 8px;
}

.res320 .notify-form button {
  font-size:10px;
  padding:5px 10px;
}

.res320 .contact-info {
  font-size:12px;
}

.res320 .contact-info .emails-line {
  white-space:normal;
}

#response-message .success-text {
  color:#ffeb00;
  font-weight:800;
  font-size:18px;
  margin-bottom:14px;
}

/* Ajuste responsivo */
.res1810 #response-message .success-text {
  font-size:26px;
}
.res480 #response-message .success-text,
.res320 #response-message .success-text {
  font-size:15px;
}