/*
    Theme Name: LaserZona
    Text Domain: laserzona
    Version: 1.0.0

    Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
    Author: Ruben Pallares
*/

* {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    min-height: 100%;
    color: black;
    font-style: normal;
    font-weight: 100;
    box-sizing: border-box;
}

header {
    width: 100vw;
    padding: 5em 5em 5em 5em;
    /*height: 200px;*/
    background-color: #000000;
}

header>div {
    display: inline-block;
    height: max-content;
}


/*
header>div>a {
    padding: 0 5% 0 5%;
}*/

header>div>h2 {
    padding: 0 5% 0 5%;
    color: #f60f0f!important;
}

.main-header {
    width: 50%;
}

.main-header>a {
    display: flex;
}

.main-header>a:hover {
    text-decoration: none;
}

.main-header>a>h1 {
    vertical-align: middle;
    margin: auto 0 auto;
    font-weight: 800;
    text-decoration: none;
}

h1>span.laser {
    color: #f60f0f;
    font-size: 1em;
}

h1>span.zona {
    color: #ffffff;
    font-size: 1em;
}

.menu-btn {
    float: right;
}

.menu-contacto {
    display: inline-block;
}

.page-container {
    /*margin: 10em 0 10em 0;*/
    padding: 5em 0 5em 0;
    position: relative;
    min-height: 100vh;
}

strong {
    font-weight: bold;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}

.page-title {
    text-align: center;
    font-weight: bold;
}

a.nav-item.nav-link.desktop {
    display: inline;
}

a.nav-item.nav-link.mobile {
    display: none;
}

img.logo {
    width: 20%;
}

img.instagram {
    height: 30px;
}

img.whatsapp {
    height: 30px;
}

img.telefono {
    height: 30px;
}

img.email {
    height: 30px;
}

.unstyled-list>ul {
    list-style-type: none;
}

.unstyled-list>ul>li>a {
    color: inherit;
}

#cookie-notice {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffff;
}

.list-item {
    padding: 2px 5px 0 5px;
}

.list-item a {
    color: #f60f0f !important;
}

div#cookie-notice>div.cookie-notice-container>span#cn-notice-text {
    color: white!important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255);
}

button.custom-toggler {
    margin-right: 0;
    display: inline-block;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #272727;
    height: 5%;
}

@media only screen and (max-width: 600px) {
    header {
        height: max-content;
        width: 100vw;
        padding: 5em 0 5em 0;
        text-align: center;
        background-color: #000000;
        margin: auto;
    }
    .main-header {
        width: 100vw;
    }
    .menu-btn {
        align-content: center;
        float: none;
    }
    .page-container {
        position: relative;
        min-height: 100vh;
    }
    a.nav-item.nav-link.desktop {
        display: none;
    }
    a.nav-item.nav-link.mobile {
        display: inline;
    }
}

@media only screen and (max-width: 375px) {
    header {
        height: max-content;
        width: 100vw;
        padding: 5em 0 5em 0;
        text-align: center;
        background-color: #000000;
        margin: auto;
    }
    .main-header {
        width: 100vw;
    }
    .main-header>a>h1 {
        vertical-align: auto;
    }
    .menu-btn {
        align-content: center;
        float: none;
    }
    .flex-container {
        flex-direction: column;
    }
    /*
    header>a {
        align-content: center;
        width: 70%;
        padding: 10px 0 10px 0;
    }
    */
    header>h2 {
        display: block;
        padding: 10px 0 10px 0;
    }
    img.logo {
        width: 30%;
        margin: auto;
    }
    .page-container {
        position: relative;
        min-height: 100vh;
    }
    a.nav-item.nav-link.desktop {
        display: none;
    }
    a.nav-item.nav-link.mobile {
        display: inline;
    }
}