@charset "UTF-8";
@import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/* font-family: 'Open Sans', sans-serif; */


.playfair-luis {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

@font-face {
  font-family: 'OldNews';
  src: url(../fonts/OldNewspaperTypes.ttf);
  font-weight: 400;
}

* {
  box-sizing: border-box;
  font: normal 18px "Playfair", sans-serif;
}

html {
  font: normal 18px "Playfair", sans-serif;
}

body {
  /*font: normal 10px "Open Sans", sans-serif;*/
  font: normal 1px "Playfair", sans-serif;
  position: relative;
  border-collapse: collapse;
  margin: 0 auto;
  box-sizing: content-box;
  max-width: 1274px;
  border: solid 1px gray;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 170%;
}

h2 {
  font-size: 1.3rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
  color: inherit;
  font-weight: bold;
  color: #900;
}

h5 {
  font-size: .9rem;
}

p,
ul,
li {
  font-size: 1rem;
  line-height: 170%;
  text-align: justify;
}

a {
  color: inherit;
  text-decoration: none;
}

p a {
  color: black;
  font-weight: bold;
}

b {
  font-weight: bold;
}

.finfloat {
  clear: both;
}

/* Clear floats after the columns */

.tabla {
  display: table;
  width: 100%;
}

.row {
  display: table-row;
  overflow: hidden;
}

.padre {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: .5vw;
  padding: 10px;
  justify-content: center;
  align-items: normal;
  background-color: white;
}

.hijo {
  width: 32%;
  height: 15vw;
  background-color: rgb(188, 206, 143);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.hijo p {
  line-height: 120%;
  font-size: 0.8em;
}

.hijoppal {
  width: 72%;
  height: auto;
  background-color: white;
}

.hijoppal2 {
  width: 72%;
  height: auto;
  background-color: white;
}

.hijomenu {
  width: 18%;
  border: solid 1px blue;
  height: auto;
  background-color: white;
}

.hijotitulo {
  width: 7%;
  height: auto;
  background-color: white;
}

.father {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: .5vw;
  padding: 10px;
  justify-content: center;
  align-items: normal;
}

.son {
  width: 32%;
  height: 26vw;
  background-color: white;
}

.luisluna {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 50px;
  letter-spacing: 0.7em;
  word-spacing: 0.25em;
}

.centro {
  display: flex;
  justify-content: center;
  /* align-items: center;
  height: 100%; */
  margin-top: 40px;
  margin-left: 98px;
  box-sizing: content-box;
}

.centroimg {
  width: 30%;
  height: auto;
}



.foto {
  width: 100%;
  height: 20vw;
  /* background-color: bisque;
  border: solid 1px greenyellow; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.subtitulo {
  padding: 1vw;
}

aside,
article {
  display: table-cell;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

aside {
  width: 300px;
  vertical-align: top;
  position: relative;
}

.logo {
  background-color: #fff;
  width: 100%;
  height: auto;
  max-height: 300px;
  text-align: center;
}

.logo img {
  width: 300px;
  height: auto;
}

nav ul {
  margin-left: 40px;
}

nav li {
  font-size: 13px;
  list-style-type: none;
  border-bottom: solid 1px #e1e1e1;
  width: 85%;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #808080;
  line-height: 175%;
}

nav a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

nav a:hover {
  color: #a81010;
}

.redes_sociales {
  width: 33.33%;
  height: 50px;
  border-left: solid 1px #e1e1e1;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  float: left;
  text-align: center;
  vertical-align: middle;
}

article {
  width: 100%;
  background-color: #ebebeb;
  position: relative;
  display: table-cell;
  height: 822px;
  overflow: hidden;
  padding: 16px;
}

.sinpadd {
  padding: 0;
}

#ppal {
  /*	background-image: url(../imagenes/carrusel/obrabk.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

article img {
  width: 100%;
  height: auto;
}

.pos_tit {
  top: 30%;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
}

.pos_tit p {
  font-size: 20px;
  animation: move2 1s linear 0s 1;
}

.titulo {
  font-size: 7vw;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 120%;
  padding: 0 10%;

  /*	animation-name: standup;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s; */

  animation: move 1s linear 0s 1;
}

#banner {
  width: 100%;
  padding: 25px 40px;
  color: #808080;
  background-color: #fff;
  /* margin-bottom: 16px; */
  position: relative;
}

#banner h1 {
  font-size: 1.8rem;
  display: inline-block;
  width: 100%;
}

#banner .ancho {
  width: 100%;
}

#banner h2 {
  font-size: 2em;
  display: inline-block;
  margin-top: 0.7rem;
}

#banner p {
  margin: 7px 0;
}

#banner .miga {
  display: inline-block;
  width: 69%;
  text-align: right;
  font-size: 13px;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.foto1,
.foto2 {
  /* border: dashed 1px red; */
  width: 23vw;
  height: 24.5vw;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  /* max-height: 269px; */
  overflow: hidden;
  animation-name: fadeInOpacity;
  animation-name: skew;
  animation-name: standup;
  /* animation-name: move2; */
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  background-color: white;
  position: relative;
  display: table-cell;
}

.foto2 {
  width: 64.5%;
}

.foto1 img,
.foto2 img {
  opacity: 0.9;
  /*	max-height: 213px; */
}

.foto1_tit {
  background-color: #fff;
  padding: 20px 10px;
  animation-name: standup;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.foto1 img:hover,
.foto2 img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease;
  opacity: 1;
}

.fotov2 {
  /*	border: dashed 1px red; */
  width: 31.5%;
  height: auto;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  max-height: 420px;
}

.flotarder {
  width: 40%;
  float: right;
  margin-left: 10px;
  border: solid 1px #666666;
  text-align: center;
  font-size: 10px;
  margin: 5px 0 5px 20px;
}

.flotarizq {
  width: 40%;
  float: left;
  /*	margin: 30px 20px 10px 20px; */
  margin: 5px 20px 5px 0px;
  border: solid 1px #666;
}

.floattotal {
  width: 48%;
  float: left;
  margin: 5px 2px 5px 2px;
  border: solid 1px #666;
}

.marco {
  height: 76%;
  background-size: contain;
}

.contenedor2 {
  width: 300px;
  /*	border: solid 1px blue; */
  margin: 10px;
  float: left;
}

.marco2 {
  width: 300px;
  height: 300px;
  line-height: 300px;
  text-align: center;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
}

article .marco2 img {
  vertical-align: middle;
  max-width: 300px;
  height: auto;
  width: auto;
  max-height: 299px;
}

.titulo2 {
  width: 300px;
  height: 72px;
  /*	border:solid 1px red; */
  text-align: center;
  background-color: white;

  background-color: #fff;
  /* padding: 20px 10px; */
  animation-name: standup;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  font-size: 1.5em;
  font-weight: bold;
  border-top: solid 0.1rem #ebebeb;
  overflow: hidden;
}

#foot {
  width: 100%;
  font-size: .8rem;
  padding: 25px 40px;
  color: #808080;
  background-color: #fff;
  /*	margin-bottom: 16px;
	margin-top: 16px; 
	border:solid 1px green;*/
}

summary {
  font-size: .8rem;
  background-color: #900;
  width: fit-content;
  padding: 3px 20px 3px 5px;
  color: #fff;
  border-radius: 5px;
}

.biografia {
  width: auto;
  height: 260px;
  /* background-image: url(../imagenes/2018/luis_luna2018.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.portafolio {
  width: initial;
  height: 400px;
  /*background-image: url(../imagenes/Foto_Luis_Luna.jpg); */
  background-image: url(../imagenes/2018/fotoPortafolio.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.cuadro {
  display: table-cell;
  width: 34.01%;
  padding: 2em;
}

.cuadro_h1 {
  /*	background-color: red; */
  height: 95px;
  border-bottom: solid 1px lightgray;
  margin-bottom: 30px;
}

.cuadro_h1 h1 {
  line-height: 120%;
}

.border {
  border-color: #999;
}

.cuadro1 {
  background-color: #ffffff;
  border-left: solid 1px #e1e1e1;
}

.cuadro2 {
  background-color: #f7f7f7;
}

.cuadro3 {
  background-color: #aeaeae;
}

.vinotinto {
  width: 100%;
  height: 100px;
  background-color: #900;
  position: relative;
}

.triangulo {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 73px;
  background-color: #900;
}

.reflexiones {
  width: 50%;
  height: auto;
  border: solid 1px gray;
  /*	float:left; */
  display: table-cell;
}

.reflexiones_texto {
  padding: 1em;
}

.celda,
.celda2,
.celda3 {
  background-color: white;
  /* border: dashed 10px red; */
  width: 31%;
  /*height: 34em;*/
  height: auto;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  /* max-height: 269px; */
  overflow: hidden;
  animation-name: fadeInOpacity;
  animation-name: skew;
  animation-name: standup;
  /* animation-name: move2; */
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  padding: 20px;
  ;
  text-align: center;
}

.scroll {
  overflow: auto;
}

.celda3 {
  width: 97.5%;
}

.celda {
  text-align: center;
}

.celda h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.8em 0;
  line-height: 110%;
}

.celda p {
  font-size: .85em;
}


.celda p b {
  font-weight: bold;
}

.celda p b i {
  font-style: oblique;
}

.celda .cont_img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../imagenes/2018/vineta/documento.png);
  background-size: 50px;
  border-radius: 50%;
}

.celda .cont_img:hover {
  background-image: url(../imagenes/2018/vineta/documento2.png);
  animation-name: fadeInOpacity;
  animation-name: skew;
  /*   animation-name: standup;
    animation-name: move2; */
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  /* 	background-image:url(../imagenes/2018/vineta/documento2.png) */
}

.celda a {
  color: inherit;
  text-decoration: none;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

.idioma {
  width: auto;
}

.idioma p {
  text-align: right;
}

.idioma a {
  color: #900;
}

.idioma2 {
  position: relative;
  top: 20px;
}

.info {
  font-size: 12px;
  z-index: 2;
  color: #900;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-color: white;
  border-radius: 25%;
  width: 12px;
  height: auto;
  text-align: center;
  font-weight: bold;
}

.cerrar {
  color: #900;
  font-weight: bold;
  border: solid 1px #900;
  margin: 20px auto 10px;
  padding: 2px;
  border-radius: 3px;
}

.emergente {
  position: fixed;
  background-color: white;
  width: 40%;
  margin: 0 auto;
  padding: 20px;
  z-index: 4;
  border: solid;
  left: 29%;
  display: none;
  opacity: 0.9;
  top: 20%;
}

.videoformat {
  width: 30%;
  height: auto;
}

.lenguaje {
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
}

.reticula {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}

.reticula a {
  width: 30%;
  height: 20vw;
  border: solid 1px black;
  border: none;
  text-align: center;
  font-size: 1.3vw;
  margin: 2vw 0 0 0;
  background-color: white;
  /* background-image:url('https://luisluna.co/obras/1044.jpg'); */
  background-position: center;
  background-size: cover;
}

.obra_cat {
  width: 100%;
  height: 273px;
}

.obra_tit {
  /* font-family: 'OldNews', 'Times New Roman', Times, serif; */
  padding: 5vw 0px 0px;
  color: gray;
  font-size: 3vw;
  text-align: center;
  width: 100%;
  margin: 0px auto;
  font-size: 3vw;
  letter-spacing: .1vw;
  top: 50%;
  /* text-shadow: 2px 2px #999; */
  opacity: 1;
}

.lista {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.obra {
  width: 150px;
  height: 150px;
  position: relative;
  object-fit: cover;
  background-color: #f7f7f7;
  overflow: hidden;
  border: solid 1px gray;
}

/*.obra img{
position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
 */
.objetfitcover>a>img {
  width: 12.2vw;
  height: 12.2vw;
  object-fit: cover;
  /* border: solid 1px gray; */
}

/*CONTACTO */
.contacto {
  width: 85%;
  margin: 0 auto;
}

.contacto input,
.contacto textarea,
.contacto .cuadroinput {
  width: 97%;
  height: 50px;
  border: solid 1px #cccccc;
  display: inline-block;
  border-radius: 5px;
  font: normal 14px/180% "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0.5%;
  min-width: 300px;
  vertical-align: middle;
  padding-left: 10px;
}

.contacto input[type="radio"] {
  width: 20px;
  height: 50px;
  border: none;
  display: inline-block;
  border-radius: 5px;
  font: normal 14px/180% "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0.5%;
  min-width: 0;
  vertical-align: middle;
  padding-left: 10px;
}

.contacto input[type="submit"] {
  width: auto;
  min-width: 0;
  background-color: lightgray;
  background-attachment: none;
  height: 30px;
  cursor: pointer;
  padding: 0 20px;
}

.contacto input[type="submit"]:hover {
  background-color: deepskyblue;
}

.contacto textarea {
  width: 98%;
  height: 100px;
  color: #999;
}

.contacto .especial {
  padding-top: 12px;
}

.contacto button {
  width: auto;
  padding: 0 25px;
  height: 40px;
  border: dashed 2px #cccccc;
  background-color: #999;
  border-radius: 5px;
  font: normal 14px/180% "Open Sans", sans-serif;
  margin: 10px;
  color: #fff;
  cursor: pointer;
}

.contacto label,
.contacto .subt {
  font-size: 17px;
  display: inline-block;
  color: #24386f;
  width: 44%;
  margin-right: 2%;
  margin-top: 10px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.contacto .info {
  padding-left: 30px;
  font-size: 18px;
  color: lightskyblue;
}

.contactodatos {
  width: 80%;
  margin: 0 auto;
}

/*FIN CONTACTO */

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes standup {
  0% {
    -webkit-transform: rotateX(90deg);
    /* Safari */
    transform: rotateX(90deg);
    /* Standard syntax */
    transform: skewY(20deg);
    /* Standard syntax */
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    /* Safari */
    transform: rotateX(0deg);
    /* Standard syntax */
    transform: skewY(0deg);
    /* Standard syntax */
    opacity: 1;
  }
}

@keyframes skew {
  0% {
    -ms-transform: skewY(20deg);
    /* IE 9 */
    -webkit-transform: skewY(20deg);
    /* Safari */
    transform: skewY(20deg);
    /* Standard syntax */
    opacity: 0;
  }

  100% {
    -ms-transform: skewY(0deg);
    /* IE 9 */
    -webkit-transform: skewY(0deg);
    /* Safari */
    transform: skewY(0deg);
    /* Standard syntax */
    opacity: 1;
  }
}

@keyframes move {
  0% {
    -ms-transform: translate(0px, -20px);
    /* IE 9 */
    -webkit-transform: translate(0px, -20px);
    /* Safari */
    transform: translate(0px, -20px);
    /* Standard syntax */
    opacity: 0;
  }

  100% {
    -ms-transform: translate(0px, 0px);
    /* IE 9 */
    -webkit-transform: translate(0px, 0px);
    /* Safari */
    transform: translate(0px, 0px);
    /* Standard syntax */
    opacity: 1;
  }
}

@keyframes move2 {
  0% {
    -ms-transform: translate(0px, 20px);
    /* IE 9 */
    -webkit-transform: translate(0px, 20px);
    /* Safari */
    transform: translate(0px, 20px);
    /* Standard syntax */
    opacity: 0;
  }

  100% {
    -ms-transform: translate(0px, 0px);
    /* IE 9 */
    -webkit-transform: translate(0px, 0px);
    /* Safari */
    transform: translate(0px, 0px);
    /* Standard syntax */
    opacity: 1;
  }
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 760px) {
  /*    aside, article {
        width: 100%; 
    } */

  aside {
    width: 100%;
    display: block;
  }

  article {
    width: 100%;
    display: block;
    height: auto;
  }

  article .marco2 img {
    max-width: none;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .contenedor2,
  .marco2,
  .titulo2 {
    width: 100%;
  }

  .logo img {
    width: 25%;
  }

  ul {
    display: nones;
  }

  .redes_sociales {
    display: none;
  }

  .foto1 {
    /*width: 100%;
    height: auto; */
    width: 48vw;
    height: 48vw;
  }

  .flotarder,
  .flotarizq {
    width: 100%;
  }

  #banner {
    padding: 10px 10px;
  }

  #banner h1 {
    font-size: 1.4rem;
  }

  .cuadro,
  .reflexiones {
    display: block;
    width: 100%;
  }

  .celda,
  .celda2,
  .celda3 {
    width: 100%;
  }

  .contacto input,
  .contacto textarea,
  .contacto .cuadroinput {
    min-width: 0px;
  }

  #banner .miga {
    display: none;
  }

  .emergente {
    width: 85%;
    margin: 0 auto;
    left: 7%;
    top: 10%;
  }

  .videoformat {
    width: 90%;
    height: auto;
  }

  #slideshowWrapper {
    width: 100%;
  }

  .idioma2 {
    position: relative;
    top: -411px;
    color: red;
  }

  .obra {
    width: 30vw;
    height: 30vw;
  }

  .info {
    font-size: 12px;
    top: 0.08rem;
    right: 0.05rem;
    width: 12px;
    height: auto;
  }

  .objetfitcover>a>img {
    width: 30.2vw;
    height: 30.2vw;
    object-fit: cover;
    /* border: solid 1px gray; */
  }

  .reticula a {
    width: 49%;
    height: 40vw;
  }

  .obra_tit {
    padding: 13vw 0px 0px;
    font-size: 5vw;
    letter-spacing: .3vw;
  }

  .hijo {
    width: 49%;
    height: 64vw;
  }

  .hijoppal,
  .hijoppal2 {
    width: 100%;
  }

  .foto {
    height: 40vw;
  }

  .hijomenu {
    width: 100%;
  }

  .hijotitulo {
    width: 100%
  }

  .hijoppal {
    width: 100%;
  }

  .luisluna {
    writing-mode: horizontal-tb;
    font-size: 34px;
  }

  .centro {

    margin-left: 0px;
  }
}