/* Old styles colors-v2 */

@font-face {
    font-family: 'Brandon Grotesque Portezuelo';
    src: url('../../fonts/BrandonGrotesque-Black.woff2') format('woff2'),
        url('../../fonts/BrandonGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alternate Gothic No3 D Portezuelo';
    src: url('../../fonts/AlternateGotNo3D.woff2') format('woff2'),
        url('../../fonts/AlternateGotNo3D.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --font-header: 'Brandon Grotesque Portezuelo';
    --font-content: 'Alternate Gothic No3 D Portezuelo';
}

.title {
    font-family: var(--font-content), sans-serif;
    text-transform: uppercase;
}

#premios {
  padding-bottom: 40px !important;
}

#footer {
  width: 100%;
  position: relative;
}

.footer-content {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column-reverse;
    gap: 2rem;
}

.header .head {
    font-family: var(--font-header), sans-serif;
    box-shadow: none;
}

.header {
    top:0rem;
}

.c-banner-hero {
    width: 100%;
    height:100vh;
    position: relative;
}

.c-banner-hero img{
    width:100%; 
    height:100%; 
    object-fit: contain;
    cursor: pointer;
}

.c-banner-hero-text {
    width: 100%;
}

.c-banner-hero-text p{
    text-align: center;
    color: white;
    padding: 4rem;
    font-family: var(--font-content), sans-serif;
    font-size: 14px;
}

.popup .overlay {
    background-color: #6f2c91;
}

.popup[data-login="true"] .holder {
    background-color: rgba(111, 44, 145, 0.92) !important;
}

.styled-form .link span {
    color: #0068B3;
}

#ganadores .button {
    font-family: var(--font-content), sans-serif;
    text-transform: uppercase;
}

#footer span {
    font-family: var(--font-content), sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.styled-form .third {
    width: 50%;
}

.styled-form .third .input {
    width: 100%;
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 0px;
  }

  .footer-content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  
  .header .head {
    background-color: transparent !important;
    box-shadow: none;
    padding: 1rem;
  }
  
  #advice-popup {
      /*display: flex !important;*/
      margin-top: 5rem;
  }
  
  .c-banner-hero { 
      height:50%;
      padding-top: 2rem;
  }
  
  .c-banner-hero-text p{
    padding: 1rem;
    font-size: 7px;
    line-height: 10px;
  }
}


/* New styles*/

body {
    background-color: #e30613 !important;
}

.header .head{
    background-color: #702283 !important;
}

.nav .menu li a,
.nav .menu li .user {
    text-transform: uppercase;
    font-weight: 900;
}

#intro {
    background-color: #e30613 !important;
    padding-block: 0 !important;
}

#intro .c-banner-hero img {
    width: 100% !important;
    height: calc(100vh - 50px) !important;
    cursor: pointer !important;
}

.c-banner-hero.c-banner-hero--first.desktop{
    padding-top: 1rem !important;
}

#sorteos {
    background-color: #00abe4 !important;
    min-height: 20rem;
}

#sorteos .title{
    color: #ffffff !important;
}

#ganadores {
    background-color: #ffd744 !important;
}

#ganadores .title{
    color: #702283 !important;
}

#ganadores .button{
    box-shadow: none;
    background-color: #702283 !important;
    padding: 0 2em;
    border-radius: 0.3em;
    font-size: clamp(2rem, 3.2vw, 2.5rem);
    margin-top: 1.2em;
}

#premios {
    background-color: #702283 !important;
}

#footer{
    background-color: #702283 !important;
}

#footer span {
    color: #ffffff;
}

#footer span a{
    color: #ffffff;
}

*:has(.dotted-line){
    position: relative;
}

.dotted-line {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    z-index: 1;
    pointer-events: none;
}

.dotted-line svg{
    display: block;
    width: 100%;
    height: auto;
}

/* up to Table */

@media (max-width: 61.1875rem){ /* max 979px */
   
    .dotted-line{
        overflow: hidden;
    }
    
    .dotted-line svg {
        width: 280%;
    }
        
    .c-banner-hero{
        height: auto;
        padding-block: 0 !important;
    }
    
    .c-banner-hero.c-banner-hero--first.mobile{
        padding-top: 4rem !important;
    }
    
    #intro .c-banner-hero img{
        height: auto !important;
    }
    

    .c-banner-hero.desktop{
        display: none;
    }
    
    .header .head {
        background-color: #e30613 !important
    }

    .nav .overlay{
        background-color: #702283 !important;
    }
    
    .header #menu-btn{
        background-color: #702283 !important;
    }
    
    #footer .networks li {
        padding: 0 6px;
    }
    
    
}

/* ********************** de Tablet a DESKTOP ********************** */

@media (min-width: 61.25rem) { /* min 980px */
    
    .section {
        padding: 75px 0;
    }

    .c-banner-hero.mobile{
        display: none;
    }
    
    #ganadores .button{
        padding: 0 3em;
    }
    
    .wrapper-bottom .c-banner-hero.desktop {
        padding-top: 4rem;
    }
    
    .title {
        font-size: 4em;
    }

}