h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.navbar {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: right;
  background-color: transparent;
}

.navlink {
  min-width: auto;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}

.navlink.w--current {
  color: #fff;
  font-weight: 600;
}

.navlink.black {
  color: #000;
  font-weight: 300;
}

.navlink.black:hover {
  color: #82d2f1;
}

.navlink.black.w--current {
  padding-left: 0px;
  font-weight: 700;
}

.logo {
  position: relative;
  left: 0px;
  top: 0px;
  width: 80px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 0px;
}

.subtitulo {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
}

.subtitulo.space {
  margin-bottom: 20px;
  text-align: left;
}

.subtitulo.lugar {
  margin-top: -10px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.slider {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  background-color: #000;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/TJ_0364-copia.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/TJ_0364-copia.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.seccion-inicio {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100vh;
  border-style: none;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: right;
}

.menu {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 555px;
  margin-top: -11px;
  padding-top: 24px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: 'Droid Sans', sans-serif;
  color: #8b3333;
  font-weight: 700;
}

.estilonavlink {
  color: #908686;
}

.plecamenu {
  padding-bottom: 86px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.slide2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 21;
  border-style: solid;
  border-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/TJ_0155-copia.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/TJ_0155-copia.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide2.slide3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/TJ_0045-copia.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/TJ_0045-copia.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2048px;
}

.slide2.slide4 {
  display: inline-block;
  background-image: url('../images/TJ_0215-copia.JPG'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21)));
  background-image: url('../images/TJ_0215-copia.JPG'), linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21));
  background-position: 50% 50%, 0px 0px;
  background-size: 2048px, auto;
}

.seccion-quienes-somos {
  position: static;
  height: auto;
  background-color: #fff;
}

.nombreseccion {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #c5c5c5;
  font-size: 46px;
  line-height: 52px;
  font-weight: 300;
  text-align: left;
}

.parrafo {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 50px 0px 30px;
  float: none;
  background-color: transparent;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.parrafo.contact-text {
  padding-top: 0px;
  line-height: 24px;
}

.div-foto {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  float: none;
}

.secc_servicios {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.imagen1 {
  position: static;
  left: 0px;
  top: 0px;
  max-width: 100%;
  margin-left: 0px;
  padding: 80px 0px 32px;
  text-align: center;
}

.imagen_1y2 {
  padding-left: 0px;
  text-align: center;
}

.texto_primerproyecto {
  padding-top: 16px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.dii {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-menu {
  width: 160px;
  text-align: right;
}

.nav-menu.menu2 {
  padding-top: 20px;
}

.footer {
  height: auto;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.tablink:hover {
  color: #6670bd;
}

.tablink.w--current {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.pleca-servicios {
  position: absolute;
  left: -117px;
  top: 25px;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 300px;
  margin-top: 11px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #385a66;
  text-align: left;
}

.pleca-servicios.volteada {
  left: 68px;
  right: 0px;
}

.pleca-servicios.volteada.grey {
  background-color: #9e9e9e;
}

.titulo1 {
  position: static;
  left: 0px;
  top: 90px;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.tab2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.tab3 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.imag_tab1 {
  display: inline-block;
  max-width: 100%;
  margin-left: 0px;
  padding-top: 27px;
  text-align: left;
}

.forma_contacto {
  min-height: 70vh;
  padding-top: 30px;
  padding-bottom: 50px;
}

.tf {
  border-radius: 4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.tf.ta {
  min-height: 120px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.imag_obras {
  display: inline-block;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.contenedor_obras {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
}

.obras {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #e6e6e6;
  text-align: center;
}

.valores_div {
  height: 320px;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid #cfcfcf;
  text-align: center;
}

.valores_div.noline {
  border-left-style: none;
}

.text {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.text._2 {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.text.left {
  text-align: left;
}

.mision_head {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #b3b3b3;
  font-weight: 900;
}

.vision_head.mision_head {
  margin-top: 0px;
  margin-bottom: 30px;
}

.valores_head.mision_head {
  margin-top: 0px;
  margin-bottom: 30px;
}

.valores_head.mision_head.nospace {
  margin-bottom: 0px;
}

.valores_head.mision_head.nospace.white {
  color: #fff;
}

.logo_central {
  display: block;
  margin: 278px auto 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  opacity: 0.74;
  text-align: left;
}

.cont_parraf {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pleca_obras {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#385a66), to(#385a66));
  background-image: linear-gradient(180deg, #385a66, #385a66);
}

.tabs {
  margin-right: -85px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.texto_dipsaconserv {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.texto_dipsaconserv.inmb {
  padding-right: 132px;
  padding-left: 122px;
}

.text_colum1 {
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 300;
}

.text_colum2 {
  font-family: Lato, sans-serif;
  color: #000;
}

.text_colum3 {
  color: #000;
}

.texto_footer {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  color: #fff;
  text-align: center;
}

.image_proyectos {
  padding: 47px;
}

.edicion_row {
  position: static;
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: left;
}

.row {
  margin-bottom: 30px;
}

.enviar {
  background-color: #385a66;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.col-contact {
  padding-left: 30px;
}

.message {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.message.wrong {
  background-color: #ffc2c2;
}

.seccion-valores {
  margin-bottom: 50px;
}

.h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.tab-link {
  width: auto;
  margin-left: 6px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #9e9e9e;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #9e9e9e;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.tab-link.w--current {
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-width: 4px;
  border-bottom-color: #000;
  background-color: transparent;
  color: #000;
  font-size: 13px;
}

.propiedad {
  width: 90%;
  height: 320px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #dfdfdf;
  background-image: url('../images/TJ_0163-copia.JPG');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.propiedad._2 {
  background-image: url('../images/TJ_0187-copia.JPG'), url('../images/TJ_0163-copia.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
}

.propiedad._3 {
  background-image: url('../images/TJ_0153-copia.JPG');
}

.propiedad._4 {
  background-image: url('../images/TJ_0729-copia.JPG');
}

.propiedad._5 {
  background-image: url('../images/TJ_0383-copia.JPG');
}

.propiedad._2col {
  display: inline-block;
  width: 44%;
  height: 240px;
  background-image: url('../images/6-copia.jpeg');
  background-position: 50% 0px;
}

.propiedad._2col.vf2 {
  background-image: url('../images/IMG_0946-copia.JPG');
  background-position: 50% -23px;
}

.propiedad._2col.vf3 {
  background-image: url('../images/IMG_1727-copia.JPG');
}

.propiedad._2col.vf4 {
  background-image: url('../images/5-copy-copia.jpeg');
}

.propiedad._2col.fr {
  width: 100%;
  height: 120px;
  background-color: #bbb;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.propiedad._6 {
  height: 320px;
}

.div-propiedades {
  text-align: center;
}

.ul {
  padding-left: 0px;
}

.h2 {
  margin-top: 8px;
  margin-left: -20px;
  padding-top: 10px;
  border-top: 1px solid #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}

.container-tabs {
  min-height: 90vh;
  margin-bottom: 30px;
}

.im-conservacin {
  width: 100%;
  height: 360px;
}

.conservacion {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
  background-image: url('../images/TJ_0187-copia.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.conservacion.foto_2 {
  background-image: url('../images/TJ_0155-copia.JPG');
  background-size: 2048px;
}

.conservacion.foto_3 {
  background-image: url('../images/TJ_0163-copia.JPG');
  background-size: 2048px;
}

.conservacion.foto_4 {
  background-image: url('../images/TJ_0215-copia.JPG');
  background-size: 2048px;
}

.tabs-proyectos {
  margin-bottom: 50px;
}

.div-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.33);
}

.title {
  margin-top: 36px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.villas {
  margin-bottom: 50px;
  text-align: center;
}

.villas.frondoso {
  margin-bottom: 50px;
  text-align: left;
}

.link-logo {
  width: 60px;
  margin-right: 10px;
  float: left;
}

.text-link {
  display: block;
  margin-bottom: 6px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: right;
}

.menu-footer {
  display: inline-block;
  float: right;
}

.foto-contacto {
  height: 400px;
  background-image: url('../images/TJ_0729-copia.JPG');
  background-position: 50% 50%;
  background-size: 2048px;
  background-attachment: fixed;
}

.lugar {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 400;
}

.tabs-menu {
  width: 86%;
}

.dipsa-logo {
  width: 200px;
}

.link {
  border-style: none;
  border-width: 1px;
  border-color: #2d8f50;
}

.text-span {
  border: 1px none #000;
  color: #349052;
  text-decoration: none;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 200px;
    text-align: right;
  }

  .navlink {
    min-width: auto;
    float: none;
  }

  .navlink.black {
    color: #fff;
  }

  .logo {
    position: static;
  }

  .seccion-inicio {
    background-color: rgba(0, 0, 0, 0.34);
  }

  .slide2 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .nombreseccion {
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .div-foto {
    margin-bottom: 0px;
    float: left;
  }

  .texto_primerproyecto {
    font-size: 12px;
  }

  .dii {
    margin-bottom: 0px;
  }

  .nav-menu {
    position: absolute;
    z-index: 2;
    display: block;
    width: auto;
    float: right;
    background-color: #000;
  }

  .menu-button {
    float: none;
  }

  .menu-button.w--open {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: none;
    overflow: visible;
    float: right;
    background-color: transparent;
  }

  .hamburguer {
    display: inline-block;
    color: #fff;
    font-size: 32px;
  }

  .hamburguer.black {
    color: #000;
  }

  .imag_tab1 {
    margin-left: 0px;
  }

  .forma_contacto {
    padding-top: 0px;
  }

  .valores_div {
    height: 420px;
  }

  .pleca_obras {
    margin-top: 0px;
    padding-top: 30px;
  }

  .tabs {
    margin-right: 0px;
    padding-left: 0px;
  }

  .im-quienes-somos {
    display: block;
  }

  .texto_dipsaconserv {
    padding-right: 24px;
    padding-left: 23px;
  }

  .texto_dipsaconserv.inmb {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .propiedad._5 {
    height: 320px;
  }

  .tabs-menu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .nombreseccion {
    padding-bottom: 0px;
    padding-left: 9px;
  }

  .parrafo {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .parrafo.contact-text {
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left;
  }

  .parrafo.line {
    margin-bottom: 0px;
  }

  .div-foto {
    margin-bottom: 10px;
    text-align: center;
  }

  .imagen1 {
    padding-top: 0px;
  }

  .texto_primerproyecto {
    margin-bottom: 20px;
  }

  .pleca-servicios {
    position: relative;
    left: -4px;
    top: -95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 100px;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 16px;
  }

  .pleca-servicios.volteada.grey {
    position: relative;
    left: 137px;
    top: 15px;
  }

  .titulo1 {
    font-size: 20px;
    line-height: 24px;
  }

  .forma_contacto {
    padding-top: 0px;
    padding-left: 0px;
  }

  .contenedor_obras {
    display: block;
    margin-top: 0px;
    padding-left: 55px;
  }

  .valores_div {
    height: auto;
    margin-bottom: 20px;
    padding-left: 0px;
    border-style: none;
  }

  .valores_div.noline {
    margin-bottom: 40px;
  }

  .pleca_obras {
    margin-top: 0px;
    margin-left: -47px;
    padding-top: 30px;
    padding-left: 0px;
  }

  .im-quienes-somos {
    display: block;
    width: auto;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .texto_dipsaconserv {
    padding-right: 30px;
    padding-left: 30px;
  }

  .col-contact {
    padding-left: 10px;
  }

  .form {
    margin-bottom: 20px;
  }

  .h5 {
    font-size: 16px;
  }

  .tab-link {
    width: 100%;
  }

  .tab-link.w--current {
    width: 100%;
  }

  .propiedad {
    display: inline-block;
    width: 240px;
    height: 160px;
  }

  .propiedad._5 {
    width: 240px;
    height: 160px;
  }

  .propiedad._6 {
    background-image: url('../images/TJ_0364-copia.JPG');
  }

  .h2 {
    margin-left: 0px;
  }

  .container-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-pane-tab-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 50px;
  }

  .nombreseccion {
    margin-top: 40px;
    font-size: 36px;
    line-height: 40px;
  }

  .parrafo {
    margin-bottom: 20px;
    padding-top: 30px;
    font-size: 18px;
  }

  .parrafo.contact-text {
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .parrafo.line {
    border-bottom: 1px solid #d8d8d8;
  }

  .imagen1 {
    padding-top: 0px;
  }

  .pleca-servicios.volteada.grey {
    left: auto;
    top: 30px;
    right: 0px;
    bottom: 25px;
    z-index: 4;
    height: 80px;
  }

  .titulo1 {
    font-size: 18px;
    line-height: 22px;
  }

  .imag_tab1 {
    display: block;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    text-align: left;
  }

  .forma_contacto {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .imag_obras {
    height: 40px;
  }

  .contenedor_obras {
    margin-top: 33px;
    padding-left: 0px;
  }

  .valores_div.noline {
    margin-bottom: 50px;
  }

  .text {
    font-weight: 300;
  }

  .mision_head {
    margin-bottom: 10px;
  }

  .vision_head.mision_head {
    margin-bottom: 10px;
  }

  .valores_head.mision_head {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .valores_head.mision_head.nospace.white {
    margin-top: 0px;
  }

  .cont_parraf {
    margin-top: 0px;
  }

  .pleca_obras {
    margin-left: 0px;
    padding-top: 10px;
  }

  .texto_dipsaconserv.inmb {
    padding-right: 19px;
    padding-left: 19px;
  }

  .texto_footer {
    margin-top: 10px;
    text-align: left;
  }

  .form {
    margin-bottom: 40px;
  }

  .map {
    height: 200px;
  }

  .c2 {
    height: 10px;
  }

  .h5 {
    font-size: 13px;
    line-height: 16px;
  }

  .tab-link {
    width: 100%;
    margin-left: 0px;
    border-bottom-width: 2px;
    border-bottom-color: #c3c3c3;
    background-color: rgba(82, 82, 82, 0.08);
    color: #b1b1b1;
    font-size: 13px;
  }

  .tab-link.w--current {
    width: 100%;
    margin-left: 0px;
  }

  .c3 {
    padding-left: 0px;
  }

  .tabs-menu {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
}