* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: ' LEMONMILK';
    src: url('../fonts/LEMONMILK.otf');
}

@font-face {
    font-family: 'LEMONMILK-Regular';
    src: url('../fonts/LEMONMILK-Regular.otf');
}
@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams.ttf');
}

body {
    font-family: 'CaviarDreams';
}
.titulo-youtube {
    color: #5e5e5e;
    font-size: 14px;
    text-align: center;
  padding-bottom: 50px;
  padding-top: 100px;
    font-family: 'LEMONMILK-Regular';
}

.titulo4 {
    color: #e73bcb;
    font-size: 30px;
    margin-left: 30%;
}

.titulo-tlaquepaque {
    color: #666566;
    font-size: 30px;
    text-align: center;

    font-family: 'CaviarDreams';
   
}

.contenedor {
    padding: 50px 0 0 0;
    width: 100%;
    max-width: 200%;
    margin: 0;
    overflow: hidden;
}


/*agenda*/
.eventos{
    padding-top: 30px;
}

/* header*/
header{
    position: fixed;
    width: 100%;
    font-family: 'CaviarDreams';
}


.youtube{
    padding-top: 50px;
    text-align: center;
    padding-bottom: 200px;
}

/*footer*/

footer {
    background: #414141;
    padding: 60px 0 30px 0;
    margin: auto;
    overflow: hidden;
}

.contenedor-footer {
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid white;
}

.conten-foo {
    text-align: center;
}

.content-foo h4 {
    color: white;
    border-bottom: 3px solid #af20d3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.content-foo p {
    color: white;
}

.titulo-final {
    text-align: center;
    font-size: 24px;
    margin: 20px 0 0 0;
    font-family: 'CaviarDreams'; 
    color: #9e9797
}
h4{
    font-family: 'CaviarDreams'; 
}

/*tv*/
.tv{
    min-width: 100%;
    max-width: 50%;
    
    text-align: center;
}

/*menu 2*/

.contendor-menu-lugares {
    display: flex;
    width: 100px;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}

.menu_img {
    width: 300px;
    height: 200px;
    margin-bottom: 30px;
    margin-left: 100px;
    margin-right: 100px;
}

.fondo{
  padding-top: -100px;
}



