* {
    box-sizing: border-box;
  }

.button {
    font-size: 0.6em;
    width: 40%;
    height: 2vh;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: white;
    border: none;
    border-radius: 20px;
    background-color: #282F53;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.219);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin-top: 5%;
    margin-bottom: 0%;
    }

.button:hover {
  background-color: #00bbff;
  box-shadow: 0px 15px 20px  grey;
  color:   black;
  transform: translateY(-5px);
}

.back{
    background-color: white;
}

.back2{
    background-color: #18f923;
    position:absolute;
    display:block;
    width: 100%;
    bottom:40%;
    left:10px;
    background:#b88795;
}

.card_gss {
    float:center;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    width: 1000px;
    border-radius: 3rem; }

.card_gss2 {
    float:center;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    width: 1000px;
    border-radius: 3rem;
    margin-top: 50%; }

.group1{
    display: flex;
    flex-direction: row-reverse;
    margin-left: auto;
    width: 35%;
}

.group2{
    display: flex;
    flex-direction: row;
    justify-items: center;
}

.group3{
    display: flex;
    flex-direction: row-reverse;
    margin-left: auto;
    margin-bottom: 5%;
    width: 35%;
}

.logo_gss{
    margin-top: 1px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-items: normal;
    align-items: center;
}

.logo_aventpro{
    margin-right: 1vw;
    width: 30%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.margin{
    margin-top: 0%;
    margin-bottom: 1%;
}

.table1{
    margin-top: 0%;
    margin-left: 10%;
    width: 35%;
    height: 4vh;
    float:left;
    padding: 0%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(232, 232, 232, 0.3);
    border: 2px solid white; /* Adds a white border to the figure */
}

.text_data{
    font-size: 2vw;
    color: black;
    margin: 0%;
    text-align: left;
    float: left;
    font-weight: 900;
    margin-left: 1vw;
}

.text_data2{
    font-size: 2vw;
    color: rgb(52, 51, 51);
    margin: 0%;
    text-align: left;
    float: left;
}

.text_data2_margin{
    margin-left: 1vw;
}


.title_input{
    font-size: 3.5vw;
    margin-bottom: 2vh;
    margin-top: 1vh;
}

.data_db{
    font-size: 2.5vw;
}

.welcome{
    font-size: 14 px;
    font-family: 'Courgette', cursive;
}

.guest{
    width: 95%;
    object-fit: cover;
    margin-top: 0px;
    padding: 0%;
    display: flex;
    flex-direction: column;
}

.logo_container_gss{
    display: flex;
    flex-direction: column;
    float:center;
    width: 100%;
    background-color: black;
}

.details-card_gss {
    width: 95%;
    margin-top: 2px;
    margin-top: 60% ;
  }

.flex-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

/* Dotted border */
.dotted {
    border-top: 1px dotted black;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

input[type=text]:focus {
    border: 1px solid #555;
  }
input{
    max-height: 3vh;
}

.flex-container2 {
    display: flex;
    flex-direction: row;
    flex: auto;
    justify-content: center;
    margin-top: 0%;
    width: auto;
    height: 4vh;
    align-items:baseline;
    background-color: rgba(232, 232, 232, 0.3);
    overflow:none;
    margin-bottom: 1vh;
}

.table{
    margin-top: 0%;
    height: 1px;
    padding: 0%;
    width: 33%;
}

.floor{
    width: 75%;
}

.top{
    background-position: top;
    width: 100%;
    margin-bottom: 1%;    
}

.footer{
    background-position:bottom;
    width: 105%;
    bottom: 0px;
    position:fixed;
    align-items: right;
    margin: 0%;
    padding: 0%;
    justify-content: center;
}

.centrado{
    display:block;
    margin-left: auto; 
    margin-right: auto;
}

input::placeholder {
    font-size: 1.5vw;
}

.row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.row2{
    width: 100%;
    margin: 0%;
    padding: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
}

.gg{
    width: 100%;
}

.color{
    background-color: grey;
    width: 100%;
}

.qr{
    float: left;
    position: relative;
    margin-left: -20vw;
    margin-right: 5vw;
    margin-top: 1vh;
}

.flex_qr_enter_name{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1%;
    align-content: flex-start;
    width: 100%;
}

.banner_web{
    display: none;
}


@media (orientation: landscape) and (min-device-width: 1000px){ 

    .banner_web{
        background-color: white;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; 
    }

    .button {
    width: 40%;
    height: 15%;
    margin-bottom: 4vh;
    font-size: 0.6em;
    }

    input::placeholder {
        font-size: 1vw;
    }
    

    .ggs{
        display:none;
    }

    .logo_media{
        display: none;
    }

    .gg{
        width: 100%;
        margin-top: 0%;
    }

    .title_input{
        font-size: 2vw;
        margin-bottom: 2vh;
        margin-top: 2vh;

    }

    #searchName{
        width: 100%;
    }

    .data_db{
    font-size: 1vw;
    }

    .flex-container2{
        height: 8vh;
        overflow:visible;
        margin-bottom: 2%;
        align-items:center;
    }
    
    .floor{
        width: 40%;
    }

   .row{
        margin-bottom: 2%;
    }

    .row2{
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        margin-top: 1%;
    }

    .logo_aventpro{
        width: 20%;
        margin-right: 2%;
        margin-bottom: 0%;
    }

    .abd{
        min-height:200px;
        background:#A71D1D;
    }

    #seccion1{
        background-color: black;
        height: 40vh;
        position: relative;
        z-index: -1;
      }
    #seccion2{
        position: absolute;
        padding: 6vh;
        padding: 6vw;
        top: 20vh;
        left: 15%;
        width: 70%;
        height: inherit;
        align-items: center;
        border-radius: 20px;
        box-shadow: 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
        background-color: white;
    }

    .footer{
        background-position:bottom;
        width: 105%;
        height: 0.5%;
        bottom: 0px;
        position:fixed;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    #searchName{
        font-size: large;
    }

    html, body {margin: 0; height: 100%; overflow-x: hidden; /* Hide vertical scrollbar */}

    .enter_name{
        width: 50%;
        height: 20%;
        object-fit: cover;
        float:right;
        /* margin-right: 100px; */
        margin-top: 2%;
        padding: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    
    .text_data{
        font-size: 1.2vw;
        margin: 0%;
        text-align: left;
        float: left;
        font-weight: 900;
        margin-left: 1vw;
    }
    
    .text_data2{
        font-size: 1.2vw;
        color: rgb(52, 51, 51);
        margin: 0%;
        text-align: left;
        float: left;
    }

    .text_data2_margin{
        margin-left: 1vw;
    }
    
    .table1{
        height: 6vh;
    }

    .qr{
        display: none;
    }

    .flex_qr_enter_name{
        display:contents;
    }


}

@media (orientation: landscape) and (max-device-width: 999px){ 

    .banner_web{
        background-color: white;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; 
    }


    .table1{
        height: 6vh;
    }

    .button {
        width: 40%;
        height: 15%;
        margin-bottom: 4vh;
        font-size: 0.em;
        }

    .enter_name{
            width: 50%;
            height: 20%;
            object-fit: cover;
            float:right;
            /* margin-right: 100px; */
            margin-top: 5%;
            padding: 0%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
    }

    input::placeholder {
            font-size: 1.5vw;
    }

    input[type="text"]{ padding: 20px 10px; line-height: 28px; }

    .ggs{
        display:none;
    }

    .title_input{
        font-size: 2vw;
        margin-bottom: 2vh;
        margin-top: 2vh;

    }

    .logo_media{
        display: none;
    }

    .table1{
        height: 12vh;
    }

    html, body {margin: 0; width: 100%; overflow-x: hidden; /* Hide vertical scrollbar */}
        
    .footer{
        background-position:bottom;
        height: 0.5%;
        width: 105%;
        bottom: 0px;
        position:relative;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }
    .qr{
        display: none;
    }

    .flex_qr_enter_name{
        display: contents;

    }

    .dotted{
        margin-top: 10vh;

    }

}

@media (orientation: portrait) and (max-device-width: 999px){
    .banner_web{
        display: none;
    }
    
    .button{
      width: 40%;
      font-size: 0.6em;
      height: 2.5vh;
    }

    #searchName{
        font-size: medium;
        text-overflow: none;
        height: 50px;
    }

    input[type="text"]{ padding: 20px 10px; line-height: 28px; }

    .text_data{
        font-size: 4vw;
        margin: 0%;
        text-align: left;
        float: left;
        font-weight: 900;
        margin-left: 1vw;
    }
    
    .text_data2{
        font-size: 4vw;
        color: rgb(52, 51, 51);
        margin: 0%;
        text-align: left;
        float: left;
    }
    
    .text_data2_margin{
        margin-left: 1vw;
        font-size: 4vw;
    }
    .qr{
        display: none;
    }
    
    .flex_qr_enter_name{
        display: contents;
    }

    .enter_name{
        width: 50%;
        height: 20%;
        object-fit: cover;
        float:right;
        /* margin-right: 100px; */
        margin-top: 2%;
        padding: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    input::placeholder {
        font-size: 3vw;
    }

    .footer{
        background-position:bottom;
        height: 0.5%;
        width: 105%;
        bottom: 0px;
        position:relative;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .table1{
        height: 7vh;
        width: 47%;
        margin-left: 3%;
    }

  }


