@media screen and (min-width: 768px) and (max-width: 1023px) {
.secc_desktop{
	display: none;
	}
.secc_phone{
	display: -webkit-box;
	}
.ftco-navbar-light .navbar-brand {
    color: #fff;
    position: relative;
    top: 0px !important;
	}
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
	}
.ftco-navbar-light {
    background: #fff !important;
    position: relative;
    top: 0;
    padding: 10px 15px;
	}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: .9rem;
    padding-bottom: .9rem;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
	}
.owl-carousel.home-slider .owl-dots{
	display: none;
	}
.titulo-empresa{
  color: #575757;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #c6893b;
  padding-bottom: 51px;
  text-align: justify;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
	}
.medidas-banner{
  padding-left: 0px !important;
  padding-right: 0px !important;
  top: -16px;
	}	
}