﻿#busqueda{
    width:75%!important;
    margin:auto;
}

#busqueda table{
    margin:0.75em;
    width:100%!important;
}

#busqueda form{
    display:flex;
    justify-content:center;
    align-items:center;
}
#busqueda form div{
    position:relative;
}

span.validationStyle{
    position:absolute;
    background-color:rgba(255,255,255,0.65);
    backdrop-filter:blur(3.75px);
    width:100%;
    z-index:1001;
    border-radius:0.125em;
}

#busqueda .field-extra {
    flex: 3;
}


.btn-style {
    background: var(--TITLE) !important;
    margin:0.35em 0em!important;
}

.btn-style span{
    font-size:14pt!important;
}



#busqueda input {
    width: 100%;
    background: var(--SECONDARY);
    border: none !important;
    outline: none !important;
    font: 600 16pt 'visbycf-light';
    padding: 0.59em !important;
}

#busqueda button {
    color: white;
    border: none !important;
    outline: none !important;
    text-transform: uppercase;
    padding: 0.55em 0.95em !important;
    border: none !important;
    background: var(--HOVER-SECONDARY);
    letter-spacing: 3.75px;
    width:100%;
}


    #busqueda button:hover{
        background:var(--MAIN)!important;
    }


    #busqueda button span:nth-child(2) {
        font: 16pt 'visbycf-regular';
    }



@media screen and (min-width:240px) and (max-width: 1023px) and (orientation:landscape){
    #formulario {
        flex-wrap: wrap !important;
    }

    #busqueda {
        width: 100% !important;
        padding: 0.35em !important;
    }

    #formulario > div {
        flex-basis: 100% !important;
    }

    #formulario button {
        width: 100%;
        margin: 0.35em 0em !important;
    }

    #formulario table {
        margin: 0.01em !important;
    }
}

@media screen and (min-width:240px) and (max-width: 1023px) and (orientation:portrait){
    #formulario {
        flex-wrap: wrap !important;
    }

    #busqueda{
        width:100%!important;
        padding:0.35em!important;
    }
        #formulario > div {
            flex-basis: 100% !important;
        }
        #formulario button{
            width:100%;
            margin:0.35em 0em!important;
        }

        #formulario table{
            margin:0.01em!important;
        }
}