/**
* Template Name: Eterna - v2.0.0
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #9c8412;
}

a:hover {
    color: #9c8412;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

.btn-green {
    color: #fff;
    background-color: #2C5234;
    border-color: #2C5234;
}

.btn-green:hover {
    color: #9C8412 !important;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #9C8412;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #8c7610;
    color: #fff;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #545454;
    padding: 10px 0;
    font-size: 14px;
}

#topbar .contact-info {
    color: #fff;
}

#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #c3c3c3;
}

#topbar .contact-info i {
    color: #fff;
    padding: 4px;
    padding-left: 15px;
}

#topbar .contact-info .icofont-phone {
    padding-left: 20px;
}

#topbar .social-links a {
    color: #fff;
    padding: 4px 0 4px 16px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #c3c3c3;
}

#topbar .social-links a:first-child {
    border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

#header .logo h1 {
    font-size: 26px;
    padding: 0 0 0 8px;
    margin: 11px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    border-left: 8px solid #2C5234;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #2C5234;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: -5px;
    max-height: 70px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #545454;
    padding: 13px 0 15px 25px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #9c8412;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #9c8412;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #2C5234;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #545454;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #9c8412;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(59, 59, 59, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Site Blocks Section
--------------------------------------------------------------*/

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-position: center center;
}

.site-blocks-cover.overlay {
    position: relative;
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #ddd;
}

.site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%;
}

.site-blocks-cover,
.site-blocks-cover>.container>.row {
    min-height: 600px;
    height: calc(100vh);
}

.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover>.container>.row {
    min-height: 400px;
    height: calc(20vh);
}


/*jssor slider loading skin spin css*/

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*jssor slider bullet skin 051 css*/

.jssorb051 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb051 .i .b {
    fill: #fff;
    fill-opacity: 0.5;
}

.jssorb051 .i:hover .b {
    fill-opacity: .7;
}

.jssorb051 .iav .b {
    fill-opacity: 1;
}

.jssorb051 .i.idn {
    opacity: .3;
}


/*jssor slider arrow skin 051 css*/

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

.site-section {
    padding: 2.5em 0;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

main {
    padding: 25px 10px 50px 10px;
}


/*--------------------------------------------------------------
# Espacios
--------------------------------------------------------------*/

#oa .espacio {
    padding-top: 50px;
}

#oa .active {
    background-color: #9c8412 !important;
    border-color: #9C8412 !important;
    color: #fff !important;
}

#oa .btn-light:hover {
    background-color: #ad8f01 !important;
    border-color: #ad8f01 !important;
    color: #fff !important;
}

.espacio .center {
    margin: auto;
    padding: 10px;
}

.espacio-item {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    position: relative;
    padding: .55rem .75rem;
    margin-bottom: 20px;
}

.espacio-item a:link {
    color: #444444 !important;
}

.espacio-item a:visited {
    color: #444444 !important;
}

.espacio .espacio-item:hover {
    background-color: #9c8412 !important;
    color: #c3c3c3 !important;
}


/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/

.featured {
    position: relative;
    z-index: 2;
}

.featured .icon-box {
    padding: 15px 15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #fff;
    transition: all ease-in-out 0.3s;
}

.featured .icon-box i {
    color: #2C5234;
    font-size: 42px;
    margin-bottom: 15px;
    display: block;
}

.featured .icon-box h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

.featured .icon-box h3 a {
    color: #545454;
    transition: 0.3s;
}

.featured .icon-box p {
    color: #545454;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.featured .icon-box:hover {
    background: #9c8412;
}

.featured .icon-box img:hover {
    opacity: 0.5;
}

.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
    color: #fff;
}


/*--------------------------------------------------------------
# Peticiones
--------------------------------------------------------------*/

.peticiones {
    padding-bottom: 30px;
}

.entries {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.circle {
    font-size: 1.5rem;
    background-color: #545454;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: 2rem;
}

.peticiones .active {
    background-color: #9c8412 !important;
    border-color: #9C8412 !important;
    color: #fff !important;
}

.peticiones .active .page-link {
    background-color: #9c8412 !important;
    border-color: #9C8412 !important;
    color: #fff !important;
}

.peticiones .page-link {
    color: #444444 !important;
}

.peticiones .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(156, 132, 18, 0.25) !important;
}

.peticiones .entry-title {
    padding: 30px;
    margin-bottom: 30px;
}

.peticiones .entry-footer {
    padding: 30px;
    margin-bottom: 10px;
    text-align: center !important;
}

.peticiones .entry {
    padding: 30px;
    margin-bottom: 20px;
}

.peticiones .entry .header-title {
    padding-left: 60px;
}

.peticiones .entry .card-body ul {
    list-style: none;
    padding: 0;
}

.peticiones .entry .card-body li {
    display: inline-block;
    padding: 10px;
}

.peticiones .entry .card-body li a {
    color: #fff !important;
}

.peticiones .entry .card-body li a:hover {
    background-color: #9C8412;
}

.peticiones .entry .card-footer {
    background-color: #fff !important;
}

.peticiones .entry .card-footer .tags {
    margin-bottom: -10px;
}

.peticiones .entry .card-footer .tags ul {
    list-style: none;
    padding: 0;
}

.peticiones .entry .card-footer .tags li {
    display: inline-block;
}

.peticiones .entry .card-footer .tags a {
    color: #949494;
    font-size: 14px;
    padding: 6px 15px 8px 15px;
    margin: 0 6px 8px 0;
    border: 1px solid #ededed;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
}


/**
.peticiones .entry .card-footer .tags a:hover {
    color: #fff !important;
    border-color: #9C8412;
    background: #9C8412;
}
**/

.peticiones .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.peticiones .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #545454;
    position: relative;
}

.peticiones .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.peticiones .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
    border-radius: 50px;
}

.peticiones .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 40px);
}

.peticiones .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 25px;
    margin: -1px;
    background: #545454;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

.peticiones .sidebar .search-form form button:hover {
    background: #9C8412;
}

.peticiones .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.peticiones .sidebar .categories ul li+li {
    padding-top: 10px;
}

.peticiones .sidebar .categories ul a {
    color: #949494;
}

.peticiones .sidebar .categories ul a:hover {
    color: #9C8412;
}

.peticiones .sidebar .categories ul a span {
    padding-left: 5px;
    color: #bababa;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #f6f6f6;
    padding: 0 0 10px 0;
    color: #000;
    font-size: 14px;
}

#footer .counter {
    text-align: center;
}

#footer .footer-top {
    background-image:url('../img/2025-2029.png');
    background-repeat: no-repeat;
    background-position: bottom 0% left 50%;
    background-size: auto !important;
    border-top: 5px solid #CCC;
    padding: 60px 0 50px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #000;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #526855;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #8c7610;
    color: #000;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    text-align: left;
}

#footer .footer-top .small {
    font-size: 13.5px !important;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #9c8412;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #9c8412;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top a:hover {
    color: #9c8412;
}
