@media (min-width: 768px) {
    .group-five-first {
        margin-left: calc(12.5% - 8px);
    }

    .group-single {
        margin-left: calc(37.5% - 8px);
    }
}

.group-heading {
    margin-top: 2rem;
    margin-bottom: 1.75rem;
}

.group-title {
    font-size: 1.75rem;
    color: #788F0B;
}

@media (min-width: 1200px) {
    .group-five-first {
        margin-left: calc(12.5% - 10px);
    }

    .group-single {
        margin-left: calc(37.5% - 10px);
    }
}
/* Add here all your css styles (customizations) */

body{
    font-family: "Lato", sans-serif;
}

[class*="u-nav-v8"] .nav-link::after {
    background-image: -webkit-gradient(linear, right top, left top, from(#5e5e6f), to(#5e5e6f));
    background-image: -webkit-linear-gradient(right, #5e5e6f 0%, #2d2d37 100%);
    background-image: -o-linear-gradient(right, #5e5e6f 0%, #2d2d37 100%);
    background-image: linear-gradient(to left, #5e5e6f 0%, #2d2d37 100%);
    background-repeat: repeat-y;
}


[class*="u-nav-v8"] .nav-link::before {
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(49.6%, transparent), color-stop(50%, #5e5e6f)), -webkit-gradient(linear, right bottom, left top, color-stop(49.6%, transparent), color-stop(50%, #5e5e6f));
    background-image: -webkit-linear-gradient(top right, transparent 49.6%, #5e5e6f 50%), -webkit-linear-gradient(bottom right, transparent 49.6%, #5e5e6f 50%);
    background-image: -o-linear-gradient(top right, transparent 49.6%, #5e5e6f 50%), -o-linear-gradient(bottom right, transparent 49.6%, #5e5e6f 50%);
    background-image: linear-gradient(to bottom left, transparent 49.6%, #5e5e6f 50%), linear-gradient(to top left, transparent 49.6%, #5e5e6f 50%);
}


[class*="u-nav-v8"] .nav-link .u-nav-v8__icon {
    background-color: #5e5e6f;
}


[class*="u-nav-v8"] .nav-link {
    background-color: #5e5e6f;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;

}

.h2{
    font-family: "Noto Serif", serif;
}

input[type=number] { -moz-appearance:textfield; }

#idioma{
	color: #788F0B;
	font-weight:bold;
	float: right;
	text-align: right;
}

.top-links {
    display: flex;
    justify-content: space-between; /* PDF a la izquierda, idiomas a la derecha */
    align-items: center;
    margin-top: 10px; /* ajusta si hace falta */
    color: #788F0B;
	font-weight:bold;
}

.pdf-link a {
    font-weight: bold;
    text-decoration: none;
    color: #788F0B;
}

.textPurple{
    color: #8A2BE2 !important;
}
.textGreen{
    color: #228B22 !important;
}

#alimentos > div > div{
    box-shadow: 0px 0px 4px #999999;
    background-color: #ffffff;
}

input{
    border: #788F0B;
}

.bg-green{
    background-color: #788F0B !important;
}

.bg-light-green{
    background-color: #dfe4ca !important;
}

input[type=text]{
    border: 1px solid #788f0d;
    border-radius: 60px;
}

input::selection{
    background-color: #d8cdcb !important;
    color: #788f0d !important;
    border-color: #788f0d !important;
}

input:focus{
    border-color: #788f0d !important;
}

input:active{
    border-color: #788f0d !important;
}
.container{
    padding-right: 0px;
    padding-left: 0px;
}

.container-background-color{
    background-color: #f4f4f4;
}

section >  div > div > div > div{
    padding-top: 5px;
}


#clear-with-ok{
    background-color: #788F0B !important;
    border-radius: 60px;
    color: white;
}

section >  div > div > div > div > div{
    padding-bottom: 15px;
}

#hiddenInShared{
    color : white !important;
}

#v-pdf{
    background-color: #CCCCCC !important;
    color:  #404346;
    border-radius: 60px;
}

#sharedReturn{

    border-radius: 60px;
    border: 1px solid black;
    color: black;
}

#sharedIn{
    color: #788f0d !important;
}

section > button{
    border-radius: 30px;
    background-color: #788f0d;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;

}

::selection{
    background-color: #193441;
}

.modal-full {
    min-width: 100%;
    margin: 5px;
}

div[class=modal]{
    background-color: #f4f4f4;
}

#cal{
    background-color: #788F0B !important;
    color: #FFFFFF;
    border-radius: 60px;
}

#cal:hover{

    background-color: #9FB055 !important;
}

.col-md-3{
    padding-right: unset;
}

#img-opacity{
    opacity: 0.4;
}

.h-15{
    height: 15% !important;
}

@media screen and (min-width:374px ) and (max-width: 376px) {
    #v-pdf{
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 361px) {
    #v-pdf{
        margin-top: 10px !important;
    }
}

@media screen and (min-width: 400px)  and (max-width: 415px){
    #v-pdf{
        margin-top: 3px !important;
    }
}

/* Responsive mobile */
@media screen and (max-width: 420px){
    #alimentos > div > div> p{
        display: none;
    }
    #clear-input{
        display: none;
    }
    #alimentos > div{
        margin-top: 5px;
        margin-bottom: 5px;
        box-shadow: 0px 0px 4px #999999;
        background-color: #ffffff !important;
    }

    #alimentos > div > div > h2{
        width: 130px ;
        padding-left: 0px;
        font-size: 80%;
        /*margin-top: 10px;*/
    }

    #v-pdf{
        margin-top: 1px;
    }

    #alimentos > div > div > *{
        float: left !important;
        display: inline;
        text-align: center;
        width: 29.9% !important;
        font-size: 17px;
    }

    #eq-d > p h2{
        text-align: center !important;
    }

    #eq-l > p h2{
        text-align: center !important;
    }

    section >  div > div > div > div{
        padding-top: 20px;
        padding-bottom: 50px;
    }

    #alimentos > div > div > img{

        width: 100%;
    }

    .row{
        margin-right: 0px !important;
    }

    .col-md-2{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .col-md-2{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #alimentos > div > div > div > input{
        width: 6.8em !important;
        margin-top: 10px;
        /*margin-left: 15px;*/

    }

}

/* Responsive notebook*/
@media screen and (max-width: 801px) {


    section >  div > div > div > div{
        padding-top: 0px;
        padding-bottom: 0px;

    }

    #alimentos > div > div > div > input{
        width: 100%;
        /*margin-left: 0px;
        margin-top: 5px;*/
    }

    #alimentos > div > div > p{
        display: none;
    }

    #alimentos > div > div > h2{
        display: block;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    #alimentos > div > div > img{
        height: 100%;
        width: 100%;

    }

    #showButtonsInShared3 > div > p{
        margin-top: 15px;
    }

    #alimentos > div > div > *{
        float: none;
        display: inline;
        text-align: center;
        width: 50px;
        height: 20px;
        font-size: 17px;
    }

    /* Style for ifone 5s */
    @media only screen and (min-width:100px ) and (max-width: 235px){
        #alimentos > div > div > div > input{
            width: 5.7em !important;
        }
        .col-md-2{
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .row{
            margin-right: 0px !important;
        }

        #cal{
            font-size: 75%;
        }
    }
}

