@font-face {
  font-family: NexaLight;
  src: url("../font/NexaLight.otf");
}

@font-face {
  font-family: NexaRegular;
  src: url("../font/NexaRegular.otf");
}

@font-face {
  font-family: NexaBold;
  src: url("../font/NexaBold.otf");
}

/*html, body { height:100%; }*/

body {
  padding-top: 0px;
  background: #ffffff;
  color: #000000 !important;
  font-family: NexaLight;
  position: relative; 
  overflow-x: hidden;
}

/*
body main#content {
  flex: 1 0 auto;
}

main {
  display: block;
}

body>footer {
  flex-shrink: 0
}

.fill-height-or-more {
  display: flex;
  flex-direction: column;
}

.fill-height-or-more > div {
  flex: 1;
}
*/

span {
  scroll-margin-top: 8rem;
}

#navigation{
  display:block;
  width:100%;
  overflow:hidden;  
  min-height: 8.5em;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 23px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  margin-bottom: 60px;
}

.carousel-item {
  height: 100vh;
  /*min-height: 100vh;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: transparent;
  border-color: transparent;
  margin-top: -20px;
}

.navbar-toggler{
  width: 47px;
  height: 34px;
  background-color: transparent;
  border: none;
}
.navbar-toggler .line{
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-family: NexaLight;
  margin-left: 6px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-position: under;
  font-family: NexaLight;
  margin-left: 6px;
}

.black-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.nav-item{
  margin-right: 1em;
}

.dropdown-item {
  display: block;
  width: 100%;
  margin-left: -11px;
  font-size: 14px;
  font-family: NexaLight;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color:transparent;
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: underline;
  background-color: transparent;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}


.fixed-top.scrolled {
  background-color: #fff;
  transition: background-color 200ms linear;
}

.fixed-top.scrolled .nav-link {
  color: #000000;  
}

.fixed-top.scrolled .nav-link:hover {
  color: #000000;
  text-decoration: underline;
}

.fixed-top.scrolled .nav-link:focus {
  color: #000000;
  text-decoration: underline;
}

.bg-transparent {
  background-color:rgb(0, 0, 0, 0) !important;
}

.bg-black {
  background-color:rgb(0, 0, 0, 1) !important;
}

.bg-white {
  color: #ffffff !important;
  background-color:rgb(255, 255, 255, 1) !important;
}

#navbar-close{
  color: #ffffff;
  border-style: none;
  border-width: 0px;
}

#navbar-logo-home-1{
  max-width: 130px;
  margin-top: 0px;
}

#about{
  text-align: center;
  font-size: 19px;
  color: #000000;
  margin-top: 2em;
  margin-bottom: 2em;
  min-height: 100vh;
}

.image-projects-home{
  width: 100%;
}


/* Image Overlay */ 
.img-container{
  position:relative;
  display:inline-block;
}
.img-container img{
  display: inline;
}
.img-container .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition:opacity 500ms ease-in-out;
}
.img-container:hover .overlay{
  opacity: 1;
  display:block;
}

.overlay span{
  position:absolute;
  top: 70%;
  left: 50%;
  transform:translate(-50%,-50%);
  opacity: 1;
  color:#fff;
}


.img-container .overlayMobile{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  transition:opacity 500ms ease-in-out;
}

.overlayMobile span{
  position:absolute;
  top: 70%;
  left: 50%;
  transform:translate(-50%,-50%);
  opacity: 0.8;
  color:#fff;
}

.project-title {
  top: 45% !important;
  text-align: center;
}

/* End Image Overlay */ 


.contact-left{
  margin-left: 1.3em;
  margin-top: 5em;
  margin-right: 3em;
  color: #000000;
  font-size: 16px;
  line-height: 2em;
}

.contact-right{
  margin-left: 1.3em;
  margin-top: 5em;
  margin-right: 3em;
  color: #000000;
  font-size: 16px;
  line-height: 2em; 
}

.btn-send {
  color: #000000;
  font-size: 16px;
  margin-bottom: 3em;
  background-color: #e6e7e9;
}

#msg-alert{
  margin-bottom: 6em;
}

.space{
  margin-top: 4em;
}

.emailLink{
  color: #F678C2 !important;
}

.form-control {
  border-bottom: 1px solid #000 !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: #e6e7e9;
}

.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary:hover {
  color: #F678C2;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #F678C2;
  background-color: transparent;
  border-color: transparent;
}

#about{
  padding: 5% 5% 5% 5%;
  min-height: 100vh;
}

#status{
  width: 100%;
  text-align: center;
  font-family: NexaBold;
  margin-bottom: 3em;
}

#linkMapa {
  color: #000000;
}


button:focus {
  outline: 0px !important;
}


.btn-close-icon {
  width: 20px;
}

.showMapa {
  margin-bottom: -10px;
  width: 100%;
  overflow: hidden;
}


#clients{
  min-height: 100vh;
}

.image-clients-home {
  padding: 1em;
  max-width: 240px;
}

.form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0,0,0,1);
}


.title-slide {
  font-size: 1rem !important;
  line-height: 25%;
}

.title-slide-2 {
  font-size: 1rem !important;
  line-height: normal;
}

.project-sub-title {
  font-size: 12px;
  margin-top: -1em;
}


@media only screen and (min-width: 300px) {

  #about {
    padding: 1em;
    font-size: 20px;
    min-height: 100vh;
  }

  .form-hide {
    display: none;
  }

  .project-title {
    top: 45% !important;
    font-size: 12px;
  }

  .project-sub-title {
    font-size: 12px;
    margin-top: 0em;
  }


  .image-clients-home {
    padding: 1em;
    max-width: 165px;
  }

}

@media only screen and (min-width: 360px) {

  .image-projects-home-first{
    margin-top: 0em;
  }

  .project-title {
    top: 45% !important;
  }
}



@media only screen and (min-width: 425px) {

  #about {
    padding: 3em;
    font-size: 22px;
    min-height: 100vh;
  }

  .form-hide {
    display: none;
  }

  .project-title {
    top: 45% !important;
  }

  .image-clients-home {
    padding: 1em;
    max-width: 200px;
  }

  
}

@media only screen and (max-width: 599px) {
  .space-right {
    margin-top: 4em;
  }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 600px) {

  .special{
    background-color: #e6e7e9;
    padding-top: 210px;
    height: 116vw;
  }

  .navbar-dark .navbar-toggler {
    color: transparent;
    border-color: transparent;
    margin-top: -25px;
  }

  #navigation{
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */ 
    margin: 0 auto;
  }

  #navigation img {
    float: left;
    display: block;
    text-align: center;
    padding: 6px 0px;
    text-decoration: none;
  }

  .title-slide {
    font-size: 1rem !important;
    line-height: 25%;
  }

  .title-slide-2 {
    font-size: 1rem !important;
    line-height: normal;
  }

  .overlay span {
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 15px;
    font-size: 12px;
    opacity: 1;
    color: #fff;
  }

  .form-margin-top {
    margin-top: 2em;
  }

  .fixed-top.scrolled .nav-link {
    color: #fff;  
  }
  
  .fixed-top.scrolled .nav-link:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
  }
  
  .fixed-top.scrolled .nav-link:focus {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
  }

  .contact-left{
    margin-left: 1.5em;
    margin-top: 3em;
    margin-right: 3em;
    color: #000000;
    font-size: 16px;
    line-height: 1.5em;
  }

  .contact-right {
    margin-left: 1.5em;
    margin-top: 3em;
    margin-right: 3em;
    color: #000000;
    font-size: 16px;
    line-height: 1.5em;
  }

  .btn-send {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5em;
    background-color: #e6e7e9;
  }

  .space {
    margin-top: 1em;
  }

  .space-right {
    margin-top: 3em;
  }


  .image-clients-home {
    padding: 1em;
    max-width: 170px;
    margin-right: 1em;
  }

  .overlay span {
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 15px;
    font-size: 14px;
    opacity: 1;
    color: #fff;
  }

  .form-margin-top {
    margin-top: 2em;
  }

  .fixed-top.scrolled .nav-link {
    color: #fff;  
  }
  
  .fixed-top.scrolled .nav-link:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
  }
  
  .fixed-top.scrolled .nav-link:focus {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
  }

  .image-clients-home {
    margin-bottom: 0em;
    /* padding: 1em; */
    width: 185px;
    margin-top: 3em;
    margin-left: 0;
  }

  #about {
    padding: 2em;
    min-height: 100vh;
    font-size: 18px;
  }

  .form-hide {
    display: none;
  }

  .space{
    margin-top: 3em;
  }

  .project-sub-title {
    margin-top: -1em;
  }
  

}


@media only screen and (max-width: 640px) {

  .carousel-item {
    box-sizing: border-box;
    width: 100%;
    top: 0;
    left: 0;

    height: 65vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .carousel-caption {
    bottom: 0px;
    margin-bottom: -20px;
  }

  .title-slide {
    font-size: 1rem !important;
    line-height: 25%;
  }

  .title-slide-2 {
    font-size: 1rem !important;
    line-height: normal;
  }

}



@media only screen and (max-width: 768px) {
  .image-clients-home {
    margin-bottom: 0em;
    width: 185px;
    margin-top: 3em;
    margin-left: 0;
  }

  .special{
    background-color: #e6e7e9;
    padding-top: 210px;
    height: 116vw;
  }

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .special{
    background-color: #e6e7e9;
    padding-top: 210px;
    height: 116vw;
  }

  #navigation{
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */ 
  }

  #navigation img {
    float: left;
    display: block;
    text-align: center;
    padding: 7px 0px;
    text-decoration: none;
  }

  .navbar-dark .navbar-toggler {
    color: transparent;
    border-color: transparent;
    margin-top: -40px;
  }

  .image-clients-home {
    margin-bottom: 0em;
    width: 185px;
    margin-top: 3em;
    margin-left: 1em;
  }

  .nav-item{
    margin-right: 1em;
    margin-top: 1em;
  }

  .dropdown{
    margin-top: 1em;
  }

  .form-margin {
    margin-right: 1.5em;
  }

  .form-margin-top {
    margin-top: 0em;
  }

  .fixed-top.scrolled .nav-link {
    color: #fff;  
  }
  
  .fixed-top.scrolled .nav-link:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
  }
  
  .fixed-top.scrolled .nav-link:focus {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
  }

  #about {
    margin-top: 5em;
    padding: 2em;
    font-size: 24px;
    min-height: 100vh;
  }

  .form-hide {
    display: inline;
  }

  .contact-left{
    margin-left: 1.3em;
    font-size: 16px;
    line-height: 1.5em;
  }
  
  .contact-right{
    margin-left: 3em;
    font-size: 16px;
    line-height: 1.5em;
  }

  .btn-send {
    color: #000000;
    font-size: 16px;
    margin-bottom: 3em;
    background-color: #e6e7e9;
  }

  .space {
    margin-top: 2em;
  }

  .space-right {
    margin-top: 2em;
  }

  #contacts {
    min-height: 80vh;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


  .image-clients-home {
    margin-bottom: 0em;
    /* padding: 1em; */
    width: 185px;
    margin-top: 3em;
    margin-left: 1em;
  }

  .contact-left{
    margin-left: 1em;
    font-size: 16px;
  }
  
  .contact-right{
    margin-left: 3em;
    font-size: 16px;
  }


  .btn-send {
    font-size: 16px;
  }

  .form-margin-top {
    margin-top: 0em;
  }

  .fixed-top.scrolled .nav-link {
    color: #fff;  
  }
  
  .fixed-top.scrolled .nav-link:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
  }
  
  .fixed-top.scrolled .nav-link:focus {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
  }

  .navbar-expand-lg .navbar-nav {
    margin-top: -50px;
  }

}

@media only screen and (min-width: 1000px) {


  .special{
    background-color: #e6e7e9;
    padding-top: 210px;
    height: 80vw;
  }


  .navbar-expand-lg .navbar-nav {
    margin-top: -56px;
    font-size: 14px;
    margin-right: -25px;
  }

  .image-clients-home {
    margin-bottom: 0em;
    /* padding: 1em; */
    width: 185px;
    margin-top: 3em;
    margin-left: 1em;
  }

  #about {
    margin-top: 5em;
    font-size: 20px;
    min-height: 100vh;
  }

  .contact-left{
    margin-left: 1.3em;
    font-size: 18px;
    line-height: 1.5em;
  }
  
  .contact-right{
    margin-left: 3em;
    font-size: 18px;
    line-height: 1.5em;
  }

  .btn-send {
    color: #000000;
    font-size: 18px;
    margin-bottom: 1em;
    background-color: #e6e7e9;
  }

  .space {
    margin-top: 2em;
  }

  .space-right {
    margin-top: 1em;
  }

  .project-title {
    font-size: 20px;
  }

  .project-sub-title {
    margin-top: -1em;
    font-size: 20px;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  .navbar-expand-lg .navbar-nav {
    margin-top: -56px;
    font-size: 14px;
    margin-right: -25px;
  }

  .overlay span {
    font-family: NexaLight;
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 20px;
    font-size: 20px;
    opacity: 1;
    color: #fff;
  }

  .form-margin {
    margin-right: 2.5em;
  }

  .form-margin-top {
    margin-top: 0em;
  }

  #about {
    min-height: 30em;
    padding: 6em;
    min-height: 100vh;
    font-size: 20px;
  }

  .image-clients-home {
    margin-bottom: 0em;
    /* padding: 1em; */
    width: 185px;
    margin-top: 3em;
    margin-left: 1em;
  }

  .contact-left{
    margin-left: 1.5em;
    margin-top: 3em;
    font-size: 20px;
    line-height: 1.5em;
  }
  
  .contact-right{
    margin-left: 3em;
    margin-top: 3em;
    font-size: 20px;    
    line-height: 1.5em;
  }

  .btn-send {
    color: #000000;
    font-size: 20px;
    margin-bottom: 1em;
    background-color: #e6e7e9;
  }

  .space {
    margin-top: 2em;
  }

}

/* Large devices (laptops/desktops, 1400px and up) */
@media only screen and (min-width: 1280px) {

  .special{
    background-color: #e6e7e9;
    padding-top: 0px;
    height: 50vw;
  }
}


/* Large devices (laptops/desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

  .special{
    background-color: #e6e7e9;
    padding-top: 210px;
    height: 100vh;
  }
}

@media only screen and (min-width: 1500px) {

  .image-clients-home {
    margin-bottom: 5em;
    width: 300px;
    margin-left: 2em;
    max-width: 240px;
  }

  #about {
    min-height: 30em;
    padding: 6em;
    min-height: 100vh;
  }

  .space {
    margin-top: 2em;
  }

  .space-right {
    margin-top: 2em;
  }


}

@media only screen and (min-width: 1920px) {

  .special{
    background-color: #e6e7e9;
    padding-top: 210px;
    height: 52vw;
  }

  .form-margin {
    margin-right: 4.5em;
  }

  .contact-left{
    margin-left: 1em;
    font-size: 25px;
  }
  
  .contact-right{
    margin-left: 3em;
    font-size: 25px;
  }

  .btn-send {
    color: #000000;
    font-size: 25px;
    margin-bottom: 1em;
    background-color: #e6e7e9;
  }

  #contacts {
    /*min-height: 85vh;*/
  }

  .space-right {
    margin-top: 2em;
  }

}



div.shadow {
  position:absolute;
  max-width:45%;
  max-height:45%;
  top:50%;
  left:50%;
  overflow:visible;
}
img.logo {
  position:relative;
  max-width:100%;
  max-height:100%;
  margin-top:0%;
  margin-left:0%;
}