/*
Theme Name: scriptorium
Theme URI: http://scriptoriumyayan.com
Description: Portfolio web de Francisco Gutiérrez.
Version: 1
Author: Adolfo
Author URI: http://maximoestudio.com
Tags: caligrafía, iluminación, ilustración, fondo negro, capital romana, brush calligraphy
*/

body {
    background-color: black;
}

html {
    font-size: 1em;
}


/* HEADER */

.cabecera {
    min-height: 10vh;
    border-bottom: 1px solid rgb(67, 67, 67);
    background-color: rgb(22, 22, 22);
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
}

header {
    border-right: 1px solid rgb(67, 67, 67);
    border-left: 1px solid rgb(67, 67, 67);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex: 1;
    padding: 0 3% 0 3%;
}

#fixed_header {
    margin-top: -10vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    transition: all .4s ease;
    border-bottom: 1px solid rgb(67, 67, 67);
}

.icon_hamburguer i {
    display: none;
    color: white;
    padding-left: 3%;
}

.icon_hamburguer a {
    text-decoration: none;
}

.icon_cross i {
    display: none;
    color: white;
    padding-left: 3%;
}

.icon_cross a {
    text-decoration: none;
}

.logo {
    flex: 1;
}

.logo h1 {
    font-family: 'RequiemText-HTF-SmallCaps', Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    padding-top: 18px;
}

.logo h1 span {
    font-variant: small-caps;
}

.logo a {
    text-decoration: none;
    color: white;
}

header .menu {
    display: flex;
}

.menu_tablet {
    display: none;
}

.menu_mobile {
    display: none;
}

nav.menu_principal {
    padding-right: 30px;
}

.menu_principal ul {
    display: flex;
    max-width: 380px;
    justify-content: flex-end;
    padding-top: 16px;
}

.menu_principal ul li {
    padding-left: 1.375rem;
}

.menu_principal ul li a {
    text-decoration: none;
    color: rgb(141, 141, 141);
    text-transform: uppercase;
    font-family: 'RequiemText-Roman', Georgia, 'Times New Roman', Times, serif;
    font-size: 0.8125rem;
}

.menu_principal ul li a:hover {
    color: white;
    transition: 0.1s color ease-in-out;
}

.menu_principal ul li.current_page_item a {
    color: white;
}

.separador {
    height: 50px;
    border-left: 1px solid rgb(67, 67, 67);
}

.domestika {
    padding-left: 30px;
    padding-top: 15px;
    text-align: right;
}

.domestika a {
    text-decoration: none;
}

.domestika a span:first-child {
    font-family: 'RequiemText-Roman', Georgia, 'Times New Roman', Times, serif;
    color: rgb(252, 30, 0);
    font-size: 0.875rem;
    text-decoration: underline;
}

.domestika a span:last-child {
    text-decoration: none;
    font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    color: white;
    font-weight: normal;
    font-size: 0.625rem;
}

.icon_buy {
    align-self: center;
}

.icon_buy i {
    color: rgb(252, 30, 0);
    width: 60px;
    text-align: center;
    font-size: 1.25rem;
}

nav.menu_idiomas {
    display: block;
    float: right;
    min-width: 60px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding-top: 10vh;
}

nav.menu_idiomas li {
    list-style: none;
    padding-bottom: 40px;
}

nav.menu_idiomas li a {
    font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: rgb(141, 141, 141);
    text-decoration: none;
}

nav.menu_idiomas li a:hover {
    color: white;
    transition: 0.1s color ease-in-out;
}

nav.menu_idiomas li.current-lang a {
    color: white;
}

.column_der {
    /* border-bottom: 1px solid  rgb(67, 67, 67); */
    /* min-height: 90vh; */
    float: right;
    min-width: 60px;
}

.column_izq {
    width: 60px;
    height: 90vh;
    float: left;
    display: flex;
    border-bottom: 1px solid rgb(67, 67, 67);
}

.buttomDownup {
    text-decoration: none;
    min-width: 60px;
    height: 60px;
    background-color: rgb(252, 30, 0);
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
}

.buttomDownup i {
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

.buttomUp {
    align-self: flex-end;
}


/* botones */

.bottoms {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 120px;
}

a.bottom {
    width: 145px;
    height: 45px;
    font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(141, 141, 141);
    font-size: 0.9375rem;
    text-decoration: none;
    background-color: rgb(37, 37, 37);
    text-align: center;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.bottom:hover {
    background-color: rgba(37, 37, 37, .7);
    color: rgba(141, 141, 141, .7);
}

.bottom-izq {
    padding-right: 12px;
}

.bottom-der {
    padding-left: 12px;
}

.bottom-cursos {
    margin-top: 50px;
}


/* FOOTER */

.footer_contenedor {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

footer {
    height: 10vh;
    border-right: 1px solid rgb(67, 67, 67);
    border-left: 1px solid rgb(67, 67, 67);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
}

.menu-redes-container ul {
    width: 80px;
    display: flex;
    justify-content: space-between;
}

.buttomRedes {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(67, 67, 67);
    display: flex;
    justify-content: center;
}

.buttomRedes_insta {
    background-image: url(img/instagram.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.buttomRedes_face {
    background-image: url(img/facebook.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.hideText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.politicas {
    font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.politicas a {
    text-decoration: none;
    color: white;
}

.politicas span {
    color: rgb(252, 30, 0);
    padding-left: 3px;
    padding-right: 3px;
}


/* Separador */

.politicas-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.politicas ul li {
    display: inline-block;
    padding: 0 6px 0 0;
}

.politicas ul li:before {
    content: "|";
    display: inline-block;
    margin-right: 8px;
    color: rgb(252, 30, 0);
}

.politicas ul li:first-child:before,
.politicas .children li:before {
    content: "";
    display: none;
}


/* CUERPO */

.border_main {
    /* border-bottom: 1px solid  rgb(67, 67, 67); */
    display: flex;
    margin-left: 60px;
}

.border_section {
    border-right: 1px solid rgb(67, 67, 67);
    border-left: 1px solid rgb(67, 67, 67);
    border-bottom: 1px solid rgb(67, 67, 67);
    flex-grow: 1;
}

.margen_izq {
    /* padding-left: 60px;    */
}

.margen_der {
    padding-right: 60px;
}


/* MEDIA QUERIES */


/* Ipads (portrait) */

@media only screen and (max-width: 1024px) {
    .cabecera {
        height: 7vh;
    }
    header {
        align-items: center;
    }
    .icon_hamburguer {
        width: 100px;
    }
    .icon_hamburguer i {
        display: flex;
    }
    .icon_cross i {
        width: 100px;
    }
    .menu_principal {
        display: none;
    }
    .logo {
        text-align: center;
        flex-grow: 1;
    }
    .logo h1 {
        padding-top: 0;
    }
    .domestika {
        padding-top: 0;
        padding-left: 0;
        width: 100px;
    }
    .separador {
        display: none;
    }
    .column_der {
        display: none;
    }
    .buttomDown {
        display: none;
    }
    .buttomUp {
        display: none;
    }
    .icon_buy {
        display: none;
    }
    nav.menu_idiomas {
        display: none;
    }
    .margen_der,
    .margen_izq {
        padding-right: 2%;
        padding-left: 2%;
    }
    .section01.border_section {
        margin-left: 2%;
        margin-right: 2%;
    }
    .cabecera {
        padding-left: 2%;
        padding-right: 2%;
    }
    /* Menú responsive */
    .menu_tablet {
        display: block;
        position: fixed;
        left: 0;
        width: 100%;
        background-color: rgb(22, 22, 22);
        height: 100vh;
        z-index: 1;
        top: -100%;
        padding-top: 10vh;
    }
    nav.menu_principal_responsive ul li a {
        font-size: 40px;
        text-transform: uppercase;
        color: rgb(141, 141, 141);
        text-align: center;
        font-family: 'RequiemText-Roman', Georgia, 'Times New Roman', Times, serif;
        text-decoration: none;
    }
    nav.menu_principal_responsive ul li a:hover {
        color: white;
        transition: 0.1s color ease-in-out;
    }
    nav.menu_principal_responsive ul li {
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    nav.menu_principal_responsive {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    a.close_nav_responsive {
        font-size: 14px;
        margin-top: 40px;
        font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
        font-weight: 400;
        color: rgb(141, 141, 141);
        text-align: center;
        text-decoration: none;
        align-self: center;
    }
    a.close_nav_responsive:hover {
        color: white;
        text-decoration: underline;
    }
    nav.menu_idiomas_responsive {
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
        margin-bottom: 40px;
        margin-top: 34px;
        border-bottom: 0.5px solid rgb(67, 67, 67);
    }
    nav.menu_idiomas_responsive li {
        list-style: none;
    }
    nav.menu_idiomas_responsive li a {
        font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: rgb(141, 141, 141);
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }
    nav.menu_idiomas_responsive li a:hover {
        color: white;
        transition: 0.1s color ease-in-out;
    }
    nav.menu_idiomas_responsive li:not(:last-child) {
        padding-right: 30px;
    }
    /* fin */
    /* CUERPO */
    .buttomDown {
        display: none;
    }
    .border_main {
        margin-left: 0;
    }
    /* Footer */
    .footer_contenedor {
        padding-left: 2%;
        padding-right: 2%;
    }
}


/* Smartphones (portrait and landscape) */

@media only screen and (max-width: 700px) {
    html {
        font-size: 0.7em;
    }
    .cabecera {
        height: 7vh;
        padding-left: 0;
    }
    header {
        align-items: center;
        border-left: 0;
        border-right: 0;
    }
    .menu_principal {
        display: none;
    }
    .logo {
        text-align: center;
        flex-grow: 1;
    }
    .logo h1 {
        padding-top: 0;
        font-size: 16px;
    }
    .separador {
        display: none;
    }
    .domestika {
        padding-top: 0;
    }
    .domestika a span:first-child {
        font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
        font-size: 11px;
    }
    .domestika a span:last-child {
        font-size: 8px;
    }
    .icon_hamburguer {
        width: 100px;
    }
    .icon_hamburguer i {
        display: flex;
    }
    .domestika {
        padding-top: 0;
        padding-left: 0;
        width: 100px;
    }
    .icon_buy {
        display: none;
    }
    nav.menu_idiomas {
        display: none;
    }
    .margen_der,
    .margen_izq {
        padding-right: 2%;
        padding-left: 2%;
    }
    /* Menú responsive */
    .menu_tablet {
        display: none;
    }
    .menu_mobile {
        display: block;
        position: fixed;
        width: 100%;
        background-color: rgb(22, 22, 22);
        height: 100vh;
        left: -100%;
        top: 0;
        z-index: 1;
        padding-top: 10vh;
    }
    nav.menu_principal_responsive ul li a {
        font-size: 40px;
        text-transform: uppercase;
        color: rgb(141, 141, 141);
        font-family: 'RequiemText-Roman', Georgia, 'Times New Roman', Times, serif;
        text-decoration: none;
    }
    nav.menu_principal_responsive ul li a:hover {
        color: white;
        transition: 0.1s color ease-in-out;
    }
    nav.menu_principal_responsive ul li {
        padding-bottom: 30px;
    }
    nav.menu_idiomas_responsive ul {
        display: flex;
        margin-bottom: 40px;
        padding-bottom: 40px;
        margin-top: 36px;
        border-bottom: 0.5px solid rgb(67, 67, 67);
    }
    nav.menu_idiomas_responsive ul li a {
        font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: rgb(141, 141, 141);
        text-decoration: none;
        text-transform: uppercase;
    }
    nav.menu_idiomas_responsive ul li a:hover {
        color: white;
        transition: 0.1s color ease-in-out;
    }
    nav.menu_principal_responsive ul li.close_nav_responsive a {
        font-size: 14px;
        margin-top: 40px;
        font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
        font-weight: 400;
    }
    nav.menu_principal_responsive ul li.close_nav_responsive a:hover {
        color: white;
        text-decoration: underline;
    }
    /* fin menú responsive */
    .border_section {
        border-right: 0;
        border-left: 0;
    }
    .footer_contenedor {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }
    footer {
        height: 12vh;
        border: 0;
        flex-direction: column-reverse;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 2%;
        padding-right: 2%;
    }
    footer .politicas {
        padding-top: 20px;
    }
    /* CUERPO */
    .buttomUp {
        display: none;
    }
}