/*
colores
#fca623 naranja */

@font-face {
    font-family: lato;
    src: url(font/Lato-Medium.ttf);
    font-style: normal;
}

@font-face {
    font-family: lato;
    src: url(font/Lato-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: lato;
    src: url(font/Lato-Italic.ttf);
    /* font-weight: bold; */
    font-style: italic;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: lato, system-ui;
    font-style: normal !important;
    color: #000000;
}

a {
    text-decoration: none;
}

input,
button {
    outline-style: none
}

footer {
    height: 150px;
}


footer {
    /* box-shadow: 0px -1px 16px 4px #333333; */
    /* background: rgb(46, 52, 59); */
    background: #fff;
}

.container {
    height: 100%;
}

main {
    /* padding-top: 20px; */
}

.marquesina img {
    width: 100%;
}

#barra-logo {
    height: 100%;
    margin: auto;
}

#logotipo {
    max-height: 110px;
}

#logotipo .d-table-cell {
    text-align: center;
    /* height: 110px; */
}

#logotipo img {
    /* width: 80%; */
    height: 80%;
    margin: auto;
}

#hdrPages #barra-logo {
    margin-bottom: 0px;
}

#puntosventa-content {
    margin-top: 15px;
}

#hdrPages #logotipo {
    margin-top: 15px;
    /* display: table; */
    float: left;
    /* max-height: 100%; */
    margin-bottom: 15px;
}

#hdrPages #logotipo img {}

#busqueda {
    height: 100%;
    display: table;
    vertical-align: middle;
}

#busqueda .search-bar {
    border: 1px solid #ced4da;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 40px;
}


#busqueda .search-bar input {
    border: none;
    width: 90%;
    padding-left: 14px;
}

#busqueda .search-bar .btn-outline {
    opacity: 1;
    border-right: none;
    /* height: 50px; */
}

#busqueda .search-bar .input-group-prepend {
    background: #F1F1F1;
}

#busqueda .search-bar .form-control {
    border-left: none;
    background: #F1F1F1;
}

#busqueda>div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#busqueda>div>input {
    height: 35px;
    padding-left: 10px;
    width: 80%;
    border: none;
    border-radius: 12px;
    float: left;
    background: #f1f1f1;
}

#busqueda .btn-primary {
    background-color: #fca623;
    border: none;
    float: right;
    width: 18%;
}

#icon-puntosventa {
    font-size: 50px;
}

#icon-puntosventa,
#busqueda a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    /* text-shadow: -5px -4px 11px #000000; */
    right: 610px;
}

#url-pdv a h3 {
    float: right;
    color: #000000;
    font-size: 22px;
    margin-left: 20px;
    font-style: normal;
}

#puntosventa a {
    color: #000;
    font-weight: bold;
}

[data-bs-slide] {
    border-radius: 10px;
}

.carousel-control-prev:hover {
    opacity: .5;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.carousel-control-next:hover {
    opacity: .5;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.carousel-item button {
    position: absolute;
    bottom: 10px;
    left: 14%;
    opacity: 1;
    background-color: #feae01;
    border-color: #feae01;
    color: #000;
}

#carousel-events {
    /* border-radius: 10px; */
    overflow: hidden;
    margin: 0 -12px;
}

#carousel-events img {
    /* max-height: 400px; */
    /* height: 556px; */
    cursor: pointer;
    /* width: 1900px !important; */
    /* margin-left: -762px; */
}

.item-evento {
    overflow: hidden;
    /* max-height: 200px; */
    padding-bottom: 15px;
}

.textos-evento {
    padding: 0 10px;
    background: #fff;
    box-shadow: 0px 0px 19px -6px #333;
}

.item-evento>.cont-img {
    max-height: 200px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 0px 19px -6px #333;
}

.item-evento img {
    /* border-radius: 10px; */
    cursor: pointer;
}


#facebooklink {
    background: #3e68c0;
}

#twitterlink {
    background: #23abff;
}

#instalink {
    background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

#ytlink {
    background: #ee3130;
}

.redes {
    cursor: pointer;
    color: #FFF;
    padding: 8px 0;
    border-radius: 45px;
    text-align: center;
    float: left;
    margin-left: 13px;
    height: 40px;
    width: 40px;
}

.vdspot {
    border-radius: 10px;
}

.fa-theater-masks {
    font-size: 20px;
    margin-right: 5px
}

.fa-calendar-day {
    font-size: 20px;
    margin-left: 3px;
    margin-right: 11px;
}

.fa-map-marker-alt,
.fa-hand-holding-usd {
    margin-left: 4px;
    margin-right: 13px;
}

#lista-eventos h3 {
    color: #595757;
    font-size: 22px;
    margin-top: 15px;
    height: 47px;
    margin-bottom: 20px;
}

#lista-eventos h4 {
    color: #595757;
    font-size: 20px;
    margin-left: 17px;
    height: 47px;
    margin-bottom: 15px;
}

#lista-eventos h4 i,
#lista-eventos h5 i {
    font-size: 14px;
    margin-top: 6px;
    margin-left: -16px;
    position: absolute;
}

#lista-eventos h5 {
    color: #595757;
    font-size: 20px;
    margin-left: 17px;
    height: 77px;
    margin-bottom: 15px;
}

#auspicios h3,
#auspiciosFooter h3 {
    font-size: 20px;
}

#auspicios div,
#auspiciosFooter div{
    text-align: center;
}

#auspicios img,
#auspiciosFooter img {
    width: 40%;
    margin: auto;
    margin-bottom: 25px;
}

#auspicios>div.mt-3.col-3>img,
#auspiciosFooter > div.mt-3.col-3 > img {
    /*pirma*/
    width: 50%;
}

@media only screen and (max-width: 435px) {
    #busqueda h3 {
        display: none;
    }

    #icon-puntosventa {
        display: block !important;
    }
}

@media only screen and (min-width: 436px) {
    #icon-puntosventa {
        display: none !important;
    }
}

@media only screen and (max-width: 575px) {
    #busqueda h3 {
        font-size: 17px;
    }

    .item-evento img {
        height: 150px;
        /* margin-top: 9px; */
    }

    #cont-auspicios-footer {
        display: block !important;
    }

    #cont-auspicios {
        display: none !important;
    }

    #auspicios img,
    #auspiciosFooter img {
        width: 40%
    }

    footer {
        height: auto;
    }

    .accordion-body img {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) {
    .item-evento img {
        height: 180px;
    }

    #auspicios img,
    #auspiciosFooter img {
        width: 50%;
    }

    footer {
        height: auto;
        padding-bottom: 150px;
    }

    .accordion-body img {
        margin-bottom: 15px;
    }

    #lista-eventos h3 {
        font-size: 17px;
        margin-top: 15px;
        height: 47px;
        margin-bottom: 5px
    }

    #lista-eventos h4 {
        font-size: 15px;
        margin-bottom: -7px
    }

    #lista-eventos h5 {
        font-size: 14px;
        margin-bottom: 0px
    }

    #lista-eventos h4 i,
    #lista-eventos h5 i {
        font-size: 11px;
        margin-top: 5px;
        margin-left: -16px;
        position: absolute;
    }

    #cont-auspicios-footer {
        display: none;
    }

    #cont-auspicios {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .item-evento img {
        height: 130px;
        /* margin-top: 30px; */
    }

    .carousel-item button {
        font-size: 18px;
        background: #feae01;
        border: none;
        color: #000;
        padding: 10px 30px;
        bottom: 60px;
    }

    #auspicios img,
    #auspiciosFooter img {
        width: 80%;
    }

    #lista-eventos h3 {
        color: #595757;
        font-size: 22px;
        margin-top: 15px;
        height: 47px;
        margin-bottom: 20px;
    }

    #lista-eventos h4 {
        color: #595757;
        font-size: 20px;
        margin-left: 17px;
        height: 47px;
        margin-bottom: 15px;
    }

    #lista-eventos h4 i,
    #lista-eventos h5 i {
        font-size: 14px;
        margin-top: 6px;
        margin-left: -16px;
        position: absolute;
    }

    #lista-eventos h5 {
        color: #595757;
        font-size: 20px;
        margin-left: 17px;
        height: 77px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .item-evento img {
        height: 180px;
    }


    .accordion-body img {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .item-evento img {
        height: auto;
        /* height: 200px; */
    }
}

@media only screen and (min-width: 1320px) {
    
}



footer .d-table-cell {
    padding: 10px;
}

footer a {
    color: #000000 !important;
    font-weight: bold;
    /* margin: 13px 0; */
    /* color: #ffffff; */
}

#whastapp-content {
    background: #1ebea5;
    color: #fff;
    position: fixed;
    bottom: 95px;
    right: 25px;
    border-radius: 75px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

#fb-chat-content {
    background: #00B2FF;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 75px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

#puntosventa-content iframe {
    width: 100%
}

#lista-eventos {
    max-width: 1200px;
    margin: auto;
}

#lista-eventos .btn-primary {
    background: #000000;
    border-color: #000000;
    display: none;
}

.btn-amarillo {
    background-color: #feae01;
}

/* BOOTSTRAP MEDIAS */

#logotipo img {
    /* width: 80%; */
    height: 80%;
    margin: auto;
}

#btn-buscar-txt {
    display: block;
}

#btn-buscar-icon {
    display: none;
}


#cont-yt {
    width: 100%;
    margin: 0;
}

/* XS */
@media (max-width: 575px) {

    #logotipo img {
        width: 100%;
        height: auto !important;
    }

    #btn-buscar-txt {
        display: none !important;
    }

    #btn-buscar-icon {
        display: block;
        border-radius: 0px;
        float: right;
    }

    #busqueda .search-bar .input-group-prepend {
        position: absolute;
        right: 0;
    }

    .search-bar #btn-search-before {
        display: none;
    }

    #url-pdv a h3 {
        margin-left: 0;
    }

    .fa-map-marker-alt,
    .fa-hand-holding-usd {
        margin-left: 10px;
        margin-right: 0px;
    }

    #busqueda .search-bar input {
        width: 70%;
        float: left;
    }
}


/* Small devices  */
@media (max-width: 767px) {

    header,
    #logotipo .d-table-cell {
        height: 65px;
    }

    #logotipo img {
        height: 80%;
        /* width: 50%; */
    }

    .txt-icon {
        display: none;
    }

    #lista-eventos h3 {
        font-size: 17px;
        margin-top: 15px;
        height: 47px;
        margin-bottom: 5px
    }

    #lista-eventos h4 {
        font-size: 15px;
        margin-bottom: -7px
    }

    #lista-eventos h5 {
        font-size: 14px;
        margin-bottom: 0px
    }

    footer {
        height: auto;
        padding-bottom: 150px;
    }

    #lista-eventos h4 i,
    #lista-eventos h5 i {
     margin-top: 3px;
    }
}

/* Medium devices (tablets, 768px and up) col-md */
@media (min-width: 768px) {

    header,
    #logotipo .d-table-cell {
        height: 80px;
    }

}

/* Large devices (desktops, 992px and up) col-lg */
@media (min-width: 992px) {

    header,
    #logotipo .d-table-cell {
        height: 90px;
    }

    .textos-banner{
        display: block !important;
    }
}


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    /* XX-Large devices (larger desktops, 1400px and up) */
    header,
    #logotipo .d-table-cell {
        height: 100px;
    }
}

@media (min-width: 1400px) {

    header,
    #logotipo .d-table-cell {
        height: 110px;
    }

    #cont-yt {
        width: 1400px;
        margin: auto;
    }
}

.carousel-cover {
    /* background: #000; */
    background: linear-gradient(0deg, #000000ad, transparent);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

#contenedor-eventos {
    /* max-width: 1200px; */
    /* margin: auto; */
    background: #f2f2f2;
}

.cont-texto-eventos {
    cursor: pointer;
}

.textos-banner {
    position: absolute;
    z-index: 99;
    color: #fff;
    bottom: 112px;
    left: 14%;
}

.flexdatalist-results li {
    cursor: pointer;
}

.flexdatalist-results li.active,
.flexdatalist-results li:hover {
    background: #2b82c9;
    color: #fff;
}

.flexdatalist-results .item.item-fecha {
    font-size: 11px;
    color: #336;
}

.textos-banner{
    display: none;
}