/* Buscador Fibonaci del Primary Header */

/* Wrap de Input */
.dgwt-wcas-search-wrapp {
    /*border: transparent;
    var(--header-primary-bg);*/
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    /*background:var(--header-primary-bg);*/
	background: #426c8f;
}
/* Input */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 1px solid transparent;
    border:solid 1px transparent;
    background-color: white;

}
/* Texto */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {

    border: 1px solid transparent;
    border-radius: 10px;
    /*color:var(--header-primary-bg);*/

}
/* Sigue manteniendo en 10px de radio al obtener el focus del input */
.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 10px;
}

/* ********************************** */

/* Fibonaci - Below */

@media (max-width:544px){

/* elemento del builder que contiene el buscador */
#ast-mobile-header 
.ast-header-html-1{
    width:100%;
    flex:1 1 100%;
}

/* contenedor html */
#ast-mobile-header 
.ast-header-html{
    width:100%;
}

/* wrapper de fibosearch */
#ast-mobile-header 
.dgwt-wcas-search-wrapp{
    width:100%;
    padding:0 0;
    box-sizing:border-box;
}

/* input */
#ast-mobile-header 
.dgwt-wcas-search-input{
    width:100%;
}

}