body{
    /* background: linear-gradient(90deg, #7474BF 0%, #348AC7 100%) !important; */
    /* background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%) !important; */
    
}

.contenedor-head{
    display: flex; 
    position: relative;
    height: 60vh;
}

.imagen-head{
    object-fit:cover;
    object-position: center;
    object-position: top;
    width: 100%;
    height: 60vh;
}

.contenedor-slider{
    width: 100%;
    height: 60vh;
    border: solid 0pt;
    display: flex; 
    align-items: center; 
    overflow: hidden;
}

.opacidad{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 60vh;
    background-color: rgba(32, 32, 32, 0.589);
    position: absolute;
    z-index: 2;
}

.boton-head{
    position: absolute;
    z-index: 3;
    height: 40px;
    opacity: 0.3;
    bottom: 50%;
}

.contenedor-info-head{
    position: absolute;
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    bottom: 35%;
    left: 10%;
    z-index: 2;

}

.nombre-evento{
    font-size: 52px;
    font-weight: 700;
    color: white;
    font-family: 'Oswald', sans-serif;
}

.lugar-info{
    font-size: 24px;
    margin-top: -1.5rem;
    color: white;
    font-family: 'Oswald', sans-serif;
}

.fecha-info{
    font-size: 16px;
    margin-bottom: -1.5rem;
    color: rgb(161, 167, 255);
    font-family: 'Oswald', sans-serif;
    font-weight: 400; 
}


/******************************* CONTENIDO ****************************/

.titulo-boletos-contenido{
    font-family: 'Oswald', sans-serif !important;
    font-size: 48px;
    color: white;
}

.site-index{
    background: none !important;
    border: none !important;
}

.jumbotron2{
    border-bottom: none !important;
    margin-bottom: 2rem;

}

.jumbotron2 span{
    font-family: 'Oswald', sans-serif !important;
    font-size: 36px;
    color: white;

}

.contenedor-funciones{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.area_funcion{
    background: radial-gradient(72.2% 72.2% at 50% 50%, rgba(255, 255, 255, 0.546) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.178);
    border-radius: 1rem;
    /*box-shadow: -3px 3px 3px #e6e6e6;*/
    transition: all 0.5s ease-in-out;
    text-align : justify;
    margin: 10px;
    text-align: left;
    padding: 1rem;
    color: rgb(255, 255, 255);
    height: fit-content;
    -webkit-box-shadow: 10px 10px 16px -9px rgba(77,77,77,1);
    -moz-box-shadow: 10px 10px 16px -9px rgba(77,77,77,1);
    box-shadow: 10px 10px 16px -9px rgba(77,77,77,1) !important;
  }


  .titulo-evento-desc{
      margin-top: 1rem;
      color: white;
  }

  .recinto-evento{
      color: white;
  }
    
  .area_funcion:hover {
      transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
      cursor: pointer;
}

.contenedor-imagen-evento{
    height: 300px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.322);
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}

.imagen-evento{
    width: 100%;
    
   /* object-fit: cover; */
}

.contenedor-login{
    background: #e0e0e0 !important;
    box-shadow:  9px 9px 31px #bcbcbc,
             -9px -9px 31px #ffffff;
    border: 2px solid rgba(219, 219, 219, 0.226);
    margin-top: 4rem;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    font-family: 'Poppins', sans-serif;
}
.contenedor-login h1{
    color: rgb(14, 83, 153) !important;
    text-align: center;
    text-shadow: 2px 2px 1px #CECECE;
    font-weight: 600;
    /* font-family: 'Poppins', sans-serif; */
}

.contenedor-login input{
    /* background: #ffffff; */
    box-shadow: inset 11px 11px 22px #ededed,
            inset -11px -11px 22px #ffffff; 
     /* border: solid 0.5px rgb(203, 203, 255);  */
     border:none;
}
.checkbox input{
    box-shadow: none;
}


.login-info{
    color: rgb(41, 41, 41) !important;
}

.form-group label{
    color: #0e5399 ;
    text-shadow: 1px 1px 1px #CECECE;
}
.footer-login{
    color:rgb(53, 53, 53) !important;
}
.form-control{
    border-radius: 1.5rem !important;
    background-color: #ffffffc9 !important;

}
.has-error .form-control {

    border-color: rgb(216, 50, 83) !important;
    -webkit-box-shadow: 3px 9px 24px -6px rgba(255,97,97,1);
    -moz-box-shadow: 3px 9px 24px -6px rgba(255,97,97,1);
    box-shadow: 2px 4px 24px -6px rgba(255,97,97,1) !important;

}

.boton-login button{
    height: 40px;
    width: 50%;
    border: none;
    color: #0c58a3;
    /* background: linear-gradient(145deg, #1a81e9, #166dc4);
    box-shadow:  2px 2px 4px #1877d6,
                 -2px -2px 4px #187bde; */
                 background: #ebebeb;
box-shadow:  7px 7px 25px #b1b1b1,
             -7px -7px 25px #ffffff;
    border-radius: 2rem;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.boton-login button:hover{
    color: #f3f3f3;
    background-color:#0c58a3 ;
    transform: scale(1.05);
}

.boton-compra-boleto{
    height: 45px;
    width: 40%;
    background: linear-gradient(145deg, #1a81e9, #034180) ;
    font-weight: 600;
    border-radius: 1rem;
    padding: 0.5rem;
    text-decoration: none !important;
    color:white !important;
    text-align: center;
    padding-top: 12px;
    transition: all 0.5s ease-in-out;
}
.boton-compra-boleto:hover{
    
    transform: scale(1.1);
    background: linear-gradient(145deg, #3983cc, #0c58a3) ;
}

.breadcrumb {
    background: #000000e1 !important;
    margin:0 !important;
        margin-top: 80px !important;
        margin-bottom: 0;
        border-radius: 0 !important;
}

.menu-secundario{
    width: 100%;
    height: fit-content;
   
}

.navbar-collapse {
    padding-right: 0; 
    padding-left: 0;
    overflow-x: visible;
    border-top: 0px !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0); 
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
}
.navbar-nav{
    margin-top: 0 !important;
    background: #7c94ffe3 !important;
}

.goog-te-gadget {
    color: #ffffff;
    position: inherit !important; 
    margin-bottom: 1rem;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
}


.desaparece{
    display: none;
}

@media (max-width:992px){

    .contenedor-funciones{
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(2,1fr);
    }
    .contenedor-imagen-evento{
        height: 200px;
    }
    .navbar-toggle {
        transform: scale(1.8);
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-top: 20px !important;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        
    }
    .goog-te-gadget {
        color: #ffffff;
        position: inherit !important; 
        margin-bottom: 1rem;
        padding-left: 10px;
        padding-bottom: 15px;
        padding-top: 15px;
    }


}
@media (max-width:768px){
    .contenedor-head{
        /* margin-top: 8rem; */
        height: 35vh;
    }
    .imagen-head{
      
        height: 35vh;
    }
    
    .contenedor-slider{
      
        height: 35vh;
    
    }
    
    .opacidad{
       
        height: 35vh;
    
    }

    .contenedor-info-head{
        position: absolute;
        width: 50%;
        height: auto;
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
        bottom: 10%;
        left: 10%;
        z-index: 2;
    
    }
    
    .nombre-evento{
        font-size: 30px;
        font-weight: 700;
        color: white;
        font-family: 'Oswald', sans-serif;
    }
    
    .lugar-info{
        font-size: 18px;
        margin-top: -1.5rem;
        color: white;
        font-family: 'Oswald', sans-serif;
    }
    
    .fecha-info{
        font-size: 12px;
        margin-bottom: -1.5rem;
        color: rgb(161, 167, 255);
        font-family: 'Oswald', sans-serif;
        font-weight: 400; 
    }
    .boton-compra-boleto{
        width: 50%;
    }
    
    .menu-secundario{
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        justify-content: right;
        background-color: rgba(0, 0, 0, 0.651);
        height: 40px;
        position: relative;
        margin-top: 8rem;

    }
    .menu-amburguesa{
        display: block;
        justify-self: right;
        margin-right: 1rem;
        width: 24px;
        transition: all 0.3s ease-in-out;
    }
    .menu-amburguesa:hover{
        cursor: pointer;
    }
    .breadcrumb-desaparece{
        display: none;
    }
    .breadcrumb{
        display: flex;
        flex-direction: column;
        align-items: center;
        position:absolute;
        height: fit-content;
        width: 100%;
        z-index: 104;
        margin-top: 35px !important;
        clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
        transition: all 1s ease-in-out;

    }
    .breadcrumb li{
        margin-top: 2rem;
    }

    


    
}
@media (max-width:576px){
    .contenedor-funciones{
        grid-template-columns: repeat(1,90%);
    }
    .area_funcion{
        display: flex;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        justify-content: center;
    }
    .contenedor-imagen-evento{
        width: 50%;
        height: 150px;
        margin-right: 1rem;
    }
    .contenedor-informacion{
        width: 50%;
    }
    .boton-compra-boleto{
        font-size: 12px;
        width: 60%;
    }
}

@media (max-width:369px){

    .breadcrumb {
       
        margin:0 !important;
        margin-top: 57px !important;
        margin-bottom: 0;
        border-radius: 0 !important;
    }

    .navbar-nav{
        margin-top: -5px !important;
        background: #7c94ffe3 !important;
    }
    .navbar-toggle{
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
}

.aparece-flex{
    display: flex;
}

.aparece-grid{
    display: grid;
}
.aparece-block{
    display:block;
}

.aparece-breadcrumb{
    
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}