@font-face {
  font-family: Futura std;
  src: url('../fonts/Futura-Std-Light-Oblique.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futurastd;
  src: url('../fonts/FuturaStd-Light.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura std;
  src: url('../fonts/Futura-Std-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura std;
  src: url('../fonts/Futura-Std-Medium.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dark-slate-blue: #003789;
  --white: white;
  --red: #e02b20;
  --royal-blue: #005ba6;
  --midnight-blue: #092e6e;
  --deep-sky-blue: #00a6cf;
  --red-2: #dd0c0c;
  --black: black;
  --midnight-blue-3: #14055d;
  --663399: #784ca5;
  --black-2: #fcee1d;
  --midnight-blue-2: #262d88;
  --yellow-green: #96be11;
  --khaki: #edd083;
  --midnight-blue-5: #000040;
  --midnight-blue-4: #465d78;
  --dark-turquoise: #03b9c4;
  --gold-2: #fcc724;
  --navy: #000271;
  --red-3: #f51819;
  --dark-slate-grey: #004d72;
  --yellow-green-2: #7fbc03;
  --orange-red: #ff6501;
  --medium-sea-green: #6dc16d;
  --gold: #ffdf00;
  --medium-slate-blue: #9565f7;
  --steel-blue: #4283ba;
  --azul-insec: #4175fc;
  --turuka1: #1d69d3;
  --tr2: #bf9a53;
  --color: white;
  --verde: #7eb837;
  --fc: #007ac2;
  --493118: #493118;
  --orange-red-2: #f15a24;
  --fc-2: #37cbae;
  --medium-purple: #957bc4;
  --rojomasajes: #ca1919;
  --marillo: #eda700;
  --visa: #202873;
  --arki: #fee600;
  --rojo-masajes: var(--medium-purple);
  --amarillo-masajes: var(--medium-purple);
}

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  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;
  }
}

.bodyfw {
  background-image: linear-gradient(110deg, #ffffff5c 30%, #0000 38%), url('../images/ban2.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  font-family: Oswald, sans-serif;
}

.headfw {
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
}

.banfw {
  padding: 50px 50px 20px;
}

.banfw.banfwgra {
  padding-top: 150px;
  padding-bottom: 150px;
}

.text-block.txtbansw {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: Anton, sans-serif;
  font-size: 70px;
  line-height: 75px;
}

.txtbanfw {
  color: #e00e32;
  text-align: center;
  letter-spacing: 3px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.fieldfw {
  text-align: center;
}

.btnenviarfw {
  text-transform: uppercase;
  background-color: #e00e32;
  width: 100%;
}

.formfw {
  background-color: var(--dark-slate-blue);
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px;
}

.infofw {
  background-color: var(--white);
  padding: 100px;
}

.txtinfofw {
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
}

.txtinfofw.txtinfofw2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 20px;
  line-height: 25px;
}

.txtinfofw.txtinfofwq22 {
  margin-top: 15px;
}

.txtinfofw1 {
  color: var(--dark-slate-blue);
  border-bottom: 5px solid #e00e32;
  margin-bottom: 30px;
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.txtinfofw1.txtcallfw {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.txtinfofw1.txtcallfw.txtcallfw2 {
  text-align: left;
  width: 100%;
}

.txtinfofw1.txtinfofw2 {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.btncontfw {
  background-color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 5px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.callfw {
  background-color: var(--dark-slate-blue);
  padding: 50px 100px;
}

.divfw {
  text-align: center;
}

.txtdivfw {
  color: #fff;
  margin-top: 10px;
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

.divfw2 {
  text-align: center;
  background-color: #ebebeb;
  border-radius: 10px;
  height: 230px;
  padding: 10px;
}

.rowfw {
  margin-bottom: 20px;
}

.column {
  text-align: center;
}

.btncallfw {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 100px;
  width: 100%;
  margin-top: 20px;
  font-size: 25px;
  line-height: 30px;
}

.fotfw {
  background-color: #1f1f1f;
  padding: 50px 100px;
}

.txtfotfw {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.txtfotfw.fotfw2 {
  text-align: left;
  background-image: url('../images/smartphone_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.txtfotfw.fotfw2.txtfotfewgas {
  background-image: url('../images/whatsapp-1.png');
}

.txtfotfw.txtfotfw3 {
  text-align: left;
  background-image: url('../images/email_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
}

.htmlfw {
  margin-top: 20px;
}

.txtheadfw {
  color: var(--dark-slate-blue);
  text-align: left;
  background-image: url('../images/smartphone.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 50px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.txtheadfw.txtheafw2 {
  background-image: url('../images/email.png');
}

.txtheadfw.txtwhasfw {
  background-image: url('../images/whatsapp-1.png');
}

.linkfw {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

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

.bodymp {
  background-image: url('../images/ban-1.jpg');
  background-position: 0 0;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.headlp {
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.banlp {
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.txtbanlp {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 35px;
  font-weight: 900;
  line-height: 42px;
}

.txtbanlp.txtbanlp2 {
  color: var(--red);
  text-transform: none;
  margin-top: 0;
  font-size: 35px;
  line-height: 40px;
}

.btnenviarlp {
  background-color: #005ca5;
  width: 100%;
  font-weight: 900;
}

.formlp {
  margin-top: 20px;
  padding: 10px;
}

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

.txtinfolp {
  color: var(--royal-blue);
  text-align: center;
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 40px;
}

.txtinfo2lp {
  color: #fff;
  text-align: center;
  padding: 9px;
  font-size: 15px;
  line-height: 25px;
}

.divlp {
  background-color: var(--royal-blue);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rowlp {
  margin-bottom: 20px;
}

.txtdfi3 {
  margin-top: 10px;
}

.calllp {
  background-color: var(--royal-blue);
  padding: 50px 100px;
}

.txtcalllp {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}

.txtclilp {
  color: var(--red);
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}

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

.btncontlp {
  background-color: var(--red);
  text-align: center;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.btncontlp.btncontlp2 {
  margin-top: 30px;
}

.txtlistlp {
  background-image: url('../images/success.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 25px;
}

.fotlp {
  background-color: var(--royal-blue);
  padding: 50px 100px;
}

.txtfotlp {
  color: #fff;
  letter-spacing: 1px;
  background-image: url('../images/smartphone_2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
}

.txtfotlp.txtlp2 {
  background-image: url('../images/whatsapp.png');
}

.txtfotlp.txtfotl2 {
  background-image: url('../images/email_2.png');
}

.txtfotlp.txtfotl2.txtfotlp3 {
  background-image: url('../images/placeholder-1.png');
}

.txtfotlp2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.htmllp {
  margin-top: 30px;
}

.txtheadlp {
  color: #fff;
  background-image: url('../images/smartphone_2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 50px;
  padding-left: 30px;
  font-size: 18px;
}

.txtheadlp.txtheadlo2 {
  color: var(--royal-blue);
  background-image: url('../images/whatsapp.png');
  margin-left: 50px;
}

.txtheadlp.txtheadlo3 {
  color: var(--royal-blue);
  background-image: url('../images/email-1.png');
}

.linklp {
  color: var(--royal-blue);
  text-decoration: none;
}

.linklp.linklp3, .linklp.linklp4 {
  color: #fff;
}

.btnservlp {
  background-color: var(--royal-blue);
  letter-spacing: 5px;
  background-image: url('../images/sort-down.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100px;
  margin-top: 15px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
}

.bodyco {
  background-image: linear-gradient(to right, #ffffff82 30%, #ffffff03 58%), url('../images/ban.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bodyco.bodyco2 {
  background-image: linear-gradient(to right, #ffffff82 30%, #ffffff03 58%), url('../images/ban2_1.jpg');
}

.bodyco.bodyco3 {
  background-image: linear-gradient(to right, #ffffff82 30%, #ffffff03 58%), url('../images/ban3.jpg');
}

.headco {
  padding-top: 15px;
  padding-left: 50px;
}

.banco {
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 50px;
}

.banco.banco3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banco.bancogr {
  padding-top: 150px;
  padding-bottom: 150px;
}

.txtbanco {
  color: #0b4992;
  letter-spacing: -2px;
  border-bottom: 5px solid #bdcb2a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.txtbanco.txtinfoco {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
}

.txtbanco.txtinfoco.txtinfoco3 {
  width: 100%;
}

.txtbanco.txxlinea2 {
  border-bottom-color: #00acd4;
  font-size: 43px;
}

.txtbanco2 {
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.btnenviarco {
  background-color: #0b4992;
  width: 100%;
}

.formco {
  background-image: linear-gradient(139deg, #092e6ee6, #00a6cfe6);
  border-radius: 10px;
  padding: 10px;
}

.formco.formco2 {
  background-image: linear-gradient(139deg, #bdcb2ae6, #359529e6);
}

.infoco {
  padding: 100px;
}

.infoco.infoco2 {
  background-color: #ebebeb;
}

.txtinfoco2 {
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 23px;
}

.txtinfoco2.txtinfoco3 {
  text-align: center;
}

.txtpaco {
  color: #0b4992;
  text-align: left;
  text-transform: uppercase;
  margin-top: 30px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.txtpaco.txtpaco2 {
  padding-left: 0;
}

.txtlistco {
  text-align: justify;
  background-image: url('../images/cursor_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 25px;
}

.txtlistco.txlistco22 {
  background-image: url('../images/cursor.png');
}

.btnco {
  text-align: center;
  letter-spacing: 1px;
  background-color: #0b4992;
  border-radius: 100px;
  width: 100%;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 900;
}

.colco2 {
  padding-right: 40px;
}

.listco {
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
}

.div-preguntas {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 500px;
  display: block;
  position: relative;
}

.div-preguntas.divco {
  padding-right: 0;
}

.paragraph-4 {
  text-align: justify;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-harm {
  color: #fff;
  cursor: pointer;
  background-color: #0b4992;
  background-image: url('../images/flecha-hacia-abajo-signo-para-navegar.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  font-size: 19px;
  transition: all .3s;
}

.btn-harm:hover {
  color: var(--midnight-blue);
  background-color: #fff;
  background-image: url('../images/flecha-hacia-abajo-signo-para-navegar.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px #40680e;
  font-weight: 700;
  box-shadow: 0 0 0 1px #70ad23;
}

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

.div-harm {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ecd9d9;
}

.div-harm2 {
  background-color: #fffc;
  height: auto;
  padding: 0 40px;
  overflow: hidden;
}

.div-harm2._2 {
  height: 0;
}

.paragraph-3 {
  text-align: justify;
  padding-top: 16px;
  padding-bottom: 16px;
}

.rowco {
  margin-top: 50px;
}

.btnservco {
  background-color: #0b4992;
  background-image: url('../images/flecha-hacia-abajo-signo-para-navegar.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 100px;
  width: 75%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.btnservco.btnservco2 {
  margin-bottom: 50px;
}

.callco {
  background-image: linear-gradient(126deg, var(--midnight-blue), var(--deep-sky-blue));
  margin-right: 0;
  padding: 50px 100px;
}

.txtcallco {
  color: #fff;
  margin-top: 5px;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.txtcallco.txtcallco2 {
  font-size: 20px;
  font-weight: 500;
}

.fotco {
  background-color: #0b4992;
  padding: 50px 100px;
}

.txtfotco {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.txtfotco2 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.txtheadco {
  color: var(--midnight-blue);
  background-image: url('../images/smartphone-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 38px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.txtheadco.txtheadco2 {
  background-image: url('../images/email-2.png');
}

.linkco {
  color: #0b4992;
  text-decoration: none;
}

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

.rowco2 {
  margin-top: 20px;
}

.imgco {
  margin-top: 30px;
}

.bodylu {
  font-family: Montserrat, sans-serif;
}

.headlu {
  padding: 10px 50px;
}

.banlu {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/ban2_2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.txtbanlu {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  text-shadow: 1px 1px 6px #000;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.txtbanlu.txtbanlu2 {
  text-align: center;
  letter-spacing: -4px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 70px;
}

.btnenviarlu {
  background-color: var(--red-2);
  width: 100%;
}

.button-2 {
  background-color: var(--red-2);
  text-align: center;
  background-image: url('../images/arrow-pointing-to-left.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 10px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 70px;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.colbanlu {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  width: 75%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.formlu {
  border: 1px solid var(--white);
  background-color: #ffffff87;
  border-radius: 10px;
  padding: 11px;
}

.infolu {
  padding: 100px;
}

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

.txtinfolu2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 900;
  line-height: 40px;
}

.txtinfolu3 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.txtinfolu3.txtcalllo2 {
  color: #fff;
  margin-top: 15px;
}

.txtlu {
  text-align: justify;
}

.divlu {
  background-color: #ececec;
  height: 280px;
  margin-top: 20px;
  padding: 10px;
}

.divlu.divlu2 {
  height: 320px;
}

.divlu.divlu3 {
  height: 370px;
}

.collu2 {
  padding: 10px;
}

.btncontlu {
  background-color: var(--red-2);
  text-align: center;
  width: 100%;
  margin-top: 15px;
  padding: 6px;
  font-size: 12px;
  font-weight: 700;
}

.seplu {
  margin-bottom: 30px;
}

.calllu {
  background-color: var(--red-2);
  padding: 50px 100px;
}

.txtcalllu {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  font-size: 43px;
  font-weight: 900;
  line-height: 40px;
}

.txtcalllu.txtcalllu2 {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.btncontlu2 {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 900;
}

.rowlu2 {
  margin-bottom: 20px;
}

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

.fotlu.firma-cp {
  background-color: #131313;
  padding-top: 20px;
  padding-bottom: 20px;
}

.txtfotlu {
  color: #fff;
  background-image: url('../images/smartphone_3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.txtfotlu.txtfotlu2 {
  background-image: url('../images/email_3.png');
}

.txtfotlu.txtfotlu3 {
  background-image: url('../images/placeholder.png');
  background-position: 0 0;
}

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

.htmllu {
  margin-top: 0;
}

.txtheadlu {
  background-image: url('../images/smartphone_3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 15px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.txtheadlu.txtheadlu2 {
  background-image: url('../images/email_3.png');
  margin-top: 15px;
}

.linkehadlu {
  color: var(--black);
  text-decoration: none;
}

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

.body {
  font-family: Futura std, sans-serif;
}

.header-cp {
  background-color: var(--white);
  padding-top: 1px;
  padding-bottom: 24px;
}

.div-logo-cp {
  z-index: 10;
  background-color: var(--white);
  text-align: center;
  width: 75%;
  padding: 25px;
  position: absolute;
  box-shadow: 0 0 5px 1px #00000024;
}

.div-logo-cp.logo-ms {
  padding: 10px 0 20px;
}

.text-contact-cp {
  letter-spacing: 2px;
  background-image: url('../images/manija-de-telefono-silueta_1.png');
  background-position: 11%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 6px;
  font-size: 15px;
}

.text-contact-cp.mail-hcp {
  letter-spacing: 0;
  background-image: url('../images/sobre.png');
  background-position: 0%;
  padding-left: 0;
}

.text-contact-cp.f-ms {
  letter-spacing: 0;
}

.text-hw {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 27px;
  font-family: Futurastd, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

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

.column-3 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.div-text-cp {
  background-color: #f1f0f09c;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 600px;
  display: block;
}

.div-text-cp.div-azul-ms {
  background-color: #ffffff6b;
}

.slide {
  background-image: url('../images/Casa-Chicureo2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.slide-ms1 {
  background-image: url('../images/IMG3_1391.jpg');
  background-position: 50%;
}

.slider {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.div-text-banner {
  z-index: 100;
  border-style: none;
  border-width: 4px 4px 12px 12px;
  border-color: var(--white) var(--white) var(--black) var(--black);
  background-color: var(--white);
  text-align: left;
  background-image: none;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 130%;
  height: 374px;
  margin-top: 124px;
  margin-left: 144px;
  margin-right: -59px;
  padding-left: 38px;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 10px #0003;
}

.div-text-banner.div-b-gracias-cp {
  width: 80%;
  margin-left: 138px;
}

.div-text-banner.fgtyyyy {
  width: 129%;
  margin-left: 166px;
}

.div-text-banner.fgtyyyy.div-gracias-ms {
  width: 120%;
  height: 339px;
}

.text-block-3 {
  color: var(--black);
  text-align: left;
  margin-top: 79px;
  font-family: Futurastd, sans-serif;
  font-size: 49px;
  font-weight: 200;
  line-height: 57px;
  transition: opacity .2s;
}

.text-block-3.title-gracias-cp {
  font-size: 35px;
  line-height: 46px;
}

.text-block-4 {
  color: #4e4b4b;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 27px;
}

.div-form-cp {
  background-color: #fff0;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px;
  display: block;
  position: static;
  inset: 0%;
}

.text-field, .text-field-2, .text-field-3, .textarea {
  text-align: center;
}

.column-4 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.column-5, .column-6 {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  flex: 0 auto;
  display: block;
}

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

.btn-form-cp {
  background-color: var(--black);
  letter-spacing: 3px;
  width: 100%;
}

.btn-form-cp.btn-form-ms {
  background-color: #1d1b27;
}

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

.form-text-title {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
}

.form-text-title.title-form-ms {
  color: var(--white);
}

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

.slide-2.slider-ms2 {
  background-image: url('../images/1bg.jpg');
}

.btn-banner-cp {
  color: #413d3d;
  letter-spacing: 1px;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 2px;
  margin-bottom: 11px;
  padding-top: 15px;
  padding-bottom: 16px;
  font-size: 16px;
  transition: transform .5s, background-color .2s;
}

.btn-banner-cp:hover {
  background-color: var(--black);
  color: var(--white);
  transform: translate(0, -5px);
}

.btn-banner-cp.btn-call {
  border-color: var(--white);
  color: var(--white);
  margin-top: 10px;
}

.btn-banner-cp.btn-call:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn-banner-cp.btn-ser-cp {
  letter-spacing: 4px;
}

.btn-banner-cp.btn-ser-cp.btn-qa {
  margin-top: 33px;
}

.btn-banner-cp.btn-ser-cp.contac45ee {
  margin-top: 28px;
}

.btn-banner-cp.btn-banner-ms {
  border-color: var(--white);
  color: var(--white);
  margin-top: 37px;
}

.btn-banner-cp.btn-banner-ms:hover {
  background-color: var(--midnight-blue-3);
  color: var(--white);
}

.btn-banner-cp.btn-banner-ms.btn-contact-ms.btm-sec-ms {
  border-color: var(--midnight-blue-3);
  color: var(--midnight-blue-3);
}

.btn-banner-cp.btn-banner-ms.btn-contact-ms.btm-sec-ms:hover {
  color: var(--white);
}

.tabs-menu {
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.tabs-content {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.tab-link {
  color: #a5a5a5;
  letter-spacing: 2px;
  background-color: #ddd0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  font-family: Futura std, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: color .2s;
}

.tab-link.w--current {
  color: #313131;
  background-color: #c8c8c800;
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: 400;
  transition: color .4s;
}

.text-block-5 {
  letter-spacing: 2px;
}

.paragraph-7 {
  text-align: justify;
  margin-bottom: 24px;
  font-family: Futurastd, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 26px;
}

.text-block-6 {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

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

.div-imagen-serv-cp {
  background-image: url('../images/lateral_caracteristicas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 814px;
}

.div-imagen-serv-cp.imh2-servd {
  background-image: url('../images/modulor_01.jpg');
  height: 606px;
}

.column-8 {
  padding-left: 10px;
  padding-right: 27px;
  display: block;
}

.section-2 {
  background-color: #f0f0f0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-2.nuevos-m {
  background-color: var(--white);
}

.text-block-7 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
}

.text-block-7.derrtt {
  margin-bottom: 18px;
}

.text-block-8 {
  color: #817f7f;
  background-image: url('../images/simbolo-correcto.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-bottom: 4px;
  padding-left: 20px;
}

.text-block-8.derww {
  background-position: 0 0;
}

.text-block-8.list-detalle-c {
  margin-bottom: 9px;
  font-size: 17px;
}

.div-img-serv {
  background-image: url('../images/detalle_estructura_04.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 13px;
}

.div-img-serv.dertty {
  background-image: url('../images/sistema_modular_01.jpg');
}

.div-img-serv.dewqwg {
  background-image: url('../images/terminaciones_01.jpg');
}

.div-img-serv.dewqwg.derrrr {
  background-image: url('../images/Plazos_01.jpg');
}

.div-img-serv.swq {
  background-image: url('../images/Eco_01.jpg');
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
  grid-auto-flow: row;
  place-content: space-around stretch;
  align-items: stretch;
  height: auto;
}

.lightbox-link {
  width: 100%;
  display: block;
}

.image {
  width: 100%;
  display: inline-block;
}

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

.title-proyects {
  color: #575656;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
  margin-top: 8px;
  padding-bottom: 0;
  line-height: 31px;
  text-decoration: underline;
}

.section-3 {
  background-color: #f1f1f1;
  padding-top: 78px;
  padding-bottom: 70px;
  display: block;
}

.call-1-cp {
  background-color: var(--black);
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-11 {
  color: var(--black);
  text-align: center;
  margin-bottom: 38px;
  font-size: 35px;
  font-weight: 700;
  line-height: 49px;
}

.text-block-11.derr {
  text-align: left;
}

.text-block-11.derr.title-footer-cp {
  text-align: center;
  font-size: 46px;
}

.text-block-11.derr.title-footer-cp.cms {
  color: var(--midnight-blue-3);
}

.text-block-12 {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 26px;
}

.text-block-12.derww {
  text-align: left;
}

.text-icon-c {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  background-image: url('../images/casa-moderna.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 92px;
  padding-top: 92px;
  font-size: 19px;
}

.text-icon-c.dewwq {
  background-image: url('../images/apreton-de-manos.png');
  background-size: 80px;
  padding-top: 92px;
}

.text-icon-c.bgtr4 {
  background-image: url('../images/casa-moderna-1.png');
}

.div-block {
  color: #e2dfdf;
  background-color: #707070;
  width: 5%;
  height: 4px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-13 {
  text-align: justify;
  font-size: 15px;
  line-height: 27px;
}

.column-12 {
  padding-right: 41px;
}

.call-2-cp {
  background-color: var(--black);
  padding-top: 35px;
  padding-bottom: 35px;
}

.call-2-cp.call-2-ms {
  background-image: linear-gradient(#14055dd1, #0000009c), url('../images/1bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.column-13 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: block;
}

.text-block-14 {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 1px;
  font-size: 27px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-14.ms-ct {
  font-size: 30px;
}

.footer-cp {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/88246.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 31px;
}

.text-block-15 {
  color: var(--white);
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 24px;
}

.text-contact-footer-cp {
  background-image: url('../images/punto-relleno-de-marcador-de-posicion.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 21px;
}

.text-contact-footer-cp.fono-footer-cp {
  text-align: center;
  background-image: url('../images/manija-de-telefono-silueta_1.png');
  background-position: 18% 0;
}

.columns-2 {
  margin-bottom: 49px;
}

.div-block-2 {
  background-color: var(--black);
  width: 16%;
  height: 8px;
  margin-bottom: 34px;
}

.txtformlu {
  text-align: center;
  font-weight: 900;
}

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

.link.bhuio {
  color: #fff;
}

.link-2, .link-3, .link-4 {
  color: #333;
  text-decoration: none;
}

.section-5 {
  background-color: var(--663399);
}

.section-6 {
  background-image: url('../images/home-slider-01.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 1%;
  padding-bottom: 1%;
}

.section-6.banner-gracias-4h {
  height: 500px;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

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

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

.submit-button {
  background-color: var(--black-2);
  color: var(--663399);
  width: 100%;
  font-weight: 700;
}

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

.column-16 {
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 6% 4% 0%;
}

.heading-2 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 1px 1px 3px #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 60px;
}

.heading-2.txtt-gracias1 {
  margin-top: 98px;
  font-size: 44px;
  line-height: 52px;
}

.body-2 {
  font-family: Futura std, sans-serif;
}

.heading-3 {
  color: #784ca5;
  text-align: center;
  margin-top: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-weight: 300;
}

.heading-5 {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.form {
  background-color: #784ca5db;
  border: 1px #000;
  border-radius: 10px;
  padding: 10px;
}

.column-17 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

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

.section-7 {
  background-color: var(--663399);
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.heading-6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

.button-4 {
  background-color: var(--663399);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  margin-top: 2%;
}

.button-4:hover {
  background-color: #3d2059;
}

.heading-7 {
  border-left: 3px solid var(--663399);
  padding-left: 3%;
  font-weight: 700;
}

.list {
  font-size: 18px;
  line-height: 24px;
}

.list-item {
  background-image: url('../images/right-chevron.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 9%;
}

.section-8 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.heading-8 {
  color: var(--663399);
  text-align: center;
  font-weight: 400;
}

.heading-9 {
  text-align: center;
  margin-top: 0;
  font-size: 31px;
}

.heading-10 {
  color: var(--663399);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.text-block-16 {
  text-align: justify;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 16px;
  line-height: 24px;
}

.column-20 {
  background-color: var(--white);
  padding: 5%;
  box-shadow: 2px 2px 9px #0006;
}

.button-5 {
  background-color: var(--663399);
  text-align: center;
  width: 100%;
}

.button-5:hover {
  background-color: #3d2059;
}

.section-9 {
  background-image: url('../images/2681216.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-10 {
  background-color: var(--663399);
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}

.section-11 {
  background-color: #252525;
  padding-top: 1%;
  padding-bottom: 1%;
}

.columns-6 {
  flex-direction: row-reverse;
  display: flex;
}

.container {
  padding-top: 4%;
  padding-bottom: 4%;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-12 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.button-6 {
  background-color: var(--663399);
  text-align: center;
  border: 2px solid #3d2059;
  width: 300px;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 16px;
  line-height: 28px;
}

.button-6:hover {
  background-color: #3d2059;
}

.heading-13 {
  color: var(--white);
  text-align: left;
  font-weight: 400;
}

.html-embed {
  text-align: center;
}

.heading-14 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}

.button-7 {
  text-align: left;
  background-color: #3d2059;
  border: 1px solid #3d2059;
  border-radius: 3px;
  margin-bottom: 3%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: 300;
}

.button-7:hover {
  background-color: var(--663399);
  border: 1px solid #3d2059;
}

.button-7.btn-gracias-4h {
  font-size: 18px;
  line-height: 35px;
}

.bodyge {
  background-image: url('../images/home-realtor-main-bg.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

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

.bange {
  padding-bottom: 50px;
  padding-left: 50px;
}

.bange.bangrage {
  padding-top: 100px;
  padding-bottom: 150px;
}

.txtbange {
  color: var(--midnight-blue-2);
  text-align: center;
  letter-spacing: -2px;
  border-bottom: 3px solid #96be11;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Futura std, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
}

.txtbange.txtinfoge {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.txtbange.txtinfoge.txtinfoge2 {
  color: var(--midnight-blue-2);
}

.txtbange.txtinfoge.txtcallge {
  width: 100%;
}

.txtban2ge {
  color: var(--midnight-blue-2);
  text-align: center;
  margin-top: 15px;
  padding-left: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.divge {
  border: 1px none var(--midnight-blue-2);
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}

.formge {
  background-color: #262d88c4;
  padding: 10px;
}

.enviarge {
  background-color: var(--yellow-green);
  width: 100%;
}

.infoge {
  padding: 100px;
}

.infoge.infoge2 {
  background-image: url('../images/Logo2.png'), linear-gradient(#262d88e8, #262d88e8);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
}

.infoge.infoge2.callge {
  background-image: linear-gradient(#262d88e8, #262d88e8);
  padding-top: 50px;
  padding-bottom: 50px;
}

.txtserge {
  color: var(--midnight-blue-2);
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Futura std, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.divsege {
  border: 1px solid var(--midnight-blue-2);
  background-color: var(--white);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: 25px;
  box-shadow: 3px 3px 3px #00000045;
}

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

.txtsrvge {
  color: #333;
}

.btncontge {
  background-color: var(--yellow-green);
  text-align: center;
  border-radius: 100px;
  width: 90%;
  margin-top: 70px;
  font-size: 16px;
  font-weight: 900;
}

.btncontge.btncontge2 {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.txtgeac {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}

.txtgeac.txtgead22 {
  color: #333;
}

.divged2 {
  text-align: center;
  background-color: #ececec;
  border-radius: 10px;
  height: 340px;
  margin-top: 30px;
  padding: 10px;
}

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

.txtfonoge {
  color: #fff;
  letter-spacing: 2px;
  background-image: url('../images/call-answer.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
}

.txtfonoge.txtfonoge2 {
  background-image: url('../images/envelope.png');
}

.txtfonoge.txtfonoge3 {
  background-image: url('../images/multiple-users-silhouette.png');
}

.txtfonoge.txtfonoge3.txtfonoge4 {
  background-image: url('../images/whatsapp-logo-variant.png');
}

.txtphonege {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 18px;
}

.rowge, .htmlge {
  margin-top: 20px;
}

.txtheadge {
  background-image: url('../images/smartphone-1_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 50px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 30px;
}

.txtheadge.txtheadge2 {
  background-image: url('../images/email-1_2.png');
}

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

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

.div4o {
  text-align: center;
  border: 1px solid #a1a1a1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 25px;
}

.div4o2 {
  text-align: left;
  height: 120px;
  padding-left: 20px;
}

.columns-7 {
  border: 1px #e9e9e9;
}

.txtgracge {
  color: var(--yellow-green);
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}

.link-5, .link-6, .link-7, .link-8 {
  color: var(--white);
  text-decoration: none;
}

.bodyca {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ban_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.txtbanca {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #edd083;
  margin-bottom: 15px;
  font-family: Abril Fatface, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
}

.txtban2ca {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.banca {
  padding-top: 50px;
  padding-bottom: 50px;
}

.logoca {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.colheadca {
  text-align: center;
}

.btnbanca {
  background-color: var(--black);
  text-align: center;
  border: 1px solid #edd083a6;
  width: 100%;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.formsca {
  background-color: #0000004d;
  margin-top: 30px;
  padding: 20px;
}

.btnenviarca {
  background-color: var(--khaki);
  text-shadow: 1px 1px 2px #000;
  width: 100%;
}

.callca {
  background-color: #1a1a1a;
  padding: 50px 100px;
}

.txtcallca {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.txtcallca.txtcallca4 {
  text-align: center;
}

.txtcall2 {
  color: var(--khaki);
  text-align: center;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
}

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

.txtcallca3.txtcallca33 {
  color: var(--khaki);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.btncallca {
  background-color: var(--khaki);
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px #000;
  border-radius: 100px;
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 900;
}

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

.txtinfoca {
  border-bottom: 1px solid var(--khaki);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Abril Fatface, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.rowca {
  margin-bottom: 15px;
}

.slidca {
  text-align: center;
  background-color: #0000;
  height: 350px;
}

.colfoca {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mapca {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.txtheadca {
  color: #fff;
  text-align: right;
  background-image: url('../images/smartphone_4.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 60px;
  padding-right: 35px;
  font-size: 18px;
  line-height: 30px;
}

.txtheadca.txtheadca2 {
  text-align: left;
  background-image: url('../images/email_4.png');
  background-position: 0%;
  padding-left: 35px;
  padding-right: 0;
}

.body-3 {
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-sub-ms {
  color: var(--white);
  margin-top: 58px;
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
}

.text-sub-ms.subtext-ms {
  margin-top: 0;
}

.text-sub-ms.subtext-ms.sub-pag {
  color: #474545;
  margin-top: 31px;
}

.text-sub-ms.sub-nosotros-ms {
  color: var(--white);
  margin-top: 0;
}

.title-banner-ms {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 57px;
  font-weight: 800;
  line-height: 55px;
}

.title-banner-ms.title-serv-ms {
  margin-bottom: 28px;
  font-size: 33px;
  font-weight: 700;
}

.title-banner-ms.title-serv-ms.t-pag {
  color: var(--midnight-blue-3);
  font-size: 28px;
  line-height: 44px;
}

.title-banner-ms.qs-title-ms {
  color: var(--white);
  margin-bottom: 29px;
  font-size: 40px;
  font-weight: 600;
}

.title-banner-ms.t-m-ms {
  letter-spacing: 2px;
  font-weight: 600;
}

.title-banner-ms.t-m-ms.t-ccdf {
  color: var(--midnight-blue-3);
}

.title-banner-ms.title-gracas-ms {
  margin-top: 66px;
  font-size: 36px;
  line-height: 44px;
}

.text-block-18 {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 27px;
}

.div-block-4 {
  background-color: #36717f;
  width: 10%;
  height: 3px;
}

.servicios-ms {
  padding-top: 70px;
  padding-bottom: 30px;
}

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

.text-block-19.text-nosotros-ms {
  color: var(--white);
  text-align: justify;
  font-size: 15px;
  line-height: 31px;
}

.columns-8 {
  margin-bottom: 36px;
}

.nosotros-ms {
  background-color: #14055de0;
  background-image: linear-gradient(67deg, #14055ddb, #00000036), url('../images/1bg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-12 {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-c {
  background-color: #fff0;
}

.slider-2 {
  background-color: #ddd0;
  margin-top: 27px;
}

.title-modelos-ms {
  color: var(--midnight-blue-3);
  text-align: center;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 600;
}

.icon {
  z-index: 1000;
  background-color: var(--midnight-blue-3);
  justify-content: space-around;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 44px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon.icon-slider {
  z-index: auto;
  width: 30px;
  height: 30px;
  margin-left: 22px;
  font-size: 20px;
  inset: 0% 0% 0% auto;
}

.icon-slider.icon {
  inset: 0% auto 0% 0%;
}

.icon-slider.icon.il {
  margin-left: 31px;
  display: block;
  inset: 0% 0 0% -37%;
}

.left-arrow {
  inset: 0% auto 0% -6%;
}

.right-arrow {
  inset: 0% -11% 0% auto;
}

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

.hedaer-irc {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 9px;
}

.hedaer-irc.header-abo {
  background-color: var(--midnight-blue-5);
}

.column-28 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.contact-header-irv {
  text-align: center;
  letter-spacing: 0;
  background-image: url('../images/telefono_1.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-top: 20px;
  font-size: 19px;
  line-height: 22px;
}

.contact-header-irv.cw {
  background-image: url('../images/correo_1.png');
  background-position: 38%;
  background-size: 21px;
  font-size: 20px;
  line-height: 24px;
}

.contact-header-irv.cw.celular-f {
  letter-spacing: 0;
  background-position: 19%;
}

.contact-header-irv.cw.celular-f.wder {
  background-image: url('../images/whatsapp.svg');
  background-position: 18%;
  background-size: 28px;
  font-size: 17px;
  line-height: 30px;
}

.contact-header-irv.cw.celular-f.wder.tybvc {
  background-image: url('../images/whatsapp_1.svg');
  background-position: 26%;
}

.contact-header-irv.cw.fp {
  letter-spacing: 0;
  background-image: url('../images/tarjeta.png');
  background-position: 6%;
  margin-bottom: 9px;
}

.contact-header-irv.cw.fp.yy66 {
  background-image: url('../images/envelope.svg');
  background-position: 28%;
  background-size: 24px;
  margin-bottom: 3px;
  font-size: 19px;
}

.contact-header-irv.cw.fp.yy66.ghyu {
  background-image: url('../images/email.svg');
  background-position: 33%;
}

.contact-header-irv.cw.dhd {
  background-image: url('../images/correo_2.png');
  background-position: 39%;
}

.contact-header-irv.cw.fgty67 {
  color: var(--white);
  background-image: url('../images/envelope.svg');
  background-position: 33%;
  background-size: 22px;
}

.contact-header-irv.cw.fgty67.ins-header {
  background-image: url('../images/instagram.svg');
  background-position: 15%;
  background-size: 30px;
  line-height: 32px;
}

.contact-header-irv.cw.fgty67.email-abog {
  background-image: url('../images/email.svg');
}

.contact-header-irv.gtrrrp {
  background-image: url('../images/phone-call.svg');
  background-position: 6%;
  background-size: 22px;
  font-size: 20px;
  line-height: 30px;
}

.contact-header-irv.gtrrrp.ghyuins {
  background-image: url('../images/instagram.svg');
  background-position: 27%;
  background-size: 27px;
}

.contact-header-irv.gtrrrp.hy7n {
  background-image: url('../images/phone-call_1.svg');
  background-position: 30%;
}

.contact-header-irv.hyu7 {
  color: var(--white);
  background-image: url('../images/phone-call.svg');
  background-position: 32%;
  background-size: 20px;
}

.contact-header-irv.hyu7.pabo {
  background-image: url('../images/phone-call_1.svg');
}

.num-tel {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

.num-tel.num-wtas {
  font-size: 19px;
}

.num-tel.num-wtas.ret56 {
  line-height: 22px;
}

.link-9 {
  color: #fff;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 31px;
  text-decoration: none;
}

.link-9.fgty6 {
  color: #373737;
}

.banner-rc {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/new-modern-kitchen-with-large-windows_1512x.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  display: block;
}

.banner-rc.bbl {
  background-image: linear-gradient(97deg, #000000c7, #00000012), url('../images/b1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 569px;
}

.banner-rc.bbl.vcbyu7 {
  background-image: linear-gradient(97deg, #000000c7, #00000012), url('../images/AdobeStock_321621127.jpg');
  background-position: 0 0, 50%;
}

.body-4 {
  font-family: Futura std, sans-serif;
  font-weight: 400;
}

.title1-banner-rc {
  color: #4b4949;
  text-align: center;
  letter-spacing: 9px;
  margin-top: 106px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.title1-banner-rc.freyt {
  color: #0bd6e2;
  letter-spacing: 5px;
  text-shadow: 1px 1px 1px #000;
  margin-top: 203px;
  font-size: 24px;
  font-weight: 700;
}

.title-2-banner-ci {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px var(--black);
  margin-top: 185px;
  padding-left: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 51px;
  font-weight: 900;
  line-height: 58px;
}

.title-2-banner-ci.title-gracias-ii {
  margin-top: 90px;
  font-size: 48px;
  line-height: 51px;
}

.title-2-banner-ci.bnhyu {
  letter-spacing: 0;
  margin-top: 0;
  font-family: Futura std, sans-serif;
  font-size: 45px;
}

.title-2-banner-ci.bnhyu.tgrfdcv {
  margin-top: 133px;
  font-size: 38px;
}

.text-block-20 {
  color: var(--midnight-blue-4);
  text-align: center;
  letter-spacing: 5px;
  font-size: 23px;
  font-weight: 600;
  line-height: 39px;
}

.text-block-20.title2-gracias-i {
  letter-spacing: 0;
  font-size: 22px;
}

.text-block-20.s2tb {
  color: var(--white);
  letter-spacing: 0;
  text-shadow: 1px 1px 1px #0000005e;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.slider-banner-id {
  background-color: #ddd0;
  height: auto;
  margin-top: 9px;
}

.s1 {
  text-align: center;
}

.slide-nav {
  display: none;
  overflow: visible;
}

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

.img-e3.img-s-2, .img-e3.imgs-3 {
  width: 70%;
}

.div-form-icr {
  background-color: #ffffffed;
  border-radius: 0;
  padding: 33px 20px;
  box-shadow: 3px 3px 9px -3px #00000070;
}

.div-form-icr.ljkjlk {
  background-color: #ffffff42;
}

.textarea-2 {
  text-align: center;
  border-radius: 7px;
  font-size: 16px;
}

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

.text-field-6 {
  color: #0e0e0e;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 0;
  font-size: 16px;
}

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

.btn-form-ids {
  background-color: var(--dark-turquoise);
  width: 100%;
}

.btn-form-ids.hju8 {
  background-color: var(--gold-2);
}

.text-block-21 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  background-color: #00d3de;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 118px;
  font-size: 16px;
  font-weight: 500;
  line-height: 49px;
}

.text-block-21.hyu78 {
  background-color: var(--navy);
  letter-spacing: 2px;
}

.call-im {
  background-color: var(--dark-turquoise);
  background-image: none;
  background-position: 0 0;
  padding-top: 52px;
  padding-bottom: 51px;
}

.call-im.callbl {
  background-color: var(--red-3);
}

.call-im.callbl.gt789 {
  background-color: var(--midnight-blue-5);
}

.call-im.kio {
  background-color: var(--red-3);
}

.call-im.kio.yu7890 {
  background-color: var(--midnight-blue-5);
}

.text-block-22 {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 400;
  line-height: 51px;
}

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

.column-29 {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: block;
}

.btn-call1-id {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 2px;
  background-color: #bdc6c600;
  margin-top: 42px;
  font-size: 16px;
}

.btn-call1-id:hover {
  border-color: var(--gold-2);
  background-color: var(--gold-2);
  color: #fff;
}

.btn-call1-id.w--current {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.btn-call1-id.btn-serv-3 {
  border-color: var(--dark-turquoise);
  color: var(--dark-turquoise);
  text-align: center;
  width: 100%;
  margin-top: 16px;
  font-weight: 500;
}

.btn-call1-id.btn-serv-3:hover {
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.btn-call1-id.btn-serv-3.btn-cf-b {
  border-color: var(--gold-2);
  background-color: var(--gold-2);
  color: var(--white);
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  display: block;
  position: relative;
}

.btn-call1-id.btn-serv-3.btn-cf-b:hover {
  border-color: var(--white);
  background-color: #f5181900;
  width: 59%;
}

.btn-call1-id.btn-serv-3.btn-cf-b.w--current {
  border-color: var(--white);
  color: var(--white);
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.btn-call1-id.btn-serv-3.btn-cf-b.w--current:hover {
  border-color: var(--dark-turquoise);
  background-color: var(--dark-turquoise);
}

.btn-call1-id.btn-serv-3.btn-cf-b.btn-gf {
  margin-left: auto;
  margin-right: auto;
}

.btn-call1-id.btn-serv-3.btn-cf-b.vbtyvm {
  border-color: var(--dark-turquoise);
  background-color: var(--dark-turquoise);
  border-radius: 5px;
  width: 31%;
  margin-top: 67px;
  font-size: 16px;
}

.btn-call1-id.btn-serv-3.btn-cf-b.vbtyvm:hover {
  background-color: #048c94;
  border-color: #038d96;
}

.btn-call1-id.btn-serv-3.btn-cf-b.btn-pdf {
  border-color: var(--white);
  background-color: #f5181900;
  margin-left: 0;
  margin-right: auto;
}

.btn-call1-id.btn-serv-3.btn-cf-b.btn-pdf:hover {
  background-color: var(--black);
  border-color: #000;
  width: 95%;
}

.btn-call1-id.btn-serv-3.btnqsk {
  text-align: center;
  width: 60%;
}

.btn-call1-id.btn-serv-3.ghyui {
  border-color: var(--red-3);
  color: var(--red-3);
  font-size: 17px;
}

.btn-call1-id.btn-serv-3.ghyui:hover {
  background-color: var(--red-3);
  color: #fff;
}

.btn-call1-id.btn-serv-3.ghyui.btn-pdf {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-call1-id.btn-serv-3.ghyui.btn-pdf:hover {
  color: #000;
  background-color: #0000;
}

.btn-call1-id.btn-css {
  margin-top: 36px;
  font-size: 17px;
}

.btn-call1-id.btn-css:hover {
  border-color: var(--gold-2);
  background-color: var(--gold-2);
  color: var(--white);
}

.btn-call1-id.cvbtr {
  margin-top: 37px;
  font-size: 16px;
}

.btn-call1-id.cvbtr:hover {
  border-color: var(--gold-2);
  background-color: var(--gold-2);
  color: #fff;
  letter-spacing: 1px;
}

.btn-call1-id.ty6789 {
  border-color: var(--midnight-blue-5);
  background-color: var(--midnight-blue-5);
  letter-spacing: 2px;
  margin-top: 28px;
  font-size: 16px;
  transition: background-color .4s;
}

.btn-call1-id.ty6789:hover {
  color: var(--midnight-blue-5);
  background-color: #00004000;
  font-size: 16px;
}

.servicios-irc {
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 100px;
}

.title1-servcisio {
  color: #6b7475;
  text-align: center;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 500;
}

.title1-servcisio.queerr {
  color: #0ad1dd;
  text-align: left;
  text-shadow: 1px 1px 1px #00000063;
  font-weight: 600;
}

.title1-servcisio.queerr.qsfa {
  color: var(--dark-turquoise);
  text-shadow: none;
  margin-top: 39px;
}

.title1-servcisio.ltr {
  color: var(--gold-2);
  text-align: left;
}

.title-2-serv {
  color: #313030;
  text-align: center;
  margin-bottom: 38px;
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
}

.title-2-serv.ase43 {
  color: var(--white);
  text-align: left;
  text-shadow: 1px 1px 1px #00000082;
  margin-bottom: 27px;
  font-size: 36px;
}

.title-2-serv.tcf {
  margin-bottom: 29px;
}

.title-2-serv.sqwer {
  text-align: left;
  margin-bottom: 28px;
}

.title-2-serv._56790 {
  text-align: left;
}

.text-block-23 {
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 36px;
  font-size: 15px;
}

.text-block-23.text-cf {
  text-align: center;
  margin-bottom: 42px;
  font-size: 18px;
}

.text-block-23.text-cf.vfrt5 {
  margin-top: 0;
}

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

.slide-3.f1 {
  background-image: url('../images/folleto1.jpg');
}

.slide-3.c1 {
  background-image: url('../images/catalogo3.jpg');
}

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

.slide-4.f2 {
  background-image: url('../images/folletos3.jpg');
}

.slide-4.c2 {
  background-image: url('../images/catalogo1.jpg');
  background-position: 50%;
}

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

.text-block-24 {
  color: var(--midnight-blue-4);
  margin-top: 26px;
  font-size: 22px;
  font-weight: 500;
}

.icon-2, .icon-3, .icon-4, .icon-5, .icon-6, .icon-7 {
  font-size: 25px;
}

.left-arrow-3 {
  padding-left: 0;
}

.section-13 {
  background-image: linear-gradient(107deg, #0000, #0000009e), url('../images/canstockphoto31830311-2.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-13.sder {
  background-image: url('../images/the-statue-of-justice-symbol.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
}

.image-5 {
  width: 100%;
}

.text-block-25 {
  color: var(--white);
  background-image: url('../images/cheque.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 31px;
  font-size: 16px;
  line-height: 28px;
}

.slider-3, .slider-4, .slider-5 {
  margin-bottom: 17px;
}

.contacto-impre {
  padding-top: 74px;
  padding-bottom: 88px;
}

.link-10, .link-11, .link-12, .link-13 {
  color: #333;
  text-decoration: none;
}

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

.slide-6 {
  background-image: url('../images/2016-12-28-55.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/2016-12-28-16.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/2016-12-28-25.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-s-1 {
  width: 52%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-26 {
  text-align: center;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: 900;
  line-height: 36px;
}

.div-img-product {
  background-image: url('../images/PUERTAS-BLINDADAS-CHILE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e9e9e9;
  height: 313px;
}

.div-img-product.img-2-pro {
  background-image: url('../images/alcoholnew_1024x10242x.jpg');
  background-position: 0%;
}

.div-img-product.img-3-pro {
  background-image: url('../images/SprayFront_1024x10242x.jpg');
}

.div-img-product.img-4-pro {
  background-image: url('../images/Cubrecalzado_1024x10242x.jpg');
}

.div-img-product.img-4-pro.img5-est {
  background-image: url('../images/5445949_1024x10242x.jpg');
}

.div-img-product.img-5-pro.hytrew {
  background-image: url('../images/Captura5_1024x10242x.jpg');
}

.div-img-product.img-7-pro {
  background-image: url('../images/Capturadepantalla2020-05-07ala_s_16.05.jpg');
}

.div-img-product.img-8-pro {
  background-image: url('../images/limpiavidrios_1024x10242x.jpg');
}

.div-img-product.img-9-pro {
  background-image: url('../images/quicks_1024x10242x.jpg');
}

.div-img-product.d2s {
  background-image: url('../images/shutterstock_1091506694-min.jpg');
}

.div-img-product.vbs {
  background-image: url('../images/356.jpg');
}

.div-img-product.jkuio {
  background-image: url('../images/1938005_amb_770x430.jpg');
}

.div-info-pro {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  margin-bottom: 20px;
  padding: 10px 15px 21px;
  display: block;
}

.div-info-pro.div-info-iten1 {
  height: 210px;
  display: block;
}

.div-info-pro._67yuio {
  height: 637px;
  margin-bottom: 0;
  padding: 40px;
}

.div-info-pro._67yuio._6yhjk.yu7890 {
  height: 710px;
}

.title-product-a {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.title-product-a.tyuyo {
  color: var(--midnight-blue-5);
  text-align: left;
  margin-bottom: 28px;
  font-size: 30px;
}

.check-list-pro {
  background-image: url('../images/ui.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 5px;
  padding-left: 24px;
  line-height: 21px;
}

.check-list-pro.fre {
  background-position: 0 0;
}

.column-33 {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
}

.scder {
  color: var(--black-2);
}

.text-block-27 {
  color: var(--dark-turquoise);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.text-block-28 {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.section-14 {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-29 {
  text-align: justify;
  margin-bottom: 26px;
  line-height: 25px;
}

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

.bodybi {
  background-image: url('../images/banner-carrusel-covid-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.logobi {
  width: 250px;
}

.headbi {
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 50px;
}

.txtbanbi {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
}

.txtbanbi.txtbanbi2 {
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
}

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

.banbi.banbigr {
  padding-top: 40px;
  padding-bottom: 135px;
}

.txtbanbi2 {
  color: var(--yellow-green-2);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}

.formbi {
  background-color: #004d72;
  padding: 15px;
}

.btnenviarbi {
  background-color: var(--yellow-green-2);
  width: 100%;
}

.divbi {
  text-align: center;
  background-color: #fffc;
  border-radius: 10px;
  margin: 5px 5px 20px;
  padding: 5px;
  box-shadow: 3px 3px 3px #0003;
}

.txtbanbi3 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  text-decoration: none;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

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

.infobi.infobi2 {
  background-color: #f3f3f3;
  background-image: url('../images/inf1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.infobi.infobi3 {
  background-image: url('../images/inf2.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.txtinfobi {
  border-bottom: 3px solid var(--yellow-green-2);
  color: var(--dark-slate-grey);
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}

.txtinfobi.txtifoi2 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.txtlisbi {
  background-image: url('../images/arr.png');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-30 {
  text-align: center;
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-30.txtbibi {
  text-align: justify;
}

.btncontbi {
  background-color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 100px;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
}

.callbi {
  background-color: var(--dark-slate-grey);
  padding: 50px 100px;
}

.callbi.fotbi {
  background-color: #333;
}

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

.imgfotbi {
  width: 300px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.txtfotbi {
  color: #fff;
  letter-spacing: 2px;
  background-image: url('../images/p1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 15px;
  padding-left: 35px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.txtfotbi.fotbi2 {
  background-image: url('../images/p3.png');
}

.txtfotbi.fotbi3 {
  background-image: url('../images/p2.png');
}

.txtfotbi.txtfotbi3 {
  background-image: url('../images/i4_3.png');
  margin-bottom: 17px;
}

.txtfonbi2 {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
}

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

.linkheabi {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.colheabbi {
  padding-top: 22px;
}

.txtconbi {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
}

.colbi {
  background-color: #ffffffd9;
  padding: 15px;
}

.bodysa {
  background-image: url('../images/ban_2.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.headersa {
  padding: 10px 100px;
}

.bansa {
  padding: 50px 100px;
}

.bansa.bangrasa {
  padding-top: 150px;
  padding-bottom: 150px;
}

.txtbansa {
  color: #fff;
  font-size: 45px;
  font-weight: 200;
  line-height: 35px;
}

.txtbansa.txtbansa2 {
  color: var(--orange-red);
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.formsa {
  background-color: #6dc16d;
  margin-top: 20px;
  padding: 10px;
}

.btnenvirsa {
  background-color: var(--orange-red);
  width: 100%;
}

.txtescrsa {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.infosa {
  padding: 100px;
}

.txtinfosa {
  color: var(--orange-red);
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.txtinfosa.txtinfosa2 {
  color: #fff;
}

.txtisa2 {
  color: var(--medium-sea-green);
}

.txtisa1 {
  background-color: var(--medium-sea-green);
  color: #fff;
  text-align: center;
  border-radius: 100px 100px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.txtiisa {
  text-align: justify;
  padding: 20px;
}

.divsa {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  margin: 10px;
  padding: 0;
  box-shadow: 3px 3px 7px #0000004d;
}

.imgdisa {
  width: 100%;
}

.rowsa {
  margin-top: 30px;
}

.btncontsa {
  background-color: var(--orange-red);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin-top: 70px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.btncontsa.btncontsa2 {
  background-color: var(--medium-sea-green);
  background-image: url('../images/call-answer.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 40px;
}

.btncontsa.btnconsa3 {
  background-color: #ff6501;
  width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 25px;
  display: block;
}

.callsa {
  background-color: var(--orange-red);
  padding: 50px 100px;
}

.slisa {
  background-color: #0000;
  height: 230px;
}

.sldsa {
  text-align: center;
}

.txtsasa {
  text-align: justify;
}

.colsa {
  padding: 26px;
}

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

.txtfotsa {
  color: #fff;
  background-image: url('../images/i3_4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 30px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.txtfotsa.txtfotsa2 {
  background-image: url('../images/i1_3.png');
}

.txtfonsa {
  color: #fff;
  padding-left: 30px;
  font-size: 18px;
}

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

.htmlmasa {
  margin-bottom: -10px;
}

.txtprebi {
  color: var(--dark-slate-grey);
  background-image: url('../images/arr.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 35px;
  font-size: 17px;
  font-weight: 900;
  line-height: 22px;
}

.divbio {
  border-radius: 10px;
  width: 100%;
  height: 450px;
  margin: 20px 13px 13px;
  padding: 13px;
  box-shadow: 2px 2px 6px #0000006b;
}

.imgbi {
  width: 100%;
}

.imglp {
  display: none;
}

.div-logo-blincol {
  background-color: #fff;
  width: 45%;
  margin-bottom: -62px;
  padding: 10px;
}

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

.div-block-5 {
  background-color: #000040d4;
  padding: 60px;
}

.div-pqe {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  height: 300px;
  padding: 30px 20px;
  transition: box-shadow .4s;
}

.div-pqe:hover {
  box-shadow: 0 9px 30px -20px #0000007a;
}

.text-block-31 {
  text-align: center;
  background-image: url('../images/control-de-calidad.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80px;
  padding-top: 106px;
  font-size: 22px;
}

.text-block-31.fgty6 {
  background-image: url('../images/apreton-de-manos.svg');
}

.text-block-31.fgty6.ty678._678io {
  background-image: url('../images/ley.svg');
}

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

.text-block-31.ty678 {
  background-image: url('../images/atencion-al-cliente.svg');
  font-size: 17px;
  line-height: 25px;
}

.text-block-31.ty678.ty6hbn {
  background-image: url('../images/abogado.svg');
}

.text-block-32 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 31px;
}

.link-14 {
  color: #313131;
  text-decoration: none;
}

.whatsapp-gs {
  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:hover {
  background-color: #0db64e;
  margin-bottom: 17px;
  box-shadow: 5px 5px 12px #00000078;
}

.whatsapp-gs.whats-ner {
  width: 22%;
  margin-left: 0;
  margin-right: 20px;
  inset: auto 0% 0% auto;
}

.whatsapp-gs.whats-ner.wor {
  text-align: center;
  background-position: 50%;
  background-size: auto;
  width: 75px;
  height: 75px;
  display: block;
}

.whatsapp-gs.whats-ner.wor.wsal {
  border: 2px none var(--white);
}

.whatsapp-gs.whats-ner.wor.instagram {
  border: 2px solid var(--white);
  background-color: var(--red-3);
  background-image: url('../images/instagram2.svg');
  background-position: 50%;
  background-size: 30px;
  margin-bottom: 110px;
}

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

.image-7 {
  max-width: 80%;
}

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

.image-8 {
  max-width: 80%;
}

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

.image-9 {
  max-width: 80%;
}

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

.image-10 {
  max-width: 80%;
}

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

.columns-11 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

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

.banlg {
  background-image: url('../images/ban_3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 100px;
}

.bodylg {
  font-family: Poppins, sans-serif;
}

.txtbanlg {
  color: var(--white);
  text-align: center;
  text-shadow: 4px 4px 0 var(--navy);
  margin-bottom: 13px;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
}

.txtbanlg2 {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.formlg {
  background-color: var(--navy);
  border-radius: 10px;
  margin-top: 15px;
  padding: 12px;
  box-shadow: 4px 4px 3px #0006;
}

.txtescrlg {
  color: var(--white);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

.bhtnenviarlg {
  background-color: var(--gold);
  width: 100%;
}

.logolg {
  width: 200px;
}

.txtphonelg {
  background-image: url('../images/i1_4.png');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 45px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 30px;
}

.txtphonelg.txtphonelg2 {
  background-image: url('../images/i2_4.png');
}

.txtphonelg.txtdirel {
  background-image: url('../images/i3_5.png');
}

.linklg {
  color: var(--black);
  text-decoration: none;
}

.linklg.linklg2 {
  color: #fff;
}

.infolg {
  padding: 100px;
}

.infolg.calllg {
  background-color: var(--navy);
}

.txtinfolg {
  color: var(--navy);
  text-align: center;
  text-shadow: 4px 4px 0 var(--gold);
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
}

.txtinfolg.infolg22 {
  color: #fff;
  text-shadow: none;
  margin-bottom: 30px;
}

.txtinfolg2 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}

.txtinfolg2.txtinfolg3 {
  text-align: justify;
  font-size: 18px;
  line-height: 25px;
}

.rowlg {
  margin-bottom: 20px;
}

.btncontlg {
  background-color: var(--navy);
  text-align: center;
  border-radius: 100px;
  width: 50%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.divlg {
  color: #fff;
  text-align: center;
  background-color: #0e080857;
  border-radius: 10px;
  padding: 15px;
}

.txtdivlg {
  margin-top: 12px;
  font-size: 18px;
}

.imglg {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.text-block-33 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 185px;
  margin-bottom: 2px;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-34 {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.container-2 {
  max-width: 80%;
}

.section-16 {
  padding-top: 70px;
  padding-bottom: 0;
}

.container-3 {
  max-width: 80%;
}

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

.column-39 {
  padding-left: 64px;
}

.container-4 {
  max-width: 80%;
}

.column-40, .column-41 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-36 {
  background-image: url('../images/checking-mark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 8px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 25px;
}

.text-block-36.gtyu89 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.text-block-36.hyu78io {
  color: #fff;
}

.div-img34 {
  background-image: url('../images/husband-and-wife-during-divorce-process-with-male-counselor-and-signing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 637px;
}

.div-img34._78iik {
  background-image: url('../images/shutterstock-133365560.jpg');
  background-size: cover;
}

.div-img34._78iik.y6789o {
  background-image: url('../images/iStock-901351330-scaled.jpg');
}

.div-img34._67ujk {
  background-image: url('../images/proteccion-al-consumidor.jpg');
}

.div-img34._67ujk.yi8oml {
  background-image: url('../images/court-hammer-and-books-judgment-and-law-concept.jpg');
  background-size: cover;
  height: 710px;
}

.column-42, .column-43 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  background-color: var(--midnight-blue-5);
  padding: 40px;
}

.text-block-37 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 23px;
  line-height: 30px;
}

.bodypa {
  font-family: Poppins, sans-serif;
}

.headpa {
  padding: 10px 100px;
}

.logopa {
  width: 300px;
}

.banpa {
  background-image: url('../images/ban_4.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 400px 100px 100px;
}

.banpa.banpa2 {
  background-image: linear-gradient(to right, #4283baba 39%, #ffffff03 61%), url('../images/ban2_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
}

.formpa {
  background-color: var(--medium-slate-blue);
  border-radius: 10px;
  padding: 10px;
}

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

.submit-button-2 {
  background-color: var(--steel-blue);
  width: 100%;
}

.txtbanpa {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.txtbanpa.txtbanpa2 {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 45px;
  font-weight: 900;
  line-height: 60px;
}

.icopa {
  color: var(--steel-blue);
  background-image: url('../images/i1_5.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
}

.icopa.icopa2 {
  background-image: url('../images/i3_6.png');
  margin-top: 10px;
}

.icopa.icopa3 {
  background-image: url('../images/i2_5.png');
}

.linkpa {
  color: var(--steel-blue);
  text-decoration: none;
}

.linkpa.linkpa2 {
  color: #fff;
}

.infopa {
  padding: 100px;
}

.infopa.infopa2 {
  background-color: #f7f7f7;
}

.txttitinfo {
  color: var(--steel-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.txttitinfo.txtcallpa {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

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

.colseppa {
  border-top: 5px solid var(--medium-slate-blue);
  margin-bottom: 30px;
}

.btncontpa {
  background-color: var(--medium-slate-blue);
  letter-spacing: 1px;
  border-radius: 100px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.column-44 {
  padding-right: 10px;
}

.image-14 {
  width: 400px;
  margin-top: 0;
}

.callpa {
  background-color: var(--medium-slate-blue);
  background-image: linear-gradient(#0009, #0009), url('../images/b2ap3_amp_cambiar-asesoria-miedos.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px;
}

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

.text-block-39 {
  color: #fff;
  margin-top: 10px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-8 {
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  flex-direction: column-reverse;
  justify-content: center;
  height: 220px;
  margin-bottom: 20px;
  padding: 19px;
  font-size: 16px;
  display: flex;
}

.div-block-8.div2pa {
  background-color: var(--steel-blue);
}

.div-block-8.div3 {
  background-image: linear-gradient(to right, var(--medium-slate-blue), var(--steel-blue));
  margin: 8px;
  font-size: 15px;
}

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

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

.htmlpa {
  margin-top: 30px;
}

.link-block-2 {
  text-align: center;
  margin: 20px auto;
  display: block;
}

.list-item-2 {
  text-align: justify;
  margin-bottom: 20px;
}

.contact-header-ic {
  color: #3d5b96;
  text-align: center;
  letter-spacing: 3px;
  background-image: url('../images/manija-de-telefono-silueta_2manija-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_2telefono.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.vgbhj {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}

.contact-header-ic.hf-pr.vgbhj.cvt56 {
  background-image: url('../images/llamada-telefonica_2.svg');
  font-size: 14px;
}

.contact-header-ic.hf-pr.vgbhj.cvt56.bnhjio {
  background-image: url('../images/llamada-telefonica_3.svg');
}

.contact-header-ic.hf-pr.vgbhj.cvt56.bnhjio.dvbn {
  color: #131313;
}

.contact-header-ic.hf-pr.vgbhj.cvt56.bnhjio.dvbn.bniop {
  background-image: url('../images/llamada-telefonica_4.svg');
  font-weight: 800;
}

.contact-header-ic.hf-pr.vgbhj.cvt56.bnhjio.dvbn.bniop.mnk {
  background-image: url('../images/pasador-de-ubicacion.svg');
}

.contact-header-ic.hf-pr.vgbhj.cvt56.bnhjio.dvbn.nmlo {
  background-image: url('../images/llamada-telefonica-1.svg');
}

.contact-header-ic.hf-pr.dvbn {
  background-image: url('../images/correo-electronico.svg');
}

.contact-header-ic.hf-pr.dvbn.vbbnlo {
  background-image: url('../images/correo-electronico_1.svg');
  font-size: 14px;
  font-weight: 700;
}

.contact-header-ic.hf-pr.dvbn.vbnmk {
  background-image: url('../images/correo-electronico-1.svg');
}

.contact-header-ic.hf-pr.dvbn.gt678 {
  background-image: url('../images/sobre.svg');
}

.contact-header-ic.hf-pr.dvbn.gt678.lo0p {
  background-image: url('../images/sobre_1.svg');
}

.contact-header-ic.hf-pr.byu89 {
  background-image: url('../images/llamada-telefonica_5.svg');
}

.contact-header-ic.hf-pr.byu89.jmklo {
  background-image: url('../images/llamada-telefonica_6.svg');
}

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

.contact-header-ic.contact-env.h-m-pr {
  color: #000;
  background-image: url('../images/correo_3correo.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.gtyui {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}

.contact-header-ic.contact-env.cvswq {
  background-image: url('../images/email_3.svg');
}

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

.item-contact.gty {
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 29px;
}

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

.header-ic.bannerele {
  background-image: linear-gradient(#00000080, #00000080), url('../images/electrical-technician-working-in-switchboard-with-fuses.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.header-ic.bannerele.cvxsw {
  background-image: linear-gradient(#00000096, #00000096), url('../images/4343.jpg');
  background-position: 0 0, 0 0;
}

.header-ic.bannerele.cvxsw.cvbhyu {
  background-image: linear-gradient(#00000082, #00000082), url('../images/9640.jpg');
  background-position: 0 0, 50%;
}

.header-ic.bannerele.cvxsw.cvbhyu.vbnjuio {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/2148727496.jpg');
  background-size: auto, cover;
  padding-top: 0;
}

.header-ic.bannerele.cvxsw.cvbhyu.vbnjuio.bnm {
  background-image: linear-gradient(#0000, #0000), url('../images/1.jpg');
}

.header-ic.bannerele.cvxsw.cvbhyu.vbnjuio.bn {
  background-color: #000;
  background-image: linear-gradient(121deg, #15467ae3, #558f0ee0), url('../images/2148862521.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-ic.bannerele.cvxsw.cvbhyu.vbnjuio.vv6789 {
  background-color: #00000080;
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/b1_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 150px;
}

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

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

.columns-19.fgyh {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f7f7;
  border-radius: 0 0 9px 9px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 20px;
}

.columns-19.yt8r8 {
  margin-bottom: 0;
}

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

.link-72.frty {
  color: var(--black);
}

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

.column-95 {
  text-align: center;
  flex: none;
  align-self: center;
  padding-right: 20px;
}

.column-95.jmklop {
  background-color: #000000bf;
  border-radius: 19px;
  padding: 60px 30px;
}

.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.cvdwe {
  background-color: var(--azul-insec);
}

.submit-button-17.cvdwe:hover {
  background-color: #1a59b1;
}

.submit-button-17.cvdwe.trb2 {
  background-color: var(--turuka1);
}

.submit-button-17.cvdwe.trb2.bnm {
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.submit-button-17.cvdwe.trb2.bnm.nmkjiop {
  background-color: var(--black);
}

.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.gt678 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 800;
  line-height: 43px;
}

.text-block-212.gt678.tif {
  font-size: 54px;
  line-height: 55px;
}

.text-block-212.gt678.tif.mu890 {
  color: #fff;
  font-size: 52px;
}

.text-block-212.gt678.tif.mu890.vbh {
  font-size: 45px;
}

.text-block-212.gt678.gbyui {
  color: #fff;
  text-align: left;
  margin-bottom: 9px;
  font-size: 62px;
  line-height: 67px;
}

.text-block-212.gt678.gbyui.mn78 {
  margin-top: 79px;
  font-size: 37px;
  line-height: 56px;
}

.text-block-212.gt678.gbyui.fvbhju {
  font-size: 38px;
  line-height: 50px;
}

.text-block-212.gt678.gbyui.fvbhju.fvbnjk {
  margin-top: 84px;
}

.text-block-212.gt678.gbyui.fvbhju.bnmklo {
  margin-top: 95px;
}

.text-block-212.gt678.gbyui.fvbhju.bnmklo.bnm {
  margin-top: 0;
  font-size: 38px;
}

.text-block-212.gt678.gbyui.fvbhju.bnmklo.vbnkl {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 31px;
  line-height: 40px;
}

.text-block-212.gt678.gbyui.fvbhju.bnmklo.vf67 {
  margin-top: 140px;
  margin-bottom: 30px;
}

.text-block-212.gt678.gbyui.fvbhju.bnmklo.vf67.kiop {
  text-align: center;
  margin-top: 0;
}

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

.text-block-212.hy789.gbvdf {
  text-align: left;
  margin-top: 92px;
  font-size: 17px;
}

.text-block-212.dfhyui {
  margin-top: 0;
}

.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.hyuio {
  background-color: var(--azul-insec);
  width: 210px;
  margin-left: 0;
  font-weight: 500;
}

.button-25.hjui.hyuio:hover {
  background-color: #253c8f;
}

.button-25.hjui.hyuio.by789 {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.button-25.hjui.hyuio.trb {
  background-color: var(--turuka1);
  text-align: center;
  letter-spacing: 0;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
}

.button-25.hjui.hyuio.trb.mlopl {
  background-color: #0000;
  border: 1px solid #fff;
  width: 191px;
}

.button-25.hjui.hyuio.trb.mlopl:hover {
  color: #000;
  background-color: #fff;
}

.button-25.hjui.hyuio.trb.ghyui {
  background-color: #2da8ff00;
  border: 1px solid #fff;
}

.button-25.hjui.hyuio.trb.ghyui:hover {
  color: #252525;
  background-color: #fff;
}

.button-25.hjui.hyuio.trb.gty78 {
  width: auto;
}

.button-25.hjui.hyuio.trb.nm9o0 {
  margin-left: 0;
  margin-right: auto;
}

.button-25.hjui.hyuio.trb.nm9o0.klop0 {
  width: 38%;
}

.button-25.hjui.hyuio.bnm {
  background-color: var(--turuka1);
  font-size: 16px;
  font-weight: 600;
}

.button-25.hjui.bnhjyu {
  color: #fff;
  background-color: #47689200;
  border: 2px solid #fff;
  flex: 0 auto;
  width: 230px;
  font-size: 17px;
  font-weight: 600;
}

.button-25.hjui.bnhjyu:hover {
  color: #2c2c2c;
  background-color: #fff;
}

.button-25.hjui.bnhjyu.cvbnj {
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
}

.button-25.btn-left {
  border-radius: 8px;
  width: 51%;
  margin-left: 0;
}

.button-25.btn-left.n7890 {
  background-color: #2138af;
}

.button-25.btn-left.n7890:hover {
  background-color: #182980;
}

.button-25.btn-left.n7890.htyuio {
  background-color: #476892;
}

.button-25.btn-left.n7890.htyuio:hover {
  background-color: #2b4c75;
}

.button-25.btn5 {
  background-color: #476892;
}

.button-25.btn5:hover {
  background-color: #2f4f77;
}

.button-25.ghy8 {
  background-color: #fff0;
  border: 1px solid #fff;
  width: 25%;
}

.button-25.ghy8:hover {
  color: #252525;
  background-color: #fff;
}

.button-25.ghy8.cdfth {
  color: #fafafa;
  letter-spacing: 1px;
  background-color: #2e66aa;
  background-image: url('../images/llamada-telefonica_2.svg');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-style: none;
  flex: 1;
  align-self: auto;
  width: auto;
  max-width: none;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.button-25.ghy8.cdfth:hover {
  background-color: #20589c;
}

.button-25.ghy8.cdfth.efrgggm {
  background-color: #3ccf6e;
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
  background-position: 4vh;
  border-width: 0;
  width: auto;
}

.button-25.ghy8.cdfth.efrgggm:hover {
  color: #fff;
  background-color: #18b44d;
}

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

.text-block-133.cvbhyu {
  color: var(--tr2);
  letter-spacing: 1px;
  background-color: #493118;
  border-radius: 7px;
  line-height: 37px;
}

.text-field-4 {
  text-align: center;
  border-radius: 7px;
  margin-bottom: 0;
  font-size: 16px;
}

.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: #00000042;
}

.div-block-24.hyui {
  background-color: #0000007a;
  width: 106%;
  margin-top: 0;
}

.div-block-24.hyui.vbhyui {
  background-color: #e7e7e7;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  min-height: 600px;
  padding-top: 27px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-24.hyui.vbhyui.hyuo {
  background-color: var(--color);
  min-height: 480px;
}

.container-ie {
  max-width: 89%;
}

.body-5 {
  font-family: Montserrat, sans-serif;
}

.text-block-213 {
  color: #fff;
  text-align: left;
  font-size: 17px;
  line-height: 30px;
}

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

.column-93 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.text-block-214 {
  text-align: justify;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 29px;
}

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

.column-94 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: block;
}

.text-block-215 {
  color: #384482;
  margin-top: 1px;
  margin-bottom: 21px;
  font-size: 39px;
  font-weight: 600;
  line-height: 49px;
}

.text-block-215.tngt {
  color: #000;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
}

.text-block-215.tngt.gbhuyi {
  color: var(--black);
}

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

.section-32._789kl {
  padding-bottom: 60px;
}

.section-32._789kl.hjmn {
  padding-top: 52px;
  padding-bottom: 60px;
}

.section-32._789kl.hjmn.dfghjk {
  background-color: var(--turuka1);
  background-image: linear-gradient(#098eafe3, #098eafe3), url('../images/2148862521.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-32._789kl.hjmn.dfghjk.bnm {
  background-color: #fff;
}

.section-32._789kl.hjmn.dfghjk.gb7uui {
  background-color: var(--color);
  background-image: linear-gradient(#f0f0f0e3, #f0f0f0e3);
}

.section-32._789kl.hjmn.nb {
  padding-bottom: 60px;
}

.text-block-216 {
  color: #384482;
  margin-bottom: 7px;
  font-size: 25px;
  line-height: 35px;
}

.text-block-216.gty67 {
  color: #585858;
}

.text-block-216.gty67.fvbgyui {
  color: var(--azul-insec);
  font-weight: 500;
}

.text-block-216.gty67.fvbgyui.vbrr, .text-block-216.gty67.fvbgyui.vbrr.vvbnjk {
  color: var(--turuka1);
}

.text-block-216.gty67.fvbgyui.vbrr.bnkl {
  color: var(--verde);
}

.div-img-serv-de {
  background-image: url('../images/desratizacion-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 200px;
}

.div-img-serv-de.serv3 {
  background-image: url('../images/serv5.jpg');
}

.div-img-serv-de.serv3.ju890 {
  background-image: url('../images/male-plumber-using-wrench-to-tighten-water-faucet-in-kitchen-seen-up-close.jpg');
}

.div-img-serv-de.serv3.ju890.bnjk {
  background-image: url('../images/Portada_imagen-blog_Mesa-de-trabajo-1-2500x1250.jpg');
}

.div-img-serv-de.serv3.ju890.bnjk.bnm {
  background-image: url('../images/rsw_600h_600cg_true-2.webp');
}

.div-img-serv-de.serv2 {
  background-image: url('../images/serv4.jpg');
}

.div-img-serv-de.serv2._6tgvfder {
  background-image: url('../images/repair-of-gas-boiler.jpg');
}

.div-img-serv-de.serv2._6tgvfder.ju90 {
  background-image: url('../images/workers-examining-the-work.jpg');
}

.div-img-serv-de.serv2._6tgvfder.ju90._67bn {
  background-image: url('../images/rsw_600h_600cg_true-1.webp');
}

.div-img-serv-de.serv2._6tgvfder.ju90._67bn.gtyb {
  background-image: url('../images/yh.jpg');
}

.div-img-serv-de.div-img-serv-ig {
  background-image: url('../images/plumber-fixing-white-sink-pipe-with-adjustable-wrench.jpg');
}

.div-img-serv-de.div-img-serv-ig.de45 {
  background-image: url('../images/engineer-meeting-for-architectural-project-working-with-partner.jpg');
}

.div-img-serv-de.div-img-serv-ig.de45.fr578 {
  background-image: url('../images/rsw_600h_600cg_true.webp');
}

.div-img-serv-de.div-img-serv-ig.de45.fr578.hyui {
  background-image: url('../images/rsw_600h_600cg_true-3.webp');
}

.div-img-serv-de.div-img-serv-ig.cvt678 {
  background-image: url('../images/tecnico-profesional-cctv-trabajando.jpg');
}

.div-img-serv-de.dff {
  background-image: url('../images/desratizacion2-min.jpg');
}

.div-img-serv-de.vbnm {
  background-image: url('../images/sanitizacion-min.jpg');
}

.div-img-serv-de.mnyui {
  background-image: url('../images/covid-min.jpg');
}

.div-img-serv-de.ntr5 {
  background-image: url('../images/otrasplagas-min.jpg');
}

.div-img-serv-de.vbcer {
  background-image: url('../images/murcielagos-min.jpg');
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.div-img-serv-de.vbcer.cvb {
  background-image: url('../images/577037.jpg');
  background-repeat: no-repeat;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.div-img-serv-de.vbcer.cvb.op2 {
  background-image: url('../images/2148819838.jpg');
}

.div-img-serv-de.vbcer.cvb.op2.cvbn3 {
  background-image: url('../images/3250.jpg');
}

.div-img-serv-de.cfm {
  background-image: url('../images/577037.jpg');
}

.column-98 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-136 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-25 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 294px;
  margin-bottom: 40px;
  padding: 30px 25px;
  display: block;
}

.div-block-25.dfhh {
  text-align: center;
  border-radius: 11px;
  min-height: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-217 {
  color: #254f9d;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 1px solid #135d8d;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 11px;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-217.ts1 {
  color: #000;
  letter-spacing: -1px;
  font-size: 19px;
  font-weight: 600;
}

.text-block-217.ts1.bghy {
  border-bottom-style: none;
  margin-top: 20px;
  font-size: 21px;
}

.section-31 {
  background-image: linear-gradient(#101966, #486296b5), url('../images/frt.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 33px;
  padding-top: 0;
  padding-bottom: 95px;
}

.section-31.h7890 {
  margin-top: 0;
  padding-top: 100px;
}

.section-31.h7890.ghyuio {
  background-image: linear-gradient(#36557cc4, #36557cc4), url('../images/grey-concrete-building-under-the-blue-sky.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-31.h7890.ghyuio.gtyu {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/main-power-plant-energy-ideas-and-energy-saving.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-31.h7890.cd456 {
  background-image: linear-gradient(#101966, #486296b5), url('../images/928.jpg');
  background-attachment: scroll, fixed;
}

.section-31.h7890.cd456.bnhjui {
  background-image: linear-gradient(#000c, #000c), url('../images/2151015228.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  max-width: none;
  margin-bottom: 0;
}

.section-31.h7890.cd456.bnhjui.fgh {
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/22624.jpg');
  background-repeat: repeat, no-repeat;
}

.section-31.h7890.cd456.bnhjui.fgh.nmlo {
  background-image: linear-gradient(#3488b6e3, #43bd30f0), url('../images/2148862521.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block-135 {
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
}

.text-block-135.qsdp {
  color: var(--white);
}

.text-block-135.qsdp.vf6789 {
  color: var(--black);
}

.section-59 {
  background-color: #1b2764;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-59.bnhyu {
  background-color: #2138af;
}

.section-59.bnhyu.yu8 {
  background-color: #436ea5;
}

.section-59.bnhyu.yu8.vbhyui {
  background-color: var(--azul-insec);
}

.section-59.bnhyu.yu8.vbhyui.vbnmk {
  background-color: var(--verde);
}

.section-59.bnhyu.yu8.vbhyui.vbnmk.hnjkl {
  background-color: var(--turuka1);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-59.bnhyu.yu8.vbhyui.vbnmk.hnjkl.blp {
  background-color: var(--black);
}

.section-59.bnhyu.yu8.vbhyui.ftyu8 {
  background-color: var(--fc);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-134 {
  border-right: 4px solid var(--white);
  color: var(--color);
  text-align: right;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px var(--493118);
  padding-right: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 47px;
}

.text-block-134.hjuio {
  font-size: 33px;
}

.text-block-134.ghuiii {
  border-right-color: var(--color);
}

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

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

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

.text-block-218.txt-email-v.vbgtyui {
  text-align: left;
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
}

.text-block-218.txt-email-v.vbgtyui.vbhuio {
  text-align: center;
  background-position: 34%;
  font-size: 17px;
  font-weight: 500;
}

.text-block-218.txt-email-v.vbgtyui.vbhuio.webruk {
  background-image: url('../images/sitio-web.svg');
}

.text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/email_3.svg');
  background-position: 15%;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1px;
  display: flex;
}

.text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk.nmlo {
  background-image: url('../images/placeholder-1.png');
  background-position: 0 0;
}

.text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk.nmkiii {
  background-position: 25%;
}

.text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk.nmkiii.vbnm {
  background-position: 0%;
}

.text-block-218.txt-email-v.vbgtyui.vbhuio.bnmiop {
  background-position: 30%;
}

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

.text-block-219.fgh, .text-block-219.hnm {
  margin-bottom: 17px;
}

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

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

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

.column-154 {
  text-align: center;
  border-right: 1px #00000063;
  border-radius: 10px;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
}

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

.text-block-220 {
  color: #fff;
  text-align: left;
  background-image: url('../images/telefono_3telefono.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-220.vddw {
  background-image: url('../images/logotipo-de-instagram.svg');
}

.text-block-220.vddw.dfvb {
  background-image: url('../images/facebook.svg');
}

.text-block-220.vbnhj {
  text-align: center;
  background-position: 34%;
  font-size: 17px;
  font-weight: 500;
}

.text-block-220.vbnhj.jkiop {
  background-position: 34%;
}

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

.row-8.nmkl {
  margin-bottom: 0;
}

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

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

.div-block-26 {
  background-color: #000;
  height: 500px;
  padding: 80px 80px 80px 100px;
}

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

.link-73, .link-74 {
  color: #fff;
  text-decoration: none;
}

.containerwm {
  text-align: center;
  max-width: 83%;
}

.containerwm.fdffd4f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.containerwm.hfhg {
  max-width: 85%;
}

.text-block-140 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-size: 13px;
}

.text-block-141 {
  text-align: center;
  background-image: url('../images/llamada-telefonica.svg');
  background-position: 18%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 0;
  font-size: 17px;
  font-weight: 700;
}

.text-block-141.emailtxt {
  background-image: url('../images/email_1.svg');
  background-position: 5%;
}

.text-block-141.emailtxt.ty789 {
  background-position: 10%;
}

.text-block-141.emailtxt.ty789.nmkp {
  background-image: url('../images/email_2.svg');
  background-position: 3%;
}

.text-block-141.emailtxt.ty789.nmkp.ccfcccfcf {
  background-image: none;
}

.text-block-141.gty7ui {
  color: #999696;
  background-image: url('../images/llamada-telefonica_1.svg');
  background-position: 13%;
}

.text-block-141.gty7ui.fcfc {
  background-image: none;
}

.header-wm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-wm.ffccf {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.link-46 {
  color: #2e2e2e;
  font-weight: 600;
  text-decoration: none;
}

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

.btn-call1-id-2 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #bdc6c600;
  border: 1px solid #fff;
  margin-top: 42px;
  font-size: 16px;
}

.btn-call1-id-2:hover {
  color: #fff;
  background-color: #fcc724;
  border-color: #fcc724;
}

.btn-call1-id-2.w--current {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.btn-call1-id-2.btn-serv-3 {
  color: #03b9c4;
  text-align: center;
  border-color: #03b9c4;
  width: 100%;
  margin-top: 16px;
  font-weight: 500;
}

.btn-call1-id-2.btn-serv-3:hover {
  color: #fff;
  background-color: #03b9c4;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b {
  color: #fff;
  background-color: #fcc724;
  border-color: #fcc724;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  display: block;
  position: relative;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b:hover {
  background-color: #f5181900;
  border-color: #fff;
  width: 59%;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b.w--current {
  color: #fff;
  border-color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b.w--current:hover {
  background-color: #03b9c4;
  border-color: #03b9c4;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b.vbtyvm {
  background-color: #0000;
  border-color: #fff;
  border-radius: 5px;
  width: 41%;
  margin-top: 25px;
  font-size: 16px;
  line-height: 26px;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b.vbtyvm:hover {
  color: #303030;
  background-color: #fff;
  border-color: #038d96;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b.vbtyvm.ffff-l {
  background-color: #c90101;
  border-color: #c90101;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b.vbtyvm.ffff-l:hover {
  color: #fff;
  background-color: #db1414;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b.vbtyvm.ffff-l.w--current:hover {
  color: #fff;
}

.btn-call1-id-2.btn-serv-3.btn-cf-b.vbtyvm.ghy78 {
  width: 100%;
  margin-top: 0;
}

.btn-call1-id-2.btnsm {
  background-color: var(--orange-red-2);
  letter-spacing: 0;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin-top: 21px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 22px;
  transition: background-color .4s;
}

.btn-call1-id-2.btnsm:hover {
  background-color: #db4e1b;
}

.btn-call1-id-2.btnsm.btn-cont {
  margin-top: 0;
}

.btn-call1-id-2.btnsm.fffcfccf {
  background-color: var(--fc);
}

.btn-call1-id-2.btnsm.fffcfccf:hover {
  background-color: var(--fc-2);
}

.btn-call1-id-2.fr678 {
  background-color: var(--orange-red-2);
  text-align: center;
  border-color: #d1121e;
  border-radius: 6px;
  width: 53%;
  margin-top: 10px;
  margin-right: auto;
}

.btn-call1-id-2.fr678:hover {
  background-color: #0000;
  border-color: #fff;
}

.btn-call1-id-2.fr678.fccfcc44 {
  background-color: var(--fc-2);
  border-style: solid;
  border-color: #fff;
}

.btn-call1-id-2.fr678.fccfcc44:hover {
  background-color: var(--fc);
  border-style: solid;
}

.section-74 {
  background-image: linear-gradient(109deg, #125cadfa, #fe0000c2), url('../images/Recepción-Recta-01.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: block;
}

.section-74.de457 {
  background-image: linear-gradient(#083b59b3, #083b59b3), url('../images/propuesta-portada.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-74.de457.rty67889 {
  background-image: linear-gradient(#003789c4, #003789c4), url('../images/multihomeservices_chile.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 510px;
}

.section-74.de457.rty67889.ffccc {
  background-image: linear-gradient(#00000038, #00000038), url('../images/FC_BANNER_WEB_1-v6.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-2-banner-ci-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  margin-top: 185px;
  padding-left: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 51px;
  font-weight: 900;
  line-height: 58px;
}

.title-2-banner-ci-2.fg6vb {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
}

.title-2-banner-ci-2.fg6vb.gt789 {
  margin-top: 191px;
  font-size: 26px;
  line-height: 40px;
}

.title-2-banner-ci-2.fg6vb.rt67890 {
  text-align: left;
  font-size: 32px;
  line-height: 49px;
}

.title-2-banner-ci-2.fg6vb.rt67890.tgfr5 {
  margin-top: 173px;
  font-size: 48px;
  line-height: 59px;
}

.btn-form-ids-2 {
  background-color: #03b9c4;
  width: 100%;
}

.btn-form-ids-2.ghy78 {
  background-color: #d1121e;
  border-radius: 6px;
}

.btn-form-ids-2.ghy78.nmbjl {
  background-color: var(--orange-red-2);
}

.btn-form-ids-2.ghy78.nmbjl.fcfcfc {
  background-color: var(--fc-2);
}

.text-block-154 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

.text-block-223 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #00d3de;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 118px;
  font-size: 16px;
  font-weight: 500;
  line-height: 49px;
}

.text-block-223.fvrty {
  background-color: #125cad;
}

.text-block-223.fvrty.tyui {
  background-color: var(--fc);
  margin-top: 64px;
  font-size: 18px;
}

.body-6 {
  font-family: Poppins, sans-serif;
}

.body-6.fdgggggg {
  background-color: #f1f1f1;
}

.text-block-224 {
  color: #fff;
  text-align: left;
  margin-top: 144px;
  font-size: 23px;
  line-height: 31px;
}

.left-arrow-8 {
  inset: 0% auto 0% -10%;
}

.icon-11 {
  color: #d1121e;
  transition: color .4s;
}

.icon-11:hover {
  color: #125cad;
}

.slider-8 {
  background-color: #0000;
}

.paragraph-28 {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 47px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-28.fccf {
  margin-bottom: 0;
}

.section-75 {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-75.servicios, .section-75.qa {
  background-color: #fff;
}

.title-2-serv-2 {
  color: #666;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
}

.title-2-serv-2.txtb {
  color: #fff;
  text-align: left;
  order: -1;
  margin-bottom: 20px;
}

.title-2-serv-2.txtb.gdfg, .title-2-serv-2.gdf {
  color: var(--fc);
}

.right-arrow-8 {
  right: -10%;
}

.paragraph-29 {
  color: #fff;
  margin-bottom: 24px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 27px;
}

.paragraph-29.dfghsee {
  color: #000;
  text-align: center;
  font-size: 24px;
}

.paragraph-29.gfhjrds {
  text-align: justify;
}

.div-img-qs {
  background-image: url('../images/Escritorio-Bench-con-lateral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}

.div-img-qs.fv67890 {
  background-image: url('../images/dfr.jpg');
  height: 550px;
}

.div-img-qs.fv67890.ffccffc {
  background-image: url('../images/Carlos-Auszenker_02.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 100%;
}

.div-img-qs.fv67890.ffccffc.kljkll7 {
  background-image: url('../images/handshake.JPG');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}

.div-block-39 {
  background-color: #125cad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding: 80px 150px 80px 80px;
  display: block;
}

.div-block-39.gh890 {
  height: 500px;
}

.div-block-39.gh890.fcfcfccf {
  background-color: #007ac2;
  height: auto;
  padding: 60px 40px;
}

.div-block-39.gh890.fcfcfccf.fccfcf3 {
  background-color: var(--white);
  height: 620px;
  padding-top: 40px;
}

.div-block-39.gh890.fcfcfccf.fccfcf3.fgfgfg {
  background-image: none;
  height: auto;
}

.columns-20 {
  margin-bottom: 64px;
}

.column-159 {
  background-image: url('../images/worker-repairing-water-heater.jpg');
  background-position: 50%;
  background-size: cover;
  height: 230px;
}

.column-160 {
  padding: 20px 20px 20px 57px;
}

.div-block-40 {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  height: 230px;
  display: block;
}

.column-161 {
  align-items: stretch;
  display: block;
}

.column-162 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-41 {
  background-image: url('../images/mano-obra-alta-calidad-fontanero-reparacion-lavadora.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 44%;
  min-height: 230px;
}

.div-block-41.div-imgs2 {
  background-image: url('../images/reparacion_multihomeservices.jpg');
}

.div-block-41.div-imgs2.cv567u {
  background-image: url('../images/tecnico-masculino-reparando-refrigerador-interiores.jpg');
}

.div-block-42 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  min-height: 230px;
  padding: 30px;
  display: flex;
}

.text-block-225 {
  margin-bottom: 23px;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}

.text-block-225.fcc {
  color: var(--fc);
}

.container-mh {
  max-width: 90%;
}

.div-block-43 {
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  box-shadow: 6px 6px 25px -6px #00000045;
}

.div-block-43.div2contant {
  margin-left: 10px;
  margin-right: 0;
}

.div-pqe-2 {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-bottom: 29px;
  padding: 30px 35px;
  transition: box-shadow .4s;
  display: flex;
}

.div-pqe-2:hover {
  box-shadow: 0 9px 30px -20px #0000007a;
}

.text-block-226 {
  text-align: center;
  background-image: url('../images/control-de-calidad.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80px;
  padding-top: 106px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-226.fg678 {
  background-image: url('../images/bombilla.svg');
}

.text-block-226.fgty6 {
  background-image: url('../images/apreton-de-manos.svg');
}

.text-block-226.fgty6.fbh890 {
  background-image: url('../images/mesa-auxiliar.svg');
  line-height: 25px;
}

.text-block-226.fgty6.fbh890.ic2 {
  background-image: url('../images/economia_multihomeservices.png');
  padding-top: 90px;
}

.text-block-226.frt567 {
  background-image: url('../images/apreton-de-manos.svg');
}

.text-block-226.ic1 {
  background-image: url('../images/climatizacion_multihomeservices.png');
  padding-top: 90px;
  line-height: 25px;
}

.text-block-144 {
  color: #fff;
  text-shadow: 1px 1px 1px #0000008c;
  font-size: 39px;
  font-weight: 800;
  line-height: 41px;
}

.text-block-144.fccffc {
  font-weight: 400;
}

.section-76 {
  background-color: #125cad;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-76.gb780 {
  background-image: linear-gradient(#125cadb3, #125cadb3), url('../images/ARECB3382A3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-76.gb780.gfddfgdc {
  background-color: #111;
  background-image: linear-gradient(181deg, var(--fc), var(--fc-2));
}

.section-77 {
  background-color: #083b59;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-77.fgd {
  background-color: var(--fc);
}

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

.image-63 {
  margin-bottom: 32px;
}

.image-63.hyu7890 {
  background-color: #fff;
  border-radius: 9px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-142 {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}

.bold-text-2 {
  font-weight: 600;
}

.text-block-227 {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}

.banner-principal {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/psicologo-ayudando-nina-terapia-habla-interior.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 749px;
  padding-top: 10px;
  padding-bottom: 100px;
}

.banner-principal.bhmj {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/masajista-haciendo-masaje-columna-vertebral-cuerpo-hombre-salon-spa-concepto-tratamiento-belleza.jpg');
  background-position: 0 0, 50%;
}

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

.image-69 {
  width: 50%;
  max-width: 76%;
}

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

.button-26 {
  background-color: var(--medium-purple);
  background-image: url('../images/llamada-telefonica_2.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-26:hover {
  background-color: #7d62af;
}

.button-26.emailbtn {
  background-image: url('../images/email_3.svg');
}

.button-26.emailbtn.cf56yh {
  background-color: var(--rojomasajes);
  padding-left: 68px;
}

.button-26.emailbtn.cf56yh:hover {
  background-color: var(--marillo);
}

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

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

.button-26.btn-especialidades.btn-banl:hover {
  background-color: var(--white);
  color: #383838;
}

.button-26.btn-especialidades.vf67yuj {
  background-color: var(--rojomasajes);
}

.button-26.btn-especialidades.vf67yuj:hover {
  background-color: var(--marillo);
}

.button-26.btn-especialidades.fgtyu, .button-26.color-a {
  background-color: var(--rojomasajes);
}

.button-26.color-a:hover {
  background-color: var(--marillo);
}

.body-7 {
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.quick-stack-2 {
  margin-top: 63px;
}

.text-block-228 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 53px;
  line-height: 54px;
}

.text-block-228.hy78ij {
  font-size: 58px;
}

.text-block-228.hy78ij.cf567 {
  font-size: 51px;
}

.text-block-229 {
  background-color: var(--medium-purple);
  color: #fff;
  border-radius: 200px 200px 0;
  margin-bottom: 9px;
  padding: 12px 20px;
  font-size: 19px;
}

.text-block-229.cvb {
  background-color: var(--white);
  color: #866db4;
  margin-bottom: 17px;
}

.text-block-229.cvb.fr56689 {
  font-weight: 600;
}

.text-block-229.cvb.fr56689.b78 {
  background-color: var(--rojomasajes);
  color: var(--marillo);
}

.text-block-229.cvb.vb78 {
  background-color: var(--marillo);
  color: var(--red-3);
  -webkit-text-stroke-color: var(--marillo);
  font-weight: 500;
}

.text-block-229.jui90 {
  background-color: var(--marillo);
  color: var(--red-3);
  font-weight: 500;
}

.div-block-47 {
  background-color: #00c5ec;
  border-radius: 20px;
  width: 86%;
  margin-top: -31px;
  padding: 40px 30px;
}

.div-block-47.vt6789 {
  background-color: #b11d26;
}

.div-block-47.vt6789.csq23 {
  background-color: #1973b8;
  width: 62%;
  margin-top: 127px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-47.vt6789.csq23.cvfg {
  background-color: #ffffffc2;
  width: 76%;
}

.div-block-47.vt6789.csq23.cvfg.vtui {
  background-color: #00000036;
  width: 67%;
  margin-top: 98px;
}

.div-block-47.form-cji {
  background-color: #ffffffcf;
  width: 66%;
  margin-top: 0;
}

.div-block-47.form-cji.mnui {
  background-color: var(--marillo);
  opacity: .87;
}

.textarea-4 {
  text-align: center;
  border-radius: 6px;
}

.text-block-168 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 19px;
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-168.gtyuio {
  color: #4b4b4b;
}

.text-block-168.gtyuio.nbvf5rt {
  color: #fff;
}

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

.submit-button-16 {
  background-color: var(--rojomasajes);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  transition: background-color .4s;
}

.submit-button-16:hover {
  background-color: var(--marillo);
}

.submit-button-16.vgtyui {
  background-color: var(--medium-purple);
}

.submit-button-16.fsdfsdf {
  background-color: var(--fc-2);
}

.cell-3 {
  align-items: flex-end;
  display: flex;
}

.cell-4 {
  justify-content: center;
}

.coloramarillo {
  color: #fae9a6;
}

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

.text-block-230 {
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 51px;
}

.text-block-230.gt6789 {
  text-align: left;
  font-size: 41px;
}

.div-block-48 {
  background-color: var(--medium-purple);
  width: 80px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-48.leftlinea {
  background-color: #fff;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: auto;
}

.div-block-48.leftlinea.leftama {
  background-color: var(--marillo);
}

.div-block-48.fr567 {
  margin-bottom: 44px;
  margin-left: 0;
}

.div-block-48.bgty {
  background-color: var(--rojomasajes);
}

.flex-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  display: flex;
}

.flex-block-2.se4567 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: row;
  display: flex;
}

.flex-block-2.nhy78 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

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

.div-block-49.gt6789 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 37%;
  height: 306px;
  padding: 30px 20px;
  display: flex;
}

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

.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.psicologia-infantil {
  background-image: url('../images/primer-plano-psicologo-profesional-mirando-dibujo-familiar-dibujado-nina-osito-peluche.jpg');
}

.div-img-especialidad.terapia-ocupacional {
  background-image: url('../images/psicologo-ayudando-nina-logopedia.jpg');
}

.div-img-especialidad.fono {
  background-image: url('../images/chico-lindo-logopeda-ensena-pronunciar-letras-palabras-sonidos.jpg');
}

.div-img-especialidad.psicopedagog-a {
  background-image: url('../images/child-865116__340_se5o0f.webp');
}

.div-img-especialidad.apoyo {
  background-image: url('../images/maestra-nino-pequeno-jugando-juego-rompecabezas-matematicas-sentado-mesa-jardin-infantes.jpg');
}

.div-img-especialidad.tadi {
  background-image: url('../images/TADI_upq1zx.webp');
}

.div-img-especialidad.ados {
  background-image: url('../images/nino-jugando-cubos.jpg');
}

.div-img-especialidad.ados.pie {
  background-image: url('../images/colorear-chicas-angulo-primer-plano.jpg');
}

.div-img-especialidad.ados.pie.singt {
  background-image: url('../images/psiquiatria-infantojuvenil-750x500.jpg');
}

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

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

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

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

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

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

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

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

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

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

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

.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.cdfr56 {
  flex-direction: column;
  justify-content: space-around;
  align-items: baseline;
  display: flex;
}

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

.cell-7 {
  background-color: var(--medium-purple);
  padding: 60px 100px 60px 60px;
}

.cell-7.gtyui {
  background-color: var(--rojomasajes);
}

.text-block-232 {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
}

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

.text-block-232.gy78 {
  font-size: 44px;
  line-height: 52px;
}

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

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

.section-79.gt678 {
  background-color: #f2f2f2;
  padding-bottom: 80px;
}

.section-79.footercij {
  background-color: #2e2e2e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 28px;
}

.cell-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.list-2 {
  padding-left: 20px;
  font-size: 17px;
}

.text-block-234 {
  margin-bottom: 17px;
  font-size: 15px;
  font-style: italic;
  line-height: 26px;
}

.text-block-234.fv43 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.section-80 {
  background-color: var(--medium-purple);
  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;
}

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

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

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

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

.text-block-235 {
  color: #fff;
  text-align: left;
  line-height: 31px;
}

.cell-11 {
  flex-direction: row;
  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_1.svg');
}

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

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

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

.heading-15.gt78 {
  color: var(--marillo);
}

.paragraph-30 {
  color: #fff;
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-30.vb456 {
  font-size: 18px;
}

.paragraph-31 {
  font-size: 15px;
}

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

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

.text-block-236 {
  background-color: var(--marillo);
  color: #fff;
  text-align: center;
  border-radius: 9px 9px 0 0;
  padding: 10px;
  font-size: 19px;
  font-weight: 500;
}

.link-75, .link-76, .link-77, .link-78 {
  color: #fff;
  text-decoration: none;
}

.body-8 {
  background-image: url('../images/ban_5.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Poppins, sans-serif;
}

.body-8.body34234 {
  background-image: url('../images/BANNER.jpg');
  background-position: 0%;
}

.section-81 {
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-81._546df {
  background-image: linear-gradient(#00000080, #00000080), url('../images/contact-us-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-81._546df.fdgr {
  background-image: linear-gradient(#000c, #000c), url('../images/contactus-1.jpg');
}

.text-block-237 {
  color: var(--visa);
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.text-block-237._54g {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-237._54g._546fg, .text-block-237._45d {
  color: var(--color);
}

.section-82 {
  padding: 100px;
}

.text-block-238 {
  background-image: url('../images/i1_6.png');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
  font-size: 17px;
  line-height: 30px;
  display: inline-block;
}

.text-block-238._54tg {
  background-image: url('../images/i3_7.png');
}

.text-block-238._657fg {
  background-image: url('../images/i2_6.png');
}

.text-block-238._546df {
  background-image: url('../images/instagram-1.png');
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

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

.link-79._45d {
  color: #fff;
}

.text-block-239 {
  color: var(--visa);
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 900;
  line-height: 50px;
}

.text-block-240 {
  margin-bottom: 9px;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

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

.text-block-242 {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.form-block {
  background-color: var(--visa);
  border-radius: 10px;
  margin-top: 30px;
  padding: 18px;
}

.field-label-2 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

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

.column-164, .column-165 {
  text-align: center;
}

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

.text-block-243 {
  font-size: 40px;
  font-weight: 300;
}

.text-block-244 {
  color: var(--visa);
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.text-block-244._34ed {
  color: var(--color);
}

._54df {
  color: var(--rojomasajes);
  font-weight: 800;
}

.text-block-245 {
  background-image: url('../images/check.png');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-top: 15px;
  padding-left: 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-52 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 280px;
  margin-top: 18px;
  padding: 13px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-52._54tdfgfg {
  height: 170px;
}

.div-block-52.divb2 {
  height: 230px;
}

.button-27 {
  background-color: var(--visa);
  text-align: center;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 140px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  display: flex;
}

.button-27:hover {
  background-color: var(--rojomasajes);
}

.button-27.fggh56 {
  float: left;
  display: block;
}

.columns-21 {
  margin-bottom: 20px;
}

.section-84 {
  background-color: var(--visa);
  padding: 100px;
}

.text-span {
  color: var(--rojomasajes);
  font-weight: 900;
}

.image-71 {
  border-radius: 1000px;
  width: 300px;
}

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

.text-block-246 {
  color: var(--white);
  margin-top: 19px;
  font-size: 17px;
  line-height: 25px;
}

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

.text-block-248 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 300;
}

.text-block-249 {
  text-align: justify;
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

.image-72 {
  margin-bottom: 29px;
}

.image-72._45sd {
  height: 150px;
  margin-bottom: 10px;
  margin-left: 23px;
}

.image-73 {
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
}

.image-74, .imgclsv {
  border-radius: 1000px;
  width: 300px;
}

.imgclsv.tyu67 {
  border-radius: 0;
  width: 100px;
}

.text-block-250 {
  font-size: 25px;
  font-weight: 900;
}

.text-block-251 {
  color: var(--visa);
  font-size: 23px;
  font-weight: 800;
}

.div-block-54 {
  background-color: #eee;
  border-radius: 12px;
  margin-bottom: 31px;
  padding: 18px;
  box-shadow: 3px 6px 5px #0003;
}

.gtyu {
  font-size: 15px;
}

.text-block-252 {
  margin-bottom: 11px;
}

.text-block-253 {
  color: #503c74;
  margin-bottom: 16px;
  font-size: 17px;
}

.flex-block-3 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logotuka {
  max-width: 88%;
}

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

.text-block-254 {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  margin-bottom: 27px;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-254.cvhl {
  letter-spacing: 1px;
}

.text-block-254.ghyui {
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.text-block-255 {
  color: var(--color);
  text-align: left;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-255.ji90 {
  letter-spacing: 0;
  font-size: 19px;
  line-height: 29px;
}

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

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

.image-75 {
  width: 20%;
  margin-bottom: -31px;
}

.flex-block-5 {
  background-color: #ed6a19;
  background-image: linear-gradient(#c84f00c4, #c84f00c4), url('../images/9211.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  padding: 40px;
}

.text-block-256 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-256.xcdfrty {
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
}

.bold-text-3 {
  font-size: 38px;
  line-height: 44px;
}

.div-block-55 {
  background-image: url('../images/3663.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.div-block-55.ghyuio {
  background-image: url('../images/21460.jpg');
  height: 480px;
}

.div-block-55.ghyuio.dvb89 {
  background-image: url('../images/Sin-título-5.png');
  height: 600px;
}

.div-block-55.ghyuio.nmuiop {
  background-image: url('../images/Grua-Pluma.png');
  height: 600px;
}

.div-block-55.ghyuio.nmuiop.nb7uio {
  background-image: url('../images/12545.jpg');
}

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

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

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

.text-block-257 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #eda70000;
  margin-bottom: 38px;
  font-size: 30px;
  font-weight: 800;
  line-height: 31px;
}

.bnhjui {
  max-width: 78%;
  margin-bottom: 20px;
}

.bnhjui.ghyui {
  max-width: 101%;
}

.bnhjui.ghyui.f678 {
  max-width: 50%;
}

.button-28 {
  border: 4px none var(--white);
  letter-spacing: 1px;
  background-color: #00a900;
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 18px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 58px;
  font-size: 17px;
  font-weight: 700;
  transition: background-color .4s;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 2px 4px 16px #0003;
}

.button-28:hover {
  background-color: #0f880f;
}

.flex-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 13px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 550px;
  padding: 20px;
  box-shadow: 3px 8px 20px -5px #0003;
}

.text-block-258 {
  text-align: center;
  background-image: url('../images/clasificacion.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 75px;
  padding-top: 91px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-258.fgh2 {
  background-image: url('../images/inmobiliaria.svg');
}

.text-block-258.fgtyui {
  background-image: url('../images/mercado-inmobiliario.svg');
}

.text-block-258.tiser {
  background-image: none;
  margin-top: 18px;
  margin-bottom: 15px;
  padding-top: 0;
}

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

.flex-block-7.nji90 {
  grid-template-rows: auto auto;
}

.text-block-259, .text-block-260, .text-block-261 {
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}

.flex-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.bold-text-4 {
  color: var(--black);
}

.image-76 {
  border-radius: 9px;
  max-width: 100%;
  margin-bottom: 0;
}

.image-76.veh, .image-76.lbl, .image-76.liav, .image-76.liesc, .image-76.linb {
  margin-bottom: 15px;
}

.div-block-56 {
  background-color: var(--turuka1);
  width: 51px;
  height: 2px;
  margin-bottom: 20px;
}

.cdcd.bnhjui {
  max-width: 61%;
}

.cdcd.b78io {
  border-radius: 10px;
}

.flex-block-9 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 84%;
  display: flex;
}

.flex-block-9.vbjkio {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.link-80 {
  color: #fff;
  font-size: 17px;
}

.text-block-262 {
  text-decoration: none;
}

.text-block-263 {
  color: var(--verde);
  text-align: left;
  background-image: url('../images/676331363420ab0d25d902f6_Copia-de-flecha-correcta.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 23px;
  flex: 1;
  order: 0;
  align-self: center;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  font-size: 17px;
  display: block;
}

.text-block-263.vbhj890 {
  background-position: 82%;
}

.text-block-263.bnjk {
  background-image: none;
  text-decoration: underline;
}

.text-block-264 {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px;
}

.text-block-264.tre {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.text-block-265 {
  color: #fff;
  text-align: left;
  background-image: url('../images/logistica-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 79px;
  width: 33.787%;
  padding-top: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-265.ert7 {
  background-image: url('../images/el-tiempo-de-entrega.svg');
}

.text-block-265.fvbml {
  background-image: url('../images/silla-de-oficina.svg');
}

.text-block-265.frtyu {
  background-image: url('../images/pared-de-ladrillo-2.svg');
  background-size: 65px;
  width: 100%;
  padding-top: 83px;
  font-size: 23px;
  font-weight: 700;
}

.text-block-265.frtyu.comer {
  background-image: url('../images/centro-comercial.svg');
}

.text-block-265.frtyu.reciden {
  background-image: url('../images/alojamiento.svg');
}

.text-block-265.frtyu.imdt {
  background-image: url('../images/parque-industrial.svg');
}

.link-81 {
  color: #fff;
  text-decoration: none;
  transition: background-color .4s;
  display: inline;
}

.link-81:hover {
  color: #fc8b29;
}

.link-81.bnmk {
  color: var(--verde);
  font-weight: 600;
}

.image-77 {
  width: 80px;
}

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

.flex-block-10.vbnuio {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 37px;
  font-weight: 600;
  line-height: 43px;
}

.image-78.logoart {
  max-width: 44%;
}

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

.flex-block-11 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
}

.flex-block-12 {
  background-image: url('../images/im9-746x1024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex: 0 auto;
  width: 50%;
  height: 400px;
  box-shadow: 3px 3px 33px -2px #0003;
}

.flex-block-12.imlo {
  background-image: url('../images/tipos-papel-impresion.jpg');
}

.flex-block-12.gty670 {
  background-image: url('../images/1-768x757.jpg');
}

.flex-block-12.gbnjio {
  background-image: url('../images/cor_2.jpg');
}

.flex-block-12.gty678 {
  background-image: url('../images/tall_5.jpg');
}

.flex-block-12.vbnk {
  background-image: url('../images/maquina-impresion-uv-1024x569.jpg');
}

.flex-block-13 {
  flex: 0 auto;
  width: 50%;
}

.heading-16 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 33px;
}

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

.flex-block-14 {
  background-image: url('../images/nosotros-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33%;
  height: 337px;
}

.flex-block-14.bghyu {
  background-image: url('../images/nosotros-2.jpg');
}

.flex-block-14.hnmkl {
  background-image: url('../images/3-768x526-1.jpg');
}

.text-block-267 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
}

.section-85 {
  background-color: var(--fc);
}

.section-85.fdfcc {
  background-image: linear-gradient(to bottom, #00000014, #00000014), linear-gradient(345deg, var(--fc), var(--fc-2));
}

.heading-17 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-6 {
  font-weight: 500;
}

.bold-text-6.fcfccfcf {
  font-size: 34px;
}

.container-5 {
  max-width: 85%;
}

.div-block-57 {
  background-image: url('../images/deuda.JPG');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 200px;
}

.div-block-57.fdd {
  background-position: 50% 100%;
}

.div-block-57.fcfc {
  background-image: url('../images/deudas4.JPG');
  background-position: 50%;
}

.column-170, .column-171 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-58 {
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.div-block-59 {
  background-color: #fff;
  border-radius: 25px;
  padding-left: 0;
  box-shadow: 3px 2px 5px #0003;
}

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

.e5ygfdcfcf {
  flex-flow: row;
  display: flex;
}

.gdfgfhfgh44 {
  flex-flow: row-reverse;
  display: flex;
}

.list-3 {
  font-size: 16px;
  line-height: 30px;
}

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

.text-block-269 {
  color: var(--white);
}

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

.ffcccfr44 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 10px;
  display: flex;
}

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

.div-block-60 {
  width: 75%;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 40px;
}

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

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

.image-79, .image-80 {
  margin-bottom: 10px;
}

.container-7 {
  max-width: 85%;
}

.columns-23 {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 3px 2px 5px #0003;
}

.column-173 {
  padding: 40px;
}

.column-174 {
  background-image: url('../images/deuda.JPG');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.column-174.fdg {
  background-image: url('../images/deudas4.JPG');
}

.columns-23-copy {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 3px 2px 5px #0003;
}

.columns-23-copy.dasd {
  flex-flow: row-reverse;
}

.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: 236px;
  margin-bottom: 17px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 27px;
  transition: box-shadow .2s;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 3px 3px 8px -2px #00000078;
}

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

.flex-block-16 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #939393;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
}

.flex-block-17 {
  background-color: var(--arki);
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-block-18 {
  background-color: #cacaca;
  background-image: url('../images/banner-inicio.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 40px;
}

.flex-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 50%;
}

.heading-18 {
  color: var(--black);
  font-size: 69px;
  line-height: 67px;
}

.heading-18.fvbkl {
  font-size: 58px;
}

.text-block-271 {
  color: #070707;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 700;
}

.text-block-271.fvbnm {
  text-align: center;
  line-height: 25px;
}

.flex-block-20 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #030303;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
}

.heading-19 {
  color: var(--arki);
}

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

.text-block-272 {
  color: #fff;
  text-align: center;
  background-image: url('../images/trazador.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-top: 86px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-272.laserc {
  background-image: url('../images/laser.svg');
}

.text-block-272.impal {
  background-image: url('../images/capas.svg');
}

.text-block-272.stiker {
  background-image: url('../images/pegatina.svg');
}

.text-block-272.grafp {
  background-image: url('../images/cartel-de-la-calle.svg');
}

.text-block-272.ploteo {
  background-image: url('../images/plano-de-la-ciudad.svg');
}

.text-block-272.proyectosgr {
  background-image: url('../images/bombilla_1.svg');
}

.text-block-273 {
  color: #c4c4c4;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
}

.flex-block-22 {
  flex-flow: row;
}

.flex-block-23 {
  background-color: var(--arki);
  padding: 60px;
}

.text-block-274 {
  font-weight: 500;
}

.text-block-275 {
  color: var(--black);
  text-align: center;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-20 {
  color: #000;
  font-size: 41px;
  line-height: 55px;
}

.flex-block-24 {
  background-color: #939393;
  padding: 60px;
}

.text-block-276 {
  color: var(--black);
  text-align: right;
  flex: 1;
  align-self: flex-end;
  font-size: 22px;
  font-weight: 700;
}

.flex-block-25 {
  box-sizing: border-box;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: #7c7c7c;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 60px;
}

.flex-block-25.lknmui {
  background-color: #000;
}

.heading-21 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 51px;
}

.image-81 {
  width: 11%;
  max-width: 95%;
}

.flex-block-26 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--arki);
  padding: 40px 60px;
}

.text-block-277 {
  color: var(--black);
  text-align: center;
  flex: 1;
  order: 0;
  align-self: stretch;
  width: auto;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: underline;
}

.image-82 {
  width: auto;
}

.flex-block-27 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 65%;
}

.image-83 {
  margin-bottom: 27px;
}

.link-84 {
  color: #020202;
  text-decoration: none;
}

.text-block-278 {
  color: #fff;
  text-align: center;
  font-size: 39px;
  font-weight: 600;
  line-height: 44px;
}

.image-84 {
  background-color: var(--turuka1);
  border-radius: 13px;
  max-width: 74%;
  transform: rotate(9deg);
}

.link-85 {
  color: #000;
  letter-spacing: 1px;
  text-decoration: none;
}

.text-block-279 {
  background-color: var(--turuka1);
  color: #fff;
  border-radius: 200px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.flex-block-30 {
  background-color: #fff;
  border-radius: 9px;
  flex-flow: column;
  margin-bottom: 60px;
  padding: 40px;
}

.text-block-280 {
  border-bottom: 2px solid var(--verde);
  color: var(--turuka1);
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 11px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.image-85, .image-86 {
  margin-bottom: 10px;
}

.gallery-container {
  letter-spacing: 30px;
  column-count: 3;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: block;
}

.gallery-container.termogal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-container.termogal.ghl {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.gallery-container.termogal.ghl.bnjio {
  grid-template-rows: auto;
}

.gallery-container.termogal.vbyu {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-87, .image-88 {
  margin-bottom: 10px;
}

.thumb {
  margin-bottom: 13px;
}

.slider-9 {
  background-color: #ddd0;
  height: 300px;
}

.slide-18 {
  text-align: center;
}

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

.left-arrow-9 {
  inset: 0% auto 0% -7%;
}

.right-arrow-9 {
  inset: 0% -7% 0% auto;
}

.slide-19, .slide-20 {
  text-align: center;
}

.image-90 {
  border-right: 6px none var(--deep-sky-blue);
  border-bottom: 6px none var(--deep-sky-blue);
  box-shadow: 7px 7px 0 0 var(--dark-turquoise);
  border-radius: 10px;
}

.image-91 {
  box-shadow: 8px 8px 0 0 var(--deep-sky-blue);
  border-radius: 10px;
}

.image-92 {
  box-shadow: 7px 7px 0 0 var(--deep-sky-blue);
  border-radius: 10px;
}

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

.text-block-281 {
  color: #fff;
  font-size: 15px;
}

.flex-block-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-282 {
  text-align: center;
  margin-bottom: 9px;
}

.image-93 {
  margin-bottom: 22px;
}

.flex-block-32 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
}

.flex-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

@media screen and (max-width: 991px) {
  .headfw {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block.txtbansw {
    font-size: 50px;
  }

  .txtbanfw {
    font-size: 18px;
    line-height: 20px;
  }

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

  .txtinfofw.txtinfofw2 {
    padding-left: 6px;
  }

  .txtinfofw1 {
    font-size: 50px;
  }

  .txtinfofw1.txtcallfw {
    width: 100%;
  }

  .txtinfofw1.txtcallfw.txtcallfw2 {
    font-size: 38px;
  }

  .txtinfofw1.txtinfofw2 {
    width: 100%;
  }

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

  .divfw2 {
    height: 220px;
  }

  .btncallfw {
    margin-top: 10px;
  }

  .txtheadfw {
    font-size: 18px;
  }

  .bodymp {
    background-position: 50%;
  }

  .headlp, .banlp {
    padding-left: 0;
  }

  .txtbanlp {
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 25px;
  }

  .txtbanlp.txtbanlp2 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 25px;
  }

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

  .txtinfolp {
    font-size: 40px;
  }

  .txtinfo2lp {
    font-size: 13px;
  }

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

  .txtcalllp {
    font-size: 28px;
  }

  .txtlistlp {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

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

  .txtheadlp.txtheadlo2 {
    color: #fff;
    margin-left: 0;
  }

  .headco {
    padding-left: 0;
  }

  .banco {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .txtbanco {
    font-size: 30px;
  }

  .txtbanco.txtinfoco {
    width: 100%;
    font-size: 35px;
  }

  .txtbanco2 {
    font-size: 16px;
    line-height: 20px;
  }

  .infoco {
    padding: 50px 0;
  }

  .txtpaco.txtpaco2 {
    font-size: 15px;
  }

  .div-preguntas {
    padding-right: 342px;
  }

  .btn-harm {
    text-align: left;
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .btnservco {
    width: 100%;
    font-size: 16px;
  }

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

  .txtcallco {
    font-size: 25px;
  }

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

  .txtfotco {
    font-size: 18px;
  }

  .txtfotco2 {
    font-size: 16px;
  }

  .txtheadco {
    background-size: 15px;
    padding-left: 20px;
    font-size: 15px;
  }

  .txtheadco.txtheadco2 {
    padding-left: 20px;
    font-size: 15px;
  }

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

  .button-2 {
    font-size: 17px;
  }

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

  .txtinfolu3 {
    font-size: 16px;
  }

  .divlu, .divlu.divlu2 {
    height: 430px;
  }

  .divlu.divlu3 {
    height: 530px;
  }

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

  .txtcalllu {
    font-size: 35px;
  }

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

  .txtfotlu {
    font-size: 18px;
  }

  .txtheadlu {
    font-size: 16px;
  }

  .text-contact-cp {
    letter-spacing: 0;
    font-size: 14px;
  }

  .div-text-banner {
    width: 153%;
    padding-left: 15px;
  }

  .text-block-3 {
    margin-top: 53px;
    font-size: 33px;
  }

  .text-block-4 {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 22px;
  }

  .div-form-cp {
    padding-left: 0;
    padding-right: 10px;
  }

  .btn-banner-cp.btn-call {
    letter-spacing: 0;
    font-size: 14px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

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

  .div-img-serv {
    height: 124px;
  }

  .text-icon-c, .text-icon-c.dewwq, .text-icon-c.bgtr4 {
    font-size: 17px;
  }

  .text-block-14 {
    letter-spacing: 0;
    font-size: 22px;
  }

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

  .text-contact-footer-cp, .text-contact-footer-cp.fono-footer-cp, .text-contact-footer-cp.email-footer-cp {
    font-size: 14px;
  }

  .heading-2.txtt-gracias1 {
    font-size: 34px;
    line-height: 35px;
  }

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

  .bange {
    padding-left: 0;
  }

  .txtbange {
    font-size: 45px;
  }

  .txtban2ge {
    font-size: 14px;
  }

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

  .divged2 {
    height: 400px;
  }

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

  .txtphonege {
    font-size: 15px;
  }

  .txtheadge {
    background-size: 20px;
    padding-left: 25px;
    font-size: 16px;
  }

  .txtban2ca {
    letter-spacing: 0;
    font-size: 27px;
  }

  .btnbanca {
    font-size: 16px;
  }

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

  .txtcallca, .txtcallca.txtcallca4 {
    font-size: 40px;
  }

  .txtcallca3.txtcallca33 {
    font-size: 25px;
  }

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

  .txtinfoca {
    font-size: 40px;
  }

  .slidca {
    height: 400px;
  }

  .text-sub-ms {
    font-size: 16px;
  }

  .title-banner-ms {
    font-size: 45px;
  }

  .text-block-18 {
    font-size: 15px;
  }

  .contact-header-irv {
    letter-spacing: 0;
    font-size: 15px;
  }

  .contact-header-irv.cw.dhd, .num-tel {
    font-size: 18px;
  }

  .num-tel.num-wtas {
    font-size: 19px;
  }

  .title-2-banner-ci {
    font-size: 58px;
  }

  .title-2-banner-ci.title-gracias-ii {
    font-size: 36px;
    line-height: 44px;
  }

  .text-block-20 {
    letter-spacing: 3px;
    font-size: 22px;
  }

  .text-block-20.title2-gracias-i {
    line-height: 29px;
  }

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

  .div-form-icr {
    padding: 10px;
  }

  .text-block-21 {
    font-size: 15px;
  }

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

  .btn-call1-id {
    letter-spacing: 0;
    font-size: 13px;
  }

  .title1-servcisio.queerr {
    letter-spacing: 4px;
    font-size: 16px;
  }

  .title-2-serv.ase43 {
    font-size: 26px;
  }

  .text-block-24 {
    font-size: 18px;
  }

  .text-block-26 {
    font-size: 26px;
  }

  .check-list-pro {
    font-size: 13px;
  }

  .bodybi {
    background-position: 50%;
  }

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

  .txtbanbi {
    margin-top: 5px;
    font-size: 30px;
    line-height: 30px;
  }

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

  .txtbanbi2 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .txtbanbi3 {
    font-size: 18px;
  }

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

  .txtinfobi.txtifoi2 {
    font-size: 25px;
  }

  .txtlisbi {
    font-size: 14px;
  }

  .callbi, .headersa, .bansa {
    padding-left: 0;
    padding-right: 0;
  }

  .txtbansa {
    font-size: 35px;
  }

  .txtbansa.txtbansa2 {
    font-size: 45px;
    line-height: 50px;
  }

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

  .txtisa1, .btncontsa.btnconsa3 {
    font-size: 18px;
  }

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

  .colsa {
    padding: 0;
  }

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

  .txtfonsa {
    padding-left: 0;
  }

  .divbio {
    height: 350px;
  }

  .imglp {
    display: none;
  }

  .whatsapp-gs {
    width: 40%;
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }

  .headlg, .banlg {
    padding-left: 0;
    padding-right: 0;
  }

  .txtbanlg {
    font-size: 50px;
    line-height: 50px;
  }

  .txtbanlg2 {
    font-size: 20px;
  }

  .txtphonelg {
    margin-top: 23px;
    font-size: 15px;
  }

  .btncontlg {
    width: 60%;
  }

  .imglg {
    width: 80%;
  }

  .fotlg, .headpa, .banpa.banpa2 {
    padding-left: 0;
    padding-right: 0;
  }

  .txtbanpa.txtbanpa2 {
    font-size: 35px;
    line-height: 40px;
  }

  .infopa, .callpa {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    height: 250px;
  }

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

  .item-contact {
    letter-spacing: 0;
    font-size: 16px;
  }

  .text-block-212 {
    letter-spacing: 2px;
    font-size: 29px;
    line-height: 32px;
  }

  .button-25 {
    width: 80%;
  }

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

  .text-block-217 {
    letter-spacing: 0;
    font-size: 19px;
  }

  .btn-call1-id-2 {
    letter-spacing: 0;
    font-size: 13px;
  }

  .title-2-banner-ci-2 {
    font-size: 58px;
  }

  .text-block-223 {
    font-size: 15px;
  }

  .div-block-39.gh890.fcfcfccf {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-47 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-168 {
    letter-spacing: 0;
  }

  .body-8 {
    background-position: 50%;
  }

  .section-81, .section-82 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-242 {
    width: auto;
  }

  .section-83 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-245 {
    background-size: 15px;
    padding-left: 20px;
    font-size: 14px;
  }

  .div-block-52 {
    height: 200px;
  }

  .button-27 {
    width: auto;
  }

  .e5ygfdcfcf.dfgdfg {
    flex-flow: column;
  }

  .gdfgfhfgh44.fgdfgdgdfg {
    flex-flow: column wrap;
  }

  .ffcccfr44 {
    text-align: center;
    flex-flow: column;
  }

  .div-block-60 {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .column-172, .container-6 {
    text-align: center;
  }

  .container-7 {
    max-width: 90%;
  }

  .whatsapp-gs-2 {
    width: 40%;
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .bodyfw {
    background-image: url('../images/ban2.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
  }

  .divfw2 {
    height: 120px;
    margin-bottom: 20px;
  }

  .rowfw {
    margin-bottom: 0;
  }

  .bodymp {
    background-position: 50% 0;
    background-repeat: no-repeat;
  }

  .txtbanlp {
    font-size: 20px;
  }

  .txtbanlp.txtbanlp2 {
    font-size: 17px;
  }

  .txtinfolp {
    font-size: 30px;
  }

  .divlp {
    text-align: center;
  }

  .txtheadlp, .txtheadlp.txtheadlo2 {
    font-size: 15px;
  }

  .div-preguntas {
    padding-right: 153px;
  }

  .txtcallco {
    text-align: center;
  }

  .txtbanlu {
    font-size: 50px;
  }

  .txtbanlu.txtbanlu2 {
    font-size: 70px;
  }

  .divlu {
    height: 350px;
  }

  .divlu.divlu3 {
    height: 500px;
  }

  .txtheadlu {
    background-position: 0%;
    background-size: 10px;
    padding-left: 15px;
    font-size: 13px;
  }

  .div-logo-cp {
    position: static;
  }

  .div-logo-cp.logo-ms {
    width: 31%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .text-contact-cp {
    background-position: 21%;
    font-size: 16px;
  }

  .text-contact-cp.mail-hcp {
    background-position: 9%;
    font-size: 16px;
  }

  .text-contact-cp.f-ms {
    background-position: 25%;
  }

  .div-text-cp {
    height: 700px;
  }

  .slider {
    height: 500px;
  }

  .div-text-banner {
    width: 100%;
    height: 640px;
    margin-top: 64px;
    margin-left: 0;
    margin-right: 20px;
    position: static;
  }

  .div-text-banner.fgtyyyy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-text-banner.fgtyyyy.div-gracias-ms {
    width: 100%;
  }

  .text-block-3 {
    text-align: center;
    margin-bottom: 7px;
    font-size: 53px;
  }

  .text-block-4 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .column-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .btn-banner-cp {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-banner-cp.btn-call, .btn-banner-cp.btn-banner-ms.btn-contact-ms.btm-sec-ms {
    margin-left: auto;
    margin-right: auto;
  }

  .div-imagen-serv-cp {
    height: 400px;
  }

  .div-img-serv.dertty, .div-img-serv.dewqwg {
    height: 230px;
  }

  .title-proyects {
    letter-spacing: 0;
    line-height: 28px;
  }

  .text-block-11 {
    font-size: 33px;
  }

  .call-2-cp.call-2-ms {
    text-align: center;
  }

  .text-block-14.ms-ct {
    text-align: center;
    font-size: 28px;
  }

  .text-block-15 {
    text-align: center;
    letter-spacing: 0;
  }

  .text-contact-footer-cp {
    margin-bottom: 9px;
  }

  .text-contact-footer-cp.fono-footer-cp {
    margin-bottom: 12px;
  }

  .div-block-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .txtban2ge {
    font-weight: 600;
  }

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

  .txtsrvge {
    text-align: justify;
  }

  .btncontge.w--current {
    font-size: 12px;
    font-weight: 400;
  }

  .divged2 {
    height: 250px;
  }

  .txtfonoge, .txtfonoge.txtfonoge3.txtfonoge4 {
    margin-top: 15px;
  }

  .bodyca {
    background-image: linear-gradient(to bottom, null, null), url('../images/ban_1.jpg');
    background-repeat: repeat, no-repeat;
  }

  .txtbanca {
    font-size: 45px;
  }

  .txtban2ca {
    text-align: center;
    margin-bottom: 21px;
    font-size: 35px;
  }

  .banca {
    padding-top: 0;
  }

  .btncallca {
    margin-bottom: 20px;
  }

  .txtheadca {
    margin-top: 0;
    font-size: 16px;
  }

  .text-sub-ms.subtext-ms.sub-pag {
    text-align: center;
  }

  .title-banner-ms {
    font-size: 36px;
  }

  .title-banner-ms.title-serv-ms.t-pag {
    text-align: center;
    font-size: 34px;
  }

  .title-banner-ms.t-m-ms.t-ccdf {
    text-align: center;
  }

  .div-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .column-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-25, .column-27 {
    text-align: center;
  }

  .contact-header-irv {
    background-position: 39%;
    font-size: 20px;
  }

  .contact-header-irv.cw {
    background-position: 12%;
  }

  .contact-header-irv.cw.celular-f {
    background-position: 36%;
  }

  .contact-header-irv.cw.fp {
    background-position: 30%;
  }

  .banner-rc {
    height: auto;
  }

  .title1-banner-rc {
    margin-top: 54px;
  }

  .text-block-21 {
    margin-top: 13px;
  }

  .call-im {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .btn-call1-id.btn-serv-3 {
    margin-top: 2px;
  }

  .servicios-irc {
    padding-top: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-block-24 {
    margin-top: 9px;
    font-size: 29px;
  }

  .columns-9 {
    margin-bottom: 22px;
  }

  .section-13 {
    padding-top: 46px;
    padding-bottom: 53px;
  }

  .image-5 {
    width: 81%;
  }

  .column-31 {
    padding-left: 55px;
  }

  .image-6, .column-32 {
    text-align: center;
  }

  .check-list-pro {
    font-size: 15px;
  }

  .bodybi {
    background-position: 0%;
  }

  .txtbanbi {
    font-size: 40px;
    line-height: 45px;
  }

  .formbi {
    background-color: #004d72;
  }

  .txtbansa {
    text-align: center;
    font-size: 45px;
  }

  .txtbansa.txtbansa2 {
    font-size: 55px;
  }

  .slisa {
    height: 180px;
  }

  .txtfotsa {
    font-size: 17px;
  }

  .imglp {
    display: none;
  }

  .whatsapp-gs {
    background-position: 10%;
    width: 47%;
    font-size: 16px;
  }

  .whatsapp-gs.whats-ner {
    width: 45%;
  }

  .divlg {
    margin-bottom: 15px;
  }

  .imglg {
    margin-top: 25px;
  }

  .div-block-8 {
    height: 150px;
  }

  .item-contact {
    font-size: 13px;
  }

  .columns-19 {
    flex-flow: column;
  }

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

  .div-block-25 {
    margin-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-217 {
    font-size: 34px;
  }

  .column-155 {
    height: 93px;
    padding-left: 42px;
  }

  .btn-call1-id-2.btn-serv-3 {
    margin-top: 2px;
  }

  .text-block-223 {
    margin-top: 13px;
  }

  .div-img-qs.fv67890.ffccffc {
    height: auto;
    min-height: 500px;
  }

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

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

  .section-84 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-58 {
    margin-bottom: 20px;
  }

  .e5ygfdcfcf.dfgdfg {
    flex-flow: column;
  }

  .column-174 {
    min-height: 200px;
  }

  .columns-23-copy, .columns-23-copy.dasd {
    flex-flow: row-reverse wrap-reverse;
  }

  .whatsapp-gs-2 {
    background-position: 10%;
    width: 47%;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .bodyfw {
    background-image: url('../images/bancel.jpg');
    background-position: 100% 0;
  }

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

  .text-block.txtbansw {
    font-size: 35px;
  }

  .txtinfofw1.txtcallfw.txtcallfw2 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

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

  .txtheadfw {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .bodymp {
    background-position: 0%;
  }

  .banlp {
    padding-right: 0;
  }

  .txtinfolp {
    font-size: 28px;
  }

  .txtheadlp {
    margin-top: 10px;
  }

  .linklp {
    color: #fff;
  }

  .bodyco {
    background-image: linear-gradient(#ffffff96, #ffffff96), linear-gradient(to right, #ffffff82 30%, #ffffff03 58%), url('../images/bancelu.jpg');
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .bodyco.bodyco2 {
    background-image: linear-gradient(to right, #ffffff82 30%, #ffffff03 58%), url('../images/bancelu2.jpg'), linear-gradient(to bottom, null, null);
  }

  .txtbanco2 {
    text-shadow: 1px 1px 1px var(--white);
  }

  .div-preguntas {
    padding-right: 0;
  }

  .btn-harm {
    background-position: 97%;
    background-size: 13px;
    padding-left: 9px;
    font-size: 13px;
    line-height: 16px;
  }

  .btn-harm.btn-harm2 {
    background-position: 99%;
    background-size: 11px;
    padding-left: 4px;
    font-size: 13px;
  }

  .txtcallco {
    font-size: 30px;
  }

  .txtfotco {
    margin-top: 15px;
  }

  .txtheadco {
    background-size: 30px;
    margin-top: 10px;
    padding-left: 35px;
    font-size: 20px;
  }

  .txtheadco.txtheadco2 {
    padding-left: 35px;
    font-size: 20px;
  }

  .colco {
    text-align: center;
  }

  .txtbanlu {
    font-size: 35px;
  }

  .txtbanlu.txtbanlu2 {
    font-size: 45px;
    line-height: 50px;
  }

  .button-2 {
    line-height: 20px;
  }

  .txtinfolu2 {
    font-size: 38px;
  }

  .divlu, .divlu.divlu2, .divlu.divlu3 {
    height: auto;
  }

  .txtcalllu {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .fotlu.firma-cp {
    padding-left: 20px;
  }

  .txtfotlu {
    font-size: 15px;
  }

  .txtheadlu {
    background-size: 20px;
    padding-left: 25px;
    font-size: 18px;
  }

  .div-logo-cp {
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 3px;
    position: static;
  }

  .div-logo-cp.logo-ms {
    width: 100%;
    margin-bottom: -45px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-contact-cp {
    background-position: 25%;
  }

  .text-contact-cp.mail-hcp {
    background-position: 10%;
    background-size: 19px;
  }

  .text-contact-cp.f-ms {
    background-position: 3%;
  }

  .text-hw {
    margin-top: 22px;
  }

  .div-text-cp {
    height: 400px;
  }

  .slider {
    height: 260px;
  }

  .div-text-banner {
    height: 653px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-text-banner.div-b-gracias-cp {
    width: 100%;
    height: 400px;
    margin-left: 0;
  }

  .div-text-banner.fgtyyyy {
    height: 584px;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-4 {
    font-size: 14px;
    line-height: 23px;
  }

  .div-form-cp {
    padding-right: 0;
  }

  .column-4 {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.sectioncn {
    padding-bottom: 0;
  }

  .btn-banner-cp.btn-ser-cp.btn-qa {
    letter-spacing: 3px;
    margin-bottom: -12px;
    font-size: 15px;
  }

  .btn-banner-cp.btn-banner-ms {
    margin-top: 15px;
  }

  .tab-link.w--current {
    width: 94%;
  }

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

  .div-imagen-serv-cp {
    height: 300px;
    margin-top: 60px;
  }

  .column-8 {
    padding-right: 10px;
  }

  .text-block-7 {
    margin-bottom: 3px;
  }

  .div-img-serv {
    margin-top: 15px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .text-block-11 {
    font-size: 25px;
    line-height: 36px;
  }

  .text-block-11.derr {
    margin-bottom: 20px;
  }

  .text-block-11.derr.title-footer-cp {
    font-size: 27px;
  }

  .text-block-12 {
    letter-spacing: 1px;
    margin-bottom: -4px;
    font-size: 14px;
  }

  .column-12 {
    padding-right: 10px;
  }

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

  .text-block-14 {
    text-align: center;
    font-size: 21px;
    line-height: 33px;
  }

  .text-block-15 {
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
  }

  .text-contact-footer-cp.fono-footer-cp {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .text-contact-footer-cp.email-footer-cp {
    font-size: 15px;
  }

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

  .tabs {
    text-align: left;
  }

  .section-6 {
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top: 7%;
  }

  .div-block-3 {
    text-align: center;
    margin-left: 65px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .column-16 {
    padding-right: 0%;
  }

  .heading-2 {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 22px;
  }

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

  .form {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-4 {
    flex-direction: column;
  }

  .section-7 {
    padding-top: 7%;
    padding-bottom: 11%;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 29px;
  }

  .heading-7 {
    font-size: 21px;
  }

  .heading-8 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 32px;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 34px;
  }

  .heading-10 {
    letter-spacing: 2px;
    font-size: 17px;
    line-height: 29px;
  }

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

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-6 {
    flex-direction: column-reverse;
  }

  .heading-11 {
    font-size: 21px;
    line-height: 33px;
  }

  .heading-12 {
    font-size: 22px;
    line-height: 31px;
  }

  .button-6 {
    width: 60%;
  }

  .heading-13 {
    text-align: center;
  }

  .heading-14 {
    font-size: 24px;
    line-height: 29px;
  }

  .button-7 {
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 16px;
  }

  .txtbange {
    width: 100%;
    font-size: 40px;
  }

  .divged2 {
    height: 300px;
  }

  .txtheadge {
    margin-top: 10px;
  }

  .image-2 {
    font-size: 12px;
  }

  .image-3 {
    width: 14%;
  }

  .txtbanca {
    line-height: 50px;
  }

  .txtinfoca {
    font-size: 30px;
  }

  .slidca {
    height: 430px;
  }

  .txtheadca.txtheadca2 {
    text-align: center;
    background-position: 20%;
  }

  .txtheadca.ttheadca222 {
    text-align: center;
    background-position: 20%;
    padding-left: 35px;
  }

  .text-sub-ms {
    margin-top: 11px;
    margin-bottom: 2px;
    font-size: 17px;
  }

  .text-sub-ms.subtext-ms {
    font-size: 18px;
  }

  .title-banner-ms {
    letter-spacing: -1px;
    font-size: 23px;
    line-height: 38px;
  }

  .title-banner-ms.title-serv-ms {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .title-banner-ms.title-serv-ms.t-pag {
    font-size: 23px;
    line-height: 41px;
  }

  .title-banner-ms.qs-title-ms {
    font-size: 33px;
  }

  .title-banner-ms.title-gracas-ms {
    font-size: 34px;
  }

  .text-block-18 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-19.text-nosotros-ms {
    font-size: 14px;
    line-height: 25px;
  }

  .nosotros-ms {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .slider-2 {
    height: 1000px;
  }

  .title-modelos-ms {
    margin-bottom: 24px;
  }

  .column-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    width: 100%;
  }

  .contact-header-irv {
    background-position: 29%;
    margin-top: 12px;
    font-size: 19px;
  }

  .contact-header-irv.cw {
    background-position: 30%;
    margin-top: 7px;
    font-size: 19px;
  }

  .contact-header-irv.cw.celular-f {
    background-position: 25%;
  }

  .contact-header-irv.cw.celular-f.wder {
    background-position: 28%;
    margin-bottom: 8px;
  }

  .contact-header-irv.cw.fp {
    background-position: 13%;
  }

  .contact-header-irv.cw.fp.yy66 {
    background-position: 34%;
    margin-bottom: 10px;
  }

  .contact-header-irv.cw.dhd {
    background-position: 33%;
  }

  .contact-header-irv.cw.fgty67 {
    background-position: 34%;
  }

  .contact-header-irv.gtrrrp {
    background-position: 31%;
    margin-bottom: 8px;
  }

  .contact-header-irv.hyu7 {
    background-position: 32%;
  }

  .num-tel {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 20px;
  }

  .num-tel.num-wtas {
    letter-spacing: 0;
    font-size: 16px;
  }

  .link-9 {
    font-size: 16px;
  }

  .banner-rc {
    height: auto;
    padding-bottom: 16px;
  }

  .banner-rc.bbl {
    height: 619px;
  }

  .banner-rc.bbl.grasd {
    height: 300px;
  }

  .banner-rc.bbl.vcbyu7 {
    height: 616px;
  }

  .banner-rc.bbl.vcbyu7.ghnnmkl {
    height: 397px;
  }

  .title1-banner-rc {
    letter-spacing: 7px;
    margin-top: 64px;
  }

  .title1-banner-rc.freyt {
    letter-spacing: 2px;
    margin-top: 78px;
    font-size: 19px;
  }

  .title-2-banner-ci {
    margin-top: 65px;
    font-size: 37px;
    line-height: 40px;
  }

  .title-2-banner-ci.title-gracias-ii {
    font-size: 30px;
    line-height: 39px;
  }

  .title-2-banner-ci.bnhyu {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 36px;
  }

  .title-2-banner-ci.bnhyu.tgrfdcv {
    margin-top: 87px;
    font-size: 29px;
  }

  .text-block-20 {
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 33px;
  }

  .text-block-20.title2-gracias-i {
    margin-bottom: 21px;
    font-size: 19px;
    line-height: 24px;
  }

  .text-block-20.s2tb {
    font-size: 14px;
    line-height: 21px;
  }

  .slider-banner-id {
    height: 214px;
  }

  .text-field-6 {
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .text-block-21 {
    margin-top: 10px;
    font-size: 18px;
  }

  .text-block-21.hyu78 {
    background-color: var(--midnight-blue-5);
    font-size: 16px;
  }

  .text-block-22 {
    text-align: center;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 29px;
  }

  .text-block-22.jui9 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .btn-call1-id {
    margin-top: 0;
    font-size: 15px;
  }

  .btn-call1-id.btn-serv-3 {
    margin-top: 1px;
  }

  .btn-call1-id.btn-serv-3.btn-cf-b {
    margin-bottom: 8px;
  }

  .btn-call1-id.btn-serv-3.btn-cf-b.vbtyvm {
    width: 48%;
  }

  .btn-call1-id.btn-serv-3.ghyui {
    margin-bottom: 11px;
  }

  .servicios-irc {
    padding: 40px 15px;
  }

  .title1-servcisio {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 19px;
  }

  .title1-servcisio.queerr {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .title1-servcisio.ltr {
    font-size: 17px;
  }

  .title-2-serv {
    margin-bottom: 23px;
    font-size: 26px;
    line-height: 42px;
  }

  .title-2-serv.ase43 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .title-2-serv.sqwer {
    margin-bottom: 7px;
    font-size: 25px;
  }

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

  .text-block-23.text-cf.vfrt5 {
    margin-bottom: 15px;
  }

  .text-block-24 {
    margin-top: 8px;
    font-size: 20px;
  }

  .columns-9 {
    margin-bottom: 18px;
  }

  .section-13 {
    padding-top: 43px;
  }

  .section-13.sder {
    background-position: 100%;
  }

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

  .text-block-25 {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 23px;
  }

  .contacto-impre {
    padding-top: 43px;
    padding-bottom: 43px;
  }

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

  .column-31 {
    padding-left: 22px;
    padding-right: 20px;
  }

  .slider-6 {
    height: 200px;
  }

  .text-block-26 {
    line-height: 32px;
  }

  .div-info-pro._67yuio {
    height: 674px;
    margin-bottom: -2px;
    padding: 20px 10px;
  }

  .div-info-pro._67yuio._6yhjk {
    height: 333px;
    margin-top: 25px;
    margin-bottom: 0;
  }

  .div-info-pro._67yuio._6yhjk.yu7890 {
    height: 787px;
  }

  .div-info-pro._67yuio.yhj89 {
    height: 619px;
  }

  .div-info-pro._67yuio.y78jnmbj {
    height: 536px;
  }

  .title-product-a.tyuyo {
    font-size: 25px;
    font-weight: 400;
  }

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

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

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

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

  .bodybi {
    background-image: linear-gradient(#ffffff82, #ffffff82), url('../images/banner-carrusel-covid-2.jpg');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .txtbanbi {
    font-size: 35px;
  }

  .txtbanbi.txtbanbi2 {
    font-size: 27px;
  }

  .divbi {
    margin-left: auto;
    margin-right: auto;
  }

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

  .btncontbi {
    width: 60%;
  }

  .bodysa {
    background-image: linear-gradient(#0006 84%, #0000 96%), url('../images/ban_2.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .txtbansa {
    font-size: 30px;
  }

  .infosa {
    background-color: #fff;
  }

  .txtfotsa {
    background-size: 15px;
    padding-left: 20px;
    font-size: 16px;
  }

  .txtfotsa.txtfotsa2 {
    background-size: 15px;
    margin-top: 10px;
    padding-left: 25px;
    font-size: 16px;
  }

  .divbio {
    width: auto;
    height: 400px;
  }

  .imglp {
    display: block;
  }

  .div-logo-blincol {
    width: 41%;
    margin-bottom: 11px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-10 {
    display: block;
  }

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

  .div-pqe {
    margin-bottom: 35px;
  }

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

  .whatsapp-gs {
    z-index: 0;
    width: 75%;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 6px;
    transition-duration: .4s;
    inset: auto auto 60px;
  }

  .whatsapp-gs:hover {
    margin-bottom: 0;
  }

  .whatsapp-gs.whats-ner {
    width: 80%;
    margin-bottom: 10px;
  }

  .whatsapp-gs.whats-ner.wor {
    width: 75px;
  }

  .whatsapp-gs.whats-ner.wor.wsal {
    width: 55px;
    height: 55px;
  }

  .whatsapp-gs.whats-ner.wor.instagram {
    width: 55px;
    height: 55px;
    margin-bottom: 78px;
  }

  .image-11 {
    max-width: 90%;
  }

  .txtbanlg {
    font-size: 40px;
  }

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

  .text-block-33 {
    margin-top: 42px;
    font-size: 20px;
  }

  .text-block-34 {
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 25px;
  }

  .container-2 {
    max-width: 92%;
  }

  .container-3 {
    max-width: 95%;
  }

  .text-block-35 {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 29px;
  }

  .column-39 {
    padding-left: 10px;
  }

  .container-4 {
    max-width: 90%;
  }

  .text-block-36 {
    background-size: 14px;
    padding-left: 21px;
  }

  .div-img34 {
    height: 327px;
    margin-bottom: 12px;
  }

  .div-img34._78iik {
    margin-bottom: 0;
  }

  .div-img34._67ujk.yi8oml {
    height: 447px;
    margin-bottom: 0;
  }

  .image-12 {
    margin-bottom: 41px;
  }

  .image-13 {
    margin-top: 7px;
    margin-bottom: 15px;
  }

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

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

  .contact-header-ic.hf-pr.hc-serv {
    letter-spacing: 0;
    font-size: 12px;
  }

  .contact-header-ic.hf-pr.vgbhj.cvt56 {
    font-size: 13px;
  }

  .contact-header-ic.contact-env.h-m-pr.hm-cser {
    letter-spacing: 0;
    font-size: 12px;
  }

  .contact-header-ic.contact-env.h-m-pr.gtyui {
    margin-top: 17px;
  }

  .item-contact {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .item-contact.gty {
    margin-bottom: 19px;
    font-size: 17px;
  }

  .header-ic.bannerele {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/electrical-technician-working-in-switchboard-with-fuses.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    padding-bottom: 32px;
  }

  .header-ic.bannerele.cvxsw.cvbhyu {
    background-image: linear-gradient(#000000a8, #000000a8), url('../images/9640.jpg');
    background-position: 0 0, 72%;
  }

  .header-ic.bannerele.cvxsw.cvbhyu.vbnjuio.bn {
    padding-top: 60px;
  }

  .header-ic.bannerele.cvxsw.cvbhyu.vbnjuio.vv6789 {
    padding-bottom: 77px;
  }

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

  .columns-19 {
    display: block;
  }

  .columns-19.fgyh {
    padding-bottom: 0;
  }

  .column-92 {
    text-align: center;
    padding-left: 10px;
    padding-right: 9px;
  }

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

  .column-95.jmklop {
    padding: 20px 10px;
  }

  .submit-button-17.cvdwe.trb2.bnm {
    width: 100%;
  }

  .text-block-212 {
    text-align: center;
    letter-spacing: 0;
    text-shadow: none;
    margin-top: 47px;
    font-size: 20px;
  }

  .text-block-212.gt678 {
    text-shadow: none;
    font-size: 29px;
    line-height: 36px;
  }

  .text-block-212.gt678.tif.mu890 {
    margin-bottom: 9px;
    font-size: 31px;
    line-height: 40px;
  }

  .text-block-212.gt678.tif.mu890.vbh {
    font-size: 27px;
  }

  .text-block-212.gt678.gbyui {
    text-align: center;
    font-size: 39px;
    line-height: 50px;
  }

  .text-block-212.gt678.gbyui.mn78 {
    text-align: center;
    margin-top: 51px;
    font-size: 29px;
    line-height: 42px;
  }

  .text-block-212.gt678.gbyui.fvbhju {
    font-size: 22px;
    line-height: 33px;
  }

  .text-block-212.gt678.gbyui.fvbhju.fvbnjk {
    margin-bottom: 19px;
    font-size: 27px;
  }

  .text-block-212.gt678.gbyui.fvbhju.bnmklo {
    margin-top: 51px;
  }

  .text-block-212.gt678.gbyui.fvbhju.bnmklo.vbml {
    margin-top: 26px;
    font-size: 29px;
    line-height: 36px;
  }

  .text-block-212.gt678.gbyui.fvbhju.bnmklo.bnm {
    font-size: 24px;
  }

  .text-block-212.gt678.gbyui.fvbhju.bnmklo.vbnkl {
    margin-bottom: 17px;
    font-size: 22px;
    line-height: 29px;
  }

  .text-block-212.gt678.gbyui.fvbhju.bnmklo.vbnkl.ghh {
    font-size: 28px;
  }

  .text-block-212.gt678.gbyui.fvbhju.bnmklo.vf67 {
    letter-spacing: 1px;
    margin-top: 108px;
    margin-bottom: 13px;
    line-height: 31px;
  }

  .text-block-212.hy789 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-212.hy789.gbvdf {
    text-align: center;
    margin-top: 60px;
  }

  .button-25.hjui {
    width: 74%;
  }

  .button-25.hjui.hyuio {
    margin-left: auto;
    margin-right: auto;
  }

  .button-25.hjui.hyuio.trb {
    margin-left: auto;
    font-size: 14px;
  }

  .button-25.hjui.hyuio.trb.mlopl {
    margin-left: auto;
    margin-right: auto;
  }

  .button-25.hjui.hyuio.trb.ghyui {
    font-size: 14px;
  }

  .button-25.hjui.hyuio.trb.nm9o0.w--current {
    margin-left: auto;
  }

  .button-25.hjui.hyuio.trb.nm9o0.klop0 {
    width: 70%;
    margin-left: auto;
  }

  .button-25.hjui.bnhjyu.cvbnj {
    margin-left: auto;
  }

  .button-25.btn-left {
    width: 69%;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
  }

  .button-25.ghy8 {
    width: 70%;
    font-size: 13px;
    line-height: 21px;
  }

  .button-25.ghy8.cdfth {
    letter-spacing: 0;
    background-position: 10%;
    background-size: 20px;
    flex: 1;
    align-self: auto;
    margin-top: 10px;
    padding-left: 53px;
    font-size: 15px;
  }

  .text-field-4 {
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .div-block-24 {
    width: 100%;
    margin-top: 38px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-24.hyui.vbhyui {
    min-height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-24.hyui.vbhyui.hyuo {
    justify-content: flex-start;
    align-items: stretch;
    min-height: 421px;
  }

  .text-block-213 {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .image-68 {
    max-width: 61%;
  }

  .image-68.n7890 {
    max-width: 94%;
    margin-top: 29px;
  }

  .image-68.gy79l {
    margin-top: 37px;
  }

  .image-68.gy79l.vcdfrt {
    max-width: 92%;
  }

  .text-block-214 {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
  }

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

  .column-94 {
    text-align: center;
    padding-right: 10px;
  }

  .text-block-215 {
    text-align: center;
    font-size: 26px;
    line-height: 41px;
  }

  .text-block-215.tngt {
    font-size: 26px;
    line-height: 31px;
  }

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

  .section-32._789kl.hjmn.dfghjk {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-32._789kl.hjmn.dfghjk.bnm {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text-block-216 {
    text-align: center;
    margin-bottom: -2px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-216.gty67 {
    font-size: 19px;
    line-height: 26px;
  }

  .text-block-216.gty67.fvbgyui.vbrr.vvbnjk {
    margin-bottom: 5px;
  }

  .text-block-216.gty67.fvbgyui.vbrr.bnkl {
    line-height: 34px;
  }

  .column-98 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-136 {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
  }

  .div-block-25 {
    min-height: 190px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-217 {
    float: none;
    font-size: 21px;
  }

  .text-block-217.ts1 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .section-31.h7890 {
    padding-top: 40px;
  }

  .text-block-135 {
    margin-bottom: 31px;
    font-size: 25px;
    line-height: 36px;
  }

  .text-block-135.qsdp {
    font-size: 29px;
    line-height: 30px;
  }

  .section-59 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-59.bnhyu.yu8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-59.bnhyu.yu8.vbhyui.vbnmk.hnjkl {
    padding-bottom: 10px;
  }

  .section-59.bnhyu.yu8.vbhyui.vbnmk.hnjkl.blp {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-59.bnhyu.yu8.vbhyui.ftyu8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-134 {
    text-align: center;
    border-right-style: none;
    margin-bottom: 9px;
    padding-right: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .text-block-218.txt-email-v {
    margin-bottom: 36px;
  }

  .text-block-218.txt-email-v.vbgtyui.vbhuio {
    background-position: 28%;
    margin-bottom: 20px;
  }

  .text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk {
    text-align: center;
    background-position: 5%;
    font-size: 17px;
    display: block;
  }

  .text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk.nmlo {
    text-align: right;
    background-position: 0%;
  }

  .text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk.nmkiii {
    background-position: 21%;
  }

  .text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk.nmkiii.vbnm {
    text-align: center;
    padding-left: 13px;
    font-size: 15px;
  }

  .text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk.bnjki {
    background-position: 16%;
  }

  .text-block-218.txt-email-v.vbgtyui.vbhuio.webruk.bnjk.bnmk {
    background-position: 15%;
  }

  .text-block-218.txt-email-v.vbgtyui.vbhuio.bnmiop {
    background-position: 22%;
    background-size: 22px;
  }

  .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: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-220.vbnhj {
    background-position: 25%;
  }

  .text-block-220.vbnhj.jkiop {
    background-position: 31%;
  }

  .row-8 {
    display: block;
  }

  .link-73 {
    text-align: center;
    font-size: 15px;
  }

  .containerwm {
    max-width: 96%;
  }

  .text-block-140 {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .text-block-141 {
    background-position: 23%;
    background-size: 16px;
    font-size: 16px;
  }

  .text-block-141.emailtxt {
    background-position: 0%;
  }

  .text-block-141.emailtxt.ty789 {
    background-position: 18%;
  }

  .text-block-141.emailtxt.ty789.nmkp {
    text-align: right;
    background-position: 2%;
    font-size: 14px;
  }

  .text-block-141.emailtxt.ty789.nmkp.ccfcccfcf {
    text-align: center;
  }

  .text-block-141.gty7ui {
    background-position: 22%;
  }

  .header-wm.ffccf {
    text-align: center;
  }

  .column-96 {
    text-align: center;
    margin-bottom: 13px;
  }

  .logoms.fc {
    max-width: 70%;
  }

  .btn-call1-id-2 {
    margin-top: 0;
    font-size: 15px;
  }

  .btn-call1-id-2.btn-serv-3 {
    margin-top: 1px;
  }

  .btn-call1-id-2.btn-serv-3.btn-cf-b {
    margin-bottom: 8px;
  }

  .btn-call1-id-2.btn-serv-3.btn-cf-b.vbtyvm {
    width: 62%;
    margin-top: 11px;
    font-size: 15px;
  }

  .btn-call1-id-2.btn-serv-3.btn-cf-b.vbtyvm.ghy78 {
    width: 67%;
  }

  .btn-call1-id-2.btnsm.btn-cont {
    align-self: center;
  }

  .section-74.de457 {
    height: 700px;
  }

  .section-74.de457.rty67889 {
    height: 616px;
  }

  .section-74.de457.rty67889.gsectk {
    height: 350px;
  }

  .section-74.de457.rty67889.ffccc {
    background-image: linear-gradient(#0000, #0000), url('../images/FC_BANNER_WEB_1-v6.webp');
    background-position: 0 0, 100% 100%;
    height: auto;
  }

  .title-2-banner-ci-2 {
    margin-top: 65px;
    font-size: 37px;
    line-height: 40px;
  }

  .title-2-banner-ci-2.fg6vb {
    letter-spacing: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .title-2-banner-ci-2.fg6vb.gt789 {
    margin-top: 42px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  }

  .title-2-banner-ci-2.fg6vb.rt67890 {
    text-align: center;
    letter-spacing: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 29px;
  }

  .title-2-banner-ci-2.fg6vb.rt67890.tgfr5 {
    margin-top: 89px;
    font-size: 30px;
    line-height: 42px;
  }

  .text-block-223 {
    margin-top: 10px;
    font-size: 18px;
  }

  .text-block-223.fvrty {
    font-size: 15px;
    line-height: 39px;
  }

  .text-block-223.fvrty.tyui {
    margin-top: 19px;
  }

  .text-block-224 {
    text-align: center;
    margin-top: 66px;
    font-size: 18px;
  }

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

  .slider-8 {
    height: 732px;
  }

  .slide-17 {
    height: auto;
  }

  .paragraph-28 {
    letter-spacing: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
  }

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

  .section-75 {
    padding: 40px 10px;
  }

  .title-2-serv-2 {
    margin: 18px auto 33px;
    font-size: 26px;
    line-height: 28px;
  }

  .title-2-serv-2.txtb {
    text-align: center;
    margin-bottom: 23px;
  }

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

  .paragraph-29 {
    text-align: center;
    font-size: 15px;
  }

  .div-img-qs {
    height: 284px;
  }

  .div-img-qs.fv67890 {
    height: 245px;
  }

  .div-img-qs.fv67890.ffccffc {
    height: 400px;
  }

  .div-img-qs.fv67890.ffccffc.kljkll7 {
    text-align: center;
    background-position: 60%;
    height: 400px;
  }

  .div-block-39 {
    height: 730px;
    padding: 40px 20px;
    display: block;
  }

  .div-block-39.gh890 {
    text-align: center;
    height: 442px;
  }

  .div-block-39.gh890.fcfcfccf.fccfcf3.fgfgfg {
    padding-left: 0;
  }

  .columns-20 {
    margin-bottom: 0;
  }

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

  .div-block-41 {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    width: 100%;
    min-height: 187px;
  }

  .div-block-42 {
    text-align: center;
    min-height: 183px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-43 {
    margin-bottom: 32px;
    margin-right: 0;
    display: block;
  }

  .div-block-43.div2contant {
    margin-left: 0;
  }

  .div-pqe-2 {
    height: 282px;
    margin-bottom: 35px;
    padding: 20px;
  }

  .text-block-226.ic1 {
    font-size: 19px;
    line-height: 26px;
  }

  .text-block-144 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 32px;
  }

  .section-76, .section-77 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .banner-principal {
    height: 1305px;
  }

  .banner-principal.bhmj.bnmo {
    height: 734px;
  }

  .banner-principal.hniop {
    height: 767px;
  }

  .image-69 {
    width: 39%;
    margin-bottom: 21px;
  }

  .button-26 {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-26.emailbtn {
    margin-top: 0;
  }

  .button-26.emailbtn.cf56yh {
    background-position: 7%;
    padding-left: 53px;
    padding-right: 20px;
  }

  .button-26.btn-especialidades.btn-banl, .button-26.btn-especialidades.fgtyu {
    margin-bottom: 0;
  }

  .cell {
    text-align: center;
    align-items: center;
    font-size: 15px;
  }

  .cell-2 {
    align-items: center;
  }

  .text-block-228 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 40px;
  }

  .text-block-228.hy78ij {
    font-size: 38px;
  }

  .text-block-228.hy78ij.cf567 {
    font-size: 34px;
  }

  .text-block-229 {
    margin-top: -24px;
    font-size: 15px;
    line-height: 13px;
  }

  .text-block-229.cvb.fr56689 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .div-block-47 {
    width: 100%;
    margin-top: 31px;
    padding: 20px;
    display: none;
  }

  .div-block-47.vt6789.csq23 {
    width: 95%;
    margin-top: 39px;
    display: block;
  }

  .div-block-47.vt6789.csq23.cvfg {
    width: 100%;
  }

  .div-block-47.vt6789.csq23.cvfg.vtui {
    width: 92%;
    margin-top: 22px;
  }

  .div-block-47.form-cji {
    width: 100%;
    display: block;
  }

  .text-block-168 {
    letter-spacing: 0;
    font-size: 20px;
  }

  .cell-3 {
    align-items: center;
    display: block;
  }

  .cell-4, .cell-5 {
    align-items: center;
  }

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

  .text-block-230 {
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-230.gt6789 {
    font-size: 30px;
    line-height: 39px;
  }

  .div-block-48 {
    margin-bottom: 37px;
  }

  .flex-block-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }

  .flex-block-2.se4567 {
    flex-direction: column;
  }

  .div-block-49 {
    width: 90%;
  }

  .div-block-49.gt6789 {
    width: 103%;
    height: 336px;
    margin-bottom: 0;
  }

  .div-block-49.cfr56 {
    width: 90%;
    height: 539px;
    margin-bottom: 14px;
  }

  .div-img-especialidad.img-masajes {
    height: 195px;
  }

  .div-block-50 {
    margin-bottom: 0;
  }

  .quick-stack-3 {
    height: auto;
  }

  .cell-6 {
    flex-direction: row;
  }

  .cell-7 {
    padding: 72px 20px 40px;
  }

  .text-block-232 {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 37px;
  }

  .text-block-232.b78i {
    margin-bottom: 34px;
  }

  .text-block-232.gy78 {
    font-size: 29px;
    line-height: 41px;
  }

  .section-79 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-79.gt678 {
    padding-top: 40px;
  }

  .list-2 {
    font-size: 15px;
  }

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

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

  .section-80.gt678 {
    padding: 30px 20px;
  }

  .cell-9 {
    align-items: flex-start;
  }

  .cell-10 {
    display: block;
  }

  .image-70 {
    width: 76%;
  }

  .text-block-235 {
    margin-bottom: 33px;
  }

  .cell-13 {
    align-items: center;
  }

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

  .paragraph-30 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-30.vb456 {
    font-size: 16px;
  }

  .div-block-51 {
    height: 200px;
  }

  .div-block-51.gt67 {
    height: 259px;
  }

  .paragraph-32 {
    font-size: 14px;
  }

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

  .body-8 {
    background-position: 0%;
  }

  .text-block-238 {
    margin-bottom: 11px;
  }

  .text-block-238._546df {
    display: inline-block;
  }

  .text-block-239 {
    font-size: 40px;
  }

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

  .div-block-52._54tdfgfg, .div-block-52.divb2 {
    height: auto;
  }

  .text-block-248 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .text-block-249 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-72._45sd {
    height: 120px;
    margin-left: 0;
  }

  .text-block-251 {
    margin-top: 32px;
  }

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

  .logotuka {
    margin-bottom: 22px;
  }

  .bhjkl {
    flex-flow: column;
  }

  .text-block-254 {
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
  }

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

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

  .text-block-255 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 13px;
    font-size: 17px;
    line-height: 24px;
  }

  .text-block-255.ji90 {
    font-size: 15px;
  }

  .column-166 {
    text-align: center;
    padding-left: 10px;
  }

  .flex-block-5 {
    background-image: linear-gradient(#c84f00, #c84f00), url('../images/9211.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding: 26px 20px;
  }

  .text-block-256 {
    font-size: 27px;
    line-height: 32px;
  }

  .text-block-256.xcdfrty {
    font-size: 16px;
    line-height: 21px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 33px;
  }

  .div-block-55.ghyuio {
    height: 270px;
  }

  .div-block-55.ghyuio.dvb89 {
    height: 400px;
  }

  .div-block-55.ghyuio.nmuiop {
    height: 269px;
  }

  .text-block-257 {
    letter-spacing: 0;
    margin-bottom: 21px;
    font-size: 25px;
  }

  .button-28 {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 52px;
    font-size: 15px;
    line-height: 13px;
  }

  .flex-block-6 {
    width: 100%;
    height: 504px;
  }

  .flex-block-6.peque {
    height: 539px;
  }

  .flex-block-6.fffff {
    height: 466px;
  }

  .text-block-258.tiser {
    margin-bottom: 10px;
  }

  .flex-block-7 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .text-block-259 {
    font-size: 14px;
    line-height: 22px;
  }

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

  .div-block-56 {
    width: 29%;
  }

  .cdcd {
    margin-top: 49px;
  }

  .cdcd.bnhjui {
    max-width: 81%;
  }

  .cdcd.b78io {
    margin-top: 0;
  }

  .flex-block-9 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    width: 100%;
    margin-bottom: 36px;
  }

  .text-block-263.bnjk {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-265 {
    width: 100%;
    margin-bottom: 34px;
    font-size: 17px;
    line-height: 25px;
  }

  .text-block-265.frtyu {
    text-align: center;
    background-position: 50% 0;
    margin-bottom: 0;
  }

  .flex-block-10 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .image-78 {
    margin-bottom: 10px;
  }

  .flex-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-12 {
    width: 100%;
    height: 244px;
  }

  .flex-block-13 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-16 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .text-block-266 {
    line-height: 24px;
  }

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

  .flex-block-14 {
    width: 100%;
    height: 279px;
  }

  .text-block-267 {
    font-size: 24px;
    line-height: 28px;
  }

  .flex-block-15 {
    flex-flow: column;
  }

  .bold-text-6.fcfccfcf {
    font-size: 24px;
    line-height: 32px;
  }

  .column-170, .column-171 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-86 {
    padding-top: 60px;
  }

  .list-3 {
    text-align: left;
  }

  .column-175, .column-176, .column-177 {
    margin-top: 20px;
  }

  .whatsapp-gs-2 {
    z-index: 0;
    width: 75%;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 6px;
    transition-duration: .4s;
    inset: auto 0% 0% auto;
  }

  .whatsapp-gs-2:hover {
    margin-bottom: 0;
  }

  .flex-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-17 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block-18 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 10px;
  }

  .flex-block-19 {
    width: 100%;
  }

  .heading-18 {
    font-size: 44px;
    line-height: 40px;
  }

  .heading-18.fvbkl {
    font-size: 23px;
    line-height: 30px;
  }

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

  .text-block-271.fvbnm {
    line-height: 23px;
  }

  .flex-block-20 {
    padding: 40px 20px;
  }

  .heading-19 {
    text-align: center;
    font-size: 26px;
    line-height: 37px;
  }

  .flex-block-21 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-273 {
    line-height: 28px;
  }

  .flex-block-23 {
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
  }

  .flex-block-24 {
    padding: 10px;
  }

  .text-block-276 {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
  }

  .flex-block-25 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    font-size: 25px;
    line-height: 32px;
  }

  .image-81 {
    width: 27%;
  }

  .flex-block-26 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .text-block-277 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .flex-block-28 {
    width: 100%;
  }

  .flex-block-29 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .image-83 {
    margin-bottom: 18px;
  }

  .text-block-278 {
    font-size: 23px;
    line-height: 28px;
  }

  .flex-block-30 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .gallery-container {
    column-count: 2;
  }

  .gallery-container.termogal {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-container.termogal.ghl {
    grid-template-columns: 1fr;
  }

  .gallery-container.termogal.vbyu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-89 {
    margin-bottom: 10px;
  }

  .slider-9 {
    height: 220px;
  }

  .left-arrow-9 {
    left: -18%;
  }

  .right-arrow-9 {
    right: -20%;
  }

  .image-90 {
    max-width: 91%;
  }

  .image-91 {
    max-width: 90%;
  }

  .image-92 {
    max-width: 91%;
  }

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

  .flex-block-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-33 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

#w-node-b08b86ab-12b1-2578-c9fa-680556c506a3-a8a677c7, #w-node-_64edecaf-cbaf-ca0b-272f-dc3ef480299e-a8a677c7, #w-node-_849a1fcd-3082-3321-12d0-cb89c3a5016c-a8a677c7, #w-node-_489b6d79-25a9-34dd-9c89-7e31717fa4d9-a8a677c7, #w-node-c813fc28-a469-a01c-66a7-2bda90a1bfda-a8a677c7, #w-node-_2854f098-2435-5671-a809-49d1b701877f-a8a677c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_77d65128-ac90-6714-80d2-a56464294b1f-7e35e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#contacto.w-node-cf1ce98e-b878-cb8e-8773-401b858717bb-7e35e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_38463f32-776e-1e83-f434-aab1c97f703a-7e35e423, #w-node-f55633fa-1739-de22-a1c5-2dd54cbade54-7e35e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_69a0d516-e324-f685-8a9d-00957d9e1a56-7e35e423 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-c2198046-582f-3b60-80e5-984a34ebf746-7e35e423 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

#w-node-_77d65128-ac90-6714-80d2-a56464294b1f-f18a4d62 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#contacto.w-node-cf1ce98e-b878-cb8e-8773-401b858717bb-f18a4d62 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_38463f32-776e-1e83-f434-aab1c97f703a-f18a4d62 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_69a0d516-e324-f685-8a9d-00957d9e1a56-f18a4d62 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-c2198046-582f-3b60-80e5-984a34ebf746-f18a4d62 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

#w-node-_77d65128-ac90-6714-80d2-a56464294b1f-1757d5fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#contacto.w-node-cf1ce98e-b878-cb8e-8773-401b858717bb-1757d5fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-c2198046-582f-3b60-80e5-984a34ebf746-1757d5fd {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

#w-node-_77d65128-ac90-6714-80d2-a56464294b1f-392783c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#contacto.w-node-cf1ce98e-b878-cb8e-8773-401b858717bb-392783c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-c2198046-582f-3b60-80e5-984a34ebf746-392783c5 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

#w-node-fe872339-209b-0b03-8bfe-6309b0e509b0-13df448c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf6f92c3-a952-3766-7d94-658c02669556-bbfb055c, #w-node-f73ea4a3-49ea-688d-e763-0e31a5188c41-bbfb055c, #w-node-_947a044e-939f-6505-3e66-aace1f7d00ca-bbfb055c, #w-node-_439d7a23-b602-d2dc-e249-bdbf86b2d4b2-bbfb055c {
  align-self: start;
}

#w-node-bf6f92c3-a952-3766-7d94-658c02669556-7736d7ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_77d65128-ac90-6714-80d2-a56464294b1f-7e35e423, #contacto.w-node-cf1ce98e-b878-cb8e-8773-401b858717bb-7e35e423 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf1ce98e-b878-cb8e-8773-401b858717bd-7e35e423 {
    order: 0;
  }

  #w-node-_38463f32-776e-1e83-f434-aab1c97f703a-7e35e423, #w-node-f55633fa-1739-de22-a1c5-2dd54cbade54-7e35e423, #w-node-_69a0d516-e324-f685-8a9d-00957d9e1a56-7e35e423 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c2198046-582f-3b60-80e5-984a34ebf746-7e35e423 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_77d65128-ac90-6714-80d2-a56464294b1f-f18a4d62, #contacto.w-node-cf1ce98e-b878-cb8e-8773-401b858717bb-f18a4d62 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf1ce98e-b878-cb8e-8773-401b858717bd-f18a4d62 {
    order: 0;
  }

  #w-node-_38463f32-776e-1e83-f434-aab1c97f703a-f18a4d62, #w-node-_69a0d516-e324-f685-8a9d-00957d9e1a56-f18a4d62 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c2198046-582f-3b60-80e5-984a34ebf746-f18a4d62 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_77d65128-ac90-6714-80d2-a56464294b1f-1757d5fd, #contacto.w-node-cf1ce98e-b878-cb8e-8773-401b858717bb-1757d5fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf1ce98e-b878-cb8e-8773-401b858717bd-1757d5fd {
    order: 0;
  }

  #w-node-c2198046-582f-3b60-80e5-984a34ebf746-1757d5fd {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_77d65128-ac90-6714-80d2-a56464294b1f-392783c5, #contacto.w-node-cf1ce98e-b878-cb8e-8773-401b858717bb-392783c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf1ce98e-b878-cb8e-8773-401b858717bd-392783c5 {
    order: 0;
  }

  #w-node-c2198046-582f-3b60-80e5-984a34ebf746-392783c5 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


@font-face {
  font-family: 'Futura std';
  src: url('../fonts/Futura-Std-Light-Oblique.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura std';
  src: url('../fonts/Futura-Std-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura std';
  src: url('../fonts/Futura-Std-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}