/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
  scroll-behavior: smooth;
}

*,
*::before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: rgb(23, 32, 42);
  font-size: 2rem;
}
body.overFlow-hidden {
  overflow: hidden;
}

p {
  color: rgb(23, 32, 42);
  line-height: 1.5;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4.6rem;
}

h3 {
  font-size: 6rem;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

body > section {
  padding: 10rem 0;
}

.noheader {
  display: none;
}

.fijo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgb(215, 189, 226);
  z-index: 1;
}

.contenido-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .contenido-header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
.contenido-header img {
  width: 45%;
  margin-left: 11rem;
}

.navegacion {
  background-color: rgb(234, 51, 95);
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.navegacion:hover {
  background-color: rgb(178, 40, 74);
}
.navegacion a {
  color: rgb(248, 249, 249);
  font-size: 1.8rem;
  cursor: pointer;
}

.portada {
  position: relative;
  background: url("/img/portada.jpg") no-repeat center center/cover;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .portada {
    height: 100vh;
    padding: 2rem;
  }
}
.portada .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  background: linear-gradient(270deg, rgba(118, 68, 138, 0.5), hsla(282.8571428571, 33.9805825243%, -9.6078431373%, 0.9));
}
@media (min-width: 768px) {
  .portada .overlay {
    flex-direction: row;
    justify-content: space-around;
  }
}
.portada .left {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.portada .div-logo {
  display: none;
}
.portada .div-logo .logo {
  max-width: 25rem;
  width: 18rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .portada .div-logo .logo {
    width: 70rem;
  }
}
@media (min-width: 768px) {
  .portada .div-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 5rem;
    margin-left: 5rem;
  }
}
.portada .div-logo2 .logo {
  max-width: 25rem;
  width: 18rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .portada .div-logo2 {
    display: none;
  }
}
.portada .titulo {
  font-size: 3rem;
  margin: 1rem 0;
  color: rgb(248, 249, 249);
}
@media (min-width: 768px) {
  .portada .titulo {
    font-size: 5rem;
  }
}
.portada .subtitulo {
  font-size: 2rem;
  font-weight: 300;
  color: rgb(252, 243, 207);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .portada .subtitulo {
    font-size: 4rem;
    margin: 0.5rem 0;
  }
}
.portada .parrafo {
  margin-top: 7rem;
  display: flex;
  justify-content: start;
}
.portada .parrafo p {
  display: inline;
  background-color: rgb(248, 249, 249);
  margin-top: 2rem;
  padding: 1.2rem;
  border-radius: 0.5rem;
}
.portada .formulario {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  margin-top: 0rem;
  background-color: rgba(118, 68, 138, 0.7);
  padding: 2rem;
  border: 1px solid rgb(178, 40, 74);
  border-radius: 0.5rem;
  box-shadow: 0.1rem 0.1rem 0.3rem rgb(23, 32, 42);
}
@media (min-width: 768px) {
  .portada .formulario {
    max-width: 30%;
    background-color: rgba(118, 68, 138, 0.7);
  }
}
.portada .formulario .anuncios {
  font-size: 1.5rem;
  color: rgb(248, 249, 249);
  background-color: rgb(40, 116, 166);
}
.portada .formulario .anuncios ul {
  list-style: none;
}
.portada .formulario .anuncios ul li {
  margin: 0.5rem;
}
.portada .formulario h4 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: rgb(252, 243, 207);
}
@media (min-width: 768px) {
  .portada .formulario h4 {
    color: rgb(252, 243, 207);
  }
}
.portada .formulario h3 {
  font-size: 2rem;
  color: rgb(234, 51, 95);
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
  margin-top: 2rem;
}
.portada .formulario input {
  height: 2.2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 1.3rem;
}
.portada .formulario input::placeholder {
  font-size: 1.5rem;
}
.portada .formulario .boton {
  padding: 1rem;
  background-color: rgb(234, 51, 95);
  color: rgb(252, 243, 207);
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}
.portada .formulario .boton:hover {
  background-color: rgb(178, 40, 74);
}
.portada .formulario .checkbox {
  display: flex;
  max-width: 100%;
  align-items: start;
}
.portada .formulario .checkbox label {
  font-size: 1.2rem;
  margin: 0 1rem 1rem;
}
.portada .formulario .checkbox a {
  color: rgb(248, 249, 249);
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 6rem 2rem 2rem 2rem;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid .seccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  height: auto;
  margin: auto;
}
.grid .seccion .cont-img {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(118, 68, 138, 0.9);
  border-radius: 50%;
}
.grid .seccion img {
  width: 50%;
  height: 50%;
  filter: invert(100%);
}
.grid .seccion h3 {
  color: rgb(40, 116, 166);
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  margin: 2rem;
}
.grid .seccion p {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
}

.sec-boton {
  margin: 2.5rem 0;
  text-align: center;
}
.sec-boton button {
  padding: 1rem;
  background-color: rgb(234, 51, 95);
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}
.sec-boton button:hover {
  background-color: rgb(178, 40, 74);
}
.sec-boton a {
  color: rgb(248, 249, 249);
  text-decoration: none;
  font-size: 2rem;
}

.footer {
  background-color: rgba(118, 68, 138, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .img-footer {
  width: 12rem;
  margin-top: 2rem;
}
.footer p,
.footer a {
  padding: 1rem;
  font-size: 1.5rem;
  color: rgb(248, 249, 249);
}
.footer p {
  text-align: center;
}
.footer .creditos {
  font-size: 1.1rem;
}

.contenido-master {
  background-color: rgb(118, 68, 138);
  width: 100%;
  margin: 3rem auto;
  display: grid;
}
.contenido-master .texto-contenido {
  background-color: rgb(118, 68, 138);
}
.contenido-master .texto-contenido h2 {
  color: rgb(248, 249, 249);
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0;
  padding-top: 1rem;
}
.contenido-master .texto-contenido p {
  color: rgb(248, 249, 249);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.5rem;
  text-align: center;
  padding: 2rem;
}
.contenido-master .imagen-contenido {
  padding: 3rem;
  max-width: 30rem;
  width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .contenido-master {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.marquesina {
  display: none;
}
@media (min-width: 768px) {
  .marquesina {
    display: block;
    background-color: rgb(118, 68, 138);
    margin-bottom: 0;
  }
}

.marquee {
  display: none;
}
@media (min-width: 768px) {
  .marquee {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    height: 5rem;
    background-color: rgb(118, 68, 138);
    text-align: center;
    margin: 0 auto;
  }
  .marquee p {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 300;
    color: rgb(252, 243, 207);
    animation: marquee 20s linear infinite;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(-200%);
  }
}
#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  z-index: 100;
}
#cookies p {
  color: rgb(248, 249, 249);
  font-size: 1.5rem;
}
#cookies a {
  color: rgb(133, 193, 233);
  text-decoration: none;
  cursor: pointer;
  margin: 0 0.5rem;
}
#cookies button {
  background-color: rgb(40, 116, 166);
  color: rgb(248, 249, 249);
  font-size: 1.5rem;
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  border-radius: 0.5rem;
  margin: 1rem 1rem;
}
#cookies button:hover {
  background-color: rgb(133, 193, 233);
}

.fondo-cookie {
  display: none;
  background-color: rgba(23, 32, 42, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
}