

/* Header top (solo si usás la barra superior) */
.header_top {
    height: 45px;
    line-height: 45px;
}
.header_top .q_icon_list { display: inline-block; margin-right: 28px; margin-bottom: 0; }
.header_top .q_icon_list:last-child { margin-right: 0; }
.header_top .q_icon_list .qode-ili-icon-holder { border-radius: 4px; }

/* Iconos SOLO en footer */
footer .q_icon_list .qode-ili-icon-holder,
footer .q_icon_list i { border-radius: 4px; }

/* Flechas Slider Revolution (dejalo solo si usás estas flechas) */
.hesperiden.tparrows,
.hesperiden.tparrows:before {
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 67px;
    font-size: 24.5px;
    border-radius: 5px;
    color: #272626;
    font-family: FontAwesome;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.hesperiden.tparrows { background-color: #fff; }
.hesperiden.tparrows:hover { background-color: #fab012; }
.hesperiden.tparrows:hover:before { color: #fff; }
.hesperiden.tparrows.tp-leftarrow:before { content: '\f053'; }
.hesperiden.tparrows.tp-rightarrow:before { content: '\f054'; }

/* Botón volver arriba (fix de !important) */
i.qode_icon_font_awesome.fa.fa-arrow-up { font-size: 20px !important; }

/* Menú lateral (dejalo solo si lo usás) */
.side_menu_button { top: 3px; }
.side_menu .widget { margin: 0 0 28px; }

/* 404 (si no lo usás, borrar) */
.page_not_found { padding-top: 75px; }

/* Contact Form 7 (si no usás CF7, borrar) */
.wpcf7-submit { float: right; clear: both; margin-bottom: 20px; }

/* MAIL FOOTER */
.footer_top .q_icon_list a.op-mail-link {
    color: #000 !important;
    text-decoration: none !important;
}
.footer_top .q_icon_list a.op-mail-link:hover {
    color: #ff0a0a !important;
    text-decoration: underline !important;
}

/* Texto más grande y todo en negro */
.q_icon_list a.op-contact-link,
.q_icon_list {
    font-size: 16px !important;
    color: #000 !important;
    text-decoration: none !important;
}

/* Hover en rojo */
.q_icon_list a.op-contact-link:hover {
    color: #ff0a0a !important;
    text-decoration: underline !important;
}
