html body {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

H1 {
  font-family: 'Anton', sans-serif;
}

H2 {
  margin: 0px;
  top: 0px;
  left: 0px;
  text-align: center;
  padding: 0px;
  font-family: 'Anton', sans-serif;
}

H3 {
  font-size: 20px;
  margin: 0px;
  top: 0px;
  left: 0px;
  text-align: center;
  padding: 0px;
  font-family: 'Anton', sans-serif;
}


.events {
  color: gray;
  text-align: right;
}

.menuLamu {
  position: fixed;
  display: block;
  z-index: 3;
  top: 25px;
  left: 12%;
}

.downBtn {
  background-color: transparent;
  border: none;
  margin-top: -4vw;
  z-index: 100;
}

.downBtn img{
  position: static;
  display: block;
  width: 8vw;
  background-color: transparent
}


.menuLamu img {
  display: block;
  width: 10vw;
}


.content {
  text-align: center;
  padding: 0px;
  width: 100vw;
  z-index: 2;
  position: relative;
}
.color_white {
  background-color: white;
}

.color_lightblue {
  background-color: lightblue;
}

.color_gray {
  color: lightblue;
  background-color: gray;
}

.color_gray H1, .color_gray H2, .color_gray p, .color_gray b {
  color: lightblue;
}

.socialmedia img {
  margin: 20px 0px 60px 0px;
  top: 0px;
  left: 0px;
  width: auto;
  height: 100px;
  padding: 0px;
}


.footer {
  background-color: #f5f5f5;
  padding: 0px;
  height: auto;
  width: 100vw;
  text-align: center;
  position: relative;
  bottom: 0;
}

.footer {
  font-size: 2vw;
}

.footer strong {
  color: blue;
  font-weight: bolder;
  font-family: monospace;
}

.text_center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header_infos {
  border-radius: 30px;
  padding: 25px 0px 50px 0px;
  width: calc(100% - 10px);
}

.div_vacio {
  width: 100vw;
  height: 350px;
}

.div_rounded{
  border-radius: 30px;
  background-color: transparent;
  padding: 0px;
}



.events > div {
  border-radius: 10px 10px 10px 10px;
}


.events img {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0px;
}

.events .btn {
  font-family: 'Anton', sans-serif;
  font-size: 35px;
  color: black;
}

.rowEventos {
  background-color: rgba(0, 0, 0, 0.5);
}


.portada {
  text-align: center;
  position: relative;
  background-color: ;
}

.imagePortada {
  display: block;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: ;
  width: 100%;
}


.portada img {
  width: 80vw;
  height: auto;
}

.encabezado {
  background-color:;
  z-index: 3;
  text-align: right;
}



h1 {
  font-size: 10vw;
  margin-bottom: 0px;
  line-height: 10vw;
}

p {
  font-size: 3vw;
  background-color: ;
  margin-bottom: 0px;
  line-height: 3vw;
}

.portada_frame {
  width:100vw;
  height:calc(100vw / 1920 * 1080);
  margin: 0px;
  padding: 0px;
  background-color: black;
  border:none;
  overflow:hidden"
}

.imgPortada img {
  height: calc(100vh - 100px);
  padding: 0px;
  margin: 0px;
}

.workshops_imgPortada img {
  text-align: center;
  width: auto;
  height: calc(100vh - 10px);
  padding: 0px;
  margin: 0px;
}

.imgPortada p {
  width: 100vw;
}

.imgPortada {
  padding: 0px;
  margin: 0px;
}

.language_change {
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px;
}

.language_change button {
  margin: 0px 5px;
}

.btnDiv {
  border-radius: 10px;
  padding: 10px 0px 10px 0px;
}

.veladasCriollas {
  display: block;
  min-height: 100vh;
  background-color: rgba(204,204,0,0.3);
}


.peñasCriollas {
  display: block;
  min-height: 100vh;
  margin: 100px 0px 0px 0px;
  background-color: rgba(153,51,155,0.3);
}

.workshops {
  display: block;
  min-height: 100vh;
  margin: 100px 0px 0px 0px;
  background-color: rgba(255,51,51,0.3)
}

#divTexts {
  height: auto;
  width: 100%;
}

.video_frame {
  width: 70vw;
  height:calc(70vw / 1920 * 1080);
  margin: 0px;
  padding: 0px;
  background-color: black;
  border:none;
  overflow:hidden;
  border-radius: 15px;
}

@media only screen and (orientation: portrait) {
  .portada {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100vw;
    height: auto;
    position: relative;
    line-height: normal;
  }
  .portada img {
    width: 100vw;
    height; auto;
  }

  .downBtn {
    background-color: transparent;
    border: none;
    margin-top: 10px;
    z-index: 100;
  }
}
