/* ==================================================
   ESTILOS GLOBALES: Section Custom Search
   ================================================== */
   
span.custom-search__ejm {
    color: #bb5d8096;
}

div.section-custom-search__bar-search {
    width: 100%;
}

div.section-custom-search__bar-search input {
    background: #F3DBD7 !important;
}



/* ==================================================
   ESTILOS DESKTOP: Section Custom Search
   ================================================== */
  
@media screen and (min-width: 1025px) {

    div.section-custom-search__bar-search input {
        font-size: 1.3rem !important;
        padding-top: 13px !important;
        padding-bottom: 8px !important;
    }

    div.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 10px !important;
    }
}



/* ==================================================
   ESTILOS MOBILE: Section Custom Search
   ================================================== */
   
@media screen and (max-width: 767px) {

    div.copy-text p {
        width: 100% !important;
    }
    
    div.section-custom-search__bar-search input {
        font-size: 1.2rem !important;
        padding-top: 12px !important;
        padding-bottom: 8px !important;
    }

    div.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 9px !important;
    }
}   
   


/* ==================================================
   ESTILOS TABLET: Section Custom Search
   ================================================== */
   
@media screen and (min-width: 768px) and (max-width: 1024px) {

    div.section-custom-search__bar-search input {
        font-size: 1.4rem !important;
        padding-top: 14px !important;
        padding-bottom: 10px !important;
    }

    div.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 12px !important;
    }
}