/* Color palette
#FCCE14
#daa520
#08BDBD
#049e9e
#3AB795
#f85a21
#FF7F11
*/
html {
    font-size: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}

body {
    background-color: #08BDBD; 
    line-height: initial;
}

p, li {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a {
    text-decoration: none;
}

/* Header */

header {
    padding: 5px;
    border-bottom: solid 1px #FCCE14;
    background-color: white;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
    z-index: 2;
    position: relative;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .logo {
    width: 130px;
    height: 80px;
    margin-left: 10px;
}

.logo .belaspatik-logo {
    width: 130px;
    height: 80px;
}

nav ul {
    padding: 0px;
    margin: 10px 0px;
}

.nav-bar a {
    color: #daa520;
    padding: 20px;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.nav-bar a:hover {
    color: #FCCE14;
}

nav ul li {
    display: inline-block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#portfolio {
    position: relative;
}

.portfolio-submenu {
    display: none;
    position: absolute;
    top: 20px;
    left: 5px;
    background-color: white;
    border: solid 0.1px #FCCE14;
    box-shadow: 0px 0px 3px 0px goldenrod;
    border-top: none;
    /*z-index: 3;*/
    z-index: 2;
}

.portfolio-submenu li {
    display: block;
    padding: 10px;
    background-color: #FF7F11;
}

.portfolio-submenu a {
    color: white;
    padding: 10px;
}

#portfolio:hover .portfolio-submenu {
    display: block;
}

.portfolio-submenu li:hover {
    background-color:#f85a21;
}

.portfolio-submenu li a:hover {
    color: white;
}

#facebook-logo {
    color: #08BDBD;
    font-size: 18px;
}

#facebook-logo:hover {
    color: #069c9c;
}

#instagram-logo {
    color: #FF7F11;
    font-size: 18px; 
}

#instagram-logo:hover {
    color: #f54403;
} 


/* Index.html */

.carousel-inner {
    position: relative;
    width: 100%;
    background-color: #08BDBD;
    /*z-index: 2*/
    z-index: 1;
}

.fotos {
    width: 90vw;
    margin: auto;
    border-left: double 5px #FCCE14;
    border-right: double 5px #FCCE14;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

.carousel-control-next, .carousel-control-prev {
    font-size: 60px;
}

#titulos {
    width: 100%;
    position: absolute;
    bottom: 3vh;
    margin: auto;
    text-align: center;
    /*z-index: 3;*/
    z-index: 2;
}

#titulos h1 {
    font-size: 11vw;
    font-family: 'Calistoga', cursive;
    color: white;
    text-shadow: 2px 2px 0 #daa520,
    2px -2px 0 #daa520,
    -2px 2px 0 #daa520,
    -2px -2px 0 #daa520,
    2px 0px 0 #daa520,
    0px 2px 0 #daa520,
    -2px 0px 0 #daa520,
    0px -2px 0 #daa520;
}

#titulos h2 {
    font-size: 4vw;
    margin: -5px;
    color: goldenrod;
    color: #08BDBD;
    text-shadow: 1px 1px 1px white; 
    font-family: 'Sofia', cursive; 
}

#titulos a i {
    font-size: 40px;
    color: white;
    padding: 5px;
    text-shadow: 1px 1px 0 #daa520,
    1px -1px 0 #daa520,
    -1px 1px 0 #daa520,
    -1px -1px 0 #daa520,
    1px 0px 0 #daa520,
    0px 1px 0 #daa520,
    -1px 0px 0 #daa520,
    0px -1px 0 #daa520;
}

#titulos a i:hover {
    color: #FCCE14;
}

#presentacion {
    /*background-image: url(../images/patron5.png);*/
    background-color: #049e9e;
    display: none;
    transition: display 5s;
    box-shadow: 1px 1px 8px black;
}

#presentacion .tarjeta {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 0.1px #FCCE14;
    margin: auto;
    width: 60%;
    background-color: #FCCE14;
    padding: 20px 40px;
    box-shadow: 1px 1px 8px black;
}

#presentacion .tarjeta a i {
    margin-top: 10px;
    font-size: 40px;
    color: white;
}

#presentacion:target {
    display: flex; 
}

.texto {
    margin: auto;
    padding: 20px 10px;
    text-align: center;
    background-color: #f85a21;
    border: solid 2px white;
    box-shadow: 0px 0px 5px #FCCE14;
    color: white;
    font-family: 'Delius Swash Caps', cursive;
}

.texto a {
    color: #FCCE14;
}

/*
#banner-carrousel {
    background-color: #08BDBD;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.fotos {
    width: 90vw;
    border-left: solid 0.1px #FCCE14;
    border-right: solid 0.1px #FCCE14;
}

.titulos {
    position: absolute;
    bottom: 5%;
    left: auto;
    text-align: center;
}

.titulos h1 {
    font-size: 115px;
    font-family: 'Patua One', cursive;
    color: white;
    text-shadow: 2px 2px 0 #daa520,
    2px -2px 0 #daa520,
    -2px 2px 0 #daa520,
    -2px -2px 0 #daa520,
    2px 0px 0 #daa520,
    0px 2px 0 #daa520,
    -2px 0px 0 #daa520,
    0px -2px 0 #daa520;
}

.titulos h2 {
    font-size: 45px;
    margin: -5px;
    color: goldenrod;
    color: #08BDBD;
    text-shadow: 1px 1px 1px white; 
    font-family: 'Sofia', cursive; 
}

.titulos a i {
    font-size: 40px;
    color: white;
    padding: 5px;
    text-shadow: 1px 1px 0 #daa520,
    1px -1px 0 #daa520,
    -1px 1px 0 #daa520,
    -1px -1px 0 #daa520,
    1px 0px 0 #daa520,
    0px 1px 0 #daa520,
    -1px 0px 0 #daa520,
    0px -1px 0 #daa520;
}

.titulos a i:hover {
    color: #FCCE14;
}

#presentacion {
    background-color: #049e9e;
    display: none;
    transition: display 5s;
}

#presentacion .tarjeta {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 0.1px #FCCE14;
    margin: auto;
    width: 60%;
    background-color: #FCCE14;
    padding: 20px 40px;
}

#presentacion .tarjeta a i {
    margin-top: 10px;
    font-size: 40px;
    color: white;
}

#presentacion:target {
    display: flex; 
}

.texto {
    margin: auto;
    padding: 20px 10px;
    text-align: center;
    background-color: #f85a21;
    border: solid 2px white;
    box-shadow: 0px 0px 5px #FCCE14;
    color: white;
    font-family: 'Delius Swash Caps', cursive;
}

.texto a {
    color: #FCCE14;
}
/*
#presentacion {
    display: none;
    margin: auto;
    width: 60%;
    background-color: #FCCE14;
    padding: 20px 40px;
}

#presentacion a i {
    margin-top: 10px;
    font-size: 40px;
    color: white;
}
 
#presentacion:target {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 0.1px #FCCE14;
}

.texto {
    margin: auto;
    padding: 20px 10px;
    text-align: center;
    background-color: #f85a21;
    border: solid 2px white;
    box-shadow: 0px 0px 5px #FCCE14;
    color: white;
    font-family: 'Delius Swash Caps', cursive;
}

.texto a {
    color: #FCCE14;
}

*/


/* Perfil.html */

#area-perfil {
    width: 100%;
    /*width: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#area-perfil h2 {
    width: 95%;
    /*width: 90%;*/
    margin: 30px 0px;
    color: white;
    padding: 20px;
    background-color: #f85a21;
    border: solid 2px white;
    border-left: none;
    font-size: 26px;
    text-align: left;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

.contenedor-flex {
    display: flex;
    width: 93%;
    /*width: 80%;*/
    min-height: 300px;
    padding: 20px;
    /*margin: 0px 10px;*/
    margin-left: 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 1px 5px #f85a21;
    background-image: url(../images/patron4.png);
}

.contenedor-flex .foto-perfil, .contenedor-flex .info-perfil {
    width: 50%;
}

.contenedor-flex .foto-perfil {
    background-image: url(../images/foto-perfil.jpg);
    background-size: cover;
    width: 30%;
    border-radius: 30px;
    box-shadow: 1px 1px 5px silver;
    border: solid 2px #08BDBD;
}

.contenedor-flex .info-perfil {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin-left: 20px;
}

.contenedor-flex .info-perfil .bloque-1 h3 {
    font-size: 22px;
    padding: 5px;
    background-color: #FCCE14;
    border-radius: 0px 50px 50px 0px;
    box-shadow: 1px 1px 5px silver;
    border: solid 2px #08BDBD;
    border-left: none;
}

.contenedor-flex .info-perfil .bloque-1 {
    width: 50%;
    border-left: solid 2px #f85a21; 
}

.contenedor-flex .info-perfil .bloque-1 p {
    padding: 10px;
    line-height: 25px;
    text-align: justify;
    background-color: white;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 0px 1px goldenrod;
}

#biografia .strong {
    font-weight: 600;
}

.contenedor-flex .info-perfil .bloque-2 {
    width: 25%;
    background-color: white;
    border-radius: 50px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    box-shadow: 0px 0px 1px goldenrod;
}

.contenedor-flex .info-perfil .bloque-2 h3 {
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding: 5px;
    border-radius: 60px;
    margin-bottom: 5px;
    background-color: #FCCE14;
    box-shadow: 1px 1px 5px silver;
    border: solid 2px #08BDBD;
}

.contenedor-flex .info-perfil .bloque-2 ul {
    margin-top: 5px;
}

.contenedor-flex .info-perfil .bloque-2 li {
    padding: 5px 0px;
}

.contenedor-flex .info-perfil .bloque-2 input {
    padding: 10px 25px;
    margin: 15px 0px;
    color: white;
    background-color: #08BDBD;
    border: dashed 1.5px #06a7a7;
    border-style: outset;
    border-radius: 5px;
    transition: background-color 0.5s;
}

.contenedor-flex .info-perfil .bloque-2 input:hover {
    background-color: #049494;
    border: solid 2px #08BDBD;
    border-style: outset;
}

#area-reel .banner-reverse {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}

#area-reel .banner-reverse h2 {
    margin: 30px 0px;
    width: 95%;
    color: white;
    padding: 20px;
    font-size: 26px;
    background-color: #f85a21;
    border: solid 2px white;
    border-right: none;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

#area-reel .contenedor-flex-2 {
    display: flex;
    justify-content: center;
    width: 85%;
    margin: 0px auto;
    margin-bottom: 30px;
}

#area-reel .contenedor-flex-2 iframe {
    width: 560px;
    height: 315px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #f85a21;
    border: solid 2px #08BDBD;
    background-image: url(../images/patron4.png); 
}

#area-reel .contenedor-flex-2 .hipervinculos {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 30px;
    font-size: 50px;
    background-color: #FCCE14;
    border-radius: 30px;
    box-shadow: 1px 1px 5px #f85a21;
    border: solid 2px #08BDBD;
}

#area-reel .contenedor-flex-2 .hipervinculos #youtube-logo {
    color: red;
    padding: 5px 10px;
    background-color: white;
    border: solid 2px #08BDBD;
    border-right: none;
    border-left: none;
    transition: color 0.5s, background-color 0.5s;
}

#area-reel .contenedor-flex-2 .hipervinculos #youtube-logo:hover {
    color: white;
    background-color: red;
}

#area-reel .contenedor-flex-2 .hipervinculos #contacto-logo {
    color: #08BDBD;
    padding: 5px 10px;
    background-color: white;
    border: solid 2px #f85a21;
    border-right: none;
    border-left: none;
    transition: color 0.5s, background-color 0.5s;
}

#area-reel .contenedor-flex-2 .hipervinculos #contacto-logo:hover {
    color: white;
    background-color: #08BDBD;
}

/* Portfolio.com */

#menu {
    height: 116vh;
    position: relative;
    display: flex;
    align-items: center;
}

.franja {
    width: 100%;
    height: 300px;
    background-color: #FCCE14;
    border-top: solid 3px white;
    border-bottom: solid 3px white;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

.contenedor-flotante {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#menu-galeria {
    width: 64%;
    margin: 50px auto;
    display: flex;
    overflow: hidden;
    box-shadow: 1px 1px 5px silver;
    border: solid 3px white;
    background-color: black;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

#menu-galeria li {
    position: relative;
    width: 50%;
    height: 100vh;
    border-left: 1px solid white;
    border-right: 3px solid white;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    box-shadow: -2px 0 10px 2px;
    background-color: #f85a21;
}

#menu-galeria li:first-child {
    border: none;
    border-right: solid 3px white;
}

#menu-galeria li:first-child img {
    border-right: solid 3px white;
}

#menu-galeria li span {
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    width: 80%;
    font-size: 22px;
    color: white;
    text-align: center;
    white-space: nowrap;
    padding: 20px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}


#menu-galeria span i {
    font-size: 25px;
    color: red;
}

#menu-galeria img {
    height: 100vh;
}

#menu-galeria:hover li {
    width: 25%;  
}

#menu-galeria li:hover {
    width: 70%;
}

/* Portfolio-actuacion.html */

#galeria-actuacion {
    /*margin-bottom: 30px;*/
    width: 100%;
    display: flex;
    /*flex-direction: column;
    align-items: center;
    text-align: center;*/
}

#galeria-actuacion h2 {
    /*width: 97%;*/
    width: 30%;
    margin: 30px auto;
    /*width: 90%;*/
    color: white;
    padding: 20px;
    background-color: #f85a21;
    border: solid 2px white;
    border-left: none;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

.galeria-grid {
    padding: 30px;
    margin: auto 30px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    row-gap: 20px;
    column-gap: 20px;
    border-left: double 20px #FCCE14;
    border-right: double 20px #FCCE14;
    /*background-color: rgba(250, 250, 250, 0.4);*/
    box-shadow: 1px 1px 15px rgb(160, 158, 158);
}

.galeria-grid li {
    display: flex;
    /*background-color: rgba(250, 250, 250, 0.4);*/
    transition: transform 0.5s;
}

.galeria-grid li img {
    width: 100%;
    opacity: 0.9;
    border: solid 4px white;
    transition: opacity 0.5s;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

.galeria-grid li:hover img {
    border: dashed 4px white;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.lb-dataContainer {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* VERSIÓN FLEXBOX
#galeria-actuacion {
    margin-bottom: 30px;
    width: 95%;
}

#galeria-actuacion h2 {
    width: 100%;
    margin: 30px 0px;
    color: white;
    padding: 20px;
    background-color: #f85a21;
    border: solid 2px white;
    border-left: none;
}

.galeria-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px;
    border-left: double 20px #FCCE14;
    border-right: double 20px #FCCE14;
}

.galeria-flex li {
    width: 30%;
    margin: 10px;
    border: dashed 5px white;
    transition: transform 0.5s;
}

.galeria-flex img {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    transition: opacity 0.5s;
}

.galeria-flex li:hover {
    transform: scale(1.5);
    border: double 5px white;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.galeria-flex li:hover img {
    opacity: 1;
}
*/

/* --- Portfolio-modelaje.html --- */

#galeria-modelaje {
    /*margin-bottom: 30px;*/
    width: 100%;
    display: flex;
}

#galeria-modelaje h2 {
    margin: 30px auto;
    /*width: 90%;*/
    color: white;
    padding: 20px;
    background-color: #f85a21;
    border: solid 2px white;
    border-left: none;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

#galeria-modelaje .galeria-grid {
    margin: auto 30px;
    padding: 30px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    /*align-items: center;*/
    border-left: double 20px #FCCE14;
    border-right: double 20px #FCCE14;
    box-shadow: 1px 1px 15px rgb(160, 158, 158);
}

#photo-17 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
}

#photo-18 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 6;
}

.color-box {
    background-color: #049e9e;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(160, 158, 158);
}

/* --- Trabajos.html --- */

.trabajos h2 {
    margin: 30px 0px;
    color: white;
    padding: 20px;
    background-color: #f85a21;
    border: solid 2px white;
    border-left: none;
    font-size: 26px;
    box-shadow: 1px 1px 10px rgb(160, 158, 158); 
}

.trabajos .caja-flex {
    display: flex;
    align-items: center;
    margin-left: 5px;
    background-color: #FCCE14;
}

.caja-flex a {
    margin: 20px;
}

.caja-flex img {
    width: 100%;
    border: solid 3px white;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

.caja-flex .listado {
    padding-left: 5px;
    background-color: #08BDBD;
    line-height: 1.4rem;
}
 
.caja-flex .listado li {
    background-color: white;
    margin: 5px 0px;
    padding: 10px;
    border-right: solid 3px #FCCE14;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}

.listado li:hover {
    border-right: solid 3px #f34c10;
}

.caja-flex .listado li:first-child, .caja-flex .listado li:last-child {
    margin: 0px;
}

.listado .naranja {
    color: #f34c10;
}

.listado .italic {
    font-style: italic;
    color: goldenrod;
    color: #049e9e;
}

.trabajos-teatrales {
    width: 95.5%;
}

.trabajos-audiovisuales .banner-reverse {
    display: flex;
    flex-direction: row-reverse;
    margin: 0px;
}

.trabajos-audiovisuales h2 {
    width: 95.5%;
    border-right: none;
    border-left: solid 2px white;
}

.trabajos-audiovisuales .caja-flex-1 {
    margin-left: 4.2%;
    margin-right: 8px;
    flex-direction: row-reverse;
}

/*.caja-flex-1 img {
    width: 35%;
    margin: 20px;
    border: solid 3px white;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
}*/

.caja-flex-1 .listado {
    padding-right: 5px;
    padding-left: 0px;
}

.caja-flex-1 .listado li {
    border-right: none;
    border-left: solid 3px #FCCE14;
}

.caja-flex-1 .listado li:hover {
    border-left: solid 3px #f34c10;
}

.contacto {
    margin: 30px 0px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 0px 5px rgb(131, 129, 129);
}

.contacto .icon {
    color: red;
}

.contacto .contacto-link {
    padding: 5px 10px;
    font-size: 25px;
    color: white;
}

.contacto .contacto-link:hover {
    background-color: #049e9e;
    border-left: solid 2px #049e9e;
    border-right: solid 2px #049e9e;
}

.contacto .contacto-link i {
    color: #FCCE14;

}

.contacto .contacto-link p {
    display: inline-block;
    margin-left: 3px;
}

/* --- Contacto.html --- */

#contacto {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/patron5.png);
    background-size: 500px;
    /*box-shadow: 1px 1px 10px rgb(160, 158, 158);*/
}

#contacto h2 {
    color: #f85a21;
}

#contacto img {
    width: 35vw;
    margin: 20px;
    border: solid 2px #FCCE14;
}

#contacto .caja {
    width: 50%;
    margin-left: 40px; 
}

.caja h2 {
    display: inline-block;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px goldenrod;
    margin-bottom: 15px;
}

.caja form input, textarea{
    width: 85%;
}

.caja form input {
    height: 35px;
    margin-bottom: 10px;
    border: solid 1px goldenrod;
    padding: 10px;
    background-color: #2EC4B6;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.caja form input::placeholder, textarea::placeholder {
    color: white;
}

textarea {
    margin-bottom: 10px;
    border: solid 1px goldenrod;
    background-color: #FCCE14;
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#enviar {
    width: 50%;
    border: none;
    background-color: #f85a21;
    color: white;
    border: solid 1px goldenrod;
}

/* footer */

footer {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    background-color: white;
    color: goldenrod;
    padding: 10px;
    border-top: double 0.1px #FCCE14;
    box-shadow: 1px 1px 10px rgb(160, 158, 158);
    position: relative;
    z-index: 1;
}

/* MOBILE BREAKPOINT */

@media screen and (max-width: 767px) {

    /* HEADER & FOOTER */

    header {
        padding: 5px 0px;
    }

    header nav {
        flex-direction: column;
        margin-bottom: -5px;
    }

    nav .logo {
        margin-left: -4px;
        margin-bottom: -5px;
    }
    .nav-bar {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    .nav-bar li {
        display: block;
        padding: 10px 0px;
        /*box-shadow: 0px 0px 2px silver;*/
        border-top: solid 1px rgba(192, 192, 192, 0.5);
    }

    .nav-bar li:nth-child(5) {
        border-bottom: solid 1px rgba(192, 192, 192, 0.5);
    }
    .nav-bar li:nth-child(6), .nav-bar li:last-child {
        display: inline-block;
        box-shadow: none;
        border: none;
        padding-left: 15px;
        text-align: center;
    }

    .nav-bar li a {
        padding: 0px;
    }

    .nav-bar li a i {
        margin-left: -7px;
    }

    #portfolio {
        padding-bottom: 0px;
    }

    .nav-bar .portfolio-submenu {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
        border: none;
        background-color: white;
        box-shadow: none;
    }

    .nav-bar .portfolio-submenu li:last-child {
        border-top: solid 1px rgba(252, 206, 20, 0.5);
        width: 100%;
        padding-left: 0px;
    }

    footer {
        border-bottom: solid 1px rgb(252, 206, 20);
    }

    /* INDEX.HTML */

    .carousel-control-next, .carousel-control-prev {
        font-size: 30px;
    }

    .fotos {
        padding: 10% 0%;
        width: 100vw;
        border: none;
    }

    #titulos {
        padding: 10% 0%;
        bottom: 15px;
    }

    #titulos h2 {
        font-size: 6vw;
    }

    #titulos a i {
        display: none;
        font-size: 20px;
        margin-top: 5px;
    }

    #presentacion {
        display: inline-block;
    }

    #presentacion .tarjeta {
        width: 100%;
        padding: 20px 0px;
    }

    #presentacion .tarjeta .texto {
        border-left: none;
        border-right: none;
    }

    #presentacion .tarjeta .texto p {
        margin: 0px;
    }

    #presentacion .tarjeta a i {
        display: none;
        font-size: 20px;
    }

    /* PERFIL.HTML */

    #area-perfil h2, #area-reel .banner-reverse h2 {
        margin: 20px 0px;
        padding: 15px;
        font-size: 22px;
    }

    #area-perfil .contenedor-flex {
        flex-direction: column;
        width: 90%;
        margin: auto;
    }

    #area-perfil .contenedor-flex .foto-perfil {
        width: 100%;
        height: 300px;
    }

    #area-perfil .contenedor-flex .info-perfil {
        flex-direction: column;
        width: 100%;
        margin: 0px;
    }

    #area-perfil .contenedor-flex .info-perfil .bloque-1, #area-perfil .contenedor-flex .info-perfil .bloque-2 {
        width: 100%;
        margin-top: 15px;
    }

    #area-perfil .contenedor-flex .info-perfil .bloque-1 {
        border: none;
    }

    .contenedor-flex .info-perfil .bloque-1 h3 {
        border-radius: 60px;
        border: solid 2px #08BDBD;
        text-align: center;
    }
    
    .contenedor-flex .info-perfil .bloque-1 p {
        border-radius: 20px 20px 20px 20px;
    }

    #area-perfil .contenedor-flex .info-perfil .bloque-2 {
        margin-left: 0px;
    }

    #area-reel .contenedor-flex-2 {
        flex-direction: column;
        width: 90%;
    }
    
    #area-reel .contenedor-flex-2 iframe {
        width: 100%;
        padding: 0px;
        border: solid 2px #049e9e;
        background-image: none;
    }
    
    #area-reel .contenedor-flex-2 .hipervinculos {
        flex-direction: row;
        margin-left: 0px;
        margin-top: 15px;
    }

    #area-reel .contenedor-flex-2 .hipervinculos #youtube-logo {
        border: solid 2px #08BDBD;
        border-top: none;
        border-bottom: none;
    }

    #area-reel .contenedor-flex-2 .hipervinculos #contacto-logo {
        border: solid 2px #f85a21;
        border-top: none;
        border-bottom: none;
    }

    /* PORTFOLIO.HTML */

    #menu {
        height: 146vh;
        margin: 50px 0px;
    }

    #menu .contenedor-flotante {
        height: auto;
    }

    .contenedor-flotante #menu-galeria {
        flex-direction: column;
        width: 85%;
        margin: 0px auto;
        border: solid 4px white;
        border-bottom: none;
        background-color: #f85a21;
    }

    #menu-galeria li {
        width: 100%;
        height: auto;
        box-shadow: none;
        background-color: white;
    }

    #menu-galeria li, #menu-galeria li:first-child, #menu-galeria li:first-child img  {
        border: none;
    }

    #menu-galeria li:last-child {
        border-top: solid 4px white;
        margin-top: 55px;
    }
    #menu-galeria img {
        width: 100%;
        height: auto;
    }

    #menu-galeria:hover li, #menu-galeria li:hover {
        width: 100%;  
    }

    /* PORTFOLIO-ACTUACION.HTML & PORTFOLIO-MODELAJE.HTML */

    #galeria-actuacion, #galeria-modelaje {
        flex-direction: column;
    }

    #galeria-actuacion h2, #galeria-modelaje h2 {
        width: 95%;
        margin: 20px 0px;
        margin-bottom: 0px;
        padding: 15px;
        font-size: 22px;
    }
    
    #galeria-actuacion .galeria-grid, #galeria-modelaje .galeria-grid {
        width: 95%;
        margin: auto;
        padding: 15px 10px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        border-left: double 13px #FCCE14;
        border-right: none;
        box-shadow: none;
    }

    .galeria-grid li img {
        border: dashed 3px white
    }

    #galeria-modelaje .galeria-grid #photo-17 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 18;
        grid-row-end: 19;
    }

    #galeria-modelaje .galeria-grid #photo-18 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 19;
        grid-row-end: 20;
    }

    /* TRABAJOS.HTML */

    .trabajos h2 {
        width: 100%;
        margin: 20px 0px;
        padding: 15px;
        font-size: 22px;
    }

    .trabajos-audiovisuales h2 {
        margin-left: 10px;
    }

    .trabajos .caja-flex {
        flex-direction: column;
        margin-left: 10px;
    }

    .caja-flex .listado, .caja-flex-1 .listado {
        padding: 0px;
    }

    .caja-flex a {
        width: 50%;
        margin: 10px;
    }

    /* CONTACTO.HTML */

    #contacto {
        flex-direction: column;
    }

    #contacto img {
        width: 75%;
    }

    #contacto .caja {
        margin: 0px;
        padding: 0px 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #contacto .caja form {
        width: 100%;
    }

    .caja form input, textarea {
        width: 100%;
    }

    #contacto .caja form .caja-flex {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}

/* TABLET BREAKPOINT */

@media screen and (min-width: 768px) and (max-width: 1023px) {

    /* HEADER */

    header .nav-bar a {
        padding: 15px;
    }

    .portfolio-submenu {
        left: 0px;
    }
    
    /* INDEX.HTML */

    .fotos {
        padding: 13% 0%;
        width: 100vw;
        border: none;
        border-bottom: solid 1px #049e9e;
    }

    #titulos {
        padding: 13% 0%;
    }

    #titulos h2 {
        font-size: 6vw;
    }

    #titulos a i {
        display: none;
        font-size: 20px;
        margin-top: 5px;
    }

    #presentacion {
        display: inline-block;
    }

    #presentacion .tarjeta {
        width: 75%;
        padding: 20px 20px;
    }

    #presentacion .tarjeta .texto {
        border-left: none;
        border-right: none;
    }

    #presentacion .tarjeta .texto p {
        margin: 0px;
    }

    #presentacion .tarjeta a i {
        display: none;
        font-size: 20px;
    }

    /* PERFIL.HTML */

    #area-perfil h2, #area-reel .banner-reverse h2 {
        margin: 20px 0px;
        padding: 15px;
        font-size: 22px;
    }

    #area-perfil .contenedor-flex {
        width: 90%;
        margin: auto;
    }

    #area-perfil .contenedor-flex .foto-perfil {
        background-position: center;
        width: 70%;
    }

    #area-perfil .contenedor-flex .info-perfil {
        flex-direction: column;
        width: 100%;
        margin-left: 20px;
    }

    #area-perfil .contenedor-flex .info-perfil .bloque-1 {
        width: 100%;
        border: none;
    }

    .contenedor-flex .info-perfil .bloque-1 h3 {
        border-radius: 60px;
        border: solid 2px #08BDBD;
        text-align: center;
    }
    
    .contenedor-flex .info-perfil .bloque-1 p {
        border-radius: 20px 20px 20px 20px;
    }

    #area-perfil .contenedor-flex .info-perfil .bloque-2 {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }

    #area-reel .contenedor-flex-2 {
        width: 90%;
    }
    
    #area-reel .contenedor-flex-2 iframe {
        padding: 15px;
        border: solid 2px #049e9e;
    }

    /* PORTFOLIO.HTML */

    #menu {
        height: 190vh;
        margin: 50px 0px;
    }

    #menu .contenedor-flotante {
        height: auto;
    }

    .contenedor-flotante #menu-galeria {
        flex-direction: column;
        width: 85%;
        margin: 0px auto;
        border: solid 4px white;
        border-bottom: none;
        background-color: #f85a21;
    }

    #menu-galeria li {
        width: 100%;
        height: auto;
        box-shadow: none;
        background-color: white;
    }

    #menu-galeria li, #menu-galeria li:first-child, #menu-galeria li:first-child img  {
        border: none;
    }

    #menu-galeria li:last-child {
        border-top: solid 4px white;
        margin-top: 55px;
    }
    #menu-galeria img {
        width: 100%;
        height: auto;
    }

    #menu-galeria:hover li, #menu-galeria li:hover {
        width: 100%;  
    }

    #menu-galeria li span {
        font-size: 35px;
    }

    /* PORTFOLIO-ACTUACION.HTML & PORTFOLIO-MODELAJE.HTML */

    #galeria-actuacion, #galeria-modelaje {
        flex-direction: column;
    }

    #galeria-actuacion h2, #galeria-modelaje h2 {
        width: 95%;
        margin: 20px 0px;
        margin-bottom: 0px;
        padding: 15px;
        font-size: 22px;
    }
    
    #galeria-actuacion .galeria-grid, #galeria-modelaje .galeria-grid {
        width: 95%;
        margin-left: 10px;
        padding: 15px 10px;
        grid-template-columns: repeat(2, 1fr);
        border-left: double 13px #FCCE14;
        border-right: none;
        box-shadow: none;
    }

    .galeria-grid li img {
        border: dashed 3px white
    }

    #galeria-modelaje .galeria-grid #photo-17 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 9;
        grid-row-end: 10;
    }

    #galeria-modelaje .galeria-grid #photo-18 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 9;
        grid-row-end: 10;
    }

    /* TRABAJOS.HTML */

    .trabajos h2 {
        width: 100%;
        margin: 20px 0px;
        padding: 15px;
        font-size: 22px;
    }

    .trabajos-audiovisuales h2 {
        margin-left: 10px;
    }

    .trabajos .caja-flex {
        flex-direction: column;
        margin-left: 10px;
    }

    .caja-flex .listado, .caja-flex-1 .listado {
        padding: 0px;
    }

    .caja-flex a {
        width: 50%;
        margin: 10px;
    }

    /* CONTACTO.HTML */

    #contacto {
        flex-direction: column;
    }

    #contacto img {
        width: 60%;
    }

    #contacto .caja {
        margin: 0px;
        padding: 0px 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #contacto .caja form {
        width: 80%;
    }

    .caja form input, textarea {
        width: 100%;
    }

    #contacto .caja form .caja-flex {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}

/* LANDSCAPE TABLET */ 

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

    /* INDEX.HTML */

    .fotos {
        width: 94.5%;
    }
    
    /* PERFIL.HTML */

    .contenedor-flex .info-perfil {
        justify-content: space-between;
        margin-left: 25px;
    }

    .contenedor-flex .info-perfil .bloque-1 {
        width: 65%;
    }

    .contenedor-flex .info-perfil .bloque-2 {
        
        width: 35%;
    }

    /* PORTFOLIO */

    #menu-galeria {
        width: 75%;
    }

    #menu-galeria li {
        background-color: black;
    }

    #menu-galeria li:nth-child(2) img  {
        border-left: solid 0.1px white;
    }

    /* PORTFOLIO-ACTUACION.HTML & PORTFOLIO-MODELAJE.HTML */

    #galeria-actuacion .galeria-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #galeria-modelaje .galeria-grid {
        grid-template-columns: repeat(3, 1fr);
    } 

    #galeria-modelaje .galeria-grid #photo-17 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 6;
        grid-row-end: 7;
    }

    #galeria-modelaje .galeria-grid #photo-18 {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 6;
        grid-row-end: 7;
    }

    /* CONTACTO.HTML */

    #contacto {
        padding: 3% 0%;
    }
}