/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family: 'Raleway', sans-serif;
color: #282828;
}
  
.body-portafolio-bg{
background-color: #F5F5F5;
}

.body-index-bg{
background-color: #111111;
}
  
a {
color: #2EB7D5;
text-decoration: none;
}
  
a:hover {
color: #2EB7D5;
text-decoration: none;
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif;
}

/**/
* {
  user-select: none;
}
*::selection {
  background: none;
}
*::-moz-selection {
  background: none;
}

.button{
  color:#ffffff;
  background-color:#2EB7D5;
  border:1px solid #2EB7D5;
  border-radius: 10px;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
}

.button a,
.button a:hover{
text-decoration: none;
}

.linktrabajo{
  color:#ffffff;
  background-color:#353535;
  border:1px solid #353535;
  border-radius: 10px;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
}

.linktrabajo a{
  text-decoration: none;
}

/*--------------------------------------------------------------
# Botón ver más
--------------------------------------------------------------*/
.btn-ver {
  display: inline-block;
  padding: 0.1rem 0.1rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
  background-color: #2EB7D5;
}
.btn-ver:focus {
  outline: 0;
}
.btn-ver:hover {
  background-color: #2EB7D5;
  color: #fff;
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Botón subir a inicio
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 996;
background: #2EB7D5;
width: 40px;
height: 40px;
border-radius: 50px;
transition: all 0.4s;
}
  
.back-to-top i {
font-size: 28px;
color: #F5F5F5;
line-height: 0;
}
  
.back-to-top:hover {
background: #F5F5F5;
}

.back-to-top i:hover {
color: #111111;
}
  
.back-to-top.active {
visibility: visible;
opacity: 1;
}

/*--------------------------------------------------------------
# HEADER - INICIO
--------------------------------------------------------------*/
/*
Header - inicio (¡Hola, Mundo!)
*/

#header-inicio {
transition: all 0.5s;
z-index: 997;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
background-color: transparent
}
  
#header-inicio .logo img {
max-height: 40px;
}
  
@media (max-width: 992px) {
#header-inicio {
border: 0;
padding: 15px 0;
}
}

/*
Navbar inicio (Hero)
*/
.navbar-inicio {
padding: 0;
}
  
.navbar-inicio ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
  
.navbar-inicio li {
position: relative;
}
  
.navbar-inicio>ul>li {
position: relative;
white-space: nowrap;
margin: 0 12px;
}
  
.navbar-inicio a,
.navbar-inicio a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 25px 3px 15px 3px; 
font-size: 14px;
font-weight: 600;
color: rgba(245, 245, 245, 0.7);
white-space: nowrap;
transition: 0.3s;
position: relative;
text-decoration: none;
}
  
  .navbar-inicio a i,
  .navbar-inicio a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar-inicio>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #2EB7D5;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .navbar-inicio a:hover:before,
  .navbar-inicio li:hover>a:before,
  .navbar-inicio .active:before {
    visibility: visible;
    width: 100%;
  }
  
.navbar-inicio a:hover,
.navbar-inicio .active,
.navbar-inicio .active:focus,
.navbar-inicio li:hover>a {
color: #f5f5f5;
}
  
.navbar-inicio .dropdown ul {
display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.25);
    transition: 0.3s;
    border-top: 2px solid #2EB7D5;
  }
  
  .navbar-inicio .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-inicio .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #282828;
  }
  
  .navbar-inicio .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-inicio .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #111111;
  }
  
  .navbar-inicio .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar-inicio .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar-inicio .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar-inicio .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar-inicio .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }

/*--------------------------------------------------------------
# 1.1 Sección Hero : Index
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/bgprincipal.jpg") top center;
    background-size: cover;
    position: relative;
  }
  
  #hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .container {
    padding-top: 72px;
    position: relative;
    text-align: center;
  }
  
  #hero h1 {
    margin: 0 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 1px;
    color: #fff;
  }
  
  #hero .title-hola{
    color: rgba(255, 255, 255);
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 5px;
  }
  
  #hero .play-btn {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    background: radial-gradient(#2EB7D5 50%, rgba(46, 183, 213, 0.4) 52%);
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
  }
  
  #hero .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);
  }
  
  #hero .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 3s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(46, 183, 213, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(40, 40, 40, 0);
  }
  
  #hero .play-btn:hover::after {
    border-left: 15px solid #2EB7D5;
    transform: scale(20);
  }
  
  #hero .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;
    animation: none;
    border-radius: 0;
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }

/*--------------------------------------------------------------
HEADER - PORTAFOLIO
--------------------------------------------------------------*/
/*
Header portafolio
*/
#header {
transition: all 0.5s;
z-index: 997;
border-bottom: 1px solid rgba(245, 245, 245, 0.1);
background-color: #FFFFFF;
}
  
#header.header-scrolled,
#header.header-inner-pages {
background: #F5F5F5;
box-shadow: 0px 0px 30px rgba(74, 74, 74, 0.15);
}
  
#header .logo img {
max-height: 40px;
}
  
@media (max-width: 992px) {
#header {
border: 0;
padding: 15px 0;
}
}
  
/*--------------------------------------------------------------
# Menú navegación index (Portafolio)
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
padding: 0;
}
  
.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
  
.navbar li {
position: relative;
}
  
.navbar>ul>li {
position: relative;
white-space: nowrap;
margin: 0 12px;
}
  
.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 3px 10px 3px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
color: rgba(40, 40, 40, 0.7);
white-space: nowrap;
transition: 0.3s;
position: relative;
}
  
.navbar a i,
.navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}
  
.navbar>ul>li>a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: -10px; /* modificar a -2 */
left: 0;
background-color: #2EB7D5;
visibility: hidden;
width: 0px;
transition: all 0.3s ease-in-out 0s;
}
  
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
visibility: visible;
width: 100%;
}
  
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #111111;
  }
  
.navbar .dropdown ul {
display: block;
position: absolute;
left: 0;
top: calc(100% + 30px);
margin: 0;
padding: 10px 0;
z-index: 99;
opacity: 0;
visibility: hidden;
background: #F5F5F5;
box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.25);
transition: 0.3s;
border-top: 2px solid #2EB7D5;
}
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #282828;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #111111;
  }
  
  .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: #2EB7D5;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  
    .navbar-inicio ul {/* Navbar inicio */
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 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: 15px;
    color: #282828;
  }
  
  .navbar-mobile a:hover:before,
  .navbar-mobile li:hover>a:before,
  .navbar-mobile .active:before {
    visibility: hidden;
  }
  
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
color: #2EB7D5;
}
  
.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(40, 40, 40, 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: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #2EB7D5;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
  
/*--------------------------------------------------------------
# Sección General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #111111;
    position: relative;
    z-index: 2;
    
  }
  
.section-title span {
position: absolute;
top: 33px;
    color: #E8E8E8;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
  }
  
  .section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  
  @media (max-width: 575px) {
    .section-title h2 {
      font-size: 28px;
      margin-bottom: 15px;
    }
  
    .section-title span {
      font-size: 38px;
    }
  }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/* Filtros */
#portfolio{
  padding-top: 120px;
  align-items: center;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #282828;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f5f5f5;
  border-radius: 50px;
}

.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #353535;
}

.portfolio #portfolio-flters li:hover {
  color: #fff;
  background: #727272;
}

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

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

/* Fin filtros */

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.8);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

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

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

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# 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 #d43076;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d43076;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(44, 73, 100, 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;
}


  
/*--------------------------------------------------------------
# Detalles de portafolio
--------------------------------------------------------------*/
  .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: transparent;
    opacity: 1;
    border: 1.5px solid #2EB7D5;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2EB7D5;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(40, 40, 40, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADADA;
  }
  
  .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;
  }
  
  /*--------------------------------------------------------------
  # Banner bajo el header
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background: transparent;
    min-height: 40px;
    margin-top: 72px;
  }
  
  @media (max-width: 992px) {
    .breadcrumbs {
      margin-top: 63px;
    }
  }
  
  .breadcrumbs h2 {
    font-size: 26px;
    font-weight: 500;
  }
  
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
  }
  
  .breadcrumbs ol li a {
    color: #282828;
    text-decoration: none;
    font-weight: 600;
  }
  
  .breadcrumbs ol li a:hover {
    color: #2EB7D5;
  }
  
  .breadcrumbs ol li+li {
    padding-left: 10px;
  }
  
  .breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #282828;
    content: "/";
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #111111;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
  }
  
  #footer h3 {
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    position: relative;
    font-family: 'Reenie Beanie', cursive;
    padding: 0;
    margin: 0 0 15px 0;
  }
  
  #footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
  }
  
  #footer .social-links {
    margin: 0 0 40px 0;
  }
  
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2EB7D5;
    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: #F5F5F5;
    color: #282828;
    text-decoration: none;
  }
  
  #footer .copyright {
    margin: 0 0 5px 0;
  }
  
  #footer .credits {
    font-size: 13px;
  }
  
  #footer .credits a {
    color: #2EB7D5;
    transition: 0.3s;
  }
  
  #footer .credits a:hover {
    color: #DADADA;
  }