body{
  margin: 0;
  text-decoration: none;
}

/*Portada*/

.banner video{
  width: 100%;
  margin-bottom: -10px;
  margin-top: -10px;
}

body{
  background: #1a0203;
}


.container-portada .contenedor{
  width: 100%;
  text-align: center;
}

.banner__titulo{
  width: 100%;
  margin-top: -210px;
  padding: 10px;
  background: #202020;
  font-size: 30px;
  height: 200px;
  color: #ff0200;
  font-size: 40px;
  font-family: protest;
}

.social-banner{
  display: flex;
  justify-content: center;
  background: #fff;
  margin-top: 80px;
  font-family: Protest;
  font-size: 20px;
}

.social-banner h1{
  margin-bottom: 20px;
}

.video-youtube, .instagram{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-youtube iframe, .instagram iframe{
 width: 90%;
 height: 440px;
}

.title-final{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.title-final h1{
  font-family: Protest;
  color: #fba919;
  font-size: 60px;
  background: #202020;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.title-final img{
  width: 20%;
}

.container-final{
  background-image: url('../imagenes/background3.png');
  background-repeat: no-repeat;
  height: 2000px;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.container-final .part1{
  display: flex;
  width: 100%;
  margin-top: -300px;
}

.container-final .part1 .part1-1{
  width: 50%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-final .part1 .part1-2{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height:600px;
}

.container-final .part1 .part1-2 iframe{
  height: 500px;
  width: 93%;
}

#banner2{
  display: none;
}

#banner1{
  display: block;
}

@media(max-width:1000px) {

#banner1{
  display: none;
}

#banner2{
  display: block;
}

.container-portada .banner__titulo{
  font-size: 35px;
  color: #fff;
}
  
.container-final{
  display: flex;
  flex-direction: column;
}

.social-banner{
  flex-direction: column;
  text-align: center;
}

.video-youtube, .instagram{
  width: 100%;
  margin-bottom: 50px;
}

.video-youtube iframe{
  height: 250px;
}

.container-final{
  background-image: none;
  height: 2350px;
  background: rgb(32 32 32);
  background-position: 50% 75%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: -7.5%;
  position: relative;
  border-radius: 0%;
}

.container-final .part1{
  flex-direction: column;
  min-width: 100%;
}

.container-final .part1-1{
  min-width: 100%;
  margin-bottom: -400px;
}

.title-final h1{
  font-size: 50px;
  margin-top: -100px;
}

.title-final img{
  width: 80%;
}

.part1-2{
  min-width: 100%;
}

.flip-card-text{
  width: 100%;
}
}

@media(min-width:1000px) and (max-width: 1200px) {
  
  .container-portada .banner__titulo{
   position: relative;
    background: none;
    top: 60px;
  }

  .container-final{
    height: 2000px;
    background-size: cover;
    background-position: 50%, 50%;
  }
}

@media(min-width:1200px) and (max-width: 1400px) {
  
  .container-portada .banner__titulo{
   position: relative;
    background: none;
    top: 30px;
  }

  .container-final{
    height: 2000px;
    background-size: cover;
    background-position: 50%, 50%;
  }
}