@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%!important; overflow-x: hidden!important; } body { font-family: 'Montserrat', sans-serif; background: #EAEAE7; display: flex; flex-direction: column; min-height: 100vh; } img { max-width: 98%; height: auto; } header { width: 100%; height: 120px; background: #EAEAE7; position: fixed; top: 0; left: 0; z-index: 100; } .contenedor { width: 98%; margin: auto; display: flex; flex-direction: row; flex-wrap: wrap; } #contenedor > div { width: 50%; } header .contenedor { display: table; } header .contenedor .menu{ background: #EAEAE7; } #logo .img { height: auto; max-width: 100%; margin: auto; text-align:center; } #proyectos { background:#EAEAE7; } #proyectos .space { margin-top:140px; } #proyectos .contenedor { justify-content: center; } #proyectos .column { text-align: center; } #proyectos img { margin: 12px; } #festival { background:#EAEAE7; } #festival a:link, a:visited, a:active { text-decoration:none; color:#3f00ff; } #festival .imgn{ padding-top: 140px; max-width: 1100px; margin: 0 auto; } .video-container { padding-top: 140px; display: flex; justify-content: center; align-items: center; overflow: hidden; max-width: 1100px; margin: 0 auto; } .responsive-video { width: 100%; height: auto; max-width: 100%; } #festival h3{ text-align:center; padding-top: 20px; color:#000; } #festival .contenedor-columnas { width: 98%; max-width: 1400px; margin: auto; margin-top: 30px; display: flex; flex-wrap: wrap; overflow: hidden; font-size-adjust:none; } #festival .contenedor-columnas #columna { width: 47%; float: left; margin-left: 15px; } #festival .contenedor1 { margin: auto; max-width: 1100px; text-align: center; min-height: 100%; } #festival .contenedor2 { margin: auto; max-width: 1100px; text-align:left; min-height: 100%; } #festival .contenedor-columnas3 { width: 98%; max-width: 1400px; margin: auto; margin-top: 30px; display: flex; flex-wrap: wrap; overflow: hidden; font-size-adjust:none; } .column { width: 31%; float: left; margin-left: 10px; } .column segunda-fila { margin-top: -100px; width: 31%; float: left; margin-left: 10px; background:#3CF; } footer { background:#eade6a; padding: 0,5em 0; margin-top: auto; } footer .contenedor { display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 25px; } .playtime { font-size: 17px; font-weight: bold; color: #000000; margin-top: 25px; } .rrss { width: 100%; text-align: center; font-size: 18px; margin-top: 5px; } .rrss a { color: #000000; text-decoration: none; } @media (max-width: 720px) { #festival .contenedor-columnas #columna { width: 100%; float: none; } #festival h3{ font-size: 13px; } #festival .contenedor-columnas { font-size: 12px; } #festival .contenedor-columnas3 { font-size: 12px; } #festival .contenedor1 { font-size: 12px; text-align: left; } #festival .imgn { font-size: 12px; text-align: left; } .column { width: 100%; float: none; } footer .playtime { font-size: 13px; font-weight: bold; } .rrss { font-size: 15px; } }