/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
}

body {
  width: 100%;
  text-align: center;
  font-size: 1rem;
}

#content {
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
  text-align: left;
}

img {
  max-width: 100%;
}

.textooculto {
  text-indent: -9999px;
}

#ap-movil,
#ilustracion-mov {
  display: none;
}

#ap-esc,
#ilustracion-esc {
  display: block;
}

#fondo {
  background: url(img/bg.jpg) #006eb9 no-repeat;
  /*min-width:1800px;*/
  background-size: cover;
}

#fondo-movil {
  background: url(img/bg-movil.jpg) #006eb9 no-repeat;
  background-size: cover;
}

#wrapper-1080 {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
}

#apertura {
  padding-top: 65px;
  /*display: grid;
    grid-template-columns: 250px 270px 1fr;
    grid-template-rows: 1fr 1fr 160px;
	grid-auto-rows: min-content;*/
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

#apertura .izq {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 46.296296296296297%;
  /* 500 / 1080 */
}

#apertura .der {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  max-width: 46.296296296296297%;
}

#apertura-movil {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 30px;
}

.logo-titulo {
  grid-column: 1 / span 2;
  grid-row: 1/1;
}

.logo-titulo-movil {
  margin-bottom: 20px;
}

.caja-logos {
  grid-column: 3 / -1;
  grid-row: 1/1;
  justify-self: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.caja-cabeceras {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.caja-cabeceras * {
  max-width: 90%;
}

.logo-ddj {
}

.logo-ddc-movil {
  margin: 20px 0 0;
}

.logo-ddj-movil {
  margin: 30px 0 20px;
}

#enlace-ddj-movil {
}

.caja-colabora {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0 0;
}

.caja-colabora .label-cabecera {
  margin: 0 20px 0 0;
}

.label-cabecera {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 7px 4px;
  margin-top: 20px;
  text-shadow: 0 0 5px #004b79;
}

.caja-logos-movil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.label-cabecera-movil {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 7px;
  text-shadow: 0 0 5px #004b79;
}

.margin-top-20 {
  margin-top: 20px;
}

.logo-consorcio {
  margin-top: -10px;
}

#enlace-consorcio-movil {
}

.caja-texto-apertura {
  grid-column: 1 / span 2;
  grid-row: 2/2;
  text-align: left;
}

.caja-texto-apertura-movil {
  background: #0084ca;
  padding: 30px 20px 170px;
  display: flex;
  flex-flow: column nowrap;
}

.caja-texto-apertura h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.caja-texto-apertura-movil h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 0 10px;
}

.caja-texto-apertura p {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  color: #fff;
}

.caja-texto-apertura-movil p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  color: #fff;
  padding: 0 10px;
}

.caja-botones {
  grid-column: 1/3;
  grid-row: 3/3;
  display: grid;
  grid-template-columns: 1fr 15px 1fr;
  align-content: center;
  margin: 40px 0;
}

.caja-botones-fase-2 {
  grid-column: 1/-1;
}

.caja-botones-movil {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0 20px;
}

.caja-botones > a {
  grid-column: 1/2;
  color: #fff;
  text-decoration: none;
}

.caja-botones-movil > a {
  color: #fff;
  text-decoration: none;
}

.caja-botones > a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.caja-botones-movil > a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn-apertura {
  background: #0665b2;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 0;
  box-shadow: 0 0 15px #fff;
  text-align: center;
  padding: 18px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.btn-apertura-movil {
  background: #0665b2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 0 15px #fff;
  text-align: center;
  padding: 14px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 20px auto;
  display: inline-block;
}

.caja-plazo {
  grid-column: 3 / 4;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #fff;
  padding: 5px;
  text-shadow: 0 0 5px #004b79;
}

.caja-plazo-movil {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #fff;
  padding: 5px;
  text-align: center;
  text-shadow: 0 0 5px #004b79;
}

#info {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 40px 478px;
  grid-template-rows: 1fr;
  position: relative;
  padding-top: 65px;
}

#info-movil {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

#info p {
  grid-column: 1/2;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  color: #2573bb;
}

#info-movil p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  color: #2573bb;
  padding: 0 20px;
}

#info .img-ninos {
  grid-column: 3/-1;
  position: absolute;
  z-index: 100;
  top: -235px;
}

#info-movil .img-ninos-movil {
  margin: -135px auto 40px;
}

#seccion-categorias {
  background: #fff;
  padding-bottom: 80px;
}

.categorias {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1070px;
  margin: 80px auto 0;
  background: #204854;
  padding: 45px 115px;
}

.caja-categorias {
  display: flex;
  flex-direction: column;
  width: 38.461538461538464%;
  /* 500 / 1300 */
  background: #204854;
}

.caja-categorias h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #000;
}

.caja-categorias p {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  text-align: left;
  line-height: 1.3em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

.tipo-categorias {
  width: 30.76923076923077%;
  /* 400 / 1300 */
  background: #2b515d;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  box-shadow: 0 0 30px #1b3d47;
}

.tipo-categorias p {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
  color: #d1f1fe;
  text-transform: uppercase;
}

.tipo-categorias p.tipo2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 20px;
  text-transform: uppercase;
}

.img-motivo-esc {
  margin-top: 10px;
  max-width: 100%;
}

.img-motivo-movil {
  display: none;
}

#instrucciones {
  width: 100%;
  background: #d1f1fe;
  padding: 85px 0;
}

#wrapper-1080-instrucciones {
  max-width: 1080px;
  margin: 0 auto;
}

#instrucciones .caja-titulo {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

#instrucciones h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

#instrucciones .caja-instrucciones {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}

#instrucciones .instruccion {
  width: 29.62962962962963%;
  /* 320 / 1080 */
  display: flex;
  flex-direction: column;
}

#instrucciones .img-paso {
  margin: 0 auto 30px;
  max-width: 100%;
}

#instrucciones h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

#instrucciones .linea-blanca {
  border: 4px solid #fff;
  width: 30%;
  display: block;
  margin: 30px auto 20px;
}

#instrucciones p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #000;
  line-height: 1.5em;
}

#instrucciones .linea-azul {
  border-bottom: 1px solid #0686d8;
  width: 60%;
  display: block;
  margin: 20px auto 20px;
}

#instrucciones p.destacado {
  font-weight: bold;
  font-size: 18px;
}

#instrucciones .txt-destacado {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  background: #0686d8;
  display: inline-block;
  padding: 15px 15px;
  margin-top: 5px;
}

#pie {
  background: #333333;
  padding: 80px 0;
  border-bottom: 20px solid #0686d8;
}

#wrapper-1080-pie {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.logo-titulo-pie {
  max-width: 309px;
}

.caja-logo-pie-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.caja-logo-pie-1 p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.caja-logo-pie-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.margen-right-20 {
  margin-right: 20px;
}

.caja-logo-pie-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.caja-logo-diarios {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.caja-logo-diarios p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 0 20px;
}

.caja-txt-pie {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}

.caja-txt-pie p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
  line-height: 1.5em;
}

.logo-gj {
  margin-left: 15px;
}

.caja-txt-pie a {
  color: #999999;
  text-decoration: none;
}

.caja-txt-pie a:hover {
  text-decoration: underline;
}

#formulario {
  width: 100%;
  margin: 0 auto;
  background: url(img/bg-formulario.gif) no-repeat #fff;
  background-position: top right;
  padding: 85px 0;
}

.img-formulario-movil {
  display: none;
}

#wrapper-1080-formulario {
  max-width: 1080px;
  margin: 0 auto;
}

#formulario .caja-titulo {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

#formulario .caja-titulo h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

#formulario .caja-titulo p {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  color: #000;
  margin-top: 15px;
}

#formulario .caja-formulario {
  max-width: 565px;
  display: grid;
  grid-template-columns: 1fr 30px 1fr 20px 1fr;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  margin-top: 50px;
  align-items: flex-start;
  grid-row-gap: 15px;
}

#e_formulario {
  grid-row: 1/1;
  grid-column: 1 / -1;
}

.caja-exito {
  font-family: "Montserrat", sans-serif;
  background: #2d8dc8;
  padding: 15px 2%;
  color: #fff;
  margin-bottom: 15px;
}

.caja-error {
  font-family: "Montserrat", sans-serif;
  background: #c82d2e;
  padding: 15px 2%;
  color: #fff;
  margin-bottom: 15px;
}

.caja-exito p,
.caja-error p {
  font-size: 16px;
}

.nom-ape {
  grid-row: 2/2;
  grid-column: 1 / span 3;
}

label {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #333333;
  padding-bottom: 7px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background-color: #f5faff;
  border: none;
  border-bottom: 2px solid #2d8dc8;
  font-family: "Montserrat", sans-serif;
  padding: 6px 2%;
  width: 96%;
  display: block;
  -webkit-appearance: none;
}

.email {
  grid-row: 3/3;
  grid-column: 1 / span 3;
}

.telefono {
  grid-row: 3/3;
  grid-column: 5 / -1;
}

select {
  background-color: #f5faff;
  border: none;
  border-bottom: 2px solid #2d8dc8;
  font-family: "Montserrat", sans-serif;
  display: block;
  padding: 6px 2% 3px;
  width: 96%;
  -webkit-appearance: none;
}

.colegio {
  grid-row: 4/4;
  grid-column: 1 / span 3;
}

.categoria {
  grid-row: 4/4;
  grid-column: 5 / -1;
}

.contenido {
  grid-row: 5/5;
  grid-column: 1 / -1;
}

.texto-exp {
  grid-row: 6/6;
  grid-column: 1 / -1;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #000;
  line-height: 1.4em;
}

.g-recaptcha {
  grid-row: 7/7;
  grid-column: 1 / -1;
  margin: 0 auto;
}

.bases {
  grid-row: 8/8;
  grid-column: 1 / 2;
  text-align: left;
  line-height: 1.3em;
}

input[type="checkbox"] {
  margin-right: 5px;
  display: inline;
}

label.label-bases {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 0px;
  border-bottom: 0;
  margin-bottom: 0px;
  display: inline;
  text-align: left;
}

#formulario .caja-formulario a {
  color: #333;
  text-decoration: underline;
}

#formulario .caja-formulario a:hover {
  text-decoration: none;
}

input[type="submit"] {
  grid-row: 8/8;
  grid-column: 3/-1;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 0;
  background: #2d8dc8;
  color: #fff;
  padding: 20px 0;
  -webkit-appearance: none;
}

#premios {
  width: 100%;
  background: #2573bb;
  padding: 85px 0;
}

#premios .caja-titulo {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#premios h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
}

#premios .caja-premios {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#premios .caja-texto {
  max-width: 565px;
}

#premios .caja-texto p {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
  line-height: 1.5em;
}

#premios .caja-texto p b {
  font-weight: bold;
}

#premios .img-delfin {
  margin-top: -20px;
  max-width: 450px;
  border-radius: 50%;
}

.fin_participacion {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
}

#articulos {
  max-width: 1010px;
  padding: 0 35px;
  margin: 130px auto 60px;
  clear: both;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 80px;
  grid-column-gap: 70px;
}

.articulo {
}

.articulo img {
  margin: 0 0 25px 0;
  width: 100%;
}

.articulo .info-articulo {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.articulo .info-articulo p {
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.articulo .info-articulo p.tipo {
  color: #2573bb;
  font-size: 0.875rem;
}

.articulo .info-articulo p.nombre {
  font-size: 1.3125rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}

.articulo .info-articulo p.colegio {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.articulo a img:hover {
  opacity: 0.7;
}

.articulo p a {
  text-decoration: none;
  color: #000;
}

#contenido-articulo {
  margin: -190px auto 80px;
  max-width: 1045px;
  padding: 0 40px;
}

#contenido-articulo img,
#contenido-articulo .video {
  border: 20px solid #98cbfb;
  margin: 0 auto 40px;
  width: 100%;
}

#contenido-articulo p {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: center;
}

#contenido-articulo .negrita {
  font-weight: 600;
}

#contenido-articulo p.tipo {
  color: #2573bb;
  font-size: 1.3125rem;
}

#contenido-articulo p.nombre {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 45px;
}

#contenido-articulo p.colegio {
  font-size: 1rem;
  margin-bottom: 10px;
}

#contenido-articulo .caja-texto {
  width: 69.33333333333334%;
  /* 780 / 1125 */
  margin: 60px auto 0;
}

#contenido-articulo p.titulo {
  font-family: "Lora", serif;
  font-weight: bold;
  text-align: center;
  font-size: 2.125rem;
  margin-bottom: 20px;
  line-height: 1.5em;
}

#contenido-articulo p.texto {
  font-family: "Lora", serif;
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1.5em;
}

#contenido-articulo img.interior {
  border: 0;
  margin: 40px 0 0;
}

#contenido-articulo ul,
#contenido-articulo ol {
  margin-bottom: 20px;
}

#contenido-articulo ul li {
  list-style: none;
  padding-left: 5px;
  margin-left: 30px;
  font-family: "Lora", serif;
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 0px;
  line-height: 1.5em;
}

#contenido-articulo ol li {
  list-style: decimal;
  padding-left: 5px;
  margin-left: 30px;
  font-family: "Lora", serif;
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 5px;
  line-height: 1.5em;
}

#contenido-articulo ul li:before {
  content: "\2022";
  font-size: 10px;
  margin-right: 10px;
}

/*Textbox de formularios*/

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
}

/*Estilos de los Placeholders*/

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
