﻿@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800;900&display=swap');
:root {
    --gris-oko: rgb(40,40,40);
    --blanco-oko: rgba(255,255,255, 0.95);
    --verde-oko: #44DD44;
    --rojo-oko: #DD4444;
    --azul-oko: #1a2e6d;
    --lila-oko: #362180;
    --azul-twitter: #1a8cd8;
}

@media screen and (orientation:portrait) {
    html {
        font-size: 4vw;
    }
}

@media screen and (orientation:landscape) {
    html {
        font-size: 2vh;
    }
}
html * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
    -webkit-overflow-scrolling: touch;
}
a {
    text-decoration: none;
    color: inherit;
}

.bg-rojo {
    background-color: var(--rojo-oko);
}

.bg-verde {
    background-color: var(--verde-oko);
}

.bg-gris {
    background-color: var(--gris-oko);
}

.bg-blanco {
    background-color: var(--blanco-oko);
}

.bg-azul {
    background-color: var(--azul-oko);
}

.bg-lila {
    background-color: var(--lila-oko);
}

.bg-twitter {
    background-color: var(--azul-twitter);
}

.color-rojo {
    color: var(--rojo-oko);
}

.color-verde {
    color: var(--verde-oko);
}

.color-gris {
    color: var(--gris-oko);
}

.color-blanco {
    color: var(--blanco-oko);
}

.color-azul {
    color: var(--azul-oko);
}

.color-lila {
    color: var(--lila-oko);
}

.text-title {
    text-transform: uppercase;
    font-size: 4.5vw;
    letter-spacing: 0.15vw;
    font-family: 'Bebas Neue', cursive;
}

main {
    position: absolute;
    overflow-y: scroll;
}
#MainContent {
    overflow-y: scroll;
}
header {
    background-color: var(--blanco-oko);
    position: fixed;
    top: 0;
    z-index: 99;
}

#header-title {
    font-size: 6vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    /*font-family: 'Bebas Neue', cursive;*/
    text-transform: uppercase;
    color: white;
    line-height: 1em;
    width: 40%;
}
#header-time {
    text-align: right;
}
#widget-tiempo {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
#header-time, #header_clients, #widget-tiempo-text, #header-twitter {
    font-size: 2.5vw;
    line-height: 1.6em;
    /* font-family: 'Bebas Neue', cursive; */
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
}
#header-twitter {
    text-transform:none;
    line-height: 1.2rem;
}
    #widget-tiempo-img {
        height: 6vw;
    }
        #widget-tiempo-img {
            filter: hue-rotate(50deg) saturate(8);
        }

        #site_info i {
            font-size: 1.2em;
        }

.twitter-icon {
    background-color: var(--azul-twitter);
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23ffffff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    margin-right: 0.25rem !important;
}
#label_clients {
    line-height: 0.75rem !important;
    text-align: center;
}
#section_title {
    display: block;
    position: absolute;
    left: 0;
    width: 100vw;
    z-index: 99;
}
#section_title_image {
    left: 5vw;
    top: -6vw;
    width: 20vw;
    height: 20vw;
    position: absolute;
    background: rgb(246,246,242);
    background: radial-gradient(circle, rgba(246,246,242,1) 25%, rgba(121,120,118,1) 100%);
    border: 0.3rem solid;
    border-image-slice: 1;
    border-width: 0.3rem;
    border-image-source: linear-gradient(to right, #343f5f, #76a3c9);
    border-radius: 0.3rem;
    padding: 0;
    box-sizing: border-box;
}

#section_title_label {
    max-width: 70vw;
    left: 28vw;
    position: relative;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--gris-oko);
    display: block;
    line-height: 1.5rem;
    top: 0.75rem;
}
#section_title_breadcrumbs {
    position: absolute;
    top: -1.5rem;
    color: white;
    max-width: 70vw;
    left: 28vw;
    text-transform: uppercase;
    font-size: 0.75rem;
}
#section_title_breadcrumbs_section {
    margin-left: 3vw;
}
    #section_title_breadcrumbs_section::before {
        content: '>';
        position: relative;
        top: 0;
        left: -2vw;
        color: white;
    }
    #back_button i {
        line-height: 8vw;
        font-size: 4.5vw;
        padding-right: 1.5vw;
    }

.table-wrapper {
    padding: 2vw;
}

    .table-wrapper table {
        border-collapse: separate;
        border-spacing: 0 4vw;
        border: none;
        width: 100%;
    }
        .table-wrapper table th {
            background-color: rgba(209,229,236,1);
        }

        .table-wrapper table td {
            background-color: rgba(209,229,236,0.3);
        }
        .table-wrapper table tr {
            color: #282828;
            border: none;
        }

        .table-wrapper table th {
            font-size: 3vw;
            padding: 1vw;
            font-weight: bold;
            border: none;
        }

        .table-wrapper table td {
            font-size: 3vw;
            padding: 1vw;
            border: none;
        }

            .table-wrapper table td img {
                max-width: 4vw;
            }

.modal-fullscreen .modal-content {
    background-color: rgba(255,255,255,0.8) !important;
}

#qr-image {
    max-width: 80vw;
    object-fit: contain;
}

#qr-wrapper {
    align-self: center;
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex: 1 1 auto;
}

.servicio-header {
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 900;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.servicio-detalles {
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: justify;
}

.image-negative {
    filter: invert(1);
}

.logo {
    max-height: 4vh;
}

#site_languages {
    place-content: center;
}
#site_menu {
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
}
    #site_menu a {
        width: 25%;
        box-sizing:border-box;
        padding: 0 2vw;
        font-size: 2vw;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 900;
        color: white;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    #site_menu img {
        max-width: 100%;
    }
header, footer {
    background-color: #000;
    position: fixed;
    z-index: 99;
}
header {
    top: 0;
}
footer {
    bottom: 0;
}

    footer img {
        max-height: 12vw;
        width: fit-content;
    }

    footer > div {
        align-content: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }

#footer-lang img {
    width: 5vw;
    height: 5vw;
    margin-right: 0.5rem;
    cursor: pointer;
    border-radius: 100%;
}

.separator, header::after, footer::before {
    height: 0.5rem;
    width: 100vw;
    text-align: center;
    position: absolute;
    left: 0;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    content: '';
    background: rgb(35,38,69);
    background: linear-gradient(90deg, rgba(35,38,69,1) 0%, rgba(135,188,228,1) 30%, rgba(209,229,236,1) 50%, rgba(135,188,228,1) 70%, rgba(35,38,69,1) 100%);
}

#backBtn {
    position: absolute;
    right: 0.5rem;
    top: -1.5rem;
    float: right;
    color: white;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: bold;
}