@font-face {
  src: url("fonts/Antenna-Bold.otf");
  font-family: "Antena";
  font-weight: bold;
}

@font-face {
  src: url("fonts/Helvetica-Light.otf");
  font-family: "Helvetica Light";
}

* {
  font-family: "Helvetica Light";
}

body {
  margin: 0px;
  text-align: center;
  font-family: "Helvetica Light";
}

section {
  padding: 10vh 0;
}

section p {
  max-width: 80%;
  text-align: center;
  margin: auto;
  color: #b7b7b7;
}

section ol {
  max-width: 80%;
  text-align: left;
  margin: auto;
  color: #b7b7b7;
}

h1,
h2,
h3,
h4 {
  font-family: Antena;
}

.fancy {
  display: inline-block;
  position: relative;
  line-height: 0.5;
}

.fancy:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid white;
  top: 0;
  width: 65px;
  left: 100%;
  margin-left: 15px;
}

button {
  background-color: #9e1f63;
  color: white;
  width: 30%;
  padding: 20px;
  border: none;
  border-radius: 12px;
  font-size: 1.5em;
  border: 2px solid #9e1f63;
  cursor: pointer;
}

button:hover {
  color: #9e1f63;
  background-color: white;
  border: 2px solid #9e1f63;
}

.btn {
  background-color: #9e1f63;
  color: white;
  width: 25%;
  padding: 20px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-size: 1.5em;
  display: inline-block;
  cursor: pointer;
  max-width: 280px;
  margin: 10px;
}

.btn:hover {
  color: #9e1f63;
  background-color: white;
  border: 2px solid white;
}

.purpura {
  color: #9e1f63;
  border-color: #9e1f63;
  border: 2px solid #9e1f63;
  background-color: white;
}

.purpura:hover {
  color: white;
  background: #9e1f63;
}

.transparente {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.transparente:hover {
  background-color: transparent;
  color: #9e1f63;
  border: 2px solid #9e1f63;
}

a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #9e1f63;
}

#nav-desktop {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10%;
  background-color: white;
  position: fixed;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  z-index: 99999;
  font-size: 1em;
}

#nav-desktop ol {
  list-style: none;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-end;
  padding: 0;
  flex-grow: 1;
}

input,
label,
textarea {
  display: block;
  text-align: left;
  margin: auto;
  width: 30%;
  padding: 15px;
  box-sizing: border-box;
}

label {
  padding: 2px 0;
  position: relative;
  z-index: 1000;
  color: #b7b7b7;
}

input,
textarea {
  margin-bottom: 20px;
  border: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: 5px -6px 21px -6px rgba(204, 204, 204, 1);
  -moz-box-shadow: 5px -6px 21px -6px rgba(204, 204, 204, 1);
  box-shadow: 5px -6px 21px -6px rgba(204, 204, 204, 1);
}

#inicio {
  position: relative;
  padding-bottom: 0;
  box-sizing: border-box;
}

#nav-desktop ol li {
  padding: 0 20px;
}

.background-gray {
  background-color: #f2f2f2;
}

.background-white {
  background-color: white;
}

.background-purple {
  background-color: #9e1f63;
}

.background-brown {
  background-color: #313332;
}

footer {
  color: white;
  padding: 25px;
  display: flex;
  padding-left: 50%;
  text-align: left;
  height: auto;
  box-sizing: border-box;
}

footer a {
  color: white;
  font-weight: bold;
}

footer a:hover {
  color: #313332;
}

footer > div {
  width: 50%;
}

footer i {
  padding: 5px 5px;
  color: white;
  width: 1.5em;
  background: #313332;
  height: 1.5em;
  text-align: center;
}

footer i:hover {
  background: white;
  color: #313332;
}

.fa-facebook-f:before,
.fa-twitter:before,
.fa-instagram:before {
  vertical-align: middle;
}

#desarrollo {
  position: relative;
  height: 4em;
  box-sizing: border-box;
}

#desarrollo > p {
  padding: 20px;
  margin: 0;
  color: white;
  position: relative;
  z-index: 1000;
}

#desarrollo a {
  color: white;
}

#desarrollo a:hover {
  color: #9e1f63;
}

#desarrollo > img {
  position: absolute;
  bottom: 0;
  height: 30em;
  left: -40vw;
  z-index: 1;
  left: 0px;
}

#carrousel {
  height: 90vh;
}

#carrousel .aparador {
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#actionbtn {
  position: absolute;
  width: 100%;
  bottom: 10%;
  z-index: 1000;
}

#gc {
  position: absolute;
  z-index: 1000;
  top: 20%;
  display: block;
  width: 100%;
  user-select: none;
}

#gc > p {
  font-size: 5em;
  color: white;
  margin: auto;
  line-height: 0.5em;
}

#gc > h1 {
  font-size: 6em;
  color: white;
  margin-bottom: 0;
}

#servs-cuadros {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 10% 15%;
}

#servs-cuadros > div {
  width: 20%;
  margin: 0 2.5%;
}

#servs-cuadros > div > img {
  width: 80%;
}

#lineas {
  display: flex;
  padding: 5% 10%;
}

.key {
  padding: 5% 2%;
  background: white;
  box-sizing: border-box;
  width: 48%;
  border-radius: 12px;
  margin: 0 1%;
  display: flex;
  -webkit-transition: 0.4s time;
  -moz-transition: 0.4s time;
  -ms-transition: 0.4s time;
  -o-transition: 0.4s time;
  transition: 0.4s time;
}

.key:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
}

.key > p {
  text-align: left;
  max-width: available;
  padding-left: 25px;
}

.key > img {
  width: 20%;
}

.socios-carrousel {
  display: flex;
  padding: 1% 2.5%;
  align-items: center;
  flex-wrap: wrap;
}

.socios-carrousel h2 {
  width: 100%;
}

.socio {
  width: 25%;
  height: 5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 1.5% auto;
}

.expous {
  height: 40vh;
  background-position: center;
  background-size: cover;
}

#exs {
  display: flex;
  padding: 0 10%;
}

.expous {
  width: 95% !important;
  margin: 0 2.5% !important;
  padding: 5% 3%;
  box-sizing: border-box;
  margin: 1.5%;
  border-radius: 20px;
  display: flex !important;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  background-position: bottom left;
}

.expous#davinci-2022 {
  background-image: url("images/davinci2022.jpg");
  background-position: left top;
}

.expous#worldpress-2019 {
  background-image: url("images/wp2019.jpg");
}

.expous#tutankamon-2018 {
  background-image: url("images/tutankamon2018.jpg");
  background-position: left top;
}

.expous#davinci {
  background-image: url("images/davinci.jpg");
}

.expous#atelier {
  background-image: url("images/sillaAlessandro.jpg");
}

.expous#picasso {
  background-image: url("images/picasso1.jpg");
}

.expous#poison {
  background-image: url("images/poison.jpeg");
}

.expous#dibujoanimado {
  background-image: url("images/dibujo-animado.jpg");
}

.expous#mae {
  background-image: url("images/mae.jpg");
}

.expous#rembrandt {
  background-image: url("images/rembrandt.jpg");
}

.expous#rembrandt2 {
  background-image: url("images/rembrandt2.jpg");
}

.expous#tutankamon {
  background-image: url("images/tutankamon.jpg");
}

.expous#miguelangel {
  background-image: url("images/1.jpg");
}

.expous#elisacarrillo {
  background-image: url("images/elisacarrillo.jpg");
}

.expous#angelinabeloff {
  background-image: url("images/angelina-beloff.jpg");
}

.obras-explicadas > img {
  float: right;
  width: auto;
  margin-right: 10%;
  margin-left: 23px;
  margin-bottom: 15px;
  max-width: 35%;
}

.obras-explicadas > ol {
  text-align: left;
  list-style: none;
}

.obras-explicadas > ol > li::before {
  content: "• ";
  color: #9e1f63;
}

.obras-explicadas > p {
  padding-top: 10px;
  text-align: left;
  color: #b7b7b7;
}

.obras-explicadas > p:first-of-type {
  padding-top: 0;
}

.expous#visionesdeisrael {
  background-image: url("images/visiones-de-israel-salvador-dali.jpg");
}

.expous#durer {
  background-image: url("images/durer.jpg");
}

.expous#gaudi {
  background-image: url("images/gaudi.jpg");
}

.expous#divinacomedia {
  background-image: url("images/las-miradas-del-sueno-divina-comedia-salvador-dali.jpg");
}

.expous#outumuro {
  background-image: url("images/manuel-outumuro.jpg");
}

.expous#miro {
  background-image: url("images/miro.jpg");
}

.expous > h2 {
  text-align: center;
  width: 100%;
}

#nuestros-proyectos > div {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5%;
}

.trabajos {
  width: 20%;
  height: 35vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #9e1f63;
}

section.elisacarrillo {
  padding: 0;
}

#fotopatrocinador {
  display: block;
  text-align: center;
  margin: auto;
  width: 10%;
}

#fotopatrocinador.amaoir {
}

section.elisacarrillo > p {
  text-align: left;
  padding: 10px 0;
}

.trabajos:nth-child(1) {
  width: 56%;
  height: 500px;
  background-size: contain;
}

.trabajos:nth-child(2) {
  width: 44%;
  height: 500px;
  background-size: contain;
}

.trabajos:nth-child(3),
.trabajos:last-child {
  width: 40%;
}

.trabajos > div {
  height: 100%;
  width: 100%;
  background-color: #9e1f63;
  display: flex;
  opacity: 0;
  -webkit-transition: linear 1s;
  -moz-transition: linear 1s;
  -ms-transition: linear 1s;
  -o-transition: linear 1s;
  transition: linear 1s;
}

.trabajos > div:hover {
  opacity: 0.5;
}

.trabajos > div > h3 {
  margin: auto;
  color: white;
}

#nav-movil,
#navegacion {
  display: none;
}

i {
  color: #313332;
}

#nav-desktop > a > img {
  width: 100%;
}

article {
  padding: 10% 0;
}

#article-title {
  height: 50vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #9e1f63;
  color: white;
  background-position: center;
}

#article-title > h1 {
  margin: auto;
  margin-bottom: 0;
  font-size: 3.5em;
}

#article-title > p {
  margin-top: 0;
  margin-bottom: auto;
  font-size: 2.5em;
}

article > div > section {
  display: flex;
  text-align: left;
  color: #b7b7b7;
  padding: 5% 20% 0;
  align-items: center;
}

article > section {
  color: #b7b7b7;
}

article > div > section > ol {
  list-style: none;
  margin: 0;
}

article > div > section > ol > li::before {
  content: "• ";
  color: #9e1f63;
}

article > div > section > ol > h2 {
  color: black;
  margin: 0;
}

article b {
  color: #9f9f9f;
  font-size: 1.1em;
}

iframe {
  width: 560px;
}

.libros {
  width: 1200px;
  max-width: 100%;
  display: flex;
  margin: auto;
}

.libro {
  height: 500px;
  background-repeat: no-repeat;
  width: 50%;
  margin: 30px 15px;
  background-size: contain;
  background-position: bottom;
}

#infraestructura > img{
  padding: 15px;
  width: 500px;
  max-width: 80%;
}

@media screen and (max-width: 1005px) {
  #nav-desktop > a {
    width: 20vw;
  }
  #nav-desktop > a > img {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #nav-desktop > a > img {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #nav-desktop {
    padding: 5%;
  }

  #nav-desktop > a > img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
  }

  body {
    font-size: 10pt;
  }

  #navegacion > .hamburger {
    color: #1d71b8;
    text-align: center;
    margin: auto;
    display: block;
  }

  .hamburger {
    cursor: pointer;
  }

  #navegacion {
    position: fixed;
    left: 0;
    height: 100vh;
    width: 0%;
    z-index: 99999;
    display: block;
    background: white;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    padding-top: 8vh;
    color: white;
    -webkit-box-shadow: 11px 0px 28px -2px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 11px 0px 28px -2px rgba(0, 0, 0, 0.65);
    box-shadow: 11px 0px 28px -2px rgba(0, 0, 0, 0.65);
    overflow: hidden;
  }

  #navegacion.activo {
    width: 50vw;
  }

  #navegacion > img {
    width: 28%;
    margin: 50px;
  }

  #navegacion > ol {
    list-style: none;
    padding: 0;
  }

  #navegacion > ol > li {
    margin: 10px;
  }

  #desarrollo > img {
    height: 24em;
  }

  button,
  input,
  textarea,
  label {
    width: 50%;
  }

  footer {
    flex-direction: column;
    padding: 10% 40%;
    height: auto;
  }

  footer > div {
    margin: auto;
    width: 55vw;
  }

  #servs-cuadros {
    padding: 10% 5%;
  }

  .key > p {
    text-align: left;
    max-width: fit-content;
    padding: 0px 12px;
  }

  #lineas {
    display: flex;
    padding: 5% 5%;
  }

  #nav-desktop {
    display: none;
  }

  #nav-movil {
    height: 10vh;
    display: flex;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 99999;
  }

  #nav-movil > i {
    margin-top: auto;
    width: 11%;
    margin-bottom: auto;
  }

  #nav-movil > a > img {
    position: absolute;
    height: 70%;
    left: 50%;
    transform: translate(-50%, 25%);
  }

  .libros {
    flex-direction: column;
    align-items: center;
  }

  .libro {
    background-position: center;
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  #exs > div {
    width: 100%;
    padding: 15% 10%;
    font-size: 1.2em;
  }

  #navegacion > ol > li {
    font-size: 1.8em;
  }

  #exs {
    flex-direction: column;
  }
  article > div > section {
    flex-direction: column;
    text-align: center;
  }

  article > div > section > img {
    width: 50%;
    display: block;
    margin: 25px auto;
  }

  article > div > section > ol {
    padding: 0;
  }

  .btn {
    font-size: 1em;
  }

  #gc {
    font-size: 0.8em;
  }

  body {
    font-size: 10pt;
  }

  #desarrollo > img {
    height: 30em;
    left: -40vw;
  }

  button,
  input,
  textarea,
  label {
    width: 70%;
  }

  #servs-cuadros {
    flex-wrap: wrap;
  }

  #servs-cuadros > div {
    display: flex;
    width: 45%;
  }

  #servs-cuadros > div:nth-child(odd) > img {
    order: 2;
    width: 60%;
    margin: auto;
  }

  #servs-cuadros > div:nth-child(even) > img {
    order: 0;
    width: 60%;
    margin: auto;
  }

  #servs-cuadros > div > h3 {
    margin: auto;
    font-size: 1em;
  }

  #lineas {
    flex-direction: column;
  }

  .key {
    width: 100%;
    margin: 2%;
    padding: 20px;
  }

  .key > img {
    height: 100%;
  }

  .trabajos:nth-child(3),
  .trabajos:last-child {
    width: 66.66%;
  }

  .trabajos {
    width: 33.333%;
  }

  .none {
    display: none;
  }

  #socios-carrousel {
    flex-wrap: wrap;
    width: 90%;
    padding: 0;
    box-sizing: border-box;
    margin: auto;
  }

  .socio {
    width: 50%;
  }

  #gc > p {
    line-height: 0.8em;
  }

  #desarrollo > img {
    height: 30em;
    left: -60%;
  }

  section p {
    max-width: 80%;
  }

  #desarrollo {
    height: auto;
  }

  footer i {
    padding: 3px;
  }

  #fotopatrocinador {
    display: block;
    text-align: center;
    margin: auto;
    width: 80%;
    padding: 5vh 0 0 0;
  }
}
