.nav-link-6 {
  display: none;
}

.div-banner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: #4259cb;
}

.dropdown-list-2 {
  border-radius: 10px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.nav-link.style-nav-sucursales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.div-menu-superior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 20%;
  padding-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0px;
}

.copy-banner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0e194f;
  color: #fff;
}

.dropdown-link-6 {
  color: #0e194f;
  font-size: 10px;
  text-align: center;
}

.text-span-5 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
}

.dropdown-toggle-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.icon-3 {
  color: #fff;
}

.image {
  width: 80%;
  padding-top: 28px;
  padding-left: 18px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e194f;
  font-size: 12px;
}

.nav-menu.nav-menu-marcas {
  margin-top: 20px;
}

.nav-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
}

.nav-link-2.style-nav-sucursales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.link-9 {
  display: none;
}

.text-span-7 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.link-8 {
  margin-left: 10px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 3px;
  background-color: #0e194f;
  color: #fffcfc;
  font-size: 12px;
  text-decoration: none;
}

.link-7 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.dropdown-3 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-menu1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-9 {
  display: none;
}

.text-block-25 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 10px;
}

.div-nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0e194f;
}

.div-nav-bar.nav-bar-hide {
  display: none;
  color: #fff;
}

.nav-link-8 {
  display: none;
}

.body {
  background-color: #e3e6f1;
}

.div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: auto;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b143f;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-11 {
  color: #fff;
  font-size: 14px;
}

.div-reparar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link {
  color: #838383;
  font-size: 12px;
  text-decoration: none;
}

.link-2 {
  color: #838383;
  font-size: 12px;
  text-decoration: none;
}

.div-reparar2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-5 {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}

.heading-12 {
  color: #fff;
  font-size: 14px;
}

.div-empresa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-legales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.text-derechos2 {
  padding-top: 24px;
  padding-bottom: 20px;
  color: #f0f0f0;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

.div-redes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-derechos {
  color: #e7e7e7;
  font-size: 12px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-67 {
  width: 70%;
}

.text-privacidad {
  margin-top: 30px;
  font-size: 12px;
  text-align: left;
}

.text-privacidad.sub-privacidad {
  font-size: 14px;
}

.subheading-terms {
  font-family: "Roboto", sans-serif;
  color: #0f1950;
  font-size: 16px;
}

.headng1 {
  font-family: "Roboto", sans-serif;
  color: #0f1950;
  text-align: center;
}

.text-block-26 {
  margin-top: 40px;
}

.text-block-27 {
  width: 60%;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.text-block-28 {
  font-size: 12px;
}

.text-span-8 {
  font-weight: 700;
}

.text-span-9 {
  font-weight: 700;
}

.bold-text {
  font-size: 14px;
}

.text-span-10 {
  font-size: 14px;
}

.text-span-11 {
  font-weight: 700;
}

.text-span-12 {
  font-weight: 700;
}

.text-span-13 {
  font-weight: 700;
}

.text-span-14 {
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .div-menu-superior {
    font-size: 14px;
  }
  .nav-menu.nav-menu-marcas.menu-home.menu-mobile.menu-mobile2 {
    font-size: 14px;
  }
  .nav-link-2.style-nav-sucursales {
    font-size: 12px;
  }
  .link-7 {
    font-size: 12px;
  }
  .text-block-25 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link.style-nav-sucursales {
    font-size: 14px;
  }
  .nav-menu.nav-menu-marcas.menu-home.menu-mobile.menu-mobile2 {
    font-size: 16px;
  }
  .nav-link-2.style-nav-sucursales {
    font-size: 14px;
  }
  .link-7 {
    font-size: 12px;
  }
  .text-block-25 {
    font-size: 16px;
  }
  .text-privacidad {
    font-size: 14px;
  }
  .text-block-27 {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 16px;
  }
  .div-menu-superior {
    width: 100%;
    padding-right: 20px;
  }
  .icon-4.icon-home {
    margin-top: 20px;
    font-size: 25px;
  }
  .navbar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .dropdown-toggle-3 {
    padding-bottom: 10px;
  }
  .dropdown-toggle-3.region-tablet {
    display: none;
  }
  .nav-menu {
    border-radius: 10px;
    background-color: #0e194f;
  }
  .nav-menu.nav-menu-marcas {
    width: 50%;
    margin-top: 80px;
    border-radius: 0px;
  }
  .nav-menu.nav-menu-marcas.menu-home {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-menu.nav-menu-marcas.menu-home.menu-mobile.menu-mobile2 {
    position: absolute;
    margin-top: 0px;
    border-radius: 0px;
  }
  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
  .link-7 {
    text-align: center;
  }
  .div-menu1 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-menu1.div-menu-home {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-nav-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
  }
  .div-footer {
    width: 80vw;
  }
  .container-footer {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .div-banner-top {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-menu-superior {
    display: none;
  }
  .copy-banner-top {
    margin-left: 20px;
    font-size: 12px;
  }
  .nav-menu {
    margin-top: 0px;
  }
  .nav-menu.nav-menu-marcas.menu-home.menu-mobile {
    margin-top: 82px;
    border-radius: 0px;
  }
  .brand {
    padding-left: 0px;
  }
  .link-8 {
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
  }
  .div-menu1 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-menu1.div-menu-home {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-footer {
    width: 90vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-legales {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-6 {
    display: block;
    color: #0e194f;
    font-size: 16px;
    text-align: center;
  }
  .nav-link-6.style-nav-sucursales.link-prueba-region {
    color: #33aedf;
  }
  .div-banner-top {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-link {
    color: #0e194f;
    font-size: 16px;
    text-align: center;
  }
  .icon-4 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 40px;
    text-align: center;
  }
  .icon-4.icon-home {
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 40px;
  }
  .copy-banner-top {
    font-size: 8px;
    line-height: 10px;
  }
  .navbar {
    position: fixed;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0e194f;
  }
  .text-span-5 {
    color: #0e194f;
  }
  .image {
    width: 60%;
    padding-top: 10px;
    padding-left: 0px;
  }
  .image.logo-home.logo-home-desktop {
    width: 60%;
    margin-left: 0px;
  }
  .nav-menu {
    position: fixed;
    z-index: auto;
    width: 50%;
    height: auto;
    margin-top: 60px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: #e3e6f1;
  }
  .nav-menu.nav-menu-marcas {
    width: 70%;
    margin-top: 170px;
    border-radius: 0px;
    background-color: #0e194f;
  }
  .nav-menu.nav-menu-marcas.menu-home.menu-mobile {
    padding-top: 20px;
  }
  .nav-menu.nav-menu-marcas.menu-home.menu-mobile.menu-mobile2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 45px;
  }
  .nav-link-2 {
    color: #0e194f;
    font-size: 16px;
    text-align: center;
  }
  .link-9 {
    display: block;
    margin-top: 40px;
    padding: 20px;
    color: #0e194f;
    font-size: 15px;
    text-decoration: none;
  }
  .link-9.style-nav-sucursales {
    margin-top: 0px;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 0px;
    -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;
    text-align: left;
  }
  .header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
  }
  .link-8 {
    width: 30%;
  }
  .menu-button {
    position: absolute;
    z-index: 2;
    width: 18%;
    margin-right: 0px;
    padding: 0px;
  }
  .div-menu1 {
    position: fixed;
    z-index: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e3e6f1;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    color: #0e194f;
  }
  .div-menu1.div-menu-home {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0e194f;
  }
  .nav-link-9 {
    color: #0e194f;
    font-size: 16px;
    text-align: center;
  }
  .div-nav-bar {
    width: 100vw;
    background-color: rgba(14, 25, 79, 0.38);
  }
  .div-nav-bar.nav-bar-hide {
    display: none;
  }
  .nav-link-8 {
    color: #fff;
  }
  .div-footer {
    width: 90vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .container-footer {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-11 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    text-align: center;
  }
  .div-reparar {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link {
    padding-top: 0px;
    font-size: 10px;
  }
  .link-2 {
    font-size: 10px;
  }
  .div-reparar2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .heading-12 {
    font-size: 12px;
    text-align: center;
  }
  .link-3.link-2 {
    padding-top: 4px;
    line-height: 15px;
    text-align: left;
  }
  .div-empresa {
    -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;
  }
  .div-derechos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .div-legales {
    width: 90%;
  }
  .div-redes {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .text-derechos {
    width: 80%;
    text-align: center;
  }
  .section {
    width: 100%;
    margin-top: 100px;
  }
  .div-block-67 {
    width: 90%;
  }
  .headng1 {
    font-size: 20px;
    line-height: 20px;
  }
  .text-block-27 {
    width: 90%;
  }
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}





