/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
}


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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;	
  transition: 0.5s;
  object-fit: cover;
}

#header .logo:hover img{
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.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: #554F4E;
  padding: 14px 14px;
  transition: 0.3s;
  font-size: 19px;
 }

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

.nav-item .dropdown-menu{
  display: none;
}

.nav-item:hover > .dropdown-menu{
  display: block;
}

.nav-menu .dropdown-menu .dropdown-item:active{
  background-color: #ccc6ce !important;
}

/*.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  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;
  color: #554F4E;
}

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

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

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

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

.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 {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: linear-gradient(90deg, #670B80, #ce17ff) 100%;
  transition: 0.4s;
}

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

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

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

.mobile-nav .dropdown-menu .dropdown-item{
  color: #cf1dff;
}

.mobile-nav .dropdown-menu .dropdown-item:active{
  background-color: #ccc6ce !important;
}

/*.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: "\eaa0";
}

.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-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: #b200fc;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(77, 9, 96, 0.5);
  overflow: hidden;
  display: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

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

.mobile-nav-active .mobile-nav {
  left: 0;
}

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

.vbox-container {
  overflow-y:auto;
}

.vbox-backdrop {
  background: rgba(77, 9, 96, .6) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.vbox-container .vbox-child{
  width: 80% !important;
}

.vbox-container img{
  max-width: 100%;
}

.vbox-close svg{
  margin: 20px 40px;
  width: 2rem;  
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero, #mujeres {
  width: 100%;
  /*height: calc(100vh - 114px);*/
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item, #mujeres .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
}

#hero .carousel-item::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.4);*/
  background-color: rgba(25, 3, 30, .5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container, #mujeres .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10%;
  right: 10%;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
  width: 90%;
  margin: auto;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  }

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-control-prev, .carousel-control-next {
  width: 10%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started, #mujeres .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #b200fc;
  text-decoration: none !important;
}

#hero .btn-get-started:hover, #faq .btn-get-started:hover {
  background: #cf1dff;
}

#faq .btn-get-started{
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 12px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 50px;
  color: #fff;
  animation-delay: 0.8s;
  border: 0;
  background: #b200fc;
  text-decoration: none !important;
  }

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#objetivo, #funciones, #comision, #poc, #mujeres, #media, #normatividad{
  padding-top: 40px;
}

.section-bg {
  background-color: #FFFFFF;
}

.section-title {
  text-align: center;
  padding: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #cf1dff;
}

.container .section-title p {
  margin-bottom: 0;
  font-size: 17px;
  text-align: justify;
  color: #666;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}



/*--------------------------------------------------------------
# Objective
--------------------------------------------------------------*/
.objective .img-object{
  width: 100%;
  padding-block: 2%;
}

.media .video-box img {
  padding: 15px 0;
}

.media .media-content {
  padding: 40px;
}

.media .icon-box + .icon-box {
  margin-top: 40px;
}

.media .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.media .icon-box .icon i {
  color: #b200fc;
  font-size: 32px;
}

.media .icon-box:hover .icon {
  background: #b200fc;
}

.media .icon-box:hover .icon i {
  color: #fff;
}

.media .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.media .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.media .icon-box .title a:hover {
  color: #b200fc;
  text-decoration: none;
}

.media .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.media .video-box {
  position: relative;
}

.media .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#b200fc 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.media .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);
}

.media .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 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: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.media .play-btn:hover::after {
  border-left: 15px solid #b200fc;
  transform: scale(20);
}

.media .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 pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Functions
--------------------------------------------------------------*/
.functions .row {
  overflow: hidden;
}

.functions .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.functions .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #b200fc;
}

.functions .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.functions .content-item p {
  color: #AAA3A2;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: justify;
}



/*---------- lista----------*/
.faq .faq-list ul {
  padding: 0;
  list-style: none;
  /*margin top: 20px;*/
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 35px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 50px;
  outline: none;
  color: #b200fc;
  text-decoration: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #b200fc;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  margin-left: 50px;
}

.faq .faq-list .icon-show {
  display: none;
  
}

.faq .faq-list a.collapsed {
  color: #343a40;
  margin-left: 7px;
  text-decoration: none;
}

.faq .faq-list a.collapsed:hover {
  color: #b200fc;
 
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
 
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
 
}

.icofont-check-circled{
  color: #b200fc;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding-top: 40px;
  }
}

/*---------- # Formatos ----------*/
.faq .faq-list .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

 /*{
  font-family: 'Open Sans', sans-serif !important;
  color: #111111;
  transition: 0.3s;
  font-size: 16px;
  text-decoration: none;
}*/

.faq .faq-list .entry-title a:hover {
  color: #b200fc;
}

.icofont-check-circled{
  padding-right: 10px;
}

/*---------- lista----------*/
/*.poc .faq{
  padding-top: 50px;
}

.faqp .faqp-list ul {
  padding: 0;
  list-style: none;
  margin-bottom: 100px;
  margin-top: 20px;
}

/*.faqp .faqp-list li {
  padding-top: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.faqp .faqp-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 50px;
  outline: none;
  color: #111111;
  text-decoration: none;
}

.faqp .faqp-list a:hover {
  color: #b200fc;
}

.faqp .faqp-list .btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #b200fc;
}

.faqp .faqp-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #b200fc;
}

.faqp .faqp-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faqp .faqp-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  margin-left: 50px;
}

.faqp .faqp-list .icon-show {
  display: none;
  
}

.faq .faq-list a.collapsed {
  color: #343a40;
  margin-left: 7px;
}

.faqp .faqp-list a.collapsed:hover {
  color: #b200fc;
 
}

.faqp .faqp-list a.collapsed .icon-show {
  display: inline-block;
 
}

.faqp .faqp-list a.collapsed .icon-close {
  display: none;
 
}

@media (max-width: 1200px) {
  .faqp .faqp-list {
    padding: 0;
  }
}*/

/*---------- # Formatos ----------*/
.faq .faq-list .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.faq .faq-list .entry-title a {
  color: #111111;
  transition: 0.3s;
  font-size: 16px;
}

.faq .faq-list .entry-title a:hover {
  color: #b200fc;
}

/*--------------------------------------------------------------
#postales
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio h3{
  font-size: 24px;
}

#girlsCarousel, #womanCarousel, #sinergiaCarousel, #conversaCarousel{
  padding: 0 0 50px 0;
}

#sinergiaCarousel .carousel-control-next, #sinergiaCarousel .carousel-control-prev {
  color: #10990b;
}

#womanCarousel .carousel-control-next, #womanCarousel .carousel-control-prev {
  color: #600b99;
}

/*.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #b200fc;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}*/

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(178, 0, 252, 0.2);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #b200fc;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #b200fc;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #b200fc !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.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: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
}

.team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

.team .member:hover .member-info {
  background: rgba(178, 0, 252, 0.6);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {   
  color: #eee;
  font-size: 12px;
  margin-top: 100px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

#footer .footer-top {
  background: rgba(52, 6, 64, .85);
  padding: 60px 0 30px 0;

 }

.container-footer{
  padding-right: 100px;
  padding-left: 100px;
}

.row-end{
  display: flex;
}

.row-end .col-lg-3{
  display: contents;
  /*flex: 0 0 50%;
  max-width: 50%;*/
}

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

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

#footer .footer-top .footer-info img {
  height: 40px;
  /*margin-bottom: 10px;*/
  margin-top: 43px;
  margin-left: 100px;
  
}

#footer .footer-top .footer-info p {
  font-size: 11px;
  line-height: 15px;
  margin: 47px 100px 0 20px;
  color: #fff;
  text-align: justify;
}

/*#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #b200fc;
  color: #eee;
  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:  #cf1dff;
  color: #fff;
}*/

/*#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid  #43084f;
}

#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: 5px;
  color: #cf1dff;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #43084f;
  padding: 10px 0;
}

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

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cf1dff;
}*/

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

#footer .footer-top .footer-contact .maps, .phone{
  padding: 0 50px;
  text-align: center;
  width: 35%;
}

.mail{
  text-align: center;
  width: 35%;
}

#footer .footer-top .footer-contact p {
  line-height: 25px;
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
}

#footer .footer-top .footer-contact a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}

#footer .footer-top .footer-contact .maps:hover{
  transform: scale(1.1);
  
}

/*#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #cf1dff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #cf1dff;
}*/

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits,#footer .credits a {
  text-align: center;
  font-size: 10px;
  color: #43084f;
}

.modal-header{
  border-bottom: 0;
}

.modal-footer{
  border-top: 0;
}

.modal-title{
  padding: 0 20px;
}

.modal-footer .btn{
  font-size: 13px;
}

.modal{
  z-index: 999999;
}

.modal-open .modal{
  backdrop-filter: blur(3px) grayscale(100%);  
  background: rgba(67, 8, 79, .5);
}

.modal-content{
  background: linear-gradient(312deg, #340640, #ce17ff) 100%;
  font-size: large;
  font-style: italic;
  color: #e9ecef;
 }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 19px;
  right: 15px;
  bottom: 15px;
  background: #b200fc;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background:  #cf1dff;
  transition: background 0.2s ease-in-out;
}





@media (max-width: 768px) {
#hero h2{
  font-size: 28px;
}
.portfolio h3{
  font-size: 17px;
}
.section-title h2{
  font-size: 28px;
}
.container .section-title p, .functions .content-item p, .faq .faq-list .entry-title a, .faq .faq-list p, .team .member h4 {
  font-size: 14px;
}
.team .member span{
  font-size: 10px;
}
.functions .content-item span{
  font-size: 19px;
}
.breadcrumbs .d-flex {
  display: block !important;
}
.breadcrumbs ol {
  display: block;
}
.breadcrumbs ol li {
  display: inline-block;
}
.functions .content-item {
  padding: 40px 0;
}
.team .container .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.portfolio-details .portfolio-description h2 {
  width: 100%;
}
.portfolio-details .portfolio-info {
  position: static;
  margin-top: 30px;
}
#mujeres .carousel-item {
  height: calc(120vh - 700px);
}
#faq .btn-get-started{
  font-size: 10px;
  padding: 12px;
  margin: 10px 50px;
}
.row-end{
  display: block;
}
.row-end .col-lg-3{
  max-width: 100%;
}
.icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media .icon-box .title{
  text-align: center;
  padding-top: 50px;
  margin-left: 0;
}
.media .icon-box .description{
  margin-left: 0;
  text-align: center;
}

#footer{
  background-position:0%;
}

#footer .footer-top .footer-contact{
  display: block;
}
#footer .footer-top .footer-contact .contact{
  width: 100%;
  padding: 20px 50px;
}
/*#footer .footer-top .footer-contact  .mail span{
  font-size: smaller;
}*/
#footer .footer-top .footer-info img{
  margin-left: 43%;
}
#footer .footer-top .footer-info p{
  margin: 20px;
}
.container-footer{
  padding: 0;
}



  }

  .intro-notes {
    font-size: 12px;
    line-height: 16px;
  }
  

