:root{
    --firstcolor: rgba(237, 179, 20, 1);
    --secondcolor: rgba(139, 103, 9, 1);
    --threecolor: rgba(102, 75, 2, 1);
    --fourcolor: rgba(40, 38, 38, 1);
    --backgroundcolor: rgba(255, 248, 239, 1);
    --fivecolor: rgba(102, 75, 2, 1);
    --colortextdark: rgba(50, 51, 41, 1);
    --colortextwhite: rgba(255, 255, 255, 1);
    --backgroundbeige: rgba(255, 248, 239, 1);
    --color-tag: #F7A515;
}
body{
    font-family: "Radio Canada Big", sans-serif !important;
}
h2{
    font-family: "Radio Canada Big", sans-serif !important;
    font-weight: 500  !important;
    font-size: 3rem !important;
    margin-bottom: 4% !important;
}
a.nav-link{
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--colortextgray);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover{
    color: var(--firstcolor) !important;
    text-decoration: underline;
    text-decoration-thickness: 7%;
    text-underline-offset: 25%;
}

/*-------------------------NAV---------------------------*/
/*.navbar-expand-lg .navbar-nav {*/

.navbar-nav {
    flex-direction: row;
    width: 100%;
    padding: 2% 3%;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 20px 20px;
    background: linear-gradient(        rgba(20, 15, 15, 0.8),         rgba(32, 31, 31, 0.54)        );
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    -ms-border-radius: 20px 20px;
    -o-border-radius: 20px 20px;
}
.navbar-nav {
    font-weight: 500;
}
#navbarSupportedContent{
    justify-content: center;
}
#navbarSupportedContent a{
    color:white;
    font-weight: 100;
    font-size: 1rem;
}
#navbarSupportedContent .form-control{
    background: transparent;
    color:white;
    border: none;
    width: 50%;
}
#navbarSupportedContent input::placeholder{
    color:white;
}
button.icosearch{
    background: transparent;
    border: none;
}
button.icosearch i{
    color: white;
}
.container-logo{
    width: 22%;
    /*padding: 0% 5%;*/
}
.container-logo img{
    width: 100%;
    margin-top: -5%;
}
.container-wtapp{
    /*padding: 0% 2%;*/
    width: 18%;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.container-wtapp a{
    background: rgba(37, 211, 102, 1);
    color: white;
    padding: 10% 15%;
    font-weight: 300;
    border-radius: 20px 20px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    -ms-border-radius: 20px 20px;
    -o-border-radius: 20px 20px;
}
.container-wtapp svg{
    width: 30px;
    height: 30px;
}
.container-wtapp a:hover{
    font-weight: 600;
    color: white;
}
.new-tag{
    position:absolute;
    width: fit-content;
    height: fit-content;
    padding: 1% 3%;
    border-radius: 10px 10px;
    left: 69%;
    top: 5%;
    font-size: 0.8rem;
    z-index: 5;
    background:var(--color-tag);
}
.position-relative:hover .info-box{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px;
    background: rgba(44, 44, 44, 0.678);
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    -ms-border-radius: 20px 20px;
    -o-border-radius: 20px 20px;
}
.button-productos{
    background: var(--firstcolor);
    color: white;
    border-radius: 20px 20px;
    text-decoration: none;
    padding: 9% 20%;
}
#producto .collapse .show:hover{
    background: rgba(20, 15, 15, 0.8);
}
/*------------START-------------------*/
#start{
    height: 850px;
    width: 100%;
    background-image: url('../img/slider/slider.webp');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 6.5% 5.5%;
    padding-top: 11%;
    margin-top: -107px;
}
#start h1{
    color: black;
    font-size: 3.1rem;
    font-weight: 300;
    padding-bottom: 2%;
    letter-spacing: -2%;
}
#start span{
    font-weight: 700;
}
#start span.markerblue{
    background: var(--firstcolor);
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    padding: .3% 2%;
    text-transform: uppercase;
}
button.amazon-button{
    border: 2px solid var(--firstcolor);
    padding: 1.5% 8%;
    border-radius: 25px 25px;
}
/*---------------Propiedades de ProGourmet------------------*/
.property-pgt .container-movil{
    display:none;
}
/*---------------Categorias------------------*/
.categorias{
    background: #edf5ff6b;
    padding: 2% 0%;
}
.categorias img{
    width: 100%;
    padding: 5%;
    border-radius: 50px 50px;
}
.categorias h5{
    font-size: 1.5rem;
}
.title-section{
    padding: 3% 0%;
}
.title-section h1{
    color: var(--secondcolor);
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.name-product{
    color: var(--fivecolor);
    margin: 0%;
    margin-top: 2%;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
}
.count-product, .description-product, .natural-product{
    margin:0%;
    font-size: 18px;
    font-weight: 400;
}
a.link-categoria{
    text-decoration: none;
    color: var(--colortextdark);
    padding: 2% 0%;
    letter-spacing: 6px;
}
/*------------------PRODUCTOS-----------------*/
.productos{
    background: var(--backgroundbeige);
    padding: 2% 5%;
}
.background-product{
    /*background: white !important;*/
    height: 260px;
    width: 100%;
    border-radius: 20px 20px;
}
.background-element{
    padding: 5% 2%;
}
.background-product img{
    position:absolute;
    /*display: none;*/
    width: 100%;
    border-radius: 15px 15px;
}
.name-product {
        margin-bottom: 3% !important;
}
/*------------------CONTACTO-----------------*/
button, input, optgroup, select, textarea {
    /* margin: 0; */
    background: transparent;
    color: var(--threecolor);
    border: none;
}
/*------------------CONTACTO-----------------*/
/*#contacto{
    padding: 3% 5%;
}
#contacto a{
    text-decoration: none;
}
#contacto h2{
    color: var(--firstcolor);
}
form label{
    color: var(--colortextdarkgray);
    font-weight: 400;
}
.form-control{
    background: var(--colortextgray);
}
#green-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
#green-button button{
    color: white;
    font-weight: 700;
    background: var(--colorbutton) !important;
    padding: 1% 5%;
    border-radius: 10px;
    border:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}*/
/*-------------Whatsapp--------*/
.conteiner-whatsapp{
    width: 0px;
    height: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.whatsapp-button{
    position: fixed;
    width: fit-content;
    right: 2%;
    bottom: 2%;
    z-index: 200;
    padding-top: 1%;
    padding-right: 0.9%;
    padding-bottom: 1%;
    padding-left: 1%;
    /*background: #008000;*/
    background: #008000;
    border-radius: 50% 50%;
}
.arrow{
    position: fixed;
    right: 4%;
    bottom: 15%;
    z-index: 200;
    /*padding-top: 1%;
    padding-right: 0.9%;
    padding-bottom: 1%;
    padding-left: 1%;*/
}
.arrow a{
    color: var(--threecolor);
}
.whatsapp-button svg{
    width: 100%;
}
/*----------------FOOTER----------------------*/
footer{
    background: var(--fourcolor);
    color: white;
    padding: 5% 5%;
}
footer a, footer p{
    text-decoration: none;
    color: white;
    font-weight: 700 ;
    font-size: 1rem;
}