﻿/*---------------------------------------------
    Pleca
*/

input:focus, select:focus, button:focus {
    box-shadow: none!important;
}

/* Logo Verde */
.bg-azul, .bg-azul:hover {
    background-color: #2e4994;
}

.bg-verde, .bg-verde:hover {
    background-color: #03ae4e;
}

.bg-morado {
    background-color: #7F3E98;
}

.cargando {
    display: none;
}

.obligatorio label:first-child::after {
    content: "*";
    color: #dc3545 !important;
    margin-left: 4px;
}

.temas {
    visibility: hidden;
    height: 0px !important;
}

/* Easy Autocomplete */
.fa-easy {
    position: absolute;
    top: 9px;
    right: 8px;
}

@media (min-width: 768px) {
    .logo-uv {
        right: 0;
    }
}

@media (max-width: 768px) {
    
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100vh;
        min-height: 700px;
    }
}