/**
* Template Name: Flattern - v4.7.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
}

a {
  color: #f08200;
  text-decoration: none;
}

a:hover {
  color: #F2A649;
  text-decoration: none;
}

a .pdf-icon:hover {
  transform: scale(1.1);
  transition: .8s;
  z-index: 1000;
}

a:focus {
  outline: thin dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f08200;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #F2A649;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #f8f6f5;
  padding: 10px 0;
  font-size: 16px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #f08200;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #2b2320;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #f08200;
}

#topbar .social-links a {
  color: #65534c;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
}

#topbar .social-links a:hover {
  color: #f08200;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  font-weight: 600;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0
}

#header .logo img {
  padding: 0;
  margin: 0;
}

#header .logo .logo-dcni {
  height: auto;
}

#header .logo .logo-coddaa {
  height: 120px;
}

.scrolled-offset {
  margin-top: 70px;
}

#header.fixed-top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  z-index: 900;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
  font-size: 17px;
  color: #65534c;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 16px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #f08200;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #f08200;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  color: #581601;
}

.navbar .dropdown ul a i {
  font-size: 16px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #f08200;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2b2320;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 17px;
  color: #581601;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #f08200;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 16px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #f08200;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 110px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: left;
}

.section-title h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title h3 {
  font-weight: 700;
  font-size: 34px;
  margin: 0 0 25px;
  padding-top: 30px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 110px;
  left: 50px;
  right: 50px;
}

#hero .carousel-content {
  background: rgba(28, 23, 21, 0.7);
  padding: 20px;
  color: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-top: 5px solid #f08200;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

#hero .carousel-content p {
  font-size: 18px;
}

#hero .btn-get-started {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f08200;
}

#hero .btn-get-started:hover {
  background: #f08200;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
/**
* Avisos y noticias 
*/
.img-bg {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}

@media (max-width: 768px) {
  .img-bg {
    height: 400px;
  }
}

.img-bg:before {
  position: absolute;
  content: "";
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}

.img-bg .img-bg-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .img-bg .img-bg-inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
  color: var(--color-white);
}

@media (max-width: 500px) {
  .img-bg .img-bg-inner p {
    display: none;
  }
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {

  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: none;
  }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
  font-size: 20px;
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
  color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
  right: 40px;
}

.custom-swiper-button-prev {
  left: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-white-rgb), 1);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #f3f1f0;
  padding: 60px 0;
  color: #574741;
}

.cta h3 {
  font-size: 28px;
}

.cta p {
  padding: 0;
  margin: 0;
}

.cta .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #f08200;
  color: #f08200;
  background: #fff;
}

.cta .cta-btn:hover {
  background: #f08200;
  color: #fff;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
  }
}

/*--------------------------------------------------------------
# Oferta Académica Section
--------------------------------------------------------------*/
.oferta article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.oferta a {
  transition: 0.3s;
}

.oferta .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.oferta .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.oferta .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

/*--------------------------------------------------------------
# Eventos
--------------------------------------------------------------*/
.event .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.event .member .member-img-events {
  position: relative;
  overflow: hidden;
  width: auto;
}

@media (max-width: 992px) {
  .event .member .member-img-events {
    height: auto;
  }
}

@media (min-width: 993px) {
  .event .member .member-img-events {
    height: 450px;
  }
}

.event .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.event .member .social a {
  transition: color 0.3s;
  color: #574741;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event .member .social a:hover {
  color: #f08200;
}

.event .member .social i {
  font-size: 40px;
  line-height: 0;
}

.event .member .member-info {
  padding: 25px 15px;
}

.event .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 22px;
  color: #574741;
}

.event .member .member-info span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}

.event .member:hover .social {
  opacity: 1;
}


/*--------------------------------------------------------------
# Subnavbar
--------------------------------------------------------------*/
.subnavbar {
  padding: 0;
}

.subnavbar > .navbar {
  background-color: #f8f6f5;
}

.subnavbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  z-index: 900;
}

.subnavbar li {
  position: relative;
}

.subnavbar a,
.subnavbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #65534c;
  transition: 0.3s;
}

.subnavbar a:hover,
.subnavbar .active,
.subnavbar .active:focus,
.subnavbar li:hover>a {
  color: #f08200;
}

.subnavbar .getstarted,
.subnavbar .getstarted:focus {
  background: #f08200;
  padding: 8px 20px;
  /* margin-left: 30px; */
  border-radius: 4px;
  /* color: #fff; */
}

.subnavbar .getstarted:hover,
.subnavbar .getstarted:focus:hover {
  color: #fff;
  background: #fd490f;
}

.subnavbar {
  background: #fff;
  z-index: 800;
}

.sticky-top {
  z-index: 800;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .subnavbar {
    top: 65px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .subnavbar {
    top: 90px;
  }
}

@media (min-width: 1400px) {
  .subnavbar {
    top: 95px;
  }
}

@media (max-width: 992px) {
  .subnavbar {
    top: 10%;
    padding:  0;
    max-width: 5px 0;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2320;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: #fe825a;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
Video Section
--------------------------------------------------------------*/
#video {
  background: url(../img/video-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
  padding: 0;
}

#video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#video .overlay .play-btn,
.onfocus .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f08200 50%, rgba(242, 166, 73, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#video .overlay .play-btn::after,
.onfocus .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before,
.onfocus .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after,
.onfocus .play-btn:hover:after {
  border-left: 15px solid #f08200;
  transform: scale(20);
}

#video .overlay .play-btn:hover::before,
.onfocus .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



/* Video controls */
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
  background-color: #f08200 !important;
}

.plyr__controls .plyr__controls__item:first-child {
  background-color: #f08200 !important;
}

.plyr--full-ui input[type=range] {
  color: #f08200 !important;
}

/*--------------------------------------------------------------
# Accordion 
--------------------------------------------------------------*/
.accordion .accordion-header .accordion-button {
  font-weight: 700;
  font-size: 20px;
  color: #4D4643;
}

/* Accordion - Presentación */
#ejes-rectores .accordion .accordion-header .accordion-button {
  font-size: 20px;
  color: #4D4643;
}/* Accordion - Presentación */

.accordion-button[aria-expanded="true"] {
  background-color: #FFF;
  color: #000;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}

.accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* Información importante 
*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #ebe6e4;
  height: 200px;
  position: relative;
  background: #faf9f8;
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #f08200;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #f08200;
}

.services .icon-box:hover .icon i {
  color: #f08200;
}

.services .icon-box:hover .title a {
  color: #f08200;
}

.services .description {
  line-height: 24px;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/* Oferta Educativa
 */
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #f08200;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #2b2320;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #65534c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #483b36;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f08200;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #fe825a;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f08200;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f08200;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(43, 35, 32, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/* Simposio
 */
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 200px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 150px;
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us h4 {
  font-size: 20px;
  font-weight: 700;
  /* text-align: center; */
}

.about-us .content {
  padding: 45px 0;
}

.about-us .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about-us .content p {
  margin-bottom: 0;
}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #f08200;
}

.about-us .content span .bx,
.about-us .content span .bi {
  font-size: 28px;
  float: none;
}

.about-us .content span {
  font-size: 20px;
}

.about-us .content .icon-box p,
.about-us .content .icon-box ul {
  font-size: 16px;
  color: #4d4643;
  margin-left: 60px;
}

.about-us .image {
  background-size: cover;
  min-height: 400px;
}

/* División -> Presentación */
.intro-presentacion {
  background: url("../img/uamc3.webp") top no-repeat;
}

.mision-presentacion {
  background: url("../img/uamc4.webp") center center no-repeat;
}

.mensaje {
  background: url("../img/uamc5.webp") center center no-repeat;
}

.areas-tematicas {
  background: url("../img/uamc6.webp") center center no-repeat;
}

.mensaje-oferta {
  background: url("../img/uamc7.webp") center center no-repeat;
}

.oferta-educativa {
  background: url("../img/uamc8.webp") center center no-repeat;
}

.uam-logo {
  background: url("../img/uamc9.webp") center center no-repeat;
}

.uamc {
  background: url("../img/uamc10.webp") center center no-repeat;
}

.departamentos {
  background: url("../img/departamentos.webp") center center no-repeat;
}

.dcn {
  background: url("../img/departamento_ciencias_naturales.webp") center center no-repeat;
}

.dmas {
  background: url("../img/departamento_matematicas_aplicadas.webp") center center no-repeat;
}

.dcbs-banner {
  background: url("../img/dcbs/dcbs-banner.png") center center no-repeat;
  background-size: initial !important;
}

.labs {
  background: url("../img/laboratorios.webp") no-repeat;
}

.canchas {
  background: url("../img/uamc-canchas.jpg") center center no-repeat;
}

.consejo-divisional {
  background: url("../img/uamc20.jpg") center center no-repeat;
}

.consejo-editorial {
  background: url("../img/consejo-editorial.webp") center center no-repeat;
}

.logo-dcn {
  background: url("../img/Logo-DCN.jpg") center center no-repeat;
  background-size: auto !important;
}

.logo-dpt {
  background: url("../img/logo-DPT.jpg") center center no-repeat;
  background-size: auto !important;
}

.intro-admisiones {
  background: url("../img/admisiones/admisiones-intro.svg") center center no-repeat;
}

.cuotas-admisiones {
  background: url("../img/admisiones/admisiones-cuotas.svg") center center no-repeat;
}

.resultados-admisiones {
  background: url("../img/admisiones/resultados.svg") center center no-repeat;
}

.modelo-educativo {
  background: url("../img/estudiar/modelo-educativo.svg") center center no-repeat;
}

.faq {
  background: url("../img/estudiar/faq.svg") center center no-repeat;
}

.guia {
  background: url("../img/estudiar/guia.png") center center no-repeat;
}

.titulacion {
  background: url("../img/titulaciones/titulacion.svg") center center no-repeat;
}

.servicio-social {
  background: url("../img/titulaciones/servicio-social.svg") center center no-repeat;
}

.movilidad {
  background: url("../img/titulaciones/movilidad.svg") center center no-repeat;
}

.biblioteca {
  background: url("../img/biblioteca.jpg") center center no-repeat;
}

.biblioteca-1 {
  background: url("../img/biblioteca-01.jpg") center center no-repeat;
}

.biblioteca-2 {
  background: url("../img/book.webp") center center no-repeat;
}

.axcan {
  background: url("../img/gaceta-axcan/Gaceta-Axcan-Sept-Oct-2022.jpg") center center no-repeat;
}

.microuam {
  background: url("../img/revista-microuam/microuam.png") center center no-repeat;
}

.lenguas {
  background: url("../img/titulaciones/lenguas.svg") center center no-repeat;
}

.intro-lbm {
  background: url("../img/lbm/intro-lbm.svg") center center no-repeat;
}

.intro-lib {
  background: url("../img/lib/intro-lib.svg") center center no-repeat;
}

.intro-lic {
  background: url("../img/lic/intro-lic.svg") center center no-repeat;
}

.englisgh-version {
  background: url("../img/lic/english-version.svg") center center no-repeat;
}

.intro-lma {
  background: url("../img/lma/intro-lma.svg") center center no-repeat;
}

.dcbs-programas-estudio {
  background: url("../img/dcbs/dcbs-programas-estudio.svg") center center no-repeat;
}

.creative-experiment {
  background: url("../img/dcbs/creative-experiment.svg") center center no-repeat;
}

.porque-estudiar {
  background: url("../img/4lics/porque-estudiar.svg") center center no-repeat;
}

.perfil {
  background: url("../img/4lics/perfil.svg") center center no-repeat;
}

.perfil-campo-laboral {
  background: url("../img/4lics/perfil-campo-laboral.svg") center center no-repeat;
}

.plan-estudios {
  background: url("../img/4lics/plan-estudios.svg") center center no-repeat;
}

.programas-estudio {
  background: url("../img/4lics/programas-estudio.svg") center center no-repeat;
}

.bloque-optativas {
  background: url("../img/4lics/bloque-optativas.svg") center center no-repeat;
}

.proceso-acreditacion {
  background: url("../img/4lics/proceso-acreditacion.svg") center center no-repeat;
}

.documentos {
  background: url("../img/4lics/documentos.svg") center center no-repeat;
}

.actividades {
  background: url("../img/4lics/actividades-alumnos.svg") center center no-repeat;
}

/* CODDAA */
.coddaa-presentacion {
  background: url("../img/coddaa/presentacion.jpg") center center no-repeat;
}

.coddaa-books {
  background: url("../img/coddaa/books.svg") center center no-repeat;
}

.coddaa-cancel {
  background: url("../img/coddaa/cancel.svg") center center no-repeat;
}

.coddaa-chore-list {
  background: url("../img/coddaa/chore_list.svg") center center no-repeat;
}

.coddaa-faq {
  background: url("../img/coddaa/questions.svg") center center no-repeat;
}

.coddaa-convocatoria {
  background: url("../img/coddaa/online_information.svg") center center no-repeat;
}

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }

  .about-us .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}


/* Accortdion */
.about-us .accordion-header .accordion-button {
  padding: 2px 4px;
  font-size: 24px;
  font-weight: 400;
}

.about-us .accordion-body {
  padding: 0 1.25rem 1rem;
  font-size: 16px;
  color: #4D4643;
}

/*--------------------------------------------------------------
# Personal 
--------------------------------------------------------------*/
.personal {
  background: #fff;
}

.personal h3 {
  font-weight: 700;
  font-size: 34px;
}

.personal .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.personal .member .pic {
  overflow: hidden;
  border-radius: 50%;
}

.personal .member .pic img {
  transition: ease-in-out 0.3s;
  width: 160px;
  height: 160px;
}

.personal .member:hover img {
  transform: scale(1.1);
}

.personal .member .member-info {
  padding-left: 0;
}

.personal .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #65534c;
}

.personal .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.personal .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #F2A649;
  bottom: 0;
  left: 0;
}

.personal .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.personal .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.personal .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #F2A649;
  margin-right: 8px;
}

.personal .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.personal .member .social a:hover {
  background: #F08200;
}

.personal .member .social a+a {
  margin-left: 8px;
}

@media (max-width: 1200px) {
  .personal .member .pic {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 1200px) {
  .personal .member .member-info {
    padding-left: 30px;
  }
}


/*--------------------------------------------------------------
# programas-estudio 
--------------------------------------------------------------*/
/* Programas de Estudio */
/* Bloque optativas */
.programa {
  padding: 0;
}

.programa .row {
  overflow: hidden;
}

.programa .nomenclature i {
  font-size: 3.5em;
  float: left;
  margin-right: 10px;
}

.programa .nomenclature .tronco i {
  color: #FFE8E0;
}

.programa .nomenclature .formacion-basica i {
  color: #E3EDB8;
}

.programa .nomenclature .formacion-profesional i {
  color: #FEFFB2;
}

.programa .accordion-collapse .accordion-body span {
  font-size: 15px;
  padding-right: 30px;
  color: #90847F;
}

.programa .content-item span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.programa .content-item h4 {
  font-size: 24px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.programa .content-item p {
  color: #575757;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.programa .content-item .codigos {
  display: inline;
  margin: 0 12px 0 0;
  font-size: 15px;
}

.programa .content-item .card-body {
  margin-top: 2px;
}

.programa .accordion .content-item .body-tronco {
  background: rgba(255, 220, 207, 0.22665954968944102);
}

.programa .accordion .content-item .body-formacion-basica {
  background: rgba(237, 240, 219, 0.8127626050420168);
}

.programa .accordion .content-item .body-formacion-profesional {
  background: rgba(255, 251, 233, 0.9408611918604651);
}

.programa .accordion .content-item .body-optativas {
  background: rgba(249, 218, 187, 0.4305555555555556);
}

.programa .accordion .content-item .footer-tronco {
  background-color: rgba(255, 220, 207, 0.6558998599439776);
}

.programa .accordion .content-item .footer-formacion-basica {
  background-color: rgba(215, 230, 154, 0.700717787114846);
}

.programa .accordion .content-item .footer-formacion-profesional {
  background-color: rgba(254, 255, 161, 0.8245821220930233);
}

.programa .accordion .content-item .footer-optativas {
  background-color: rgba(255, 190, 125, 0.7962962962962963);
}

@media (max-width: 768px) {
  .programa .content-item {
    margin: 5px 0 5px 5px;
    border-left: none;
  }
}



/*--------------------------------------------------------------
# On Focus Section (Videos de personas egresadas)
--------------------------------------------------------------*/
.onfocus {
  padding: 0;
}

.onfocus .video-play {
  min-height: 400px;
  background-size: cover;
}

.onfocus .lbm-egresado1 {
  background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/lbm/video-asley-solano.png") center center;
}

.onfocus .lbm-egresado2 {
  background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/lbm/video-saul.png") center center;
}

.onfocus .lib-egresado1 {
  background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/lib/video-jose-perez.png") center center;
}

.onfocus .lic-egresada1 {
  background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/lic/video-brenda-acosta.png") center center;
}

.onfocus .lic-egresado2 {
  background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/lic/video-miguel-guerra.png") center center;
}

.onfocus .lma-egresada1 {
  background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/lma/video-egresada.png") center center no-repeat;
}

.onfocus .content {
  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/4lics/graduate_education.svg") center center;
  background-size: cover;
  color: rgba(var(--color-white-rgb), 0.8);
  padding: 40px;
}

@media (min-width: 768px) {
  .onfocus .content {
    padding: 80px;
  }
}

.onfocus .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-white);
}

.onfocus .content ul {
  list-style: none;
  padding: 0;
}

.onfocus .content ul li {
  padding-bottom: 10px;
}

.onfocus .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.onfocus .content p:last-child {
  margin-bottom: 0;
}

.onfocus .content .read-more {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.onfocus .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.onfocus .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.onfocus .content .read-more:hover i {
  margin-left: 10px;
}



/*--------------------------------------------------------------
# Coordinacion licenciaturas
--------------------------------------------------------------*/
.coordinacion {
  background: #fff;
}

.coordinacion .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.coordinacion .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.coordinacion .member .pic img {
  transition: ease-in-out 0.3s;
}

.coordinacion .member:hover img {
  transform: scale(1.1);
}

.coordinacion .member .member-info {
  padding-left: 30px;
}

.coordinacion .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.coordinacion .member span {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.coordinacion .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #F08200;
  bottom: 0;
  left: 0;
}

.coordinacion .member p {
  margin: 10px 0 0 0;
  font-size: 15px;
}

.coordinacion .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.coordinacion .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #F08200;
}

.coordinacion .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.coordinacion .member .social a:hover {
  background: #0BC0CF;
}

.coordinacion .member .social a+a {
  margin-left: 8px;
}





/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 60px;
}

.features h3 {
  font-weight: 700;
  font-size: 34px;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: #2b2320;
}

.features .nav-link:hover {
  color: #f08200;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #f08200;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/*--------------------------------------------------------------
# Informes
--------------------------------------------------------------*/
.about {
  pad: 60px 0;
}

.about h3 {
  font-weight: 700;
  font-size: 34px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #ffb727;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .lbm .image {
  background: url("../img/lbm/logo-lbm.jpg") center center no-repeat;
  min-height: 400px;
  max-width: 100%;
}

.about .lib .image {
  background: url("../img/lib/logo-lib.png") center center no-repeat;
  min-height: 400px;
  max-width: 100%;
}

.about .lic .image {
  background: url("../img/lic/logo-lic.jpg") center center no-repeat;
  min-height: 400px;
  max-width: 100%;
}

.about .lma .image {
  background: url("../img/lma/logo-lma-b.png") center center no-repeat;
  min-height: 400px;
  background-size: cover;
}

.about .dcbs .image {
  background: url("../img/oferta_doctorado_ciencias_biologicas.webp") center center no-repeat;
  min-height: 400px;
  background-size: cover;
}

.about .dptos .image {
  background: url("../img/departamentos.webp") center center no-repeat;
  min-height: 400px;
  background-size: cover;
}



/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2b2320;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #f08200;
}




/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f3f1f0;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2320;
}

.pricing h4 {
  font-size: 42px;
  color: #f08200;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #2b2320;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  color: #9c847b;
  border: 2px solid #e9e3e1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  color: #f08200;
  border-color: #f08200;
}

.pricing .featured {
  background: #F2A649;
  box-shadow: none;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing .featured .btn-buy:hover {
  color: #f08200;
  background: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.cta-pricing {
  background: #f3f1f0;
  color: #65534c;
}

.cta-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta-pricing .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #f08200;
  color: #f08200;
  background: #fff;
}

.cta-pricing .cta-btn:hover {
  background: #f08200;
  color: #fff;
}





/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #f08200;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffeee8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2b2320;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65534c;
}

.contact .info:hover i {
  background: #f08200;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form .form-select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input,
.contact .php-email-form select {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit],
.form-button {
  background: #f08200;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover,
.form-button:hover {
  background: #F2A649;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #f08200;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #847872;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

/* .blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
} */
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f08200;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #fd490f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #3a2f2b;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f08200;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #2b2320;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(43, 35, 32, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f08200;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #483b36;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #2b2320;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #3a2f2b;
}

.blog .blog-pagination {
  color: #65534c;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #2b2320;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #f08200;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #2b2320;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f08200;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #fd4509;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #f08200;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b4aca8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f08200;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b4aca8;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f08200;
  background: #f08200;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Social Bar
--------------------------------------------------------------*/

.socialBar {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  background-color: #2b2320;
  border-radius: 4px;
}

.socialBar i {
  font-size: 34px;
  display: block;
  padding: 4px;
  color: #fff;
}

.socialBar:hover a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.socialBar .bxl-facebook:hover {
  background-color: #1b74e4;
}

.socialBar .bxl-instagram:hover {
  background-color: #DE214E;
}

.socialBar .fa-x-twitter:hover {
  background-color: #000000;
}

.socialBar .bxl-youtube:hover {
  background-color: #f00000;
}

@media (max-width: 768px) {
  .socialBar {
    display: none;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #b4aca8;
  font-size: 14px;
  background: #14100f;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: black;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  color: #b4aca8;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#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: #F08F18;
  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: #b4aca8;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #F08F18;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f08200;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #F2A649;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #b4aca8;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f08200;
  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 .social-links a:hover {
  background: #F2A649;
  color: #fff;
  text-decoration: none;
}





/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.cards-line .icon-box {
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 18px;
  border-bottom: 5px solid #fff;
}

.cards-line .icon-box .icon {
  width: 64px;
  height: 64px;
  background: #f08200;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.cards-line .icon-box .icon i {
  font-size: 28px;
}

.cards-line .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.cards-line .icon-box h4 a {
  color: #4D4643;
  transition: ease-in-out 0.3s;
}

.cards-line .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.cards-line .icon-box:hover {
  transform: translateY(-10px);
  border-color: #f08200;
}

.cards-line .icon-box:hover h4 a {
  color: #f08200;
}






/* ==================================================
  Gallery Styling
  ================================================== */
.gallery {
  padding-top: 60px;
  padding-bottom: 0;
}

.gallery h3 {
  padding-top: 30px;
  font-weight: 700;
  font-size: 34px;
}

.gallery-grid {
  margin-top: 65px;
}

.gallery-grid .row {
  margin: 0;
}

.gallery-grid .row>div {
  padding: 0;
}

.gallery-grid .row>div .card img {
  width: 100%;
}

.gallery-grid .row>div .card .gallery-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.gallery-grid .row>div .card .gallery-over>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-grid .row>div .card .gallery-over .card-title {
  color: #fff;
  font-size: 30px;
}

.gallery-grid .row>div .card .gallery-over .card-text {
  color: #fff;
  opacity: 0.75;
  padding: 0 45px;
}

.gallery-grid .row>div .card:hover .gallery-over {
  opacity: 1;
  visibility: visible;
}

.scroller-tw {
  /* width: 300px; */
  height: 650px;
  overflow-y: scroll;
  /* scrollbar-color: rebeccapurple green; */
  /* scrollbar-width: thin; */
}






/*--------------------------------------------------------------
# User
--------------------------------------------------------------*/
.user {
  overflow: hidden;
}

.user h2 {
  display: inline;
}

.user .img-fluid {
  display: inline !important;
}

.user h2 span {
  font-size: large;
  display: block;
  margin-top: 1em;
}

.user .nav-tabs {
  border: 0;
}

.user .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #4D4643;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.user .nav-link:hover {
  color: #F2A649;
}

.user .nav-link.active {
  color: #f08200;
  border-color: #f08200;
}

.user .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.user .details h3 {
  font-size: 26px;
  /* font-weight: 600; */
  margin-bottom: 20px;
}


.user .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .user .nav-link {
    border: 0;
    padding: 15px;
  }

  .user .nav-link.active {
    color: #fff;
    background: #f08200;
  }
}



.form-button {
  background: #f08200;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}



/*--------------------------------------------------------------
# alert messages
--------------------------------------------------------------*/

.alert-success {
  z-index: 1100;
  min-width: 380px;
  position: fixed;
  right: 0;
  top: 10%;
  border-left: 8px solid #024508 !important;
  border-radius: 4px;
}

.alert-error {
  z-index: 1100;
  min-width: 380px;
  position: fixed;
  right: 0;
  top: 20px;
  border-left: 8px solid #b90909 !important;
  border-radius: 4px;
}


/*--------------------------------------------------------------
# Team Gaceta
--------------------------------------------------------------*/
/* .team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
  min-height: 300px;
}

.team .member .pic {
  overflow: hidden;
  width: 300px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  color: #f08200;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #f08200;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  color: rgba(27, 47, 69, 0.7);;
} */

/*--------------------------------------------------------------
# Team Gaceta
--------------------------------------------------------------*/

.team .member {
  position: relative;
}

.team .member .pic {
  margin: 0 35px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid #ffe3c2;
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .team .member .pic {
    margin: 0 60px;
  }
}

.team .member .pic img {
  position: relative;
  z-index: 1;
  width: 120px;
}

.team .member .member-info {
  margin-top: 35px;
}

.team .member h4 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #f08200;
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: #92827D;
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .pic .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}







/*--------------------------------------------------------------
# Gaceta Axcán
--------------------------------------------------------------*/
.recent-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
}

.recent-posts .post-box .post-img img {
  transition: 0.5s;
  height: 370px;
}

.recent-posts .post-box .meta {
  margin-top: 15px;
}

.recent-posts .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
}

.recent-posts .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}

.recent-posts .post-box .post-title {
  font-size: 18px;
  color: var(--color-secondary);
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
}

.recent-posts .post-box p {
  margin: 15px 0 0 0;
  color: rgba(27, 47, 69, 0.7);
}

.recent-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
}

.recent-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-posts .post-box:hover .post-title,
.recent-posts .readmore:hover {
  color: #F08200;
  opacity: 0.8;
}

.recent-posts .readmore:visited {
  color: #F08200;
  opacity: 0.8;
}

.recent-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}





/*--------------------------------------------------------------
# Deptos Section
--------------------------------------------------------------*/
.card-line {
  padding: 60px 0;
}

.card-line .card-line-item {
  padding: 40px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
}

.card-line .card-line-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.card-line .card-line-item .icon i {
  /* color: var(--color-default); */
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.card-line .card-line-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.card-line .card-line-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.card-line .card-line-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.card-line .card-line-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: #f08200;
}

.card-line .card-line-item:hover .icon:before {
  background: #f08200;
}

.card-line .card-line-item:hover h3 {
  border-color: #f08200;
}





/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.card-bss {
  background: #fff;
  padding: 60px 0;
}

.card-bss .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.card-bss .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.card-bss .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.card-bss .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.card-bss .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.card-bss .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(78, 64, 57, 0.6);
  text-align: center;
}

.card-bss .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.card-bss .member .social a:hover {
  color: #f08200;
}

.card-bss .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.card-bss .member:hover .member-info {
  background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.card-bss .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.card-bss .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}


/* Seminario Divisional (videos) */
.video-seminario {
  width: 100%;
  height: 450px;
}

/* Seminario Divisional article */
.features article {
  padding: 5% 0;
}

/* Google search */
#google-search {
  @media (max-width: 992px) {
    display: none;
  }
}


/* User view */
.img-user {
  max-width: 100%;
  max-height: 350px;
}

/* Actividades Covid-19 */
.list-group-item.active {
  background-color: #f08200;
  border-color: #f08200;
}