@import url("//fonts.googleapis.com/css?family=Pacifico&text=Pure");
@import url("//fonts.googleapis.com/css?family=Roboto:700&text=css");
@import url("//fonts.googleapis.com/css?family=Kaushan+Script&text=!");

/*Tamaņo imagen calcetines*/
body > div.wrapper > section.gray-bg.pad-t-30 > div > div > div > div > div > div:nth-child(1) > div:nth-child(1) > div > div > div > div.col-xs-2.col-md-2 > img{
    width: 180px !important;	
    height: 180px !important;	
}

element.style {
    height: auto;
    width: 100%;
}
.owl-carousel .owl-item img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

element.style {
}
.card-base {
    width: 100%;
    box-shadow: rgb(50 50 93 / 2%) 0px 13px 27px -5px, rgb(0 0 0 / 20%) 0px 8px 16px -8px;
}
.card-base {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 90%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 0.25rem;
}
/*Color fondo menu*/
.mega-menu > section.menu-list-items {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    background-color: #00d9ff;
}
/*Color inferior menu*/
.desktop {
    padding-top: 50px;
    background-color: #FF0894 !important;	
}
/*Color fuente dia*/
.dia-sesion-lista {
    font-weight: 700;
    font-size: 40px;
    padding-top: 22px;
    margin-bottom: 0px;
    color: #FF0894;
    width: 40%;
    text-align: right;
    padding-right: 10px;
}
/*Color fuente sesion*/
.mes-sesion-lista {
    margin-bottom: 0px;
    font-weight: 600;
    padding-top: 22px;
    align-items: center;
    display: grid;
    justify-content: start;
    width: 60%;
    text-align: left;
    color: #FF0894 !important;	
}
/*Color fuente precio sesion*/
.boton_pagar_lista p {
    background: none;
    color: #FF0894 !important;
    text-align: right;
}
/*CALENDARIO Y PANTALLAS CONTINUAS*/
#calendar .disp {
    background-color: #FF0894 !important;
    border-color: #FF0894;
    cursor: pointer;
}
.btn-colapsar a {
    text-decoration: none;
    display: block;
    /*background-color: #00d9ff !important;*/
    border-radius: 5px;
}
#selec_zona > div.buttons > div > div:nth-child(2) > a{
    background-color: #FF0894 !important;
}
#capa_tarifas_funcion > section > div > div > div > div > div > div > div:nth-child(3) > div > div > p:nth-child(3){
    background-color: #FF0894 !important;
}
#capa_tarifas_funcion > section > div > div > div > div > div > div > div:nth-child(3) > div > div > p:nth-child(1){
    background-color: #FF0894 !important;
}
#capa_tarifas_funcion > section > div > div > div > div > div > div > div.type-name > p{
     color: black;
}

/*PRODUCTOS*/
.bg-overlay-black-50:before {
    background: #FF0894;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
@media (max-width: 544px) {
    .bg_text {
        font-size: 2rem;
        display: none;
    }
}
@media (max-width: 544px) {
    .title-size {
        font-size: 1.5rem;
        display: none;
    }
}
body > div.wrapper > section.gray-bg.pad-t-30 > div > div > div > div > div > div:nth-child(1) > div:nth-child(1) > div > div > div > div.col-xs-9.col-md-9 > div:nth-child(3) > div > div > p:nth-child(3){
    background-color: #FF0894 !important;
}
body > div.wrapper > section.gray-bg.pad-t-30 > div > div > div > div > div > div:nth-child(1) > div:nth-child(1) > div > div > div > div.col-xs-9.col-md-9 > div:nth-child(3) > div > div > p:nth-child(1){
    background-color: #FF0894 !important;
}
body > div.wrapper > section.gray-bg.pad-t-30 > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div.col-xs-9.col-md-9 > div:nth-child(3) > div > div > p:nth-child(3){
    background-color: #FF0894 !important;
}
body > div.wrapper > section.gray-bg.pad-t-30 > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > div > div > div > div.col-xs-9.col-md-9 > div:nth-child(3) > div > div > p:nth-child(1){
    background-color: #FF0894 !important;
}
body > div.wrapper > section.gray-bg.pad-t-30 > div > div > div > div > div > div:nth-child(1) > div.buttons > div > div:nth-child(2) > button{
    background-color: #FF0894 !important;
}

div.fila-table.row.fila-comprar-selec {
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: white;
	padding: 10px 0;
	display: flex;                /* Flex for layout */
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	border-top: 1px solid #ccc;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	background-color: #ADD8E6;
	border-bottom-left-radius: 20px !important;	
	border-bottom-right-radius: 20px !important;	
}

/* Optional: make both .comprar-selec divs act as grid items */
div.fila-table.row.fila-comprar-selec > div.comprar-selec {
	width: 50%;
	text-align: center;
}

div.fila-table.row {
	background-color: #ADD8E6;
	border-top-left-radius: 20px !important;	
	border-top-right-radius: 20px !important;	
}

div.fila-table.row.fila-pagos-selec {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-top: 2px solid #bebebe !important;
}

/* Style for the two buttons */
a.btn.butacas-pagar {
	display: block;
	width: 100%;                /* Fill parent width */
	padding: 12px 0;
	background-color: #4bacc6;  /* Example color */
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

#datos-forma ul > li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

div.col-md-10.col-xs-10 {
	margin-left: 18px !important;
	font-weight: 600;
	padding: 0px !important; 
	font-size: 16px;
}

div.info-selec.col-md-6.col-xs-6 {
  display: flex;
  font-size: 20px !important;
  gap: 10px; /* optional: spacing between image and text */
}

div.item-boxed {
	background-color: #ADD8E6;
	margin-bottom: 10px;
	border-radius: 20px !important;
}

div.fila-table.row.cabecera-grid {
	display: none;
}

div.tipo-selec.col-md-4.col-xs-4 {
	text-align: center;
	margin-top: 10px;
	padding: 0px 10px !important;
	font-weight: 600 !important;
}

div.fila-table.row#pinta_inf_asient_fil {
	background-color: #ADD8E6;
    border-bottom: 2px solid #bebebe; /* Adjust the color and size as needed */
}

div.precio-selec.col-md-6.col-xs-6 {
	font-size: 25px !important;
	font-weight: 500 !important;
	font-style: italic !important;
}

div.fila-table.row#pinta_inf_asient_pie {
	background-color: #ADD8E6;
	border-radius: 20px !important;	
}

div.precio-selec.col-md-2.col-xs-2 {
	font-size: 25px !important;
	font-weight: 500 !important;
	font-style: italic !important;
}

div.col-md-6.col-xs-6.comprar-selec {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

div.precio-selec.col-md-12.col-xs-12 p {
color: black !important;
}

.type-name p {
    margin: 0;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #000000 !important; 
}

@media (max-width: 768px) {
    .desktop {
		/*height: 110px;*/
    }
}