* {
    margin: 0px;
    padding: 0px;
    
  }
  
h1 , h2 , h3 {
    font-family: 'Playfair Display', serif;
}
p {
    font-family: 'Open Sans', sans-serif;
    
}

  #sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #B4000A;
    left: -200px;
    transition: all 500ms linear;
  }
  
  #sidebar.active {
    left: 0px;
  }
  
  #sidebar ul li {
    color: rgba(230, 230, 230, .9);
    list-style: none;
    padding: 30px 20px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    
  }

  .enlace {
    text-decoration: none;
    color: rgba(230, 230, 230, .9);
  }

  #sidebar {
      background-color: #B4000A;
      height: 100%;
    }
  #sidebar .toggle-btn {
    position: absolute;
    left: 200px;
    top: 0px;
    cursor: pointer;
    min-width: 100px;
    
    
  }
  
  #sidebar .toggle-btn span {
    display: block;
    width: 40px;
    text-align: center;
    font-size: 50px;
    color: rgba(230, 230, 230, .9);
    padding-left: 30px;
    padding-top: 30px;
  }
  .nombre {
    margin-top: 23px;
    margin-bottom: 100px;
  }
 
  .separacion {
      min-width: 100px;
      max-height: 100%;
      background-color: #B4000A;
  }

  .paginaPrincipal{
    display: flex;
    flex-direction: row;
  }

  .contenido {
    min-width: 94.5%;
  }
  .portadaUno  {
    display: flex;
    flex-direction: column;
    background-image: url(./img/Marg.Roa.Varg.Y.Petit_3-01.jpg);
    max-height: 1000px;
    min-height: 900px;
    background-position: center center;
    background-size: cover;
    width: 100%;
      
  }

.portadaUno h2 {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 300px;
    font-size: 80px;
    color: #E5D80C;
    max-width: 10px;
}

.portadaUno p {
    color: #ffff;
    padding-left: 300px;
    padding-right: 115px;
    min-width: 490px;
    max-width: 500px;
    font-weight: bold;
    font-size: 20px;

}

.portadaDos {
    display: flex;
    justify-content: right;
    align-items: center;
    background-image: url(./img/portada2.jpg);
    max-height: 1200px;
    min-height: 1000px;
    
    background-position: center center;
    background-size: cover;
      
}

.portadaDos h2 {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 300px;
    font-size: 80px;
    color: #E5D80C;
    max-width: 10px;
}

.portadaDos p {
    color: #ffff;
    max-width: 300px;
    padding-left: 100px;
    padding-right: 300px;
    font-weight: bold;
    font-size: 25px;

}

.portadaTres {
  display: flex;
  justify-content: first baseline;
  align-items: center;
  background-image: url(./img/Marg.Roa.Varg.Y.Petit_118-01\ \(1\).jpg);
  max-height: 1200px;
  min-height: 900px;
  background-position: center center;
  background-size: cover;
    
}

.portadaTres h2 {
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 300px;
  font-size: 80px;
  color: #E5D80C;
  max-width: 10px;
}

.portadaTres p {
  color: #ffff;
  max-width: 490px;
  padding-left: 200px;
  font-weight: bold;
  font-size: 25px;

}

/** pagina obras **/

.obras {
    background-color: #373737;
    text-align: center;
    font-size: 80px;
    color: #ffff;
  
}

.contactame {
  background-color: #373737;
  text-align: center;
  font-size: 80px;
  color: #ffff;

}

/** ninguna idea es mia **/

.contenido a {
  color: red;
}
.ninguna {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #FFAFA8 ;
  
}
.imagenNinguna {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  max-width: 40%;
  height: 100%;
  padding-bottom: 0;
  background-color: black;
  margin: 0 0 0 0;
  min-height: 100%;
  padding: 0 0 0 0;

}

.imagenNinguna img{
  max-width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  height:auto;
  flex-shrink: 0;
}

.contenidoNinguna {
  display: flex;
  flex-direction: column;
  max-width: 60%;
  margin-bottom: 10px;
  margin-left: 20px;
  max-height: 400px;
}

.contenidoNinguna h3 {
  font-size: 70px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoNinguna p {
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
  font-size: 20px;
}

/** consagracion **/

.consagracion {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #FBBA07;

  
}

.imagenConsa img{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  
}

.imagenConsa {
  
  max-width: 40%;
  background-color: black;
}

.contenidoConsa {
  margin-right: 40px;
  max-width: 60%;
  max-height: 560px;
}

.contenidoConsa h3 {
  font-size: 70px;
  margin-left: 110px;
  margin-bottom: 30px;
}

.contenidoConsa p {
  margin-left: 110px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoConsa a {
  margin-left: 110px;
}




/** A y B **/

.ab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #CEB7EF;
  
}

.imagenAb img{
  max-width: 100%;
  min-height: 400px;
}

.imagenAb {
  max-width: 100%;
  height:auto;
}

.contenidoAb {
  max-width: 60%;
}

.contenidoAb h3 {
  font-size: 70px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoAb p {
  margin-right: 150px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoAb a {
  margin-right: 200px;
}
/** Bogota **/

.bogota {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #48C155;
  
}
.imagenBogota {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  background-color: black;
}
.imagenBogota img{
  max-width: 100%;
  height: auto;
}

.contenidoBogota {
  padding-right: 40px;
  padding-bottom: 30px;
  max-width: 60%;
  max-height: 600px;
}

.contenidoBogota h3 {
  font-size: 70px;
  margin-left: 150px;
  margin-bottom: 30px;
  max-width: 500px;
}

.contenidoBogota p {
  margin-left: 150px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoBogota a {
  margin-left: 150px;
}


/* tierra **/

.tierra {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #FFEDBE;
  
}
.imagenTierra {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  background-color: black;
}
.imagenTierra img{
  max-width: 100%;
  height: auto;
}

.contenidoTierra {
  max-width: 60%;
  margin-left: 30px;
  padding-bottom: 30px;
}

.contenidoTierra h3 {
  font-size: 70px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoTierra p {
  margin-right: 150px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoTierra a {
  margin-right: 150px;
}

/** agua **/

.agua {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #34C8A4;
  
}

.imagenAgua img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.imagenAgua {
  max-width: 40%;
  background-color: black;
}
.contenidoAgua {
  margin-right: 30px;
  max-width: 60%;
  padding-bottom: 30px;
}

.contenidoAgua h3 {
  font-size: 70px;
  margin-left: 150px;
  margin-bottom: 30px;
  max-width: 500px;
}

.contenidoAgua p {
  margin-left: 150px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoAgua a {
  margin-left: 150px;
}


/** pagina obras colectivas **/


/** hojas de vida **/

.contenido a {
  color: red;
}
.vida {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #4F9C6F;
  
}
.imagenVida {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  height: 100%;
}

.imagenVida img{
  max-width: 100%;
  height: auto;
  width: 700px;
  
}

.contenidoVida {
  display: flex;
  flex-direction: column;
  max-width: 60%;
  margin-right: 10d0px;
  max-height: 640px;
}

.contenidoVida h3 {
  font-size: 70px;
  margin-right: 300px;
  margin-bottom: 30px;
}

.contenidoVida p {
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}


/** arrebato **/

.arrebato {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #FFBB88;
  
}

.imagenArrebato img{
  max-width: 100%;
  min-height: 400px;
}

.imagenArrebato {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}

.contenidoArrebato {
  margin-right: 40px;
  max-width: 60%;
}

.contenidoArrebato h3 {
  font-size: 70px;
  margin-left: 150px;
  margin-bottom: 30px;
}

.contenidoArrebato p {
  margin-left: 150px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoArrebato a {
  margin-left: 150px;
}


/** voces **/

.voces {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #64B5CF;
  
}
.imagenVoces {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  height: 100%;
}

.imagenVoces img{
  max-width: 100%;
  height: auto;
  width: 700px;
  
}

.contenidoVoces{
  display: flex;
  flex-direction: column;
  max-width: 60%;
  margin-right: 32px;
  
  
}

.contenidoVoces h3 {
  font-size: 70px;
  margin-right: 500px;
  margin-bottom: 30px;
}

.contenidoVoces p {
  font-size: 20px;
  max-width: 400px;
  margin-bottom: 30px;
}

/** improvisacion **/


/** Paleolítico **/

.contenido a {
  color: red;
}
.pale {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #B78D3B;
  
}
.imagenPale {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  height: 100%;
}

.imagenPale img{
  max-width: 100%;
  height: auto;
  width: 700px;
  
}

.contenidoPale {
  display: flex;
  flex-direction: column;
  max-width: 60%;
  margin-left: opx;
  margin-right: 100px;
}

.contenidoPale h3 {
  font-size: 70px;
  margin-right: 300px;
  margin-bottom: 30px;
}

.contenidoPale p {
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 30px;
}

/** rio **/

.rio {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #6ABCC1;
  
}

.imagenRio img{
  max-width: 100%;
  height: auto;
  width:700px;
}

.imagenRio {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}

.contenidoRio {
  margin-right: 40px;
  max-width: 60%;
}

.contenidoRio h3 {
  font-size: 70px;
  margin-left: 200px;
  margin-bottom: 30px;
}

.contenidoRio p {
  margin-left: 200px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoRio a {
  margin-left: 200px;
}




/** politica **/

.politica {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #C7C7C7;
  
}

.imagenPolitica img{
  max-width: 100%;
  height: auto;
  width:700px;
}

.imagenPolitica {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}

.contenidoPolitica {
  max-width: 60%;
  margin-left: 120px;
}

.contenidoPolitica h3 {
  font-size: 70px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoPolitica p {
  margin-right: 150px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoPolitica a {
  margin-right: 150px;
}
/** impro **/

.impro {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #A896EC;
  
}
.imagenImpro {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}
.imagenImpro img{
  max-width: 100%;
  height:auto;
  width:700px;
}

.contenidoImpro {
  margin-right: 30px;
  max-width: 60%;
}

.contenidoImpro h3 {
  font-size: 70px;
  margin-left: 150px;
  margin-bottom: 30px;
  max-width: 500px;
}

.contenidoImpro p {
  margin-left: 150px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoImpro a {
  margin-left: 150px;
}


/* boiler **/

.boiler {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #F4E8DD;
  
}
.imagenBoiler {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}
.imagenBoiler img{
  max-width: 100%;
  height: auto;
  
  
}

.contenidoBoiler {
  max-width: 60%;
  margin-left: 30px;
  padding-bottom: 20px;
}

.contenidoBoiler h3 {
  font-size: 70px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoBoiler p {
  margin-right: 150px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoBoiler a {
  margin-right: 150px;
}

/** sonar **/

.sonar {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #34C8A4;
  
}

.imagenSonar img {
  max-width: 100%;
  height: auto;
  
}
.imagenSonar {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}
.contenidoSonar {
  margin-right: 30px;
  max-width: 60%;
}

.contenidoSonar h3 {
  font-size: 70px;
  margin-left:150px;
  margin-bottom: 30px;
  max-width: 600px;
}

.contenidoSonar p {
  margin-left: 150px;
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoSonar a {
  margin-left: 150px;
}


/** Pagina Documental **/


.tituloDoc {
  font-size: 50px;
  color: #B4000A;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Playfair Display', serif;
}

.infoUno {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
}

.primeraCol {
  max-width: 40%;
  padding: 90px 90px;
  padding-left: 200px;
}

.primeraCol p {
  padding-bottom: 80px;
}

.segundaCol {
  max-width: 40%;
  padding: 90px 90px;
  padding-right: 200px;
}

.segundaCol p {
  padding-bottom: 20px;
}

.negrilla {
  font-weight: bold;
}

/* video */


.video {
  text-align: center;
  
}

.video iframe {
  min-height: 600px;
  min-width: 900px;
}

.segundaInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  
}

.primera {
  max-width: 40%;
  padding: 90px 90px;
  padding-left: 200px;
}

.primera p {
  margin-bottom: 40px;
  max-width: 500px;
}

.segunda {
  max-width: 40%;
  padding: 90px 90px;
  padding-right: 200px;
}

.segunda p {
  margin-left: 50px;
  padding-top: 50px;
  line-height: 50px;
}

/* pagina conctacto */

.contactanos {
  display: flex;
  flex-direction: row;
  
}

.imagenContacto {
  max-width: 50%;
}

.contenidoContacto {
  width: 50%;
  margin: auto;
  margin: 150px 100px;
  font-family: 'Open Sans', sans-serif;

}

.imagenContacto img {
  margin: 100px 100px;
  width: 100%;
  max-height: 500px;
  min-width: 400px;
}
.contenidoContacto p {
  line-height: 40px;
  font-size: 25px;
  margin-left: 100px;
}


/** paginas de las obras **/

.separadorObraUno {
  display: flex;
  flex-direction: row;
}

.imagenesObraUno {
  width: 60%;
}
.contenidoObraUno h3 {
  font-family: 'Playfair Display', serif;
  color: #B4000A;
  font-size: 80px;
  padding-bottom: 30px;
  padding-top: 50px;
  line-height: 70px;
}

.contenidoObraUno p {
  font-size: 20px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.contenidoObraUno {
  width: 40%;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  margin: 50px 80px;
}

.contenidoObraUno b {
  font-weight: 900;
}
.imagenesObraUno img {
  width: 100%;
}



/** paginas de improvisacion **/

.tituloImpro {
  font-family: 'Playfair Display', serif;
  color: #B4000A;
  font-size: 60px;
  padding-bottom: 60px;
  padding-top: 60px;
  line-height: 70px;
  padding-left: 100px;
  max-width: 1300px;
}

.separacioImpro {
  display: flex;
  flex-direction: row;
}

.primeraColImpro  {
  width: 50%;
  padding: 50px 100px;
  font-size: 20px;
}

.segundaColImpro {
  width: 50%;
  padding: 50px 100px;
  font-size: 20px;
}

.videoImpro {
      padding: 2% 25%;
  
}

.videoImproYou {
  text-align: center;
  max-width: 1500px;
  min-width: 1000px;
}

.videoImproYou iframe {
  min-height: 600px;
  min-width: 1000px;
}



/** adaptacion pantallas pequenas **/


@media (min-width: 769px) {
  @media (max-width: 1600px){
    

    /** ninguna idea es mia **/

.contenido a {
  color: red;
}
.ninguna {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #FFAFA8 ;
  
}
.imagenNinguna {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  max-width: 40%;
  height: 100%;
  padding-bottom: 0;
  background-color: black;
  margin: 0 0 0 0;
  min-height: 100%;
  padding: 0 0 0 0;

}

.imagenNinguna img{
  max-width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  max-height: 100%;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 320px;
  
  
  
}

.contenidoNinguna {
  display: flex;
  flex-direction: column;
  max-width: 60%;
  margin-bottom: 10px;
  margin-right: 100px;
  max-height: 400px;
}

.contenidoNinguna h3 {
  font-size: 40px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoNinguna p {
  font-size: 15px;
  max-width: 500px;
  margin-bottom: 30px;
  
}

/** consagracion **/

.consagracion {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #FBBA07;

  
}

.imagenConsa img{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  min-height: 220px;
  min-width: 400px;
  
}

.imagenConsa {
  
  max-width: 40%;
  background-color: black;
}

.contenidoConsa {
  margin-right: 40px;
  max-width: 60%;
  max-height: 560px;
}

.contenidoConsa h3 {
  font-size: 40px;
  margin-left: 110px;
  margin-bottom: 30px;
}

.contenidoConsa p {
  margin-left: 110px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoConsa a {
  margin-left: 110px;
}




/** A y B **/

.ab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #CEB7EF;
  
}

.imagenAb img{
  max-width: 100%;
  min-height: 250px;
}

.imagenAb {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  background-color: black;
  margin-right: 40px;
}

.contenidoAb {
  max-width: 60%;
}

.contenidoAb h3 {
  font-size: 40px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoAb p {
  margin-right: 150px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoAb a {
  margin-right: 200px;
}
/** Bogota **/

.bogota {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #48C155;
  
}
.imagenBogota {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  background-color: black;
}
.imagenBogota img{
  max-width: 100%;
  min-height: 300px;
  min-width: 500px;
}

.contenidoBogota {
  padding-right: 40px;
  padding-bottom: 30px;
  max-width: 60%;
  max-height: 600px;
}

.contenidoBogota h3 {
  font-size: 40px;
  margin-left: 150px;
  margin-bottom: 30px;
  max-width: 500px;
}

.contenidoBogota p {
  margin-left: 150px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoBogota a {
  margin-left: 150px;
}


/* tierra **/

.tierra {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #FFEDBE;
  
}
.imagenTierra {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  background-color: black;
}
.imagenTierra img{
  max-width: 100%;
  min-height: 220px;
}

.contenidoTierra {
  max-width: 60%;
  margin-left: 30px;
  padding-bottom: 30px;
}

.contenidoTierra h3 {
  font-size: 40px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoTierra p {
  margin-right: 150px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoTierra a {
  margin-right: 150px;
}

/** agua **/

.agua {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #34C8A4;
  
}

.imagenAgua img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  min-height: 300px;
}
.imagenAgua {
  max-width: 40%;
  background-color: black;
}
.contenidoAgua {
  margin-right: 30px;
  max-width: 60%;
  padding-bottom: 30px;
}

.contenidoAgua h3 {
  font-size: 40px;
  margin-left: 150px;
  margin-bottom: 30px;
  max-width: 500px;
}

.contenidoAgua p {
  margin-left: 150px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoAgua a {
  margin-left: 150px;
}


/** pagina obras colectivas **/


/** hojas de vida **/

.contenido a {
  color: red;
}
.vida {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #4F9C6F;
  
}
.imagenVida {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  height: 100%;
}

.imagenVida img{
  max-width: 100%;
  min-height: 220px;
  min-width: 500px;
  
}

.contenidoVida {
  display: flex;
  flex-direction: column;
  max-width: 60%;
  margin-right: 10d0px;
  max-height: 640px;
}

.contenidoVida h3 {
  font-size: 40px;
  margin-right: 300px;
  margin-bottom: 30px;
}

.contenidoVida p {
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}


/** arrebato **/

.arrebato {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #FFBB88;
  
}

.imagenArrebato img{
  max-width: 100%;
  min-height: 220px;
}

.imagenArrebato {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}

.contenidoArrebato {
  margin-right: 90px;
  max-width: 60%;
}

.contenidoArrebato h3 {
  font-size: 40px;
  margin-left: 150px;
  margin-bottom: 30px;
}

.contenidoArrebato p {
  margin-left: 150px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoArrebato a {
  margin-left: 150px;
}


/** voces **/

.voces {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #64B5CF;
  
}
.imagenVoces {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  height: 100%;
}

.imagenVoces img{
  max-width: 100%;
  min-height: 220px;
  min-width: 450px;
  
}

.contenidoVoces{
  display: flex;
  flex-direction: column;
  max-width: 60%;
  margin-left: 0px;
  margin-right: 100px;
  
}

.contenidoVoces h3 {
  font-size: 40px;
  margin-right: 400px;
  margin-bottom: 30px;
}

.contenidoVoces p {
  font-size: 15px;
  max-width: 400px;
  margin-bottom: 30px;
  min-width: 400px;
}

/** improvisacion **/


/** Paleolítico **/

.contenido a {
  color: red;
}
.pale {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #B78D3B;
  
}
.imagenPale {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
  height: 100%;
}

.imagenPale img{
  max-width: 100%;
  min-height: 220px;
  min-width: 450px;
  
}

.contenidoPale {
  display: flex;
  flex-direction: column;
  max-width: 60%;
  margin-right: 90px;
}

.contenidoPale h3 {
  font-size: 40px;
  margin-right: 300px;
  margin-bottom: 30px;
}

.contenidoPale p {
  font-size: 15px;
  max-width: 500px;
  margin-bottom: 30px;
}

/** rio **/

.rio {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #6ABCC1;
  
}

.imagenRio img{
  max-width: 100%;
  min-height: 300px;
}

.imagenRio {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}

.contenidoRio {
  margin-right: 40px;
  max-width: 60%;
}

.contenidoRio h3 {
  font-size: 40px;
  margin-left: 200px;
  margin-bottom: 30px;
}

.contenidoRio p {
  margin-left: 200px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoRio a {
  margin-left: 200px;
}




/** politica **/

.politica {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #C7C7C7;
  
}

.imagenPolitica img{
  max-width: 100%;
  min-height: 320px;
  min-width: 450px;
}

.imagenPolitica {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}

.contenidoPolitica {
  max-width: 60%;
  margin-left: 100px;
}

.contenidoPolitica h3 {
  font-size: 40px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoPolitica p {
  margin-right: 150px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoPolitica a {
  margin-right: 150px;
}
/** impro **/

.impro {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #A896EC;
  
}
.imagenImpro {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}
.imagenImpro img{
  max-width: 100%;
  min-height: 320px;
}

.contenidoImpro {
  margin-right: 30px;
  max-width: 60%;
  margin-right: 80px;
}

.contenidoImpro h3 {
  font-size: 40px;
  margin-left: 150px;
  margin-bottom: 30px;
  max-width: 500px;
}

.contenidoImpro p {
  margin-left: 150px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoImpro a {
  margin-left: 150px;
}


/* boiler **/

.boiler {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #F4E8DD;
  
}
.imagenBoiler {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}
.imagenBoiler img{
  max-width: 100%;
  min-height: 370px;
  min-width: 500px;
  
}

.contenidoBoiler {
  max-width: 60%;
  margin-left: 90px;
  padding-bottom: 20px;
}

.contenidoBoiler h3 {
  font-size: 40px;
  margin-right: 150px;
  margin-bottom: 30px;
}

.contenidoBoiler p {
  margin-right: 150px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoBoiler a {
  margin-right: 150px;
}

/** sonar **/

.sonar {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #34C8A4;
  
}

.imagenSonar img {
  max-width: 100%;
  min-height: 320px;
  min-width: 450px;
}
.imagenSonar {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 40%;
}
.contenidoSonar {
  margin-right: 80px;
  max-width: 60%;
}

.contenidoSonar h3 {
  font-size: 40px;
  margin-left:150px;
  margin-bottom: 30px;
  max-width: 600px;
}

.contenidoSonar p {
  margin-left: 150px;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

.contenidoSonar a {
  margin-left: 150px;
}

/** Docuimental **/

.tituloDoc {
  font-size: 50px;
  color: #B4000A;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Playfair Display', serif;
}

.infoUno {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
}

.primeraCol {
  max-width: 40%;
  padding: 90px 90px;
  padding-left: 200px;
}

.primeraCol p {
  padding-bottom: 80px;
}

.segundaCol {
  max-width: 40%;
  padding: 90px 90px;
  padding-right: 100px;
}

.segundaCol p {
  padding-bottom: 20px;
  min-width: 250px;
}

.negrilla {
  font-weight: bold;
}


/* video */


.video {
  text-align: center;
  
}

.video iframe {
  min-height: 600px;
  min-width: 900px;
}

.segundaInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  
}

.primera {
  max-width: 40%;
  padding: 90px 90px;
  padding-left: 200px;
}

.primera p {
  margin-bottom: 40px;
  max-width: 500px;
}

.segunda {
  max-width: 40%;
  padding: 90px 90px;
  padding-right: 200px;
}

.segunda p {
  margin-left: 50px;
  padding-top: 0px;
  line-height: 50px;
  max-width: 400px;
  min-width: 200px;
}

/* pagina conctacto */

.contactanos {
  display: flex;
  flex-direction: row;
  
}

.imagenContacto {
  max-width: 50%;
}

.contenidoContacto {
  width: 50%;
  margin: auto;
  margin: 120px 100px;
  font-family: 'Open Sans', sans-serif;

}

.imagenContacto img {
  margin: 100px 100px;
  width: 100%;
  min-height: 200px;
  max-height: 340px;
  min-width: 150px;
}
.contenidoContacto p {
  line-height: 25px;
  font-size: 17px;
  margin-left: 50px;
}


/** paginas de las obras **/

.separadorObraUno {
  display: flex;
  flex-direction: row;
}

.imagenesObraUno {
  width: 60%;
}
.contenidoObraUno h3 {
  font-family: 'Playfair Display', serif;
  color: #B4000A;
  font-size: 80px;
  padding-bottom: 30px;
  padding-top: 50px;
  line-height: 70px;
}

.contenidoObraUno p {
  font-size: 20px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.contenidoObraUno {
  width: 40%;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  margin: 50px 80px;
}

.contenidoObraUno b {
  font-weight: 900;
}
.imagenesObraUno img {
  width: 100%;
}



/** paginas de improvisacion **/

.tituloImpro {
  font-family: 'Playfair Display', serif;
  color: #B4000A;
  font-size: 60px;
  padding-bottom: 60px;
  padding-top: 60px;
  line-height: 70px;
  padding-left: 100px;
  max-width: 1300px;
}

.separacioImpro {
  display: flex;
  flex-direction: row;
}

.primeraColImpro  {
  width: 50%;
  padding: 50px 100px;
  font-size: 20px;
}

.segundaColImpro {
  width: 50%;
  padding: 50px 100px;
  font-size: 20px;
}

.videoImpro {
      padding: 2% 25%;
  
}

.videoImproYou {
  text-align: center;
  max-width: 1500px;
  min-width: 1000px;
}

.videoImproYou iframe {
  min-height: 600px;
  min-width: 1000px;
}


/** Inicio **/
.paginaPrincipal {
  display: flex;
  flex-direction: row;
}

.contenido {
  min-width: 94.5%;
}

.portadaUno  {
  display: flex;
  flex-direction: column;
  background-image: url(./img/Marg.Roa.Varg.Y.Petit_3-01.jpg);
  max-height: 1000px;
  min-height: 600px;
  min-width: 100%;
  background-position: center center;
  background-size: cover;
    
}

.portadaUno h2 {
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 100px;
  font-size: 60px;
  color: #E5D80C;
  max-width: 10px;
}

.portadaUno p {
  color: #ffff;
  padding-left: 100px;
  padding-right: 110px;
  min-width: 490px;
  font-weight: bold;
  font-size: 17px;

}

.portadaDos {
  display: flex;
  justify-content: right;
  align-items: center;
  background-image: url(./img/portada2.jpg);
  max-height: 1000px;
  min-height: 600px;
  max-width: 1300px;
  min-width: 100%;
  background-position: center center;
  background-size: cover;
    
}

.portadaDos h2 {
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 300px;
  font-size: 80px;
  color: #E5D80C;
  max-width: 10px;
}

.portadaDos p {
  color: #ffff;
  max-width: 490px;
  padding-left: 500px;
  padding-right: 300px;
  font-weight: bold;
  font-size: 20px;

}

.portadaTres {
display: flex;
justify-content: first baseline;
align-items: center;
background-image: url(./img/Marg.Roa.Varg.Y.Petit_118-01\ \(1\).jpg);
max-height: 1000px;
min-height: 600px;
max-width: 1300px;
background-position: center center;
background-size: cover;
min-width: 100%;
  
}

.portadaTres h2 {
padding-top: 100px;
padding-bottom: 50px;
padding-left: 300px;
font-size: 80px;
color: #E5D80C;
max-width: 10px;
}

.portadaTres p {
color: #ffff;
max-width: 490px;
padding-left: 100px;
font-weight: bold;
font-size: 20px;

}

/** fin adaptacion **/
  }

}

/** adaptacion movil **/


/** obras**/
@media (max-width: 1000px) {

  .obras {
    background-color: #373737;
    text-align: center;
    font-size: 30px;
    color: #ffff;
  
}
  .contenido {
    min-width: 100%;
    height: 100%;

  }
 .ninguna {
   display: flex;
   flex-direction: column;
   max-width: 668px;

 }

 .contenidoNinguna {
  max-height: 100%;
 }


 .ninguna h3 {
   padding-top: 30px;
   font-size: 40px;
 }

 .imagenNinguna {
  max-height: 400px;
   min-width: 100%;
 }

 .ninguna img {
   width: 100%;
 }

  .ninguna a {
    padding-bottom: 50px;
  }


  /** consagracion **/
  .consagracion {
    display: flex;
    flex-direction: column;
    max-width: 668px;

  }

  .consagracion p {
    margin-left: 0;
  }

  .consagracion h3 {
    padding-top: 30px;
    font-size: 40px;
    margin-left: 0;
  }

  .imagenConsa {
    max-height: 490px;
    min-width: 100%;
    margin: 0 0;
    
  }

  .consagracion img {
    width: 100%;
  }

  .consagracion a {
  margin-bottom: 50px;
  margin-left: 0;
  }

  .contenidoConsa {
    min-height: 750px;
    padding-bottom: 50px;
  }


  /** A y B **/

  .ab {
    display: flex;
    flex-direction: column;
    max-width: 668px;
    
  }

  .ab h3 {
    padding-top: 30px;
    font-size: 40px;
  }

  .imagenAb {
    max-height: 400px;
    min-width: 100%;
    margin: 0 0;
  }

  .ab img {
    width: 100%;
    
  }

   .ab a {
     margin-bottom: 50px;
     padding-bottom: 50px;
   }

   .ab p {
     min-width: 90%;
   }

   .contenidoAb {
     padding-bottom: 50px;
   }

   /** bogota **/

   .bogota {
    display: flex;
    flex-direction: column;
    max-width: 668px;

  }

  .bogota p {
    margin-left: 0;
  }

  .bogota h3 {
    padding-top: 30px;
    font-size: 40px;
    margin-left: 0;
  }

  .imagenBogota {
    max-height: 400px;
    min-width: 100%;
  }

  .bogota img {
    width: 100%;
  }

  .bogota a {
  margin-left: 0;
  
  }

  .contenidoBogota {
    padding-bottom: 50px;
    max-height: 100%;
  }
  
  /** Tierra firme **/

  .tierra {
    display: flex;
    flex-direction: column;
    max-width: 668px;
  }

  .tierra h3 {
    padding-top: 30px;
    font-size: 40px;
  }

  .imagenTierra {
    min-width: 100%;
  }

  .tierra img {
    width: 100%;
  }

   .tierra a {
     padding-bottom: 50px;
   }

   .tierra p {
     min-width: 100%;
   }

   .contenidoTierra {
     padding-bottom: 50px;
   }

   /** Agua  **/

   .agua {
    display: flex;
    flex-direction: column;
    max-width: 668px;

  }

  .agua p {
    margin-left: 0;
  }

  .agua h3 {
    padding-top: 30px;
    font-size: 40px;
    margin-left: 0;
  }

  .imagenAgua {
    max-height: 400px;
    min-width: 100%;
  }

  .agua img {
    width: 100%;
  }

  .agua a {
  
  margin-left: 0;
  }
  
  .contenidoAgua {
    padding-bottom: 50px;
  }
}

/** obras colectivas **/



@media (max-width: 768px) {

    /** hojas de vida **/
    .vida {
      display: flex;
      flex-direction: column;
      max-width: 668px;
      min-height: 100%;

    }


    .vida h3 {
      padding-top: 30px;
      font-size: 40px;
      max-width: 100%;
    }

    .imagenVida {
      min-width: 100%;
      max-height: 350px;
    }

    .vida img {
      width:100%;
    }

    .vida a {
      padding-bottom: 50px;
      margin-left: 0;
    }

    .contenidoVida {
      max-height: 100%;
    }

    /** Arrebato **/
    .arrebato {
      display: flex;
      flex-direction: column;
      max-width: 668px;
      

      }

      .arrebato p {
        margin-left: 0;
      }

      .arrebato h3 {
        padding-top: 30px;
        font-size: 40px;
        margin-left: 0;
      }

      .imagenArrebato {
        min-width: 100%;
        max-width: 668px;
        max-height: 350px;
      }

      .arrebato img {
        width: 100%;
      }

      .arrebato a {
      padding-bottom: 100px;
      margin-left: 0;
      }
      
      .contenidoArrebato {
        padding-bottom: 50px;
      }

      /** voces **/

      .voces {
        display: flex;
        flex-direction: column;
        max-width: 669px;

      }

      .voces h3 {
        padding-top: 30px;
        font-size: 40px;
        max-width: 60%;
        margin-right: 0;
        
      
      }

      .imagenVoces {
        max-height: 350px;
        min-width: 100%;
      }

      .voces img {
        width: 100%;
      }

      .voces a {
        padding-bottom: 50px;
      }
      
      .contenidoVoces p {
        max-width: 100%;
        width: 100%;
        min-height: 100%;
        
      }

   
}

/** Improvisacion **/


@media (max-width: 768px) {



.obras h2 {
 
 font-size: 30px;
}
/** Paleolitico **/
.pale {
  display: flex;
  flex-direction: column;
  max-width: 668px;

}

.pale h3 {
  padding-top: 30px;
  font-size: 40px;
 
}

.imagenPale {
  min-width: 100%;
  max-height: 300px;
}

.pale img {
  width: 100%;
}
.contenidoPale p {
  margin: 10px 10px;
  margin-left: 30px;
}

.contenidoPale h3 {
  margin-left: 30px;
}
 .pale a {
   padding-bottom: 50px;
   margin-left: 30px;
 }

 /** Un Rio **/
 .rio {
  display: flex;
  flex-direction: column;
  max-width: 668px;
  

  }

  .rio p {
    margin-left: 0;
  }

  .rio h3 {
    padding-top: 30px;
    font-size: 40px;
    margin-left: 0;
  }

  .imagenRio {
    min-width: 100%;
    max-height: 300px;
  }

  .rio img {
    width: 100%;
  }

  .rio a {
  padding-bottom: 100px;
  margin-left: 0;
  }
  
  .contenidoRio {
    padding-bottom: 50px;
  }

  /** Politicas **/

  .politica {
    display: flex;
    flex-direction: column;
    max-width: 668px;

  }

  .politica h3 {
    padding-top: 30px;
    font-size: 40px;
    
   
  }

  .politica P {
    min-width: 100%;
    
  }

  .imagenPolitica {
    min-width: 100%;
    max-height: 300px;
  }

  .politica img {
    width: 100%;
  }

   .politica a {
     padding-bottom: 50px;
   }

   .contenidoPolitica {
     padding-bottom: 50px;
     max-height: 100%;
     margin-left: 0;
   }
  
   /** De Improvisto **/
   .impro {
    display: flex;
    flex-direction: column;
    max-width: 668px;

    }

    .impro p {
      margin-left: 0;
    }

    .impro h3 {
      padding-top: 30px;
      font-size: 40px;
      margin-left: 0;
    }

    .imagenImpro {
      max-height: 350px;
      min-width: 100%;
    }

    .impro img {
      width: 100%;
    }

    .impro a {
    padding-bottom: 100px;
    margin-left: 0;
    }
    
    .contenidoImpro {
      padding-bottom: 50px;
    }

    /** Boiler **/

    .boiler {
      display: flex;
      flex-direction: column;
      max-width: 668px;
  
    }
  
    .boiler h3 {
      padding-top: 30px;
      font-size: 40px;
      
     
    }
  
    .boiler P {
      min-width: 100%;
    }

    .imagenBoiler {
      max-height: 350px;
      min-width: 100%;
    }
  
    .boiler img {
      
      width: 100%;
    }
  
     .boiler a {
       padding-bottom: 50px;
     }

     .contenidoBoiler {
       margin: 0 0;
       padding-bottom: 50px;
     }
    
     /** Sonar **/

     .sonar {
      display: flex;
      flex-direction: column;
      max-width: 668px;
      
  
      }
  
      .sonar p {
        margin-left: 0;
      }
  
      .sonar h3 {
        padding-top: 30px;
        font-size: 40px;
        margin-left: 0;
      }
  
      .imagenSonar {
        max-height: 350px;
        min-width: 100%;
      }
  
      .sonar img {
        width: 100%;
      }
  
      .sonar a {
      
      margin-left: 0;
      }
      
      .contenidoSonar {
        padding-bottom: 50px;
      }

}


/** Docuemntal **/



@media (max-width: 768px) {


  .tituloDoc {
    font-size: 20px;
    color: #B4000A;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Playfair Display', serif;
    max-width: 668px;
  }
  
  .infoUno {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    max-width: 668px;
  }
  
  .primeraCol {
    max-width: 668px;
    padding-left: 100px;
    font-size: 20px;
    
  }
  
  .primeraCol p {
    min-width: 480px;
    padding-bottom: 80px;
    padding-left: 0;
  }
  
  .segundaCol {
    max-width: 668px;
    padding-left: 100px;
    padding-right: 200px;
    font-size: 20px;
  } 

  
  
  .segundaCol p {
    padding-bottom: 20px;
    min-width: 480px;
  }
  
  .negrilla {
    font-weight: bold;
  }

  .video {
    text-align: center;
    max-width: 660px;
    min-width: 300px;
  }
  
  .video iframe {
    min-height: 300px;
    min-width: 300px;
    max-width: 668px;
    
  }

  
  
  .segundaInfo {
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    max-width: 668px;
    font-size: 20px;
    
  }
  
  .primera {
    max-width: 40%;
    padding-left: 100px;
    padding-bottom: 0;
  }
  
  .ytp-error {
    max-width: 668px;
  }
  
  .primera p {
    margin-bottom: 10px;
    min-width: 480px;
    max-width: 500px;
  }
  
  .segunda {
    max-width: 40%;
    font-size: 20px;
    
  }
  
  .segunda p {
    min-width: 480px;
    line-height: 50px;
    padding-left: 0;
    margin-left: 0;
  }
}


/** Contactame **/

@media (max-width: 768px) {
  .contactanos {
    display: flex;
    flex-direction: column;
    max-width: 668px;
    min-width: 100%;
    
  }

  .contactame {
    background-color: #373737;
    text-align: center;
    font-size: 30px;
    color: #ffff;
    min-width: 420px;
  
  }
  
  .imagenContacto {
    min-width: 100%;
    max-width: 100%;
    min-width: 420px;
  }
  
  .contenidoContacto {
    min-width: 100%; 
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', sans-serif;
  
  }
  
  .imagenContacto img {
    margin: 0 0;
    width: 100%;
    padding: 0 0;
    max-width: 100%;
    max-height: 100%;

  }
  .contenidoContacto p {
    line-height: 40px;
    font-size: 18px;
    max-width: 90%;
    padding: 0 0;
    margin: 30px 30px;
    padding-top: 20px;
  }
  
}


/** paginas de obras **/

@media (max-width: 768px) {

  .separadorObraUno {
    display: flex;
    flex-direction: column-reverse;
  }

  .imagenesObraUno {
    width: 100%;
  }
  .contenidoObraUno h3 {
    font-family: 'Playfair Display', serif;
    color: #B4000A;
    font-size: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 70px;
    min-width: 500px;
  }

  .contenidoObraUno p {
    min-width: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contenidoObraUno {
    width: 40%;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    margin: 50px 80px;
  }

  .contenidoObraUno b {
    font-weight: 900;
  }
  .imagenesObraUno img {
    width: 100%;
  }

}

/** paginas improvisacion **/

@media (max-width: 768px) {
    .tituloImpro {
      font-family: 'Playfair Display', serif;
      color: #B4000A;
      font-size: 50px;
      padding-bottom: 60px;
      padding-top: 60px;
      line-height: 70px;
      padding-left: 100px;
      max-width: 1300px;
    }
    
    .separacioImpro {
      display: flex;
      flex-direction: column;
    }
    
    .primeraColImpro  {
      width: 80%;
      padding: 50px 100px;

    }
    .primeraCol p {
      max-width: 200px;
    }
    .segundaColImpro {
      width: 50%;
      padding: 50px 100px;
    }
    
    .videoImpro {
          padding: 2% 25%;
      
    }
    
    .videoImproYou {
      text-align: center;
      max-width: 600px;
      min-width: 300px;
    }
    
    .videoImproYou iframe {
      min-height: 300px;
      min-width: 300px;
    }
    
  }

  /** inicio **/

  @media (max-width: 768px) {
  .portadaUno  {
    display: flex;
    flex-direction: column;
    background-image: url(./img/Marg.Roa.Varg.Y.Petit_3-01.jpg);
    max-height: 100%;
    min-height: 600px;
    max-width: 668px;
    background-position: center center;
    background-size: cover;
      
  }

  .portadaUno h2 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    font-size: 30px;
    color: #E5D80C;
    max-width: 10px;
  }

  .portadaUno p {
    color: #ffff;
    min-width: 100px;
    padding-left: 30px;
    padding-right: 100px;
    font-weight: bold;
    font-size: 17px;

  }

  .portadaDos {
    display: flex;
    justify-content: right;
    align-items: center;
    background-image: url(./img/portada2.jpg);
    max-height: 500px;
    min-height: 600px;
    max-width: 668px;
    background-position: center center;
    background-size: cover;
      
  }

  .portadaDos h2 {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 300px;
    font-size: 80px;
    color: #E5D80C;
    max-width: 10px;
  }

  .portadaDos p {
    color: #ffff;
    min-width: 200px;
    padding-left: 30px;
    padding-right: 100px;
    font-weight: bold;
    font-size: 17px;

  }

  .portadaTres {
  display: flex;
  justify-content: left;
  align-items: center;
  background-image: url(./img/Marg.Roa.Varg.Y.Petit_118-01\ \(1\).jpg);
  max-height: 500px;
    min-height: 600px;
    max-width: 668px;
  background-position: center center;
  background-size: cover;
    
  }

  .portadaTres h2 {
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 300px;
  font-size: 80px;
  color: #E5D80C;
  max-width: 10px;
  }

  .portadaTres p {
  color: #ffff;
  max-width: 490px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 17px;

  }

  

}



@media (max-width: 768px) {
#sidebar {
  position: fixed;
  width: 300px;
  max-height: 100%;
  background: #B4000A;
  left: -200px;
  transition: all 500ms linear;
}

#sidebar.active {
  left: 0px;
}

#sidebar ul li {
  color: rgba(230, 230, 230, .9);
  list-style: none;
  padding: 30px 20px;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  
}

.enlace {
  text-decoration: none;
  color: rgba(230, 230, 230, .9);
}

#sidebar {
    background-color: #B4000A;
  }
#sidebar .toggle-btn {
  position: absolute;
  left: 200px;
  top: 0px;
  cursor: pointer;
  min-width: 100px;
  
  
}

#sidebar .toggle-btn span {
  display: block;
  width: 40px;
  text-align: center;
  font-size: 50px;
  color: rgba(230, 230, 230, .9);
  padding-left: 30px;
  padding-top: 30px;
}
}
