﻿.notyf__toast--error {
    background-color: #ed3e3e !important;
}

.flags img.active {
    height: 25px;
}

#exito{
    font-size: 1.3rem;
    position: relative;
    display: none;
    margin-bottom: 20px;
}

    #exito img {
        position: absolute;
        bottom: -80px;
        right: -80px;
        height: 100px;
    }

.mx-auto {
    object-fit: contain;
}

.celeste-bg h3 {
    text-align: center;
    color: white;
}

@media (min-width: 1200px) {
    #padre {
        max-width: 1400px;
    }
}

.btnMenu {
    display: none;
}

.marcas img {
    object-fit: cover;
}

.nav-item:hover {
    font-weight: 600;
}

.btn-primary {
    background-color: #30aeda;
    border-color: #30aeda;
    color: white;
    border-width: 3px;
}

    .btn-primary:hover {
        background-color: white;
        color: #30aeda;
        border-color: #30aeda;
    }

.btn-violeta {
    background-color: #2C2A66;
    border-color: #2C2A66;
    color: white;
    border-width: 3px;
}

.btn-outline-primary {
    color: #30aeda;
}

.btn-violeta:hover {
    color: #2C2A66;
    background-color: transparent;
}

.btn-outline-primary {
    border-width: 3px;
}

.flags {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    z-index: 99999;
}

.flags img{
    height: 20px;
}

    .flags a:hover {
        text-decoration: none;
    }

a.btn.btn-outline-primary.nav-link {
    border-width: 2px;
    border-radius: 8px;
}

.nav-item.active {
    font-weight: 600;
}

.btn-outline-primary {
    border-color: #30aeda;
}

    .btn-outline-primary:hover {
        color: white !important;
    }

.amarillo-bg .nav-link {
    color: #2c2a66 !important;
}

.amarillo-bg .btn-outline-primary {
    color: #2c2a66 !important;
    border-color: #2c2a66 !important;
}

    .amarillo-bg .btn-outline-primary:hover {
        background-color: #2c2a66 !important;
        color: #FBDB6E !important;
    }

.morado-bg .btn-outline-primary {
    border-color: #30AED5 !important;
}

    .morado-bg .btn-outline-primary:hover {
        color: #2c2a66 !important;
    }

.celeste-bg .nav-link {
    color: white !important;
}

.celeste-bg .btn-outline-primary {
    color: white !important;
    border-color: white !important;
}

    .celeste-bg .btn-outline-primary:hover {
        background-color: white !important;
        color: #30AED5 !important;
    }

.marcas img {
    object-fit: cover;
}

/* form-restaurante */
#formulario form {
/*    background: rgba(255,255,255,0.10);
    border: 4px solid white;
    border-radius: 8px;
    padding: 15px;*/
}

#formulario input {
    border: none;
    border-radius: 0px;
    /*    font-size: 1.125rem;*/
}

#formulario textarea {
    border: none;
    border-radius: 0px;
    /*    font-size: 1.125rem;*/
}

#formulario select {
    border: none;
    border-radius: 0px;
    /*    font-size: 1.125rem;*/
}

#formulario input {
/*    background: white;
    border: none;
    border-radius: 8px;
    color: #2C2A66;
    font-weight: 300;
    height: 40px;*/
}

#formulario select {
/*    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    border: none;
    border-radius: 8px;
    color: #2C2A66;
    font-weight: 300;
    height: 40px;
    background-image: url('../../../publica3/assets/svg/caret-down.svg');
    background-position: center right .75rem;
    background-repeat: no-repeat;
    background-size: auto;*/
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
}

#formulario textarea {
/*    background: white;
    border: none;
    border-radius: 8px;
    color: #2C2A66;
    font-weight: 300;
    resize: none;*/
}

#formulario {
/*    background: rgba(255,255,255,0.50);
    border: 4px solid #2C2A66;
    border-radius: 8px;
    padding: 10px 25px;*/
}

#bannerPrincipal h4 {
    margin-top: 20px;
    color: #888888;
    font-size: 1.125rem;
}

.form-consulta-negocio .form-control {
/*    font-size: 1.125rem;*/
}

#formulario .form-control:focus {
    color: #2C2A66;
    background-color: white;
}

#formulario input {
/*    background: white;
    border: none;
    border-radius: 8px;
    color: #2C2A66;
    font-weight: 300;
    height: 40px;*/
}

#formulario select {
/*    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    border: none;
    border-radius: 8px;
    color: #2C2A66;
    font-weight: 300;
    height: 40px;
    background-image: url('../../../publica3/assets/svg/caret-down.svg');
    background-position: center right .75rem;
    background-repeat: no-repeat;
    background-size: auto;*/
}

#formulario textarea {
/*    background: white;
    border: none;
    border-radius: 8px;
    color: #2C2A66;
    font-weight: 300;
    resize: none;*/
}

.morado-bg #formulario p {
    color: white;
}

.morado-bg #formulario h3 {
    color: white;
}

.morado-bg #formulario {
    border-color: white;
}

.amarillo-bg #formulario p {
    color: #2C2A66;
}

.amarillo-bg #formulario h3 {
    color: #2C2A66;
}

.amarillo-bg #formulario button {
    background-color: transparent;
    border-color: #2C2A66;
    color: #2C2A66;
    border-width: 2px;
}

    .amarillo-bg #formulario button:hover {
        background-color: #2C2A66;
        color: white;
    }

.morado-bg #formulario button {
    background-color: transparent;
    border-color: white;
    color: white;
    border-width: 2px;
}

    .morado-bg #formulario button:hover {
        background-color: white;
        color: #2C2A66;
    }


.amarillo-bg #exito {
    color: #2C2A66;
}

.morado-bg #exito {
    color: white;
}

.form-control:focus {
    box-shadow: none;
}

.container h2 {
    font-weight: 500;
}

#bannerPrincipal h1 {
    font-weight: 400;
    font-size: 3rem;
}

#bannerPrincipal h2 {
    font-weight: 400;
    font-size: 3rem;
}

#bannerPrincipal h3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2rem;
    margin-top: 20px;
}

.amarillo-bg h3 {
    color: #2C2A66;
}

.morado-bg h3 {
    color: white;
}

.amarillo-bg p {
    color: #2C2A66;
}

#formulario h3 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.bg-ayuda {
    background-image: url(../../../../img/faq.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.imgAyuda {
    width: 100%;
    object-fit: cover;
}

.cardBlog h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #30AED5;
    letter-spacing: normal;
    line-height: 32px;
    padding: 0;
    margin: 0;
}

.cardBlog {
    border: 2px solid #30aeda;
    position: relative;
    border-radius: 5px;
}

.btnBlog {
    position: absolute;
    bottom: 10px;
    right: 10px
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../../../img/loading.png) 50% 50% no-repeat white;
    background-size: 200px;
}

.divTemas {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.divTemas:hover {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.linkTemas:hover + div.divTemas {
    opacity: 1;
    display: block;
}


.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.dropdown-menu {
    margin-top: 0;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #30aed5;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #30aed5;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #43b5d9;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.required {
    border-bottom: 1px solid red;
}