﻿@font-face {
    font-family: sansation;
    src: url('../font/Sansation_Regular.ttf');
    font-display: swap;
}
body{
    font-family: 'sansation';
}

.sansation {
    font-family: 'sansation';
}
.vertical-center {
    display: flex;
    align-items: center !important;
    min-height: 42px;
}

.vertical-center p{
   margin: 0 !important;

}

.alergeno-icon {
    width: 32px;
    height: 32px;
    filter: grayscale(100%);
}

.desactivado {
color: lightgrey !important;
}

.rubsan-checkbox {
    display: none;
}

        .rubsan-checkbox{

            opacity: 0.7;
        }

    .rubsan-checkbox:checked + label::after {
        opacity: 0;
    }

.seccion-menu {
    border-bottom: 1px dashed #e2dadd;
    color: #e2dadd;
    font-size: 20px;
    padding-bottom: 14px;
    padding-right: 60px;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%
    font-family: 'Quicksand', sans-serif;
}


.banner-bg-pizarra {
    background-image: url(../../images/banner1.jpg);
    min-height: 100%;
}

.btn-fast {
min-width: 130px;
}

.login-actions {
font-size: 18px !important;
}








.Privacy {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .Privacy span {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

        .Privacy span:first-child {
            position: relative;
            width: 18px;
            height: 18px;
            border-radius: 3px;
            transform: scale(1);
            vertical-align: middle;
            border: 1px solid #9098A9;
            transition: all 0.2s ease;
        }

            .Privacy span:first-child svg {
                position: absolute;
                top: 3px;
                left: 2px;
                fill: none;
                stroke: #FFFFFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
            }

            .Privacy span:first-child:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #506EEC;
                display: block;
                transform: scale(0);
                opacity: 1;
                border-radius: 50%;
            }

        .Privacy span:last-child {
            padding-left: 8px;
        }

    .Privacy:hover span:first-child {
        border-color: #506EEC;
    }

.privacy-input:checked + .Privacy span:first-child {
    background: #506EEC;
    border-color: #506EEC;
    animation: wave 0.4s ease;
}

    .privacy-input:checked + .Privacy span:first-child svg {
        stroke-dashoffset: 0;
    }

    .privacy-input:checked + .Privacy span:first-child:before {
        transform: scale(3.5);
        opacity: 0;
        transition: all 0.6s ease;
    }

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.alergeno-group {
    margin-bottom: 10px;
    margin-top: 10px;
}


.btn-fast{
    margin-right: 10px;
}

.border-bottom-cat {
    border-bottom: 1px solid #506EEC;
}
.background-purple {
    /* background-image: url(../img/city2.jpg);
    background-repeat: repeat-y;*/
    background-color: #4e54c8;
}
.background-city2 {
    /* background-image: url(../img/city2.jpg);
    background-repeat: repeat-y;*/
    background-color: #404db3;
}

.alergeno-mini {
    width: 24px;
}
.list-group-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cat-title {
    font-size: 20px !important;
}

.foto-carta {
    border-radius: 50% !important;
}
@media(max-width: 425px) {

    .login-title {
        font-size: 30px;
    }
    .checks{
        margin-bottom: 0;
    }
}

.download-btn {
min-width: 275px;
margin-top: 30px;
}


.boton-cropper {

}

.lang-menu {
margin-left: 25px;
}
.lang-google{
    margin-left: 10px;
}

#google_translate_element{
       z-index: 9999;
}