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

a {
  color: #e9e9e9;
}

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

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

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

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

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

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

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 50px;
  transition: all 0.5s ease;
}
#header .logo h1, .header-portfolio .logo h1 {
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.header-portfolio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dark-header {
  background-color: #a7a7a7;
  transition: all 0.5s ease;
  padding: 5px 20px !important;
}
.dark-header .nav-menu a {
  color: #fff;
}


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

.nav-menu ul {
  display: flex;
  margin: 0 auto;
  align-content: center;
}
.nav-menu ul li {
  list-style: none;
}
.nav-menu a {
  color: #fff;
}
.nav-menu ul li a {
  padding-left: 20px;
}
.nav-menu a:hover span, .nav-menu .active > a span, .nav-menu li:hover > a span {
  border-bottom: solid 2px #e4e4e4;
}

.nav-menu a:hover i, .nav-menu .active > a i, .nav-menu li:hover > a i {
  color: #fff;
}

/* Mobile Navigation */

.mobile-nav {
  display: none;
}
.mobile-nav:hover {
  color: #fff !important;
}
.dropdown-item:active{
  background-color: #f1f1f1;
  color: #000;
}
@media (max-width: 900px) {
  .mobile-nav {
    display: block;
    color : #fff;
    padding: 0;
  }
  .mobile-nav i {
    margin-left: -8.7px;
  }
  .dropdown-toggle::after {
    content: none;
  }
  .nav-menu {
    display: none;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
}

#hero:before {
  content: "";
  background: rgba(5, 13, 24, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #e2e2e2;
}

@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;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #fcfcfc;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #383838;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #7c7c7c;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #383838;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 2px;
  color: #3a3a3a;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/

.facts .count-box {
  padding: 30px;
  width: 100%;
}

.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #3a3a3a;
  float: left;
}

.facts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #181818;
  margin-left: 60px;
}

.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #383838;
}

.facts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #383838;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.facts .count-box a:hover {
  color: #383838;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e4e4e4;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #3a3a3a;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1b1b1b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #3a3a3a;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #e4e4e4;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #3f3f3f;
}

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

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #3a3a3a;
}

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

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

.portfolio .portfolio-wrap::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .blur:hover img {
  filter: brightness(75%) blur(1px);
}
.zoom img {
  transition: transform 0.5s ease;
}
.zoom:hover img {
  transform: scale(1.5);
}

.medio-porta {
  width: 47.5%;
}
.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -300px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 100%;
}

.video-cia {
  width: 100%;
}

.items-space {
  display: flex;
  justify-content: space-between;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0px;
}

.portfolio-links h4 {
  color: #fafafa;
  font-size: 35px;
  z-index: 99999;
}
.paneles {
  width: 65%;
  margin: 0 auto;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
}
.paneles-cia {
  width: 75%;
  margin: 0 auto;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #3a3a3a;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #3a3a3a;
}

.servicios-top {
  margin-top: 30px;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #3a3a3a;
}

.services .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #343a40;
}

.services .title a:hover {
  color: #3a3a3a;
}

.services .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #444444;
  padding: 0;
}

.contact .wrap-info {
  padding: 0 50px;
  display: flex;
  width: 45%;
}
.contact .info {
  padding-top: 25px;
  display: block;
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  color: #f7f7f7;
  float: left;
  width: 44px;
  height: 44px;
  background: #272727;
  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: #e6e6e6;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #e2e2e2;
}

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

.contact .info .social-links a:hover {
  background: #131313;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #000000;
  color: #fff;
}
@media(max-width: 1500px) {
  .contact iframe {
    height: 310px !important;
  }
  iframe {
    width: 45% !important;
  }
  .wrap-info {
    width: 55% !important;
  }
}
@media(max-width: 970px) {
  .contact {
    display: block;
  }
  .contact .wrap-info {
    display: block;
    width: 100% !important;
  }
  .wrap-info .info {
    display: flex;
  }
  .address, .email, .phone {
    width: 33.33%;
  }
  #map {
    width: 100% !important;
    height: 250px !important;
  }
  .medio-porta {
    width: 100%;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.pf-details {
  background-color: #fcfcfc;
}

.container-details {
  margin: 50px auto;
  width: 80%;
}

.minus-margin {
  margin-bottom: 10px !important;
}

.container-full {
  width: 99.9%;
  margin: 0 auto;
  text-align: center;
}

.container-details .return {
  background-color: #040b14;
  color: #eee;
  padding: 5px;
  border-radius: 5px;
}

.bg-details-wrap {
  background-color: #f8f8f8;
  display: flex;
  margin: 0;
}

.portfolio-text {
  width: 50%;
  padding: 30px;
}

.portfolio-details {
  margin-top: 50px;
}

.portfolio-details .portfolio-details-container {
  position: relative !important;
  width: 50%;
  padding: 10px;
  margin-bottom: 20px;
}

.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: #000000 !important;
}

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

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8a8a8a;
}

.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: 400;
  margin-bottom: 20px;
}

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

.portfolio-details-carousel img {
  max-width: 100%;
  width: 100%;
}

.elementos {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1600px) {
  .bg-details-wrap {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .portfolio-text, .portfolio-details, .portfolio-details-container {
    width: 100% !important;
  }
}

@media (max-width: 1400px) {
  .container-details {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .bg-details-wrap {
    width: 100%;
  }
  .paneles, .paneles-cia {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container-details {
    width: 100%;
    padding: 0 10px;
  }
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
    box-shadow: none;
  }
  .wrap-info .info {
    display: block;
  }
  .address, .email, .phone {
    width: 100%;
  }
}

.plano-full {
  width: 100%;
}
.plano-full img, .plano-col-item img {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
.plano-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.plano-col-item {
  width: 45%;
}
.plano-bottom {
  margin-bottom: 25px;
}
#map {
  width: 55%;
  height: 270px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #fff;
  font-size: 14px;
  position: static;
  left: 0;
  bottom: 0;
  width: auto;
  z-index: 9999;
  background: #a7a7a7;
}

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

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (min-width: 768px){
  #projects-size{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px){
  #projects-size{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.centrar-Carmen{
  text-align:center;
}
