<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#et-footer-nav{
background-color:#316173 !important;
}

div#et-footer-nav a{
color:#f9b233;
}

.centrado_vertical { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}


div#left-area {
    padding-top: 0px !important;
}

@media (max-width: 1024px) {
#et_mobile_nav_menu {
display: block;
}
#top-menu {
display: none;
}
}

.gform_button
{
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #2ea3f2;
}

.gform_button:hover
{
    background: #2ea3f2;
    color: #ffffff;
      border: #2ea3f2 2px solid;
      cursor: pointer;
}


.elementor-button {
    background-color: #23A455;
}

.titulo_aspace
{
  color: #23A455;
  font-weight:bold;
}


div#elementor-lightbox, .dialog-lightbox-widget
{
    z-index: 1000000 !important;
}

#columna_login a
{
  color:#fff;
  font-weight: 700;
  font-family: 'Raleway';
  font-size: 14px;
}


div#columna_login {
    max-width: 230px;
    margin-top:4px;
}

div#columna_super_menu {
    margin-right: 15px;
}

div#proyectos_solidarios {
    text-align: left;
    margin-left: 0px !important;
    width: 230px !important;
    margin-top: auto;
    margin-bottom: auto;
}

#wpadminbar
{
    z-index: 100005 !important;
}</pre></body></html>