@media screen and (min-width: 768px) and (max-width: 1023px) {
.secc_desktop{
	display: none !important;
	}
.secc_phone{
	display: -webkit-box !important;
	}

.titulo-banner{
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
	}

.titulo-experiencias{
  font-family: 'Titillium Web', sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #404C32;
  margin-bottom: 0px;
  padding: 0px !important;  
	}

.descripcion-experiencias{
  font-family: 'Titillium Web', sans-serif;
  color: #404C32;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: justify;
	}

.tabs-style-bar nav {
  background: transparent;
  padding-left: 0px !important;
  padding-right: 0px !important;
	}

.fondo-nosotros-phone{
  background-image: url("img/fondo-nosotros-phone.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  }

.fondo-parallax-phone{
  background-image: url("img/parallax-phone.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  }

.fondo-contacto-phone{
  background-image: url("img/fondo-contacto-phone.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  }

.fondo-footer-phone{
  background: #188023;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  }

.header-area .pixel-main-menu .classy-navbar {
    height: 100px;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
  }

.header-area .pixel-main-menu .classy-navbar .nav-brand {
    width: 60%;
    margin-right: 10px;

}