@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Generales */
* {
    border: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0 !important;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    font-style: normal;
    line-height: 1;
}

.container {

    margin: 0 auto;
    padding: 0 16px;
}

strong {
    font-weight:500;
}


.acordeon {
    width: 100%;
    margin-bottom: 20px;
    font-family: sans-serif;
  }
  
  .acordeon input {
    display: none;
  }
  
  .acordeon label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0207a;
    color: white;
    padding: 12px 16px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .acordeon label:hover {
    background-color: #d9186b;
  }
  
  .acordeon .arrow {
    transition: transform 0.3s;
  }
  
  .acordeon input:checked + label .arrow {
    transform: rotate(180deg);
  }
  
  .acordeon-content {
    background-color: #EDEDED;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 16px;
    border-radius: 0 0 10px 10px;
  }
  
  .acordeon input:checked ~ .acordeon-content {
    max-height: 500px;
    padding: 16px;
  }


  .acordeon-content ul {
    padding-left: 20px;
    margin: 10px 0;
  }
  
  .acordeon-content li {
    margin-bottom: 6px;
  }

.header-a ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 40px 0;
    gap: 30px;
    text-align: center;
  }


        
  .header-a ul li {
    flex: 1 1 220px;
    max-width: 300px;
  }


h1 {
    font-weight: 700;
    font-size: 35px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: -1px;
    font-stretch: expanded;
}


.blanco {
    color: #FFFFFF;
}

.naranja {
    color: #211F54;
}

.negro {
    color: #000000;
}

.underline {
    text-decoration: underline;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 16px;
    letter-spacing: -0.6px;
}

p {
    margin: 0 0 16px;
}


a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btnContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

a.button {
    background: #D22477;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    font-family: Archivo;
    text-transform: uppercase;
    padding: 12px 24px;
    cursor: pointer;
    margin: 5px;
    border: solid 1px #D22477;
}

a.button.a-login {
    background: #FFFFFF;
    color: #D22477;
    border: none;
    font-size: 14px;
    border: solid 1px white;
}


.contentBtnFixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding-block: 15px;
    background-color: #000000c5;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* Encabezado principal */

#welcome-offer {
    background-image: url(https://www.palermo.com.ar/marketing/betfun/web/splash/landing/bgdesktop1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contentHeader-a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0%;
display: flex;
    justify-content: center;
    align-items: center;
}




.header-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
width: 50%;
    height: 100% !important;
padding-inline: 20px;
    margin-inline: 15px;
}


.header-a ul {
    display: flex;
    padding: 0;
    margin: 36px 0 20px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.header-a ul li {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.header-a ul li img {
    max-height: 70px;
    margin: 0 0 16px;
}


@media only screen and (max-width: 768px) {
    .header-a h1 {
        font-size: 36px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 938px) {

    a.button:hover {
        opacity: 1;
        background: #2A2B6B;
        color: #FFFFFF;
    }

    #welcome-offer a.button:hover,
    .modal-buttons a.button:hover {
        border: 1px solid #FFFFFF;
    }

    a:hover {
        opacity: .5;
    }

}



a.button:active {
    opacity: 1;
    background: #2A2B6B;
    color: #D22477;
}

#welcome-offer a.button:active,
.modal-buttons a.button:active {
    border: 1px solid #4f4e4e;
    color: #A9236C;
}

/* Top header */
#top-header {
    color: #FFFFFF;
    background-color: #131140;
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, #88B542, #49A0C9,  #A96EAC,  #F3207A) 1; /* Degradado del borde */
    margin: 0 auto;
    padding: 14px 0 8px;
}

#top-header .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.top-bajada {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-bf-top {
    margin: 0 0 0 0;
    height: 34px;
    max-width: 100%;
}

.top-sponsor span {
    font-weight: 500;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-style: normal;
}



/* Banner principal */

#welcome-offer {
    background-image: url(https://www.palermo.com.ar/marketing/betfun/web/splash/landing/bgdesktop1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contentHeader-a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0%;
    padding-top: 10%;
display: flex;
    justify-content: center;
    align-items: center;

}

.bgImgEquipos {
    background-image: url(https://www.palermo.com.ar/marketing/betfun/web/splash/landing/apuestas-de-casino-online.png);
    background-size: cover;
    width: 60px;
}


.header-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
width: 60%;
    height: 100% !important;
padding-inline: 20px;
    margin-inline: 15px;
      padding-bottom: 20%;
    
}




.header-a ul {
    display: flex;
    padding: 0;
    margin: 36px 0 20px;
    justify-content: space-around;
    flex-wrap: nowrap;

}

.header-a ul li {
    display: flex;
    flex-direction: column;
    width: 48%;
   
}



@media screen and (max-width: 1080px) {
    .header-a {
        margin-inline: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .contentHeader-a {
        height: 100%;
        flex-direction: column;
        display: flex;
    }



  #welcome-offer {
    height: auto;
  }
}


    .header-a {
    padding-top: 130px;
        
    }

@media screen and (min-width: 665px) and (max-width: 1000px) {
    .bgImgEquipos {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        
    }

    

    .header-a {
        padding: 80px !important;
    }
}


@media screen and (max-width: 768px) {
  .lista-beneficios {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }

  .lista-beneficios li {
    flex: 0 0 48%;    /* Ocupan cada uno casi la mitad */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


@media screen and (max-width: 347px) {
    h1 {
        margin-top: 10px;
    }
}

.img-mobile-casino {

  display: none;
      width: 65%;
  padding-bottom: 26%;
}

@media screen and (max-width: 1000px) {
    
  .bgImgEquipos {
   display: block;
  }

  .img-mobile-casino {
    display: block; 
  }

  .header-a {
    padding-top: px;  /* Ajustar el padding si se ve muy pegado arriba */
  }
}

/* Secciones */
.sec1 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 16px;
}

.sec1 img {
    width: 40%;
}

.sec1-a {
    width: 56%;
}

.sec2 {
    text-align: center;
    background-color: #2A2B6B;
    padding: 42px 0;
}

.sec2-a {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 8px 0px;
    padding: 32px 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 16px 0;
    flex-wrap: wrap;
}

.payment-methods img {
    margin: 0 16px 16px;
}

.sec2-a a {
    margin: 0 0 24px;
}

/*SLIDE*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 0 50px;
    * zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);


    background-repeat: repeat-y;
    background-position: center center;
    background-size: 130% 1px;
    padding: 1px 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 22px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(https://s3.sa-east-1.amazonaws.com/static-content.betwarrior.bet/Product/splitter/img/preloader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #2A2B6B;
    padding-top: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgb(0 0 0 / 30%);
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 4px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #211F54;
}

.bx-wrapper .bx-prev {
    background-image: url(https://s3.sa-east-1.amazonaws.com/static-content.betwarrior.bet/Product/splitter/img/ico_arrow_next.svg);
    transform: rotate(180deg);
    overflow: hidden;
    filter: invert(100%);
}

.bx-wrapper .bx-next {
    right: 0px;
    background-image: url(https://s3.sa-east-1.amazonaws.com/static-content.betwarrior.bet/Product/splitter/img/ico_arrow_next.svg);
}

.bx-wrapper .bx-prev:hover {}

.bx-wrapper .bx-next:hover {}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -44px;
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 9999;
    /* background-color: #2A2B6B; */
    filter: invert(1);
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}




.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.slide li {
    list-style: none;
}

/*FIN SLIDE*/

.sec3 {
    background: #2A2B6B;
    background: linear-gradient(0deg, rgba(42, 43, 107, 1) 35%, rgba(245, 246, 249, 1) 35%, rgba(245, 246, 249, 1) 80%, rgba(42, 43, 107, 1) 80%);
}

.sec3 .sec-b {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 88px 16px;
    height: 354px;
}

.sec3-c {
    width: 48%;
    padding: 48px 48px 112px;
    position: relative;
    height: 100%;
}

.caja-sombra {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 8px 0px;
    background-color: #FFFFFF;
}

.sec3-c h2 {
    background-image: url("https://www.palermo.com.ar/marketing/betfun/web/splash/landing/como.webp");
    background-repeat: no-repeat;
    background-size: auto 64px;
    padding: 0px 0 0 70px;
    min-height: 64px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 0 32px;
}

.sec3-c h2.h2_2 {
    background-image: url("https://www.palermo.com.ar/marketing/betfun/web/splash/landing/fichas.webp");
}

.sec3-c h2.h2_3 {
    background-image: url("https://www.palermo.com.ar/marketing/betfun/web/splash/landing/dep-ico.webp");
}

.sec3-c h2.h2_4 {
    background-image: url("https://www.palermo.com.ar/marketing/betfun/web/splash/landing/promo.webp");
}

.sec3-c a.button {
    margin: 32px 0 0 0;
    position: absolute;
    bottom: 48px;
}

.sec3-d {
    display: flex;
    background: #2A2B6B;
    align-items: center;
}

.sec3-d img {
    max-height: 52px;
    padding: 0 8px;
}

.sec3-d p {
    margin: 0 12px 0 0;
}

.sec4 {
    background-color: #2A2B6B;
}

.sec4 .container {
    max-width: 610px;
    display: flex;
    padding: 12px 16px 48px;
    align-items: center;
    justify-content: space-between;
}

.sec4-a ul {
    padding: 0 0 0 16px;
}

.sec4-a ul li {
    margin: 0 0 8px;
}

.sec4-b {
    display: flex;
    flex-direction: column;
    padding: 81px 0 0;
}

.sec4-b img {
    width: 150px;
    padding: 0 0 16px 0;
    cursor: pointer;
}

.sec4-c {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 16px;
}

.sec4-c img {
    max-height: 68px;
    padding: 0 16px 0 0;
}

.sec4-c h2 {
    margin: 0;
}

.sec5 {
    background-color: #FFFFFF;
}

.sec5 .container {
    max-width: 840px;
    display: flex;
    padding: 42px 16px 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec5 h2 {
    width: 100%;
}

.sec5 h3 {
    font-weight: 700;
    margin: 0 0 8px;
}

.sec5 .faq-juris {
    font-size: 12px;
    color: #000000;
    margin: 0 0 24px;
}

#footer {
    
    height: 466px;
    margin: 0 auto -3px;
    border: none;
}







@media only screen and (min-width: 360px) {
    .modal-buttons a.button {
        width: 75%;
    }
}



@media only screen and (min-width: 1000px) {
    .sec3 .sec-b {
        padding: 0 40px 16px;
    }

    .sec3-c {
        width: 49%;
        padding: 36px 36px 112px;
    }


}



/* Estilos para tablet */

@media only screen and (max-width: 1199px) and (min-width: 768px) {

    .header-a {
        width: 100%;
        padding-inline: 50px;
    }

    .bgImgEquipos {
        padding: 0% !important;
    }

}

@media only screen and (max-width: 1000px) {

    #welcome-offer { max-height: 980px;

    }

} 

/* Estilos para teléfonos móviles */
@media only screen and (max-width: 767px) {

    #top-header .container {
        flex-direction: column;
    }

    .logo-bf-top {
        height: 45px;
    }

    .top-sponsor span {
        margin: 0 8px 0 0;
    }

    .logo_sponsor {
        transform: scale(0.8);
        margin: 0;
    }

    h1 {
        font-size: 26px;
        line-height: 24px;
    }

    .header-a ul li img {
        max-height: 60px;
    }

    #welcome-offer h2 {
        font-size: 16px;
        letter-spacing: normal;
    }

    h2 {
        font-size: 18px;
    }

    .header-a ul {
        margin: 22px 0 12px;
    }


    .header-a {
        width: auto;
    }

    .sec1 .container {
        flex-direction: column;

    }

    .sec1 img {
        width: 100%;
        margin: 0 0 24px;
    }

    .sec1-a {
        width: auto;

    }

    .sec3 .sec-b {
        flex-direction: column;
        height: auto;
        padding: 0 0 16px;
    }

    .sec3-c {
        width: 100%;
        margin: 0 0 16px;
        padding: 24px;
    }

    .sec3-c:nth-of-type(even) {
        margin: 0;
    }

    .sec3-c a.button {
        position: unset;
    }

    .sec4 .container {
        max-width: 100%;
        padding: 24px 16px;
        flex-direction: column;
    }

    .sec4-a {
        width: 80%;
    }

    .sec4-b {
        padding: 18px 0 0;
        display: block;
        text-align: left;
        width: 80%;
    }

    .sec4-b img {
        padding: 0 16px 16px 0;
    }

    a.button {
        font-size: 16px;
    }

    .faq-juris a {
        display: inline-block;
    }

    .modal_fondo .modal {
        width: 80vw;
    }

    a.button.a-login {
        font-size: 12px;
    }

    

}


@media screen and (max-width: 664px) {
    .carousel-container {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-top: 60px;
      padding-bottom: 120px; /* aumentá si necesitás más espacio */
    }
  
    .header-a {
      position: relative;
      z-index: 1;
    }
  
    .bgImgEquipos {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
    }
  }

