/* CSS COMÚN */

*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0px;
	padding: 0px;
  font-family: sans-serif;
}

p{
	font-size: 0.9em;
	line-height: 1.3em;
}

html {
  scroll-behavior: smooth;
}

/* HEADER AND LOGO */

.logo,.logo img{
	display: block;
  width: 180px;
  margin: 0px auto 10px;
  padding-top: 5px;
}

.fondo_menu{
	background-color: rgba(255,255,255,0.7);
	box-shadow: 5px 5px 3px 0 #333b;
  padding: 3px 0;
}

.navbar-toggler{
  border: none;
  margin: 0px auto 0px;
}

.mobile-nav{
  text-transform: uppercase;
  text-align: center;
}

/* OVERWRITE HEADER */

.contenedor_titulo{
	text-align: center;
	min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	color: #fff;
}

.contenedor_titulo h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 3.5em;
  text-shadow: 7px 3px 3px #333;
}

.contenedor_titulo p{
  font-size: 1.1em;
  text-shadow: 7px 3px 5px #333;
  margin-bottom: 20px;
}

.contenedor_titulo h2::after{
	content: "";
	display: block;
	margin: 5px auto 5px;
	width: 300px;
	height: 10px;
	border-bottom: 1px solid #fff;
}

/* ÚLTIMOS TRABAJOS REALIZADOS */

.destacados h2{
  font-family: "oswald";
	display: block;
	text-align: center;
	margin: 130px 0 50px;
}

/* PARALAX */

.paralax{
	background: url(../rsc/img/margarita_algora_weber_home_paralax.jpg) no-repeat center;
	color: #fff;
	background-size: cover;
	background-attachment: fixed;
	padding: 12vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 130px 0 20px;

}

.paralax h2{
  font-family: 'Oswald', sans-serif;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 7px 3px 3px #333;
}

.paralax h2:nth-child(2){
  font-size: 3.4em;
}

/* PRE CONTACT FORM */

.contenedor_contacto{
	margin: 150px auto 150px;
  max-width: 650px;
}

.contenedor_contacto img{
  display: block;
  margin: 0 auto 0;
}

.contenedor_contacto h2{
  text-transform: uppercase;
  text-align: center;
  font-family: "Oswald"
}

.contenedor_contacto h5{
  padding: 20px 10px 0;
  text-align: center;
}

/* FOOTER */

footer{
  border-top: 2px solid;
  background-color: #fff;
  font-size: 0.9em;
  text-align: center;
  line-height: 0.9em;
  padding-bottom: 20px;  
}

footer a{
  color: #17a2b8;
}

.rrss{
  display: flex;
  justify-content: center;
  align-content: center;
}

/* HEADER INTERIORES */

.logo_seccion{
  display: block;
  padding: 100px auto 0;
  text-align: center;
  margin-top: 10px;
}

.logo_seccion img{
  width: 100px;
  height: 100px;
}

.fondo_menu_interior{
  border-bottom: 2px solid #333;
}

.encabezado{
  font-family: "oswald";
  text-align: center;
  display: block;
  margin-top: 40px;
  text-transform: uppercase;
  color: #333;
}


/* PINTURA */

.flex_galeria{
  display: flex;
}

.bloque{
  display: flex;
  flex-direction: column;
  align-items: center; 
  width: 300px;
  text-align: center;
  margin: 10px;
}

.galeria{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 1020px;
  margin: 30px auto 50px;
}

.miniatura{
  display: flex;
  width: 300px;
  margin: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.miniatura img{
  display: block;
  width: 100%;
  border-radius: 5px;
}


.miniatura p{
  font-size: 1.5em;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: calc(50% - 11px);
  position: absolute;
  top: 100%;
  text-align: center;
  background-color: #333B;
  color: #fff;
  transition: 1s;
  border-radius: 5px;
}

.miniatura:hover p{
  top: 0;
  mix-blend-mode: overlay;
}

/* ESCULTURA */

.modal{
  margin-top: 10px;
}

.modal-dialog{
  max-width: 650px;
}

.modal img{
  width: 100%;
}

.card{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.row-line{
  border-top: 2px solid #555;
}

.container-escultura{
  text-align: center;
  margin: -50px auto 50px;
  border-top: 1px solid #111;
  width: 40%;
}

.container-escultura h4{
  margin-top: 10px;
}

/* TRAYECTORIA */

.trayectoria{
    margin-top: 70px;
}

.trayectoria h5{
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.trayectoria p{
  line-height: 2.6em;
}

.note{
  font-size: 0.8em;
  color: tomato;
  font-style: oblique;
  margin: -20px 0 30px;
}

.resalt{
  font-size: 2.2em;
  color: tomato;
  font-family: "Oswald";
  line-height: 1em;
}

.trayectoria img{
  display: block;
  width: 430px;
}

/* ABOUT */

.box{
  margin-top: 0px;
  transition: 0.7s;
}

.letters{
  font-family: serif;
  padding: 20px;
  padding: 80px 5px 40px;

}

.letters h2{
  width: 100%;
  margin: 0 auto 0;
  font-size: 4em;
  display: flex;
}

.letters h2 span{
  display: block;
  overflow-x: hidden;
  width: 17%;
  padding-left: 10px;
  text-align: left;
}

.transicion{
  transition: 1.5s;
}

.letters h2 span:nth-child(2){
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  width: calc(14% - 2px);
  color: tomato;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: center;
}

.letters h2 span:nth-child(3){
  width: calc(65% - 2px);
  text-align: left;
}

.letters h2 span.abierto{
  width: 65%;
}

.letters h2 span:nth-child(3).abierto{
  width: calc(70% - 2px);
}

.letters h2 span.cerrado{
  width: 20%;
}

.letters h2 span:nth-child(2).cerrado{
  width: calc(20% - 2px);
}

.img-fluid{
  width: 100%;
  max-width: 600px;
  height: auto;
  transition: 0.7s;
  display: block;
  margin: 50px auto 20px;
}

.capital{
  font-family: serif;
  font-size: 6em;
  padding: 0 5px 0;
}


/* CONTACTO */

.contenedor_contacto video{
  display: flex;
  width: 200px;
  margin: 30px auto 0px;
}

/* POLÍTICA PRIVACIDAD */

.privacidad{
  margin-top: 80px;
  padding: 30px;
  text-align: justify;
}

table{
  margin: 20px 0 50px;
  font-size: 0.9em;
  border: 1px solid;
  border: 2px solid #fff;
  width: 100%
}

td{
  padding: 8px 20px;
  font-family: sans-serif;
}

tr{
    border: 2px solid #fff;
}

table tr:nth-child(odd){
  background-color: #e5e5e5;
}

.privacidad ul li{
  margin-left: 40px;
  font-size: 0.9em;
}

.desplegable a{
  color: #000;
  font-weight: bold;
}

.desplegable ul li, .desplegable ol li{
  margin-left: 50px;
  font-size: 0.9em;
}

/* --------- MEDIA QUERIES / RESPONSIVE --------- */

@media screen and (max-width: 992px){

.letters{
  display: none;
}

.box{
  margin-top: 100px;
  transition: 0.7s;
}

@media screen and (max-width: 580px){

/* MEDIA */

.container-media iframe{
  width: 345px;
  height: 315px;
  transition: 0.7s;
}

  .container-audio img{
  width: 345px;
  display: flex;
  align-items: center;
  transition: 0.7s;
}

.container-video video{
  width: 345px;
  border-radius: 15px;
  margin-top: 5px;
  transition: 0.7s;
}

@media screen and (max-width: 520px){

/* CONTENEDOR PRE-CONTACT FORM */

.contenedor_contacto img{
  width: 100px;
}


@media screen and (max-width: 414px){

/* h2 OVERWRITE HOME */

.contenedor_titulo h2{
  font-size: 2.6em;
}

.strong{
  font-size: 1.7em;
}

.contenedor_titulo h2::after{
  width: 250px;
}

/* PARALAX HOME */

.paralax{
  padding: 8vh;
  filter: grayscale(70%);
}

.paralax h2{
  font-size: 1.7em;
}


.paralax h2:nth-child(2){
  font-size: 2.2em;
}
