@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

@font-face {
    font-family: fuenteLuis;
    src: url("../fonts/AbandoN.ttf");
}

html,
body {
    width: 100%;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

body {
    background-image: url('../../assets/luis-fondo.jpg');
    background-color: #222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

html,
body {
    width: 100%;
    box-sizing: border-box;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.header {
    width: 100%;
}

.caja-carouse {
    width: 100%;
}

.header a {
    text-decoration: none;
}

.header .link-logo {
    color: #ffe001;
    font-family: fuenteLuis;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
}

.child-header {
    max-width: 1400px;
    padding: 0 5%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-menu-navegacion {
    width: 50%;
}

.box-menu-navegacion ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.menu-navegacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-menu-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: white;
    transition: .3s linear;
    padding: 1.8rem 0;
    display: inline-block;
}

.subcarteles {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-menu-link:hover {
    color: #ffe001;
}

.item-menu-sub-menu:hover i {
    color: #ffe001;
    transition: .3s linear;
}

.btn-hamburguesa {
    display: none;
    background-color: transparent;
    height: 30px;
    border: none;
    cursor: pointer;
}

.btn-hamburguesa span {
    height: 2px;
    display: block;
    background-color: #fff;
    width: 25px;
    border-radius: 20px;
}

.btn-hamburguesa span:nth-child(2) {
    margin: .4rem 0;
}

.item-menu-sub-menu {
    position: relative;
}

.angle-view-sub-menu {
    color: white;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    transform: scaley(0);
    background-color: black;
    z-index: 100;
    transform-origin: top;
    transition: transform .3s linear;
}

.sub-menu .item-menu-link {
    padding: .8rem;
}

.item-menu-sub-menu:hover .sub-menu {
    transform: scaley(1);
}

.container .about {
    width: 100%;
    margin-top: 100px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.container .about-img img {
    border-radius: 10px;
    width: 500px;
}

.container .texto {
    width: 55%;
}

.container .about h2 {
    font-family: fuenteLuis;
    color: #ffe001;
}

.container .contacto {
    width: 100%;
    margin-top: 100px;
    color: white;
}

.container .contacto h2 {
    font-family: fuenteLuis;
    color: #ffe001;
    text-transform: uppercase;
}


.container .contacto .formulario {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.container .contacto .group {
    width: 48%;
}

.container .contacto input {
    width: 100%;
    background-color: transparent;
    color: white;
    margin-top: 20px;
}

.container .contacto input::placeholder,
.container .contacto textarea::placeholder {
    color: white;
}

.container .contacto input:focus-visible,
.container .contacto textarea:focus-visible {
    outline: 3px solid #ffe001;
    border: none;
}

.container .contacto .group-textarea {
    width: 100%;
    margin-top: 20px;
}

.container .contacto textarea {
    width: 100%;
    background-color: transparent;
    color: white;
    height: 200px;
}

.container .contacto input[type="submit"] {
    width: 50%;
    margin: 20px auto;
    border-color: transparent;
    font-size: 16px;
    color: black;
    background-color: #ffe001;
    font-weight: bolder;
}

.container .contacto input,
.container .contacto textarea {
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid white;
}

.container .espectaculos .title h2 {
    font-family: fuenteLuis;
    color: #ffe001;
    text-transform: uppercase;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.container .espectaculos .carteles img {
    width: 250px;
    margin: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: 300ms;
}

.container .espectaculos .carteles img:hover {
    filter: blur(2px);
    filter: opacity(0.8);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-text {
    width: 50%;
}

.footer p {
    padding: 8px;
    font-size: 18px;
}

.footer .redes i {
    margin: 5px;
    font-size: 25px;
    background-color: rgb(60, 60, 60);
    padding: 8px;
    border-radius: 3px;
    color: #f8f9fa;
    transition: 300ms;
}

#youtube:hover {
    background: #c4302b;
}

#facebook:hover {
    background: #3b5998;
}

#tiktok:hover {
    text-shadow: 4px 2px 0 #EE1D52, -4px -2px 0 #69C9D0;
    background-color: black;
}

#instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.espectaculo {
    display: flex;
    justify-content: space-between;
}

.espectaculo .espectaculo-texto {
    width: 55%;
    margin: 10px;
}

.espectaculo .espectaculo-texto p {
    color: white;
    font-size: 18px;
    margin-bottom: 30px;
}

.espectaculo .espectaculo-texto a {
    padding: 8px 10px;
    background-color: #ffe001;
    color: black;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom:30px;
}

.espectaculo .info-espec {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.espectaculo span {
    font-weight: bolder;
}

.espectaculo-img img {
    width: 520px;
}

.espectaculo .espectaculo-titulo {
    color: #ffe001;
    text-transform: uppercase;
    font-family: fuenteLuis;
}

.ir-arriba {
	display:none;
	padding: 2px 6px;
	background: #ffe001;
	font-size:20px;
	color: black;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
    z-index: 1000;
}

.row  {
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
}

.row .imagenes img {
    width: 100%;
} 

.row .imagenes {
    flex: 25%;
    padding: 5px;
} 

.row .imagenes img {
    margin-top: 10px;
    /* outline: 1px solid #ffe001; */
    outline-offset: -10px;
} 

.popup {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #ffe001;
  color: black;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: 0.5s fadeIn;
}
.popup.error {
  background-color: #dc3545;
}

@media screen and (max-width: 800px) {
    .row .imagenes {
        flex: 50%;
    }

    .container .contacto input[type="submit"] {
        width: 100%;
    }   
}

@media screen and (max-width: 600px) {
    .row .imagenes {
        flex: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .espectaculo-img img {
        width: 400px;
    }
}

@media screen and (max-width: 770px) {
    .espectaculo {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .espectaculo-img img {
        width: 100%;
        margin-bottom: 40px;
    }

    .espectaculo .espectaculo-texto {
        width: 100%;
        margin: 10px;
    }
    	
  .navidad-title {
    margin-top: 15px !important;
  }
}