@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap');

/* Bloque estilos Octavio */
* {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    padding-top: 50px;
    scroll-behavior: smooth;
    font-size: 1.5em;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

section {
    width: 100%;
}

h1 {
    font-size: 3.8rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

a {
    background-color: transparent;
    color: rgb(0, 0, 0);
}

.stickyTop {
    position: sticky;
    top: 50px;
    z-index: 100;
    background-color: #fff;
}

.men {
    /*background-color: #404041;*/
    background-color: #cccccc;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: -webkit-sticky;
    position: sticky;
        top: 165px;
    z-index: 100;
}

.menu {
    display: flex;
    flex-direction: row;
    line-height: 50px;

    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 100;
}

.menuSec {
    display: flex;
    width: auto;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    /* justify-content: center;*/
    /* justify-content: flex-end; */
    justify-content: space-between;
}

.menuSecCol {
    padding: 10px;
    font-size: 0.9em;
}

.mitem {
    flex: auto;
    text-align: center;
}

.mitem a {
    display: block;
    color: #333333;
    text-decoration: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.mitem a:hover {
    color: #fff;
    background-color: #353535;
    text-decoration: none;
    transition: 0.5s;
}

.active {
    display: block;
    background-color: #fd4873;
    color: #fff;
    text-decoration: none;
}

.hamburguesa {
    color: rgb(255, 255, 255);
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 40px;
    background-color: #396657;
    padding: 0px 3%;
}

.manita {
    cursor: pointer;
}


.peEsp {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
}

.colEsp {
    padding: 0px 5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.responsive-img {
    width: 100%;
    height: auto;
}

.centrar {
    text-align: center;
}

.seccion__01 {
    padding: 4% 6%;
}

.seccion__02 {
    padding: 4% 6%;
    background-color: #ececec;
}

.seccion__03 {
    padding: 4% 6%;
    /*Cambio Alex*/
    background-color: #404041;
    color: white;
}

.btn {
    display: inline-block;
    ;
    padding: 1%;
    color: #d5d5d5;
    text-align: center;
    line-height: 15px;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: #000;
    border-radius: 4px;
    border: 0px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    width: auto
}

.btn:hover {
    display: inline-block;
    padding: 1%;
    color: #d5d5d5;
    text-align: center;
    line-height: 15px;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: #94783a;
    border-radius: 4px;
    border: 0px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}




@media screen and (max-width:900px) {
    body {
        padding-top: 50px;
        scroll-behavior: smooth;
    }

    .btn {
        padding: 1.3rem;
        color: #d5d5d5;
        text-align: center;
        line-height: 15px;
        letter-spacing: .1rem;
        text-decoration: none;
        white-space: nowrap;
        background-color: #3a3a3a;
        border-radius: 4px;
        border: 0px solid #bbb;
        cursor: pointer;
        box-sizing: border-box;
    }

    .btn:hover {
        display: inline-block;
        padding: 1.3rem;
        color: #d5d5d5;
        text-align: center;
        line-height: 15px;
        letter-spacing: .1rem;
        text-decoration: none;
        white-space: nowrap;
        background-color: #94783a;
        border-radius: 4px;
        border: 0px solid #bbb;
        cursor: pointer;
        box-sizing: border-box;
    }

    .men {
        background-color: #BC955C;
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    .menu {
        display: flex;
        flex-direction: row;
        font-size: .9em;
        line-height: 40px;
        background-color: #BC955C;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        z-index: 100;
    }

   

    .peEsp {
        display: flex;
        align-items: center;
        justify-content: space-around;
        align-content: center;
        flex-wrap: wrap;
    }

    .colEsp {
        padding: 2rem 5rem;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
}

@media screen and (max-width:700px) {
    .menu {
        display: flex;
        flex-direction: column;
        font-size: .9em;
        line-height: 40px;
        background-color: #BC955C;
        position: -webkit-sticky;
        position: sticky;
        z-index: 100;
    }

    .hamburguesa {
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        line-height: 40px;
        background-color: #BC955C;
        padding: 0px 3%;
        position: -webkit-sticky;
        position: sticky;
        top: 160px;
        z-index: 100;
    }

    .manita {
        cursor: pointer;
    }

    .ocultar {
        display: none;
    }
}

/*bloque estilos Alex*/
.tarjeta {
    background-color: white;
    padding: 15px;
    margin: 10PX;
    text-align: center;
    color: #333;


}

.btn_1 {
    width: 100%;
    padding: 14px;
    display: block;
}

.btn_1:hover {

    color: #d5d5d5;
    padding: 14px !important;

}

.tarjetas {
    align-items: unset !important;
}

.dorado {
    color: #bc955c;

}

.btn_centro {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;

}

.cont_btn_centro {
    height: 100px;
    position: relative;

}

.descripcion {
    color: gray;

}



/* Playlist
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
#playlist,
audio {

    list-style: none;
    width: 100%;
}

.contPlaylist a {
    text-decoration: none;
}

#playlist .active a {
    color: #fff;
    text-decoration: none !important;
}

.contPlaylist li a {
    color: #333333;
    /*background: #333;*/
    padding: 5px;
    display: block;
}

.contPlaylist li a:hover {
    text-decoration: none;
}

.contPlaylist {
    margin: auto;
    /*width: 85%;*/
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.playlistThumbnail {
    padding-bottom: 20px
}


/* breadcrumbs
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}


ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}


ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}


ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}


ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

/* Grid
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {


    .container {
        width: 85%;
        padding: 0;
    }
}

/* For devices larger than 550px */
@media (min-width: 550px) {


    .container {
        width: 80%;
    }

    .column,
    .columns {
        margin-left: 4%;
    }

    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }

    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 13.3333333333%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-third.column {
        width: 30.6666666667%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }
}




.nueva_temporada {
    background: #e0e61d;
    position: absolute;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}



audio::-webkit-media-controls-panel {
  background-color: #fff;
}



.top_pod{
    background-color: white;
    width: 100%;
    top: 85px;
}


/* Base menu */
.pod_menu {
  display: flex;
  gap: 0; /* remove gaps so they align perfectly */
 
  color: white;
}

/* Each menu item grows evenly */
.pod_mitem {
  flex: 1;                /* each item same size */
  text-align: center;     /* center link text */
}

/* Links */
.pod_menu a {
  display: block;         /* fill the whole menu item */
  padding: 1rem;          /* bigger clickable area */
  color: #fff;            /* white text */
  text-decoration: none;  /* no underline */
  background: #333;       /* dark background (adjust to your theme) */
}

/* Hover effect */
.pod_menu a:hover {
  background: #333;       /* subtle hover color */
}

/* Mobile: hide menu initially */
@media (max-width: 768px) {
  .pod_menu {
    display: none;
    flex-direction: column;
    background: #333;
    position: absolute;
  
    left: 0;
    width: 100%;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .pod_menu.pod_show {
    display: flex;
  }

  .pod_menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
  }
}

/* Desktop: always show */
@media (min-width: 769px) {
  .pod_menu-toggle {
    display: none;
  }
}



.top_pod-2{
    position: relative;
    top: 125px;
    background: #333;
    color: white;
}


.top_pod-3{
    position: relative;
   margin-top: 110px;
    background: #333;
    color: white;
}


.social_icons {
  display: flex;
    list-style: none;
    display: flex;
    list-style: none;
    color: #333333 !important;
    position: relative;
    margin-bottom: 50px;
    /* padding-bottom: 50px; */
}

