
.active-lang{
  box-shadow: 3px 3px 3px #ccc;
}
#header .logo img{
    max-height: 120px;
}
.contact .php-email-form .sent-message{
  background: #062336 !important;
}
#hero:before{
    background: rgba(6, 35, 54, 0.6);
}

.testimonials .testimonial-item .testimonial-img {
    width: 100%;
}
.testimonials .testimonial-item{
    box-shadow: none;
}

.tabs .nav-link h4{
  overflow-wrap: anywhere !important;
}
.services .icon-box{
    background:rgba(0, 0, 0, 0.6) ;
}
.about .icon-boxes .icon-box p{
    color: white;
}

@media only screen  and (max-width:650px) {
    #header .logo img{
        max-height: 100px !important;
    }
    /*#cta-phone{
        display: none;
    }*/
    
}

@media only screen  and (max-width:450px) {
    #header .logo img{
        max-height: 70px !important;
    }
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 72px;
  right: 5px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 37px;
  z-index: 100;
}

/*CARRUCEL PUEBA*/
#hero-2 {
    width: 100%;
    height: 100vh;
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
  }
  #hero-2 .carousel, #hero-2 .carousel-inner, #hero-2 .carousel-item, #hero-2 .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #hero-2 .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #hero-2 .carousel-item::before {
    content: "";
    background-color: rgba(6, 35, 54, 0.6);
  }
  #hero-2 .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
  }
  #hero-2 .container {
    text-align: center;
  }
  #hero-2 h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
  }
  #hero-2 p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
  }
  #hero-2 .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }
  #hero-2 .carousel-inner .carousel-item,
  #hero-2 .carousel-inner .active.carousel-item-start,
  #hero-2 .carousel-inner .active.carousel-item-end {
    opacity: 0;
  }
  #hero-2 .carousel-inner .active,
  #hero-2 .carousel-inner .carousel-item-next.carousel-item-start,
  #hero-2 .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
  }
  #hero-2 .carousel-inner .carousel-item-next,
  #hero-2 .carousel-inner .carousel-item-prev,
  #hero-2 .carousel-inner .active.carousel-item-start,
  #hero-2 .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  #hero-2 .carousel-control-next-icon, #hero-2 .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #hero-2 .carousel-control-next-icon:hover, #hero-2 .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
  }
  #hero-2 .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
  }
  #hero-2 .carousel-indicators li.active {
    opacity: 1;
    background: #ffc317;
  }
  #hero-2 .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #ffc317;
  }
  #hero-2 .btn-get-started:hover {
    background: #062336;
  }
  @media (max-width: 992px) {
    #hero-2 {
      height: 100vh;
    }
    #hero-2 .carousel-container {
      top: 8px;
    }
  }
  @media (max-width: 768px) {
    #hero-2 h2 {
      font-size: 28px;
    }
  }
  @media (min-width: 1024px) {
    #hero-2 .carousel-control-prev, #hero-2 .carousel-control-next {
      width: 5%;
    }
  }
  @media (max-height: 500px) {
    #hero-2 {
      height: 120vh;
    }
  }