body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.452);
    z-index: 9999;
    display: none;
  }
  #cookie-banner {
    position: fixed;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 10000;
    display: none;
  }
  
  #cookie-accept {
    background-color: rgb(2, 29, 80);
    font-family: 'Rubik', sans-serif;
    color: #fff;
    border: none;
    padding: 1rem 1rem;
    border-radius: 4px;
    cursor: pointer;
  }
  #cookie-accept-necessary {
    background-color: rgb(27, 44, 77);
    font-family: 'Rubik', sans-serif;
    color: #fff;
    border: none;
    padding: 1rem 1rem;
    border-radius: 4px;
    cursor: pointer;
  }
  #cookie-reject{
    background-color: rgb(2, 29, 80);
    font-family: 'Rubik', sans-serif;
    color: #fff;
    border: none;
    padding: 1rem 1rem;
    border-radius: 4px;
    cursor: pointer;
  }
    
.head-page{
    width: 100%;
    height: 5vmin;
    background-color: rgb(1 32 90/90%);
    padding: 0px 0px 0px 0px;
    font-size: 3vmin ;
    text-align: right;
}
.head-page .color-bars{
    color: transparent;
    padding-inline-end: 1vmax; 
}
#page{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    right:0px;
    left:0px;
    background-color: #ffffff;
    margin: 0 0 0 0;
    padding-bottom: 0%;
}
#title {
    color: rgb(10, 58, 100);
    font-size: 10vmin ;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    text-align: center;
    padding: 1vmax ;
    margin-top: 1vmax;
    margin-bottom: 0vmax;
}
#myEmbeddedScene{
    width: 50%;
    height: 50%; 
    display: flex;
    background-color: transparent;  
    margin: auto;
}
.search-form{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.input-button{
    display: inline-flex;
}
.search-form button{
    width: 2%;
    height: 1vmax;
    font-size: x-large;
    padding: 0px 0% 0px 1%;
    background-color: transparent;
    border-color: transparent;
}
.search-form .search-text{
    font-size: x-large;
    padding: 1% 0%;
    color:rgb(9 54 80 / 85%);
    margin-bottom: 1.2rem;
}
.search-form .search-input{
    font-size: large;
}
#search{
    width: 70vmin;
    height: 2.5rem;
    border-radius: 3vmin;
    border-color: rgba(141, 140, 140, 0.705);
    border-width: 0.01vmin 0.01vmin;
    box-shadow: 0.3rem 0.2rem 0.2rem rgba(56, 54, 54, 0.692);
    padding-left: 3vmin;
}
.color-search{
    color: rgb(9 54 80 / 85%);
    text-shadow: .1rem .1rem .15rem rgba(56, 54, 54, 0.692);
}
div#autocompletar {
    width: 70vmin;
    text-align: left;
    border: 1px #717272;
    padding: 0.1% 0;
    position: relative;
    margin:auto;
    padding: 1% 0;
}
div#autocompletar li {
    padding: 0.1% 0;
    list-style-type: none;
}
div#autocompletar li:hover {
    background: #bdc1c5;
}
.image-container:hover{
	cursor: pointer;
      /*cursor: url(...),auto;*/
}
.feed-video{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; 
    overflow: hidden;
    border-radius: 10px;
}
.feed-video video{
    width: 100%;
    height: 100%;
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.feed-video:hover{
    display: block;
}
.footer{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 200;
    font-size: medium;
    margin: 15vmin 0px 0px 0px;
    padding: 1vw 2vw 1vw 2vw;
    background-color: rgb(1 32 90/90%);
    display:list-item;
    color: rgb(255, 255, 255);
    bottom: 0;
}
a{
    text-decoration: none;
    color: #08c2db;
}
/* Search Results page*/
#page-search{
    width: 100%;
    position: absolute;
    top:0px;
    right:0px;
    left:0px;
    background-color: #ffffff; /*#fdfdf5;*/
    margin: 0 0 0 0;
    padding-bottom: 0px;
}
.head-title{
    width: 100%;
    height: auto;
    background-color: rgb(1, 32, 90);
    opacity: 70%;
    margin: 0px 0px 0px 0px;  
    padding: 0px 0px 0px 0px; 
    align-content: center;
    font-size: 3rem;
}
.head-title nav{
    padding: 0rem 0px 0px 0px;  
    align-content: center;
}
.head-title .head-nav1{
    list-style: none;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    padding-left: 2vw;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.search-form-results{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding-top: 3%;
    padding-bottom: 1%;
}
.search-form-results button{
    width: 2rem;
    height: 1vmax;
    font-size: x-large;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border-color: transparent;
}
.search-form-results .search-text{
    font-size: larger;
    padding-bottom: 0%;
}
.search-form-results .search-input{
    font-size: medium;
}
.total-results-seconds{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: rgb(1 32 90 / 85%); 
    font-size: large;
    padding-left: 1.5rem;
    opacity: 70%;
}
p{
    margin: 0 0;
  font-family: 'Rubik', sans-serif;
}
.row-2col{
    width:100%;
    display: inline-flex;
}
.row-2col .show-results{
    width:95%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 0rem 0rem 0rem 0rem;
}
.row-2col .related-posts{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif; 
}
.related-posts h3{
    font-weight: 600;
    color: rgb(1 32 90 / 95%);
    font-size: larger;
    padding-left: 1.5rem;
    opacity: 70%;
}
.related-posts .div-results{
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.16);
    color: rgba(1, 54, 80, 0.8);
    font-weight: 500;
    font-size: large;
    margin: 1rem auto;
    align-items: center;
    width: 90%;
    border-radius: 2px;
    word-break: break-all;
    display: block;
}
.related-posts .div-results .excerpt {
    font-weight: 300;
    margin: 0 auto;
    padding: 1rem 0rem; 
    text-align: center;   
    width: 200px;
    height: 200px;
}
.related-posts .div-results .text-content a{
    color: rgba(0, 0, 0, 0.74);
    font-weight: 300;
    margin: 0 auto;
    padding: 0 0;  
    font-size: large;
}
.related-posts .div-results:hover{
    background-color: rgba(234, 237, 241, 0);
}
.show-results .div-results{
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: rgba(221, 220, 220, 0.16);
    box-shadow: 0.05rem 0.05rem 0.05rem rgba(77, 75, 75, 0.308);
    color: rgb(9 54 80 / 85%);
    font-weight: 600;
    font-size: larger;
    margin: 1rem auto;
    grid-template-columns: auto auto;
    display: grid;
    align-items: center;
    width: 90%;
    border-radius: 10px;
    word-break: break-all;
}
iframe{
    width: 100%;
    height: 100%;
}

iframe .pdf {
    width: 100%;
    height: 80%;
}
.div-results:hover{
    background-color: rgba(203, 204, 207, 0.315);
}
.show-results .div-results .text-content a{
    color: rgba(0, 0, 0, 0.74);
    font-weight: 300;
    margin: 0 0 0 0;
    padding: 0 0;  
}
.show-results .div-results .excerpt {
    font-weight: 300;
    margin: 0 auto;
    padding: 1rem 0rem; 
    text-align: center;     
}
/*Feed*/
.feed {
    font-family: 'Rubik', sans-serif;
    font-size:larger;
}
.feed-table{
    width: 100%;
}
.table-text{
    font-family: 'Rubik', sans-serif;
    color: rgb(9 54 80 / 85%);
    margin: 0 20%;
    padding: 0 5%;
    font-size: small;
}
.show-results-feed{
    background-color: rgba(131, 130, 130, 0.123);
    color: rgb(9 54 80 / 85%);
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: large;
    border: 1px solid;
    border-color: rgba(131, 130, 130, 0.123);
    border-radius: 20px;
    box-shadow: 0.3rem 0.2rem 0.2rem rgba(56, 54, 54, 0.308);
    padding: 1%;
    width: 70%;
    overflow: hidden;
    align-items: center;
    display: flex;
}
.image-container{
    transition-duration: 1s;
}
.image-container img{
    width: 12rem;
    object-fit: cover;
    height: 10rem;
    border-radius: 10px;
    box-shadow: 0.2rem 0.2rem 0.7rem rgb(8 8 8 / 48%);
}
iframe{
   border-color: transparent;
}
.btn {
    position: absolute;
    width: 2vw;
    height: 2vw;
    border: none;
    border-radius: 50%;
    z-index: 5px;
    cursor: pointer;
    background-color: #fff;
    font-size: 1.5vw;
    font-family: 'Rubik', sans-serif;
    box-shadow: 0rem 0rem 0.3rem rgb(104 108 113);
    color: #0a3a64;
}
.btn:active {
transform: scale(1.1);
}
.btn-prev {
margin-inline-start: -5%;
}
.btn-next {
margin-inline-start: 73%;
}
.overlay{
    position:fixed; 
    top:0%; 
    left:0%; 
    z-index: 1000; 
    width: 100%; 
    height: 100%; 
    background-color: rgb(10 27 43 / 95%); 
    display: none;
}
.overlay p{
    font-family: 'Rubik', sans-serif; 
    position: absolute; 
    top: 15%; 
    left: 25%; 
    color: #fafcffeb; 
    font-size: 3vmin; 
    width: 70%;
}
.overlay a{
    font-family: 'Rubik', sans-serif; 
    position: absolute; 
    top: 85%; 
    left: 28%; 
    color: #00aaff; 
    font-size: 2vmin; 
    width: 50%;
}
.model-excerpt-feed{
    position:absolute; 
    top:20%; 
    left:25% ;
    width: 50%; 
    height:60%; 
    margin:auto;
}

@media (max-width: 700px) {
    #page {
        padding-bottom: 0%;
    }
    .row-2col{
        display: inline-block;
        width: auto;
    }
    .row-2col .show-results{
        width: 95%;
        margin: 0 auto;
    }
    .row-2col .related-posts{
        border-left: 0px solid rgba(97, 98, 99, 0.158);
        border-top: 1px solid rgba(97, 98, 99, 0.158);
        border-bottom: 1px solid rgba(97, 98, 99, 0.158);
        margin: 0 auto;
        padding: 0 0;
    }
    .related-posts .div-results{
       display: inline-block;
       text-align: left;
      word-break: break-all;
    }
    .show-results .div-results{
      display: inline-block;
      text-align: left;
      word-break: break-all;
      margin: 1rem 1rem;
    }
    table {
      text-align: left;
      word-break: break-all;
      margin: 0% 10%;
      width: 80%;
      }
      td {
        display:block;
      }
    div#autocompletar {
        width: 70vmin;
        text-align: left;
        word-wrap: break-word;
        margin: auto;
        padding: 2% 0%;
        position: relative;
    }
    div#autocompletar li{
        padding: 0.1% 0.2%;
    }
    div#autocompletar li:hover {
        background: #bdc1c5;
    }
    .footer{
        text-align: center;
        margin: 10% 0px 0px 0px;
        display:list-item;
    }
    .btn-prev{
        visibility: hidden;
    }
    .btn-next{
        visibility: hidden;
    }
    .show-results-feed{
        overflow: scroll;
    }
    .show-results-feed::-webkit-scrollbar{
        display: none;
    }
}
