:root {
  --dorado-claro: #fee070;
  --dorado-oscuro: #827335;
  --azul-marino-oscuro: #161830;
  --azul-marino-claro: #212e64;
  --gris-oscuro: #606060;
  --gris-claro: #d7dbde;

}

.text-dorado-claro {
  color: var(--dorado-claro);
}

.text-dorado-oscuro {
  color: var(--dorado-oscuro);
}

.text-azul-fuerte {
  color: var(--azul-marino-oscuro);
}

.text-azul-claro {
  color: var(--azul-marino-claro);
}

.text-gris-claro {
  color: var(--gris-claro);
}

.text-gris-oscuro {
  color: var(--gris-oscuro);
}

.text-small-caps {
  font-variant: small-caps;
}

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
body {
  background: white;
}

.icofont-navigation-menu {
  color: rgb(255, 255, 255);
  text-shadow: black 1px 1px 0px, black 1px -1px 0px, black -1px 1px 0px, black -1px -1px 0px, black 1px 0px 0px, black 0px 1px 0px, black -1px 0px 0px, black 0px -1px 0px;
  --darkreader-inline-color: black;
  --darkreader-inline-bgcolor: black;
  --darkreader-inline-bgimage: 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: 50px;
  background: #009961;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #00b371;
  color: #fff;
}

/*--------------------------------------------------------------
      # Header
      --------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background-size: cover;
  background: rgba(255, 255, 255, 0.1);
  height: 160px;
  border-bottom: 8px solid #daba5e;
}

#header .circle {
  background: #bebebe;
  clip-path: circle(50%);
  height: 5px;
  width: 5px;
  margin: 0 5px;
  display: none !important;
}

#header .active .circle {
  display: block !important;
}

#header.header-scrolled,
#header.header-inner-pages {}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header .img-logo {
  height: auto;
  width: 350px;
  padding: 20px 0;
}

#header .img-logo-content {
  height: 150px;
}


#header .blog-text {
  color: white;
}

#header .blog-line {
  height: 50px;
  width: 2px;
  margin: 0 10px;
  background: white;
}



@media (max-width: 992px) {
  #header {
    border: 0;
    padding: 15px 0;
  }

  #header {
    height: 60px;
    border-bottom: 8px solid #daba5e;
  }
}

/*--------------------------------------------------------------
      # Navigation Menu
      --------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  margin: 0 12px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 1);
  transition: 0.3s;
  font-size: 14px;
  padding: 10px 3px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}


.nav-menu .active>a:before {
  visibility: visible;
  width: 100%;
}


.nav-menu .active a {
  color: #daba5e;
}

.nav-menu .active a:hover {
  color: #daba5e;
  text-shadow: #edd377 0px 0px 5px, #edd377 0px 0px 10px, #edd377 0px 0px 15px, #edd377 0px 0px 20px, #edd377 0px 0px 30px, #edd377 0px 0px 40px;
}

.nav-menu a:hover {
  text-shadow: #FFFFFF 0px 0px 5px, #FFFFFF 0px 0px 10px, #FFFFFF 0px 0px 15px, #FFFFFF 0px 0px 20px, #FFFFFF 0px 0px 30px, #FFFFFF 0px 0px 40px;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  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: 0.3s;
  border-top: 2px solid #009961;
}

.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;
  color: #282828;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #009961;
}

.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: 18px;
  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: #fff;
}

.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: 1;
  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: #282828;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #daba5e;
  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(15, 15, 15, 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;
}



.img-author {
  max-width: 200px;
  width: 100%;
  height: auto;
  border-radius: 30px 0px 0px 30px;
  border: var(--dorado-claro) solid 3px;
  object-position: 100%;
  box-shadow: 7px 1px 16px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 1px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 1px 16px 0px rgba(0, 0, 0, 0.75);

}





/*--------------------------------------------------------------
      # Sections General
      --------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #8fffd6;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009961;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
}

/*--------------------------------------------------------------
      # Footer
      --------------------------------------------------------------*/
#footer-blog {
  color: #232d63;
  text-align: center;
  padding: 30px 0;
  background: #eeeeee;
  background: linear-gradient(0deg, #d6d6d6 0%, #eeeeee 100%);
  border-top: 4px solid #666e93;
  text-align: start;

}

#footer-blog .container-fluid {
  padding: 0 5%;
}


#footer-blog a,
#footer-blog p {
  color: #232d63;
}



#footer-blog .img-footer-content {
  height: 103px;
  margin: 0px 0px 30px 0;
}

#footer-blog .img-footer {
  width: 250px;
  height: auto;

}

#footer-blog .menu ul {
  display: block;
  text-align: left;
  list-style: none;
  padding: 0;
}

#footer-blog .menu ul li {
  margin: 0;
  margin: 5px 0;
}

#footer-blog .menu ul li a {
  font-size: 1rem;
  font-weight: bold;

}

#footer-blog .social-links {
  margin: 0 0 40px 0;
}

#footer-blog .social-links ul {
  display: flex;
}

#footer-blog .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #232d63;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer-blog .social-links a:hover {
  background: #38479c;
  color: #fff;
  text-decoration: none;


}

#footer-blog .h4 {
  font-size: 16px;
  font-weight: bolder;
  padding-bottom: 4px;
}



@media (max-width:768px) {
  #footer-blog .h3 {
    font-size: 1.5rem;
  }


  #footer-blog .container-fluid {
    padding: 0;
  }
}


/*--------------------------------------------------------------
 # Menu Derecho
 --------------------------------------------------------------*/




.more .title,
.widgettitle {
  color: #a59245;
  font-size: 2rem;
  font-weight: bold;
}

.more .menu {
  padding: 0;
}

.more .menu li {
  border-bottom: 1px solid silver;
  padding-bottom: 5px;
  list-style-type: none;
  height: 100px;
  margin: 20px 0;
}

.more .menu a {
  margin: 0;
  margin-bottom: 7px;
  color: #20233a;
  font-weight: normal;

}

.more .numeral {
  color: #eed47d;
  font-size: 3.5rem;
  font-weight: bold;
  background: -webkit-linear-gradient(to top, #c0ac69 0%, #eed47d 100%);
  background: -moz-linear-gradient(to top, #c0ac69 0%, #eed47d 100%);
  background: linear-gradient(to top, #c0ac69 0%, #eed47d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
  height: auto;
  padding: 0 10px;
}

.more .menu .cortar {
  width: 100%;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 28px;
  /* fallback */

  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;

  vertical-align: middle;
  align-items: center;

  justify-content: center;


}

@media(max-width:992px) {

  .more .numeral {
    font-size: 3rem;
  }

  .more .content-frist {
    min-height: auto;
    display: block;
    margin-bottom: 20px;
  }
}