@charset "UTF-8";
/* ------------------------------------------------------------------------------- */
/* Reset */
/* ------------------------------------------------------------------------------- */
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(1);
            }
        }
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: #000;
}

body {
  text-rendering: optimizeSpeed;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  min-height: 100vh;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color:#111;
  color:#fff
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}




body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.bio-section, .site-footer, section, .top {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ------------------------------------------------------------------------------- */
/* Global styles */
/* ------------------------------------------------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

body {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *::before, *::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

a img {
  vertical-align: top;
}

p {
  margin: 0 0 10px 0;
}



*:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}



b, strong {
  font-style: normal;
  font-weight: 600;
}





/* ------------------------------------------------------------------------------- */
/* Page sections */
/* ------------------------------------------------------------------------------- */

.alert {background:#e21e1f;color:#fff;text-align:center;font-size:21px;text-transform:uppercase;padding:8px 0;}
section {
  width: 100%;
  margin: 0;
  float:left
}

.marra {background:#fff;color:#111}

.container {
	max-width:1160px;
	margin:auto;
	padding:0 30px
}


.left {float:left;width:60%}
.right {float:left;width:40%}
.hero .right img {max-height:600px;float:right;margin-top:100px}
.hero .bg {float:left;width:100%;background:url("../img/global/bg.png") bottom right no-repeat;}

.hero {
	position:relative;
	float:left;
	overflow:hidden
}

.hero h4 {margin:30px 0 0;font-size:1.2em}
.hero p {margin:15px 0 0}
.btn-red {color:#fff;background:#e21e1f;padding:15px 60px;border-radius:30px;display:inline-block;margin-top:30px;font-weight:600;font-size:24px;animation: pulse 1.5s infinite;}
.btn-red:hover{background:var(--cta-hover);animation:none}
.marqueeone, .marqueetwo {
	background:#fff;
	color:#000;
	font-weight:600;
	position:absolute;
	font-size:18px;
	font-weight:600;
	white-space:nowrap;
	border:1px solid #111
}

.marqueeone {transform: rotate(-3deg) translateX(-50%);z-index:3;bottom:130px;left:50%}
.marqueetwo {transform: rotate(1deg) translateX(-50%);font-size:24px;z-index:2;bottom:50px;left:50%}

.second {
	background: url("../img/global/trama.png") center top no-repeat;
	padding-top:10px
}

.mar-bot {margin-bottom:30px}

.text-center {text-align:center}
h1 {font-size:48px;margin-top:50px}
h2 {font-size:36px}
.more {font-size:36px;margin-bottom:50px}
.temario  img {width:95%;margin-bottom:15px}
ul li {list-style:disc;margin-left:15px}

@media (min-width: 768px) and  (max-width: 1023px){
.hero .right img {margin-top:200px}
.hero h4 {margin:15px 0 0;font-size:1em}
.btn-red {font-size:18px}
.iframe-data {padding-left:345px}
}

@media (max-width: 767px) {
	.hero .left img {max-width:75%}
	.hero h4 {font-size:12px;margin:10px 0;line-height:14px}
	.hero p {font-size:12px;line-height:14px}
	.hero .right img {max-height:400px;margin-top:160px}
	.btn-red {font-size:16px;margin-top:15px;padding:12px 0;width:100%;text-align:center}
	.second .btn-red {margin:0}
	section {padding:40px 0}
	.hero .marqueeone {bottom:100px;font-size:14px} 
	.hero .marqueetwo {bottom:0;font-size:18px}
	h1 {font-size:36px;line-height:42px}
	.form-container h4 {margin-left:auto;margin-right:auto;font-size:24px}
	.hero .bg {background-size:70%}
	.alert {font-size:16px;padding:5px 0}
}






/* timer */

#timer {
  font-size: 3em;
  font-weight: 100;
  color: white;
  margin:30px auto;
  width: 360px;
  text-align: center;
  clear:both;
}
#timer div {
  display: inline-block;
  min-width: 80px;
  border:1px solid #fff;
  border-radius:16px;
  margin:0 5px;
  font-weight:700;
  padding:15px 0
}
#timer div span {
  display: block;
  font-size: 0.35em;
  font-weight: 400;
  padding-bottom:10px;
}

@media (min-width: 768px) {
#timer {width:600px}
#timer div {min-width:120px}
.font-big {font-size:1.2em}
}

@media (min-width: 1024px) {
#timer {width:800px;font-size:4em}
#timer div {min-width:150px}
}

/* form */
.form-container {position:relative;overflow:hidden;padding-bottom:150px}
table {
  border-collapse: collapse;
  width: 100%;
}
    :root{
      --bg:#000000;
      --panel:#0f0f0f;
      --text:#ffffff;
      --muted:#b5b5b5;
      --line:#2a2a2a;
      --input:#111111;
      --input-border:#3a3a3a;
      --input-border-focus:#6a6a6a;
      --cta:#e10600;
      --cta-hover:#ff2a24;
      --error:#ff5a5a;
    }
    .campo{margin-bottom:18px;}
    .formulario{width:100%;}
    .formulario tr.campo td{padding:8px 0;}
    .formulario td p{text-align:right; line-height:16px; font-size:12px; color:var(--muted);}

    .formulario input, .formulario select, .formulario textarea{
      border:1px solid var(--input-border);
      min-height:40px; line-height:40px;
      padding:0 12px; color:var(--text);
      border-radius:8px;
      background:var(--input); width:100%;
      outline:none; transition:border-color .15s, box-shadow .15s;
    }
    .formulario textarea{min-height:88px; line-height:1.4; padding:10px 12px; resize:vertical;}
    .formulario input:focus, .formulario select:focus, .formulario textarea:focus{
      border-color:var(--input-border-focus);
      box-shadow:0 0 0 3px rgba(255,255,255,0.06);
    }
    .formulario ::placeholder{color:var(--muted); opacity:.85;}

    input[type="submit"]{
      display:inline-block; border:1px solid var(--cta);
      min-height:44px; line-height:44px; padding:0 22px;
      background:var(--cta); color:#fff; font-size:18px; font-weight:600;
      border-radius:24px; margin-top:8px; cursor:pointer;
      transition:background .15s, transform .05s;text-transform:uppercase
    }
    input[type="submit"]:hover{background:var(--cta-hover);}
    input[type="submit"]:active{transform:translateY(1px);}
    input[type="submit"]:focus{outline:2px solid var(--cta-hover); outline-offset:2px;}

    label{display:block; margin:0 0 6px 8px; color:var(--text);}
    small.helper{display:block; margin:6px 0 0 8px; color:var(--muted); font-size:12px;}

    /* Radios SI/NO como opción única */
    .radio-group{display:flex; gap:12px; align-items:center; margin:6px 0 0 6px;}
    .radio-group input[type="radio"]{accent-color:var(--cta); width:18px; height:18px; cursor:pointer;}
    .radio-group label{margin:0; font-size:14px; cursor:pointer;}

    .leyenda{padding-top:14px; text-align:center; font-size:11px; color:var(--muted);}
    .leyenda a{color:var(--cta); text-decoration:none;}
    .leyenda a:hover{text-decoration:underline;}

    .error-row{height:0; line-height:0; font-size:0; overflow:hidden; visibility:hidden;}
    .error-row .error:not(:empty){visibility:visible; height:auto; line-height:1.3; font-size:12px; margin-top:6px;}
    .error{color:var(--error); font-size:12px; text-align:center;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
    /* Tabla/estructura legacy */
    table.formulario{border-collapse:separate; border-spacing:0; width:100%;}

@media (max-width: 450px) {
	#timer {width:280px;font-size:1.75em}
	#timer div {
  min-width: 50px;
  border-radius:8px
}
}