/*
Theme Name: Musico
Theme URI: https://themes.themegoods.com/musico/landing
Description: Premium Music WordPress Theme
Version: 1.9.1
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: musico
*/
@font-face {
    font-family: 'Notice';
    src: url("notice.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: 'gooper-normal';
    src: url("Gooper-Regular.ttf") format("opentype");
    font-style: normal;
}
@font-face {
  font-family: 'gooper-italic';
  src: url("GooperRegularItalic.ttf") format("opentype");
  font-style: normal;
}

p, li, a, span {
  font-family: 'gooper-normal' !important;
}
h1.elementor-heading-title  {
  font-family: 'Notice';
  font-size: 40px !important;
  font-weight: normal !important;
}
@media (max-width: 768px) {
  h1.elementor-heading-title  {
    font-size: 32px !important;
  }
}
.mailpoet_submit {
  width: 180px;
}
.mailpoet_validate_success {
  background: #2a8a2a;
  margin-top: 10px;
  padding: 5px;
}

div.documental,
body.page-template-documental #wrapper {
  background: black;
  background-color: black;
  color: white;
}


body.page-template-boletin #wrapper {
  /* color: white; */
}
.form-group {
  max-width: 80%;
  margin: auto;
}
form {
  background: white;
  border-radius: 9px;
  padding: 20px;
  max-width: 500px;
  margin: auto;
  font-weight: 600;
  border: 2px solid white;
}
p.anuncio {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
iframe {
  height: 50vh;
}
@media (min-width: 768px) {
  iframe {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .cabecera-formulario {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mailpoet_submit {
  width: 180px;
}
.mailpoet_validate_success {
  background: #2a8a2a;
  margin-top: 10px;
padding: 5px;
}

@media only screen and (max-width: 767px) {
  html[data-menu=leftalign] .page-template-documental .top_bar .standard_wrapper {
      height: 75px;
      padding: 0;
  }
  .page-template-documental #logo_wrapper {
    padding: 0px;
  }
}

.page-template-boletin #wrapper,
.page-template-boletin #page_content_wrapper {
  width: 100vw;
  height: 100vh;
}
.page-template-boletin #wrapper {
  background: url('https://entolsarmiento.com/wp-content/uploads/2025/11/ETS_Web_Portda-scaled.jpg');
  background-size: cover;
}
.cabecera-boletin {
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
}
#boletin-home,
#boletin-home-conciertos  {
  text-align: center;
}
#boletin-home p {
  font-size: 24px;
  text-shadow: 5px 2px 5px #000000;
}
#boletin-home-conciertos p {
  font-size: 24px;
}
#boletin-home a.btn-vota {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  fill: #54595f;
  color: #54595f;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: rgba(0,0,0,0);
  border-radius: 8px 8px 8px 8px;
  padding: 15px 30px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#boletin-home-conciertos a.btn-vota {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #000000;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: rgba(0,0,0,0);
  border-radius: 8px 8px 8px 8px;
  padding: 15px 30px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
html body input[type=submit] {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  background-color: #000000;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: rgba(0,0,0,0);
  border-radius: 8px 8px 8px 8px;
  padding: 15px 30px !important;
  display: inline-block;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#boletin-home a.btn-vota:hover {
  color: #ffffff;
  background-color: #000000;
  transform: scale(1.1);
}
#boletin-home-conciertos a.btn-vota:hover {
  color: #ffffff;
  background-color: #000000;
  transform: scale(1.1);
}
html body input[type=submit]:hover {
  color: #ffffff;
  background-color: #000000;
  transform: scale(1.1);
}

@media (max-width: 981px) {
  .cabecera-boletin {
    margin-top: 20px;
  }
  #fondo-conciertos .swiper-slide .elementor-background-slideshow__slide__image:nth-of-type(1) {
      cursor: pointer;
      background-size: cover;
      background-position: -272px 0px !important;
      background-repeat: no-repeat;
  }
  #boletin-home p {
    font-size: 20px;
  }
  #boletin-home-conciertos p {
    font-size: 20px;
  }
  #boletin-home {
    margin-top: 150px;
  }
}

/* listado conciertos */
.listado-conciertos p {
  padding: 10px
}
@media (max-width: 981px) {
  .listado-conciertos p {
    padding: 2px;
  }
  .listado-conciertos .elementor-element .elementor-column {
    padding: 5px !important;
  }
}

/* Ajustes menú */
html[data-menu=leftalign] body #menu_wrapper {
  margin-left: 2%;
  width: 100%;
}

html[data-menu=leftalign] body .top_bar.scroll #menu_wrapper {
  width: auto;
}

#logo_wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}

html body .standard_wrapper {
  padding: 0 20px 0px 0px;
}
@media only screen and (max-width: 1200px) {
  html body .standard_wrapper {
    width: 100%;
  }
}
@media (min-width: 1020px) and (max-width: 1180px) {
  ul#main_menu {

  }
  html body #menu_wrapper .nav ul li a,
  html body #menu_wrapper div .nav li > a {
    padding: 0px;
  }
}
a#mobile_nav_icon,
a#mobile_nav_icon span,
a#mobile_nav_icon span::before {

  font-family: 'themify' !important;
}


html body #wrapper.transparent .top_bar:not(.scroll) #menu_wrapper div .nav>li>a {
  color: black !important;
  background-color: white !important;
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

html body #menu_wrapper div .nav {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  justify-content: center;
  margin-left: -75px;
  margin-top: 10px;
}

html body .scroll #menu_wrapper div .nav {
  margin-left: initial;
}
html body #menu_wrapper div .nav li ul {
  margin-top: 0px;
}

html body #menu_wrapper div .nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
}


.sgpb-popup-dialog-main-div-theme-wrapper-6 {
  top: initial !important;
    bottom: 20px;
    left: initial !important;
    right: 25px;
}

.p-popup {
  background: #fff;
  color: #000;
  max-width: 200px;
  margin: auto;
  margin-top: 25px;
  padding: 5px 18px;
  font-weight: 500;
  font-family: 'gooper-italic' !important;
}
.pop {
  padding: 10px;
}
@media (min-width: 768px) {
  #sgpb-popup-dialog-main-div {
    min-width: 400px !important;
  }
}


.texto-portada p {
  font-family: 'gooper-italic' !important;
}

.eman-izena.elementor-button.elementor-size-lg {
  padding: 20px;
}



/* Ajustes para poner fecha de venta en botón */
a.eman-izena{
  width: 90%;
}
.concierto .row .col-md-4 {
  display: none;
}
.concierto .row .col-md-4.primer {
  width: 23%;display: block;
}.concierto .row .col-md-4.segundo {
  width: 40%;display: block;
  line-height: 25px;
}
.concierto .row .col-md-4.btn-entradas {
  width: 75%;display: block;
}
/* END Ajustes para poner fecha de venta en botón */