@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:200,400|Great+Vibes');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

img {
  max-width: 100%;
  height: auto;
}

img[alt="Logo Alicia Zelada"] {
  width: 3em
}

body {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 200;
}

h1,
h2 {
  font-weight: 200;
  font-size: 3.75em;
  font-family: 'Great Vibes', cursive;
}

h2 + p {
  font-weight: 400;
  font-size: 1.4em !important;
}

a {
  color: black;
  text-decoration: none;
  transition: all .2s ease-in;
}

a:hover {
  transform: scale(1.05)
}

svg {
  width: 30px;
  height: 30px;
  margin: 1em
}

p {
  font-size: 1.2em;
  color: #272822;
}

li {
  list-style-type: none
}

/* btnArriba*/
#btnArriba {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, .5);
  border-radius: 30%;
  position: fixed;
  bottom: 40px!important;
  right: 20px;
  color: white;
  z-index: 5000;
  font-size: 2em;
  text-align: center;
  transition: all .75s ease-out;

}

.titulo-seccion {
  text-align: center;
  margin-bottom: 4px;
}

#obrasdigitales .titulo-seccion h2 {
  color: #f3f4fa;
}

.titulo-seccion h2 {
  color: #30A5A5;
  font-size: 3.5em;
  margin-bottom: 15px;

}

.titulo-seccion p {
  font-size: 1em;
  color: #979797;
  padding-bottom: 30px;
}

.contenedor {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

/* -------------encabezado------------- */

.menu-bar-pc,
#enc-fijo {
  width: 100%;
  min-height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 1.5em;
  background: transparent;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  display: none;
  background-color: rgba(255, 255, 255, .1);
}

.menu-bar-pc nav a:hover,
.menu-bar-pc .top-redes a:hover {
  color: #edebce
}


.logo {
  display: inline-block;
  width: 3em;
}

.logo img {
  width: 100%;
  vertical-align: top
}

nav a,
.top-redes a {
  display: inline-block;
  padding: 0 1em;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.2em;
  transition: all .3s ease;
  line-height: 1.5em
}

nav a:last-child,
.top-redes a:last-child {
  padding-right: 0;
}

.top-redes a i {
  font-style: 1em;
}

nav a:hover,
.top-redes a:hover {
  color: #0089E0
}

/* menu mobile */
.menu-mobile {
  width: 100%;
  padding: 5px 1.5em;
  background: rgba(255, 255, 255, .9);
  color: #444;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.25);
}

.menu-mobile .barra {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.menu-mobile .barra img {
  display: inline-block;
  width: 40px;
  margin-top: 10px;
}

.menu-mobile .barra a i {
  font-size: 1.65em;
  color: #444
}

.menu-mobile nav {
  width: 80%;
  display: block;
  position: fixed;
  top: 56px;
  border-bottom: 1px solid rgba(204, 204, 204, .5);
  border-right: 1px solid rgba(204, 204, 204, .5);
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .2);
  background: rgba(255, 255, 255, .9);
  left: -100%;
}

.menu-mobile nav a {
  display: block;
  padding: 10px;
  color: #444;
  border-bottom: 1px solid rgba(204, 204, 204, .5);
  transition: all .5 ease;
  text-align: center;
}

.menu-mobile nav a:hover {
  background: #f7f7f7;
}

/* menu encabezado fijo */

#enc-fijo {
  position: fixed;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
  transition: all .6s ease-out;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, .05);

}

#enc-fijo nav a,
#enc-fijo .top-redes a {
  color: #444444;
}

#enc-fijo nav a:hover,
#enc-fijo .top-redes a:hover {
  color: #0089E0;
}

/* main */

/* banner principal */

main {
  width: 100%;
}

main > section:first-child {
  width: 100%;
  position: relative;
  height: 100vh;
}


main > section:first-child #banner {
  position: absolute;
  width: 100%;
  height: 100vh;
  /*
    background-image: url(img/cuadro-01.svg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
*/
}

main > section:first-child div:last-child {
  display: inline-block;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

}

main > section:first-child h2 {
  font-weight: 200;
  color: white;
  margin-bottom: 65px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2em
}

main > section:first-child h1 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 90px;
  color: white;
  margin-bottom: 0px;
}

main > section:first-child a {
  display: inline-block;
  padding: 8px 1.5em 15px;
  border: 1px solid #0089E0;
  background: #0089E0;
  color: white;
  transition: all .7s ease;
  font-size: 2em;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1) inset, 0 0 5px 1px rgba(0, 0, 0, .15);
  border-radius: 6px;
}

main > section:first-child a:hover {
  background: #fff;
  color: #0089E0;
  transform: scale(1);
}


/* ilustraciones*/

main #ilustraciones {
  background-color: #f3f4fa;
  padding: 4em 0 54px 0;
  box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 500;

}

main #ilustraciones ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 34px;
  border-bottom: 1px solid #ccc
}

main #ilustraciones ul li {
  width: 20%;
  max-height: 4rem;
  overflow: hidden;
  /* margin-bottom: 2%; */
  cursor: pointer;
  text-align: center;

}

main #ilustraciones ul li img {
  min-height: 100%;
  width: auto;
  max-width: auto;
  height: auto
}

/* LIGHTBOX FOTOS ilustraciones*/

#lightbox {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(28, 27, 46, .9);
  display: none;
}

#lightbox img {
  border-radius: 5px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, .5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

#lightbox i {
  font-size: 2em;
  color: white;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 100px;
  right: 60px;
  cursor: pointer;
  transition: all .15s ease-in;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  text-align: center;
  border-radius: 50%;
  line-height: 1.3em;

}

#lightbox i:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, .2)
}

/* ARTES VISUALES */

main #artes-visuales {
 
  padding-bottom: 0;
  padding-top: 4.15em;
}

main #artes-visuales .contenedor {
  display: flex;
  flex-flow: row wrap;
  align-items: center;

}

main #artes-visuales .contenedor > :first-child {
  width: 100%;
  text-align: center;
  max-width: 400px;
  margin: auto
}

main #artes-visuales .contenedor > :first-child h2 {
  margin-bottom: 0;
  font-weight: 400;

}

main #artes-visuales .contenedor > :last-child {
  width: 100%;
  text-align: center;
}

/* SLIDER */


main section#contenedor {

  width: 100%;
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 1em
}

main section#contenedor div.flexslider {
  max-width: 700px;
  width: 100%;
  max-height: 536px
}

ul.slides {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-flow: row nowrap;
}


#salta {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 8999;
}

#salta #cierre {
  position: absolute;
  right: 0;
  top: 54px;
  color: aliceblue;
  font-size: 38px;
  cursor: pointer
}


.pop {
  transition: 0.5s all;
  transform: scale(1.6);
  z-index: 9000;
  position: fixed !important;
  top: 22% !important;
  /*  left: 40% !important;*/
  cursor: pointer
}

/*
main .contenedor-slider ul {
    width: 400%;
    display: flex;

}

main .contenedor-slider ul li {
    margin:0 10px;
    max-width: 950px;    
    text-align:center

}

main .contenedor-slider ul li img {
    max-width: 100%;
  max-height:400px;
    vertical-align: top;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
}

main .contenedor-slider div {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

main .contenedor-slider div:nth-of-type(1) {
    left: 2%
}

main .contenedor-slider div:nth-of-type(2) {
    right: 2%
}

main .contenedor-slider div i {
    color: #1C1B2E;
    ;
    font-size: 3em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
    transition: all .3s;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .35);
    border-radius: 20%;
    text-align: center;
    line-height: .88em;
}

main .contenedor-slider div i:hover {
    color: #0089E0;
    background: rgba(255, 255, 255, .5);
}
*/

/* NUESTRO disenos */

main #obrasdigitales {
  background: #47484B;
  padding-bottom: 108px;
  padding-top: 20px;
  position: relative;

}

main #obrasdigitales .titulo-seccion {
  margin-bottom: 10px;
  padding-top: 4em;
}

#obrasdigitales p span {
  color: #979797
}

main #obrasdigitales ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around
}

main #obrasdigitales ul li {
  background: white;
  padding: .5em;
  margin-top: 10px;
  width: 50%;
  box-shadow: 0 9px 30px -1px rgba(0, 0, 0, .2);
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

main #obrasdigitales ul li img {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin: auto;

}

main #obrasdigitales ul li div {
  flex-direction: column;
  width: 75%;
}

main #obrasdigitales ul li h3 {
  font-size: 1.3em;
  color: #0089E0;
}

main #obrasdigitales ul li h4 {
  color: #979797;
  font-size: 1.1em;
  margin-bottom: 15px;
}

main #obrasdigitales ul li h4 p {
  font-size: .8em;
}

/*INFORMACION EXTRA*/

main #acerca-de-mi {
  background: #29294E;
  padding: 4em 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .3);
  position: relative;
  z-index: 400;
}

main #acerca-de-mi section {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  transition: .5s all;
  padding: .3em
}

main #acerca-de-mi a section:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
  border-radius: 5px
}

main #acerca-de-mi a section {
  border: 1px solid #1F1F3A;
  border-radius: 5px
}

main #acerca-de-mi section i {
  display: inline-block;
  width: 3em;
  font-size: 1.5em;
  padding: 0.3em .5em;
  text-align: center;
}

main #acerca-de-mi section i[class $="download"] {
  padding-right: 0.14em
}


main #acerca-de-mi section h4 {
  font-size: 1.8em
}

main #acerca-de-mi > div {
  width: 100%;
  padding: 0 5%
}

main #acerca-de-mi > div:last-child {
  height: 400px;
  max-width: 480px;
  box-shadow: 0 9px 32px -1px rgba(0, 0, 0, .5);
  background-image: url(../img/avatar.jpg);
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 3%;
  top: 19%;
  display: none;
  overflow: hidden;

}

main #acerca-de-mi p {
  color: #f1f1f1
}

/*contacto*/
main #contacto {
  padding: 4em 0 5px;
  /*
    background-image: url(img/cuadro-02.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
*/
}

main #contacto ul {
  width: 90%;
  margin: auto;
  background: #fff;
  min-height: 285px;
  border-radius: 5px;
  box-shadow: 0 9px 32px -1px rgba(0, 0, 0, .3);
  display: flex;
  justify-content: space-between;
}

main #contacto ul li:first-child {
  width: 100%;
  padding: 10%;
}

main #contacto ul li h2 {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #30A5A5;
}

main #contacto ul li p {
  color: #979797
}

main #contacto ul li form {}

input[type*="e"],
textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  outline: none;
  width: 100%;
  resize: none;
  margin-bottom: 10px;
  color: #979797;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 400;
}

textarea {
  height: 120px;
}

input[type="submit"] {
  width: 100%;
  border: 1px solid #30A5A5;
  border-radius: 5px;
  background: #30A5A5;
  padding: .5em;
  color: white;
  font-size: 1.5em;
  font-family: inherit;
  cursor: pointer;
  transition: all .7s ease-in;
}

input[type="submit"]:hover {
  background: #fff;
  color: #30A5A5;
}

main #contacto ul li:last-child {
  display: none
}

#contacto h2 i {
  font-size: 38px
}

/* validacion formulario */
main #contacto ul li form p {
  color: darkred;
  font-size: 1em;
  margin: -10px 0 10px 0;
  font-weight: 400;
  display: none;
}


div#wpp a {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 20px 0 10px 0
}

div#wpp a img {
  padding: 1%;
  min-width: 50px
}

div#wpp a span {
  font-size: 1.3em
}

/* FOOTER */

footer {
  background: #29294e;
  padding: 0px 5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center
}

footer p {
  color: #979797;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 15px;
  padding-top: 0.5%;
}

footer section a {
  transition: all .5s ease-out;
  color: #9595d6;
  font-size: .5em;
}


footer section a:hover {
  color: #B5D036;
}



.slides li p span.vendido {
/*  float: right;*/
  margin-right:2%;
  font-weight: 400;
  border-bottom: 1px dotted white;
  padding-bottom: 2px;
  border-top: 1px dotted white;

  color: red; 
  
}

.slides li p span.enventa {
/*  float: right;*/
  margin-right:2%;
  font-weight: 400;
  border-bottom: 1px dotted white;
  padding-bottom: 2px;
  border-top: 1px dotted white;

  color: forestgreen;

}

.slides li p span.titulosObras{font-style:italic; font-weight:400}

/* ---------------MEDIA QUERIES ---------------------*/

@media screen and (min-width:550px) {

  /* ultimos ilustraciones */
  main #ilustraciones ul li {
    width: 33.3%;
    transition: all .3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: visible; */
    max-height: 200px;
    background-color: white;
  }


  main #ilustraciones ul li:hover {
    transform: scale(1.06);
    box-shadow: 0 0 8px 0 rgba(100, 100, 100, .5)
  }

  main #ilustraciones ul li img {
    min-height: 0;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  main #acerca-de-mi section {
    flex-wrap: nowrap;
    text-align: left;

  }
}

/*500px*/

@media screen and (min-width:1024px) {

  main > section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  main > section:first-child {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -115px;
    height: calc(100vh + 115px);
  }

  main > section:first-child #banner {
    height: inherit;
  }

  /* encabezado */

  .menu-bar-pc {
    display: flex;
  }

  .menu-mobile {
    display: none;
  }

  #enc-fijo {
    display: flex;
    margin-top: -140px;
  }


  #enc-fijo > a,
  .menu-bar-pc .top-redes,
  #enc-fijo .top-redes {
    width: 15.5%;
  }

  .menu-bar-pc > a {
    width: auto
  }


  #enc-fijo > a img {
    max-width: 60px
  }

  .top-redes a {
    padding: 0 .55em;
  }

  main #acerca-de-mi,
  main #ilustraciones,
  main #artes-visuales {
    padding-top: 6em
  }

  /* ultimos ilustraciones */
  main #ilustraciones ul li {
    width: 20%;

  }

  /* acerca de */

  main #artes-visuales .contenedor > :first-child {
    width: 33.3%;
    text-align: left;
  }

  main #artes-visuales .contenedor > :last-child {
    width: 60%;
    text-align: center;
  }

  /*   obrasdigitales  */
  main #obrasdigitales {
    display: block
  }

  main #obrasdigitales ul li {
    max-width: 300px;
    flex-direction: column
  }

  main #obrasdigitales ul li:first-child,
  main #obrasdigitales ul li:last-child {
    position: relative;
    top: 0px
  }

  main #obrasdigitales ul li div {
    width: 100%;
  }

  /*   acerca de mi */

  main #acerca-de-mi > div {

    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  main #acerca-de-mi > div:last-child {
    display: block;
  }

  /* contacto */
  main #contacto ul li:first-child {
    width: 50%;
    padding: 3em;
  }

  main #contacto ul li:last-child {
    display: block;
    width: 50%;
    background-image: url(../img/ema.jpg);
    background-position: center;
    background-size: cover;
  }
}

/*990px*/
