* {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0px;
  padding: 0px;

}

a {
  text-decoration: none;
}

h1 {
  font-size: 2.7rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.61rem;
}


.titulo {
  color: white;
  text-align: center;
  margin-top: 150px;
}

.cuerpo  {
    background-image: url('images/fondo.jpg');
    background-repeat: no-repeat;
    background-size: initial;
    background-position: top;
    height: 100%;
    width: 100%;

}

.cuerpo2  {
    background-image: url('images/fondoabout.jpg');
    background-repeat: no-repeat;
    background-size: initial;
    background-position: top;
    height: 100%;
    width: 100%;

}

.contenidogeneral {
  max-width: 1366px;
  margin: 0 auto;
}

.contenidogeneral2 {
  max-width: 80%;
  margin: 0 auto;
}

.contenidointro p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.titulobloque1 {
  color: black;
  width: 100%;
  text-align: center;
  margin: 0 auto 50 auto;
}

.header {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #0003;
  padding: 5px;
  border-radius: 0 0 5px 5px;
}

.fbcontent {
  display: inline-block;
}

@media (max-width: 370px) {
  .fbcontent {
    display: none;
  }
}

.izquierda {
  flex-grow: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
}


@media (max-width:1256px ) {
  .izquierda {
    display: none;
  }
}

.overlay {

    height: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    overflow: hidden;
    transition: 0.5s;
    display: flex;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

@media (max-width: 320px) {
  .overlay a {
    font-size: 20px !important;
  }
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
}

.open {
  font-weight: bold;
  margin-left: 16px;
  font-size: 16px;
  color: white;
  cursor: pointer;
  margin-right: auto;
}

@media (min-width:1256px ) {
  .open {
    display: none;
  }
}


.derecha {
  color: white;
  font-size: 12px;
  align-items: center;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: space-between;

}

.derecha img {
  margin-right: 5px;
}

.derecha a {
  transition: 0.3s linear;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  margin-left: 20px;
}

.derecha a:hover {
  opacity: 0.7;
}


.izquierda a {
  text-decoration: none;
  color: white;
  padding-left: 20px;
  transition: 0.3s linear;
}

.izquierda a:hover {
  opacity: 0.7;
}


.intro {
  color: white;
  height: auto;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  margin-top: 100px;
  margin-bottom: 150px;
}

.contenidointro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  margin: auto;

}

.contenidointro img {
  margin: 0 auto;
}

.abouthefilm {
  width: 90%;
  margin: 0 auto;
  display: flex;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;

}

@media (max-width:1042px ) {
  .abouthefilm {
    flex-wrap: wrap;
  }
}

@media (max-width:480px ) {
  .abouthefilm {
    width: 100%;
    box-shadow: none;
  }
}



@media (max-width:1040px ) {
  .info {
    border-radius: 5px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width:480px ) {
  .info {
    padding: 20px !important;
    width: auto !important;
    border-radius: 0px !important;
    max-width: none !important;
  }
}



@media (max-width:1024px ) {
  .imagen {

  }
}

.boton {
  text-align: center;
  border-radius: 40px;
  background-color: black;
  width: 130px;
  color: white;
  padding: 15px 45px;
  margin: 0 auto;
  margin-top: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}

.boton2 {
  text-align: center;
  border-radius: 40px;
  background-color: black;
  width: 120px;
  color: white;
  padding: 15px 35px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 1.5rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}

.boton3 {
  text-align: center;
  border-radius: 40px;
  background-color: white;
  width: 120px;
  color: black;
  padding: 15px 45px;
  margin: 0 auto;
  margin-top: 1.5rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}

.info {
  display: flex;
  max-width: 570px;
  flex-direction: column;
  border-radius: 5px 0 0 5px;
  width: 50%;
  padding: 50px;
  text-align: left;
  color: black;
  background-color: white;

}

.info2 {
  display: flex;
  /*max-width: 570px;*/
  flex-direction: column;
  border-radius: 5px;
  /*width: 50%;*/
  padding: 50px;
  text-align: left;
  color: black;
  background-color: white;

}

@media (max-width:480px ) {
  .info2{

    border-radius: 0px;
    padding: 20px;
  }
}

.info2contenido{
  min-width: auto;
  padding-left: 50px;
}

@media (max-width:1042px ) {
  .info2contenido {
  padding: 0;
  margin-top: 30px;
  }
}

.info3contenido{
  min-width: auto;
  padding-right: 50px;
}

@media (max-width:1042px ) {
  .info3contenido {
  padding: 0;
  }
}

.intro2 {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 150px;
  border-radius: 5px;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width:480px ) {
  .intro2 {
    max-width: 100%;
    box-shadow: none;
  }
}

.infoabout{
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: auto;

}

.infoabout2 {
  margin-left: auto;
    margin-right: auto;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 3rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 3rem; /* Firefox */
    column-gap: 3rem;
  margin-top: 20px;

  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: auto;


}

@media (max-width:1290px ) {
  .infoabout2 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
      -moz-column-count: 1; /* Firefox */
      column-count: 1;
  }
}

@media (max-width:1048px ) {
  .bloque1info {
    flex-direction: column;
  }
}

.bloque1 {
  border-radius: 5px ;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
  /*padding: 50px;*/
  margin-top: 50px;
  width: 90%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;

  margin-bottom: 30px;

}

.bloque1info {
  display: flex;
  /*padding: 50px;*/
  width: auto;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: auto;
}

.padding {
  padding: 50px;
}

@media (max-width: 480px) {
  .padding {
    padding: 20px;
  }
}

.imagen {
  border-radius: 0 5px 5px 0;
  min-height: 100%;
  min-width: 50%;
  content: "";
}

.cinta {
  background-image: url('images/cinta.png');
  background-size: cover;
  background-size: cover;
  height: inherit;
  width: 82px;
  content: "";
  display: flex;
  z-index: 3;
  position: absolute;

  left: 50%;
  min-height: 372px;
}

@media (max-width:1224px ) {
  .cinta {
    height: 396px;
    width: 90px;
  }
}

@media (max-width:1042px ) {
  .cinta {
    display: none;
  }
}

.imagen2 {
  /*border-radius: 5px 0px 0px 5px;*/
  border-radius: 5px;
  min-height: 35%;
  min-width: 35%;
  content: "";
}

@media (max-width:1290px ) {
  .bloque1 {
    flex-wrap: wrap;
  }
}

@media (max-width:480px ) {
  .bloque1 {
    width: 100%;
    box-shadow: none;
  }
}

@media (max-width:1290px ) {
  .imagen2 {
    min-height: 25%;
    min-width: 25%;
  }
}


/*@media (max-width:767px ) {
  .imagen2 {
    display: none;
  }
}*/

#pedro {
  background-image: url('images/pedro.jpg');
  background-size: cover;
  background-position: top;
}


#francois {
  background-image: url('images/francois.jpg');
  background-size: cover;
  background-position: top;
}

#about {
  background-image: url('images/about.jpg');
  background-size: cover;
  background-position: center;
}

.filmpresentation {
  width: 90%;
  border-radius: 5px;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  background-image: url('images/presentation.jpg');
  background-size: cover;
  background-position: top;
  margin-bottom: 30px;
}

@media (max-width:480px ) {
  .filmpresentation {
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    padding: 50px 0 !important;
  }
}

@media (max-width:480px ) {
  .filmpresentationinfo {
  padding: 20px !important;
  }
}

.filmpresentation p {
  margin-top: 20px;
  /*width: 70%;*/
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 500px;
  font-weight: bold;
  text-align: left;
  /*margin-left: auto;
  margin-right: 0px;*/
  /*font-weight: 600;*/
}

.filmpresentationinfo {
  padding: 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: white;
  text-align: left;
}

.doble {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width:1048px ) {
  .doble {
    flex-wrap: wrap;
  }
}


.thesecondfilm {
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  margin: 30px auto;
  width: 90%;
  border-radius: 5px;
  /*max-width: 540px;*/

}

@media (max-width:480px ) {
  .thesecondfilm {
    width: 100% !important;
    box-shadow: none;
      }
}

@media (max-width:1040px ) {
  .thesecondfilminfo {
    width: 100% !important;
  }
}


@media (max-width:480px ) {
  .thesecondfilminfo  {
    padding: 20px !important;
  }
}


.cinta2 {
  background-image: url('images/cinta2.png');
  background-size: cover;
  background-size: cover;
  height: inherit;
  width: 82px;
  content: "";
  display: flex;
  z-index: 3;
  position: absolute;

  left: 43.5%;
  min-height: 328px;
}
@media (max-width:1678px ) {
  .cinta2 {
    left: 42%;

    width: 90px;
  }
}
@media (max-width:1464px ) {
  .cinta2 {
    left: 41%;

    width: 90px;
  }
}
@media (max-width:1306px ) {
  .cinta2 {
    left: 40%;

    width: 90px;
  }
}
@media (max-width:1223px ) {
  .cinta2 {
    left: 39%;
  }
}

@media (max-width:1067px ) {
  .cinta2 {
    left: 38%;
    height: 352px;
    width: 90px;
  }
}

@media (max-width:1048px ) {
  .cinta2 {
    display: none;
  }
}


.thesecondfilminfo {
  padding: 50px;
  width: 50%;
  border-radius: 5px 0 0 5px;
  color: black;
  text-align: left;
  background-color: white;
   }

.thesecondfilminfo p {
  margin-top: 1.5em;
  line-height: 1.5em;
}

.doble p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}

#secondfilm {
  background-image: url('images/second2.jpg');
  background-position: right;
  background-size: cover;
  /*min-width: 100%;*/
  width: 50%;
  /*height: 100%;*/
  min-height: 325px;
  border-radius: 5px 0px  0px 5px;
}

@media (max-width:1046px ) {
  #secondfilm  {
    display: none;
  }
}

.newsandcontact {
  /*max-width: 540px;*/
  display: flex;
  flex-direction: row;
}

/*@media (min-width:1290px ) {
  .thesecondfilm {

    width: 70%
  }
}*/

@media (max-width:680px ) {
  .newsandcontact {
    margin-left: 0;
    flex-direction: column !important;
  }
}

  @media (max-width:1048px ) {
    .newsandcontact {
      margin-left: 0;
      flex-direction: row;
    }
  }

.news {
  border-radius: 5px;
  background-color: white;
  padding: 50px;
  width: 50%;
  margin-right: 30px;
  color: black;
  text-align: left;
  background-color: white;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width:1048px ) {
  .news {
    width: 50%;
  }
}

@media (max-width:480px ) {
  .news {
    padding: 20px !important;
    padding-bottom: 40px !important;
  }
}

@media (max-width:680px ) {
  .news {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
    width: auto;
    height: auto;
  }
}



.contact {
  width: 50%;
  border-radius: 5px;
  background-color: white;
  padding: 50px;
  color: black;
  text-align: left;
  background-color: white;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width:1048px ) {
  .contact {
    width: 50%;
  }
}

@media (max-width:680px ) {
  .contact {
    margin-top: 0 !important;
    width: auto;
    height: auto;
    margin-left: 0 !important;
  }
}
@media (max-width:480px ) {
  .contact {
    padding: 20px !important;
    padding-bottom: 40px !important;
  }
}



.footer {
  color: black;
  width: 100%;
  display: flex;
}

.didyouknow {
  margin: 0 auto;
  border-radius: 5px;
  width: 90%;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
  background-image: url('images/did.jpg');
  background-position: top;
  background-size: cover;
  margin-top: 30px;
  margin-bottom: 100px;
}

@media (max-width:480px ) {
  .didyouknow {
    padding-bottom: 1.5em !important;

  }
}


.didyouknowinfo {
  color: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (max-width:480px ) {
  .didyouknowinfo {
    padding: 20px !important;

  }
}


.didyouknow p {
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 400px;
}

@media (max-width:480px ) {
  .didyouknow p{
    text-align: left !important;

  }
}

.aboutus {
  margin: 0 auto;
  border-radius: 5px;
  width: 90%;
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
  background-image: url('images/aboutus.jpg');
  background-position: center;
  background-size: cover;
  margin-top: 30px;

}

@media (max-width:480px ) {
  .aboutus {
    width: 100% !important;
    border-radius: 0px !important;
    padding: 50px 0 !important;
  }
}


.aboutusinfo {
  color: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (max-width:480px ) {
  .aboutusinfo {
    padding: 20px !important;
  }
}

.aboutus p {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 600px;
}

@media (max-width:680px ) {
  .aboutus p {
    text-align: left !important;
  }
}
