/*
 * Copyright 2019 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

 html, body {
    margin: 0; 
    height: 100%;
    width:100%;
    padding: 0;
    font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
    color: #EFEFEF;
    overflow:hidden;
}
a{
    font-size: min(max(14px, 3vw), 20px) !important;
    
}

    #bottomGroup{
        bottom: -3vh !important;
    }

    #ar-button{
        bottom: 13rem !important;
    }
    #bottomGuard{
        height:5vh;
    }

#card {
    margin: 3em auto;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

model-viewer {
    width: 100%;
    height: 75vh;
    background-color: rgba(0, 0, 0, 0);
    margin-top:1%;
}

.attribution {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1em;
}

.attribution h1 {
    margin: 0 0 0.25em;
}

.attribution img {
    opacity: 0.5;
    height: 2em;
}

.attribution .cc {
    flex-shrink: 0;
    text-decoration: none;
}

footer {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-style: italic;
    line-height: 1.5em;
}

.buton {
    color: #fff !important;
    background-color: #00685e !important;
    border-color: #FFFFFF !important;
}

.buton:active {
    transform: translateY(4px);
}

.buttonGroup  a{
    height: 10vh !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

#ar-button{
    position: absolute;
    text-align: center;
    background: no-repeat;
    border: 0;
    top: 1%;
    height: 8vh;
    width: 8vh;
    right: 1%;
    padding: 0;
    background-color: white;
    border-radius: 4vh;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
}

#imagenbotonesar{
    height: 6vh;
    width: 6vh;
}

.grid{
    display: grid; 
    margin-top:1%;
}

#bottomGroup{
    position: absolute;
    padding-top:1%;
    bottom: 0px;
}

.grid .btn-group{
    margin-right: 1%;
    margin-left: 1%;
    width: 98%;
}