.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -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: transparent;
}

.contenedor-navbar {
  display: block;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.nav-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.nav-link:hover {
  color: #00b2e3;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/banner-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.heading {
  color: #0c47f0;
  text-align: center;
}

.typed-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.div-effect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 5%;
  padding-left: 5%;
  -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 {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.titulo {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.section-2 {
  padding-right: 10%;
  padding-bottom: 40px;
  padding-left: 10%;
}

.parrafo {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}

.linea {
  width: 100px;
  height: 5px;
  background-color: #0c47f0;
}

.linea.derecha {
  float: none;
}

.footer {
  padding: 20px 10% 5px;
  background-color: #000;
}

.div-block-2 {
  display: block;
  -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;
}

.section-3 {
  display: block;
  padding-right: 10%;
  padding-bottom: 40px;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.div-block-3 {
  height: 100%;
  padding-top: 40px;
  padding-right: 0%;
  padding-left: 10%;
  float: right;
  text-align: right;
}

.div-block-3.servicios {
  display: block;
  padding-top: 0px;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.texto-servicios {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.texto-servicios:hover {
  font-weight: 400;
}

.texto-servicios._1 {
  margin-top: 20px;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease;
}

.texto-servicios._2 {
  -webkit-transition: background-color 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease;
}

.texto-servicios._3 {
  -webkit-transition: background-color 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease;
}

.section-4 {
  padding-right: 10%;
  padding-left: 10%;
}

.div-block-4 {
  padding: 10px 0px;
  border-style: none;
  border-width: 5px;
  border-color: #f00c0c;
  border-radius: 14px;
}

.submit-button {
  margin-top: 9px;
  border-radius: 6px;
  background-color: #0c47f0;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
}

.submit-button:hover {
  background-color: #011b66;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.text-field {
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #00b2e3;
  border-radius: 6px;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.link {
  color: #0cf0a4;
  text-decoration: none;
}

.redes {
  width: 40px;
  height: 40px;
  background-image: url('../images/facebook-nge-accidentes.png');
  background-position: 0px 0px;
  background-size: cover;
}

.redes.facebook {
  background-image: url('../images/facebook-nge-accidentes_1.png');
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.redes.facebook:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.redes.instagram {
  background-image: url('../images/instagram-nge-accidentes.png');
}

.redes.instagram:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.whatsapp {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 2%;
  z-index: 1000;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.whatsapp:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-block-2 {
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.div-block-7 {
  padding-top: 20px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -31px;
  -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;
}

.persona {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rich-text-block {
  font-size: 16px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-9 {
  margin-top: 40px;
}

.slider {
  height: 300px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.columns {
  height: 80%;
}

.col-servicios {
  height: 100%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
}

.div-block-10:hover {
  background-color: #0c47f0;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.paragraph-2 {
  margin-top: 10px;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.column-2 {
  padding-left: 0px;
}

.column-3 {
  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;
}

.columns-2 {
  height: 100%;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.llama {
  border-radius: 5px;
  background-color: #f00c0c;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.llama:hover {
  background-color: #a80505;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.link-block {
  width: 50px;
  height: 40px;
  background-image: url('../images/ver-mas.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-4 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-5 {
  padding-top: 10px;
}

.text-block-5 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.div-block-12 {
  margin-top: 2px;
}

.paragraph-3 {
  margin-top: 20px;
}

.section-5 {
  padding: 40px 10%;
  background-color: #000;
}

.heading-2 {
  color: #fff;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
}

.div-block-13 {
  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;
}

.heading-3 {
  margin-top: 0px;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 32px;
  text-decoration: none;
}

.heading-3:hover {
  color: #0cf0a4;
}

.link-block-2 {
  color: #f00c0c;
  text-decoration: none;
}

.rich-text-block-2 {
  padding-top: 20px;
  text-align: justify;
}

.div-block-14 {
  margin-top: 10px;
  margin-right: -10px;
  margin-left: -10px;
  padding: 10px 10px 80px;
  background-color: #0cf0a4;
}

.text-span {
  background-color: #0c47f0;
  color: #fff;
}

.text-span-2 {
  background-color: #0c47f0;
  color: #fff;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.consulta {
  padding-right: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #0c47f0;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.consulta:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #0c47f0;
}

.image {
  display: inline-block;
  box-shadow: 3px -3px 6px -1px #4d4d4d;
  text-align: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -66px;
  padding-top: 0px;
  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;
}

.paragraph-4 {
  text-align: justify;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  padding-right: 0px;
  background-color: #dd006f;
}

.paragraph-5 {
  margin-top: 10px;
  padding-right: 10px;
  color: #fff;
  text-align: justify;
}

.paragraph-6 {
  padding-top: 10px;
  text-align: justify;
}

.paragraph-7 {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  text-align: justify;
}

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

.paragraph-8 {
  margin-top: 10px;
}

.text-block-7 {
  position: relative;
  z-index: 0;
  margin-right: -29px;
  margin-left: 0px;
  padding: 10px 30px 10px 10px;
  border-radius: 19px;
  background-color: #0c47f0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.image-2 {
  position: relative;
  z-index: 1000;
}

.div-block-16 {
  padding-right: 5px;
  padding-left: 5px;
}

.text-span-4 {
  color: #0c47f0;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: block;
    margin-top: auto;
  }

  .nav-link {
    display: block;
    background-color: #00b2e3;
  }

  .nav-link:hover {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #0c47f0;
    color: #fff;
  }

  .typed-text {
    font-size: 44px;
    line-height: 52px;
  }

  .slider {
    height: 350px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 38px;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    margin-top: 30px;
    background-color: #0c47f0;
  }

  .menu-button.w--open {
    background-color: #0c47f0;
  }

  .text-block-6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .typed-text {
    font-size: 38px;
    line-height: 44px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    height: 600px;
  }

  .columns {
    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;
  }

  .col-servicios {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-10 {
    font-size: 12px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .consulta {
    font-size: 14px;
    text-align: center;
  }

  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .typed-text {
    font-size: 28px;
    line-height: 36px;
  }

  .titulo {
    font-size: 32px;
  }

  .text-block {
    text-align: center;
  }

  .div-block-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .whatsapp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slider {
    height: 650px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col-servicios {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .column-4 {
    -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: center;
  }

  .column-5 {
    text-align: center;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6 {
    text-align: center;
  }

  .slide {
    margin-right: 5px;
  }

  .paragraph-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .paragraph-6 {
    padding-top: 10px;
  }

  .paragraph-8 {
    text-align: justify;
  }

  .text-block-7 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
}

