html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video  {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}
html{
    scroll-behavior:smooth;
    color:rgba(4,22,22,0.8);
    user-select:none;
    background-color: #333;
    overflow: auto;
    font-family: 'Kufam', sans-serif;
}

section{
    box-sizing:border-box;
    min-height:100vh;
    position:relative;
    overflow:hidden;
}
@media (max-height: 500px){
    section{
        height:500px
    }
}
@media (max-width: 600px){
    .splits{display:table
    }
}
.nowrap{
    white-space:nowrap
}
@media (min-width: 600px){
    .nowrap--nonpocket{
        white-space:nowrap
    }
}
.intro{
    background-color:#0e0e0e;
    text-align: center;
    z-index: 2;
}
.logo{
    margin-top: 20vh;
}
.logo_volver{
    width: 4.5rem;
    height: 4.5rem;
    opacity: 1;
    z-index: 1;
    position:fixed;
    bottom:0;right:0;
    overflow:hidden
}
/* sección de proyectos */
.proyectos {
    background-color:#ccc;
    background-image: url(img/bg_proyecto.png);
    background-position: left -20px top +3vh;
    background-repeat: no-repeat;
    
}
.etiquetas{
    width: 13em;
    padding: 23em 3em 3em 3em;
/*    background-color: rgba(250,250,250,0.5);*/
    list-style: none;
    float: left;
    display: block;
}
.etiquetas ul{
   list-style: none;   
}
.etiquetas a{
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: .3em 1em .3em 1em;
    border-bottom: #999 1px solid;
}
.etiquetas a{
    color: #666;
}
.etiquetas a:hover{
    color: #2da5a5;
    background-color: #eee;
}
.etiquetas a.current{
    color: #2da5a5;
    font-weight: bold;
}
.etiquetas a img{
    margin-bottom: -.2em;
    filter: grayscale(100%);
    
}
.etiquetas a.current img{
    filter: grayscale(0%)
}

.galeria {
    padding: 2vw;
    margin-left: 20em;
    /*max-width: 65vw;*/
    /*background-color: rgba(0,250,250,0.5);*/
    /*float: left;*/
}
.galeria li{
    width: 156px;
    padding: 5px;
    margin: 0.5vw;
    list-style: none;
    display: block;
    border: 1px solid #ccc;
    
}
.galeria li:hover{
    background-color: #fff;
    border: 1px solid #aaa;
}
.galeria li p a{
    text-align: left;
    margin: 0px 0 0 5px;
    padding: 0px 0 0 0;
    color: #333;
    font-weight: 600;
}
.galeria li p a img{
    filter: grayscale(100%)
}
.galeria li a{
    text-align: right
}

.galeria li a span{
    filter: grayscale(100%) opacity(50%) brightness(200%);
    position: relative;
    top: -228px;
    left: 15px;
   /* z-index: 1;*/
    float: left;
    margin: 0 0 -14px 0;
    padding: 0;
    /*display: inline-block;*/
}


.visor{
    width:100vw;
    min-height:100vh;
    /*background-color: rgba(15,15,15,0.8);*/
    z-index:3;
    position:fixed;
    left:0;
    top:0;
    overflow:hidden;
    display: none;
    text-align: center;
}
.cerrar{
    width: 2rem;
    height: 2rem;
    background-color: rgba(0,250,250,0.5);
    border-radius: 5em;
    opacity: 1;
    z-index: 4;
    position:fixed;
    top:1vw;
    right:1vw;
    overflow:hidden;
    display: none;
    text-align: center;
}
.cerrar a{
    color: #fff;
    padding-top: 0.1rem;
    font-size: 1.5rem;
    display: block;
    text-decoration: none;
}
.cerrar a:hover{
    background-color: #f00;
}
.proyector {
    background-color: #eee; 
    width: 80vw; 
    margin: auto; 
    padding: 0;
    text-align:center;
    
}
.proyector h1{
    background-color: #0e0e0e;
    color: #fff;
    font-size: calc(1rem + 2vw);
    display: block;
    padding: 1em 1em .2em 1em;
    margin: 0;
    text-align: left;
}
.proyector h2,{
    display: block;
    padding: 1em;
    margin: 1em;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}

.parte, .parte_cont{
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}
.parte img{
    padding: 5rem;
    width: 100%;
    height:auto;
    object-fit:cover;
    object-position:center center
}
.parte_cont img{
    padding: 0;
    margin: 0;
    width: 100%;
    height:auto;
    object-fit:cover;
    object-position:center center
}
@supports(object-fit: cover){
    .parte img, .parte_cont img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}
.parte p, .parte_cont p{
    display: block;
    padding: 1em;
    margin: 0;
    font-size: 1em;
}
.fondo_blanco{
    background-color: #fff;
    color: #333;
}
.fondo_negro{
    background-color: #000;
    color: #eee;
}
.fondo_claro{
    background-color: #eee;
    color: #333;
}
.fondo_oscuro{
    background-color: #333;
    color: #eee;
}
.fondo_medio{
    background-color: #999;
    color: #fff;
}

/* fin de proyectos */

/* sección de quién soy */
.quiensoy {
    background-color:#ffc300;
    background-image: url(img/bg_quiensoy.png);
    background-position: right -20px top +3vh;
    background-repeat: no-repeat;
}

.descripcion_qs{
    max-width: 26em;
    min-height:70vh;
    padding-left: calc(3em + 28vw);
    padding-top: 330px;
    padding-right: 3vw;
    background-image: url(../img/arbol.png);
    background-position: left -20px top +3vh;
    background-repeat: no-repeat;
    color: #0e0e0e;
}
.descripcion_qs p{
    background-color: rgba(255,195,0,0.5)
}

/* fin de quién soy */

/* sección de contacto */
.contacto {
    background-color: #333;
    color: #eee;
    background-image: url(img/bg_contacto.png);
    background-position: left -20px top +3vh;
    background-repeat: no-repeat;
}
.contactar {
    width: 55vw;
    min-height:75vh;
    padding-left: calc(6em + 25vw);
    padding-top: 15vh;
    padding-right: 5vw;
    color: #e8214f;
}
p {
    font-family: 'Kufam', sans-serif;
    font-size: calc(1em + 0.5vw);
    margin-top: .2rem;
    margin-bottom: .3rem
}
p strong{
    font-weight: 600;
}

/* formulario */
.formulario {
    background-color: rgba(52,52,52,0.5);
    border-radius: 1rem;
    color: #e8214f;
    font-family: 'Kufam', sans-serif;
    overflow: hidden;
}
form p {
    text-indent: 1em;
}
form {
   color: #e8214f;
}
input, textarea {
    font-family: 'Kufam', cursive;
    font-size: 1em;
    padding: .5em;
    color: #333;
    background-color: #ccc;
   /* border-color: #e8214f;*/
    border-style: none;
    border-radius: 1em;
    
}
.input:active, .input:focus, .input:hover, .input:focus-within{
    background-color: #eee;
    outline:none
}

.boton {
    color:#eee;
    background-color: #e8214f;
    padding: 0.5em 1em 0.5em 1em;
    outline:none
}
.boton:hover{
    background-color: #000;
    cursor:pointer;
}
.boton:focus{
    background-color: #e8214f;
    color:#0e0e0e;
}
.enviado {
    padding-top: 15vh;
}
.enviado p{
    color: #ccc;
}

/* fin de formulario */
/* fin de contacto */

/* menú */

menu{
    padding-top: 2vh;
    padding-bottom: 1.8vh;
    box-sizing: border-box;
    background-color: #000;
    text-align: center;
    font-weight: bold;
}
menu .selecto{
    padding: 1vh;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    color: #000;
}
menu a{
    padding: 1vh;
    text-decoration: none;
    border-bottom: 10px;
    border-bottom-color: #000;
}
menu a:hover{
    color:#eee;
}

.proyectos menu .selecto{
    background-color: #ccc;
    color: #000;
    border-bottom-color: #2da5a5;
}
.proyectos menu a{
    color: #2da5a5;
}
.proyectos menu a:hover {
    color: #eee;
    border-bottom-style: solid;
    border-bottom-color: #2da5a5;
    border-bottom-width: 10px;
}
.quiensoy menu .selecto{
    background-color: #ffc300;
    color: #000;
    border-bottom-color: #fff212;
}
.quiensoy menu a{
    color: #ffc300;
}
.quiensoy menu a:hover{
    color: #eee;
    border-bottom-style: solid;
    border-bottom-color: #fff212;
    border-bottom-width: 10px;
}
.contacto menu .selecto{
    color: #999;
    background-color: #333;
    border-bottom-color: #e8214f;
}
.contacto menu a{
    color: #e8214f;
}
.contacto menu a:hover{
    color: #eee;
    border-bottom-style: solid;
    border-bottom-color: #e8214f;
    border-bottom-width: 10px;
}
/* fin menu */

footer {
    padding-top: 10vh;
    padding-bottom: 3vh;
    text-align: center;
    background-color: #0e0e0e;
    color: #999;
    font-size: .6rem;
}
footer a{
    color: #2da5a5;
    text-decoration: none;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}
footer menu{
    margin-top: 3vh;
    background-color: transparent;
    font-size: 1.2rem;
}
footer menu a:hover{
    text-decoration: none;
}


/* links  prueba*/
.value__link{
    display:inline-block;
    position:relative;
    white-space:nowrap;
    text-decoration:none;
    transition:all .1s ease-in
}
.value__link::after{
    content:"";
    display:block;
    position:absolute;
    bottom:2px;
    height:3px;
    width:100%;
    background-color:#0cc;
    transition:all 0.2s cubic-bezier(0.4, 0, 0.5, 1.5);
    z-index:-1
}
.value__link:hover{
    color:#fff
}
.value__link:hover::after{
    width:100%;
    opacity:1;
    height:2em;
    bottom:-3px}
.value--diagram{
    display:block;
    width:95vw;
    max-width:800px;
    margin:3rem auto
}
@media (min-width: 1200px){
    .value--diagram{
        margin:6rem auto
    }
}
.value__link--strategy{
    color:#bd7800
}.value__link--strategy::after{
    background-color:#f4cc85
}
.value__link--experience{
    color:#008585
}
.value__link--experience::after{
    background-color:#00e6e6
}
.value__link--visual{
    color:#c030ad
}
.value__link--visual::after{
    background-color:#f986e9
}
