*, html {

    scroll-behavior: smooth !important;
}

.logo{
  max-width: 150px!important;
}

nav.navbar.bootsnav .navbar-brand {
  padding: 10px 15px;
}

.text_blue{
  color:#6787D8;
}

.bgNosotros {
  background-image: url("../img/NosotrosBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.video-play-button.relative {
  top: 15px;
}

.services-area .services-items.services-carousel .item {
    min-height: 411px;
}

#nosotros{
  padding: 100px 0px 50px 0px!important;
}

.clients-area::before {
  background-image:url("../img/SectionTalento.png");
  opacity:inherit;
  width: 50%;
  padding: 30px;

}

.logo_footer{
  max-width: 200px;
}

.projects-area .projects-items .single-item .info a {
  min-height: 40px;
  font-size: 16px !important;
}


.conten_map{
  width: 100%;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 4px 11px 33px 0px rgba(135,135,135,0.77);
  -moz-box-shadow: 4px 11px 33px 0px rgba(135,135,135,0.77);
  box-shadow: 4px 11px 33px 0px rgba(135,135,135,0.77);
}

.contact-area .left-item .info-items {
    padding: 70px 37px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    position: relative;
    display: block;
    background: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border: none;
    border-bottom: 1px solid #cacaca;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .contact-area form textarea {
    min-height: 95px;
  }

  .c_lgo{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

.heading5 {
  color: #fff !important;
}

.heading3 {
  color: #fff !important;
}

.parrafo {
  color: #fff !important;
}

.h3mod {
  font-size: 20px;
  color: #495057;
  padding: 30px;
}

.bgProductos {
  background-color: aqua;
  border-radius: 20px 0 0 20px;
  border: 10px;
  padding: 20px 0 20px 20px;
}

.redondeados {
  background-color:#cae5ca;
  border-radius:20px;
  padding:30px;
}

.carousel-control-next {
  right: -97px;
}

.carousel-control-prev {
  left: -97px;
}

dl, ol{
  margin-top: 0;
  margin-bottom: -2rem;
}

