@font-face {
    font-family: avita;
    src: url(fonts/Avita-OutlineBlack.otf);
}
@font-face {
    font-family: maquinadeescribir;
    src: url(fonts/Spectral-Regular.ttf);
}
body {
    background-image: url(fotos/fondo.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-family: maquinadeescribir;
}
header, section, footer {
    width: 1200px;
    margin: auto;
}
#cabeceraSeccion1 {
    height: 300px !important;
}
#contenidoSeccion1 {
    height: 1280px;
}
#footerSeccion1 {
    height: 90px;
    background-color: rgb(154, 223, 255);
    margin-left: auto;
    margin-right: auto;
}
#botonera {
    background-color: rgb(84, 171, 252);
    width: 120px;
    height: 120px;
    float: left;
    margin: 10px;
    margin-top: 10px;
    position: relative;
}
#menu-toggle {
    display: none;
}
.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    transform: scale(2);
    cursor: pointer;
    padding: 10px;
    position: relative;
    top: 37px;
    left: 33px;
    z-index: 2;
}
.menu-icon span {
    display: block;
    height: 4px;
    background: #000000;
    border-radius: 2px;
    transition: 0.3s;
}
.menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 200px;
    height: 100%;
    background: #333333;
    color: white;
    padding-top: 60px;
    transition: left 0.3s ease;
}

.menu a {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #444;
}

.menu a:hover {
    background: #444;
}
#menu-toggle:checked ~ .menu {
    left: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
#titulocata {
    background-color: rgb(154, 223, 255);
    height: 150px;
}
#fototitulo {
    height: 270px;
    margin-left: 320px;
    margin-top: -45px;
    animation: flip 2s 1s;
    animation-delay: 0s;
}
#titulogeneralcata {
    background-color: rgb(154, 223, 255);
    height: 170px;
}
#titulogeneralcata h2{
    margin-top: 0px;
    text-align: center;
    font-family: avita;
    font-size: 120px;
    padding-bottom: 20px;
    letter-spacing: 40px;
    margin-left: 60px;
}
#musica {
    background-color: rgba(154, 223, 255, 0.7);
    height: 50px;
    text-align: center;
}
.classmusica {
    width: 800px;
    height: 45px;
}
#foto1 {
    width: 600px;
    height: 400px;
    float: right;
    background-image: url(fotos/discos.JPG);
    background-size: cover;
    background-position: center;
}
#texto1 {
    background-color: rgba(154, 223, 255, 0.7);
    width: 600px;
    height: 400px;
    padding: 15px;
    box-sizing: border-box;
    font-family: maquinadeescribir;
}
#texto2 {
    background-color: rgba(154, 223, 255, 0.7);
    width: 600px;
    height: 400px;
    float: right;
    padding: 40px;
    padding-top: 25px;
    box-sizing: border-box;
    font-family: maquinadeescribir;
}
#foto2 {
    background-image: url(fotos/fotopochoclos.webp);
    background-size: cover;
    background-position: center;
    width: 600px;
    height: 400px;
    float: right;
}
#foto3 {
    width: 600px;
    height: 400px;
    float: right;
    background-image: url(fotos/elegante.JPG);
    background-size: cover;
    background-position: right;
}
#texto3cata {
    background-color: rgba(154, 223, 255, 0.7);
    width: 600px;
    height: 400px;
    float: left; 
    padding: 10px;
    box-sizing: border-box;
    font-family: maquinadeescribir;
}
#cajatextofooter1 {
    height: 70px;
    width: 200px;
    margin-left: 10px;
    background-color: rgb(84, 171, 252);
    float: left;
    margin-top: 10px;
}
#cajatextofooter2 {
    height: 70px;
    height: 70px;
    background-color: rgb(84, 171, 252);
    float: right;
    width: 200px;
    margin-top: 10px;
    margin-right: 10px;
}
#contenidotexto1 {
    font-size: 19px;
    text-align: center;
}
#contenidotexto2 {
    font-size: 19px;
    text-align: center;
}
#contenidotexto3 {
    font-size: 18px;
    text-align: center;
}
#textofooter1 {
    font-family: maquinadeescribir;
    padding: 5px;
    text-align: center;
    margin-top: 7px;
}
#textofooter2 {
    font-family: maquinadeescribir;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
}
#cajaanclas {
    height: 110px;
    background-color: rgb(49, 174, 231);
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 47px;
    box-sizing: border-box;
}
.anclas {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.anclas li a {
    display: block;
    text-decoration: none;
    width: 150px;
    font-family: maquinadeescribir;
    text-align: center;
    margin-right: 30px;
    font-size: 20px;
    box-shadow: 5px 5px 5px rgb(80, 77, 77);
    background-color: rgb(154, 223, 255);
    padding: 30px 50px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.anclas li a:hover {
    transform: scale(1.07);
}
#tom {
    height: 370px;

}
#summer {
    height: 600px;
}
.tamanofotos {
    width: 600px;
}
#rachel {
    height: 400px;
    margin-top: 5px;
}
#autumn {
    margin-top: 20px;
}
.fondoceldas {
    background-color: rgba(154, 223, 255, 0.7);
    padding: 10px;
    font-family: maquinadeescribir;
    font-size: 17px;
    text-align: center;
}

#seccion2 h3 {
    font-family: avita;
    font-size: 50px;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@keyframes flip {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
#textoPremios {
    height: 150px;
    width: 1200px;
    background-color: rgba(154, 223, 255, 0.7);
    margin-bottom: 10px;
}
#textoiniciopremios {
    font-family: maquinadeescribir;
    text-align: center;
    padding-top: 5px;
}
#seccion5 {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 1600px;
    position: relative;
}
.premioshollywood {
    height: 260px;
    padding-top: 10px;
    background-color: rgba(154, 223, 255, 0.7);
}
.fondotabla {
    background-color: rgba(154, 223, 255, 0.7);
}
.espaciotabla {
    margin-top: 10px;
}
.textoseccion5 {
    font-family: maquinadeescribir;
}
#fotosdispersas {
    height: 100px;
    width: 100px;
    background-image: url(fotos/vinilo3.webp);
    background-size: cover;
    position: absolute;
    top: 405px;
    left: -20px;
}
#fotosdispersas2 {
    height: 100px;
    width: 100px;
    background-image: url(fotos/tocadiscos.png);
    background-size: cover;
    position: absolute;
    top: 650px;
    right: -50px;
}
#fotosdispersas3 {
    height: 100px;
    width: 100px;
    background-image: url(fotos/vinilo2.webp);
    background-size: cover;
    position: absolute;
    top: 1000px;
    left: 120px;
}
#fotosdispersas4 {
    height: 100px;
    width: 100px;
    background-image: url(fotos/vinilo.webp);
    background-size: cover;
    position: absolute;
    top: 1600px;
    right: 500px;
}
#fotodispersa {
    height: 70px;
    width: 70px;
    background-image: url(fotos/vinilo.webp);
    background-size: cover;
    position: absolute;
    top: 300px;
    left: 135px;
}
#fotodispersa2 {
    height: 70px;
    width: 70px;
    background-image: url(fotos/tocadiscos.png);
    background-size: cover;
    position: absolute;
    top: 720px;
    right: 600px;
}
#fotodispersa3 {
    height: 70px;
    width: 70px;
    background-image: url(fotos/vinilo2.webp);
    background-size: cover;
    position: absolute;
    top: 1100px;
    right: 85px;
}
#entrevistas {
    height: 1770px;
    position: relative;
}
.entrevistatamano {
    margin-top: 25px;
    height: 450px;
}
#entrevista1 {
    text-align: center;
}
#entrevista2 {
    text-align: center;
}
#entrevista3 {
    text-align: center;
}
.textoentrevistas {
    font-family: maquinadeescribir;
    height: 90px;
    background-color: rgba(154, 223, 255, 0.7);
    font-family: maquinadeescribir;
    text-align: center;
}
#fotosdispersasseccion61 {
    height: 100px;
    width: 100px;
    background-image: url(fotos/tocadiscos.png);
    background-size: cover;
    position: absolute;
    top: 550px;
    left: 1130px;
}
#fotosdispersasseccion62 {
    height: 100px;
    width: 100px;
    background-image: url(fotos/vinilo2.webp);
    background-size: cover;
    position: absolute;
    top: 1120px;
    left: 40px;
}
#fotosdispersasseccion64 {
    height: 70px;
    width: 70px;
    background-image: url(fotos/vinilo2.webp);
    background-size: cover;
    position: absolute;
    top: 1120px;
    left: 1090px;
}
#pdfdescarga {
    font-family: maquinadeescribir;
    font-size: 20px;
    text-align: center;
    background-color: rgba(154, 223, 255, 0.7);

}
.vinculo {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

/* estilos salva */

#ssalva{
    height: 200px;
    margin: auto;
    background-color:rgba(255, 228, 196, 0.055);
}

.botones {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.botones li a{
    display: block;
    text-decoration: none;
    color: blue;
    width: 150px;
    height: 60px;
    background-color: rgb(154,223,255);
    margin-top: 5px;
    text-align: center;
    line-height: 60px;
}

.botones li a:hover{
    background-color: rgb(5, 2, 131);
}
.botones2 li a:hover{
    background-color: rgb(5, 2, 131);
}
.botones2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.botones2 li a{
    display: block;
    text-decoration: none;
    color: blue;
    width: 150px;
    height: 60px;
    background-color: rgb(154,223,255);
    margin-top: 5px;
    text-align: center;
    line-height: 60px;
}
#botonera1{
    width: 150px;
    height: 200px;
    float: left;
}
#titulo{
    height: 195px;
    width: 900px;
    background-color: rgb(154,223,255);
    float: left;
}
#imgTitulo{
    width: 250px;
    height: 300px;
    margin: auto;
}
#botonera2 {
    width: 150px;
    height: 200px;
    float: left;
}
#panza{
    height: 1200px;}

#caja1{
    width: 800px;
    height:525px;
    float: left;
}
.tamVideo{
    width: 800px;
}
.tamImg{
    width: 200px;
}
#caja2{
    width: 300px;
    height: 450px;
    background-color: rgba(240, 248, 255, 0.13);
    float: right;
    padding: 100px 0;
    box-sizing: border-box;
}
#caja3{
  font-family: maquinadeescribir;
  width: 1200px;
  height: 200px;
   padding: 10px;
  text-align: center;
  clear: both;
}
#texto1salva{ 
    background-color: rgba(154,223,255, 0.7);
    font-family: maquinadeescribir;
    font-size: 22px;
}
#caja5{
    height: 390px;
    width: 500px;
    float: left;
    margin-top: 65px;
    margin-left: 70px;
}
#fot {
    width: 500px;
    float: left;
    margin: top;
}
#caja6{
    width: 500px;
    height: 400px;
    float: left;
    margin-left: 50px;
    margin-top: 30px;
}
#fota {
    width: 500px;
    float: right;
    margin-top: 35px;
}
#cabeceraSeccion1salva{
    height: 400px;
}
#botonera {
    background-color: rgb(84, 171, 252);
    width: 120px;
    height: 120px;
    float: left;
    margin: 10px;
    margin-top: 10px;
    position: relative;
}
#menu-toggle {
    display: none;
}
.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    transform: scale(2);
    cursor: pointer;
    padding: 10px;
    position: relative;
    top: 37px;
    left: 33px;
    z-index: 2;
}
.menu-icon span {
    display: block;
    height: 4px;
    background: #000000;
    border-radius: 2px;
    transition: 0.3s;
}
.menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 200px;
    height: 100%;
    background: #333333;
    color: white;
    padding-top: 60px;
    transition: left 0.3s ease;
}

.menu a {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #444;
}

.menu a:hover {
    background: #444;
}
#menu-toggle:checked ~ .menu {
    left: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
#titulo2 {
    background-color: rgb(154, 223, 255);
    height: 150px;
}
#fototitulo2 {
    height: 250px;
    margin-left: 320px;
    margin-top: -45px;
    animation: flip 2s 1s;
    animation-delay: 0s;
}
@keyframes flip {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotatey(360deg);
    }
}
#titulogeneral {
    background-color: rgb(154, 223, 255);
    height: 250px;
}

#titulogeneral h2{

    margin-top: 0px;
    text-align: center;
    font-family: avita;
    font-size: 120px;
    padding-bottom: 20px;
    letter-spacing: 40px;
    margin-left: 60px;
}
#cajatextofooter1{
    height: 70px;
    background-color: rgb(84, 171, 252);
    float: left;
    width: 200px;
    margin-top: 10px;
    margin-left: 10px;
}

#cajatextofooter2 {
    height: 70px;
    height: 70px;
    background-color: rgb(84, 171, 252);
    float: right;
    width: 200px;
    margin-top: 10px;
    margin-right: 10px;
}
#contenidotexto1 {
    font-size: 19px;
    text-align: center;
}
#contenidotexto2salva {
    font-size: 19px;
    text-align: center;
}
#footerSeccion1 {
    height: 90px;
    background-color: rgb(154, 223, 255);

}
#textofooter1 {
    font-family: maquinadeescribir;
    padding: 5px;
    text-align: center;
    margin-top: 5px;
}
#textofooter2 {
    font-family: maquinadeescribir;
    padding: 5px;
    text-align: center;

}
#caja7 {
    width: 800px;
    height: 530px;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}
#reflex1{
     background-color: rgba(154,223,255, 0.7);
    font-family: maquinadeescribir;
    font-size: 20px;
}
#section2{
    height: 1780px;
    margin-top: 30px;
}
#caja8 {
    height: 300px;
    width: 400px;
    float: right;
    margin-right: -55px;
    margin-top: 50px;
}
#disco2,#disco3 img{
    height: 300px;
}
#caja9{
    width: 1200px;
    height: 200px;
clear: both;
margin-bottom: 30px;
margin-top: 30px;
}
#panel{
    width: 1200px;
}
#caja10{
    width: 1150px;
    height: 430px;
}
#texto3{
    width: 800px;
    float: right;
    margin-left: 30px;
    margin-top: -15px;
}
#reflex2{
     background-color: rgba(154,223,255, 0.7);
    font-family: maquinadeescribir;
    font-size: 20px;
}
#disco3{
width: 300px;
height: 300px;
float: left;
}
#video2{
    height: 450px;
    width: 800px;
    float: left;
}
.tamVideo2{
    width: 800px;
}
#caja11{
    margin-bottom: 23px;
    height:550px;
}
#texto4{
    height: 535px;
    width: 300px;
    font-family: maquinadeescribir;
    font-size: 20px;
    background-color: rgba(154,223,255, 0.7);
    float: right;
}
input, textarea, select{
    display: block;
     width: 300px;
      box-sizing: border-box;
   
        margin-top: 10px;
         padding: 10px;
          font-family: maquinadeescribir;
}
#formulario{
height: 400px;
width: 300px;
margin: auto;
}
#texto5{
    height: 300px;
    width: 1200px;
}
#cuerpocontacto{
    height: 800px;
    background-color: rgba(154,223,255, 0.7);
}
#textoconsultas {
    font-family: maquinadeescribir;
    font-size: 50px;
    text-align: center;
    margin-top: 0;
    padding-top: 80px;
}
.vinculo {
    color: #000000;
    text-decoration: none;
}