.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.banner_inicio {
  background-image: url('../images/img-fondo-header2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.navbar {
  z-index: 9999;
  background-color: #000;
  height: 10vh;
  position: fixed;
  left: 0;
  right: 0;
}

.contenedor_npsotros {
  background-color: #f3f3f3;
  height: auto;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12vh;
  padding-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 35px;
}

.paragraph {
  text-align: justify;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.contenedor_productos {
  height: auto;
  padding-bottom: 20px;
}

.contenedor_slide_productos {
  background-color: #ffe3e300;
  height: auto;
}

.slider {
  background-color: #ddd0;
  height: 130vh;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide {
  padding-left: 5vw;
  padding-right: 5vw;
}

.contenedor_productos_1 {
  justify-content: space-between;
  height: 55vh;
  display: flex;
}

.producto_1 {
  background-color: #ffffe900;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 21vw;
  height: 55vh;
  padding: 14px;
  display: flex;
  box-shadow: 0 2px 13px #0003;
}

.slide-nav {
  height: 5vh;
  padding-top: 0;
}

.contenedor_productos_2 {
  justify-content: space-between;
  height: 60vh;
  margin-top: 6vh;
  display: flex;
}

.contenedor-imagen {
  border: 1px solid #e2e2e2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 17px;
}

.button {
  color: #000;
  text-align: center;
  background-color: #ffd82a;
  border-radius: 11px;
  width: 150px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.text-block {
  text-align: justify;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.image {
  width: 160px;
  height: auto;
}

.mask {
  height: auto;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  height: 10vh;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.nav-link.w--current {
  color: #ffd82a;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  height: 10vh;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.nav-link-2.w--current {
  color: #ffd82a;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 1px;
  height: 10vh;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.nav-link-3.w--current {
  color: #ffd82a;
}

.container {
  height: 10vh;
}

.nav-link-4 {
  color: #000;
  letter-spacing: 1px;
  background-color: #ffd82a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 6vh;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.nav-link-4.w--current {
  color: #000;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading_ubicacion {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12vh;
  padding-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 35px;
}

.contenedor_contacto {
  background-color: #000;
  padding-bottom: 60px;
}

.heading_contacto {
  color: #ffd82a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12vh;
  padding-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 35px;
}

.contenedor_datos_contacto {
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-3 {
  width: 40vw;
}

.heading-3 {
  color: #ffd82a;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 26px;
}

.text-span {
  color: #fff;
}

.div-block-4 {
  margin-top: 0;
  display: flex;
}

.image-2 {
  width: 35px;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.button-2 {
  color: #000;
  background-color: #ffd82a;
  border-radius: 11px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.contenedor_telefono {
  padding-left: 100px;
}

.titulo_telefono {
  color: #ffd82a;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.texto_telefono {
  color: #fff;
  margin-top: 10px;
  font-family: Exo, sans-serif;
}

.titulo_direccion {
  color: #ffd82a;
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.texto_direccion {
  color: #fff;
  margin-top: 10px;
  font-family: Exo, sans-serif;
}

.contenerdor_btn_wa {
  z-index: 99999;
  width: auto;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-3 {
  height: 80px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 10vh;
  display: flex;
}

.image-4 {
  height: 85vh;
}

.image-5-movil {
  display: none;
}

.image-6 {
  height: 85vh;
}

.heading-4 {
  font-family: Exo, sans-serif;
}

.link {
  color: #fff;
}

.inicio_sorteos_bajio {
  background-image: url('../images/back-portada-bajio.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 20px;
  display: flex;
}

.navbar-2 {
  z-index: 9999;
  background-color: #000;
  height: 10vh;
  position: fixed;
  left: 0;
  right: 0;
}

.nav-link-5 {
  color: #d5b67a;
  letter-spacing: 1px;
  font-size: 20px;
}

.nav-link-5.w--current {
  color: #fff;
}

.nav-link-6 {
  color: #d5b67a;
  letter-spacing: 1px;
  font-size: 20px;
}

.nav-link-6.w--current {
  color: #fff;
}

.nav-link-7 {
  color: #d5b67a;
  letter-spacing: 1px;
  font-size: 20px;
}

.nav-link-7.w--current {
  color: #fff;
}

.image-7 {
  width: 400px;
}

.contenedor_nosotros_bajio {
  background-color: #eee;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 85px;
  display: flex;
}

.image-8 {
  width: 400px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 35px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.contenedor_seccion_2_bajio {
  background-color: #a2813d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 85px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-top: 35px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.image-9 {
  width: 770px;
}

.button-3 {
  text-align: center;
  letter-spacing: 1px;
  background-image: url('../images/back--dorado.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 9px;
  width: 200px;
  margin-top: 40px;
  font-size: 25px;
  font-weight: 700;
}

.link-block-2 {
  letter-spacing: 2.3px;
  text-shadow: 3px 3px 3px #000000bf;
  background-image: url('../images/back--dorado.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 40px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 5px #000000a1;
}

.text-block-4 {
  color: #fff;
  text-align: center;
}

.div-block-8 {
  padding: 0;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.image-10 {
  width: 450px;
}

.paragraph-3 {
  text-align: justify;
  width: 450px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 22px;
}

.image-11 {
  height: 650px;
}

.div-block-11 {
  background-color: #000;
  justify-content: space-between;
  height: auto;
  padding: 40px 0;
  display: block;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.image-12 {
  width: 170px;
}

.div-block-14 {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.image-13 {
  width: 230px;
}

.div-block-15 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-16 {
  display: flex;
}

.div-block-17 {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.div-block-18 {
  display: flex;
}

.image-14 {
  width: 150px;
}

.btn-fb-2 {
  letter-spacing: 2.3px;
  text-shadow: 3px 3px 3px #000000bf;
  background-image: url('../images/back--dorado.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 5px #000000a1;
}

.texto_btn-fb-inter {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  font-size: 22px;
}

.image-15 {
  height: 35px;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.text-block-5 {
  color: #d5b67a;
  letter-spacing: 1px;
  font-size: 18px;
}

.image-16 {
  width: 135px;
}

.container-2 {
  height: 10vh;
}

.image-17, .image-18, .image-19 {
  height: 6vh;
}

.link-block-3 {
  height: 10vh;
  padding-top: 2vh;
  padding-left: 20px;
}

.nav-menu-2 {
  height: 10vh;
}

.link-block-4 {
  height: 10vh;
  padding-top: 2vh;
  padding-left: 30px;
  padding-right: 30px;
}

.link-block-5 {
  height: 10vh;
  padding-top: 2vh;
}

.link-2 {
  color: #d5b67a;
}

.movil_como_se_eligen {
  display: none;
}

.image-22 {
  width: 40px;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.image-23 {
  display: none;
}

.contenerdor_btn_wa-bajio {
  z-index: 99999;
  width: auto;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.inicio-foto {
  background-image: url('../images/HOME.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.image-24 {
  width: 1066px;
}

.navbar-3 {
  z-index: 9999;
  background-color: #000000b5;
  height: 12vh;
  position: fixed;
  left: 0;
  right: 0;
}

.nav-link-8 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.nav-link-8.w--current {
  color: #b3b3b3;
}

.nav-link-9 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.nav-link-9.w--current {
  color: #b3b3b3;
}

.nav-link-10 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.nav-link-10.w--current {
  color: #b3b3b3;
}

.link-block-6 {
  width: 30px;
  margin-left: 40px;
}

.link-block-7 {
  width: 30px;
  margin-left: 15px;
  display: none;
}

.link-block-8 {
  width: 30px;
  margin-left: 15px;
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  height: 12vh;
  display: flex;
}

.image-25 {
  width: 120px;
}

.brand-3 {
  justify-content: flex-start;
  align-items: center;
  height: 12vh;
  display: flex;
}

.contenedor-logo-foto {
  height: 45vh;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  overflow: visible;
}

.image-26 {
  height: 45vh;
}

.contenedor_foto_about-us {
  background-color: #f3f3f3;
  height: 70vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.image-27 {
  height: 70vh;
}

.paragraph-5 {
  text-align: justify;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.heading-5 {
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
}

.servicios {
  text-align: center;
  flex-flow: column;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.div-block-23 {
  height: auto;
}

.slider-2 {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.mask-2 {
  height: 70vh;
  padding-left: 0;
  padding-right: 0;
}

.slide-2 {
  background-color: red;
  width: 22vw;
  height: auto;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-3 {
  background-color: #007bff00;
  background-image: url('../images/foto-boda.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 22vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-4 {
  background-color: #0f00;
  background-image: url('../images/foto-vxanos.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  width: 22vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-5 {
  background-color: #b0f0;
  background-image: url('../images/foto-comunion.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  width: 22vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-6 {
  background-color: #f000;
  background-image: url('../images/foto-scroll-bautizo.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  width: 22vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-7 {
  background-color: #f000;
  background-image: url('../images/foto-presentacion.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 22vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  padding-bottom: 0;
  padding-right: 0;
}

.icon, .icon-2 {
  color: #000;
}

.contenedor_links_info_boda {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  overflow: hidden;
}

.div-block-24 {
  background-color: #00000061;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 100%;
}

.contenedor_botones_boda {
  background-color: #0000004f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 2px 2px 3px #000000b5;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 500;
  display: block;
}

.button-4 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.contenedor_links_info_vxanos {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  overflow: hidden;
}

.contenedor_botones_vxanos {
  background-color: #0000004f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.contenedor_links_info_comunion {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  overflow: hidden;
}

.contenedor_botones_comunion {
  background-color: #0000004f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.contenedor_links_info_bautizo {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  overflow: hidden;
}

.contenedor_botones_bautizo {
  background-color: #0000004f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.contenedor_links_info_presentacion {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  overflow: hidden;
}

.contenedor_botones_presentacion {
  background-color: #0000004f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.heading-7-presentacion {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 2px 2px 3px #000000b5;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-7-cominion {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 2px 2px 3px #000000b5;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-7-xvanos {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 2px 2px 3px #000000b5;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 500;
}

.btn_info_boda {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.btn_info_boda:hover {
  color: #000;
  background-color: #e6e6e6;
}

.btn_info_xvanos {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.btn_info_xvanos:hover {
  color: #000;
  background-color: #e6e6e6;
}

.btn_info_comunion {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.btn_info_comunion:hover {
  color: #000;
  background-color: #e6e6e6;
}

.btn_info_bautizo {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.btn_info_bautizo:hover {
  color: #000;
  background-color: #e6e6e6;
}

.btn_info_presentacion {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.btn_info_presentacion:hover {
  color: #000;
  background-color: #e6e6e6;
}

.galeria {
  height: auto;
  padding-top: 5vh;
  padding-left: 0;
  padding-right: 0;
}

.contenedor_fotos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.bloque_1_foto {
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

.div-block-25 {
  background-color: red;
  width: 290px;
  height: 400px;
}

.div-block-26 {
  width: auto;
  margin-left: 10px;
}

.div-block-27 {
  width: auto;
  margin-left: 0;
}

.image-28 {
  height: auto;
}

.div-block-28 {
  width: auto;
  height: auto;
  margin-top: 10px;
}

.div-block-29 {
  background-color: red;
  width: 290px;
  height: 205px;
  margin-top: 10px;
}

.image-29 {
  width: 100%;
  height: 454px;
}

.image-30 {
  width: 290px;
  height: 422px;
}

.div-block-30 {
  width: auto;
  height: auto;
}

.image-31 {
  width: 275px;
  height: 185px;
}

.div-block-31 {
  background-color: red;
  width: 290px;
  height: 185px;
}

.div-block-32 {
  margin-left: 10px;
}

.div-block-33 {
  background-color: red;
  width: 200px;
  height: 220px;
}

.div-block-34 {
  background-color: red;
  width: 200px;
  height: 170px;
  margin-top: 10px;
}

.bloque_2_foto {
  width: 800px;
  margin-top: 10px;
  display: flex;
}

.div-block-35 {
  background-color: red;
  width: 395px;
  height: 235px;
}

.div-block-36 {
  background-color: red;
  width: 395px;
  height: 235px;
  margin-left: 10px;
}

.bloque_3_foto {
  width: 800px;
  margin-top: 10px;
  display: flex;
}

.div-block-37 {
  background-color: red;
  width: 500px;
  height: 235px;
}

.div-block-38 {
  background-color: red;
  width: 290px;
  height: 235px;
  margin-left: 10px;
}

.div-block-39 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 80px;
  display: flex;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  height: auto;
  display: flex;
}

.div-block-41 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25vw;
  height: auto;
  margin-right: 20px;
  display: flex;
}

.div-block-42 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.image-32 {
  width: 250px;
}

.foto_contacto {
  background-color: #000;
  height: auto;
}

.div-block-43 {
  justify-content: center;
  align-items: flex-end;
  height: 10ch;
  display: flex;
}

.titulo_contacto {
  color: #fff;
  text-align: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.button-2-foto {
  color: #000;
  background-color: #fff;
  border-radius: 11px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.image-33 {
  width: 35px;
}

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

.image-34 {
  width: 35px;
}

.foto_contenedor_mail {
  margin-top: 20px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-7 {
  color: #fff;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.div-block-44 {
  width: 170px;
}

.div-block-45 {
  width: 170px;
  margin-top: 20px;
}

.text-block-8 {
  color: #fff;
  font-size: 20px;
}

.div-block-46 {
  margin-top: 10px;
  display: flex;
}

.fb-footer {
  width: 30px;
  margin-left: 0;
}

.in_footer {
  width: 30px;
  margin-left: 15px;
  display: none;
}

.insta_footer {
  width: 30px;
  margin-left: 0;
}

.div-block-47 {
  color: #fff;
  height: 10vh;
  margin-top: 60px;
}

.text-block-9 {
  text-align: center;
  letter-spacing: 5px;
}

.nav-link-11 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.nav-link-11.w--current {
  color: #b3b3b3;
}

.btn_contacto {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.btn_contacto.w--current {
  color: #b3b3b3;
}

.abogados_inicio {
  height: auto;
  display: block;
}

.section, .abogados_menu {
  height: 30vh;
}

.abogados_menu_telefono_mail {
  color: #242424;
  background-color: #242424;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 7.5vh;
  padding-top: 0;
  padding-left: 100px;
  display: flex;
}

.abogados_menu_social_items_logo {
  height: 15vh;
  padding-left: 100px;
  display: flex;
}

.abogados_menu_botones {
  background-color: #971b23;
  justify-content: space-around;
  height: 7.5vh;
  padding-left: 242px;
  padding-right: 242px;
  display: flex;
}

.abogados_contenedor_social_items {
  display: flex;
}

.abogados_contenedor_logo {
  justify-content: flex-start;
  align-items: center;
  margin-left: 260px;
  display: flex;
}

.abogados_contenedor_banner_inicio {
  background-image: url('../images/abogados_img_banner_inicio_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  padding-left: 100px;
  display: flex;
}

.abogados_contenedor_dato_telefono {
  background-color: #1e00ff00;
  justify-content: flex-start;
  align-items: center;
  height: 7.5vh;
  margin-left: 40px;
  display: flex;
}

.div-block-48 {
  background-color: #19ff00;
}

.abogados_contenedor_dato_mail {
  justify-content: flex-start;
  align-items: center;
  height: 7.5vh;
  display: flex;
}

.text-block-10 {
  color: #fff;
}

.image-35 {
  height: 20px;
}

.abogados_conteedor_texto {
  height: 25px;
  margin-left: 20px;
}

.abogados-contenedor_sobre {
  height: 25px;
}

.image-36 {
  height: 20px;
}

.abogados_contenedor_social_fb {
  justify-content: center;
  align-items: center;
  display: flex;
}

.abogados_contenedor_social_x, .abogados_contenedor_social_in, .abogados_contenedor_social_wa-copy {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.image-37, .image-38, .image-39, .image-40 {
  height: 35px;
}

.image-41 {
  height: 12vh;
}

.navbar-4 {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  height: 7.5vh;
  display: flex;
}

.container-4 {
  width: 100%;
}

.nav-menu-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 7.5vh;
  display: block;
}

.button-5 {
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.button-6, .button-7, .button-8 {
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-shadow: 3px 2px 4px #000000ed;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 60px;
}

.button-9 {
  background-color: #971b23;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 18px;
  box-shadow: 3px 2px 2px #000000e6;
}

.abogados_quienes_somos {
  background-color: #f5f4f4;
  height: 70vh;
  display: flex;
}

.abogados_quienes_somos_foto {
  background-color: #f5f4f400;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.abogados_quienes_somos_texto {
  background-color: #f5f4f400;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  padding-right: 100px;
  display: flex;
}

.image-42 {
  height: 85%;
}

.paragraph-6 {
  text-align: justify;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.heading-9 {
  font-family: Lato, sans-serif;
  font-size: 45px;
}

.text-span-2 {
  color: #971b23;
}

.abogados_contenedor_servicios {
  height: auto;
  padding-bottom: 40px;
  display: flex;
}

.abogados_contenedor_texto_qs {
  width: 50vw;
  padding-top: 85px;
  padding-left: 100px;
}

.abogados_contenedor_lista_s {
  width: 50vw;
  padding-top: 60px;
  padding-left: 111px;
  padding-right: 200px;
}

.abogados_contenedor_servicios_textos {
  background-color: #971b23;
  border-radius: 15px;
  width: 25vw;
  padding: 13px 17px;
}

.abogados_contenedor_servicios_lista {
  border-bottom: 1px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-11 {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.abogados_contenedor_servicios_lista_fin {
  border-bottom: 1px #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.linea {
  background-color: #333;
  height: 1px;
  margin-bottom: 40px;
}

.text-span-3, .text-span-4 {
  font-size: 40px;
}

.abogados_contacto {
  background-color: #242424;
  flex-flow: column;
  height: 70vh;
  display: block;
}

.div-block-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33vw;
  height: auto;
  display: flex;
}

.div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33vw;
  height: 100%;
  padding-left: 123px;
  display: flex;
}

.div-block-52 {
  justify-content: flex-end;
  align-items: center;
  width: 34vw;
  height: auto;
  display: flex;
}

.abogados_contenedor_celdas_footer {
  height: 55vh;
  display: flex;
}

.div-block-53 {
  justify-content: center;
  align-items: flex-end;
  height: 15vh;
  display: flex;
}

.image-43 {
  width: 250px;
}

.heading-10 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.abogados_footer_menu {
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin-top: 10px;
  display: flex;
}

.abogados_triangulo {
  justify-content: center;
  align-items: flex-start;
  height: 20px;
  display: flex;
}

.abogados_btn_inicio {
  height: 22px;
  padding-left: 10px;
}

.image-44 {
  height: 15px;
}

.texto_btn_1 {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.abogados_contenedor_dato_mail_footer {
  justify-content: flex-start;
  align-items: center;
  height: 7.5vh;
  display: flex;
}

.abogados_contenedor_dato_telefono_footer {
  background-color: #1e00ff00;
  justify-content: flex-start;
  align-items: center;
  height: 7.5vh;
  margin-left: 0;
  display: flex;
}

.abogados_contenedor_social_items_footer {
  margin-top: 10px;
  display: flex;
}

.link-block-9, .link-block-10, .link-block-11 {
  margin-left: 10px;
}

.div-block-54 {
  background-color: #242424;
  height: 8vh;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.link-3, .link-4 {
  color: #fff;
}

.image-45 {
  height: 35px;
}

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

.texto_btn_2, .texto_btn_3, .texto_btn_1-copy {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.link-7, .link-8, .link-9, .link-10 {
  color: #fff;
  text-decoration: none;
}

.slider-3 {
  height: 70vh;
}

.slide-8 {
  background-image: url('../images/abogados_img_banner_inicio_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/abogados_img_banner_inicio_8.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-55 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 100px;
  display: flex;
}

.slide-10 {
  background-image: url('../images/abogados_img_banner_inicio_7.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/abogados_img_banner_inicio_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/abogados_img_banner_inicio_4.jpg');
  background-position: 50%;
  background-size: cover;
}

.oveishon_navbar {
  z-index: 9999;
  background-color: #000000b5;
  height: 12vh;
  position: fixed;
  left: 0;
  right: 0;
}

.oveishon_brand-3 {
  justify-content: flex-start;
  align-items: center;
  height: 12vh;
  display: flex;
}

.oveishon_image-25 {
  width: 60px;
}

.oveishon_nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  height: 12vh;
  display: flex;
}

.oveishon_nav-link-8 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.oveishon_nav-link-8.w--current {
  color: #b3b3b3;
}

.oveishon_nav-link-9 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.oveishon_nav-link-9.w--current {
  color: #b3b3b3;
}

.oveishon_nav-link-10 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.oveishon_nav-link-10.w--current {
  color: #b3b3b3;
}

.oveishon_nav-link-11 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
  overflow: visible;
}

.oveishon_nav-link-11.w--current {
  color: #b3b3b3;
}

.oveishon_btn_contacto {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.oveishon_btn_contacto.w--current {
  color: #b3b3b3;
}

.oveishon_link-block-6 {
  width: 30px;
  margin-left: 40px;
}

.oveishon_link-block-7 {
  width: 30px;
  margin-left: 15px;
  display: none;
}

.oveishon_link-block-8 {
  width: 30px;
  margin-left: 15px;
}

.oveishon_inicio-foto {
  background-image: url('../images/foto-portada-horizontal.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.heading-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
  overflow: visible;
}

.servicios_btn {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.servicios_btn.w--current {
  color: #b3b3b3;
}

.image-26-copy {
  height: 35vh;
}

.image-27-copy {
  height: 55vh;
}

.caja_servicios {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.punto {
  margin-right: 10px;
}

.text-block-13 {
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.text-block-14 {
  text-align: justify;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.contenedor-check-obras {
  margin-left: 10px;
  margin-right: 0;
  display: none;
}

.image-46 {
  height: 25px;
}

.contenedor-opciones-servicios-1 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 5px;
  display: flex;
}

.foto-servicios-obra {
  justify-content: flex-end;
  align-items: flex-start;
  width: 60vw;
  padding-right: 20px;
  display: flex;
}

.servicios-lista {
  flex-flow: column;
  width: 40vw;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.image-47 {
  border-radius: 20px;
  width: 500px;
}

.button-10 {
  background-color: #000;
  border-radius: 18px;
  width: 120px;
  margin-top: 30px;
}

.contenedor-opciones-servicios-1-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 5px;
  display: flex;
}

.text-block-14-copy {
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.texto-servicios-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.aparecer-opcion-obras-1 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding-right: 100px;
  display: none;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.contenedor-opciones-servicios-2 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.aparecer-opcion-obras-2 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding-right: 100px;
  display: none;
}

.contenedor-opciones-servicios-3 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.aparecer-opcion-obras-3 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding-right: 100px;
  display: none;
}

.contenedor-opciones-servicios-4 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.aparecer-opcion-obras-4 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding-right: 100px;
  display: none;
}

.contenedor-opciones-servicios-5 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.aparecer-opcion-obras-5 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding-right: 100px;
  display: none;
}

.por-que-trabajar-conmigo {
  background-color: #000;
  background-image: url('../images/back-central-obras.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: 180px;
  margin-bottom: 100px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.button-11 {
  color: #000;
  text-align: left;
  background-color: #3898ec00;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
}

.div-block-56 {
  display: block;
}

.div-block-57 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.div-block-58 {
  width: 50vw;
  padding-left: 40px;
  display: flex;
}

.image-48 {
  width: 60%;
}

.contenedor-opciones-por-que {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.contenedor-check-obras-2 {
  margin-left: 0;
  margin-right: 10px;
  display: block;
}

.text-span-5-copy {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
}

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

.heading-6-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 42px;
}

.heading-6-copy-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
}

.div-block-57-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 20px;
  display: flex;
}

.por-que-trabajar-conmigo-copy {
  background-color: #000;
  background-image: url('../images/back-central-obras.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.image-49 {
  height: 100%;
}

.slide-3-copy, .slide-4-copy, .slide-5-copy, .slide-6-copy, .slide-7-copy {
  background-color: #040a11;
  border-radius: 20px;
  width: 22vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-2-copy {
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
}

.slider-2-copy {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.btn_info_boda-copy {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.btn_info_boda-copy:hover {
  color: #000;
  background-color: #e6e6e6;
}

.btn_info_xvanos-copy {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.btn_info_xvanos-copy:hover {
  color: #000;
  background-color: #e6e6e6;
}

.btn_info_comunion-copy {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.btn_info_comunion-copy:hover {
  color: #000;
  background-color: #e6e6e6;
}

.btn_info_bautizo-copy {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.btn_info_bautizo-copy:hover {
  color: #000;
  background-color: #e6e6e6;
}

.btn_info_presentacion-copy {
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  border: 1px solid #818181;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.btn_info_presentacion-copy:hover {
  color: #000;
  background-color: #e6e6e6;
}

.div-block-59 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px #000000c7;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.text-span-6 {
  font-size: 15px;
  font-weight: 400;
}

.nav-link-8-copy {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.nav-link-8-copy.w--current {
  color: #b3b3b3;
}

.nav-link-9-copy {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.nav-link-9-copy.w--current {
  color: #b3b3b3;
}

.nav-link-10-copy {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.nav-link-10-copy.w--current {
  color: #b3b3b3;
}

.nav-link-11-copy {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.nav-link-11-copy.w--current {
  color: #b3b3b3;
}

.btn_contacto-copy {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.btn_contacto-copy.w--current {
  color: #b3b3b3;
}

.home {
  background-image: url('../images/HOME.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
}

.navbar-5 {
  z-index: 5000;
  position: absolute;
  inset: 0% 0% auto;
}

.quien-soy {
  background-color: #888;
  height: 100vh;
}

.galeria-copy {
  height: auto;
  padding-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.bold-text-2 {
  font-size: 42px;
}

.image-50 {
  display: none;
}

.heading-12-mobil {
  font-family: Exo, sans-serif;
  font-size: 42px;
  display: none;
}

.proyectos {
  height: auto;
  padding-top: 20px;
  padding-bottom: 120px;
}

.menu_obras {
  z-index: 88888;
  background-color: #0000;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.barra-menu-desk {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  height: 12vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.menu-desplegar-mobil {
  background-color: #000000b3;
  height: 88vh;
  display: none;
}

.contenedor-logo-obras {
  width: 120px;
  margin-right: 100px;
  display: block;
}

.contenedor-botones {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contenedor-redes {
  display: flex;
}

.button-12 {
  background-color: #3898ec00;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-12:hover, .button-12:active {
  color: #b1b1b1;
}

.contenedor-redes-fb {
  margin-right: 20px;
  display: flex;
}

.bt_fb {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-52, .image-53 {
  height: 35px;
}

.menu-mobil {
  padding: 8px;
  display: none;
}

.image-54 {
  height: 45px;
}

.contenedor-redes-mobil {
  display: flex;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  width: 80vw;
  margin-top: 35px;
  padding-left: 56px;
  padding-right: 56px;
  font-family: Exo, sans-serif;
  font-size: 25px;
}

.contenido-texto-contacto {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1277px;
  display: flex;
}

.text-span-7 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-16 {
  color: #fff;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.text-block-16-copy {
  color: #fff;
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.contenido-extra {
  padding-left: 100px;
  padding-right: 100px;
}

.heading-12 {
  text-align: center;
  font-family: Exo, sans-serif;
}

.paragraph-8 {
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.heading-12-copy {
  text-align: center;
  font-family: Exo, sans-serif;
}

.heading-6-copy-copy-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
}

.paragraph-8-copy {
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.heading-13 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.contenedor-testimoniales {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-62 {
  border: 1px solid #969696;
  border-radius: 20px;
  width: 400px;
  margin-right: 40px;
  padding: 25px;
}

.div-block-63 {
  border: 1px solid #969696;
  border-radius: 20px;
  width: 400px;
  padding: 28px;
}

.paragraph-9, .paragraph-10 {
  color: #969696;
  text-align: justify;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-style: italic;
}

.div-block-64 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.slider-4 {
  display: none;
}

.div-block-62-copy {
  border: 1px solid #969696;
  border-radius: 20px;
  width: 400px;
  margin-right: 40px;
  padding: 25px;
}

.button-13 {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  margin-top: 30px;
  padding-left: 31px;
  padding-right: 31px;
  font-size: 18px;
}

.button-13:hover {
  color: #fff;
  background-color: #fff0;
}

.galeria-1-ok {
  z-index: 88889;
  background-color: #fff;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.div-block-66 {
  justify-content: center;
  height: 400px;
  margin-top: 30px;
  display: flex;
}

.div-block-67 {
  background-color: #ececec;
  width: 300px;
  height: 400px;
}

.div-block-68 {
  background-color: #ececec;
  width: 300px;
  height: 400px;
  margin-left: 16px;
  margin-right: 16px;
}

.div-block-69 {
  background-color: #ececec;
  width: 300px;
  height: 400px;
}

.div-block-70 {
  background-color: #dfdfdf00;
  border-bottom: 1px solid #000;
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.button-14 {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 35px;
  font-weight: 400;
  display: flex;
}

.div-block-66-copy {
  justify-content: center;
  height: 400px;
  margin-top: 20px;
  display: flex;
}

.text-block-17 {
  padding-left: 60px;
  padding-right: 60px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.paragraph-11 {
  margin-top: 20px;
  margin-right: 60px;
  padding-left: 60px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.galeria-2, .galeria-3, .galeria-4, .galeria-5 {
  z-index: 88889;
  background-color: #fff;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.btn-obras-1, .btn-obras-4 {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 35px;
  font-weight: 400;
  display: flex;
}

.btn-obras-3 {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 35px;
  font-weight: 400;
  display: none;
}

.btn-obras-2 {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 35px;
  font-weight: 400;
  display: flex;
}

.btn-obras-1-ok {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 25px;
  font-weight: 400;
  display: flex;
}

.galeria-2-ok, .galeria-3-ok, .galeria-4-ok, .galeria-5-ok {
  z-index: 88889;
  background-color: #fff;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.btn-obras-2-ok, .btn-obras-3-ok, .btn-obras-4-ok {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 25px;
  font-weight: 400;
  display: flex;
}

.btn-obras-5-ok {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 35px;
  font-weight: 400;
  display: flex;
}

.inicio-tornos {
  background-image: url('../images/imagen-torno.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.menu_tornos {
  z-index: 88888;
  background-color: #0000;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.barra-menu-desk-tornos {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  height: 12vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.contenedor-logo-tornos {
  width: 120px;
  margin-right: 100px;
  display: block;
}

.contenedor-botones-tornos {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.button-tornos-1 {
  background-color: #3898ec00;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-tornos-1:hover, .button-tornos-1:active {
  color: #b1b1b1;
}

.button-tornos-2 {
  background-color: #3898ec00;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-tornos-2:hover, .button-tornos-2:active {
  color: #b1b1b1;
}

.servicios-tornos {
  background-color: #3898ec00;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.servicios-tornos:hover, .servicios-tornos:active {
  color: #b1b1b1;
}

.button-tornos-4 {
  background-color: #3898ec00;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-tornos-4:hover, .button-tornos-4:active {
  color: #b1b1b1;
}

.button-tornos-5 {
  background-color: #3898ec00;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-tornos-5:hover, .button-tornos-5:active {
  color: #b1b1b1;
}

.contenedor-redes-torno {
  display: flex;
}

.contenedor-redes-fb-torno {
  margin-right: 20px;
  display: flex;
}

.bt_fb-torno {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-52-torno {
  height: 25px;
}

.contenedor-redes-instagram-torno {
  display: none;
}

.image-53-torno {
  height: 35px;
}

.menu-mobil-torno {
  padding: 8px;
  display: none;
}

.image-54-torno {
  height: 45px;
}

.menu-desplegar-mobil-torno {
  background-color: #000000b3;
  height: 88vh;
  display: none;
}

.contenedor-redes-mobil-torno {
  display: flex;
}

.contenedor-redes-fb-torno2 {
  margin-right: 20px;
  display: flex;
}

.bt_fb-torno-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-52-torno-2 {
  height: 35px;
}

.contenedor-redes-instagram-torno-2 {
  display: none;
}

.image-53-torno-2 {
  height: 35px;
}

.image-56 {
  width: 550px;
}

.titulo-torno-1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.titulo-2-torno {
  color: #fff;
  text-shadow: 2px 3px 2px #000000c9;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.image-57 {
  width: 50px;
  margin-top: 270px;
  padding-bottom: 0;
}

.heading-16 {
  text-align: center;
  font-size: 30px;
}

.div-block-59-1 {
  background-image: url('../images/procesos-3_1.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-59-2 {
  background-image: url('../images/Acabados-2.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-59-3 {
  background-image: url('../images/Edificio-Tlalnepanta-2.jpg');
  background-position: 50% 100%;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-59-4 {
  background-image: url('../images/acapulco-1.jpg');
  background-position: 100% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.fb-footer-copy {
  width: 30px;
  margin-left: 0;
  display: none;
}

.image-52-copy {
  height: 35px;
}

.texto-servicios-otro {
  margin-top: 20px;
  margin-bottom: 10px;
}

.bold-text-3, .bold-text-3-copy, .bold-text-3-copy {
  text-decoration: none;
}

.text-block-14-copy {
  text-align: justify;
  text-align: justify;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.text-span-19, .text-span-20 {
  font-size: 20px;
  font-weight: 700;
}

.div-block-21-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.quienes-somos-tornos {
  height: auto;
  padding: 60px 100px;
}

.heading-17 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-12 {
  text-align: center;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 35px;
}

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

.div-block-72 {
  background-color: #f3f3f3;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.contenedor-cuadros-servcios {
  justify-content: space-around;
  padding-top: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.servicio-1-tornos {
  background-color: #497945;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 2px 5px #00000075;
}

.contenedor-imagen-servicios-torno {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-13 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.image-58 {
  text-align: center;
  width: 100px;
}

.heading-18 {
  color: #fff;
  text-align: center;
  height: 60px;
  font-size: 19px;
  line-height: 25px;
}

.banner-cotizar-tornos {
  background-image: url('../images/back-banner-torno.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px 5vw;
  display: flex;
}

.heading-19 {
  color: #fff;
  margin-right: 40px;
  font-size: 50px;
}

.button-15 {
  background-color: #497945;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.fotos-banner-torno {
  justify-content: space-between;
  height: auto;
  margin-bottom: 30px;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.image-59, .image-60, .image-61 {
  width: 350px;
}

.foto_contacto-copy {
  background-color: #000;
  height: auto;
  padding-left: 7vw;
  padding-right: 7vw;
}

.div-block-39-copy {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 80px;
  display: flex;
}

.titulo_contacto-copy {
  color: #fff;
  text-align: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.image-32-copy {
  width: 250px;
}

.image-33-copy, .image-34-copy {
  width: 35px;
}

.button-2-foto-copy {
  color: #fff;
  background-color: #497945;
  border-radius: 11px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.foto_mail-copy {
  color: #fff;
  font-size: 12px;
}

.text-block-6-copy {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-7-copy {
  color: #fff;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.text-block-8-copy {
  color: #fff;
  font-size: 20px;
}

.div-block-46-copy {
  margin-top: 10px;
  display: flex;
}

.div-block-45-copy {
  width: 170px;
  margin-top: 20px;
}

.div-block-44-copy {
  width: 170px;
}

.div-block-42-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.text-block-2-copy {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.div-block-61-copy {
  color: #fff;
}

.image-34-copy-copy {
  width: 30px;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}

.text-block-18 {
  color: #fff;
  margin-left: 20px;
}

.insta_footer-copy {
  width: 30px;
  margin-left: 0;
  display: none;
}

.face_footer_tornos {
  width: 30px;
  margin-left: 20px;
}

.button-tornos-1-copy {
  background-color: #3898ec00;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-tornos-1-copy:hover, .button-tornos-1-copy:active {
  color: #b1b1b1;
}

.image-54-torno-copy {
  height: 45px;
}

.link-11 {
  color: #fff;
}

.titulo-2-torno-copy {
  color: #fff;
  text-shadow: 2px 3px 2px #000000c9;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.fotos-banner-torno-copy {
  justify-content: space-between;
  height: auto;
  margin-bottom: 30px;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.fotos-banner-torno-2, .fotos-banner-torno-3 {
  justify-content: space-between;
  height: auto;
  margin-bottom: 100px;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.div-block-73 {
  background-color: #eee;
  width: 350px;
  height: 262.984px;
}

.div-block-74, .video, .image-62, .image-63 {
  width: 350px;
}

.video-1 {
  z-index: 9999999;
  background-color: #000;
  height: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.boton-cerrar {
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  padding-right: 140px;
  line-height: 20px;
  display: flex;
}

.boton-cerrar-video-1 {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
}

.video-2 {
  line-height: 80vh;
}

.boton-cerrar-video-2 {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
}

.video-2-muestra {
  z-index: 9999999;
  background-color: #000;
  height: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-12 {
  color: #fff;
}

.div-block-60-copy-copy {
  margin-right: 10px;
}

.background-video {
  width: 350px;
  height: 639px;
}

.div-block-75 {
  display: block;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.background-video-2 {
  width: 350px;
  height: 639px;
}

.div-block-77 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-19 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.image-64 {
  width: 200px;
}

.text-block-19-copy {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.rmc_home {
  background-image: url('../images/rmc-home.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

.heading-21 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}

.rmc_menu {
  z-index: 99999;
  background-color: #062d68;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 12vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.contenedor_logo_rmc {
  margin-right: 40px;
}

.text-block-20 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.rmc_contenedor_botones_menu_desk {
  margin-right: 30px;
  display: flex;
}

.bt_fb-torno-_rmc {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bt_wa_rmc {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding-right: 10px;
  display: flex;
}

.bt_insta_rmc {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.link-13 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.button-16 {
  background-color: #3898ec00;
  margin-left: 20px;
  margin-right: 20px;
}

.button-17, .button-18 {
  background-color: #3898ec00;
}

.emc_quienes_somos {
  padding: 30px 100px;
}

.rmc_titulo_contacto {
  color: #062d68;
  text-align: center;
}

.paragraph-15 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.rmc_servicios {
  padding: 30px 0;
  display: flex;
}

.rmc_servicios_1 {
  width: 50%;
  padding-left: 100px;
}

.rmc_servicios_2 {
  width: 50%;
  padding-top: 66px;
  padding-left: 50px;
  padding-right: 100px;
}

.paragraph-15-copy {
  text-align: left;
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: #062d68;
}

.slide-15 {
  background-image: url('../images/rmc-slide-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/rmc-slide-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/rmc-slide-4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/rmc-slide-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cmr_banner {
  background-image: url('../images/CRM-banner.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 25vh;
  margin-bottom: 50px;
  display: flex;
}

.cmr_banner_1 {
  justify-content: center;
  align-items: center;
  width: 45%;
  padding-left: 50px;
  display: flex;
}

.c2mr_banner {
  justify-content: center;
  align-items: center;
  width: 55%;
  padding-right: 50px;
  display: flex;
}

.heading-23 {
  color: #fff;
}

.text-block-21 {
  color: #fff;
  font-size: 16px;
}

.rmc_comtenedor_texto_banner {
  display: block;
}

.text-block-21-copy {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.rmc_contacto {
  background-color: #062d68;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-24 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}

.rmc_contacto-copy {
  background-color: #062d68;
  height: auto;
  padding-top: 0;
}

.rmc_contenedor_contacto-datos {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.text-block-20-copy {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 62px;
}

.text-span-22 {
  font-size: 20px;
}

.rmc_datos {
  flex-flow: column;
  display: flex;
}

.dato_1 {
  margin-bottom: 10px;
}

.text-block-22 {
  color: #fff;
  font-size: 18px;
}

.text-block-22-copy {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 16px;
}

.dato_1-copy {
  margin-bottom: 10px;
  padding-top: 0;
}

.text-block-22-copy-copy {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
}

.div-block-78 {
  margin-right: 0;
}

.image-65 {
  height: 80px;
}

.image-52-torno-copy {
  height: 30px;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 50px;
}

.contenerdor_btn_wa_rmc {
  z-index: 99999;
  width: auto;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-66 {
  height: 45px;
}

.mrc_menu_movil {
  display: none;
}

.button-17-inicio {
  background-color: #3898ec00;
}

.link-14 {
  color: #fff;
}

.div-block-79 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-69 {
  height: 120px;
}

.heading-25 {
  letter-spacing: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-25-copy {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

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

.button-20 {
  background-color: #000;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.text-block-24 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-25 {
  color: #062d68;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-80 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-70 {
  height: 25px;
}

.slide-19 {
  background-image: url('../images/imagen-camion-bandera2.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.link-15 {
  color: #fff;
}

.link-16 {
  color: #000;
}

.div-block-81 {
  z-index: 99999999;
  height: 300vh;
  position: absolute;
  inset: 0%;
}

.contenedor_menu_prr {
  z-index: 99999999;
  height: 14vh;
  position: fixed;
  inset: 0% 0% auto;
}

.barra-menu-prr {
  color: #5184ad;
  background-color: #5184ad;
  height: 4vh;
}

.contenedor-botones-menu {
  background-color: #fff;
  border-bottom: 1px solid #5184ad;
  justify-content: space-around;
  align-items: center;
  height: 10vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.image-71 {
  width: auto;
  height: 10vh;
  min-height: 10vh;
  max-height: 10vh;
}

.movil-btn-prr-inicio {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.movil-btn-prr-inicio:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.contenedor-banner-inicio-prr {
  background-image: url('../images/banner-home.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 64vh;
  padding-top: 14vh;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.contenedor-imagen-inicio-prr {
  justify-content: center;
  align-items: center;
  width: 35vw;
  display: flex;
}

.contenedor-texto-inicio-prr-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 57vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
  display: flex;
}

.heading-26 {
  color: #fff;
  text-align: justify;
  text-shadow: 3px 1px 5px #00000047;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.paragraph-16 {
  color: #fff;
  text-align: justify;
  text-shadow: 0 1px 6px #00000096;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.button-22 {
  background-color: #af1e1e;
  border-radius: 10px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.image-72 {
  height: 250px;
  max-height: 250px;
}

.contenedor-la-empresa {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 14vh 8vw 0;
  display: block;
}

.heading-27 {
  color: #0a456d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.contenedor-descripcion-acerca-de-la-empresa {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contenedor-texto-acerca-de-la-empresa {
  width: 42vw;
}

.contenedor-foto-acerca-de-la-empresa {
  justify-content: flex-start;
  align-items: center;
  width: 42vw;
  padding-left: 40px;
  display: flex;
}

.heading-28 {
  color: #0a456d;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.parrafo-oculto {
  color: #0a456d;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: none;
}

.parrafo-oculto-activo {
  color: #0a456d;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.banner-hola {
  margin-top: 60px;
  padding-bottom: 0;
  padding-left: 8vw;
  padding-right: 8vw;
  display: block;
}

.mensaje-hola {
  background-color: #af1e1e;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 13px 45px;
  display: flex;
}

.heading-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.boton-hola {
  color: #af1e1e;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.productos {
  padding: 14vh 8vw 60px;
}

.paragraph-17 {
  color: #0a456d;
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.slide-20, .slide-21 {
  background-color: #ececec;
  border-radius: 15px;
  width: 17vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.slider-6 {
  background-color: #ddd0;
  height: 350px;
}

.mask-3 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.slide-22, .slide-23 {
  background-color: #ececec;
  border-radius: 15px;
  width: 17vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.icon-6, .icon-7 {
  color: #000;
}

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

.contenedor-producto-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 350px;
  padding-top: 25px;
  display: flex;
}

.contenedor-imagen-productos {
  justify-content: center;
  align-items: center;
  height: 160px;
  display: flex;
}

.img-producto-1 {
  height: 130px;
}

.heading-30 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.boton-producto-1 {
  color: #fff;
  text-align: center;
  background-color: #0a456d;
  border-radius: 10px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.heading-31 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.img-producto-2, .img-producto-3, .img-producto-4 {
  height: 130px;
}

.galeria-pintura {
  padding-top: 14vh;
  padding-left: 8vw;
  padding-right: 8vw;
}

.div-block-82 {
  padding-top: 40px;
  padding-left: 8vw;
  padding-right: 8vw;
}

.cpntenedor-galeroa {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.contenedor-imagen-1 {
  background-image: url('../images/img-gal-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  width: 26vw;
  height: 300px;
}

.contenedor-imagen-2 {
  background-image: url('../images/img-gal-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 26vw;
  height: 300px;
}

.contenedor-imagen-3 {
  background-image: url('../images/img-gal-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 26vw;
  height: 300px;
}

.mapa-pintura {
  background-image: url('../images/reparacion-mapa.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 130px;
  display: flex;
}

.boton-ubicaci-n {
  color: #fff;
  -webkit-text-stroke-color: #af1e1e00;
  background-color: #0a456d;
  border-radius: 6px;
  margin-top: 0;
  padding: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.contacto-pinturas {
  background-color: #0a456d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  padding-top: 14vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
}

.heading-27-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.contenedor-datos-menu {
  justify-content: space-around;
  display: flex;
}

.div-block-83 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  display: flex;
}

.div-block-84 {
  width: 25vw;
  padding-top: 20px;
}

.div-block-85 {
  width: 25vw;
}

.heading-32 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-26 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.contenedor-contacto-1 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contenedor-contacto-icono {
  width: 30px;
  height: 30px;
}

.image-73 {
  width: 25px;
}

.text-block-26-copy {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
}

.contenedor-contacto-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.image-74 {
  width: 20px;
  height: auto;
}

.contenedor-contacto-icono-copy {
  width: 30px;
  height: 30px;
}

.image-75 {
  width: 25px;
}

.heading-32-copy {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.contenedor {
  justify-content: center;
  margin-top: 40px;
  padding-left: 57px;
  padding-right: 57px;
  display: flex;
}

.link-fb, .link-wa {
  margin-right: 20px;
}

.link-inta {
  display: block;
}

.link-x {
  display: none;
}

.image-76, .image-77, .image-78, .image-79 {
  height: 45px;
}

.link-17 {
  color: #fff;
}

.movil-contenedor-foto-acerca-de-la-empresa-copy {
  justify-content: flex-start;
  align-items: center;
  width: 42vw;
  padding-left: 40px;
  display: none;
}

.movil_contenedor_menu_prr {
  height: 14vh;
  display: none;
}

.movil-contenedor-botones-menu {
  justify-content: space-around;
  align-items: center;
  height: 10vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.btn-pintura-inicio {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.btn-pintura-inicio:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.btn-pintura-acerca {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.btn-pintura-acerca:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.btn-pintura-productos {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.btn-pintura-productos:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.btn-pintura-galeria {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.btn-pintura-galeria:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.btn-pintura-contacto {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.btn-pintura-contacto:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.boton-ver-m-s-pinturas {
  background-color: #af1e1e;
  border-radius: 10px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

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

.boton-ver-menos {
  background-color: #af1e1e;
  border-radius: 10px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.descripcion-esencial-plus {
  z-index: 999999999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contenedor-descripcion-producto {
  background-color: #fff;
  flex-flow: column;
  width: 70vw;
  height: 70vh;
  display: flex;
}

.contenedor-fot-de-producto {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.descripcion-producto {
  text-align: justify;
  width: 50%;
  padding-right: 60px;
}

.contenedor-producto {
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  display: flex;
}

.contenedor-cerrar-descripcion-producto-1 {
  background-color: #0a456d;
  background-image: linear-gradient(84deg, #0a456d, #33acd5);
  height: 10vh;
  padding-right: 40px;
}

.cerrar-esencial-plus {
  color: #fff;
  text-align: right;
  cursor: pointer;
  font-weight: 400;
}

.paragraph-18 {
  color: #0a456d;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-span-25 {
  font-size: 17px;
  font-weight: 700;
}

.image-81 {
  height: 300px;
}

.descripcion-resicolor {
  z-index: 999999999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-82 {
  height: 300px;
}

.descripcion-suprema-colors {
  z-index: 999999999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-83 {
  height: 300px;
}

.descripcion-imperiumcolor {
  z-index: 999999999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-84 {
  height: 300px;
}

.descripcion-imperbloke {
  z-index: 999999999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.boton-producto-2, .boton-producto-3, .boton-producto-4, .boton-producto-5 {
  color: #fff;
  text-align: center;
  background-color: #0a456d;
  border-radius: 10px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.cerrar-resicolor, .cerrar-suprema-colors, .cerrar-imperium-color, .cerrar-imper-bloke {
  color: #fff;
  text-align: right;
  cursor: pointer;
  font-weight: 400;
}

.movil-btn-prr-empresa {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.movil-btn-prr-empresa:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.movil-btn-prr-productos {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.movil-btn-prr-productos:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.movil-btn-prr-galeria {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.movil-btn-prr-galeria:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.movil-btn-prr-contacto {
  color: #000;
  background-color: #3898ec00;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.movil-btn-prr-contacto:hover {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.reparacion-desk-menu {
  z-index: 999999;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.reparacion-botones-menu {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.image-85 {
  width: 350px;
}

.reparacion-btn-inicio {
  color: #00214b;
  background-color: #3898ec00;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-25, .button-26, .button-27 {
  color: #00214b;
}

.reparacion-btn-servicio, .reparacion-btn-contacto {
  color: #00214b;
  background-color: #3898ec00;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.reparacion-btn-solicitar-servicio {
  color: #fff;
  background-color: #ea5d00;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.reparacion-banner-inicio {
  background-image: url('../images/banner-reparacion.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 550px;
  padding-top: 50px;
  padding-left: 100px;
  display: flex;
}

.heading-34 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-27 {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}

.button-28 {
  background-color: #ea5d00;
  border-radius: 10px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.reparacion-iconos {
  background-color: #f2f2f2;
  justify-content: space-between;
  padding: 50px 100px;
  display: flex;
}

.image-86, .image-87, .image-88, .image-89 {
  width: 250px;
}

.reparacion-servicio {
  justify-content: space-between;
  padding: 150px 100px 100px;
  display: flex;
}

.image-90 {
  width: 500px;
}

.reparacion-contenido-servicio {
  width: 500px;
  font-size: 14px;
}

.heading-35 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.paragraph-19 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.text-block-28 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-span-26 {
  color: #ea5d00;
  font-size: 20px;
  font-weight: 900;
}

.contenedor-banner-horizontal {
  background-image: url('../images/banner-reparacion-seccion.png');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
  padding: 40px 100px 60px;
}

.reparacion-contenedor-banner-servicio {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-35-copy {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.button-28-copy {
  background-color: #ea5d00;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.reparacion-opciones-servicios {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.image-91, .image-92, .image-93, .image-94 {
  height: 350px;
}

.reparacion-contenedor-mapa {
  background-image: url('../images/reparacion-mapa.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.reparacion-como-llegar {
  background-color: #00214b;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 60px;
  padding: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.reparacion-contacto1 {
  background-color: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.reparacion-contacto-1 {
  background-color: #1c1c1c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  padding-top: 14vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
}

.div-block-84-copy {
  width: 25vw;
  padding-top: 20px;
}

.reparacion-como-llegar-copy {
  background-color: #00214b;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 60px;
  padding: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.reparacion-menu-movil {
  z-index: 9999999;
  background-color: #fff;
  height: 12vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.contenerdor_btn_wa-copy {
  z-index: 99999;
  width: auto;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-18 {
  color: #fff;
}

.div-block-84-copy-copy {
  width: 35vw;
  padding-top: 20px;
}

.link-19 {
  color: #fff;
}

.cafe-menu-desk {
  z-index: 999999;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 12vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-7 {
  z-index: 999999;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 12vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-86 {
  background-image: url('../images/cafe-banner-inicio.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 78vh;
}

.nav-link-12, .nav-link-13, .nav-link-14 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-99 {
  height: 10vh;
}

.boton-inicio-cafe, .boton-nosotros-nosotros, .boton-cafe-productos, .boton-contacto-cafe {
  background-color: #3898ec00;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-100 {
  height: 7vh;
}

.cafe-link-fb, .cafe-link-insta {
  margin-left: 20px;
}

.body {
  height: 78vh;
}

.div-block-87 {
  background-image: url('../images/cafe-banner-inicio.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 78vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.image-101, .image-102 {
  height: 35px;
}

.image-103 {
  width: 400px;
}

.cafe-nosotros {
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 60px 10vw;
  display: flex;
}

.cafe-nosotros-imagen {
  justify-content: center;
  align-items: center;
  width: 30vw;
  padding-right: 0;
  display: flex;
}

.cafe-nosotros-info {
  width: 50vw;
  padding-right: 40px;
}

.image-104 {
  height: 400px;
}

.image-105 {
  width: 30vw;
  height: auto;
}

.heading-36 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph-20 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.button-32 {
  background-color: #361f19;
  border-radius: 8px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cafe-contenedor-info {
  display: flex;
}

.text-block-29 {
  margin-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  line-height: 40px;
}

.cafe-descripcion {
  background-image: url('../images/cafe-banner-img.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top: .5px solid #150a05;
  border-bottom: .5px solid #150a05;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  padding: 0 10vw 60px;
  display: flex;
}

.image-106 {
  width: auto;
  height: 75px;
  margin-bottom: 0;
}

.cafe-contenedor-titulo-descripcion {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 450px;
  display: flex;
}

.paragraph-21 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.heading-37 {
  font-size: 20px;
}

.div-block-88 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cafe-productos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.slider-7 {
  background-color: #ddd0;
  justify-content: space-around;
  width: 100%;
  height: 400px;
  margin-top: 30px;
  display: flex;
}

.left-arrow-3, .right-arrow-3 {
  width: 7vw;
}

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

.icon-8, .icon-9 {
  color: #000;
}

.slide-24 {
  width: 18vw;
  height: 400px;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-4 {
  width: 100%;
  padding-left: 8vw;
  padding-right: 8vw;
}

.cafe-contenedor-imagen-bolsa {
  background-image: url('../images/cafe-copete-img-productos.png');
  background-position: 50% 0;
  background-size: 18vw 200px;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.cafe-descripcion-producto {
  background-color: #fff;
  border: 2px solid #361f19;
  border-top-style: none;
  border-radius: 0 0 30px 30px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 200px;
  padding-top: 10px;
  display: flex;
}

.text-block-30 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
}

.button-33 {
  background-color: #c98955;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.image-115 {
  height: 200px;
}

.cafe-contacto {
  background-color: #0e0603;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  padding-top: 13vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
}

.image-116 {
  width: 18vw;
}

.cafe-link-fb-n, .cafe-link-wa-n {
  margin-right: 20px;
}

.cafe-link-inta {
  display: block;
}

.link-20, .link-21, .link-17-copy {
  color: #fff;
}

.cafe-1, .cafe-2, .cafe-3, .cafe-4, .cafe-5, .cafe-6, .cafe-7, .cafe-8 {
  width: 18vw;
  height: 400px;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-bottom: 0;
  padding-right: 0;
}

.image-115-copy {
  width: 170px;
  height: 120px;
}

.cafe-contenerdor_btn_wa {
  z-index: 99999;
  width: auto;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-117, .menu-movil-2 {
  display: none;
}

.cafe-inicio {
  background-image: url('../images/cafe-banner-inicio.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 78vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.contenedor-menu-movil {
  display: none;
}

.image-116-copy {
  width: 10vw;
}

.link-22 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .banner_inicio {
    background-position: 50% 100%;
  }

  .heading {
    padding-bottom: 60px;
  }

  .contenedor_slide_productos {
    background-color: #fff0;
  }

  .slider {
    background-color: #ddd0;
  }

  .slide {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .producto_1 {
    background-color: #ffffe900;
    width: 20vw;
    box-shadow: 0 2px 13px #00000038;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block {
    font-size: 15px;
    line-height: 16px;
  }

  .link-block {
    width: 100%;
  }

  .contenedor-_mapa {
    background-color: #f1f1f1;
  }

  .heading_ubicacion {
    letter-spacing: 1px;
    padding-bottom: 30px;
    font-size: 35px;
  }

  .contenedor_contacto {
    background-color: #000;
    height: 60vh;
  }

  .heading_contacto {
    color: #ffd82a;
    letter-spacing: 1px;
    padding-bottom: 40px;
    font-size: 35px;
    font-weight: 900;
  }

  .contenedor_datos_contacto {
    height: 35vh;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .div-block-2, .div-block-3 {
    width: 40vw;
    padding-left: 100px;
  }

  .heading-3 {
    color: #ffd82a;
    font-family: Exo, sans-serif;
    font-weight: 900;
  }

  .text-span {
    color: #fff;
  }

  .div-block-4 {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .image-2 {
    width: 35px;
  }

  .text-block-2 {
    letter-spacing: 1px;
    margin-left: 10px;
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .button-2 {
    color: #000;
    background-color: #ffd82a;
    border-radius: 12px;
    margin-left: 10px;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .contenedor_telefono {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .titulo_telefono {
    color: #ffd82a;
    letter-spacing: 1px;
    margin-left: 0;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
  }

  .texto_telefono {
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 0;
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .titulo_direccion {
    color: #ffd82a;
    letter-spacing: 1px;
    margin-top: 0;
    margin-left: 0;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
  }

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

  .texto_direccion {
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 0;
    font-family: Exo, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
  }

  .nav-link-5 {
    height: 10vh;
    font-size: 20px;
  }

  .nav-link-6, .nav-link-7 {
    height: 10vh;
  }

  .div-block-9 {
    padding-top: 60px;
    padding-left: 100px;
  }

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

  .div-block-11 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .div-block-12 {
    padding-left: 75px;
  }

  .div-block-13 {
    padding-right: 75px;
  }

  .container-2 {
    height: 10vh;
  }

  .image-17, .image-18, .image-19 {
    height: 4vh;
  }

  .link-block-3 {
    height: 10vh;
    padding-top: 2vh;
    padding-left: 40px;
    display: inline-block;
  }

  .nav-menu-2 {
    height: 10vh;
  }

  .link-block-4 {
    height: 10vh;
    padding-top: 2vh;
    padding-left: 40px;
    padding-right: 21px;
  }

  .link-block-5 {
    height: 10vh;
    padding-top: 3vh;
    padding-left: 40px;
  }

  .inicio-foto {
    background-position: 50%;
  }

  .navbar-3 {
    background-color: #000000b5;
  }

  .servicios {
    padding-bottom: 0;
  }

  .heading-6 {
    line-height: 46px;
  }

  .div-block-39 {
    height: auto;
    padding-bottom: 80px;
  }

  .div-block-41 {
    margin-right: 20px;
  }

  .button-2-foto {
    color: #000;
    background-color: #fff;
    border-radius: 12px;
    margin-left: 10px;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .foto_contenedor_mail {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .div-block-47 {
    margin-top: 0;
  }

  .abogados_menu_botones {
    padding-left: 283px;
    padding-right: 283px;
  }

  .abogados_contenedor_banner_inicio {
    padding-left: 100px;
  }

  .button-5, .button-6, .button-7, .button-8 {
    font-size: 16px;
  }

  .heading-8 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 65px;
  }

  .button-9 {
    padding: 11px 16px;
    font-size: 22px;
  }

  .abogados_quienes_somos_foto {
    padding-left: 0;
    padding-right: 70px;
  }

  .abogados_quienes_somos_texto {
    padding-left: 0;
    padding-right: 120px;
  }

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

  .abogados_contenedor_servicios_textos {
    width: 25vw;
  }

  .abogados_contacto {
    height: 55vh;
  }

  .div-block-51 {
    padding-left: 161px;
  }

  .abogados_contenedor_celdas_footer {
    height: 40vh;
  }

  .image-43 {
    width: 300px;
  }

  .abogados_footer_menu {
    display: flex;
  }

  .oveishon_navbar {
    background-color: #000000b5;
  }

  .oveishon_inicio-foto {
    background-position: 50%;
  }

  .foto-servicios-obra {
    width: 60vw;
  }

  .servicios-lista {
    width: 40vw;
  }

  .image-47 {
    width: 650px;
  }

  .por-que-trabajar-conmigo {
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
  }

  .div-block-57 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
  }

  .heading-6-copy-copy {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .div-block-57-copy {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
  }

  .por-que-trabajar-conmigo-copy {
    justify-content: center;
    align-items: center;
  }

  .mask-2-copy, .slider-2-copy {
    height: 60vh;
  }

  .text-block-15 {
    font-size: 22px;
    line-height: 30px;
  }

  .galeria-copy {
    display: none;
  }

  .proyectos {
    padding-top: 0;
  }

  .contenedor-logo-obras {
    width: 150px;
  }

  .text-block-16, .text-block-16-copy {
    font-size: 22px;
  }

  .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
    font-weight: 700;
  }

  .heading-6-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div-block-64 {
    padding-top: 40px;
  }

  .galeria-1-ok {
    display: none;
  }

  .div-block-67 {
    width: 300px;
  }

  .div-block-68 {
    width: 300px;
    height: 400px;
  }

  .div-block-69 {
    width: 300px;
  }

  .div-block-70 {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 140px;
  }

  .div-block-66-copy {
    height: 400px;
  }

  .btn-obras-1-ok {
    width: 50px;
    height: 50px;
  }

  .galeria-2-ok, .galeria-3-ok, .galeria-4-ok {
    display: none;
  }

  .btn-obras-2-ok, .btn-obras-3-ok, .btn-obras-4-ok {
    width: 50px;
    height: 50px;
  }

  .contenedor-logo-tornos {
    width: 150px;
  }

  .image-56 {
    width: 600px;
  }

  .image-57 {
    margin-top: 200px;
  }

  .heading-16 {
    text-align: center;
    font-size: 35px;
  }

  .div-block-39-copy {
    height: auto;
    padding-bottom: 80px;
  }

  .button-2-foto-copy {
    color: #000;
    background-color: #fff;
    border-radius: 12px;
    margin-left: 10px;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .text-block-2-copy {
    letter-spacing: 1px;
    margin-left: 10px;
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .video-1 {
    background-color: #000;
    display: none;
  }

  .boton-cerrar-video-1, .boton-cerrar-video-2 {
    color: #fff;
    border-color: #fff;
  }

  .video-2-muestra {
    background-color: #000;
    display: none;
  }

  .heading-20 {
    font-size: 80px;
  }

  .heading-21 {
    font-size: 40px;
  }

  .link-13, .button-16, .button-17, .button-18 {
    font-size: 19px;
  }

  .rmc_titulo_contacto {
    font-size: 45px;
  }

  .paragraph-15, .paragraph-15-copy, .text-block-21, .text-block-21-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-24 {
    font-size: 45px;
    line-height: 45px;
  }

  .text-block-22, .text-block-22-copy, .text-block-22-copy-copy, .text-block-23 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-66 {
    height: 50px;
  }

  .slider-5 {
    height: 350px;
  }

  .bold-text-8 {
    font-size: 45px;
    line-height: 45px;
  }

  .button-17-inicio {
    font-size: 19px;
  }

  .text-block-25 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-71 {
    min-height: 10vh;
    max-height: 10vh;
  }

  .contenedor-imagen-inicio-prr {
    justify-content: center;
    align-items: center;
    width: 35vw;
    display: flex;
  }

  .contenedor-texto-inicio-prr-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 57vw;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-26 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 33px;
  }

  .paragraph-16 {
    color: #fff;
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .button-22 {
    background-color: #af1e1e;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .boton-hola {
    background-color: #fff;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .boton-producto-1, .boton-ubicaci-n {
    background-color: #0a456d;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .boton-ver-m-s-pinturas, .boton-ver-menos {
    background-color: #af1e1e;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .boton-producto-2, .boton-producto-3, .boton-producto-4, .boton-producto-5 {
    background-color: #0a456d;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .reparacion-banner-inicio {
    height: 600px;
  }

  .heading-34 {
    font-size: 45px;
  }

  .text-block-27 {
    font-size: 25px;
    line-height: 30px;
  }

  .image-90, .reparacion-contenido-servicio {
    width: 500px;
  }

  .contenedor-banner-horizontal {
    background-image: url('../images/banner-reparacion-seccion.png');
    background-position: 50% 0;
    background-size: cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 100px;
  }

  .link-19 {
    color: #fff;
  }

  .image-103 {
    width: 450px;
  }

  .cafe-descripcion {
    background-position: 0%;
    height: 600px;
  }

  .cafe-contenedor-titulo-descripcion {
    width: 500px;
  }

  .heading-37 {
    text-align: center;
    width: 100%;
  }

  .image-116-copy {
    width: 10vw;
  }
}

@media screen and (min-width: 1440px) {
  .producto_1 {
    padding: 20px;
  }

  .heading-2 {
    text-align: justify;
    font-size: 20px;
    line-height: 22px;
  }

  .text-block {
    font-size: 18px;
    line-height: 20px;
  }

  .heading_contacto {
    padding-bottom: 60px;
  }

  .texto_direccion {
    line-height: 22px;
  }

  .image-10 {
    width: 600px;
  }

  .paragraph-3 {
    width: 600px;
    font-size: 26px;
    line-height: 32px;
  }

  .nav-link-8, .nav-link-9, .nav-link-10 {
    font-size: 22px;
  }

  .nav-menu-3 {
    display: flex;
  }

  .image-25 {
    width: 180px;
  }

  .paragraph-5 {
    font-size: 22px;
    line-height: 25px;
  }

  .servicios {
    padding-top: 12vh;
    padding-bottom: 0;
  }

  .div-block-39 {
    height: 30vh;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .nav-link-11, .btn_contacto {
    font-size: 22px;
  }

  .div-block-51 {
    padding-left: 175px;
  }

  .oveishon_image-25 {
    width: 180px;
  }

  .oveishon_nav-link-8, .oveishon_nav-link-9, .oveishon_nav-link-10, .oveishon_nav-link-11, .oveishon_btn_contacto, .servicios_btn {
    font-size: 22px;
  }

  .foto-servicios-obra {
    width: 60vw;
  }

  .servicios-lista {
    width: 40vw;
  }

  .image-47 {
    width: 750px;
  }

  .heading-6-copy-copy {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .mask-2-copy, .slider-2-copy {
    height: 60vh;
  }

  .text-block-15 {
    font-size: 22px;
    line-height: 30px;
  }

  .nav-link-8-copy, .nav-link-9-copy, .nav-link-10-copy, .nav-link-11-copy, .btn_contacto-copy {
    font-size: 22px;
  }

  .galeria-copy {
    display: none;
  }

  .proyectos {
    padding-top: 0;
  }

  .contenedor-logo-obras {
    margin-right: 200px;
  }

  .contenido-texto-contacto {
    width: auto;
  }

  .heading-12 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
    font-weight: 700;
  }

  .heading-6-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .div-block-62, .div-block-62-copy {
    margin-right: 100px;
  }

  .galeria-1-ok {
    display: none;
  }

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

  .div-block-67 {
    width: 300px;
  }

  .div-block-68 {
    width: 300px;
    height: 400px;
  }

  .div-block-69 {
    width: 300px;
  }

  .div-block-70 {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 140px;
  }

  .galeria-2 {
    display: block;
  }

  .btn-obras-1-ok {
    width: 50px;
    height: 50px;
  }

  .galeria-2-ok, .galeria-3-ok, .galeria-4-ok, .galeria-5-ok {
    display: none;
  }

  .btn-obras-2-ok, .btn-obras-4-ok {
    width: 50px;
    height: 50px;
  }

  .contenedor-logo-tornos {
    margin-right: 200px;
  }

  .image-52-torno {
    height: 35px;
  }

  .image-56 {
    width: 650px;
  }

  .image-57 {
    margin-top: 250px;
  }

  .heading-16 {
    text-align: center;
    font-size: 40px;
  }

  .div-block-39-copy {
    height: auto;
    padding-bottom: 50px;
  }

  .video-1 {
    display: none;
  }

  .heading-20 {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-21 {
    font-size: 50px;
    line-height: 50px;
  }

  .bt_fb-torno-_rmc {
    margin-right: 20px;
  }

  .link-13, .button-16, .button-17 {
    font-size: 22px;
  }

  .button-18 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .rmc_titulo_contacto {
    font-size: 50px;
    line-height: 65px;
  }

  .paragraph-15 {
    font-size: 22px;
    line-height: 30px;
  }

  .rmc_servicios_2 {
    padding-top: 80px;
  }

  .paragraph-15-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .c2mr_banner {
    padding-right: 100px;
  }

  .text-block-21, .text-block-21-copy, .text-block-22, .text-block-22-copy, .text-block-22-copy-copy, .text-block-23 {
    font-size: 22px;
    line-height: 25px;
  }

  .slider-5 {
    height: 400px;
  }

  .bold-text-8 {
    font-size: 50px;
    line-height: 50px;
  }

  .button-17-inicio {
    font-size: 22px;
  }

  .text-block-25 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-71 {
    min-height: 10vh;
    max-height: 10vh;
  }

  .movil-btn-prr-inicio, .btn-pintura-inicio, .btn-pintura-acerca, .btn-pintura-productos, .btn-pintura-galeria, .btn-pintura-contacto {
    margin-right: 30px;
  }

  .image-81 {
    height: 350px;
  }

  .movil-btn-prr-empresa, .movil-btn-prr-productos, .movil-btn-prr-galeria, .movil-btn-prr-contacto {
    margin-right: 30px;
  }

  .reparacion-banner-inicio {
    height: 650px;
  }

  .heading-34 {
    font-size: 50px;
    line-height: 55px;
  }

  .text-block-27 {
    font-size: 30px;
    line-height: 35px;
  }

  .button-28 {
    font-size: 20px;
  }

  .image-86 {
    width: 250px;
  }

  .image-90, .reparacion-contenido-servicio {
    width: 600px;
  }

  .contenedor-banner-horizontal {
    padding-left: 130px;
    padding-right: 130px;
  }

  .button-28-copy, .reparacion-como-llegar, .reparacion-como-llegar-copy {
    font-size: 20px;
  }

  .link-19 {
    color: #fff;
  }

  .boton-inicio-cafe, .boton-nosotros-nosotros, .boton-cafe-productos, .boton-contacto-cafe {
    font-size: 20px;
  }

  .image-103 {
    width: 500px;
  }

  .heading-36 {
    font-size: 25px;
  }

  .paragraph-20 {
    font-size: 20px;
    line-height: 30px;
  }

  .button-32 {
    font-size: 20px;
  }

  .text-block-29 {
    font-size: 42px;
  }

  .cafe-descripcion {
    background-position: 0%;
    align-items: flex-end;
    height: 600px;
  }

  .cafe-contenedor-titulo-descripcion {
    width: 600px;
  }

  .heading-37 {
    font-size: 25px;
  }

  .slider-7, .slide-24 {
    height: 500px;
  }

  .cafe-contenedor-imagen-bolsa {
    background-size: 18vw 250px;
    height: 250px;
    display: flex;
  }

  .cafe-descripcion-producto {
    height: 250px;
  }

  .text-block-30 {
    font-size: 20px;
    line-height: 22px;
  }

  .image-115 {
    height: 220px;
  }

  .cafe-1, .cafe-2, .cafe-3, .cafe-4, .cafe-5, .cafe-6, .cafe-7, .cafe-8 {
    height: 500px;
  }

  .image-115-copy {
    height: 150px;
  }

  .image-116-copy {
    width: 10vw;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-3 {
    z-index: 55555;
    inset: 0% 0% auto;
  }

  .paragraph-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .servicios {
    padding-bottom: 0;
  }

  .heading-6 {
    font-size: 50px;
    line-height: 70px;
  }

  .div-block-25 {
    width: auto;
    height: auto;
  }

  .div-block-40 {
    width: auto;
  }

  .div-block-41 {
    width: auto;
    margin-left: 250px;
    margin-right: 250px;
    padding-right: 0;
  }

  .image-32 {
    width: 400px;
  }

  .button-2-foto {
    font-size: 25px;
    font-weight: 500;
  }

  .image-33 {
    width: 60px;
  }

  .foto_mail {
    font-size: 25px;
  }

  .image-34 {
    width: 60px;
  }

  .foto_contenedor_mail {
    margin-top: 50px;
  }

  .text-block-6, .text-block-7 {
    font-size: 25px;
  }

  .div-block-44 {
    width: auto;
    line-height: 40px;
  }

  .text-block-8 {
    font-family: Exo, sans-serif;
    font-size: 25px;
  }

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

  .fb-footer, .insta_footer {
    width: 60px;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .container-3 {
    width: 100%;
    display: flex;
  }

  .texto-servicios {
    font-size: 14px;
  }

  .text-block-14 {
    font-size: 25px;
    line-height: 30px;
  }

  .foto-servicios-obra {
    width: 40vw;
  }

  .servicios-lista {
    width: 35vw;
  }

  .image-47 {
    width: 900px;
  }

  .aparecer-opcion-obras-1 {
    font-size: 14px;
    display: none;
  }

  .text-span-5 {
    font-size: 30px;
  }

  .text-span-5-copy {
    font-size: 25px;
  }

  .heading-6-copy-copy {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .mask-2-copy {
    height: 60vh;
  }

  .slider-2-copy {
    height: auto;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .text-block-15 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .galeria-copy {
    display: none;
  }

  .proyectos {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .navbar-6 {
    z-index: 66666;
    height: 12vh;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-5 {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu_obras {
    height: auto;
  }

  .menu-desplegar-mobil {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .contenedor-logo-obras {
    width: 200px;
  }

  .button-12 {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 20px;
  }

  .image-52 {
    height: 40px;
  }

  .image-53 {
    height: 40px;
    overflow: auto;
  }

  .contenido-texto-contacto {
    width: auto;
  }

  .contenido-extra {
    padding-bottom: 100px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .heading-12 {
    margin-top: 0;
  }

  .paragraph-8 {
    font-size: 25px;
    line-height: 28px;
  }

  .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
    font-weight: 700;
  }

  .heading-12-copy {
    margin-top: 60px;
  }

  .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
    font-weight: 700;
  }

  .heading-6-copy-copy-copy {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .paragraph-8-copy {
    font-size: 25px;
    line-height: 28px;
  }

  .div-block-62 {
    width: 700px;
    margin-right: 100px;
  }

  .div-block-63 {
    width: 700px;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-64 {
    padding-top: 0;
  }

  .div-block-62-copy {
    width: 700px;
    margin-right: 100px;
  }

  .galeria-1-ok {
    display: none;
  }

  .div-block-66 {
    height: 533px;
    margin-top: 60px;
  }

  .div-block-67, .div-block-68, .div-block-69 {
    width: 400px;
    height: 533px;
  }

  .div-block-70 {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 140px;
  }

  .div-block-66-copy {
    height: 533px;
    margin-top: 10px;
  }

  .paragraph-11 {
    font-size: 24px;
    line-height: 30px;
  }

  .galeria-2 {
    display: none;
  }

  .btn-obras-1-ok {
    width: 50px;
    height: 50px;
  }

  .galeria-2-ok, .galeria-3-ok {
    padding-bottom: 60px;
    display: none;
    overflow: scroll;
  }

  .galeria-4-ok, .galeria-5-ok {
    display: none;
  }

  .btn-obras-2-ok, .btn-obras-4-ok {
    width: 50px;
    height: 50px;
  }

  .menu_tornos {
    height: auto;
  }

  .contenedor-logo-tornos {
    width: 200px;
  }

  .button-tornos-1, .button-tornos-2, .servicios-tornos, .button-tornos-4, .button-tornos-5 {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 20px;
  }

  .image-52-torno {
    height: 50px;
  }

  .image-53-torno {
    height: 40px;
    overflow: auto;
  }

  .menu-desplegar-mobil-torno {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .image-52-torno-2 {
    height: 40px;
  }

  .image-53-torno-2 {
    height: 40px;
    overflow: auto;
  }

  .image-56 {
    width: 1000px;
  }

  .titulo-2-torno {
    font-size: 40px;
  }

  .image-57 {
    width: 80px;
    margin-top: 350px;
  }

  .heading-16 {
    text-align: center;
    font-size: 50px;
  }

  .fb-footer-copy {
    width: 60px;
  }

  .image-52-copy {
    height: 40px;
  }

  .texto-servicios-otro {
    font-size: 14px;
  }

  .text-block-14-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-17 {
    font-size: 45px;
  }

  .paragraph-12 {
    font-size: 35px;
    line-height: 40px;
  }

  .servicio-1-tornos {
    width: 350px;
  }

  .paragraph-13 {
    text-align: center;
    margin-top: 10px;
    font-size: 23px;
    line-height: 30px;
  }

  .heading-18 {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-19 {
    font-size: 70px;
    line-height: 80px;
  }

  .button-15 {
    border-radius: 18px;
    height: 80px;
    font-size: 30px;
  }

  .image-59, .image-60, .image-61 {
    width: 500px;
  }

  .div-block-39-copy {
    height: auto;
    padding-bottom: 60px;
  }

  .titulo_contacto-copy {
    font-size: 45px;
  }

  .image-32-copy {
    width: 400px;
  }

  .image-33-copy, .image-34-copy {
    width: 60px;
  }

  .button-2-foto-copy {
    font-size: 25px;
    font-weight: 500;
  }

  .foto_mail-copy, .text-block-6-copy, .text-block-7-copy {
    font-size: 25px;
  }

  .text-block-8-copy {
    font-family: Exo, sans-serif;
    font-size: 25px;
  }

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

  .div-block-44-copy {
    width: auto;
    line-height: 40px;
  }

  .image-34-copy-copy {
    width: 60px;
  }

  .text-block-18 {
    font-size: 23px;
    line-height: 30px;
  }

  .insta_footer-copy, .face_footer_tornos {
    width: 60px;
  }

  .button-tornos-1-copy {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 20px;
  }

  .titulo-2-torno-copy {
    font-size: 40px;
  }

  .image-62, .image-63 {
    width: 500px;
  }

  .text-block-19 {
    font-size: 70px;
  }

  .heading-20 {
    font-size: 120px;
    line-height: 120px;
  }

  .heading-21 {
    font-size: 55px;
    line-height: 55px;
  }

  .bt_fb-torno-_rmc {
    margin-right: 20px;
  }

  .link-13, .button-16, .button-17 {
    font-size: 30px;
  }

  .button-18 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
  }

  .rmc_titulo_contacto {
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 55px;
  }

  .paragraph-15, .paragraph-15-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .cmr_banner {
    margin-bottom: 100px;
  }

  .c2mr_banner {
    padding-right: 100px;
  }

  .text-block-21, .text-block-21-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .rmc_contacto {
    padding-top: 50px;
  }

  .heading-24 {
    font-size: 55px;
    line-height: 55px;
  }

  .rmc_contenedor_contacto-datos {
    margin-top: 40px;
  }

  .text-block-22, .text-block-22-copy, .text-block-22-copy-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .image-65 {
    height: 120px;
  }

  .image-52-torno-copy {
    height: 40px;
  }

  .text-block-23 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-66 {
    height: 70px;
  }

  .slider-5 {
    height: 500px;
  }

  .bold-text-8 {
    font-size: 55px;
  }

  .button-17-inicio {
    font-size: 30px;
  }

  .image-69 {
    height: 200px;
  }

  .heading-25 {
    font-size: 35px;
  }

  .heading-25-copy {
    font-size: 30px;
  }

  .button-20 {
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 25px;
    font-size: 25px;
  }

  .text-block-25 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-71 {
    min-height: 10vh;
    max-height: 10vh;
  }

  .movil-btn-prr-inicio {
    margin-right: 20px;
    font-size: 25px;
  }

  .contenedor-banner-inicio-prr {
    height: 700px;
  }

  .contenedor-texto-inicio-prr-copy {
    padding-right: 73px;
  }

  .paragraph-16 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 25px;
  }

  .heading-27 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .heading-28 {
    font-size: 25px;
  }

  .parrafo-oculto-activo {
    font-size: 25px;
    line-height: 35px;
  }

  .mensaje-hola {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-29 {
    font-size: 40px;
  }

  .boton-hola {
    font-size: 22px;
  }

  .productos {
    padding-top: 100px;
  }

  .paragraph-17 {
    margin-bottom: 60px;
    font-size: 25px;
    line-height: 35px;
  }

  .slider-6 {
    height: 450px;
  }

  .contenedor-producto-1 {
    justify-content: center;
    align-items: center;
    height: 450px;
    padding-top: 0;
  }

  .img-producto-1 {
    height: 160px;
  }

  .heading-30 {
    font-size: 22px;
    line-height: 25px;
  }

  .boton-producto-1 {
    font-size: 22px;
  }

  .heading-31 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .img-producto-2, .img-producto-3, .img-producto-4 {
    height: 150px;
  }

  .boton-ubicaci-n {
    font-size: 22px;
  }

  .contacto-pinturas {
    height: 550px;
  }

  .heading-27-copy {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .heading-32 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .text-block-26, .text-block-26-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-32-copy {
    font-size: 30px;
  }

  .image-76, .image-77, .image-78, .image-79 {
    height: 60px;
  }

  .btn-pintura-inicio, .btn-pintura-acerca, .btn-pintura-productos, .btn-pintura-galeria, .btn-pintura-contacto {
    margin-right: 20px;
    font-size: 25px;
  }

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

  .text-span-25 {
    font-size: 20px;
  }

  .image-81 {
    height: 450px;
  }

  .boton-producto-2, .boton-producto-3, .boton-producto-4, .boton-producto-5 {
    font-size: 22px;
  }

  .movil-btn-prr-empresa, .movil-btn-prr-productos, .movil-btn-prr-galeria, .movil-btn-prr-contacto {
    margin-right: 20px;
    font-size: 25px;
  }

  .reparacion-btn-inicio, .reparacion-btn-servicio, .reparacion-btn-contacto {
    font-size: 23px;
  }

  .reparacion-btn-solicitar-servicio {
    border-radius: 13px;
    font-size: 23px;
  }

  .reparacion-banner-inicio {
    height: 800px;
    padding-left: 150px;
  }

  .heading-34 {
    font-size: 65px;
    line-height: 70px;
  }

  .text-block-27 {
    font-size: 40px;
    line-height: 45px;
  }

  .button-28 {
    padding: 14px;
    font-size: 30px;
  }

  .reparacion-iconos {
    padding: 80px 150px;
  }

  .image-86, .image-88, .image-89 {
    width: auto;
  }

  .reparacion-servicio {
    justify-content: space-around;
    padding-left: 150px;
    padding-right: 150px;
  }

  .image-90, .reparacion-contenido-servicio {
    width: 800px;
  }

  .heading-35 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-19 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-28 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .contenedor-banner-horizontal {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .heading-35-copy {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .button-28-copy {
    padding: 14px;
    font-size: 30px;
  }

  .image-91, .image-92, .image-93, .image-94 {
    height: 475px;
  }

  .reparacion-contenedor-mapa {
    height: 600px;
  }

  .reparacion-como-llegar {
    padding: 24px;
    font-size: 30px;
  }

  .reparacion-contacto-1 {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 6vh;
  }

  .reparacion-como-llegar-copy {
    padding: 24px;
    font-size: 30px;
  }

  .link-19 {
    color: #fff;
  }

  .cafe-contenedor-botones {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .boton-inicio-cafe, .boton-nosotros-nosotros, .boton-cafe-productos, .boton-contacto-cafe {
    margin-right: 20px;
    font-size: 30px;
  }

  .image-101, .image-102 {
    height: 50px;
  }

  .image-103 {
    width: 700px;
  }

  .cafe-nosotros {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-36 {
    font-size: 32px;
  }

  .paragraph-20 {
    font-size: 28px;
    line-height: 35px;
  }

  .button-32 {
    padding: 15px 20px;
    font-size: 28px;
  }

  .text-block-29 {
    font-size: 50px;
  }

  .cafe-descripcion {
    height: 900px;
    padding-right: 5vw;
  }

  .image-106 {
    height: 120px;
  }

  .cafe-contenedor-titulo-descripcion {
    width: 800px;
  }

  .paragraph-21 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-37 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .slider-7, .slide-24 {
    height: 600px;
  }

  .cafe-contenedor-imagen-bolsa {
    background-size: 18vw 300px;
    width: 18vw;
    height: 300px;
  }

  .cafe-descripcion-producto {
    height: 300px;
  }

  .text-block-30 {
    font-size: 25px;
    line-height: 25px;
  }

  .button-33 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 25px;
  }

  .image-107, .image-108, .image-109, .image-110, .image-111, .image-112, .image-113, .image-114 {
    width: 18vw;
  }

  .cafe-contacto {
    height: auto;
    padding-bottom: 6vh;
  }

  .cafe-1, .cafe-2, .cafe-3, .cafe-4, .cafe-5, .cafe-6, .cafe-7, .cafe-8 {
    height: 600px;
  }

  .image-115-copy {
    width: 220px;
    height: 175px;
  }

  .image-116-copy {
    width: 10vw;
  }
}

@media screen and (max-width: 991px) {
  .paragraph {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .heading-2 {
    font-size: 12.5px;
    line-height: 15px;
  }

  .button {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 30px;
    font-size: 15px;
    display: flex;
  }

  .text-block {
    font-size: 13px;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .nav-link-4 {
    letter-spacing: 2px;
    width: 200px;
    height: 8vh;
    font-size: 20px;
    font-weight: 700;
  }

  .nav-menu {
    text-align: center;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contenedor_telefono {
    padding-left: 60px;
  }

  .menu-button {
    background-color: #fff;
    height: 10vh;
  }

  .nav-link-5, .nav-link-6, .nav-link-7 {
    text-align: center;
  }

  .image-9 {
    display: none;
  }

  .image-10 {
    width: 300px;
  }

  .paragraph-3 {
    width: 300px;
    font-size: 15px;
    line-height: 17px;
  }

  .image-11 {
    height: auto;
  }

  .image-13 {
    width: 200px;
  }

  .nav-menu-2 {
    background-color: #000;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
  }

  .link-2 {
    font-size: 12px;
  }

  .menu-button-2 {
    background-color: #d5b67a;
    height: 10vh;
  }

  .movil_como_se_eligen {
    display: none;
  }

  .image-23 {
    display: block;
  }

  .inicio-foto {
    padding-top: 40px;
  }

  .nav-menu-3, .contenedor-logo-foto {
    height: auto;
  }

  .contenedor_foto_about-us {
    background-color: #f3f3f300;
    flex-flow: column;
    height: auto;
    padding-top: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-20 {
    width: auto;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .paragraph-5 {
    margin-top: 25px;
    font-size: 17px;
    line-height: 20px;
  }

  .heading-5 {
    text-align: left;
    margin-top: 40px;
    display: none;
  }

  .servicios {
    padding-bottom: 0;
  }

  .heading-6 {
    font-size: 30px;
  }

  .contenedor_links_info_boda {
    display: block;
  }

  .heading-7 {
    font-size: 25px;
  }

  .contenedor_links_info_vxanos, .contenedor_links_info_comunion, .contenedor_links_info_bautizo, .contenedor_links_info_presentacion {
    display: block;
  }

  .heading-7-presentacion {
    letter-spacing: 0;
    font-size: 18px;
  }

  .heading-7-cominion {
    font-size: 22px;
  }

  .heading-7-xvanos {
    font-size: 25px;
  }

  .div-block-39 {
    flex-flow: row;
    justify-content: space-between;
    height: auto;
    padding-top: 50px;
    padding-left: 85px;
    padding-right: 85px;
  }

  .div-block-40, .div-block-41 {
    width: auto;
  }

  .div-block-42 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .image-32 {
    width: 160px;
  }

  .foto_contacto {
    flex-flow: column;
    display: flex;
  }

  .div-block-43 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .titulo_contacto {
    font-size: 30px;
  }

  .foto_contenedor_mail {
    margin-top: 20px;
  }

  .text-block-6 {
    text-align: left;
    font-size: 18px;
  }

  .text-block-7 {
    text-align: right;
    font-size: 14px;
  }

  .div-block-44 {
    width: auto;
  }

  .div-block-45 {
    width: auto;
    margin-top: 30px;
  }

  .text-block-8 {
    text-align: right;
    font-size: 18px;
  }

  .div-block-46 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .menu-button-3 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 12vh;
    display: flex;
  }

  .abogados_menu_botones {
    padding-left: 83px;
    padding-right: 83px;
  }

  .abogados_conteedor_texto {
    margin-left: 10px;
  }

  .abogados_quienes_somos {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .abogados_quienes_somos_texto {
    padding-right: 50px;
  }

  .image-42 {
    height: 75%;
  }

  .paragraph-6 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 17px;
  }

  .heading-9 {
    font-size: 35px;
  }

  .abogados_contenedor_lista_s {
    padding-left: 40px;
  }

  .abogados_contenedor_servicios_textos {
    width: 30vw;
  }

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

  .div-block-51 {
    padding-left: 75px;
  }

  .image-43 {
    width: 200px;
  }

  .heading-10 {
    font-size: 35px;
  }

  .oveishon_nav-menu-3 {
    height: auto;
  }

  .oveishon_menu-button-3 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 12vh;
    display: flex;
  }

  .image-26-copy {
    height: auto;
  }

  .image-27-copy {
    height: auto;
    display: none;
  }

  .caja_servicios {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .foto-servicios-obra {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-right: 0;
  }

  .servicios-lista {
    width: auto;
    margin-top: 40px;
  }

  .por-que-trabajar-conmigo {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .heading-6-copy {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .heading-6-copy-copy {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 42px;
  }

  .slide-3-copy {
    width: 35vw;
  }

  .slide-4-copy {
    width: 35vw;
    margin-left: 2.5vw;
  }

  .slide-5-copy, .slide-6-copy, .slide-7-copy {
    width: 35vw;
  }

  .slider-2-copy {
    justify-content: flex-start;
    align-items: flex-start;
    height: 65vh;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 30px;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 10vw;
  }

  .slide-nav-2 {
    margin-top: 20px;
  }

  .image-50 {
    height: 400px;
    display: block;
  }

  .heading-12-mobil {
    text-align: center;
    display: block;
  }

  .proyectos {
    padding-bottom: 40px;
  }

  .menu_obras {
    height: auto;
  }

  .barra-menu-desk {
    justify-content: space-between;
  }

  .menu-desplegar-mobil {
    border-top: 1px solid #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    display: none;
  }

  .contenedor-logo-obras {
    display: block;
  }

  .contenedor-botones, .contenedor-redes {
    display: none;
  }

  .contenedor-redes-fb {
    margin-right: 40px;
  }

  .image-52, .image-53 {
    height: 45px;
  }

  .menu-mobil {
    display: flex;
  }

  .image-54 {
    cursor: pointer;
  }

  .btn-inicio {
    color: #fff;
    background-color: #3898ec00;
    margin-top: 50px;
    font-family: Exo, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .contenedor-redes-mobil {
    margin-top: 40px;
    display: flex;
  }

  .image-55 {
    cursor: pointer;
    height: 45px;
    display: none;
  }

  .btn-acerca-de-mi, .btn-servicios, .btn-proyectos, .btn-contacto {
    color: #fff;
    background-color: #3898ec00;
    margin-top: 25px;
    font-family: Exo, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .paragraph-7 {
    width: auto;
    margin-top: 20px;
  }

  .contenido-texto-contacto {
    width: auto;
  }

  .text-block-16 {
    margin-top: 15px;
  }

  .text-block-16-copy {
    margin-top: 20px;
  }

  .contenido-extra {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
    font-weight: 700;
  }

  .heading-12-copy {
    margin-top: 60px;
    font-size: 30px;
    line-height: 36px;
  }

  .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
    font-weight: 700;
  }

  .heading-6-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 30px;
  }

  .paragraph-8-copy {
    text-align: justify;
    margin-top: 20px;
  }

  .contenedor-testimoniales {
    display: none;
  }

  .paragraph-9 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-64 {
    padding-bottom: 40px;
  }

  .slider-4 {
    background-color: #ddd0;
    height: 260px;
    display: block;
  }

  .div-block-62-copy {
    width: 500px;
    margin-right: 0;
  }

  .div-block-65 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .slide-13 {
    height: 200px;
  }

  .icon-4, .icon-5 {
    color: #8b8b8b;
  }

  .galeria-1-ok {
    display: none;
    overflow: scroll;
  }

  .div-block-66 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .div-block-67 {
    width: 400px;
    height: 533px;
  }

  .div-block-68, .div-block-69 {
    width: 400px;
    height: 533px;
    margin-top: 20px;
  }

  .div-block-70 {
    padding-left: 0;
  }

  .div-block-66-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .galeria-2 {
    display: none;
  }

  .btn-obras-1-ok {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    font-size: 25px;
  }

  .galeria-2-ok, .galeria-3-ok, .galeria-4-ok, .galeria-5-ok {
    display: none;
    overflow: scroll;
  }

  .heading-14 {
    font-size: 30px;
  }

  .inicio-tornos {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu_tornos {
    height: auto;
  }

  .barra-menu-desk-tornos {
    justify-content: space-between;
  }

  .contenedor-logo-tornos {
    width: 200px;
    display: block;
  }

  .contenedor-botones-tornos, .contenedor-redes-torno {
    display: none;
  }

  .contenedor-redes-fb-torno {
    margin-top: 10px;
    margin-right: 0;
  }

  .image-52-torno, .image-53-torno {
    height: 45px;
  }

  .menu-mobil-torno {
    display: flex;
  }

  .image-54-torno {
    cursor: pointer;
  }

  .image-55-torno {
    cursor: pointer;
    height: 45px;
    display: none;
  }

  .menu-desplegar-mobil-torno {
    border-top: 1px solid #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    display: none;
  }

  .btn-inicio-torno {
    color: #fff;
    background-color: #3898ec00;
    margin-top: 50px;
    font-family: Exo, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .btn-acerca-de-mi-torno, .btn-servicios-torno, .btn-proyectos-torno, .btn-contacto-torno {
    color: #fff;
    background-color: #3898ec00;
    margin-top: 25px;
    font-family: Exo, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .contenedor-redes-mobil-torno {
    margin-top: 40px;
    display: flex;
  }

  .contenedor-redes-fb-torno2 {
    margin-right: 40px;
  }

  .image-52-torno-2, .image-53-torno-2 {
    height: 45px;
  }

  .image-56 {
    width: 400px;
  }

  .titulo-2-torno {
    text-align: center;
  }

  .heading-16 {
    font-size: 25px;
  }

  .image-52-copy {
    height: 45px;
  }

  .div-block-21-copy {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .quienes-somos-tornos {
    padding: 20px 50px;
  }

  .paragraph-12 {
    font-size: 23px;
    line-height: 25px;
  }

  .div-block-72 {
    padding-top: 40px;
  }

  .contenedor-cuadros-servcios {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
  }

  .servicio-1-tornos {
    width: 400px;
    margin-top: 20px;
  }

  .heading-19 {
    font-size: 40px;
  }

  .fotos-banner-torno {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-59 {
    width: 450px;
  }

  .image-60 {
    width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-61 {
    width: 450px;
  }

  .foto_contacto-copy {
    flex-flow: column;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
  }

  .div-block-39-copy {
    flex-flow: row;
    justify-content: space-between;
    height: auto;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .titulo_contacto-copy {
    font-size: 30px;
  }

  .image-32-copy {
    width: 160px;
  }

  .foto_mail-copy {
    font-size: 15px;
  }

  .text-block-6-copy {
    text-align: left;
    font-size: 18px;
  }

  .text-block-7-copy {
    text-align: right;
    font-size: 14px;
  }

  .text-block-8-copy {
    text-align: right;
    font-size: 18px;
  }

  .div-block-46-copy {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-45-copy {
    width: auto;
    margin-top: 30px;
  }

  .div-block-44-copy {
    width: auto;
  }

  .div-block-42-copy {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .text-block-18 {
    width: 300px;
    font-size: 16px;
  }

  .image-54-torno-copy {
    cursor: pointer;
  }

  .titulo-2-torno-copy {
    text-align: center;
  }

  .fotos-banner-torno-copy, .fotos-banner-torno-2, .fotos-banner-torno-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-62 {
    width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-63 {
    width: 450px;
  }

  .video-1 {
    display: none;
  }

  .boton-cerrar {
    padding-right: 60px;
  }

  .video-2-muestra {
    display: none;
  }

  .rmc_menu {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .bt_fb-torno-_rmc {
    margin-right: 20px;
  }

  .rmc_datos {
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .image-52-torno-copy {
    height: 30px;
  }

  .contenerdor_btn_wa_rmc {
    z-index: 88888;
  }

  .mrc_menu_movil {
    z-index: 99999;
    background-color: #062d6800;
    border-bottom: 1px solid #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .rmc_contenedor_logo {
    justify-content: center;
    align-items: center;
    height: 12vh;
    display: flex;
  }

  .rmc_contenedor_btn_cerrar {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .image-67 {
    height: 8vh;
  }

  .image-68 {
    width: 50px;
    height: 50px;
  }

  .abrir_menu_movil {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }

  .cerrar_menu_movil {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
  }

  .rmc_contenedor_barra_movil {
    background-color: #062d68;
    border: 1px #fff;
    border-bottom-style: solid;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 12vh;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .deplegar_menu_rmc {
    background-color: #062d68;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 88vh;
    padding-top: 40px;
    display: none;
  }

  .button-19 {
    width: auto;
    margin-top: 20px;
    font-size: 18px;
  }

  .btn-rmc-1, .btn-rmc-2, .button-19-copy, .btn-rmc-inicio {
    background-color: #3898ec00;
    width: auto;
    margin-top: 30px;
    font-size: 18px;
  }

  .contenedor_menu_prr {
    display: none;
  }

  .contenedor-botones-menu {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-botones-pintura {
    display: none;
  }

  .heading-26 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-16, .button-22 {
    font-size: 16px;
  }

  .image-72 {
    height: 250px;
  }

  .heading-27 {
    font-size: 30px;
  }

  .contenedor-descripcion-acerca-de-la-empresa {
    flex-flow: column;
  }

  .contenedor-texto-acerca-de-la-empresa {
    width: auto;
    margin-top: 20px;
  }

  .contenedor-foto-acerca-de-la-empresa {
    display: none;
  }

  .heading-28 {
    text-align: center;
    padding-left: 37px;
    padding-right: 37px;
  }

  .heading-29 {
    font-size: 20px;
  }

  .boton-hola {
    font-size: 16px;
  }

  .productos {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .slide-20, .slide-21 {
    width: 47vw;
  }

  .mask-3 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .slide-22, .slide-23 {
    width: 47vw;
  }

  .boton-ubicaci-n {
    font-size: 20px;
  }

  .contacto-pinturas {
    height: auto;
    padding-bottom: 40px;
  }

  .contenedor-datos-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-83, .div-block-84, .div-block-85 {
    width: auto;
  }

  .heading-32 {
    text-align: center;
    margin-bottom: 20px;
  }

  .heading-32-copy {
    margin-top: 40px;
  }

  .contenedor {
    margin-top: 20px;
  }

  .link-fb, .link-wa, .link-inta {
    margin-right: 20px;
  }

  .movil-contenedor-foto-acerca-de-la-empresa-copy {
    width: auto;
    display: block;
  }

  .movil_contenedor_menu_prr {
    z-index: 9999999;
    height: auto;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .contenedor-btn-abril-azul {
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .movil-contenedor-botones-menu {
    background-color: #fff;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contenedor-btn-cerrar-azul {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: none;
  }

  .movil-desplegar {
    color: #fff;
    background-color: #0a456d;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 86vh;
    display: none;
  }

  .button-23 {
    color: #fff;
    background-color: #3898ec00;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .heading-33 {
    color: #fff;
    margin-top: 60px;
    font-family: Montserrat, sans-serif;
  }

  .contenedor-iconos-redes {
    margin-top: 10px;
    display: flex;
  }

  .liga-fb {
    width: 40px;
    height: 40px;
    margin-right: 40px;
  }

  .image-80 {
    width: 40px;
    height: 40px;
  }

  .inicio-movil-pintura, .acerca-movil-pintura, .productos-movil-pintura, .galeria-movil-pintura, .contacto-movil-pintura {
    color: #fff;
    background-color: #3898ec00;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .boton-ver-m-s-pinturas, .boton-ver-menos {
    font-size: 16px;
  }

  .descripcion-esencial-plus {
    display: none;
  }

  .contenedor-descripcion-producto {
    width: 95vw;
    height: 85vh;
  }

  .descripcion-producto {
    overflow: scroll;
  }

  .contenedor-cerrar-descripcion-producto-1 {
    height: 9vh;
  }

  .reparacion-desk-menu {
    display: none;
  }

  .reparacion-botones-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-85 {
    width: 220px;
  }

  .reparacion-btn-inicio.w--current, .reparacion-btn-servicio, .reparacion-btn-contacto {
    font-size: 15px;
  }

  .reparacion-btn-solicitar-servicio {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .reparacion-banner-inicio {
    height: 500px;
    padding-left: 20px;
  }

  .heading-34 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-27 {
    font-size: 18px;
  }

  .reparacion-iconos {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-86, .image-88, .image-89 {
    width: 150px;
  }

  .reparacion-servicio {
    justify-content: space-between;
    align-items: center;
    padding: 50px;
  }

  .image-90 {
    width: 300px;
  }

  .reparacion-contenido-servicio {
    width: 350px;
  }

  .heading-35 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-19 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-28 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .contenedor-banner-horizontal {
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-35-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .image-91, .image-92, .image-93, .image-94 {
    height: 220px;
  }

  .reparacion-como-llegar {
    font-size: 16px;
  }

  .reparacion-contacto-1 {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 40px;
  }

  .image-95 {
    height: 100px;
  }

  .div-block-84-copy {
    width: auto;
    padding-top: 40px;
  }

  .reparacion-como-llegar-copy {
    font-size: 16px;
  }

  .reparacion-menu-movil {
    background-color: #fff0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
    display: flex;
  }

  .barra-movil {
    width: 100vw;
    height: 12vh;
  }

  .barra-telefono {
    background-image: url('../images/reparacion-linea-menu.png');
    background-position: 50% 0;
    background-size: auto;
    height: 3vh;
  }

  .reparacion-menu-desplegar {
    background-color: #03468e;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding: 40px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 400;
    display: none;
  }

  .reparacion-menu {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    height: 9vh;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .image-96 {
    width: 350px;
  }

  .reparacion-contenedor-abrir-cerrar {
    display: flex;
  }

  .image-97, .image-98 {
    height: 6vh;
  }

  .reparacion-btn-abrir {
    height: 5vh;
  }

  .reparacion-btn-cerrar {
    height: 5vh;
    display: none;
  }

  .button-29 {
    background-color: #3898ec00;
    margin-bottom: 20px;
  }

  .button-29.w--current {
    font-weight: 600;
  }

  .button-30, .button-31 {
    background-color: #3898ec00;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .reparacion-btn-servicio-movil {
    text-align: center;
    background-color: #ea5d00;
    border-radius: 13px;
    font-weight: 600;
  }

  .div-block-84-copy-copy {
    width: auto;
    padding-top: 40px;
  }

  .link-19 {
    color: #fff;
  }

  .cafe-menu-desk {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .div-block-87 {
    background-position: 50% 0;
    height: 60vh;
    padding-bottom: 100px;
    padding-right: 30px;
  }

  .image-103 {
    width: 300px;
  }

  .cafe-nosotros-imagen {
    width: 80vw;
    margin-top: 40px;
  }

  .cafe-nosotros-info {
    width: 80vw;
    padding-right: 0;
  }

  .image-105 {
    width: 80vw;
  }

  .cafe-contenedor-info {
    flex-flow: column;
  }

  .text-block-29 {
    margin-bottom: 20px;
  }

  .cafe-descripcion {
    background-color: #fff;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .cafe-contenedor-titulo-descripcion {
    width: auto;
  }

  .cafe-contenedor-imagen-bolsa {
    background-size: 30vw 200px;
  }

  .cafe-contacto {
    height: auto;
    padding-bottom: 40px;
  }

  .cafe-link-fb-n, .cafe-link-wa-n, .cafe-link-inta {
    margin-right: 20px;
  }

  .cafe-1, .cafe-2, .cafe-3, .cafe-4, .cafe-5, .cafe-6, .cafe-7, .cafe-8 {
    width: 30vw;
  }

  .image-117 {
    display: block;
  }

  .menu-movil-2 {
    background-color: #000;
    border-bottom: 1px solid #3b3b3b;
    justify-content: space-around;
    align-items: center;
    height: 10vh;
    display: none;
  }

  .image-118 {
    height: 7vh;
  }

  .container-7 {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .cafe-inicio {
    background-position: 50% 0;
    height: 60vh;
    padding-bottom: 100px;
    padding-right: 30px;
  }

  .icon-10 {
    color: #c8a54f;
  }

  .nav-menu-5 {
    background-color: #000;
    flex-flow: column;
    display: none;
  }

  .nav-link-15, .nav-link-16, .nav-link-17 {
    color: #fff;
  }

  .barra-menu-movil {
    background-color: #000;
    border-bottom: 1px solid #505050;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .image-119 {
    height: 7vh;
  }

  .cafe-abrir-movil {
    height: 5vh;
    display: block;
  }

  .image-120 {
    height: 5vh;
    display: none;
  }

  .contenedor-menu-movil {
    z-index: 888888;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-movil-desplegar {
    text-align: left;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 30vw;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .button-34, .cafe-btn-movil-inicio, .cafe-btn-movil-nosotros, .cafe-btn-movil-productos, .cafe-btn-movil-contacto {
    background-color: #3898ec00;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .contenedor_datos_contacto {
    justify-content: space-between;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-3 {
    font-size: 20px;
  }

  .contenedor_telefono {
    padding-left: 20px;
  }

  .texto_direccion {
    font-size: 12px;
  }

  .image-5-movil {
    height: 85vh;
    display: block;
  }

  .image-6 {
    height: auto;
    display: none;
  }

  .contenedor_nosotros_bajio {
    padding-left: 18px;
    padding-right: 18px;
  }

  .image-8 {
    width: 300px;
  }

  .paragraph-2 {
    font-size: 27px;
    line-height: 29px;
  }

  .contenedor_seccion_2_bajio {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-3 {
    font-size: 27px;
    line-height: 29px;
  }

  .image-9 {
    width: 600px;
    display: none;
  }

  .div-block-8 {
    padding-top: 19px;
    padding-bottom: 19px;
  }

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

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

  .paragraph-3 {
    width: 250px;
  }

  .image-12 {
    width: 100px;
  }

  .image-13 {
    width: 150px;
  }

  .image-14 {
    width: 100px;
  }

  .btn-fb-2 {
    border-radius: 6px;
    width: 100px;
    height: 25px;
  }

  .texto_btn-fb-inter {
    font-size: 15px;
  }

  .image-16 {
    width: 70px;
  }

  .movil_como_se_eligen {
    display: none;
  }

  .contenedor_foto_about-us {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-20 {
    width: 80vw;
  }

  .image-27 {
    height: auto;
  }

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

  .servicios {
    padding-top: 6vh;
    padding-bottom: 0;
  }

  .heading-6 {
    font-size: 35px;
  }

  .div-block-39 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .div-block-42 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .image-32 {
    width: 250px;
  }

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

  .titulo_contacto {
    font-size: 35px;
  }

  .button-2-foto {
    margin-left: 10px;
    font-size: 20px;
  }

  .image-33 {
    width: 45px;
  }

  .foto_mail {
    font-size: 20px;
  }

  .image-34 {
    width: 45px;
  }

  .text-block-6, .text-block-7 {
    font-size: 20px;
  }

  .div-block-45 {
    margin-top: 0;
    margin-left: 60px;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .fb-footer, .insta_footer {
    width: 35px;
  }

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

  .abogados_menu_social_items_logo {
    padding-left: 20px;
  }

  .abogados_contenedor_logo {
    margin-left: 60px;
  }

  .abogados-contenedor_sobre {
    width: 25px;
  }

  .image-37, .image-38, .image-39 {
    height: 20px;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .heading-9 {
    font-size: 30px;
  }

  .abogados_contenedor_texto_qs {
    padding-left: 20px;
  }

  .abogados_contenedor_lista_s {
    padding-left: 20px;
    padding-right: 20px;
  }

  .abogados_contenedor_servicios_textos {
    width: 40vw;
  }

  .abogados_contacto {
    height: auto;
    padding-bottom: 21px;
  }

  .div-block-51 {
    justify-content: center;
    align-items: flex-start;
    width: 25vw;
    padding-left: 0;
  }

  .div-block-52 {
    justify-content: center;
    align-items: center;
  }

  .abogados_contenedor_celdas_footer {
    height: auto;
  }

  .image-43 {
    width: 150px;
  }

  .text-block-12 {
    letter-spacing: 0;
    font-size: 13px;
  }

  .image-45 {
    height: 20px;
  }

  .slide-9, .slide-10, .slide-11, .slide-12 {
    background-position: 50% 0;
  }

  .image-27-copy {
    height: auto;
  }

  .caja_servicios {
    justify-content: center;
    align-items: flex-start;
  }

  .foto-servicios-obra {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .servicios-lista {
    width: 100%;
    padding-left: 35px;
  }

  .image-47 {
    width: auto;
  }

  .heading-6-copy, .heading-6-copy-copy {
    font-size: 35px;
  }

  .slide-3-copy, .slide-4-copy, .slide-5-copy, .slide-6-copy, .slide-7-copy {
    width: 75vw;
  }

  .image-50 {
    height: 400px;
  }

  .heading-12-mobil {
    font-size: 35px;
  }

  .image-51 {
    width: 35px;
    font-size: 35px;
  }

  .menu-desplegar-mobil {
    display: none;
  }

  .btn-inicio.w--current, .btn-acerca-de-mi, .btn-servicios, .btn-proyectos, .btn-contacto {
    margin-top: 25px;
  }

  .contenido-extra {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-6-copy-copy-copy {
    font-size: 35px;
  }

  .div-block-62-copy {
    width: 400px;
  }

  .galeria-1-ok {
    display: none;
  }

  .div-block-67, .div-block-68, .div-block-69 {
    width: 400px;
    height: 533px;
  }

  .div-block-70 {
    color: #fff;
    border-bottom-style: none;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: 12vh;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-obras-1-ok {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    width: 40px;
    height: 40px;
  }

  .galeria-2-ok, .galeria-3-ok, .galeria-4-ok {
    display: none;
  }

  .btn-obras-2-ok, .btn-obras-3-ok {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
  }

  .btn-obras-4-ok {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    width: 30px;
    height: 30px;
  }

  .menu-desplegar-mobil-torno {
    display: none;
  }

  .btn-inicio-torno.w--current, .btn-acerca-de-mi-torno, .btn-servicios-torno, .btn-proyectos-torno, .btn-contacto-torno {
    margin-top: 25px;
  }

  .heading-15 {
    font-size: 25px;
  }

  .heading-16 {
    margin-top: 10px;
    font-size: 20px;
  }

  .fb-footer-copy {
    width: 35px;
  }

  .div-block-39-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .titulo_contacto-copy {
    font-size: 35px;
  }

  .image-32-copy {
    width: 250px;
  }

  .image-33-copy, .image-34-copy {
    width: 45px;
  }

  .button-2-foto-copy {
    margin-left: 10px;
    font-size: 20px;
  }

  .foto_mail-copy, .text-block-6-copy, .text-block-7-copy, .text-block-8-copy {
    font-size: 20px;
  }

  .div-block-45-copy {
    margin-top: 0;
    margin-left: 60px;
  }

  .div-block-42-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .image-34-copy-copy {
    width: 45px;
  }

  .text-block-18 {
    font-size: 18px;
  }

  .insta_footer-copy, .face_footer_tornos {
    width: 35px;
  }

  .video-1, .video-2-muestra {
    display: none;
  }

  .rmc_home {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-20 {
    font-size: 40px;
  }

  .heading-21 {
    text-align: center;
    font-size: 25px;
  }

  .emc_quienes_somos {
    padding-left: 50px;
    padding-right: 50px;
  }

  .rmc_servicios {
    flex-flow: column;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .rmc_servicios_1 {
    width: auto;
    padding-left: 0;
  }

  .rmc_servicios_2 {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cmr_banner {
    flex-flow: column;
    height: auto;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .cmr_banner_1 {
    width: auto;
    padding-left: 0;
  }

  .c2mr_banner {
    width: auto;
  }

  .rmc_contenedor_contacto-datos {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
  }

  .rmc_datos {
    margin-top: 20px;
  }

  .image-65 {
    height: 50px;
  }

  .bold-text-8 {
    font-size: 32px;
  }

  .mrc_menu_movil {
    justify-content: space-between;
    align-items: center;
    display: flex;
    inset: 0% 0% auto;
  }

  .contenedor-descripcion-producto {
    height: 95vh;
  }

  .contenedor-fot-de-producto {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .descripcion-producto {
    text-align: justify;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-producto {
    flex-flow: column;
    height: auto;
  }

  .image-81 {
    height: 250px;
  }

  .reparacion-iconos {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-86, .image-88 {
    width: 200px;
    margin-bottom: 10px;
  }

  .image-89 {
    width: 200px;
  }

  .reparacion-servicio {
    flex-flow: column;
  }

  .image-90 {
    width: 400px;
  }

  .reparacion-contenido-servicio {
    width: 400px;
    margin-top: 40px;
  }

  .reparacion-contenedor-banner-servicio {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-35-copy {
    text-align: center;
  }

  .button-28-copy {
    margin-top: 20px;
  }

  .reparacion-opciones-servicios {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-91, .image-92, .image-93 {
    height: 400px;
    margin-bottom: 20px;
  }

  .image-94 {
    height: 400px;
  }

  .link-19 {
    color: #fff;
  }

  .menu-movil-desplegar {
    width: 40vw;
  }
}

@media screen and (max-width: 479px) {
  .contenedor_npsotros {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    padding-top: 10vh;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .paragraph {
    font-family: Exo, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .contenedor_productos {
    padding-bottom: 0;
  }

  .slider {
    height: auto;
  }

  .slide {
    padding-bottom: 54px;
  }

  .contenedor_productos_1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .producto_1 {
    width: 82vw;
    height: 70vh;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .contenedor_productos_2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 2vh;
  }

  .contenedor-imagen {
    height: 30vh;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .button {
    width: 150px;
    height: 40px;
    font-size: 18px;
  }

  .text-block {
    font-size: 17px;
    line-height: 22px;
  }

  .image {
    width: 80vw;
  }

  .heading_ubicacion {
    padding-bottom: 10px;
    font-size: 22px;
  }

  .contenedor_contacto {
    padding-bottom: 40px;
  }

  .heading_contacto {
    padding-bottom: 10px;
    font-size: 22px;
  }

  .contenedor_datos_contacto {
    flex-flow: column;
  }

  .div-block-2 {
    width: 90vw;
  }

  .heading-3 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .button-2 {
    text-align: center;
    width: 130px;
  }

  .contenedor_telefono {
    width: 90vw;
    padding-left: 0;
  }

  .titulo_direccion {
    margin-top: 20px;
    padding-left: 40px;
  }

  .texto_direccion {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 40px;
    display: flex;
  }

  .brand {
    height: 10vh;
  }

  .contenerdor_btn_wa, .image-3 {
    height: 80px;
  }

  .div-block-7 {
    overflow: hidden;
  }

  .image-4 {
    width: auto;
    height: 95vh;
  }

  .image-5 {
    height: 85vh;
  }

  .image-5-movil {
    height: 85vh;
    display: block;
  }

  .image-6 {
    display: none;
  }

  .inicio_sorteos_bajio {
    background-position: 50% 0;
  }

  .image-7 {
    width: 250px;
  }

  .contenedor_nosotros_bajio {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 23px;
  }

  .contenedor_seccion_2_bajio {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .link-block-2 {
    width: 145px;
    height: 35px;
    margin-top: 20px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

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

  .image-10, .paragraph-3 {
    width: auto;
  }

  .div-block-11 {
    padding-bottom: 20px;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .div-block-13 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    padding-right: 0;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-16 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-5 {
    margin-top: 10px;
  }

  .image-16 {
    width: 110px;
  }

  .container-2 {
    padding-left: 20px;
  }

  .image-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .movil_como_se_eligen {
    padding: 30px 15px;
    display: block;
  }

  .image-21 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-4 {
    text-align: justify;
    font-size: 15px;
    line-height: 18px;
  }

  .contenerdor_btn_wa-bajio {
    height: 65px;
  }

  .inicio-foto {
    background-position: 50%;
    background-size: cover;
  }

  .nav-link-8, .nav-link-9, .nav-link-10 {
    text-align: center;
  }

  .nav-menu-3 {
    background-color: #000c;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .image-25 {
    width: 180px;
  }

  .contenedor-logo-foto, .image-26 {
    height: auto;
  }

  .contenedor_foto_about-us {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .div-block-20 {
    width: auto;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .image-27 {
    height: 50vh;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 23px;
  }

  .servicios {
    padding-top: 3vh;
    padding-bottom: 0;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .slider-2 {
    height: 70vh;
  }

  .mask-2 {
    height: 55vh;
  }

  .slide-3, .slide-4, .slide-5, .slide-6, .slide-7 {
    width: 60vw;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .galeria {
    padding-top: 13vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contenedor_fotos {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .bloque_1_foto {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-block-25 {
    width: auto;
    height: auto;
  }

  .div-block-26 {
    margin-left: 0;
  }

  .div-block-29, .div-block-31 {
    width: auto;
    height: auto;
  }

  .div-block-32 {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-33, .div-block-34 {
    width: auto;
    height: auto;
  }

  .bloque_2_foto {
    flex-flow: column;
    width: auto;
  }

  .div-block-35 {
    background-color: #fff;
    width: auto;
    height: auto;
  }

  .div-block-36 {
    background-color: #f000;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .bloque_3_foto {
    flex-flow: column;
    width: auto;
  }

  .div-block-37 {
    background-color: #f000;
    width: auto;
    height: auto;
  }

  .div-block-38 {
    background-color: #f000;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
  }

  .div-block-39 {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .div-block-41 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 18px;
  }

  .image-32 {
    width: 200px;
  }

  .foto_contacto {
    padding-top: 20px;
  }

  .titulo_contacto {
    font-size: 30px;
  }

  .button-2-foto {
    text-align: center;
    width: 130px;
    font-size: 15px;
  }

  .foto_contenedor_mail {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

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

  .text-block-7 {
    color: #fff;
    text-align: center;
  }

  .div-block-44 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-45 {
    margin-top: 30px;
    margin-left: 0;
  }

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

  .div-block-46 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .fb-footer {
    width: 40px;
    margin-right: 25px;
  }

  .in_footer, .insta_footer {
    width: 40px;
  }

  .div-block-47 {
    margin-top: 10px;
  }

  .text-block-9 {
    letter-spacing: 2px;
  }

  .menu-button-3 {
    background-color: #fff0;
    width: 20vw;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-11, .btn_contacto {
    text-align: center;
  }

  .abogados_menu_telefono_mail, .abogados_menu_social_items_logo {
    justify-content: space-around;
    padding-left: 0;
  }

  .abogados_menu_botones {
    padding-left: 0;
    padding-right: 0;
  }

  .abogados_contenedor_logo, .abogados_contenedor_dato_telefono {
    margin-left: 0;
  }

  .image-35 {
    height: 12px;
  }

  .abogados_conteedor_texto {
    margin-left: 4px;
  }

  .abogados-contenedor_sobre {
    width: auto;
  }

  .image-36 {
    height: 12px;
  }

  .abogados_contenedor_social_x, .abogados_contenedor_social_in, .abogados_contenedor_social_wa-copy {
    margin-left: 0;
  }

  .image-37, .image-38, .image-39 {
    height: 25px;
  }

  .image-41 {
    height: 10vh;
  }

  .button-5, .button-6, .button-7, .button-8 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .heading-8 {
    margin-left: 62px;
    padding-left: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .button-9 {
    margin-top: 44px;
  }

  .abogados_quienes_somos {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .abogados_quienes_somos_foto, .abogados_quienes_somos_texto {
    width: auto;
    padding-right: 0;
  }

  .image-42 {
    height: auto;
  }

  .paragraph-6 {
    margin-top: 0;
  }

  .abogados_contenedor_servicios {
    flex-flow: column;
    padding-left: 22px;
    padding-right: 22px;
  }

  .abogados_contenedor_texto_qs {
    width: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .abogados_contenedor_lista_s {
    width: auto;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .abogados_contenedor_servicios_textos {
    width: auto;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .linea {
    margin-bottom: 20px;
  }

  .div-block-50 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
  }

  .div-block-51 {
    width: auto;
    margin-top: 20px;
    padding-left: 107px;
  }

  .div-block-52 {
    width: auto;
  }

  .abogados_contenedor_celdas_footer {
    flex-flow: column;
  }

  .div-block-53 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-10 {
    font-size: 30px;
  }

  .link-block-9, .link-block-10, .link-block-11 {
    margin-left: 5px;
  }

  .text-block-12, .link-3 {
    font-size: 10px;
  }

  .link-4 {
    letter-spacing: 1px;
    font-size: 11px;
  }

  .image-45 {
    height: 25px;
  }

  .slide-8 {
    background-position: 0 0;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .slide-10 {
    background-image: url('../images/abogados_img_banner_inicio_5.jpg');
    background-position: 0%;
  }

  .slide-12 {
    background-position: 50% 100%;
  }

  .oveishon_container {
    padding-left: 6px;
  }

  .oveishon_nav-menu-3 {
    background-color: #000c;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .oveishon_nav-link-8, .oveishon_nav-link-9, .oveishon_nav-link-10, .oveishon_nav-link-11, .oveishon_btn_contacto {
    text-align: center;
  }

  .oveishon_inicio-foto {
    background-position: 50%;
    background-size: cover;
  }

  .servicios_btn {
    text-align: center;
  }

  .image-26-copy {
    height: auto;
  }

  .image-27-copy {
    height: 50vh;
  }

  .texto-servicios, .text-block-14 {
    text-align: left;
  }

  .image-46 {
    width: 20px;
    height: 20px;
  }

  .foto-servicios-obra {
    padding-left: 20px;
    padding-right: 20px;
  }

  .servicios-lista {
    padding-top: 0;
    padding-right: 35px;
  }

  .aparecer-opcion-obras-1 {
    padding-right: 0;
    display: none;
  }

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

  .aparecer-opcion-obras-2, .aparecer-opcion-obras-3 {
    padding-right: 0;
    display: none;
  }

  .contenedor-opciones-servicios-4 {
    text-align: left;
  }

  .aparecer-opcion-obras-4, .aparecer-opcion-obras-5 {
    padding-right: 0;
    display: none;
  }

  .contenedor-opciones-por-que {
    margin-top: 13px;
  }

  .text-span-5-copy {
    text-align: left;
    font-size: 17px;
  }

  .heading-6-copy {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-6-copy-copy {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .div-block-57-copy {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-3-copy, .slide-4-copy, .slide-5-copy, .slide-6-copy, .slide-7-copy {
    width: 70vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .mask-2-copy {
    height: 80vh;
  }

  .slider-2-copy {
    height: auto;
  }

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

  .text-block-15 {
    font-size: 22px;
    line-height: 27px;
  }

  .nav-link-8-copy, .nav-link-9-copy, .nav-link-10-copy, .nav-link-11-copy, .btn_contacto-copy {
    text-align: center;
  }

  .galeria-copy {
    padding-top: 13vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-50 {
    height: 400px;
  }

  .heading-12-mobil {
    margin-bottom: 0;
    font-size: 25px;
  }

  .image-51 {
    width: 40px;
  }

  .icon-3 {
    color: #fff;
    background-color: #00000024;
    border: 1px solid #fff;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-60 {
    display: none;
  }

  .div-block-61 {
    margin-top: 20px;
  }

  .text-block-14-copy {
    text-align: left;
  }

  .proyectos {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .barra-menu-desk {
    padding-left: 35px;
    padding-right: 35px;
  }

  .menu-desplegar-mobil {
    display: none;
  }

  .contenedor-logo-obras {
    width: 150px;
  }

  .image-54 {
    height: 35px;
  }

  .btn-inicio.w--current {
    margin-top: 25px;
    font-size: 25px;
  }

  .contenedor-redes-mobil {
    margin-top: 25px;
  }

  .image-55 {
    height: 35px;
  }

  .btn-acerca-de-mi, .btn-servicios, .btn-proyectos, .btn-contacto {
    margin-top: 20px;
    font-size: 25px;
  }

  .paragraph-7 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .contenido-texto-contacto {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-span-7 {
    font-size: 25px;
  }

  .text-block-16 {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
  }

  .text-block-16-copy {
    margin-top: 10px;
    font-size: 17px;
  }

  .contenido-extra {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-12 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-8 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-12-copy {
    font-size: 20px;
    line-height: 23px;
  }

  .heading-6-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-8-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-13 {
    font-size: 25px;
  }

  .paragraph-9 {
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
  }

  .slider-4 {
    height: auto;
  }

  .div-block-62-copy {
    width: auto;
  }

  .div-block-65 {
    padding-left: 77px;
    padding-right: 77px;
  }

  .slide-13, .slide-14 {
    height: 100%;
  }

  .text-span-17, .text-span-18 {
    text-align: left;
  }

  .galeria-1-ok {
    padding-bottom: 60px;
    display: none;
  }

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

  .div-block-67, .div-block-68, .div-block-69 {
    width: 290px;
    height: 387px;
  }

  .div-block-70 {
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-11 {
    text-align: justify;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 17px;
  }

  .btn-obras-1-ok {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

  .galeria-2-ok, .galeria-3-ok, .galeria-4-ok {
    display: none;
  }

  .btn-obras-2-ok {
    border-radius: 20px;
    width: 30px;
    height: 30px;
    font-size: 25px;
  }

  .btn-obras-4-ok {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    width: 30px;
    height: 30px;
  }

  .heading-14 {
    font-size: 20px;
    line-height: 30px;
  }

  .inicio-tornos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .barra-menu-desk-tornos {
    padding-left: 35px;
    padding-right: 35px;
  }

  .contenedor-logo-tornos {
    width: 150px;
  }

  .image-54-torno, .image-55-torno {
    height: 35px;
  }

  .menu-desplegar-mobil-torno {
    display: none;
  }

  .btn-inicio-torno.w--current {
    margin-top: 25px;
    font-size: 25px;
  }

  .btn-acerca-de-mi-torno, .btn-servicios-torno, .btn-proyectos-torno, .btn-contacto-torno {
    margin-top: 20px;
    font-size: 25px;
  }

  .contenedor-redes-mobil-torno {
    margin-top: 25px;
  }

  .image-56 {
    width: 250px;
  }

  .titulo-2-torno {
    font-size: 19px;
    line-height: 25px;
  }

  .image-57 {
    margin-top: 130px;
  }

  .heading-15 {
    margin-right: 5px;
    font-size: 18px;
  }

  .heading-16 {
    margin-top: 10px;
    line-height: 25px;
  }

  .div-block-59-1, .div-block-59-2, .div-block-59-3, .div-block-59-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fb-footer-copy {
    width: 40px;
    margin-right: 25px;
  }

  .texto-servicios-otro, .text-block-14-copy, .text-block-14-copy {
    text-align: left;
  }

  .div-block-21-copy {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .quienes-somos-tornos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .paragraph-12 {
    text-align: justify;
    font-size: 19px;
    line-height: 24px;
  }

  .servicio-1-tornos {
    width: auto;
  }

  .heading-19 {
    text-align: center;
  }

  .foto_contacto-copy {
    padding-top: 20px;
  }

  .div-block-39-copy {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulo_contacto-copy {
    font-size: 30px;
  }

  .image-32-copy {
    width: 200px;
  }

  .button-2-foto-copy {
    text-align: center;
    width: 130px;
    font-size: 15px;
  }

  .foto_mail-copy {
    font-size: 12px;
  }

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

  .text-block-7-copy {
    color: #fff;
    text-align: center;
  }

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

  .div-block-46-copy {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .div-block-45-copy {
    margin-top: 30px;
    margin-left: 0;
  }

  .div-block-44-copy {
    width: auto;
    margin-top: 20px;
  }

  .div-block-42-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 18px;
  }

  .div-block-61-copy {
    margin-top: 20px;
  }

  .div-block-60-copy {
    display: none;
  }

  .text-block-18 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .insta_footer-copy, .face_footer_tornos {
    width: 40px;
  }

  .image-54-torno-copy {
    height: 35px;
  }

  .titulo-2-torno-copy {
    font-size: 19px;
    line-height: 25px;
  }

  .video-1, .video-2-muestra, .div-block-60-copy-copy {
    display: none;
  }

  .background-video {
    width: 350px;
    height: 639px;
  }

  .div-block-76 {
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .rmc_home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-20 {
    text-align: center;
    line-height: 45px;
  }

  .emc_quienes_somos {
    padding: 10px 20px 0;
  }

  .rmc_titulo_contacto {
    font-size: 25px;
  }

  .paragraph-15 {
    text-align: justify;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .rmc_servicios {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-15-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .cmr_banner {
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c2mr_banner {
    padding-right: 0;
  }

  .text-block-21, .text-block-21-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .rmc_contacto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-24 {
    font-size: 25px;
  }

  .rmc_contenedor_contacto-datos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-22, .text-block-22-copy {
    font-size: 14px;
    line-height: 18px;
  }

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

  .image-65 {
    height: 35px;
  }

  .text-block-23 {
    margin-top: 30px;
    font-size: 12px;
  }

  .contenerdor_btn_wa_rmc {
    height: 80px;
  }

  .bold-text-8 {
    font-size: 25px;
  }

  .link-14 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .heading-25 {
    text-align: center;
    margin-top: 60px;
    font-size: 25px;
  }

  .text-block-25 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-80 {
    margin-bottom: 40px;
  }

  .contenedor-botones-pintura {
    cursor: auto;
    display: none;
  }

  .contenedor-banner-inicio-prr {
    background-position: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 16vh 5vw 60px;
  }

  .contenedor-imagen-inicio-prr {
    width: auto;
  }

  .contenedor-texto-inicio-prr-copy {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .image-72 {
    height: 160px;
  }

  .contenedor-la-empresa {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-27 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .heading-28 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .parrafo-oculto-activo {
    font-size: 16px;
  }

  .banner-hola {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .mensaje-hola {
    border-radius: 16px;
    flex-flow: column;
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-29 {
    text-align: center;
    margin-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .boton-hola {
    text-align: center;
    margin-top: 20px;
  }

  .productos {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .paragraph-17 {
    text-align: justify;
    font-size: 16px;
  }

  .slide-20 {
    width: 87vw;
    margin-right: 5vw;
  }

  .slide-21, .slide-22, .slide-23 {
    width: 96vw;
    margin-right: 5vw;
  }

  .cpntenedor-galeroa {
    flex-flow: column;
  }

  .contenedor-imagen-1 {
    width: 80vw;
  }

  .contenedor-imagen-2 {
    width: 80vw;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contenedor-imagen-3 {
    width: 80vw;
  }

  .div-block-84 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .contenedor {
    padding-left: 0;
    padding-right: 0;
  }

  .image-76, .image-77, .image-78 {
    width: 40px;
    height: 40px;
  }

  .movil-contenedor-foto-acerca-de-la-empresa-copy {
    padding-left: 0;
  }

  .movil_contenedor_menu_prr {
    z-index: 99999999;
    background-color: #fff;
    position: fixed;
    inset: 0% 0% auto;
  }

  .contenedor-btn-abril-azul, .contenedor-btn-cerrar-azul {
    cursor: pointer;
  }

  .movil-desplegar {
    display: none;
  }

  .button-23, .inicio-movil-pintura, .acerca-movil-pintura, .productos-movil-pintura, .galeria-movil-pintura, .contacto-movil-pintura {
    color: #0a456d;
    text-align: center;
    background-color: #fff;
    border-radius: 18px;
    width: 350px;
  }

  .descripcion-esencial-plus {
    display: none;
  }

  .contenedor-descripcion-producto {
    height: 100vh;
  }

  .descripcion-producto {
    overflow: auto;
  }

  .image-81 {
    height: 200px;
  }

  .descripcion-resicolor {
    display: none;
  }

  .image-82 {
    height: 200px;
  }

  .descripcion-suprema-colors {
    display: none;
  }

  .image-83 {
    height: 200px;
  }

  .descripcion-imperiumcolor {
    display: none;
  }

  .image-84 {
    height: 200px;
  }

  .descripcion-imperbloke {
    display: none;
  }

  .reparacion-banner-inicio {
    background-image: url('../images/3-banner-movil.jpg');
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-right: 20px;
  }

  .reparacion-titulo-inicio {
    margin-top: 12vh;
  }

  .heading-34 {
    font-size: 25px;
    line-height: 30px;
  }

  .button-28 {
    margin-top: 10px;
  }

  .reparacion-iconos {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-86, .image-88, .image-89 {
    width: 250px;
  }

  .reparacion-servicio {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .reparacion-contenido-servicio {
    width: auto;
    margin-top: 0;
  }

  .paragraph-19 {
    line-height: 17px;
  }

  .contenedor-banner-horizontal {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-35-copy {
    text-align: center;
    font-size: 18px;
  }

  .button-28-copy {
    margin-left: 0;
  }

  .div-block-84-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .reparacion-como-llegar-copy {
    margin-left: 0;
  }

  .reparacion-menu-movil {
    height: auto;
  }

  .reparacion-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-96 {
    width: 200px;
  }

  .reparacion-btn-abrir, .reparacion-btn-cerrar {
    height: 3vh;
  }

  .contenerdor_btn_wa-copy {
    height: 80px;
  }

  .div-block-84-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-19 {
    color: #fff;
  }

  .cafe-nosotros {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .cafe-nosotros-info {
    padding-right: 0;
  }

  .heading-36 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .paragraph-20 {
    font-size: 15px;
    line-height: 20px;
  }

  .button-32 {
    font-size: 16px;
  }

  .text-block-29 {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .cafe-descripcion {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .paragraph-21 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-37 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .cafe-productos {
    padding-top: 9vh;
  }

  .slider-7 {
    height: 500px;
    margin-top: 0;
  }

  .left-arrow-3, .right-arrow-3 {
    width: 10vw;
  }

  .cafe-contenedor-imagen-bolsa {
    background-size: 70vw 250px;
    justify-content: center;
    align-items: flex-end;
    height: 250px;
    padding-bottom: 20px;
  }

  .cafe-descripcion-producto {
    height: 250px;
  }

  .image-115 {
    height: 200px;
  }

  .cafe-1, .cafe-2, .cafe-3, .cafe-4, .cafe-5, .cafe-6, .cafe-7, .cafe-8 {
    width: 70vw;
    height: 500px;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .cafe-contenerdor_btn_wa {
    height: 80px;
  }

  .image-117 {
    margin-top: 30px;
  }

  .nav-menu-5 {
    background-color: #000;
  }

  .menu-movil-desplegar {
    width: 60vw;
  }

  .image-116-copy {
    width: 35vw;
  }
}
