/* CSS Modificable, en base a las necesidades de cada landing */
:root {

  --color_fondo_primario: 232, 66, 76;
  --color_fondo_secundario: 205, 128, 150;
  --color_fondo_terciario: 255, 255, 255;
  --color_texto_primario: 255,255,255;
  --color_texto_secundario: 0,0,0;
  --color_titulo: 205, 168, 1;
  --color_boton_intro: 232, 66, 76;
  --color_subtitulo: 64, 82, 19;
  --color_cabeceras:  64, 82, 19;
  --color_texto_resaltado: 205, 168, 1;
  --color_enlace_hover: 158, 33, 60;
  --color_evento_imagen_fondo: 232, 66, 76;
  --color_footer_apartado: 205, 168, 1;
}

#footer {
    background: #0a0f1e !important;
}

a:hover{
  color: #e20512;
}
#proyectoateneo {
    background-image: url(images/proyecto_ateneo.webp);
}
#yotambienquiero {
    background-color: white;
}
.nav-menu>li>a:before {
  background: rgba(var(--color_fondo_secundario));
}

section.evento h2,
section.evento p{
  color: rgb(var(--color_texto_primario)) !important;
}

section.evento:before {
  background: #eb4954;
}
.bloque_proyecto {
    background-color: white;
    padding: 20px;
}
section.contacto .contact-info h3 {
  color: rgb(var(--color_fondo_primario));
}

section.contacto .contact-info a:hover {
  color: rgb(var(--color_fondo_primario));
}

section.eventos {
  text-align: center;
}

section.eventos .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin-top: 50px;
  color: rgb(var(--color_texto_primario));
  -webkit-animation-delay: 0.8s;
  background: rgba(var(--color_fondo_primario));
  animation-delay: 0.8s;
  border: 2px solid rgb(var(--color_fondo_secundario));
}

section.eventos .about-btn:hover {
  background: rgb(var(--color_fondo_secundario));
}
#participa {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-style: italic;
    color: white;
    padding: 20px;
}
.pueblo-btn{
    border-radius: 25px;
    background-color: #eb4954;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-style: italic;
    color: white;
    padding: 10px;
}

.municipio-btn{
    border-radius: 25px;
    border: 2px, solid, #eb4954;
}
.municipio-btn:hover{
    border-color:#000;
}

#municipio {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-style: italic;
    color: #eb4954;
    padding: 20px;
}

.participa-btn{
    border-radius: 25px;
    border: 2px, solid, white;
}
.participa-btn:hover{
    border-color:#e3b043;
}


section.intro .about-btn {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: bolder !important;
    border-radius: 50% !important;
    border: none !important;
    padding: 15px !important;
    padding-top: 28px !important;
    clip-path: circle(100%);
    shape-outside: circle(100%);
    width: 150px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
}
#selector {
    font-size: medium;
    padding: 10px;
    border-color: #eb4954;
    border: 2px solid #eb4954;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
}

/* Triángulo rojo lateral */
.select-wrapper {
    position: relative;
    width: 90%;
}


.select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-80%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #eb4954;
    pointer-events: none;
}

#selector:focus {

    border: 2px solid #eb4954;
}


#cuestionario {
    font-weight: normal !important;
    font-style: italic !important;
}
section.intro .about-btn:hover {
  background: rgba(var(--color_fondo_secundario));
}

section.eventos .evento img.imagen_portada {
  height: 100%;
  width: 100%;
}

section.contacto .contact-info a:hover address{
  color:rgba(var(--color_fondo_primario));
}

section.eventos .evento {
  height: 450px;
}

/*section.intro h1 {
  display: none;
}*/

section#artistas div.detalles{
  background: rgba(var(--color_fondo_secundario), 0.768) !important;
}

section.detalle_evento p{
  color:rgb(var(--color_texto_secundario)) !important;
}

section.detalle_evento p strong{
  color:rgba(var(--color_fondo_secundario)) !important;
}

.back-to-top:hover{
  background: #e20512;
}

p.no-margen{
  margin: 0px;
  margin-top: 20px;
}

@media(max-width: 950px) {
  section.intro {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }


  section.intro h2 {
    display: inline;
  }

  section.evento {
    background-image: none !important;
  }
}

@media (max-width: 1350px) {
  section.intro {
    background: url(images/intro-bg2.webp) center;
    background-size: cover;
    background-repeat: no-repeat;
  }

 /* section.intro .intro-container {
    top: unset !important;
    bottom: 120px !important;
  }*/
}

@media (max-width: 900px) {
  section.intro {
    background: url(images/intro-bg3.webp) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  section.intro intro-container {
    bottom:560px;


  }

}

@media (max-width: 375px) {
  section.intro {
    background: url(images/intro-bg3.webp) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
    section.intro .about-btn {
        font-size: 10px !important;
        width: 100px;
        height: 100px;
    }
    .pueblo-btn{
    padding: 5px;
    }
}
section.footer .footer-top {
    background: #0a0f1e !important;
}

section.footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #0a0f1e !important;
}

section.footer .footer-top h4 {
    border-bottom: 1px solid #0a0f1e !important;
}

#code_captcha {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.sendmessage {
  color: #1dab0c;
  border: 1px solid #1dab0c;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.errormessage {
  color: red;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.input-icon input {
    padding-left: 30px;
}

.border-danger {
    border-color: #dc3545 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.footer-info img {
    max-height: 40px;
}


#logos_cabecera{
    float: left;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-right: 30px;
}

#logos_cabecera a {
    display: flex;
    min-width: 0;
    flex-shrink: 1;
}

#logos_cabecera img {
    height: auto;
    min-width: 0;
}

#logos_cabecera img.logo_diputacion {
    max-height: 40px;
    margin-right: 10px;
}
#logos_cabecera img.logo_ateneo {
    max-height: 25px;
}