@font-face {
  font-family: RNSMiles;
  font-weight: normal;
  font-style: normal;
  src: url(/static/fonts/RNS-Miles/RNSMiles-Medium.otf);
}
@font-face {
  font-family: RNSMiles;
  font-weight: normal;
  font-style: italic;
  src: url(/static/fonts/RNS-Miles/RNSMiles-MediumItalic.otf);
}
@font-face {
    font-family: RNSMiles;
    font-weight: bold;
    font-style: normal;
    src: url(/static/fonts/RNS-Miles/RNSMiles-Black.otf);
}
main{
    background-image: url("/static/imgs/background-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: RNSMiles;
    line-height: 1.2;
}
header{
    height: 15dvh;
    display: flex;
    display: flex;
    position: relative;
}
header img{
    max-height: 95%;
    max-width: 95%;
    margin: auto;
}
#main-content{
    height: 75dvh;
    color: white;
    overflow: scroll;
    scroll-behavior: smooth;
}
div{
    text-align: center;
}
.header-section{
    padding: 2vh 5vw;
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 0.9rem;
}
.header-section .data-block{
    padding-top: 0px;
    padding-bottom: 0px;
}
.title{
    font-size: 1.5rem;
    font-weight: bold;
}
.subtitle{
    font-size: 0.9rem;
}
#origin-certificate, #info-lubimar, #video-lubimar, #contact-lubimar{
    height: min-content;
    min-height: 75dvh;
    padding-bottom: 10dvh;
}
.blue-transparent-div{
    background: rgba(13,55,147, 0.8);
    border-radius: 1000px;
}
#origin-certificate.not_code{
    display: flex;

}
#lot_data, .header-section{
    text-transform: uppercase;
}
#lot_data{
    padding-left: 5vw;
    padding-right: 5vw;
}
#scientific-name{
    font-style: italic;
}
.data-block{
    display: flex;
    font-size: 0.9rem;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.data-name{
    padding-right: 10px;
    font-weight: bold;
    width: 50%;
    text-align: end;
    margin-top:auto;
    margin-bottom:auto;
}
.data-value{
    margin-top:auto;
    margin-bottom:auto;
}
#info-video{
    width: 90%;
    border-radius: 40px;
    padding-top: 2vh;
    padding-bottom: 2vh;
}
#code-not-found{
    margin: auto;
}
#code-not-found img{
 width: 30%
}
#code-not-found div{
    font-size: 1.5rem;    
    font-weight: bold;
}
#info-text{
    font-size: 1.5rem;
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: justify;
}
.data-value{
    padding-left: 10px;
    width: 50%;
    text-align: start;
}
#contact-lubimar #map{
    width: 100%;
    height: 50dvh;
    padding: 5vw;
    padding-right: 5vw;
    border-radius: 100px;
}
#block-address, #block-online-shop, #block-telephone, #block-email{
    font-size: 0.9rem;
    text-align: start;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
}
#block-address .block-subtitle, #block-online-shop .block-subtitle{
    text-align: start;
    padding-left: 125px;
}
#block-online-shop{
    display: flex;
    margin-left: 5vw;
    margin-right: 5vw;
    user-select: none;
}
#block-online-shop #center-container-online-shop{
    display: flex;
    margin: auto;

}
#block-online-shop #center-container-online-shop img{
    width: 15vw;
    padding-right: 2vw;
}
#block-online-shop #center-container-online-shop .text{
    text-align: start;
    font-size: 1.25rem;
    font-weight: bold;
    margin: auto;
    padding-left: 2vw;
}
#block-telephone, #block-email{
    font-weight: bold;
}
#block-telephone img, #block-email img{
    width: 100px;
    margin-right: 25px;
}
footer{
    height: 10dvh;
    display: flex;
}
footer #menu{
    height: 9dvh;
    width: 90vw;
    background: rgba(0,0,0, 0.7);
    border-radius: 100px;
    margin: auto;
    display: flex;
    padding: 0.5dvh;
    justify-content: space-evenly;
    border: 2px white solid;
}
footer #menu .menu-icon{
    width: 7dvh;
    max-width: 15vw;
    height: 7dvh;
    max-height: 15vw;
    border-radius: 100px;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}
footer #menu .menu-icon.active{
    background-color: #0D3793;
    border-radius: 100px;
}
footer #menu .menu-icon img{
    width: 50%;
    max-height: 90%;
    margin: auto;
}