.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.nav-link1 {
  padding-right: 7px;
  padding-left: 7px;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.nav-link1:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.nav-link1.w--current {
  font-family: Lato, sans-serif;
  color: #c70000;
  font-weight: 700;
}

.nav-link1.w--current:hover {
  text-shadow: none;
}

.section-2 {
  background-color: #333332;
  background-image: url('../images/CONCRETO_BACKGROUND_4_2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 63px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  color: #ea3130;
  font-size: 65px;
  line-height: 57px;
  font-weight: 700;
}

.text-block-2.somos {
  padding-left: 90px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  -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: rgba(51, 51, 50, 0.74);
}

.text-block-3 {
  padding-right: 9px;
  padding-left: 9px;
  font-family: Lato, sans-serif;
  color: rgba(234, 49, 48, 0.75);
  font-size: 34px;
  line-height: 39px;
  font-weight: 700;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 4px;
  -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;
}

.paragraph {
  padding-top: 7px;
  padding-right: 19px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
}

.div-block-4 {
  padding-right: 3px;
  padding-left: 24px;
}

.div-block-5 {
  position: relative;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.franja {
  width: 40%;
  height: 2px;
  background-color: #fff;
}

.franja.roja {
  background-color: rgba(234, 49, 48, 0.75);
}

.franja.blanca {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.image-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-4 {
  padding-right: 9px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 34px;
  font-weight: 700;
}

.div-block-8 {
  padding-right: 9px;
  padding-left: 9px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  border-radius: 357px;
}

.div-block-10 {
  border-radius: 30px;
}

.text-block-5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -101px;
  padding-right: 21px;
  padding-left: 21px;
  -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;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.div-block-12 {
  width: 98%;
  text-align: justify;
}

.section-3 {
  padding-bottom: 70px;
  border-radius: 0px;
  background-image: url('../images/redes.png');
  background-position: 3% 50%;
  background-size: 1700px;
  background-repeat: no-repeat;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding-top: 50px;
  -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;
  -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;
}

.div-block-13.fotos1_os {
  padding-top: 0px;
  -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;
}

.container-2 {
  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: 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;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.div-block-14.herramientas {
  background-color: #fff;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  color: #ea3130;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}

.div-block-15 {
  padding-right: 0px;
  padding-left: 10px;
}

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

.div-block-17 {
  padding-left: 10px;
}

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

.div-block-19 {
  width: 60%;
  margin-left: -36px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-3 {
  padding-top: 9px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}

.text-span {
  color: #ea3130;
}

.div-block-20 {
  padding-top: 10px;
  background-color: #fff;
}

.div-block-21 {
  width: 32%;
  height: 80%;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-21.oficina1 {
  border-radius: 15px;
  background-image: url('../images/1ef3d9ab-499e-4d92-a267-55e66e9fc646.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-21.oficina2 {
  border-radius: 15px;
  background-image: url('../images/630e99df-30ed-4922-801e-dc880a34bd61.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-21.oficina3 {
  height: 80%;
  border-radius: 15px;
  background-image: url('../images/3273e92f-d41d-426f-825d-56bbad9acf07.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.cajas_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(51, 51, 50, 0.66)), color-stop(83%, rgba(0, 0, 0, 0.81)));
  background-image: linear-gradient(180deg, rgba(51, 51, 50, 0.66) 19%, rgba(0, 0, 0, 0.81) 83%);
  box-shadow: 2px 2px 7px 0 #000;
  -webkit-transition: box-shadow 400ms ease-out;
  transition: box-shadow 400ms ease-out;
}

.cajas_1:hover {
  box-shadow: none;
}

.text-block-7 {
  font-family: Lato, sans-serif;
  color: #ea3130;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  text-shadow: 0 0 1px #000;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-23 {
  padding-top: 15px;
}

.div-block-24 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.paragraph-6 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.paragraph-7 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

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

.div-block-26 {
  width: 23%;
  margin-right: -49px;
}

.section-4 {
  padding-bottom: 30px;
  background-color: #fff;
}

.text-block-8 {
  font-family: Lato, sans-serif;
  color: #ea3130;
  font-size: 29px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.text-block-8.txt_mapa2 {
  color: #fff;
  font-size: 22px;
  letter-spacing: -1px;
  text-shadow: 0 0 4px #000;
}

.div-block-27 {
  width: 98%;
  padding-top: 25px;
}

.section-5 {
  background-color: #fff;
}

.div-block-28 {
  width: 98%;
}

.heading {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.heading.head_exp {
  margin-top: 9px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

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

.container-4 {
  padding-top: 20px;
}

.paragraph-8 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 689px;
  -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;
}

.min_slide {
  background-image: url('../images/depositphotos_14960797-stock-photo-smelting-of-the-metal-in.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.min_slide.mslide1 {
  background-image: url('../images/004_mineria_molino.jpg');
  background-position: 50% 50%;
}

.min_slide.mslide3 {
  background-image: url('../images/010_mineria_02.jpg');
  background-position: 50% 100%;
}

.min_slide.enslide1 {
  background-image: url('../images/03-01.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.min_slide.enslide2 {
  background-image: url('../images/AdobeStock_253471482_Preview.jpeg');
}

.min_slide.mslide5 {
  background-image: url('../images/014_mineria_04.jpg');
  background-position: 50% 100%;
}

.min_slide.mslide6 {
  background-image: url('../images/021_planta_industrial_03.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.min_slide.mslide7 {
  background-image: url('../images/023_mineria_05.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.min_slide.mslide8 {
  background-image: url('../images/029_mineria_06.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.min_slide.mslide9 {
  background-image: url('../images/030_mineria_07.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.min_slide.mslide10 {
  background-image: url('../images/034_mineria_08.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.min_slide.mslide11 {
  background-image: url('../images/035_mineria_09.jpg');
  background-position: 50% 85%;
  background-size: cover;
}

.min_slide.enslide2 {
  background-image: none;
}

.min_slide.enslide5 {
  background-image: none;
}

.min_slide.enslide4 {
  background-image: none;
}

.min_slide.mslide12 {
  background-image: url('../images/039_mineria_10.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.min_slide.mslide13 {
  background-image: url('../images/040_mineria_11.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.min_slide.eslide2 {
  background-image: url('../images/015_edificio_02.jpg');
  background-position: 50% 0%;
}

.min_slide.eslide3 {
  background-image: url('../images/018_planta_celulosa_02.jpg');
  background-position: 50% 100%;
}

.min_slide.eslide4 {
  background-image: url('../images/026_edificio_03.jpg');
  background-position: 50% 50%;
}

.min_slide.eslide5 {
  background-image: url('../images/036_edificio_05.jpg');
  background-position: 50% 50%;
}

.min_slide.eslide6 {
  background-image: url('../images/timur-m-HIJmPH-Ghfc-unsplash.jpg');
  background-position: 50% 50%;
}

.min_slide.eslide7 {
  background-image: url('../images/chuttersnap-jp9JczGYMnY-unsplash.jpg');
  background-position: 50% 50%;
}

.min_slide.enslide1 {
  background-image: url('../images/003_Gasoducto_01.jpg');
  background-position: 50% 100%;
}

.min_slide.enslide2 {
  background-image: url('../images/005_linea_alta_tension.jpg');
  background-position: 50% 100%;
}

.min_slide.mslide14 {
  background-image: url('../images/007_gasoducto_02.jpg');
  background-position: 50% 100%;
}

.min_slide.enslide4 {
  background-image: url('../images/012_planta_industrial_02.jpg');
  background-position: 50% 100%;
}

.min_slide.enslide5 {
  background-image: url('../images/016_refineria.jpg');
  background-position: 50% 100%;
}

.min_slide.enslide6 {
  background-image: url('../images/024_planta_industrial_04.jpg');
  background-position: 50% 100%;
}

.min_slide.enslide7 {
  background-image: url('../images/025_planta_industrial_05.jpg');
  background-position: 50% 0%;
}

.min_slide.enslide8 {
  background-image: url('../images/028_planta_industrial_06.jpg');
  background-position: 50% 100%;
}

.min_slide.enslide9 {
  background-image: url('../images/020_represa.jpg');
  background-position: 50% 100%;
}

.min_slide.islide2 {
  background-image: url('../images/009_tunel_02.jpg');
  background-position: 50% 100%;
}

.min_slide.islide3 {
  background-image: url('../images/019_carcel.jpg');
  background-position: 50% 46%;
}

.min_slide.islide4 {
  background-image: url('../images/022_carretera.jpg');
  background-position: 50% 50%;
}

.min_slide.islide5 {
  background-image: url('../images/033_tunel_03.jpg');
  background-position: 50% 50%;
}

.min_slide.islide6 {
  background-image: url('../images/038_carretera_02.jpg');
  background-position: 50% 59%;
}

.min_slide.islide7 {
  background-image: url('../images/AdobeStock_137319730.jpeg');
  background-position: 50% 100%;
}

.min_slide.oslide1 {
  background-image: url('../images/Depositphotos_101835218_xl-2015.jpg');
  background-position: 50% 50%;
}

.slider-2 {
  height: 56vh;
  margin-bottom: 30px;
}

.container-6 {
  padding-top: 0px;
}

.section-8 {
  background-color: #ea3130;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-11 {
  padding-top: 50px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #fffefe;
  font-size: 40px;
  font-weight: 700;
}

.text-block-12 {
  padding: 25px 22px 50px 4px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
}

.image-8 {
  margin-top: 42px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding-bottom: 40px;
  -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-34 {
  width: 135px;
  height: 5px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #ea3130;
}

.text-block-13 {
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #333332;
  font-size: 48px;
  line-height: 22px;
  font-weight: 700;
}

.text-block-13.txt_serv {
  color: #333332;
  font-size: 48px;
  text-shadow: none;
}

.image-9 {
  padding-left: 0px;
}

.div-block-35 {
  padding-right: 10px;
  padding-left: 12px;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.text-block-14 {
  font-family: Lato, sans-serif;
  color: #333332;
  font-size: 33px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
}

.div-block-37 {
  width: 98%;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vw;
  padding-right: 20px;
  padding-left: 20px;
  -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-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-40 {
  padding-left: 10px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding-top: 50px;
  padding-bottom: 30px;
  -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;
}

.section-10 {
  padding-bottom: 75px;
  background-image: url('../images/CONCRETO_BACKGROUND_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 8vh;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  border-radius: 20px;
  background-color: #333332;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  cursor: pointer;
}

.div-block-43 {
  padding-right: 20px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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-block-15 {
  font-family: Lato, sans-serif;
  font-size: 37px;
  font-weight: 700;
}

.container-8 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  margin-top: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 84px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(200, 201, 203, 0.65);
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
}

.text-block-16 {
  font-family: Lato, sans-serif;
  color: #333332;
  font-size: 21px;
  font-weight: 700;
}

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

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-49 {
  width: 10px;
  height: 10px;
  background-color: #ea3130;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -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;
}

.container-10 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  -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;
}

.paragraph-9 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  text-align: justify;
}

.section-12 {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #333332;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding-bottom: 24px;
  -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;
}

.container-11 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 76px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  width: 150px;
  height: 4px;
  background-color: #ea3130;
}

.text-block-18 {
  padding-right: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1px;
}

.div-block-59 {
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-19 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 27px;
  font-weight: 700;
}

.div-block-60 {
  width: 39px;
  padding-right: 20px;
}

.section-13 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ea3130;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  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;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 26px;
  -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;
}

.text-block-20 {
  font-family: Lato, sans-serif;
  color: #ea3130;
  font-size: 45px;
  font-weight: 700;
}

.div-block-64 {
  padding-right: 10px;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-21 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

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

.section-14 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-68 {
  padding-right: 15px;
  padding-left: 5px;
  background-color: transparent;
}

.text-block-22 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-69 {
  width: 10px;
  height: 10px;
  background-color: #ea3130;
}

.div-block-70 {
  margin-top: 27px;
  margin-bottom: 27px;
  padding-right: 12px;
  padding-left: 12px;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  -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;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 186px;
  -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;
}

.section-15 {
  height: 100vh;
  background-image: url('../images/zach-woolf-_1tk8G4pfsg-unsplash_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-72 {
  width: 98%;
  height: 70vh;
  border-radius: 15px;
  background-color: rgba(51, 51, 50, 0.7);
  box-shadow: 1px 1px 5px 0 #000;
  -webkit-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}

.div-block-72:hover {
  background-color: rgba(51, 51, 50, 0.96);
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  -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;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding-top: 5px;
  padding-bottom: 0px;
  -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;
}

.text-block-23 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  height: 32%;
  -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;
  border-radius: 15px;
  background-color: rgba(234, 49, 48, 0.63);
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: background-color 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: background-color 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: background-color 300ms ease-out, transform 300ms ease-out;
  transition: background-color 300ms ease-out, transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.div-block-75:hover {
  background-color: #ea3130;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-75:active {
  background-color: #307aea;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.div-block-76 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 95%;
  height: 78%;
  -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;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  -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;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -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;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.31);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.div-block-81:hover {
  box-shadow: 0 0 5px 0 #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-block-26 {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 0 4px #000;
}

.text-block-28 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  text-decoration: none;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  padding-top: 207px;
  padding-bottom: 50px;
  -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;
}

.section-16 {
  height: 100vh;
  background-image: url('../images/concrete-1646788_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  margin-top: 20px;
  -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;
  box-shadow: 1px 1px 3px 0 #000;
}

.cto1 {
  padding-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.cto2 {
  padding-bottom: 3px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.cto3 {
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 5px;
  padding: 10px 9px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: rgba(51, 51, 50, 0.78);
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.div-block-86:hover {
  background-color: rgba(51, 51, 50, 0.9);
}

.div-block-87 {
  width: 50%;
  height: 100%;
  margin-left: 5px;
  padding: 10px;
  border-radius: 15px;
  background-color: rgba(200, 201, 203, 0.73);
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.div-block-87:hover {
  background-color: rgba(200, 201, 203, 0.9);
}

.submit-button {
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 15px;
  background-color: #ea3130;
  -webkit-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  text-align: left;
}

.submit-button:hover {
  background-color: #920e0e;
}

.text-block-29 {
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.html-embed {
  width: 100%;
}

.div-block-89 {
  padding-bottom: 14px;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -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;
  border-top: 1px solid #ea3130;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333332), color-stop(83%, #898a8b), to(#c8c9cb));
  background-image: linear-gradient(180deg, #333332, #898a8b 83%, #c8c9cb);
}

.section-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  -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;
}

.section-22.home_eng {
  background-image: url('../images/collage_home_2.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.text-block-33 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 4px #000;
}

.section-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 75px;
  padding-left: 125px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/quienes-somos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-24 {
  height: 100vh;
}

.slider_exp {
  height: 100%;
}

.sexp1 {
  background-image: url('../images/006_mineria.jpg');
  background-position: 24% 50%;
  background-size: cover;
}

.sexp3 {
  background-image: url('../images/Nudo_Perez_Zujovic_1mb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sexp5 {
  background-image: url('../images/011_edificio.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-25 {
  height: 100vh;
}

.section-26 {
  height: 100vh;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 75px;
  padding-left: 125px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-93.arbitrajes_home {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/lady-justice-2388500_1920_BN.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.div-block-93.experiencia_home {
  background-image: url('../images/AdobeStock_199508726.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 30vh;
  -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;
}

.div-block-96 {
  width: 98%;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-97 {
  width: 98%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: #fff;
}

.div-block-100 {
  width: 98%;
  background-color: #fff;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  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;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.slider-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  clear: none;
  -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;
}

.slide-3 {
  overflow: hidden;
}

.slide-3.home1 {
  background-image: url('../images/013_mineria_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3.home2 {
  background-image: url('../images/027_edificio_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3.home3 {
  background-image: url('../images/017_subestacion.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.slide-3.home4 {
  background-image: url('../images/collage_concesiones.jpg');
  background-position: 50% 75%;
  background-size: cover;
  text-transform: capitalize;
}

.slide-3.home5 {
  background-image: url('../images/002_planta_celulosa.jpg');
  background-position: 50% 64%;
  background-size: cover;
}

.footer {
  -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-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #b1b1b1), color-stop(55%, #c8c9cb));
  background-image: linear-gradient(180deg, #b1b1b1 18%, #c8c9cb 55%);
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  -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-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-34 {
  padding-right: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  text-shadow: 1px 1px 3px #000;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-112 {
  width: 77%;
  height: 1px;
  margin-top: 21px;
  margin-bottom: 21px;
  box-shadow: 0 1px 1px 0 #333332;
}

.link-block-3 {
  text-decoration: none;
  cursor: pointer;
}

.link-block-4 {
  text-decoration: none;
  cursor: pointer;
}

.link-block-5 {
  text-decoration: none;
  cursor: pointer;
}

.div-block-113 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-18 {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

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

.image-19 {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

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

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

.image-20 {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

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

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

.text-block-35 {
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.section-32 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-131 {
  width: 45%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.text-block-40 {
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-41 {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Lato bol', sans-serif;
  color: #ea3130;
  font-size: 35px;
  line-height: 40px;
}

.div-block-133 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logikcull_logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: -webkit-filter 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: filter 400ms ease-out, transform 400ms ease-out;
  transition: filter 400ms ease-out, transform 400ms ease-out, -webkit-filter 400ms ease-out, -webkit-transform 400ms ease-out;
}

.logikcull_logo:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.zoom_logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: -webkit-filter 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: filter 400ms ease-out, transform 400ms ease-out;
  transition: filter 400ms ease-out, transform 400ms ease-out, -webkit-filter 400ms ease-out, -webkit-transform 400ms ease-out;
}

.zoom_logo:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.logo_ica_home {
  position: absolute;
  left: 30px;
  top: 12vh;
}

.preloader1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #c8c9cb;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #c8c9cb 18%, rgba(51, 51, 50, 0.2));
}

.text_preloader {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #333332;
  font-size: 22px;
}

.sexp6 {
  background-image: url('../images/031_planta_industrial_07.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-134 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-22 {
  width: 15%;
}

.text-block-42 {
  font-family: 'Lato bol', sans-serif;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 74px;
  line-height: 63px;
  text-align: center;
  letter-spacing: -3px;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.35);
}

.text-block-43 {
  margin-top: 52px;
  font-family: 'Lato bol', sans-serif;
  color: red;
  font-size: 45px;
  line-height: 42px;
  letter-spacing: -2px;
  text-shadow: 1px 0 3px #000;
}

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

.slider-8 {
  width: 100%;
  height: 100%;
}

.text-block-45 {
  padding-right: 125px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Lato bol', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px #000;
}

.slide-nav {
  display: none;
}

.div-block-135 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-137 {
  padding-right: 1px;
}

.text-block-46 {
  margin-top: 52px;
  font-family: 'Lato bol', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0px;
  text-shadow: 1px 0 3px #000;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.navbar1-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333332), color-stop(29%, #4e4f4e), color-stop(67%, #646564), color-stop(100%, #aaabac), to(#c8c9cb));
  background-image: linear-gradient(180deg, #333332, #4e4f4e 29%, #646564 67%, #aaabac 100%, #c8c9cb);
}

.sexp7 {
  background-image: url('../images/001_tunel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.navbar_eng {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 6vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333332), color-stop(29%, #4e4f4e), color-stop(67%, #646564), color-stop(100%, #aaabac), to(#c8c9cb));
  background-image: linear-gradient(180deg, #333332, #4e4f4e 29%, #646564 67%, #aaabac 100%, #c8c9cb);
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-138 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  width: 100%;
  height: 100%;
  margin-top: 10vh;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: minmax(200px, 250px) 0px minmax(200px, 250px) 0px minmax(200px, 250px) 0px minmax(200px, 250px) 0px minmax(200px, 250px) 0px minmax(200px, 250px);
  grid-template-columns: minmax(200px, 250px) minmax(200px, 250px) minmax(200px, 250px) minmax(200px, 250px) minmax(200px, 250px) minmax(200px, 250px);
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto;
}

.gridcell {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.gridcell.g11 {
  -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-image: url('../images/11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gridcell.g12 {
  background-image: url('../images/12.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g13 {
  background-image: url('../images/13.jpg');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.gridcell.g13:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g14 {
  background-image: url('../images/14.jpg');
  background-position: 50% 100%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.gridcell.g14:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g15 {
  background-image: url('../images/15.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g15:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g16 {
  background-image: url('../images/16.jpg');
  background-position: 50% 50%;
  background-size: 275px;
  background-repeat: no-repeat;
}

.gridcell.g16:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g21 {
  background-image: url('../images/21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gridcell.g21:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g22 {
  background-image: url('../images/22.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g22:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g23 {
  background-image: url('../images/23.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.gridcell.g23:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g24 {
  background-image: url('../images/24.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g24:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g25 {
  background-image: url('../images/25.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g25:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g26 {
  background-image: url('../images/26.jpg');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.gridcell.g26:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g31 {
  background-image: url('../images/31.jpg');
  background-position: 50% 50%;
  background-size: 255px;
}

.gridcell.g31:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g32 {
  background-image: url('../images/32.jpg');
  background-position: 50% 50%;
  background-size: 260px;
  background-repeat: no-repeat;
}

.gridcell.g32:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g33 {
  background-image: url('../images/33.jpg');
  background-position: 50% 50%;
  background-size: 267px;
  background-repeat: no-repeat;
}

.gridcell.g33:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g34 {
  background-image: url('../images/34.jpg');
  background-position: 50% 50%;
  background-size: 251px;
  background-repeat: no-repeat;
}

.gridcell.g34:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g35 {
  background-image: url('../images/35.jpg');
  background-position: 50% 50%;
  background-size: 259px;
  background-repeat: no-repeat;
}

.gridcell.g35:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g36 {
  background-image: url('../images/36.jpg');
  background-position: 50% 50%;
  background-size: 249px;
  background-repeat: no-repeat;
}

.gridcell.g36:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g53 {
  background-image: url('../images/53.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g53:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g54 {
  background-image: url('../images/54.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g54:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g55 {
  background-image: url('../images/55.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g55:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g56 {
  background-image: url('../images/56.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g56:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g41 {
  background-image: url('../images/41.jpg');
  background-position: 50% 50%;
  background-size: 254px;
  background-repeat: no-repeat;
}

.gridcell.g41:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g42 {
  background-image: url('../images/42.jpg');
  background-position: 50% 50%;
  background-size: 252px;
  background-repeat: no-repeat;
}

.gridcell.g42:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g43 {
  background-image: url('../images/43.jpg');
  background-position: 50% 52%;
  background-size: 281px;
  background-repeat: no-repeat;
}

.gridcell.g43:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g44 {
  background-image: url('../images/44.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g44:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g45 {
  background-image: url('../images/45.jpg');
  background-position: 50% 50%;
  background-size: 251px;
  background-repeat: no-repeat;
}

.gridcell.g45:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g46 {
  background-image: url('../images/46.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g46:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g51 {
  background-image: url('../images/51.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g51:hover {
  -webkit-filter: none;
  filter: none;
}

.gridcell.g52 {
  background-image: url('../images/52.jpg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.gridcell.g52:hover {
  -webkit-filter: none;
  filter: none;
}

.div-block-139 {
  overflow: hidden;
  height: 90vh;
}

.image-29 {
  width: 9vw;
}

.text-span-3 {
  color: #fff;
  font-size: 55px;
  line-height: 40px;
}

.text-span-3.sombra {
  text-shadow: 2px 2px 1px #000;
}

.text-span-4 {
  color: #fff;
}

.section-33 {
  display: none;
}

@media screen and (max-width: 991px) {
  .icon {
    border: 1px solid transparent;
    color: #fff;
  }
  .menu-button {
    border-style: solid;
    border-width: 1px;
  }
  .text-block-2 {
    font-size: 50px;
  }
  .text-block-2.somos {
    font-size: 55px;
  }
  .text-block-6 {
    font-size: 26px;
  }
  .paragraph-3 {
    font-size: 15px;
  }
  .cajas_1 {
    width: 30%;
  }
  .div-block-22 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .paragraph-4 {
    font-size: 13px;
  }
  .paragraph-5 {
    font-size: 13px;
  }
  .paragraph-6 {
    font-size: 13px;
  }
  .paragraph-7 {
    font-size: 13px;
  }
  .div-block-26 {
    width: 30%;
  }
  .section-4 {
    background-size: cover;
  }
  .text-block-8 {
    font-size: 27px;
    letter-spacing: -1px;
  }
  .heading.head_exp {
    font-size: 25px;
  }
  .slider-2 {
    height: 100vh;
  }
  .text-block-11 {
    font-size: 35px;
  }
  .text-block-12 {
    font-size: 22px;
  }
  .text-block-13 {
    padding-right: 0px;
    font-size: 26px;
    line-height: 29px;
  }
  .text-block-13.txt_serv {
    padding-right: 0px;
  }
  .text-block-14 {
    font-size: 27px;
    line-height: 28px;
  }
  .div-block-37 {
    padding-left: 0px;
  }
  .div-block-42 {
    width: 100%;
  }
  .div-block-44 {
    width: 98%;
  }
  .text-block-15 {
    font-size: 32px;
  }
  .div-block-45 {
    width: 95%;
  }
  .text-block-16 {
    font-size: 19px;
  }
  .paragraph-9 {
    font-size: 20px;
    line-height: 23px;
  }
  .text-block-18 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
  .div-block-59 {
    padding-right: 10px;
  }
  .text-block-19 {
    font-size: 23px;
  }
  .text-block-20 {
    font-size: 39px;
  }
  .div-block-85 {
    width: 98%;
  }
  .cto1 {
    font-size: 27px;
  }
  .cto2 {
    font-size: 19px;
  }
  .cto3 {
    font-size: 15px;
  }
  .text-block-29 {
    font-size: 27px;
  }
  .html-embed {
    width: 100%;
  }
  .div-block-93.arbitrajes_home {
    background-position: 0% 50%;
  }
  .div-block-93.experiencia_home {
    background-position: 69% 50%;
  }
  .div-block-96 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
  }
  .html-embed-2 {
    width: 100%;
  }
  .slide-3.home0 {
    background-position: 50% 0%;
  }
  .slide-3.home_eng {
    background-position: 50% 0%;
  }
  .footer {
    height: 29vh;
  }
  .container-15 {
    height: 24vh;
  }
  .text-block-34 {
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .div-block-112 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .text-block-35 {
    text-align: center;
  }
  .div-block-131 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .text-block-40 {
    font-size: 15px;
    line-height: 21px;
  }
  .text-block-41 {
    font-size: 33px;
  }
  .logo_ica_home {
    z-index: 10;
    width: 20%;
    height: auto;
  }
  .image-22 {
    width: 25%;
  }
  .text-block-43 {
    line-height: 52px;
    text-align: center;
  }
  .nav-menu {
    overflow: scroll;
    background-color: #333332;
  }
  .div-block-135 {
    margin-top: 20px;
  }
  .navbar1-copy {
    display: block;
    height: 10vh;
  }
  .navbar_eng {
    height: 8vh;
  }
  .image-23 {
    width: 13vw;
  }
  .icon-2 {
    display: none;
  }
  .icon-3 {
    display: none;
  }
  .icon-4 {
    display: none;
  }
  .icon-5 {
    display: none;
  }
  .icon-6 {
    display: none;
  }
  .icon-7 {
    display: none;
  }
  .icon-8 {
    display: none;
  }
  .icon-9 {
    display: none;
  }
  .text-span-3 {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link1 {
    height: 7vh;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
  .menu-button {
    height: 15vh;
    -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-block {
    font-size: 25px;
    line-height: 30px;
  }
  .text-block-2 {
    font-size: 32px;
    line-height: 37px;
  }
  .text-block-2.somos {
    font-size: 30px;
    line-height: 30px;
  }
  .text-block-3 {
    font-size: 30px;
  }
  .paragraph {
    font-size: 14px;
  }
  .div-block-5 {
    top: 3.1vh;
    line-height: 15px;
  }
  .div-block-6 {
    padding-bottom: 0px;
  }
  .div-block-10 {
    width: 30vw;
    margin-top: 2px;
  }
  .div-block-11 {
    margin-top: 0px;
  }
  .paragraph-2 {
    font-size: 14px;
  }
  .section-3 {
    padding-bottom: 28px;
  }
  .div-block-13 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-6 {
    font-size: 20px;
  }
  .paragraph-3 {
    font-size: 14px;
  }
  .div-block-21.oficina1 {
    height: 90%;
  }
  .div-block-21.oficina2 {
    height: 90%;
  }
  .div-block-21.oficina3 {
    height: 90%;
  }
  .cajas_1 {
    width: 91%;
    margin-bottom: 10px;
  }
  .div-block-22 {
    -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;
  }
  .paragraph-4 {
    font-size: 14px;
  }
  .paragraph-5 {
    font-size: 14px;
  }
  .paragraph-6 {
    font-size: 14px;
  }
  .paragraph-7 {
    font-size: 14px;
  }
  .image-7 {
    width: 25vw;
  }
  .section-4 {
    padding-bottom: 0px;
  }
  .text-block-8 {
    font-size: 25px;
  }
  .text-block-8.txt_mapa2 {
    font-size: 19px;
  }
  .heading.head_exp {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .paragraph-8 {
    font-size: 14px;
  }
  .container-5 {
    height: 100%;
  }
  .slider-2 {
    height: 100vh;
  }
  .text-block-11 {
    padding-top: 38px;
    font-size: 28px;
    line-height: 31px;
  }
  .text-block-12 {
    font-size: 17px;
  }
  .text-block-13 {
    font-size: 22px;
  }
  .text-block-13.txt_serv {
    font-size: 36px;
  }
  .image-9 {
    width: 10vw;
  }
  .text-block-14 {
    font-size: 19px;
  }
  .div-block-37 {
    padding-left: 0px;
  }
  .div-block-42 {
    height: 13vh;
  }
  .div-block-43 {
    padding-right: 0px;
  }
  .text-block-15 {
    font-size: 23px;
  }
  .text-block-16 {
    font-size: 15px;
  }
  .container-9 {
    overflow: auto;
    height: 15vh;
  }
  .container-10 {
    -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-52 {
    padding-right: 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;
  }
  .div-block-53 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-9 {
    font-size: 16px;
    text-align: justify;
  }
  .div-block-57 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .div-block-58 {
    width: 77px;
  }
  .text-block-18 {
    font-size: 23px;
  }
  .text-block-19 {
    font-size: 17px;
  }
  .div-block-62 {
    width: 100%;
  }
  .text-block-20 {
    font-size: 33px;
  }
  .text-block-21 {
    font-size: 17px;
  }
  .div-block-66 {
    width: 34px;
  }
  .container-12 {
    height: 100%;
    padding-top: 16vh;
  }
  .section-15 {
    height: 170vh;
  }
  .div-block-72 {
    height: 100%;
    padding-bottom: 21px;
  }
  .div-block-73 {
    width: 100%;
    height: 40%;
  }
  .div-block-74 {
    width: 100%;
    height: 60%;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-23 {
    padding-top: 20px;
    padding-bottom: 17px;
    font-size: 25px;
    line-height: 18px;
  }
  .div-block-75 {
    width: 68%;
    height: 50%;
  }
  .div-block-77 {
    width: 100%;
    height: 90%;
  }
  .div-block-80 {
    padding-bottom: 0px;
  }
  .div-block-81 {
    width: 30vw;
    height: 100%;
  }
  .text-block-26 {
    font-size: 13px;
  }
  .container-13 {
    height: 100%;
    padding-top: 16vh;
    padding-bottom: 0px;
  }
  .section-16 {
    height: 150vh;
  }
  .div-block-82 {
    height: 63%;
  }
  .div-block-85 {
    height: 37%;
  }
  .cto1 {
    font-size: 18px;
  }
  .cto2 {
    font-size: 17px;
  }
  .cto3 {
    font-size: 12px;
  }
  .submit-button {
    width: 95%;
    text-align: center;
  }
  .text-block-29 {
    font-size: 21px;
  }
  .html-embed {
    height: 100%;
  }
  .section-17 {
    height: 20vh;
  }
  .section-22 {
    height: 80vh;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .container-14 {
    height: 100%;
  }
  .text-block-33 {
    width: 98%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
  }
  .section-23 {
    padding-left: 20px;
  }
  .div-block-93.experiencia_home {
    padding-bottom: 25px;
    padding-left: 50px;
  }
  .div-block-94 {
    height: 60vh;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-96 {
    height: 60vh;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .html-embed-2 {
    height: 60vh;
  }
  .div-block-97 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -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;
  }
  .container-15 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-109 {
    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;
  }
  .text-block-34 {
    font-size: 12px;
  }
  .div-block-115 {
    width: 25vw;
  }
  .text-block-35 {
    font-size: 10px;
    text-align: center;
  }
  .section-32 {
    padding-bottom: 0px;
  }
  .div-block-131 {
    width: 100%;
    padding-top: 30px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .text-block-40 {
    padding-top: 21px;
    font-size: 15px;
    line-height: 19px;
  }
  .text-block-41 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    line-height: 25px;
  }
  .logikcull_logo {
    width: 30vw;
  }
  .zoom_logo {
    width: 30vw;
  }
  .logo_ica_home {
    top: 13.1vh;
    width: 100px;
    height: auto;
    max-width: none;
    margin-top: 10px;
  }
  .div-block-134 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 65vh;
    margin-top: 15vh;
  }
  .image-22 {
    width: 20%;
    margin-top: 10px;
  }
  .text-block-43 {
    margin-top: 10px;
    font-size: 25px;
  }
  .nav-menu {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .navbar1-copy {
    display: block;
    height: 15vh;
  }
  .grid {
    padding-top: 0px;
  }
  .div-block-139 {
    width: 100%;
    height: 80vh;
    margin-top: 5vh;
  }
  .div-block-140 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 5px 35px;
    -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;
  }
  .image-25 {
    display: block;
  }
  .image-26 {
    display: block;
  }
  .image-27 {
    display: block;
  }
  .icon-10 {
    display: none;
  }
  .icon-11 {
    display: none;
  }
  .text-span-3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .menu-button {
    height: 10vh;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .text-block-2 {
    font-size: 27px;
    line-height: 31px;
  }
  .text-block-3 {
    font-size: 20px;
  }
  .paragraph {
    font-size: 13px;
    line-height: 22px;
  }
  .div-block-5 {
    margin-bottom: 72px;
  }
  .div-block-6 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .text-block-4 {
    font-size: 29px;
  }
  .div-block-9 {
    -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-10 {
    width: 50vw;
  }
  .div-block-11 {
    width: 100%;
  }
  .paragraph-2 {
    font-size: 13px;
    line-height: 22px;
  }
  .div-block-13 {
    -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-block-6 {
    font-size: 17px;
  }
  .div-block-19 {
    width: 95%;
    margin-left: 0px;
  }
  .paragraph-3 {
    font-size: 13px;
  }
  .div-block-21.oficina1 {
    width: 95%;
    height: 31%;
    margin-bottom: 10px;
  }
  .div-block-21.oficina2 {
    width: 95%;
    height: 31%;
    margin-bottom: 10px;
  }
  .div-block-21.oficina3 {
    width: 95%;
    height: 31%;
  }
  .div-block-26 {
    margin-right: 0px;
  }
  .text-block-8 {
    font-size: 19px;
    line-height: 31px;
  }
  .text-block-8.txt_mapa2 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .heading.head_exp {
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 30px;
  }
  .paragraph-8 {
    font-size: 13px;
  }
  .text-block-11 {
    padding-top: 36px;
    font-size: 19px;
  }
  .text-block-12 {
    font-size: 15px;
  }
  .div-block-34 {
    width: 15vw;
  }
  .text-block-13 {
    font-size: 18px;
    text-align: left;
  }
  .text-block-13.txt_serv {
    font-size: 28px;
  }
  .image-9 {
    font-size: 10px;
  }
  .section-9 {
    padding-bottom: 20px;
  }
  .text-block-14 {
    font-size: 14px;
    line-height: 23px;
  }
  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-38 {
    width: 22vw;
  }
  .div-block-41 {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .section-10 {
    padding-bottom: 35px;
  }
  .div-block-43 {
    width: 16vw;
  }
  .text-block-15 {
    font-size: 17px;
  }
  .div-block-45 {
    padding-left: 20px;
  }
  .text-block-16 {
    font-size: 13px;
  }
  .div-block-47 {
    width: 31px;
  }
  .container-9 {
    height: 10vh;
  }
  .div-block-53 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .paragraph-9 {
    font-size: 13px;
  }
  .section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-57 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-19 {
    font-size: 13px;
    line-height: 22px;
  }
  .div-block-60 {
    width: 30px;
    padding-right: 0px;
  }
  .div-block-60.flecha1 {
    width: 22px;
  }
  .div-block-60.flecha2 {
    width: 41px;
  }
  .div-block-62 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-63 {
    padding-bottom: 10px;
  }
  .text-block-20 {
    font-size: 20px;
    line-height: 26px;
  }
  .div-block-64 {
    width: 12vw;
  }
  .div-block-65 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .text-block-21 {
    font-size: 14px;
    line-height: 18px;
  }
  .div-block-66 {
    width: 12vw;
  }
  .section-14 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .text-block-22 {
    font-size: 14px;
    line-height: 18px;
  }
  .div-block-70 {
    margin-bottom: 0px;
  }
  .div-block-71 {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .section-15 {
    height: 110vh;
  }
  .text-block-26 {
    font-size: 11px;
  }
  .container-13 {
    padding-top: 3vh;
  }
  .section-16 {
    margin-top: 10vh;
    padding-bottom: 112px;
  }
  .div-block-82 {
    height: 75%;
    -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;
  }
  .div-block-85 {
    height: 25%;
  }
  .cto1 {
    font-size: 17px;
  }
  .cto2 {
    font-size: 15px;
  }
  .cto3 {
    line-height: 18px;
  }
  .div-block-86 {
    width: 95%;
    height: 50%;
    margin-right: 0px;
    margin-bottom: 9px;
  }
  .div-block-87 {
    width: 95%;
    height: 50%;
    margin-left: 0px;
  }
  .submit-button {
    width: 95%;
    text-align: center;
  }
  .text-block-29 {
    font-size: 17px;
    line-height: 8px;
  }
  .text-block-33 {
    font-size: 12px;
    line-height: 15px;
  }
  .div-block-93 {
    padding-left: 41px;
  }
  .div-block-94 {
    height: 100vh;
    -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;
  }
  .footer {
    height: 70vh;
  }
  .container-15 {
    padding-top: 15px;
  }
  .div-block-109 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-34 {
    padding-right: 0px;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
  }
  .div-block-110 {
    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-112 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .link-block-3 {
    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-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-115 {
    width: 95%;
    margin-top: 15px;
    padding-top: 10px;
  }
  .text-block-35 {
    font-size: 12px;
  }
  .text-block-40 {
    font-size: 16px;
  }
  .text-block-41 {
    font-size: 20px;
    line-height: 21px;
  }
  .text-block-41.title_constr {
    font-size: 19px;
    line-height: 21px;
  }
  .logo_ica_home {
    width: 100px;
    margin-top: 5vh;
  }
  .image-22 {
    width: 30%;
  }
  .text-block-43 {
    font-size: 22px;
  }
  .navbar1-copy {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    height: 10vh;
  }
  .div-block-139 {
    margin-top: 0vh;
  }
  .image-23 {
    width: 40%;
    margin-bottom: 15px;
  }
  .form {
    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;
  }
  .text-span-3 {
    font-size: 27px;
  }
}

@font-face {
  font-family: 'Lato reg';
  src: url('../fonts/Lato-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato bol';
  src: url('../fonts/Lato-Bol.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.ttf') format('truetype'), url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}