:root {
  --deep-sky-blue-2: #3daee2;
  --amarillo: #c89f65;
  --white: white;
  --red-2: #df131c;
  --dark-slate-blue-3: #0a397f;
  --midnight-blue: #033369;
  --chocolate: #1b1919;
  --yellow: #fefd00;
  --gold-2: #ffd000;
  --goldenrod: #ebb100;
  --dodger-blue: #007efb;
  --royal-blue: #1665a8;
  --tomato: #f44a33;
  --red: #d62c40;
  --medium-violet-red: #df147e;
  --midnight-blue-2: #002457;
  --black: #2c2f40;
  --dark-slate-blue-4: #004c87;
  --cercoelec: var(--red);
  --light-slate-grey: #708696;
  --dark-slate-gray: #283b5c;
  --deep-sky-blue: #0caae9;
  --chocolate-2: #d14e00;
  --dark-blue: #0000a6;
  --gold: #f8e503;
  --brown: #bf0a33;
  --forest-green: #1f932c;
  --dark-slate-blue: #2a338c;
  --dark-slate-blue-2: #063d84;
  --orange-red: #ff6417;
  --steel-blue: #008bce;
  --fondo: var(--red-2);
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 5px;
}

a {
  color: #00e;
  width: 269px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.button.btncontacto {
  color: #283b5c;
  background-color: #fff;
  width: auto;
  margin-top: 32px;
  padding: 15px 40px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.button.btncontacto:hover {
  color: #ea7024;
  background-color: #c9c9c9;
}

.imglogo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.txtfono {
  color: #fff;
  background-image: url('../images/smartphone24.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-top: 14px;
  margin-left: 69px;
  padding-left: 42px;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

.header {
  background-color: #283b5c7d;
  padding-top: 12px;
  padding-bottom: 10px;
}

.txtbanner {
  color: #283b5c;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #fff;
  margin-top: 55px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  line-height: 70px;
}

.itembanner {
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0 2px #000;
  background-image: url('../images/firewall12.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 38px;
  font-family: Oswald, sans-serif;
  font-size: 27px;
  line-height: 40px;
  list-style-type: none;
}

.btnenviar {
  color: #283b5c;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 73px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  display: block;
}

.txtcontacto {
  color: #283b5c;
  text-align: center;
  background-color: #ffffff7d;
  margin-top: 17px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.field {
  background-color: #fff;
  border: 1px solid #fff;
}

.call {
  background-color: #283b5c;
  padding-top: 38px;
  padding-bottom: 39px;
}

.txtcall {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.info {
  box-shadow: none;
  background-color: #fff;
  margin-top: 0;
  padding-top: 46px;
  padding-bottom: 37px;
}

.txtinfo {
  color: #283b5c;
  text-align: center;
  border-bottom-style: solid;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.imginfo {
  margin-left: 79px;
  top: 0;
  left: 94px;
  right: 59px;
}

.footer {
  background-color: #000c;
}

.txtfooter {
  color: #fff;
  background-image: url('../images/firewall12.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin-top: 26px;
  margin-bottom: 23px;
  margin-left: 0;
  padding-left: 26px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.unorder {
  padding-left: 0;
}

.form {
  background-color: #ffffff57;
  margin-bottom: 0;
  padding: 20px;
}

.div {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 19px 10px 25px;
}

.div:hover {
  background-color: #e3e3e3;
}

.slider {
  height: 200px;
}

.txtinfo2 {
  color: #283b5c;
  text-align: justify;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.tusclicks {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tscl {
  color: #adadad;
  text-decoration: none;
}

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

.callmv {
  border: 0px solid var(--deep-sky-blue-2);
  background-color: #c89f65;
  padding-top: 30px;
  padding-bottom: 30px;
  position: static;
}

.callmv.sss {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 0;
  line-height: 0;
}

.txtcallmv {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
}

.txtcallmv.dew34 {
  text-align: left;
  margin-bottom: 26px;
  font-size: 29px;
}

.txtcallmv.title-footer {
  margin-bottom: 66px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 49px;
  line-height: 45px;
}

.header-es {
  background-image: linear-gradient(120deg, #000000d1, #19191aa1), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 761px;
}

.header-es.rt5678 {
  height: 549px;
}

.image {
  width: 253px;
}

.image.logo-ac {
  width: 35%;
  margin-top: 11px;
}

.title-banner-es {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 185px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.title-banner-es.tb-ac {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #00000057;
  margin-top: 0;
  font-size: 41px;
  line-height: 50px;
}

.title-banner-es.tb-ac.title-gracias-ag {
  margin-top: 113px;
  font-size: 34px;
}

.title-banner-es.tb-ac.fr567 {
  margin-top: 106px;
}

.btn-form-es {
  letter-spacing: 2px;
  background-image: linear-gradient(315deg, #1a8526, #16cc2a);
  width: 100%;
  font-size: 16px;
}

.btn-form-es.btn-form-ag {
  background-color: var(--amarillo);
  letter-spacing: 0;
  background-image: none;
  border-radius: 9px;
  width: 100%;
  font-size: 16px;
  line-height: 33px;
}

.btn-form-es.btn-form-ag:hover {
  background-color: #b48440;
}

.form-2 {
  float: right;
  letter-spacing: 1px;
  background-image: none;
  border: 2px #fff;
  border-radius: 9px;
  width: 101%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 30px;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #1f942c;
  border-bottom: 2px solid #064d0d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 43px;
}

.heading.hf-ac {
  background-color: #000;
  border-bottom-color: #1e2768;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.heading-2 {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.heading-3 {
  color: var(--white);
  text-align: right;
  border-bottom: 1px #ffffff4f;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.text-field, .text-field-2, .text-field-3 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}

.textarea {
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
}

.nostros-es {
  background-color: #1b1919;
  padding-top: 66px;
  padding-bottom: 60px;
}

.nostros-es.ghyuoo, .nostros-es.rtt67899 {
  background-color: #000;
}

.heading-5 {
  color: #fff;
  background-image: url('../images/casa-grande-estilo-edificio.png'), linear-gradient(to right, #12721d 24%, #11b122 24%);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 37px, auto;
  border-bottom: 2px solid #0f6d19;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 61px;
  font-size: 20px;
  font-weight: 400;
}

.heading-5.industrias-es {
  background-image: url('../images/fabrica.png'), linear-gradient(to right, #12721d 24%, #11b122 24%);
  background-size: 32px, auto;
  border-bottom: 2px solid #0f6d19;
  font-size: 17px;
}

.heading-5.industrias-es.colegios-es {
  background-image: url('../images/escuela.png'), linear-gradient(to right, #12721d 24%, #11b122 24%);
  background-size: 33px, auto;
}

.heading-5.industrias-es.colegios-es.cloe {
  border-bottom-color: var(--red-2);
  background-image: url('../images/escuela.png'), linear-gradient(to right, var(--red-2) 24%, #992429 24%);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 33px, auto;
}

.heading-5.industrias-es.hoteles-es {
  background-image: url('../images/hotel.png'), linear-gradient(to right, #12721d 24%, #11b122 24%);
  background-size: 32px, auto;
}

.heading-5.industrias-es.hoteles-es.feh {
  border-bottom-color: var(--red-2);
  background-image: url('../images/hotel.png'), linear-gradient(to right, var(--red-2) 24%, #992429 24%);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
}

.heading-5.industrias-es.serv-items {
  border-bottom-color: var(--red-2);
  background-image: url('../images/fabrica.png'), linear-gradient(to right, var(--red-2) 24%, #008bce 24%, #992429 24%);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
}

.heading-5.retaailes {
  background-image: url('../images/etiqueta.png'), linear-gradient(to right, #12721d 24%, #11b122 24%);
  background-size: 37px, auto;
}

.heading-5.retaailes.reatil {
  border-bottom-color: var(--red-2);
  background-image: url('../images/etiqueta.png'), linear-gradient(to right, var(--red-2) 25%, #992429 25%);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 37px, auto;
  font-size: 17px;
}

.heading-5.edificios-es {
  background-image: url('../images/horizonte.png'), linear-gradient(to right, #12721d 24%, #11b122 24%);
  background-size: 33px, auto;
}

.heading-5.edificios-es.edi {
  border-bottom-color: var(--red-2);
  background-image: url('../images/horizonte.png'), linear-gradient(to right, var(--red-2) 24%, #992429 24%);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 33px, auto;
  font-size: 17px;
}

.heading-5.constructora-es {
  background-image: url('../images/grua.png'), linear-gradient(to right, #12721d 24%, #11b122 24%);
  background-size: 37px, auto;
}

.heading-5.constructora-es.ctrf {
  border-bottom-color: var(--red-2);
  background-image: url('../images/grua.png'), linear-gradient(to right, var(--red-2) 24%, #992429 24%);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 37px, auto;
  font-size: 17px;
}

.heading-5.eventos-es {
  background-image: url('../images/abastecimiento.png'), linear-gradient(to right, #12721d 24%, #11b122 24%);
  background-size: 33px, auto;
}

.heading-5.eventos-es.ecvt {
  border-bottom-color: var(--red-2);
  background-image: url('../images/abastecimiento.png'), linear-gradient(to right, var(--red-2) 24%, #992429 24%);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 33px, auto;
  font-size: 17px;
}

.heading-5.serv-items.cond {
  border-bottom-color: var(--red-2);
  background-image: url('../images/casa-grande-estilo-edificio.png'), linear-gradient(to right, #df131c 14%, var(--red-2) 24%, #992429 24%);
  background-position: 10px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 37px, auto;
  font-size: 17px;
}

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

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

.heading-6 {
  box-shadow: none;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #1f932c;
  padding-bottom: 11px;
  font-weight: 400;
}

.heading-6.titlepersonal-es {
  margin-bottom: 11px;
}

.heading-6.titlepersonal-es.sded {
  border-bottom-color: var(--dark-slate-blue-3);
}

.heading-6.title-ser {
  border-bottom-style: none;
  border-bottom-color: var(--dark-slate-blue-3);
  color: var(--amarillo);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-size: 33px;
  font-weight: 700;
  line-height: 38px;
}

.heading-6.title-ser.fdfr5 {
  color: var(--midnight-blue);
  letter-spacing: 0;
  margin-top: 76px;
  font-size: 27px;
  font-weight: 600;
}

.heading-6.title-ser.d {
  text-align: left;
}

.text-block {
  color: #fff;
  text-align: justify;
  letter-spacing: 0;
  margin-top: 21px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 25px;
}

.text-block.sdef {
  text-align: center;
  margin-bottom: 57px;
}

.text-block.ddadadadad {
  margin-top: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block._2121 {
  margin-bottom: 87px;
}

.slider-servicios-es {
  background-color: #0000;
  width: auto;
  height: 352px;
  margin-top: 19px;
}

.slide {
  background-image: url('../images/c2483d7d-689c-499a-980d-04df11ee4127.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/camara-portada.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/555fc608-a320-4e6a-9439-8926d7550879.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/5cb56a9b-64ea-43ef-b19d-35bac84f1c70.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-6 {
  background-image: url('../images/guardia-de-seguridad-1.png');
  background-position: 50%;
  background-size: cover;
}

.image-2 {
  width: 23%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -12px;
  left: 0;
  right: 0;
}

.icon {
  margin-left: 47px;
  margin-right: 2px;
}

.icon-2 {
  margin-left: 0;
  margin-right: 47px;
}

.quienes-somos-es {
  background-image: linear-gradient(#00000080, #00000080), url('../images/esco.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.quienes-somos-es.qs-ag {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/Diseño-sin-título.jpg');
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.paragraph {
  color: #fff;
  text-align: justify;
  margin-bottom: 36px;
  font-size: 17px;
  font-style: italic;
  line-height: 22px;
}

.heading-7 {
  color: #fff;
  letter-spacing: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 26px;
  padding-bottom: 7px;
  font-size: 30px;
  font-weight: 500;
}

.heading-7.ss {
  text-align: center;
  border-bottom-style: none;
  margin-bottom: 45px;
  font-size: 45px;
}

.section {
  background-color: #1b1919;
  padding-top: 100px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-8 {
  text-align: right;
  letter-spacing: 1px;
  background-image: url('../images/policia.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 64px;
  padding-top: 53px;
  font-size: 19px;
  font-weight: 500;
  line-height: 65px;
}

.heading-8.pers3-es {
  text-align: left;
  background-image: url('../images/grave.svg');
  background-position: 0 0;
  background-size: 61px;
}

.heading-8.pers3-es.dfrr {
  background-image: url('../images/pulgares-hacia-arriba.svg');
  background-size: 61px;
  margin-top: 56px;
}

.heading-8.dfree {
  background-image: url('../images/capacitacion.svg');
  background-size: 62px;
  margin-top: 47px;
}

.paragraph-2 {
  text-align: right;
  font-weight: 500;
}

.paragraph-2.parradr {
  text-align: left;
}

.footer-es {
  background-image: linear-gradient(270deg, #3a373799 60%, #272626ba 60%), linear-gradient(#000000c9, #000000c9);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  border-top: 2px solid #1f932cc2;
  border-bottom: 2px solid #1f932c;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-es.aseww {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/original.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top-width: 0;
  border-bottom-width: 0;
}

.heading-9 {
  color: #fff;
  background-image: url('../images/facebook-marcador-de-posicion-para-ubicar-lugares-en-mapas.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 36px;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.heading-9.direccion-es {
  color: #fff;
  background-image: url('../images/icon.png');
  background-size: 25px;
  margin-top: 0;
  font-size: 18px;
}

.heading-9.direccion-es.email-es {
  background-image: url('../images/email-sobre-cerrado-lleno.png');
  background-size: 25px;
}

.image-4 {
  float: none;
  width: 319px;
  display: block;
}

.image-4.logo-fpooer {
  float: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.column-3 {
  padding-right: 20px;
}

.link-3, .fono {
  color: #fff;
  text-decoration: none;
}

.text-field-4 {
  text-align: center;
  font-size: 16px;
}

.bodyla {
  background-image: url('../images/ban_1.jpg');
  background-attachment: scroll;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 16px;
}

.bodyla.bodyla2 {
  background-image: url('../images/ban2.jpg');
}

.bodyla.bodyla2.bodyla3 {
  background-image: url('../images/ban_2.jpg');
  background-position: 0 -42px;
}

.headla {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}

.banla {
  padding-bottom: 30px;
  padding-left: 50px;
}

.txtbanla {
  color: #063d84;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 50px;
  padding-left: 10px;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 40px;
}

.txtbanla.txtbanla22 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  padding-left: 80px;
  font-size: 28px;
  line-height: 28px;
}

.txtbanla.txtbanla22.txtcer2 {
  color: #ff6417;
  text-align: center;
  padding-left: 0;
}

.txtbanla.txtbanla22.txgracla {
  margin-bottom: 100px;
  padding-left: 0;
}

.txtbanla.txtgraclax {
  margin-top: 20px;
  margin-bottom: 100px;
}

.txtbanla2 {
  color: #ff6417;
  text-align: center;
  letter-spacing: -3px;
  font-family: Open Sans, sans-serif;
  font-size: 110px;
  font-weight: 800;
  line-height: 80px;
}

.fieldla {
  text-align: center;
}

.formla {
  background-color: #063d84;
  margin-top: 20px;
  padding: 15px;
}

.btnenviarla {
  background-color: #ff6417;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  display: block;
}

.infola {
  background-color: #fff;
  padding: 100px 50px;
}

.infola.infola2 {
  background-image: url('../images/cctv-1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.infola.infola2.infola22 {
  background-image: url('../images/02.jpg');
  background-position: 1px -39px;
}

.infola.infola3 {
  background-color: #ececec;
  padding-bottom: 50px;
}

.txtinfola {
  color: #063d84;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.txtinfola.txtinfola22 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

.txtinfola2 {
  color: #ff6417;
}

.txtlistla {
  background-image: url('../images/tick-inside-circle.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.button-3 {
  text-align: center;
  background-color: #063d84;
  width: 60%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.divla {
  text-align: center;
}

.txtinfoa3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.rowla {
  margin-bottom: 30px;
}

.txtfotla {
  color: #063d84;
  text-align: left;
  background-image: url('../images/telephone.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.txtfotla.txtfotla2 {
  background-image: url('../images/black-back-closed-envelope-shape.png');
  background-size: 30px;
}

.txtfotla.txtfotla3 {
  background-image: url('../images/maps-and-flags_1.png');
  background-size: 30px;
}

.txtfotla.txtfotla1 {
  color: #fff;
  margin-top: 32px;
}

.subfotla {
  background-color: var(--chocolate);
  padding: 30px 50px;
}

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

.linkla2 {
  color: #063d84;
  text-decoration: none;
}

.image-6 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  background-image: none;
}

.body-2.b-ac {
  font-family: Montserrat, sans-serif;
}

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

.ti-b-ac {
  color: var(--amarillo);
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #0000003b;
  margin-top: 55px;
  margin-bottom: 9px;
  font-size: 27px;
  font-weight: 600;
}

.subtitle-ag {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #00000091;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.subtitle-ag.sub-gracias-ag {
  font-size: 22px;
}

.btn-banner-agc {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  width: 40%;
  transition: background-color .2s;
}

.btn-banner-agc:hover {
  background-color: var(--white);
  color: #383636;
}

.btn-banner-agc.btn-call2-ag {
  width: 100%;
}

.btn-banner-agc.btn-contact-ag {
  width: 63%;
}

.text-ser-call {
  color: #000;
  border: 0 solid #fff;
  font-weight: 700;
  line-height: 44px;
}

.text-ser-call.sdsssd {
  padding-top: 0;
  padding-bottom: 0;
}

.text-ser-call.fdf {
  padding-top: 0;
  padding-bottom: 30px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

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

.link-12 {
  color: var(--white);
  text-decoration: none;
}

.bodyns {
  background-image: url('../images/ban_3.jpg');
  font-family: Oswald, sans-serif;
}

.headns {
  padding: 10px 100px;
}

.banns {
  padding: 70px 100px 100px;
}

.txtbanns {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.txtbanns2 {
  color: var(--yellow);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.txtbanns2.txtbanns22 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
}

.colns {
  text-align: center;
}

.btnenviarns {
  background-color: var(--yellow);
  color: #000;
  width: 100%;
}

.formns {
  background-color: #000000b8;
  margin-top: 30px;
  padding: 15px;
}

.infons {
  background-color: #fff;
  padding: 100px;
}

.txtinfons {
  color: var(--yellow);
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
  margin-top: 80px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.txtinfons.txtinfo-n2 {
  color: #000;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
}

.txtns {
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}

.button-4 {
  color: var(--yellow);
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 100px;
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}

.button-4.btnn2 {
  background-color: var(--yellow);
  color: #000;
}

.callns {
  background-color: #000;
  padding: 50px 100px;
}

.callns.fotns {
  background-image: linear-gradient(to top, #000c, #000), url('../images/fot.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.txtcallns {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 15px;
  font-family: Anton, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.txtcallns2 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

.txtfotns {
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
  line-height: 25px;
}

.rowns {
  margin-top: 25px;
}

.linkns {
  color: var(--white);
  text-decoration: none;
}

.htmlns {
  margin-bottom: -5px;
}

.txtheadns {
  color: #fff;
  background-image: url('../images/call-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 28px;
  margin-top: 40px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 30px;
}

.txtheadns.txtheadns2 {
  background-image: url('../images/mail-3.png');
}

.txtservns {
  font-size: 17px;
  font-weight: 700;
}

.rowns2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.whatsapp-gs {
  z-index: 100;
  text-align: center;
  letter-spacing: 2px;
  object-fit: fill;
  background-color: #0dc152;
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 100px;
  width: 22%;
  margin-bottom: 17px;
  margin-left: 20px;
  line-height: 27px;
  transition: box-shadow .2s;
  display: inline-block;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 3px 3px 8px -2px #00000078;
}

.whatsapp-gs:hover {
  background-color: #0db64e;
  margin-bottom: 17px;
  box-shadow: 5px 5px 12px #00000078;
}

.headar {
  padding-left: 50px;
  padding-right: 50px;
}

.txtfonoar {
  color: #fff;
  text-align: center;
  background-image: url('../images/telefono-antiguo.png');
  background-position: 29%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 14px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
}

.txtfonoar.text-head-correp {
  background-image: url('../images/email-sobre-cerrado-lleno.png');
  background-position: 28%;
  background-size: contain;
}

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

.textarea-2 {
  text-align: center;
}

.txtbanar {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.txtbanar.title-banner-fg {
  font-size: 80px;
}

.txtbanar.title-banner-fg.gracias-ytytyt {
  font-size: 64px;
}

.banar {
  padding-left: 50px;
  padding-right: 50px;
}

.banar.bgsg {
  padding-bottom: 86px;
}

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

.div-form-fg {
  background-color: #fff;
  width: 80%;
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 4px 12px #00000078;
}

.btn-form-fg {
  letter-spacing: 3px;
  background-color: #2a338c;
  width: 100%;
}

.txtbanar2 {
  color: #1b41e3;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.txtbanar2.subtitle-fg {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 33px;
  font-size: 33px;
  line-height: 43px;
}

.txtbanar2.subtitle-fg.stgred {
  letter-spacing: 0;
  font-size: 29px;
}

.infoar {
  background-color: #fff;
  padding: 77px 100px 0;
}

.infoar.deerr {
  padding-bottom: 100px;
}

.text1-title-fg {
  text-align: left;
  letter-spacing: 3px;
  margin-top: 68px;
  font-size: 21px;
}

.text1-title-fg.title-fg-servicios {
  color: #fff;
}

.text1-title-fg.title-fg-servicios.dfrr {
  text-align: center;
}

.txtinfoar {
  color: #2a338c;
  margin-top: 0;
  margin-bottom: 55px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.txtinfoar.title-fg-pag {
  text-transform: uppercase;
  font-size: 56px;
  line-height: 63px;
}

.txtinfoae2 {
  text-align: justify;
}

.txtinfoae2.txt-nosotros-fg {
  letter-spacing: 1px;
  margin-bottom: 21px;
  font-size: 15px;
  line-height: 23px;
}

.btncontar {
  letter-spacing: 2px;
  background-color: #2a338c;
  width: auto;
  margin-top: 30px;
  padding-left: 34px;
  padding-right: 35px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 28px;
  transition: background-color .2s;
}

.btncontar:hover {
  background-color: #1b215c;
}

.btncontar.btncontar2 {
  color: #2a338c;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  transition-duration: .5s;
  display: block;
}

.btncontar.btncontar2:hover {
  color: var(--white);
  background-color: #0f165c;
}

.callar {
  background-color: #2a338c;
  padding: 50px 100px;
}

.txtcallar2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.txtcallar2.derrt {
  font-size: 38px;
  font-weight: 400;
  line-height: 49px;
}

.txtcallar2.der44 {
  font-size: 51px;
  line-height: 60px;
}

.txtcallar {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
}

.txtcallar.txt-call1-fg {
  letter-spacing: 0;
  font-size: 57px;
  font-weight: 700;
  line-height: 75px;
}

.txtcallar.txt-call1-fg.hjyuu {
  margin-bottom: 57px;
}

.image-7 {
  margin-bottom: 23px;
}

.section-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/aservint-banner-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-servicios-fg {
  color: #fff;
  margin-bottom: 78px;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

.column-11 {
  padding-right: 69px;
}

.txtservar {
  background-image: url('../images/checked-1.png');
  background-position: 0 14%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 14px;
  padding-left: 30px;
  line-height: 25px;
}

.image-8 {
  border: 7px solid #fff;
  width: 82%;
  max-width: none;
  box-shadow: 0 -3px 7px 1px #0000003b;
}

.txtfootermv {
  color: #d14e00;
  margin-top: 30px;
}

.txtfootermv.tutututu {
  color: #3daee2;
  margin-top: 18px;
  font-size: 18px;
}

.txtfootermv.tutututu.dfrrrrr {
  margin-top: 39px;
}

.txtfootermv.txtfootermv2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 24px;
}

.callmv-2 {
  background-color: #000;
  border: 0 solid #3daee2;
  padding-top: 30px;
  padding-bottom: 30px;
}

.callmv-2.footermv {
  background-color: #201f1f;
  padding-top: 71px;
}

.column-13 {
  border-right: 1px solid #ffffffa3;
}

.logo-footer-fg {
  margin-top: 41px;
}

.embmv {
  margin-top: 33px;
}

.body-3 {
  background-image: url('../images/ban.jpg');
}

.whatsapp-gs-2 {
  z-index: 100;
  text-align: center;
  letter-spacing: 0;
  object-fit: fill;
  background-color: #0dc152;
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100px;
  width: 19%;
  margin-bottom: 17px;
  margin-left: 20px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 27px;
  transition: box-shadow .2s;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 3px 3px 8px -2px #00000078;
}

.whatsapp-gs-2:hover {
  background-color: #0db64e;
  margin-bottom: 17px;
  box-shadow: 5px 5px 12px #00000078;
}

.whatsapp-gs-2.whatsapp-fm {
  width: 18%;
}

.whatsapp-gs-2.whatsapp-fm.wagc {
  margin-left: 0;
  margin-right: 20px;
  inset: auto 0% 0% auto;
}

.body-4, .body-5 {
  background-image: none;
}

.bodyop {
  background-image: none;
  font-family: Montserrat, sans-serif;
}

.headop {
  background-color: #fff;
  padding-left: 100px;
  padding-right: 100px;
}

.txtbanop {
  color: var(--gold-2);
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.txtbanop2 {
  color: #fff;
  font-family: Anton, sans-serif;
  font-size: 62px;
  line-height: 65px;
}

.banop {
  background-image: url('../images/ban_4.jpg');
  background-position: 50%;
  background-size: auto;
  padding: 100px;
}

.formop {
  background-color: var(--gold-2);
  margin-top: 30px;
  padding: 9px;
}

.txtescrop {
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.btnenvop {
  background-color: #000;
  width: 100%;
}

.infoop {
  background-color: #fff;
  padding: 100px;
}

.infoop.infop2 {
  -webkit-text-fill-color: inherit;
  background-color: #f0f0f0;
  background-clip: border-box;
}

.txtinfoop {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.colsepop {
  border-top: 5px solid var(--gold-2);
  margin-bottom: 50px;
}

.txtip2 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.button-5 {
  background-color: var(--gold-2);
  text-align: center;
  border-radius: 100px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 31px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.button-5.btnop2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rowop {
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 11px #0000004d;
}

.column-17 {
  padding-left: 0;
}

.callop {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Seguridad1-1440x564_c.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 100px;
}

.txtcallop {
  color: #fff;
  text-align: center;
  margin-bottom: 13px;
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.txtcallop2 {
  color: var(--gold-2);
  text-align: center;
  font-size: 25px;
}

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

.fotop {
  background-color: #333;
  padding: 50px 100px;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 30px;
}

.txtfonoop {
  color: #fff;
  background-image: url('../images/whatsapp.png');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 35px;
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.txtfonoop.txtfonop2 {
  background-image: url('../images/i2_1.png');
}

.txtfonoop.txtfonop3 {
  background-image: url('../images/i3_1.png');
}

.linkop {
  color: var(--white);
  text-decoration: none;
}

.linkop.linkop2 {
  color: #000;
}

.colop2 {
  padding-top: 40px;
}

.column-18 {
  text-align: center;
  padding-left: 50px;
}

.columns {
  margin-bottom: 0;
}

.bodyse {
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/ban_5.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
}

.headse {
  padding-left: 100px;
  padding-right: 100px;
}

.infose {
  padding: 100px 100px 50px;
}

.txtbanse {
  color: #fff;
  text-align: center;
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.txtbanse.txtbanse2 {
  color: var(--goldenrod);
  font-size: 44px;
}

.formse {
  background-color: var(--goldenrod);
  margin-top: 40px;
  padding: 10px;
}

.txtescrse {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.btnenviarse {
  background-color: #000;
  width: 100%;
}

.txtheadse {
  background-image: url('../images/i1_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 40px;
  margin-left: 25px;
  padding-left: 30px;
}

.txtheadse.txtheadse2 {
  background-image: url('../images/i3_2.png');
  margin-top: 15px;
}

.txtheadse.fotse2 {
  background-image: url('../images/i3_2.png');
}

.txtheadse.txtfotse3 {
  background-image: url('../images/i2_2.png');
}

.linkse {
  color: #fff;
  width: auto;
  font-size: 18px;
  text-decoration: none;
}

.infoseg {
  background-color: #fff;
  padding: 100px;
}

.txtinfose {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Anton, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.txtserse {
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 20px;
}

.button-6 {
  background-color: var(--goldenrod);
  text-align: center;
  border-radius: 100px;
  width: 90%;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.button-6.btnse {
  width: 40%;
  margin-top: 30px;
}

.list {
  margin-top: 10px;
  padding-left: 15px;
}

.rowse {
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 4px 4px 3px #00000042;
}

.callse {
  background-color: var(--goldenrod);
  padding: 100px;
}

.divse {
  text-align: center;
}

.txtdivse {
  color: #000;
  margin-top: 15px;
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.fotse {
  background-color: #333;
  padding: 50px 100px;
}

.htmlse {
  margin-top: 30px;
}

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

.column-19 {
  background-color: #0a397f00;
  margin-top: 0;
  padding: 0;
}

.div-block {
  background-color: var(--gold-2);
  padding: 20px 10px;
}

.text-block-6 {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.body-6 {
  background-image: linear-gradient(to right, #ffffff70 22%, #fff0 78%), url('../images/ban_6.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
}

.headta {
  padding-left: 0;
}

.text-block-7 {
  color: var(--dodger-blue);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 71px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 45px;
}

.text-block-8 {
  color: var(--royal-blue);
  text-align: center;
  text-shadow: 2px 2px 1px #0000008c;
  font-family: Anton, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 70px;
}

.text-block-8.tx6trgad {
  margin-bottom: 100px;
}

.button-7 {
  background-color: var(--dodger-blue);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 100px;
  width: 90%;
  margin: 30px auto;
  font-size: 18px;
  font-weight: 900;
  display: block;
}

.formta {
  background-color: #1665a8c4;
  margin-bottom: 50px;
  padding: 10px;
}

.btnenviarta {
  background-color: var(--dodger-blue);
  width: 100%;
}

.txtehad1 {
  color: #333;
  background-image: url('../images/i1_2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.txtehad1.txthead2 {
  background-image: url('../images/i2_3.png');
  margin-top: 10px;
}

.txtehad1.txthead2.txtfotts1, .txtehad1.txtfotta {
  margin-top: 32px;
}

.linkta {
  color: #333;
  text-decoration: none;
}

.linkta.linkta2 {
  color: #fff;
}

.infota {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.infota.infota2 {
  background-color: #f1f1f1;
}

.txtinfota {
  color: var(--royal-blue);
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.txtinfota.txtinfota22 {
  color: var(--dodger-blue);
  margin-top: -18px;
  font-size: 23px;
  line-height: 25px;
}

.divta {
  text-align: center;
}

.txtdivta {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.divta1 {
  background-image: url('../images/s1_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 311px;
  padding: 20px;
}

.divta1.divta22 {
  background-image: url('../images/s2_2.jpg');
}

.divta1.divta22.divta4 {
  background-image: url('../images/s4_1.jpg');
}

.divta1.divta3 {
  background-image: url('../images/s3_1.jpg');
}

.divtata {
  background-color: #ffffffe3;
  width: auto;
  margin-top: 136px;
  padding: 8px;
}

.txt111 {
  color: var(--dodger-blue);
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}

.rowta {
  margin-bottom: 20px;
}

.liustta {
  margin-bottom: 10px;
}

.fotta {
  background-color: #333;
  padding: 50px 100px;
}

.htmlta {
  margin-top: 30px;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #353535;
  background-color: #e9e9e9;
  flex-direction: column;
  place-content: stretch center;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 0;
  padding: 21px 20px 20px;
  display: flex;
}

.div-block-2.wqe {
  padding-bottom: 124px;
}

.text-block-9 {
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 19px;
  margin-right: 7px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.text-block-10 {
  text-align: justify;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.image-9 {
  text-align: center;
  margin-bottom: 21px;
}

.image-9.reside {
  width: 357px;
}

.body-7 {
  color: #313131;
  background-image: none;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.contact-header-ic {
  color: #3d5b96;
  text-align: center;
  letter-spacing: 3px;
  background-image: url('../images/manija-de-telefono-silueta_1manija-de-telefono-silueta.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 23px;
  font-size: 13px;
}

.contact-header-ic.hf-pr {
  color: #000;
  background-image: url('../images/telefono_1telefono.png');
}

.contact-header-ic.hf-pr.hc-serv {
  letter-spacing: 1px;
  background-image: url('../images/phone_1phone.png');
  margin-top: 12px;
}

.contact-header-ic.hf-pr.hc-serv.fgvg {
  background-image: url('../images/phone-call.svg');
}

.contact-header-ic.contact-env {
  color: #fff;
  background-image: url('../images/correo_2correo.png');
}

.contact-header-ic.contact-env.h-m-pr {
  color: #000;
  background-image: url('../images/correo_1correo.png');
}

.contact-header-ic.contact-env.h-m-pr.hm-cser {
  letter-spacing: 1px;
  background-image: url('../images/multimedia_1multimedia.png');
  margin-top: 12px;
}

.contact-header-ic.contact-env.h-m-pr.hm-cser.fvc3 {
  background-image: url('../images/envelope.svg');
}

.contact-header-ic.contact-env.h-m-pr.hm-cser.fvc3.frty {
  background-image: url('../images/red-mundial-1.svg');
}

.item-contact {
  color: #862828;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
}

.link-94 {
  color: #333;
  text-decoration: none;
}

.header-ic {
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 17px;
}

.column-102 {
  margin-top: 0;
}

.columns-19 {
  align-items: center;
  display: flex;
}

.link-72 {
  color: #464646;
  text-decoration: none;
}

.column-92 {
  padding-left: 62px;
}

.column-95 {
  text-align: center;
  padding-right: 137px;
}

.text-block-212 {
  color: #2e3970;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 2px 2px 15px #00000078;
  margin-top: 171px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-212.hy789 {
  color: #fff;
  margin-top: 143px;
}

.text-block-212.cvg67 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 43px;
}

.text-block-212.cvg67.ui890 {
  border-left: 6px solid var(--tomato);
  text-align: left;
  margin-top: 140px;
  margin-bottom: 26px;
  padding-left: 24px;
  font-size: 61px;
  font-style: italic;
  font-weight: 800;
  line-height: 60px;
}

.container-pg {
  max-width: 86%;
}

.section-29 {
  background-image: linear-gradient(263deg, #0000, #fff), url('../images/technician-plumber-using-wrench-to-repair-water-pipe-under-the-sink.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: auto;
  padding-bottom: 80px;
}

.section-29.gt678 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/repair-of-gas-boiler.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-29.gt678.byu {
  background-image: linear-gradient(#00000080, #00000080), url('../images/back-view-man-holding-building-plans.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-29.gt678.byu.d457u {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/famaci_049-e1661818165333.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-29.gt678.byu.d457u.f6709 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/stone-texture.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.submit-button-17 {
  background-color: #476892;
  border-radius: 7px;
  width: 100%;
  padding-left: 26px;
  font-size: 13px;
}

.submit-button-17:hover {
  background-color: #2f496b;
}

.submit-button-17.vc23 {
  background-color: #e32d15;
}

.submit-button-17.vc23:hover {
  background-color: #b12411;
}

.submit-button-17.cvfr578 {
  background-color: #00408c;
}

.submit-button-17.cvfr578:hover {
  background-color: #033eb3;
}

.submit-button-17.cvfr578.f678 {
  background-color: var(--red);
}

.button-25 {
  text-align: center;
  background-color: #384482;
  border-radius: 8px;
  width: 71%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  transition: background-color .5s;
  display: block;
}

.button-25:hover {
  background-color: #1c275f;
}

.button-25.hjui {
  background-color: #476892;
  width: 46%;
}

.button-25.hjui:hover {
  background-color: #2b507f;
}

.button-25.hjui.vfr56 {
  background-color: #fb0001;
  width: 40%;
}

.button-25.hjui.vfr56:hover {
  background-color: #c00e0e;
}

.button-25.hjui.vfr56.fg6789 {
  width: 100%;
  margin-top: 0;
  font-weight: 600;
}

.button-25.hjui.vfr56.u890 {
  margin-left: 0;
  margin-right: auto;
}

.text-block-133 {
  color: #fff;
  text-align: center;
  margin-bottom: 9px;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}

.text-field-6 {
  text-align: center;
  border-radius: 0;
}

.div-block-24 {
  background-color: #384482bf;
  border-left: 6px #00064154;
  border-radius: 8px;
  width: 83%;
  min-height: 300px;
  margin-top: 102px;
  padding: 25px 30px 20px;
}

.div-block-24.u789 {
  background-color: #2f3aa3c7;
}

.div-block-24.u789.hyui {
  background-color: #00000063;
}

.section-30 {
  background-color: #494949;
  background-image: linear-gradient(#00000080, #00000080), url('../images/black-wall-scary-for-background-dark-wall-halloween-background-concept-horror-concrete-texture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-content-producto {
  background-color: #fff;
  border-radius: 0 0 9px 9px;
  flex-direction: column;
  justify-content: space-between;
  height: 838px;
  padding: 30px 20px;
  display: flex;
}

.text-block-213 {
  background-color: var(--tomato);
  color: #fff;
  text-align: center;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  padding-top: 12px;
  padding-bottom: 11px;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-214 {
  color: #fea001;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

.text-block-215 {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 25px;
}

.columns-20 {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.text-block-216 {
  color: var(--tomato);
  text-align: left;
  background-color: #0000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

.button-26 {
  width: auto;
}

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

.container-li {
  max-width: 75%;
}

.section-15 {
  background-color: #f6b54f;
  background-image: linear-gradient(#f6b54fe8, #f6b54fe8), url('../images/BONES.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-top: 26px;
  padding-bottom: 27px;
}

.section-15.hyu789 {
  background-color: #313131;
  background-image: none;
  padding-top: 53px;
  padding-bottom: 34px;
}

.section-15.hyu789.u8ok {
  background-color: #000;
}

.form-3 {
  text-align: center;
}

.submit-button-10 {
  letter-spacing: 2px;
  background-color: #00bbe7;
  width: 100%;
}

.submit-button-10.hju89 {
  background-color: #e32d15;
  border-radius: 7px;
  width: 33%;
}

.txttabhu {
  color: #ea821e;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.txttabhu.frt56 {
  color: #9c4824;
  text-align: center;
  margin-bottom: 11px;
}

.txttabhu.frt56.tyu8 {
  color: #535353;
}

.txttabhu.frt56.tyu8.yui {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 500;
}

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

.section-31 {
  background-color: var(--tomato);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-31.gb654l {
  height: 350px;
}

.text-block-218 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 43px;
  font-style: italic;
  font-weight: 800;
  line-height: 52px;
}

.text-block-218.hy890 {
  margin-top: 86px;
}

.text-block-219 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 47px;
  font-weight: 800;
  line-height: 55px;
}

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

.text-block-33 {
  color: #fff;
  background-image: url('../images/maps-and-flags_2maps-and-flags.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 17px;
  padding-left: 31px;
  line-height: 26px;
}

.text-block-33.txt-email-v {
  background-image: url('../images/close-envelope_1close-envelope.png');
  background-size: 22px;
  font-size: 15px;
}

.text-block-220 {
  color: #fff;
  text-align: left;
  margin-bottom: 26px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.column-155 {
  border-right: 1px solid #00000059;
  height: 201px;
  padding-right: 30px;
}

.section-33 {
  background-color: #131313;
  padding-top: 74px;
  padding-bottom: 36px;
}

.column-156 {
  text-align: center;
  border-left: 1px solid #00000063;
  border-right: 0 #00000063;
  height: 201px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.column-154 {
  border-right: 1px #00000063;
  height: 201px;
  padding-left: 39px;
  padding-right: 7px;
}

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

.text-block-34 {
  color: #fff;
  background-image: url('../images/telefono_2telefono.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 14px;
  padding-left: 33px;
  font-size: 15px;
  line-height: 29px;
}

.text-block-34.fr567 {
  background-image: url('../images/red-mundial.svg');
}

.row-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 31px;
  display: block;
}

.text-block-221 {
  color: #fff;
  text-align: left;
}

.div-block-26 {
  background-color: #fff;
  width: 80px;
  height: 4px;
  margin-bottom: 57px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-222 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 25px;
}

.text-block-223 {
  color: var(--goldenrod);
  text-align: center;
}

.link-95 {
  color: #0c0c0c;
  font-weight: 600;
  text-decoration: none;
}

.link-95:hover {
  color: var(--goldenrod);
}

.column-157 {
  align-self: flex-end;
}

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

.text-block-224 {
  color: #fff;
  text-align: center;
  font-size: 23px;
}

.bodyag {
  background-image: url('../images/ban2_1.jpg');
  background-position: 0 0;
  background-size: cover;
  font-family: Playfair Display, sans-serif;
}

.txtlogode {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}

.txtlogode.txtlogode2 {
  color: #fff;
}

.yxyheadde {
  background-image: url('../images/i1_3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 15px;
  padding-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.yxyheadde.txtehdsaa {
  float: none;
  text-align: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.yxyheadde.txtehdsaa._34dff {
  background-image: url('../images/i1_4.png');
}

.yxyheadde.ime {
  background-image: url('../images/i1_4.png');
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 34px auto 10px;
  display: inline-block;
}

.linkde {
  color: #333;
  text-decoration: none;
}

.linkde.linkde2 {
  color: #fff;
}

.section-34 {
  padding-top: 9px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-34.headi {
  background-color: #fff;
}

.bande {
  padding: 50px 100px 0;
}

.bande.bandegr {
  padding-top: 150px;
  padding-bottom: 150px;
}

.txtbande {
  text-align: center;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  line-height: 45px;
}

.text-block-225 {
  color: var(--medium-violet-red);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-block-226 {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-style: italic;
  line-height: 25px;
}

.image-10, .image-10.imgde {
  width: 60px;
}

.image-10.imgde.invme {
  width: 30px;
}

.div-block-27 {
  text-align: center;
  margin-top: 28px;
}

.formde {
  background-color: var(--medium-violet-red);
  border-radius: 10px;
  margin-top: 15px;
  padding: 13px;
}

.field-label {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.submit-button-18 {
  background-color: #333;
  width: 100%;
}

.infode {
  background-color: #fff;
  padding: 100px;
  display: block;
}

.infode.infode22 {
  background-color: var(--midnight-blue-2);
  color: var(--midnight-blue-2);
  background-image: url('../images/645cef4945411538bb776d27_detective-privado-peligros.png');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.infode.ocuu {
  display: none;
}

.txtinfode {
  text-align: center;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
}

.txtinfode._5464 {
  color: #fff;
}

.txttitde {
  margin-top: 22px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.txttitde.invde2 {
  background-image: url('../images/checked.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
  line-height: 30px;
}

.txttitde.invde2._435df {
  color: #fff;
  background-image: none;
  margin-top: 0;
  padding-left: 0;
  font-size: 22px;
}

.text-block-227 {
  text-align: justify;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
}

.text-block-227.xtxtxt {
  font-size: 20px;
}

.text-block-227.fdgdfg {
  color: #fff;
}

.button-27 {
  background-color: var(--medium-violet-red);
  text-align: center;
  border-radius: 100px;
  width: 200px;
  margin-top: 20px;
  font-size: 16px;
}

.button-27.btnde {
  background-color: var(--goldenrod);
}

.button-27.btn2222 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-27.btn2222._54353 {
  background-color: var(--black);
}

.button-27.btnme {
  background-color: var(--midnight-blue-2);
}

.columns-21 {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 13px;
}

.callde {
  background-color: var(--medium-violet-red);
  padding: 50px 100px;
}

.callde.inme {
  background-color: var(--black);
}

.text-block-228 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 45px;
}

.text-block-229 {
  color: #fff;
  text-align: center;
  margin-top: 17px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 25px;
}

.list-item {
  font-size: 20px;
}

.fotde {
  background-color: #333;
  padding: 50px 100px;
}

.html-embed {
  text-align: center;
  margin-top: 30px;
}

.image-11 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-35 {
  background-image: url('../images/ban_7.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 100px;
}

.section-35._445 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.body-8 {
  background-image: none;
  font-family: Poppins, sans-serif;
}

.text-block-230 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-231 {
  color: #fff;
  margin-bottom: 22px;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.text-block-232 {
  color: #fff;
  background-image: url('../images/6400ae633f25d0dd308931b3_checked.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 30px;
}

.form-block {
  background-color: var(--black);
  padding: 12px;
}

.submit-button-19 {
  background-color: var(--goldenrod);
  width: 100%;
}

.columns-22 {
  align-items: center;
  display: flex;
}

.link-block {
  text-align: center;
  background-color: #ffffffd6;
  border-radius: 10px;
  width: 100px;
  padding: 14px;
  text-decoration: none;
  position: fixed;
  inset: auto auto 1% 1%;
  box-shadow: 0 2px 7px #000000b3;
}

.link-block._234sdf {
  inset: auto 1% 1% auto;
}

.text-block-233 {
  color: var(--midnight-blue-2);
  font-weight: 900;
  text-decoration: none;
}

.text-block-233._453rt {
  color: #34b601;
}

.column-159, .column-160 {
  text-align: center;
}

.text-block-234 {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  text-decoration: none;
  display: flex;
}

.text-block-235 {
  font-size: 20px;
}

.sadd {
  font-size: 40px;
  font-weight: 600;
}

.asdadd {
  font-size: 20px;
  line-height: 40px;
}

.text-block-236 {
  color: var(--black);
  font-size: 16px;
  font-weight: 900;
}

.div-block-28 {
  text-align: center;
  padding-top: 21px;
}

.body-9 {
  background-image: none;
  font-family: Montserrat, sans-serif;
}

.section-36 {
  background-color: #546c78;
  padding: 10px 100px;
}

.text-block-237 {
  color: #fff;
  background-image: url('../images/i1_5.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 12px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
}

.text-block-237._45dfg {
  background-image: url('../images/i3_3.png');
  margin-top: 5px;
}

.linkseee {
  color: var(--white);
  text-decoration: none;
}

.linkseee._54rtrt {
  color: var(--dark-slate-blue-4);
}

.section-37 {
  background-image: url('../images/ban_8.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 100px;
}

.text-block-238 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 25px;
}

.text-block-239 {
  color: var(--dark-slate-blue-4);
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.text-block-240 {
  font-size: 20px;
  line-height: 30px;
}

.text-block-241 {
  font-size: 25px;
  line-height: 30px;
}

.button-28 {
  background-color: var(--dark-slate-blue-4);
}

.button-29 {
  background-color: var(--dark-slate-blue-4);
  text-align: center;
  border-radius: 100px;
  width: 300px;
  margin-top: 30px;
  font-size: 18px;
}

.button-29._546fg {
  color: var(--dark-slate-blue-4);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-38 {
  padding: 100px;
}

.section-38._56rtyty {
  background-image: url('../images/banner-home-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section-38._546fgh {
  background-color: #f0f0f0;
}

.text-block-242 {
  color: var(--dark-slate-blue-4);
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.text-block-242._54rtrt {
  color: var(--white);
  text-align: center;
}

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

.list-item-2 {
  font-size: 20px;
  line-height: 25px;
}

.columns-23 {
  align-items: center;
  display: flex;
}

.text-block-243 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.text-block-244 {
  font-size: 22px;
}

.text-block-245 {
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
}

.html-embed-2 {
  text-align: left;
  margin-top: 30px;
}

.heading-10 {
  color: var(--midnight-blue-2);
  text-align: center;
  margin-top: 48px;
  margin-bottom: 20px;
}

.cvu {
  max-width: 86%;
}

.image-12 {
  max-width: 100%;
}

.column-162 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.body-10 {
  color: #2f2f2f;
  background-image: none;
  font-family: Poppins, sans-serif;
}

.container-pr {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1092px;
  display: block;
}

.section-39 {
  color: #fff;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-39.vf678 {
  background-color: #fff;
}

.section-39.vf678.frtyu {
  background-color: var(--chocolate);
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  font-size: 26px;
}

.bold-text-2 {
  color: #fff;
  text-decoration: none;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
}

.flex-block.f678 {
  background-color: var(--white);
  padding: 10px 50px;
}

.text-block-246 {
  background-image: url('../images/llamada-telefonica.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 23px;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

.text-block-246.email-ce {
  background-image: url('../images/sobre.svg');
  font-size: 16px;
}

.text-block-246.wspl {
  background-image: url('../images/whatsapp_1.svg');
  font-size: 16px;
}

.text-block-246.wspl.coree {
  background-image: url('../images/sobre_1.svg');
  font-size: 15px;
}

.text-block-246.bln {
  color: #fff;
  background-image: url('../images/llamada-telefonica_2.svg');
  flex: 0 auto;
  order: 0;
  align-self: center;
  font-size: 16px;
}

.text-block-246.bln.rt67 {
  background-image: url('../images/llamada-telefonica_3.svg');
  flex: 0 auto;
  align-self: auto;
  font-size: 15px;
}

.text-block-246.bln.rt67.gtyu9 {
  background-image: none;
  padding-left: 0;
}

.text-block-246.j890 {
  background-image: url('../images/llamada-telefonica_2.svg');
}

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

.link-97.bln {
  color: #242424;
}

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

.section-40 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2020-04-10-at-16.06.21.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.section-40.dcf {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/ban3.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 550px;
  padding-top: 103px;
  padding-bottom: 26px;
}

.section-40.dcf.bni90 {
  height: 443px;
}

.section-40.dcf.inbder {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/detective-privado-coruña2.jpg');
  background-position: 0 0, 0%;
}

.j {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 50%;
  padding-right: 188px;
  display: flex;
}

.j.flexform {
  color: #3b3b3b;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex: none;
  align-items: stretch;
  width: 34%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
}

.j.ghyu8 {
  flex: 0 auto;
  padding-right: 94px;
}

.text-block-247 {
  color: #fff;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 59px;
}

.text-block-247.vf5678 {
  margin-top: 190px;
  font-size: 60px;
}

.text-block-247.vby8 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-size: 42px;
  line-height: 51px;
}

.text-block-247.vby8.vbnhy {
  line-height: 57px;
}

.text-block-248 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 36px;
}

.flex-block-3 {
  width: 50%;
}

.text-field-7, .text-field-8, .text-field-9, .textarea-3 {
  text-align: left;
  border-radius: 4px;
}

.text-block-249 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 25px;
}

.submit-button-20 {
  background-color: var(--cercoelec);
  border-radius: 5px;
  width: 100%;
}

.button-30 {
  background-color: var(--cercoelec);
  -webkit-text-stroke-color: var(--cercoelec);
  border-radius: 5px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  transition: background-color .4s;
}

.button-30:hover {
  -webkit-text-stroke-color: var(--light-slate-grey);
  background-color: #4aa5c9;
}

.button-30.btn-border {
  background-color: #6dbcdb00;
  border: 1px solid #fff;
}

.button-30.btn-border:hover {
  color: #2f2f2f;
  background-color: #fff;
}

.button-30.btn-border.vr678 {
  color: #1e73be;
  background-color: #fff;
  background-image: url('../images/cursor-1.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 43px;
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 77px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.button-30.nmjio {
  border: 1px solid var(--cercoelec);
  color: #272727;
  background-color: #0070bb00;
}

.button-30.nmjio:hover {
  background-color: var(--cercoelec);
  color: #fff;
}

.button-30.nmjio.ghred {
  background-color: var(--red);
  color: #fff;
  border-style: none;
}

.button-30.nmjio.ghred:hover {
  background-color: var(--chocolate);
}

.div-block-50 {
  text-align: center;
  padding: 30px 20px;
}

.div-block-50.div-serv {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  border: 1px #acacac;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 268px;
  display: flex;
  box-shadow: 0 2px 26px #00000014;
}

.div-block-50.div-serv.vbnuiop {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-50.div-serv.vbnuiop.bhyui {
  background-color: #fff;
  height: 290px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-50.div-serv.v678 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  height: 550px;
}

.div-block-49 {
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
  width: 22%;
  height: 331px;
  margin-bottom: 38px;
  display: block;
  box-shadow: 1px 5px 13px #0000001f;
}

.div-block-49.cfr56 {
  width: 30%;
  height: 560px;
}

.div-block-49.cfr56.div-serv-content {
  height: 412px;
}

.div-block-49.cfr56.dcv {
  width: 100%;
  height: 549px;
  margin-bottom: 0;
}

.div-block-49.cfr56.dcv.lo0p {
  margin-bottom: 0;
}

.text-block-250 {
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  font-weight: 600;
  line-height: 51px;
}

.text-block-250.ghyu7 {
  text-align: left;
  font-size: 37px;
}

.text-block-251 {
  color: #fff;
  text-align: center;
  background-color: #eda700;
  border-radius: 9px 9px 0 0;
  padding: 10px;
  font-size: 19px;
  font-weight: 500;
}

.flex-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  place-content: flex-start space-around;
  align-items: baseline;
  display: flex;
}

.flex-block-4.nhy78 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.text-block-252 {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-252.title-serv-34 {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.text-block-252.b78 {
  margin-bottom: 6px;
  font-size: 17px;
}

.button-31 {
  background-color: #957bc4;
  background-image: url('../images/llamada-telefonica_1.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 200px;
  margin-right: 20px;
  padding-left: 47px;
  padding-right: 36px;
  line-height: 26px;
  transition: background-color .4s;
  box-shadow: 2px 4px 12px #0003;
}

.button-31:hover {
  background-color: #7d62af;
}

.button-31.btn-especialidades {
  background-image: none;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-31.btn-especialidades.vf67yuj {
  background-color: #ca1919;
}

.button-31.btn-especialidades.vf67yuj:hover {
  background-color: #eda700;
}

.div-block-48 {
  background-color: #957bc4;
  width: 80px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-48.bgty {
  background-color: #ca1919;
}

.div-block-48.bgty.liena-celeste {
  background-color: var(--cercoelec);
}

.div-block-48.bgty.liena-celeste.ftyu {
  background-color: var(--red-2);
}

.div-img-especialidad {
  background-image: url('../images/vista-frontal-nino-que-usa-abaco-casa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  height: 180px;
}

.div-img-especialidad.img-masajes {
  background-image: url('../images/masajes-relajante.jpg');
  height: 233px;
}

.div-img-especialidad.img-masajes.fr56y {
  background-image: url('../images/masajes-descontracturante.jpg');
}

.div-img-especialidad.img-masajes.craneal {
  background-image: url('../images/masajes-craneo2.jpg');
}

.div-img-especialidad.img-masajes.msjemixto {
  background-image: url('../images/masajes-piedras.jpg');
}

.div-img-especialidad.img-masajes.mdeportivo {
  background-image: url('../images/masajes-piernas.jpg');
}

.div-img-especialidad.img-masajes.vento {
  background-image: url('../images/masajes-ventosas.jpg');
}

.div-img-especialidad.img-masajes.japo {
  background-image: url('../images/masajes-tai.jpg');
}

.div-img-especialidad.img-masajes.moxi {
  background-image: url('../images/masajes-Moxibustion.jpg');
}

.container-cij {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1164px;
  display: block;
}

.section-78 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-78.fgty778 {
  background-color: #f4f4f4;
}

.paragraph-32 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-32.dv45 {
  margin-bottom: 20px;
}

.section-79 {
  border: 1px solid var(--cercoelec);
  background-color: var(--cercoelec);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-79.gh7890 {
  background-color: var(--chocolate);
  border-style: none;
}

.text-block-253 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 56px;
}

.text-block-253.gt789 {
  margin-bottom: 12px;
  font-size: 37px;
  font-weight: 600;
  line-height: 46px;
}

.text-block-253.gt789.vb78 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 39px;
}

.div-img-ser-ce {
  background-image: url('../images/WhatsApp-Image-2020-04-08-at-18.33.54-scaled.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  height: 190px;
}

.div-img-ser-ce.img2serv {
  background-image: url('../images/WhatsApp-Image-2020-04-08-at-18.34.58-scaled.jpeg');
}

.div-img-ser-ce.img2serv.camrtse {
  background-image: url('../images/2641X1204_Tipos-de-Camaras-scaled.webp');
}

.div-img-ser-ce.imhy678 {
  background-image: url('../images/WhatsApp-Image-2020-04-08-at-18.35.26-scaled.jpeg');
}

.div-img-ser-ce.imhy678.alu {
  background-image: url('../images/60fd8334-316a-46bb-8223-dcc6bea33ac6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-img-ser-ce.imhy678.alu.ilkolp {
  background-image: url('../images/Lamparas-con-paneles-solares-en-Guanajuato.jpg');
}

.div-img-ser-ce.imhy678.alu.etrt {
  background-image: url('../images/ce.jpg');
}

.div-img-ser-ce.imhy678.alu.vpin {
  background-image: url('../images/vpi.jpg');
}

.div-img-ser-ce.vifg {
  background-image: url('../images/Diseño-sin-título_1.jpg');
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.text-block-254 {
  color: #fff;
  text-align: justify;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 25px;
}

.text-block-254.bgh7k {
  text-align: left;
  font-size: 20px;
}

.text-block-254.bgh7k.bnh {
  text-align: justify;
  font-size: 15px;
  line-height: 26px;
}

.cell-6 {
  background-image: url('../images/foto-fachada-cij-web-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  display: flex;
}

.cell-6.gt67n {
  background-image: url('../images/pic40.jpeg');
}

.cell-6.gt67n.e34we {
  background-image: url('../images/WhatsApp-Image-2020-12-10-at-18.23.36-1.jpeg');
}

.cell-6.gt67n.e34we.bnm {
  background-image: url('../images/3e4fa301-da73-4437-9e9c-8ede075364b1.jpg');
  background-position: 50% 0;
}

.button-32 {
  background-color: #957bc4;
  background-image: url('../images/llamada-telefonica_1.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 200px;
  margin-right: 20px;
  padding-left: 47px;
  padding-right: 36px;
  line-height: 26px;
  transition: background-color .4s;
  box-shadow: 2px 4px 12px #0003;
}

.button-32:hover {
  background-color: #7d62af;
}

.button-32.btn-especialidades {
  background-image: none;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-32.btn-especialidades.btn-banl {
  box-shadow: none;
  background-color: #957bc400;
  border: 1px solid #fff;
}

.button-32.btn-especialidades.btn-banl:hover {
  color: #383838;
  background-color: #fff;
}

.text-block-255 {
  color: #fff;
  background-color: #957bc4;
  border-radius: 200px 200px 0;
  margin-bottom: 9px;
  padding: 12px 20px;
  font-size: 19px;
}

.text-block-255.cvb {
  color: #866db4;
  background-color: #fff;
  margin-bottom: 17px;
}

.text-block-255.cvb.vb78 {
  color: #f51819;
  -webkit-text-stroke-color: #eda700;
  background-color: #eda700;
  font-weight: 500;
}

.cell-7 {
  background-color: #957bc4;
  padding: 60px 100px 60px 60px;
}

.cell-7.gtyui {
  background-color: #ca1919;
}

.cell-7.gtyui.hj7890 {
  background-color: var(--cercoelec);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-256 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
}

.text-block-256.b78i {
  font-size: 43px;
}

.text-block-256.b78i.vv6778 {
  border-left: 5px solid #fff;
  padding-left: 20px;
  font-size: 35px;
}

.text-block-256.b78i.vv6778.cvnm {
  font-size: 30px;
}

.button-33 {
  background-color: #957bc4;
  background-image: url('../images/llamada-telefonica_1.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 200px;
  margin-right: 20px;
  padding-left: 47px;
  padding-right: 36px;
  line-height: 26px;
  transition: background-color .4s;
  box-shadow: 2px 4px 12px #0003;
}

.button-33:hover {
  background-color: #7d62af;
}

.button-33.btn-especialidades {
  background-image: none;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-33.btn-especialidades.fgtyu {
  background-color: #ca1919;
}

.section-80 {
  background-color: #957bc4;
  background-image: linear-gradient(#8c69cbe3, #8c69cbe3), url('../images/psicologo-ayudando-nina-terapia-habla-interior.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-80.gt678 {
  opacity: 1;
  background-image: linear-gradient(#eda700cf, #eda700cf), url('../images/autos-estacionados-carretera.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-80.gt678.vgtyui {
  background-image: linear-gradient(#6dbcdbc4, #6dbcdbc4);
  background-position: 0 0;
  padding-top: 0;
  padding-bottom: 25px;
}

.section-80.gt678.vgtyui.bnm {
  background-color: var(--cercoelec);
  background-image: none;
  background-position: 0 0;
  padding-top: 14px;
}

.text-block-257 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
}

.text-block-257.gy78 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  line-height: 52px;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.link-block-3 {
  background-image: url('../images/facebook.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.link-block-3.inst {
  background-image: url('../images/instagram.svg');
}

.cell-13 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.heading-15 {
  color: #fae9a6;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 23px;
  font-weight: 500;
}

.heading-15.gt78 {
  color: #eda700;
}

.heading-15.gt78.blan1 {
  color: #fff;
  margin-bottom: 23px;
  font-size: 29px;
  line-height: 29px;
}

.heading-15.gt78.blan1.hy789 {
  margin-left: 0;
  margin-right: auto;
}

.heading-15.g790 {
  margin-bottom: 29px;
}

.heading-15.g790.gt78.blan1.m890 {
  margin-bottom: 19px;
}

.text-block-258 {
  color: #fff;
  text-align: left;
  align-self: auto;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 31px;
}

.section-81 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-81.footercij {
  background-color: #323130;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cell-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.image-70 {
  width: 37%;
  max-width: 85%;
  margin-bottom: 48px;
}

.image-70.gy78 {
  width: 57%;
}

.cell-12 {
  flex-direction: column;
  justify-content: flex-start;
  display: block;
}

.section-82 {
  padding-top: 100px;
  padding-bottom: 300px;
}

.section-82.dfgh {
  background-color: #e7e7e7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-82.dfgh.ju90 {
  background-color: #f3f3f3;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: space-between;
}

.div-block-52 {
  width: 48%;
}

.flex-block-6 {
  border: 1px #ff000036;
  border-radius: 6px;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 2px 4px 12px #0000001c;
}

.div-block-53 {
  background-image: url('../images/WhatsApp-Image-2020-04-10-at-15.53.30-1-2-scaled.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 37%;
  height: 180px;
}

.div-block-53.vvf67 {
  background-image: url('../images/WhatsApp-Image-2020-04-08-at-17.43.49.jpeg');
}

.div-block-53.vvf67.frfrfr {
  background-image: url('../images/unnamed.jpg');
  background-position: 50% 0;
}

.div-block-53.vvf67.vcr4467 {
  background-image: url('../images/WhatsApp-Image-2020-07-17-at-11.38.22-scaled.jpeg');
}

.div-block-53.vvf67.cv5678 {
  background-image: url('../images/WhatsApp-Image-2020-12-10-at-18.32.38-scaled.jpeg');
}

.div-block-53.vvf67.vbt678 {
  background-image: url('../images/unnamed-1.jpg');
}

.div-block-54 {
  background-color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  align-items: center;
  width: 63%;
  height: 181px;
  padding: 30px;
  display: flex;
}

.flex-block-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-99, .link-100, .link-101 {
  color: #fff;
  text-decoration: none;
}

.text-block-259 {
  color: #fff;
  letter-spacing: 2px;
  flex: none;
  margin-top: 0;
  font-size: 27px;
}

.text-block-259.bu89 {
  font-size: 23px;
}

.div-block-55 {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 6px;
  width: 100%;
  height: 295px;
  padding: 35px 20px;
}

.div-block-55.cnhk {
  background-color: #fff;
}

.text-block-260 {
  background-image: url('../images/mejor-precio.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-bottom: 10px;
  padding-top: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.text-block-260.exper {
  background-image: url('../images/experiencia.svg');
}

.text-block-260.exper.gbnl {
  background-image: url('../images/customer-review.svg');
  background-size: 70px;
  padding-top: 80px;
}

.text-block-260.metecl {
  background-image: url('../images/solucion_1.svg');
  background-size: 70px;
  padding-top: 80px;
}

.text-block-260.metecl.dcvn {
  background-image: url('../images/servicio.svg');
}

.text-block-260.sawer {
  background-image: url('../images/solucion.svg');
}

.text-block-260.dr457 {
  background-image: url('../images/servicios-profesionales.svg');
}

.text-block-260.mfry {
  background-image: url('../images/apoyo-tecnico.svg');
}

.text-block-260.twcav {
  background-image: url('../images/camara-de-seguridad.svg');
  background-size: 70px;
  padding-top: 80px;
}

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

.flex-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  margin-bottom: 63px;
  display: grid;
}

.flex-block-8.vbnghj {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-56 {
  color: #2f2f2f;
  background-color: #e8e8e8;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  margin-top: -150px;
  padding: 40px;
  display: flex;
  box-shadow: 0 6px 17px #00000026;
}

.text-block-262 {
  font-size: 23px;
}

.text-block-263 {
  font-size: 20px;
  font-weight: 600;
}

.flex-block-9 {
  align-items: center;
  width: 33%;
  display: flex;
}

.image-71 {
  max-width: 93%;
  margin-top: 25px;
}

.image-73 {
  width: auto;
  max-width: 100%;
  margin-left: auto;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 30px;
}

.column-163 {
  padding-left: 30px;
}

.column-164 {
  padding-right: 30px;
}

.image-74 {
  text-align: center;
}

.camara {
  margin-top: 3px;
  padding-bottom: 0;
}

.button-34 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #000;
  border-radius: 20px;
  width: 300px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
  transition: background-color .4s;
  display: block;
  position: static;
}

.button-34:hover {
  background-color: #333;
}

.column-165 {
  padding-left: 40px;
}

.text-block-264 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
}

.columns-24 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.column-166 {
  padding-left: 40px;
}

.columns-25, .columns-26 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.column-167, .column-168 {
  padding-left: 60px;
}

.column-169 {
  padding-right: 20px;
}

.column-170 {
  padding-left: 20px;
}

.text-block-265 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
}

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

.flex-block-10 {
  background-image: url('../images/682350e3-4aeb-4b7d-a8a5-1ea85bf99c89.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20%;
  height: 230px;
}

.flex-block-10.dfr6 {
  background-image: url('../images/WhatsApp-Image-2025-03-06-at-10.21.35.jpeg');
}

.flex-block-10.vbnmkl {
  background-image: url('../images/60fd8334-316a-46bb-8223-dcc6bea33ac6.jpeg');
}

.flex-block-10.vbm {
  background-image: url('../images/image-1.jpg');
}

.flex-block-10.vbm.gbhjio {
  background-image: url('../images/image.jpg');
}

.button-39 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0cc143;
  background-image: url('../images/whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  background-clip: border-box;
  border-radius: 300px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px;
  transition: background-color .4s;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-39:hover {
  background-color: #0c9d38;
}

.image-75.nh89.n890 {
  margin-top: 19px;
  margin-left: 0;
  margin-right: auto;
}

.image-76.logoivm.logose {
  flex: none;
  width: 18%;
  max-width: 74%;
}

.image-76.logoivm.logose.h7890 {
  width: 16%;
}

.flex-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 40px;
  display: grid;
}

.text-block-266 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
}

.flex-block-13 {
  padding: 60px;
}

.flex-block-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: stretch;
  place-items: center;
  display: grid;
}

.flex-block-14.ft67 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-77 {
  max-width: 25%;
}

.flex-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block-2 {
  width: 60%;
}

.flex-block-16 {
  width: 50%;
}

.heading-34 {
  text-align: left;
  margin-top: 0;
  font-weight: 500;
}

.heading-34.nmkio {
  color: #fff;
}

.section-84 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-84.n89o {
  background-color: #323130;
}

.flex-block-17 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  margin-bottom: 41px;
}

.flex-block-18 {
  background-image: url('../images/somos-flpng-optimized.webp');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.flex-block-18.gt78 {
  background-image: url('../images/roller-screen-gris-cocina-optimized.webp');
}

.flex-block-18.gt78.ni90 {
  background-image: url('../images/sl_pic1.png');
}

.flex-block-18.gt78.ni90.rt67 {
  background-image: url('../images/FOTO-5.jpg');
}

.flex-block-18.b780 {
  background-image: url('../images/cortina-dormitorio-blackout-privacidad-oscuridad_1-optimized.webp');
}

.flex-block-18.b780.v78io {
  background-image: url('../images/1606.jpg');
  background-repeat: no-repeat;
}

.flex-block-18.b780.v78io._5678i {
  background-image: url('../images/FOTO-6.jpg');
  background-position: 100%;
  justify-content: center;
  align-items: flex-start;
}

.flex-block-18.b780.bn890 {
  background-image: url('../images/f4.jpg');
}

.flex-block-18.b780.bn890.e456 {
  background-image: url('../images/FOTO-7.jpg');
}

.flex-block-18.nmki {
  background-image: url('../images/investigadores-rotador-detectives-fotografo.jpg');
}

.flex-block-18.nmki.frttt {
  background-image: url('../images/FOTO-4.jpg');
}

.text-block-153 {
  color: #e75f2f;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-153.ji90p {
  color: var(--cercoelec);
}

.paragraph-30 {
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-30.nm0p {
  color: #d3d3d3;
}

.container-principal {
  text-align: center;
  max-width: 88%;
}

.flex-block-19 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  padding: 60px;
}

.flex-block-19.tyuo {
  background-color: #f1f1f1;
}

.flex-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.flex-block-21 {
  align-self: center;
  width: 40%;
}

.flex-block-22 {
  width: 60%;
}

.flex-block-23 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.text-block-267 {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
}

.text-block-268 {
  text-align: justify;
}

.image-78 {
  max-width: 67px;
}

.text-block-269 {
  text-align: justify;
  line-height: 24px;
}

.link-103, .link-104, .link-105, .link-106 {
  color: #fff;
  text-decoration: none;
}

.flex-block-24 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.slider-2 {
  background-color: #f3f3f300;
  height: 347px;
}

.flex-block-26 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.left-arrow {
  margin-left: -65px;
}

.div-block-57 {
  background-image: url('../images/piso-vs-casa-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  width: 100%;
  height: 200px;
}

.div-block-57.condom {
  background-image: url('../images/condominio-sustentavel.jpg');
}

.div-block-57.condom.vgtu89 {
  background-image: url('../images/juzgado-penal-abogados-penal-madrid.jpg');
}

.div-block-57.colegiosd {
  background-image: url('../images/educación.jpg');
}

.div-block-57.colegiosd.retail {
  background-image: url('../images/que-es-una-tienda-retail.jpg');
}

.div-block-57.bfei {
  background-image: url('../images/1600367743811.png');
}

.div-block-58 {
  background-color: #fff;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  width: 100%;
  height: 136px;
  padding: 40px;
}

.text-block-270 {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.icon-3 {
  color: var(--dark-slate-blue-4);
}

.right-arrow {
  margin-right: -65px;
}

.icon-4 {
  color: var(--dark-slate-blue-4);
}

.flex-block-27 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.div-block-59 {
  background-image: url('../images/5189.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 17px;
  height: 394px;
}

.text-block-271 {
  background-image: url('../images/tecnologias-de-la-informacion.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  padding-left: 91px;
}

.text-block-271.sgy5 {
  background-image: url('../images/seguridad-informatica.svg');
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 75px;
}

.text-block-271.detechh7 {
  background-image: url('../images/sensor-de-movimiento.svg');
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 75px;
}

.text-block-271.recft78 {
  background-image: url('../images/reconocimiento-facial-1.svg');
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 75px;
}

.text-block-271.cbb890 {
  background-image: url('../images/contador-de-filas.svg');
  margin-bottom: 20px;
  padding-left: 75px;
}

.text-block-271.de45t {
  background-image: url('../images/alerta.svg');
}

.text-block-271.de45t.juiop {
  margin-bottom: 0;
  padding-left: 75px;
}

.div-block-60 {
  background-color: #384482bf;
  border-left: 6px #00064154;
  border-radius: 8px;
  width: 83%;
  min-height: 300px;
  margin-top: 102px;
  padding: 25px 30px 20px;
}

.div-block-60.hyui {
  background-color: #0404044a;
  margin-top: 0;
}

.div-block-60.hyui.jmklo {
  background-color: #ffffff75;
  width: 72%;
  margin-left: auto;
}

.textarea-9 {
  text-align: left;
  border-radius: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.flex-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  place-items: center stretch;
  display: grid;
}

.text-block-272 {
  color: #fff;
  margin-bottom: 47px;
  font-size: 42px;
  font-weight: 500;
  line-height: 45px;
}

.flex-block-29 {
  background-image: linear-gradient(#10152bc2, #10152bc2), url('../images/1706.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px;
}

.flex-block-29.g678 {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/2343.jpg');
  background-size: auto, cover;
}

.flex-block-29.g678.nj90 {
  background-color: #000000c9;
  background-image: linear-gradient(#000000d1, #000000d1), url('../images/2241.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-273 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 28px;
  font-size: 25px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-273.jui90 {
  color: #07112a;
}

.text-field-20 {
  text-align: left;
  border-radius: 6px;
  font-size: 16px;
}

.text-field-21 {
  text-align: left;
  border-radius: 6px;
  font-size: 15px;
  line-height: 32px;
}

.div-block-69 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.text-block-274 {
  color: #fff;
  background-image: url('../images/maps-and-flags_2maps-and-flags.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 17px;
  padding-left: 31px;
  line-height: 26px;
}

.text-block-274.txt-email-v {
  text-align: left;
  background-image: url('../images/close-envelope_1close-envelope.png');
  background-size: 22px;
  font-size: 17px;
}

.text-block-274.txt-email-v.vbgtyui {
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
  font-size: 17px;
}

.text-block-274.txt-email-v.bg78 {
  background-image: url('../images/maps-and-flags_2maps-and-flags.png');
  background-position: 0 14%;
}

.text-block-275 {
  color: #fff;
  background-image: url('../images/telefono_2telefono.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 14px;
  padding-left: 33px;
  font-size: 17px;
  line-height: 29px;
}

.text-block-275.b890 {
  background-image: url('../images/llamada-telefonica_1.svg');
  background-position: 0 9%;
}

.flex-block-30 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.heading-24 {
  letter-spacing: 3px;
  font-size: 50px;
}

.heading-24.hj8890 {
  color: #fff;
  text-shadow: 1px 1px 1px #000000c4;
  line-height: 48px;
}

.flex-block-31 {
  width: 100%;
  max-width: 50%;
}

.flex-block-31.nmi90 {
  width: 413px;
}

.button-40 {
  text-align: center;
  background-color: #384482;
  border-radius: 8px;
  width: 71%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  transition: background-color .5s;
  display: block;
}

.button-40:hover {
  background-color: #1c275f;
}

.button-40.btn-ce {
  background-color: var(--red);
  text-align: center;
  border: 1px #fff;
  width: auto;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
}

.button-40.btn-ce:hover, .button-40.btn-ce.mkop {
  background-color: var(--chocolate);
}

.button-40.btn-ce.mkop:hover {
  background-color: #000;
}

.flex-block-32 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/2149085984.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
}

.flex-block-32.ghyu789 {
  background-image: linear-gradient(99deg, #0000009e, #fff0), linear-gradient(#00000026, #00000026), url('../images/22767.jpg');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 550px;
}

.flex-block-32.ghyu789.bn7890 {
  background-image: linear-gradient(99deg, #000000ed, #fff0), linear-gradient(#00000040, #00000040), url('../images/b1.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, cover;
}

.flex-block-32.ghyu789.bn7890.iuyop {
  background-image: linear-gradient(99deg, #000000ed, #fff0), linear-gradient(#0000, #0000), url('../images/FOTO-A.jpg');
  background-size: auto, auto, cover;
}

.text-block-276 {
  color: #0e0e0e;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 25px;
}

.text-block-276.gbu890 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #0000007d;
  font-size: 18px;
}

.text-block-276.gbu890.cd56 {
  letter-spacing: 0;
  font-size: 15px;
}

.text-block-277 {
  text-align: justify;
  line-height: 22px;
}

.flex-block-33 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-70 {
  background-image: url('../images/FOTO-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px;
  width: 100%;
  height: 200px;
  min-height: 200px;
}

.div-block-70.tvi {
  background-image: url('../images/2.jpg');
}

.div-block-70.gtyuio {
  background-image: url('../images/FOTO-3.png');
}

.flex-block-34 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
}

.flex-block-35 {
  display: block;
}

.link-107, .link-108 {
  color: #fff;
  text-decoration: none;
}

.flex-block-36 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

html.w-mod-js [data-ix="load"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (max-width: 991px) {
  .button.btncontacto {
    margin-left: -40px;
  }

  .txtfooter {
    font-size: 16px;
  }

  .txtcallmv.dew34 {
    font-size: 23px;
  }

  .header-es {
    height: 600px;
  }

  .title-banner-es.tb-ac {
    font-size: 42px;
  }

  .title-banner-es.tb-ac.title-gracias-ag {
    font-size: 29px;
  }

  .form-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 14px;
  }

  .heading-5 {
    text-align: center;
    background-size: 28px, auto;
    padding-left: 53px;
    font-size: 21px;
  }

  .heading-5.industrias-es {
    font-size: 20px;
  }

  .text-block.sdef {
    letter-spacing: 2px;
    font-size: 17px;
  }

  .heading-7 {
    letter-spacing: 0;
    font-size: 30px;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 52px;
    line-height: 44px;
  }

  .heading-8.pers3-es {
    margin-top: 2px;
    margin-bottom: 0;
    padding-top: 52px;
    line-height: 44px;
  }

  .heading-8.pers3-es.dfrr, .heading-8.dfree {
    margin-top: 27px;
    margin-bottom: 0;
    padding-top: 52px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .heading-9 {
    font-size: 19px;
  }

  .heading-9.direccion-es {
    font-size: 16px;
  }

  .headla, .banla {
    padding-left: 0;
  }

  .txtbanla {
    letter-spacing: -1px;
    font-size: 25px;
  }

  .txtbanla.txtbanla22 {
    letter-spacing: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .txtbanla2 {
    font-size: 60px;
    line-height: 50px;
  }

  .txtinfola, .txtinfola.txtinfola22 {
    font-size: 30px;
    line-height: 30px;
  }

  .txtfotla.txtfotla1 {
    margin-top: 7px;
  }

  .ti-b-ac {
    margin-top: 2px;
  }

  .subtitle-ag {
    letter-spacing: -1px;
    margin-bottom: 19px;
    font-size: 15px;
  }

  .subtitle-ag.sub-gracias-ag {
    letter-spacing: 0;
    font-size: 19px;
  }

  .btn-banner-agc.btn-gracias-ag.w--current {
    width: 42%;
  }

  .text-ser-call {
    font-size: 30px;
  }

  .headns {
    padding-left: 0;
  }

  .banns {
    padding: 30px 0;
  }

  .txtbanns {
    font-size: 45px;
    line-height: 55px;
  }

  .txtbanns2 {
    font-size: 25px;
  }

  .infons {
    padding-left: 0;
    padding-right: 0;
  }

  .txtinfons {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .txtinfons.txtinfo-n2 {
    font-size: 20px;
  }

  .button-4 {
    letter-spacing: 0;
    font-size: 13px;
  }

  .callns {
    padding-left: 0;
    padding-right: 0;
  }

  .txtcallns {
    font-size: 40px;
  }

  .txtcallns2 {
    font-size: 20px;
  }

  .whatsapp-gs {
    width: 40%;
  }

  .txtfonoar {
    background-position: 6%;
  }

  .txtfonoar.text-head-correp {
    background-position: 0%;
  }

  .txtbanar {
    font-size: 35px;
    line-height: 40px;
  }

  .txtbanar.title-banner-fg {
    font-size: 53px;
  }

  .txtbanar.title-banner-fg.gracias-ytytyt {
    font-size: 40px;
  }

  .div-form-fg {
    width: 100%;
  }

  .txtbanar2, .txtbanar2.subtitle-fg {
    font-size: 20px;
  }

  .infoar {
    padding-left: 0;
    padding-right: 0;
  }

  .txtinfoar {
    margin-bottom: 21px;
    font-size: 32px;
  }

  .txtinfoar.title-fg-pag {
    margin-bottom: 31px;
    font-size: 40px;
  }

  .txtcallar2 {
    font-size: 30px;
  }

  .txtfootermv.txtfootermv2 {
    font-size: 17px;
  }

  .whatsapp-gs-2 {
    width: 40%;
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }

  .whatsapp-gs-2.whatsapp-fm {
    width: 33%;
  }

  .txtbanop2 {
    font-size: 40px;
    line-height: 45px;
  }

  .banop, .infoop, .callop, .fotop {
    padding-left: 0;
    padding-right: 0;
  }

  .txtfonoop {
    font-size: 18px;
  }

  .headse, .infose {
    padding-left: 0;
    padding-right: 0;
  }

  .txtbanse {
    font-size: 40px;
  }

  .txtbanse.txtbanse2 {
    font-size: 29px;
    line-height: 30px;
  }

  .txtescrse {
    font-size: 18px;
  }

  .infoseg, .callse, .fotse {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    letter-spacing: 3px;
    font-size: 25px;
  }

  .button-7 {
    letter-spacing: 0;
    font-size: 15px;
  }

  .txtinfota {
    font-size: 35px;
  }

  .divta1 {
    height: 350px;
  }

  .item-contact {
    letter-spacing: 0;
    font-size: 16px;
  }

  .text-block-212 {
    letter-spacing: 2px;
    font-size: 29px;
    line-height: 32px;
  }

  .button-25 {
    width: 80%;
  }

  .section-34 {
    padding-left: 0;
  }

  .bande, .infode {
    padding-left: 0;
    padding-right: 0;
  }

  .callde {
    padding-left: 0;
  }

  .section-35, .section-36 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-237 {
    margin-left: 10px;
  }

  .section-37 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-241 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-242 {
    font-size: 35px;
  }

  .list-item-2 {
    font-size: 17px;
  }

  .button-40 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .header-es {
    height: 1000px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image.logo-ac {
    width: 30%;
  }

  .title-banner-es {
    margin-top: 86px;
    font-size: 48px;
    line-height: 44px;
  }

  .form-2 {
    float: none;
    width: 100%;
    margin-top: 48px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 2px;
  }

  .heading-3 {
    text-align: center;
    font-size: 15px;
  }

  .text-block.sdef {
    font-size: 15px;
  }

  .quienes-somos-es {
    background-image: linear-gradient(#00000094, #00000094), url('../images/esco.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-7 {
    text-align: center;
  }

  .image-3 {
    margin-bottom: 28px;
  }

  .heading-8, .heading-8.pers3-es {
    text-align: center;
    background-position: 50% 0;
  }

  .paragraph-2 {
    text-align: center;
  }

  .paragraph-2.parradr {
    text-align: center;
    margin-bottom: 40px;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .txtbanla {
    text-shadow: 1px 1px 6px #fff;
  }

  .txtbanla.txtbanla22 {
    text-shadow: none;
    font-size: 28px;
    line-height: 30px;
  }

  .txtbanla2 {
    font-size: 100px;
    line-height: 90px;
  }

  .text-ser-call {
    font-size: 19px;
  }

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

  .headns {
    padding-right: 0;
  }

  .txtbanns {
    font-size: 55px;
  }

  .txtbanns2, .txtinfons {
    font-size: 35px;
  }

  .txtinfons.txtinfo-n2 {
    font-size: 45px;
    line-height: 50px;
  }

  .txtheadns {
    font-size: 15px;
  }

  .whatsapp-gs {
    width: 52%;
  }

  .txtfonoar {
    background-position: 21%;
  }

  .txtfonoar.text-head-correp {
    background-position: 14%;
  }

  .txtbanar {
    font-size: 55px;
  }

  .txtbanar.title-banner-fg {
    font-size: 76px;
  }

  .txtbanar.title-banner-fg.gracias-ytytyt {
    line-height: 49px;
  }

  .txtbanar2 {
    font-size: 25px;
  }

  .txtbanar2.subtitle-fg {
    font-size: 31px;
    line-height: 52px;
  }

  .txtcallar {
    font-size: 33px;
  }

  .txtcallar.txt-call1-fg {
    font-size: 41px;
  }

  .txtfootermv {
    text-align: center;
  }

  .whatsapp-gs-2 {
    background-position: 10%;
    width: 47%;
    font-size: 16px;
  }

  .whatsapp-gs-2.whatsapp-fm {
    width: 51%;
  }

  .headop {
    padding-left: 0;
    padding-right: 0;
  }

  .txtbanse {
    font-size: 55px;
  }

  .txtbanse.txtbanse2 {
    font-size: 40px;
    line-height: 50px;
  }

  .txtinfose, .txtserse {
    margin-top: 20px;
  }

  .text-block-7 {
    margin-top: 20px;
    line-height: 25px;
  }

  .text-block-8 {
    font-size: 40px;
  }

  .divta1 {
    height: 290px;
    margin-bottom: 20px;
  }

  .item-contact {
    font-size: 13px;
  }

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

  .column-155 {
    height: 93px;
    padding-left: 42px;
  }

  .bodyag {
    background-position: 50%;
  }

  .section-34 {
    padding-right: 0;
  }

  .image-10.imgde {
    margin-top: 30px;
  }

  .txttitde {
    margin-top: 39px;
  }

  .button-27.btnde {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .callde {
    padding-right: 0;
  }

  .text-block-242 {
    margin-top: 22px;
  }

  .columns-23 {
    display: block;
  }

  .column-161 {
    flex: 0 auto;
  }

  .text-block-257.gy78 {
    font-size: 30px;
    line-height: 41px;
  }

  .div-block-55 {
    width: 48%;
  }

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

@media screen and (max-width: 479px) {
  .callmv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .callmv.sss {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .txtcallmv {
    font-size: 30px;
  }

  .txtcallmv.dew34 {
    text-align: center;
  }

  .txtcallmv.title-footer {
    margin-bottom: 23px;
    font-size: 43px;
  }

  .header-es {
    background-image: linear-gradient(120deg, #1e276852, #19191aa1), url('../images/3d-rendering-security-camera-or-cctv-camera-in-office.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 780px;
  }

  .header-es.rt5678 {
    background-image: linear-gradient(120deg, #1e276852, #19191aa1), url('../images/banner.jpg');
    background-position: 0 0, 77%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 692px;
  }

  .image.logo-ac {
    width: 62%;
  }

  .title-banner-es {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 37px;
  }

  .title-banner-es.tb-ac {
    font-size: 21px;
    line-height: 32px;
  }

  .title-banner-es.tb-ac.title-gracias-ag {
    margin-top: 79px;
    font-size: 32px;
  }

  .title-banner-es.tb-ac.fr567 {
    margin-top: 76px;
    font-size: 27px;
  }

  .form-2 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

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

  .nostros-es {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-5.industrias-es.colegios-es.cloe, .heading-5.industrias-es.hoteles-es.feh, .heading-5.industrias-es.serv-items {
    font-size: 18px;
  }

  .heading-6 {
    letter-spacing: 0;
    font-size: 29px;
  }

  .heading-6.titlepersonal-es.sded, .heading-6.title-ser {
    font-size: 25px;
  }

  .heading-6.title-ser.fdfr5 {
    margin-bottom: -1px;
    font-size: 17px;
    line-height: 31px;
  }

  .text-block {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .text-block._2121 {
    margin-bottom: 0;
  }

  .quienes-somos-es {
    background-image: linear-gradient(to bottom, null, null), url('../images/esco.jpg');
    background-position: 0 0, 0 100%;
    padding-top: 64px;
  }

  .quienes-somos-es.qs-ag {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/b2.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-bottom: 62px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph {
    font-size: 15px;
  }

  .heading-7 {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 700;
  }

  .heading-8.pers3-es {
    font-size: 17px;
  }

  .button-3.w--current {
    font-size: 18px;
  }

  .txtfotla.txtfotla1 {
    text-align: center;
    background-position: 45px 0;
  }

  .ti-b-ac {
    margin-top: 10px;
    font-size: 18px;
  }

  .subtitle-ag {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 23px;
  }

  .subtitle-ag.sub-gracias-ag {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .btn-banner-agc {
    width: 69%;
  }

  .btn-banner-agc.btn-contact-ag {
    width: 85%;
  }

  .btn-banner-agc.btn-gracias-ag.w--current {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-ser-call {
    font-size: 18px;
    line-height: 24px;
  }

  .text-ser-call.fdf {
    font-size: 20px;
    font-weight: 800;
  }

  .text-block-3 {
    font-size: 13px;
    line-height: 22px;
  }

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

  .txtbanns {
    font-size: 40px;
    line-height: 45px;
  }

  .txtbanns2 {
    font-size: 20px;
    line-height: 30px;
  }

  .txtinfons.txtinfo-n2 {
    font-size: 35px;
    line-height: 40px;
  }

  .whatsapp-gs {
    width: 93%;
    padding-right: 6px;
  }

  .headar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .txtfonoar, .txtfonoar.text-head-correp {
    background-position: 0%;
    font-size: 17px;
  }

  .txtbanar {
    line-height: 50px;
  }

  .txtbanar.title-banner-fg {
    font-size: 50px;
  }

  .banar {
    padding-left: 0;
    padding-right: 0;
  }

  .div-form-fg {
    width: 97%;
  }

  .txtbanar2.subtitle-fg {
    line-height: 35px;
  }

  .txtbanar2.subtitle-fg.stgred {
    font-size: 27px;
  }

  .infoar {
    padding-top: 42px;
  }

  .text1-title-fg.title-fg-servicios.dfrr {
    font-size: 19px;
  }

  .txtinfoar {
    font-size: 29px;
    line-height: 42px;
  }

  .txtinfoar.title-fg-pag {
    font-size: 35px;
  }

  .txtinfoae2.txt-nosotros-fg {
    letter-spacing: 0;
    font-size: 14px;
  }

  .btncontar {
    margin-bottom: 32px;
  }

  .callar {
    padding-left: 0;
    padding-right: 0;
  }

  .txtcallar2 {
    font-size: 27px;
    line-height: 45px;
  }

  .txtcallar2.derrt {
    font-size: 30px;
  }

  .txtcallar2.der44 {
    font-size: 33px;
    font-weight: 400;
    line-height: 40px;
  }

  .txtcallar {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 36px;
  }

  .txtcallar.txt-call1-fg {
    font-size: 32px;
    line-height: 45px;
  }

  .txtcallar.txt-call1-fg.hjyuu {
    font-size: 34px;
  }

  .column-11 {
    padding-right: 10px;
  }

  .callmv-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .whatsapp-gs-2 {
    z-index: 0;
    width: 75%;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 6px;
    transition-duration: .4s;
    inset: auto auto 60px;
  }

  .whatsapp-gs-2:hover {
    margin-bottom: 0;
  }

  .whatsapp-gs-2.whatsapp-fm {
    z-index: 100;
    width: 80%;
    bottom: 6px;
  }

  .txtbanop {
    font-size: 20px;
  }

  .txtbanop2 {
    font-size: 25px;
    line-height: 30px;
  }

  .colop2 {
    padding-top: 10px;
  }

  .column-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .txtheadse {
    margin-top: 10px;
  }

  .button-6 {
    margin-top: 20px;
  }

  .button-6.btnse {
    width: 100%;
  }

  .bold-text {
    font-size: 22px;
    line-height: 55px;
  }

  .text-block-7 {
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-8 {
    font-size: 35px;
    line-height: 35px;
  }

  .divta1 {
    height: 380px;
  }

  .fotta {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .contact-header-ic.hf-pr.hc-serv {
    letter-spacing: 0;
    font-size: 12px;
  }

  .contact-header-ic.hf-pr.hc-serv.fgvg {
    font-size: 15px;
  }

  .contact-header-ic.contact-env.h-m-pr.hm-cser {
    letter-spacing: 0;
    font-size: 12px;
  }

  .contact-header-ic.contact-env.h-m-pr.hm-cser.fvc3 {
    font-size: 15px;
  }

  .item-contact {
    margin-bottom: 15px;
    font-size: 18px;
  }

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

  .columns-19 {
    display: block;
  }

  .column-92 {
    padding-left: 10px;
    padding-right: 9px;
  }

  .column-95 {
    padding-right: 10px;
  }

  .text-block-212 {
    text-align: center;
    letter-spacing: 0;
    text-shadow: none;
    margin-top: 47px;
    font-size: 20px;
  }

  .text-block-212.hy789 {
    margin-top: 98px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-212.cvg67 {
    font-size: 24px;
    line-height: 37px;
  }

  .text-block-212.cvg67.ui890 {
    margin-top: 64px;
    margin-bottom: 12px;
    font-size: 42px;
    line-height: 50px;
  }

  .container-pg {
    max-width: 94%;
  }

  .section-29 {
    background-image: url('../images/plumbing-parts-and-tools-on-white-background.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .section-29.gt678 {
    background-image: linear-gradient(#00000082, #00000082), url('../images/repair-of-gas-boiler.jpg');
    background-position: 0 0, 50%;
    padding-bottom: 41px;
  }

  .section-29.gt678.byu {
    background-image: linear-gradient(#0000009e, #0000009e), url('../images/back-view-man-holding-building-plans.jpg');
    background-position: 0 0, 100%;
  }

  .button-25.hjui {
    width: 74%;
  }

  .button-25.hjui.vfr56 {
    width: 71%;
  }

  .button-25.hjui.vfr56.u890 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-24 {
    width: 100%;
    margin-top: 38px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-24.u789.hyui {
    background-color: #00000075;
  }

  .section-30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-content-producto {
    margin-bottom: 25px;
  }

  .text-block-213 {
    font-size: 22px;
  }

  .text-block-215 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .text-block-216 {
    text-align: left;
    margin-top: 6px;
    font-size: 28px;
  }

  .text-block-217 {
    margin-bottom: 92px;
    font-size: 13px;
    line-height: 23px;
  }

  .container-li {
    max-width: 91%;
  }

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

  .submit-button-10.hju89 {
    border-radius: 6px;
    width: 100%;
  }

  .txttabhu.frt56.tyu8.yui {
    letter-spacing: 1px;
    font-size: 16px;
  }

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

  .text-block-218 {
    font-size: 25px;
    line-height: 36px;
  }

  .text-block-218.hy890 {
    font-size: 35px;
  }

  .text-block-219 {
    font-size: 30px;
    line-height: 40px;
  }

  .column-155 {
    height: auto;
  }

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

  .column-156 {
    text-align: left;
    height: auto;
    padding-left: 10px;
  }

  .column-154 {
    padding-top: 43px;
    padding-left: 10px;
  }

  .row-8 {
    display: block;
  }

  .text-block-222 {
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
  }

  .text-block-223 {
    margin-top: 10px;
  }

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

  .bodyag {
    background-position: 50%;
  }

  .yxyheadde.ime {
    float: left;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 67px;
    margin-right: auto;
    display: block;
  }

  .infode.infode22 {
    background-position: 100%;
  }

  .button-27.btn2222._54353 {
    margin-bottom: 31px;
  }

  .fotde {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-231 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .columns-22 {
    display: block;
  }

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

  .link-block-2 {
    width: auto;
    margin-top: 10px;
  }

  .text-block-239 {
    font-size: 40px;
  }

  .button-29 {
    width: 280px;
  }

  .heading-10 {
    font-size: 29px;
    line-height: 40px;
  }

  .cvu {
    max-width: 91%;
  }

  .image-12, .image-13 {
    margin-bottom: 10px;
  }

  .column-162 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 29px;
  }

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

  .flex-block.f678 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-246 {
    text-align: center;
    background-image: url('../images/llamada-telefonica_2.svg');
    background-position: 24%;
    margin-bottom: 7px;
    padding-left: 20px;
  }

  .text-block-246.email-ce {
    background-position: 16%;
    background-size: 20px;
    font-size: 17px;
  }

  .text-block-246.wspl {
    background-position: 23%;
    background-size: 20px;
    font-size: 18px;
  }

  .text-block-246.wspl.coree {
    background-position: 0%;
    background-size: 16px;
    font-size: 15px;
  }

  .text-block-246.bln {
    background-position: 28%;
    background-size: 20px;
    font-size: 18px;
  }

  .text-block-246.bln.rt67 {
    background-position: 0%;
    background-size: 17px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .section-40 {
    height: 626px;
  }

  .section-40.g67890 {
    height: 515px;
  }

  .section-40.dcf {
    height: 682px;
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-40.dcf.inbder {
    background-image: linear-gradient(#000000a1, #000000a1), url('../images/detective-privado-coruña2.jpg');
    background-position: 0 0, 50%;
    height: 400px;
    padding-top: 67px;
  }

  .j {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .j.flexform {
    width: 96%;
    margin-top: 34px;
    padding: 20px;
  }

  .j.ghyu8 {
    padding-right: 20px;
  }

  .text-block-247 {
    text-align: center;
    margin-top: 0;
    font-size: 27px;
    line-height: 41px;
  }

  .text-block-247.vf5678 {
    font-size: 37px;
  }

  .text-block-247.vby8 {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-247.vby8.vbnhy {
    font-size: 27px;
    line-height: 37px;
  }

  .text-block-248 {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }

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

  .button-30.btn-border {
    margin-left: auto;
    margin-right: auto;
  }

  .button-30.btn-border.vr678 {
    text-align: left;
    font-size: 19px;
    line-height: 24px;
  }

  .div-block-50.div-serv.vbnuiop {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-50.div-serv.vbnuiop.bhyui {
    height: 300px;
  }

  .div-block-50.div-serv.v678 {
    height: 626px;
  }

  .div-block-49 {
    width: 90%;
  }

  .div-block-49.cfr56 {
    width: 90%;
    height: 539px;
    margin-bottom: 14px;
  }

  .div-block-49.cfr56.dcv {
    height: 593px;
  }

  .div-block-49.cfr56.dcv.lo0p {
    height: 488px;
  }

  .text-block-250 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-250.ghyu7 {
    text-align: center;
    font-size: 25px;
  }

  .flex-block-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }

  .flex-block-4.nhy78 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-252.title-serv-34 {
    text-align: center;
    font-size: 19px;
    line-height: 26px;
  }

  .button-31 {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-48 {
    margin-bottom: 37px;
  }

  .div-img-especialidad.img-masajes {
    height: 195px;
  }

  .section-78 {
    padding: 40px 20px;
  }

  .paragraph-32 {
    font-size: 14px;
  }

  .section-79 {
    padding: 20px 10px;
  }

  .text-block-253 {
    font-size: 26px;
    line-height: 35px;
  }

  .text-block-253.gt789 {
    font-size: 23px;
    line-height: 30px;
  }

  .text-block-253.gt789.vb78 {
    letter-spacing: 0;
    font-size: 20px;
  }

  .quick-stack-3 {
    height: auto;
  }

  .text-block-254.bgh7k {
    font-size: 15px;
  }

  .cell-6 {
    flex-direction: row;
  }

  .div-block-51 {
    height: 200px;
  }

  .div-block-51.gt67 {
    height: 259px;
  }

  .button-32 {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-32.btn-especialidades.btn-banl {
    margin-bottom: 0;
  }

  .text-block-255 {
    margin-top: -24px;
    font-size: 15px;
    line-height: 13px;
  }

  .cell-7 {
    padding: 72px 20px 40px;
  }

  .cell-7.gtyui.hj7890 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-256 {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 37px;
  }

  .text-block-256.b78i {
    margin-bottom: 34px;
  }

  .text-block-256.b78i.vv6778 {
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 23px;
    line-height: 29px;
  }

  .text-block-256.b78i.vv6778.cvnm {
    font-size: 21px;
  }

  .button-33 {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-33.btn-especialidades.fgtyu {
    margin-bottom: 0;
  }

  .section-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-80.gt678 {
    padding: 30px 20px;
  }

  .section-80.gt678.vgtyui.bnm {
    padding-top: 20px;
  }

  .text-block-257 {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 37px;
  }

  .text-block-257.gy78 {
    text-align: center;
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-6.bnml {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-9 {
    text-align: center;
    align-items: flex-start;
  }

  .cell-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start space-around;
    align-items: center;
    display: flex;
  }

  .heading-15.gt78.blan1 {
    text-align: center;
    align-self: center;
    margin-bottom: 13px;
  }

  .heading-15.g790.gt78.blan1 {
    margin-bottom: 20px;
  }

  .text-block-258 {
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 33px;
    font-size: 16px;
  }

  .section-81 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-81.footercij {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-70 {
    width: 76%;
  }

  .cell-12 {
    text-align: center;
  }

  .section-82 {
    padding-top: 40px;
    padding-bottom: 234px;
  }

  .section-82.dfgh {
    padding: 40px 20px 0;
  }

  .section-82.dfgh.ju90 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .flex-block-6 {
    width: 90%;
    margin-bottom: 34px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-53 {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .div-block-54 {
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .flex-block-7 {
    text-align: center;
    flex-direction: column;
  }

  .text-block-259 {
    margin-top: 73px;
    font-size: 18px;
  }

  .text-block-259.bu89 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .div-block-55 {
    width: 100%;
  }

  .text-block-260 {
    font-size: 18px;
  }

  .flex-block-8 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .div-block-56 {
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block-263 {
    text-align: center;
    font-size: 18px;
  }

  .flex-block-9 {
    width: 100%;
  }

  .image-71 {
    margin-bottom: 37px;
  }

  .image-72 {
    width: 77%;
    max-width: 96%;
  }

  .column-163 {
    padding-left: 10px;
  }

  .column-164 {
    padding-right: 10px;
  }

  .button-34 {
    width: 240px;
  }

  .column-165 {
    padding-top: 22px;
    padding-left: 10px;
  }

  .text-block-264 {
    font-size: 23px;
  }

  .columns-24 {
    display: block;
  }

  .column-166 {
    padding-top: 40px;
    padding-left: 10px;
  }

  .columns-25, .columns-26 {
    display: block;
  }

  .column-167, .column-168 {
    padding-top: 40px;
    padding-left: 10px;
  }

  .columns-27 {
    display: block;
  }

  .flex-block-10 {
    width: 100%;
  }

  .button-39 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .flex-block-11 {
    flex-flow: column;
  }

  .image-75 {
    margin-bottom: 28px;
  }

  .image-76 {
    margin-bottom: 20px;
  }

  .image-76.logoivm.logose {
    width: 58%;
  }

  .flex-block-12 {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .flex-block-13 {
    padding: 40px 20px;
  }

  .flex-block-14 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-14.ft67, .flex-block-15 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-2, .flex-block-16 {
    width: 100%;
  }

  .heading-34 {
    font-size: 25px;
    line-height: 29px;
  }

  .heading-34.nmkio {
    text-align: center;
    font-size: 23px;
  }

  .section-84 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-17 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
  }

  .text-block-153 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .text-block-153.ji90p {
    align-self: center;
  }

  .container-principal {
    max-width: 93%;
  }

  .flex-block-19 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    padding: 40px 20px;
  }

  .flex-block-21, .flex-block-22 {
    width: 100%;
  }

  .flex-block-23 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .text-block-268, .text-block-269 {
    text-align: justify;
  }

  .flex-block-24 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .flex-block-25 {
    text-align: center;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .flex-block-26 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-27 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-59 {
    height: 180px;
  }

  .text-block-271 {
    padding-left: 77px;
  }

  .text-block-271.sgy5 {
    margin-bottom: 12px;
  }

  .div-block-60 {
    width: 100%;
    margin-top: 38px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-60.hyui {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 6px;
  }

  .div-block-60.hyui.jmklo, .textarea-9 {
    width: 100%;
  }

  .flex-block-28 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-272 {
    text-align: center;
    font-size: 24px;
    line-height: 31px;
  }

  .flex-block-29 {
    flex-flow: column;
    padding: 40px 20px;
  }

  .text-block-273 {
    letter-spacing: 0;
    margin-bottom: 21px;
    font-size: 23px;
  }

  .text-block-274.txt-email-v {
    margin-bottom: 15px;
  }

  .text-block-274.txt-email-v.vbgtyui {
    margin-bottom: 14px;
  }

  .flex-block-30 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .heading-24 {
    text-align: center;
    font-size: 37px;
    line-height: 38px;
  }

  .heading-24.hj8890 {
    letter-spacing: 0;
    line-height: 43px;
  }

  .heading-24.hj8890.fr55 {
    font-size: 35px;
  }

  .flex-block-31 {
    text-align: center;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: 100%;
  }

  .flex-block-31.nmi90 {
    justify-content: center;
    align-items: center;
  }

  .button-40.btn-ce {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-40.btn-ce.mkop {
    width: 80%;
  }

  .button-40.btn-ce.mkop:hover {
    background-color: #414242;
  }

  .flex-block-32 {
    flex-flow: column;
    padding: 60px 20px;
  }

  .flex-block-32.ghyu789 {
    height: 480px;
  }

  .flex-block-32.ghyu789.bn7890.iuyop {
    background-image: linear-gradient(157deg, #000000ed, #000000a3), linear-gradient(#0000, #0000), url('../images/FOTO-A.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .text-block-276 {
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-276.gbu890 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .text-block-276.gbu890.cd56 {
    font-size: 14px;
    line-height: 20px;
  }

  .flex-block-33 {
    padding: 40px 20px;
  }

  .flex-block-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-36 {
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }
}

#w-node-c65baafe-ef2e-5ffd-e38a-da4169ad1f5c-d2a50120 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_25aa97d1-d8cf-f3ac-c20e-28c0a67a0184-d2a50120 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf713-d2a50120, #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf713-2e89e5bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-c65baafe-ef2e-5ffd-e38a-da4169ad1f5c-e30c92e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6479e080-dca8-1ba2-d91f-b6150ef4a4f6-e30c92e8, #w-node-_6fa210aa-bdd3-e860-cfd8-bc26839c310d-e30c92e8, #w-node-_0825f1b4-c213-4ba5-bf4d-a1fedb8691dc-e30c92e8, #w-node-ca504652-688e-3fec-3c1b-fda6c887d7b5-e30c92e8, #w-node-ca504652-688e-3fec-3c1b-fda6c887d7ba-e30c92e8, #w-node-ca504652-688e-3fec-3c1b-fda6c887d7bf-e30c92e8 {
  place-self: auto;
}

#w-node-_25aa97d1-d8cf-f3ac-c20e-28c0a67a0184-e30c92e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf713-e30c92e8, #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf713-17807134 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .75fr;
}

#w-node-_734fc308-c036-7784-cb92-b7d5849bbfbe-1bd9f1a6, #w-node-a46afc06-b4e1-af0e-9c4c-b81fe3068474-1bd9f1a6, #w-node-e9c6a7a2-a763-1145-7199-1ea3783c5fdb-1bd9f1a6, #w-node-b30f6f9b-1dce-4693-29db-29680f45a85b-1bd9f1a6, #w-node-_6955daa1-8f1d-9603-762a-4450d96a51a8-1bd9f1a6, #w-node-_44db5ee4-f136-7f87-d1e6-ac13ccd03ebc-1bd9f1a6, #w-node-_5c33f424-4d57-b01c-b1e4-f567e69350c3-1bd9f1a6, #w-node-_5ef6142a-92d8-b27d-4af2-bea00bc451b0-1bd9f1a6, #w-node-f1728d72-2763-0ba9-0c39-5854cf2ca590-1bd9f1a6 {
  align-self: start;
}

#w-node-_1626bf45-ebc0-64cb-7f10-f8fa8086a46c-1bd9f1a6, #w-node-_0c6b6ec9-54ec-0da8-08fb-85af4c4690ae-1bd9f1a6, #w-node-_2b33100b-97ea-daa1-bcba-2d8a7f35fc35-1bd9f1a6, #w-node-_2fa6aefe-da9a-b244-277a-0f9a1f15dfe8-1bd9f1a6 {
  place-self: start;
}

#w-node-_25aa97d1-d8cf-f3ac-c20e-28c0a67a0184-1bd9f1a6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_734fc308-c036-7784-cb92-b7d5849bbfbe-360fafc7, #w-node-f8f230c5-bad8-7cf7-0b04-959819c30467-360fafc7, #w-node-_7e28eed5-cb9b-e627-ed60-31fc4b1bb80c-360fafc7 {
  align-self: start;
}

#w-node-_1626bf45-ebc0-64cb-7f10-f8fa8086a46c-360fafc7, #w-node-eb95b9e1-04bc-5163-3684-06e663c50f48-360fafc7, #w-node-_7d65f847-ddd1-984a-01f2-12868d9efcfb-360fafc7, #w-node-bad87889-72df-89a4-b37b-ce0411bcaef1-360fafc7 {
  place-self: start;
}

#w-node-_25aa97d1-d8cf-f3ac-c20e-28c0a67a0184-360fafc7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

@media screen and (max-width: 479px) {
  #w-node-c65baafe-ef2e-5ffd-e38a-da4169ad1f5c-d2a50120, #w-node-_25aa97d1-d8cf-f3ac-c20e-28c0a67a0184-d2a50120 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf713-d2a50120 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf714-d2a50120 {
    order: 0;
  }

  #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf713-2e89e5bb {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf714-2e89e5bb {
    order: 0;
  }

  #w-node-_95d34d01-8f55-e44e-8ec8-90d1ba9bb129-e30c92e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c65baafe-ef2e-5ffd-e38a-da4169ad1f5c-e30c92e8, #w-node-_25aa97d1-d8cf-f3ac-c20e-28c0a67a0184-e30c92e8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf713-e30c92e8 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf714-e30c92e8 {
    order: 0;
  }

  #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf713-17807134 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-a870bf7d-b36a-5b17-30e1-6b97fdbcf714-17807134 {
    order: 0;
  }

  #w-node-_1626bf45-ebc0-64cb-7f10-f8fa8086a46c-1bd9f1a6 {
    place-self: start center;
  }

  #w-node-_25aa97d1-d8cf-f3ac-c20e-28c0a67a0184-1bd9f1a6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1626bf45-ebc0-64cb-7f10-f8fa8086a46c-360fafc7, #w-node-eb95b9e1-04bc-5163-3684-06e663c50f48-360fafc7, #w-node-_7d65f847-ddd1-984a-01f2-12868d9efcfb-360fafc7, #w-node-bad87889-72df-89a4-b37b-ce0411bcaef1-360fafc7 {
    place-self: start center;
  }

  #w-node-_25aa97d1-d8cf-f3ac-c20e-28c0a67a0184-360fafc7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


