.agx-tfont {
    font-family: Rubik !important;
}
/* Tamaños */
.w100 {
    width: 100% !important;
}
/* Textos */
.fw-light {
    font-weight: 100 !important;
}
.tcenter {
    text-align: center;
}
/* Botones */
.btn {
    border-radius: 5px;
}

.btn-line-green {
    background: transparent;
    border: 1px solid #339c33 !important;
    color: #339c33 !important;
}

.btn-line-green:hover {
    background-color: #339c33 !important;
    color: #fff !important;
    border-color: #339c33 !important;
}

.btn-line-gray {
    background: transparent;
    border: 1px solid #2e3b4a !important;
    color: #2e3b4a !important;
}

.btn-line-gray:hover {
    background-color: #2e3b4a !important;
    color: #fff !important;
    border-color: #2e3b4a !important;
}
.btn-line-danger {
    background: transparent;
    border: 1px solid #c81414 !important;
    color: #c81414 !important;
}

.btn-line-danger:hover {
    background-color: #c81414 !important;
    color: #fff !important;
    border-color: #c81414 !important;
}
.btn-h-green:hover {
    background-color: #339c33 !important;
    color:white !important;
}
/* Colores */
.cred {
    color: #c81414 !important;
}
.cwhite {
    color: #ffffff !important;
}
.cgreen {
    color: #339c33 !important;
}
.bggreen {
    background-color: #339c33 !important;
}
.cblue {
    color: #9cccff !important;
}
.bgwhite {
    background-color: #ffffff !important;
}
.bgblue {
    background-color: #9cccff !important;
}
.cgray {
    color: #2e3b4a !important;
}
.bggray {
    background-color: #2e3b4a !important;
}
.cyellow {
    color: #ffc733 !important;
}
.bgyellow {
    background-color: #ffc733 !important;
}

/* Estructura */
.site-header-sticky img.logo.logoDefault {
    height: 55px;
    width: auto;
}

.message {
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.message-ok {
    background-color: #339c33 !important;
}

.message-ko {
    background-color: #c81414 !important;
}


/** Banner */

sr7-bg.sr7-layer:after {
    background-color: rgba(0, 0, 0, 0) !important;
}

.home-banner sr7-bg.sr7-layer:after {
    background-color: rgba(0, 0, 0, .3) !important;
}

.home-section-2 li > div {
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.12);
}

/** header */
.header-info-text {
    display: inline-flex !important;
    height: 100%;
    align-items: center;
    gap: 30px;
}

.head-logo-agenex img {
    height: 80px;
}

.footer-widgets-inner.wrap {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 40px 0 0 0;
}


.agx-footer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 35px;
    font-size: 13px;
    font-weight: 100;
    justify-content: space-between;
}

.agx-footer > div {
    width: 24%;
    padding: 10px;
}

.agx-footer .agx-footer-logos {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.agx-footer h4 {
    margin-top: 0;
    color: #339c33;
}

.agx-footer ul li {
    margin-bottom: 10px;
}

#hojaruta figure, #hojaruta div, #hojaruta img {
    width: 100%;
}

.content-bottom-widgets {
    background-image: url(/wp-content/uploads/2018/09/10.jpg) !important;
    padding: 80px 0;
}

.info-formulario-asesoramiento {
    background-color: rgba(46, 59, 74,.6);
    padding: 70px;
    
}

.info-formulario-asesoramiento p {font-weight: 100;}

.formulario-asesoramiento {
    background-color: #fff;
}

.formulario-asesoramiento .vc_column_container > .vc_column-inner { padding: 0 !important; }
.formulario-asesoramiento .agx-formulario{
    padding: 40px;
}

.formulario-asesoramiento .agx-formulario .row {
    margin: 15px 0;
}

.formulario-asesoramiento label {
    font-size: 16px;
    font-weight: 100;
}

.formulario-asesoramiento input, .formulario-asesoramiento select {
    width: 100%;
    padding: 8px !important;
    height: 45px;
    font-size: 15px;
}

.agx-formulario .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
}
.agx-formulario .wpcf7-submit {
    line-height: 1.1rem;
}

div#home-banner {
    background-position: right !important;
}

div#home-banner-text {
    z-index: 2;
}

div#home-banner-title {
    font-size: 25px;
    margin: 30px 0 30px 0;
    max-width: 550px;
    line-height: 1.2em;
}

div#home-banner-subtitle {
    margin-top: 20px;
    font-size: 20px;
    max-width: 300px;
    font-weight: 100;
}

#home-banner::before {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)) !important;
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
    width: 80%;
    height: 100%;
}


.home-section-que-facilitaex > .row-inner {
    margin-top: -100px !important;
    gap: 3%;
    justify-content: center;
}

.home-section-que-facilitaex-section {
    background-color: white;
    max-width: 31%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    padding: 0 !important;
}

.home-section-que-facilitaex-section > .vc_column-inner {
    padding: 25px;
}

.home-section-que-facilitaex-section-img, 
.home-section-que-facilitaex-section-img figure,
.home-section-que-facilitaex-section-img figure .vc_single_image-wrapper,
.home-section-que-facilitaex-section-img img {
    width: 100%;
}

.home-section-que-facilitaex-section-overtitle {
    font-size: 15px;
    margin-top: 10px;
    color: #339c33;
    font-weight: 100;
}

.home-section-que-facilitaex-section-title {
    font-size: 25px;
    margin-top: 10px;
    color: #339c33;
}

.home-section-que-facilitaex-section-title a {
    color: #339c33;
}

.home-section-que-facilitaex-section-title a:hover {
    color: #339c33;
    text-decoration: underline;
}

.home-section-que-facilitaex-section-text {
    margin-top: 15px;
}

.agx-section-degradado-v-gris {
    background: linear-gradient(to bottom, #eeeeee, #ffffff) !important;
}

.home-paralax {
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
}


#formulario-asesoramiento .form-img img {
    height: 80px;
}


.agx-subpage-title {
    color: #2e3b4a;
    font-size: 60px;
    text-align: left;
    margin-top: 20px;
    line-height: .8em;
    min-height: 100px;
}

.agx-subpage-subtitle {
    color: white;
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
    font-weight: 100;
}

.agx-subpage-overtitle {
    color: #339c33;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
}

.agx-faq {
    color: #fff;
}

.agx-faq h4 {
    color: #fff !important;
}

.agx-faq .vc_toggle_content {
    padding-top: 20px !important;
}

.agx-faq .vc_toggle_content p {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.agx-sub-menu {
    z-index: 100 !important;
}

.agx-sub-menu-fijo {
    top: 90px;
    transition: transform 0.5s;
    width: 1170px;
    height: 62.5px;
    position: fixed;
}

.linea-temporal-overtitle, .linea-temporal-title, .linea-temporal-subtitle {
    text-align: left;
}

.linea-temporal-overtitle {
    
    font-weight: 100;
    font-size: 14px;
}
.linea-temporal-overtitle.agx-fase-1 {
    color: #ffc733;
}
.linea-temporal-overtitle.agx-fase-2 {
    color: #9cccff;
}
.linea-temporal-overtitle.agx-fase-3 {
    color: #339c33;
}
.linea-temporal-title {
    color: white;
    font-size: 25px;
}
.linea-temporal-subtitle {
    color: #339c33;
    font-weight: 100;
    font-size: 16px;
}


.agx-facilita-progreso {
    display: inline-flex;
    width: 100%;
}

.agx-facilita-progreso-mes {
    height: 30px;
    flex: 1;
    border-color: rgba(255,255,255,.7);
    border-style: solid;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
}
.agx-facilita-progreso-mes.agx-primera {
    border-left-width: 3px;
}
.agx-facilita-progreso-mes.agx-ultima {
    border-right-width: 3px;
}
.agx-facilita-progreso-mes.agx-fase-1 {
    border-top-color: #ffc733;
    border-bottom-color: #ffc733;
}
.agx-facilita-progreso-mes.agx-fase-1.agx-primera {
    border-left-color: #ffc733;
}
.agx-facilita-progreso-mes.agx-fase-1.agx-ultima {
    border-right-color: #ffc733;
}
.agx-facilita-progreso-mes.agx-fase-2 {
    border-top-color: #9cccff;
    border-bottom-color: #9cccff;
}
.agx-facilita-progreso-mes.agx-fase-2.agx-primera {
    border-left-color: #9cccff;
}
.agx-facilita-progreso-mes.agx-fase-2.agx-ultima {
    border-right-color: #9cccff;
}
.agx-facilita-progreso-mes.agx-fase-3 {
    border-top-color: #339c33;
    border-bottom-color: #339c33;
}
.agx-facilita-progreso-mes.agx-fase-3.agx-primera {
    border-left-color: #339c33;
}
.agx-facilita-progreso-mes.agx-fase-3.agx-ultima {
    border-right-color: #339c33;
}

.agx-facilita-progreso-mes.agx-consumido {
    background-color: rgba(255,255,255,.5);
}

.agx-facilita-progreso-leyenda {
    flex: 1;
}

.agx-facilita-progreso-leyenda {
    font-weight: 100;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.agx-facilita-progreso-leyenda > div {color: white;}
.agx-inicio-periodo, .agx-fin-periodo {width: 44%;}
.agx-nombre-periodo {width: 100%;text-align: center;font-size: 16px;font-weight: bold;}
.agx-nombre-periodo.agx-fase-1 {color: #ffc733;}
.agx-nombre-periodo.agx-fase-2 {color: #9cccff;}
.agx-nombre-periodo.agx-fase-3 {color: #339c33;}
.agx-fin-periodo {text-align: right;}

#site .iconlist.iconlist-icon-small li .iconlist-item-icon {
    margin-right: 20px !important;
}
#site .iconlist.iconlist-icon-small li .iconlist-item-icon img {
    max-width: 75px;
    width: 75px;
}

.agx-entidades-colaboradoras {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    gap: 20px;
}

.agx-entidad-colaboradora {
    width: fit-content;
    max-width: 300px;
}

.agx-entidad-colaboradora a {
    display: flex;
    flex-direction: column;
}

.agx-entidad-colaboradora-img {
    height: 100px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.agx-entidad-colaboradora-title > h4 {
    text-align: center;
    margin-top: 10px;
    color: rgb(46, 59, 74);
}
.agx-entidad-colaboradora:hover > h4 {
    color: #fff;
}
.agx-entidad-colaboradora-title > div {
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    color: rgb(46, 59, 74);
}
.agx-entidad-colaboradora:hover {
    border-radius: 20px;
    padding: 10px;
    border: 1px solid rgba(46, 59, 74, 0.6);
}
.agx-entidad-colaboradora:hover .agx-entidad-colaboradora-title > div {
    display: block;
}

.agx-boton-centrado {
    margin: 0 auto;
    display: block;
}


#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}

#popup-box {
  background: #fff;
  padding: 20px 25px;
  border-radius: 8px;
  max-width: 800px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  z-index: 9999;
}

#popup-box p {
  margin-bottom: 20px;
}

.popup-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}


.home-section-que-facilitaex-section.agx-mapa-tras-reforma,
.home-section-que-facilitaex-section.agx-hub-results-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 300px !important;
}

.home-section-que-facilitaex-section.agx-mapa-tras-reforma {
    min-height: 800px !important;
}

.single-post .content-header, .single-post .post-categories {
    display: none;
}

.single-post .post-thumbnail {
    text-align: center;
}

.single-post .post-thumbnail {
    text-align: center;
}

.single-post .post-thumbnail img {
    max-width: 700px;
    width: auto;
}

.no-max-width {
    max-width: none !important;
}

.agx-built-by {
    padding: 20px 0;
    font-weight: 100;
}

.agx-built-by a:hover {
    font-weight: bold !important;
}

.post-categories {
    display: none !important;
}