/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.prueba {
  text-align: center;
  color: #FF0000;
  font-size: 200%;
  font-weight: bold;
  /*  @include breakpoint(large-desktop-range) {color: #00FF00;} */
}
@media only all and (min-width: 75rem) and (max-width: 89.99rem) {
  .prueba {
    color: #0000FF;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.99rem) {
  .prueba {
    color: #FFFF00;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .prueba {
    color: #FF00FF;
  }
}
@media only all and (max-width: 30rem) {
  .prueba {
    color: #00FFFF;
  }
}
@media only all and (max-width: 47.99rem) {
  .row {
    --bs-gutter-x: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin: 0;
}
h1 {
  font-size: 3rem;
  font-weight: 400;
}
h2 {
  font-size: 2.5rem;
  font-weight: 400;
}
body {
  font-size: 1.1rem;
  line-height: 1.8;
}
.float-end {
  display: none;
}
/* idiomas */
.idiomas .mod-languages {
  font-size: 90%;
  margin-top: 13px;
}
.idiomas .mod-languages a {
  color: #ffffff;
}
.idiomas .mod-languages a:hover {
  color: #dcdcdc;
}
/* lied */
.titular01 {
  font-size: 150%;
  font-weight: 600;
}
.nomvideo {
  font-size: 90%;
  font-style: italic;
  margin: 20px 0px;
  line-height: 1.2rem;
}
/* menú */
.g-menu-item-container {
  font-family: open sans;
  font-weight: normal;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: none;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-weight: normal;
  font-size: 1.1rem;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 5px 10px;
}
.g-main-nav .g-selected {
  background: #ce5054;
  border-radius: 5px;
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0px 5px;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding-left: 5px;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  padding: 0.3rem 1rem 0.3rem 1rem;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
  line-height: 1.2rem;
}
/* logo */
.logoVG {
  width: 40%;
  margin: 10% 0px 0px 4%;
}
@media only all and (max-width: 47.99rem) {
  .logoVG {
    width: 74%;
    margin: 25px 0px 0px 60px;
  }
}
.logoVG-02 {
  margin: 10% 0px 0px 4%;
  font-size: 300%;
  line-height: 1.2em;
}
@media only all and (min-width: 48rem) and (max-width: 74.99rem) {
  .logoVG-02 {
    margin: 5% 4% 0px 0%;
    font-size: 220%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .logoVG-02 {
    margin: 5% 4% 0px 0%;
    font-size: 220%;
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  .logoVG-02 {
    margin: 5% 4% 0px 0%;
    font-size: 150%;
    text-align: center;
  }
}
/* social */
.g-social a {
  color: #ffffff;
}
.g-social a:hover {
  color: #f6c5c2;
}
#g-navigation .g-social {
  text-align: left;
}
/* foto hero */
#g-navigation {
  background-image: url('../../../../images/fotos/VictoriaGuerrero_hero_SF_D.jpg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
@media only all and (max-width: 47.99rem) {
  #g-navigation {
    background-image: url('../../../../images/fotos/VictoriaGuerrero_hero_SF_D3.jpg');
    background-position: center top;
  }
}
/* agenda */
.calendari {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 5px;
  line-height: 1.3em;
}
.data {
  padding: 15px 10px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  font-family: maven pro;
  font-size: 120%;
}
.info {
  padding: 15px 10px 10px 10px;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
}
.titol {
  font-family: maven pro;
  font-size: 160%;
}
.extra {
  font-style: italic;
  font-size: 85%;
  margin-top: -5px;
}
.descripcio {
  margin: -15px 0px;
  font-size: 90%;
}
.lloc {
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 90%;
}
.enllac {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 85%;
  font-weight: 600;
}
.enllac a {
  background: #ce5054;
  color: #ffffff !important;
  padding: 5px 10px;
  border-radius: 3px;
  transition: background-color 0.5s ease;
}
.enllac a:hover {
  background: #f6c5c2;
  color: #000000;
}
.produccions {
  /*  max-height: 600px; scrollbar-width: thin; padding: 0px 15px; font-size: 95%; overflow: auto; scrollbar-color: $color00 rgba(0,0,0,0.05); */
}
.produccions table, .produccions tr {
  border: 0;
}
/* foto final */
.foto-final {
  height: 60vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: top center;
  background-image: url('../../../../images/fotos/ManosVictoria.jpg?688f8ee2');
}
@media only all and (max-width: 74.99rem) {
  .foto-final {
    height: 40vh;
    background-attachment: scroll;
  }
}
/*# sourceMappingURL=custom_12.css.map */