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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.flotante {
    display:scroll;
        position:fixed;
        bottom:10%;
        right:20px;
}

.section {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.banner-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/banner-home-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.gestion {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.section.gest-ries-lab {
  /*height: 100vh;*/
  background-color: transparent;
}

.section.agendar-cita {
  height: 70vh;
  padding-top: 0px;
  background-image: url('../images/agenda_cita.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.marco-legal {
  position: static;
  height: auto;
  background-color: #000;
}

.section.consulta-caso {
  height: 100vh;
  padding-bottom: 60px;
  background-image: url('../images/consuta-caso1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.clientes {
  height: 90vh;
  background-image: url('../images/fondo-clientes.jpg');
  background-position: 0% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.tramites {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.gris {
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/fondo-plan-individua.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.gris.principios {
  padding-top: 180px;
  background-color: #e7e7e7;
}

.section.espacio-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 70px;
  padding-top: 60px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.noticias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 140px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.plan-empresarial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 140px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 9px;
}

.section.claudia {
  display: block;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.contacto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.luz {
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #e2e2e2;
}

.section.blanca {
  position: relative;
  display: block;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
}

.section.colombia {
  position: relative;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
}

.section.blanca.respaldo {
  display: block;
  padding-bottom: 265px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
}

.wrapper-tit-banner {
  position: absolute;
  left: 100px;
  z-index: 5;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper-tit-banner.agenda {
  left: 10%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-top: 100px;
  padding-right: 65px;
  padding-left: 111px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/rombo-cita-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.boton {
  margin-top: 10px;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
}

.boton:hover {
  background-color: #141414;
}

.boton.rojo {
  border-radius: 6px;
  background-color: #95191c;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
}

.boton.rojo:hover {
  background-color: #ec1c24;
  box-shadow: 4px 4px 10px 0 rgba(149, 25, 28, 0.66);
}

.boton.rojo:active {
  background-color: #ec1c24;
}

.boton.volver {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 2%;
  background-color: #95191c;
}

.boton.volver:hover {
  background-color: #ec1c24;
}

.t-tulo-seccion {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.t-tulo-seccion.gestion {
  position: relative;
  top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.t-tulo-seccion.agenda {
  margin-top: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}

.t-tulo-seccion.titulo-noticias {
  margin-top: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-align: left;
}

.t-tulo-seccion.titulo-clientes {
  width: 500px;
  margin-top: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.52);
}

.subtitulo-seccion {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 200;
  text-align: left;
}

.subtitulo-seccion.agenda {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 200;
}

.subtitulo-seccion.blanco {
  color: grey;
  font-size: 30px;
}

.subtitulo-seccion.principios {
  margin-top: 0px;
  margin-bottom: 66px;
  color: #fffdfd;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
}

.subtitulo-seccion.plan-indiv {
  display: inline-block;
  margin: 0px auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.padre-gest-ries-lab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 20px;   /* 140px;*/
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulos-columnas {
  display: inline-block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.parrafos-columas {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  direction: ltr;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
  -webkit-column-count: 0;
  column-count: 0;
}

.padre-columna {
  position: relative;
  display: block;
  width: 300px;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  /*-webkit-align-self: center;*/
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  /*align-self: center;*/
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #eee;
}

.padre-inicio {
  position: relative;
  display: block;
  width: 300px;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  /*-webkit-align-self: center;*/
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  /*align-self: center;*/
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
}

.padre-agendar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.padre-marco-legal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-marco-legal {
  width: 40vw;
  margin-top: 100px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.titulo-post {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.padre-consulta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  text-shadow: none;
}

.paragraph {
  display: block;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.paragraph.planes {
  width: 220px;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #000;
  background-color: hsla(0, 0%, 94.7%, 0.9);
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer:hover {
  color: #fff;
}

.wrapper-redes-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.icons-redes {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.icons-redes:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.navlink {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: text-shadow 200ms ease, color 200ms ease;
  transition: text-shadow 200ms ease, color 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}

.navlink:hover {
  color: #95191c;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(133, 52, 52, 0.47);
}

.navlink.w--current {
  color: #95191c;
  line-height: 16px;
  font-weight: 900;
  text-decoration: none;
}

.text-block {
  position: absolute;
  left: 0%;
  top: -70%;
  right: 0%;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: grey;
  font-weight: 300;
  text-align: center;
}

.text-block._2020 {
  position: relative;
  margin-top: 15px;
  font-size: 12px;
  line-height: 15px;
}

.text-block.redes-sociales {
  top: -80%;
}

.powered-by {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
}

.contenedor-formulario {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: 0%;
  padding: 10px 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
}

.html-embed {
  margin-bottom: 20px;
}

.brand {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.5;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.contenedor-servicios {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: none;
  min-width: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}


.container-whatsapp {
  width: calc(100% - 40px);
  max-width: 380px;
  background: #e5ddd6;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0,0,0,.3);
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: none
}

.wa-heading {
    width: 100%;
    height: 52px;
    background: #ededed;
    border-radius: 8px 8px 0 0;
    padding: 6px 16px;
}

.wa-heading-icon {
    width: 40px;
    height: 40px;
    background: #f66536;
    border-radius: 50%;
    padding: 6px 13px;
    float: left;
}

.wa-btn-cerrar {
    width: 28px;
    height: 28px;
    padding: 4px 8px;
    border-radius: 50%;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    transition: all 1s ease-in-out;
}

.wa-msg {
    width: 96%;
    max-width: 348px;
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    margin: 12px auto;
    box-shadow: 0 2px 0 rgba(0,0,0,.4);
    text-align: left;
    color: #1d1d1d;
}

.btn-whatsapp {
    height: 56px;
    padding: 17px 28px;
    background: #f66536;
    color: #ffffff;
    border-radius: 28px;
    float: right;
    margin: 0 16px 16px 0;
    opacity: 1;
    transition: all .4s ease-in-out;
}

.icon-whatsapp {
    width: 0px;
    height: 0px;
    border-radius: 28px;
    position: fixed;
    right: 36px;
    bottom: 36px;
    z-index: 100;
    background: #f66536;
    opacity: 1;
    box-shadow: 0 0 16px rgba(0,0,0,.2);
    cursor: pointer;
    transition: all .3s linear;
}

.contenedor-services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: none;
  min-width: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper-fotos-col {
  width: 300px;
  height: 250px;
}

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

.padre-clientes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.wrapper-titulo-clientes {
  position: relative;
  left: auto;
  top: -11px;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.list-item {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
}

.lista {
  position: relative;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2b2b2b;
  font-size: 12px;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.columna-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.titulos-planes {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.linea-planes {
  width: 180px;
  height: 2px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #95191c;
}

.linea-planes.tabla {
  margin-top: 0px;
}

.banner-pagina-interna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.banner-pagina-interna.contacto {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/banner-contacto.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.sucesiones {
  position: relative;
  background-image: url('../images/banner-sucesiones.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.tutelas {
  position: relative;
  background-image: url('../images/banner-tutelas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.pensiones {
  position: relative;
  background-image: url('../images/banner-pensiones.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.liquidacion {
  position: relative;
  background-image: url('../images/banner-liquidación.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.capacitaci-n {
  position: relative;
  background-image: url('../images/banners-entrenamiento.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.nuestro-proposito {
  position: relative;
  background-image: url('../images/banner-proposito.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.servicios {
  position: relative;
  background-image: url('../images/banners-servicios.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-pagina-interna.admon-personal {
  position: relative;
  background-image: url('../images/banners-recursohumano.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.novedades {
  position: relative;
  background-image: url('../images/banners-novedades.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.experiencia {
  position: relative;
  background-image: url('../images/banner-experiencia.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-pagina-interna.contratacion {
  position: relative;
  background-image: url('../images/banner-coontratacion.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo-pagina-interna {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 9px rgba(88, 23, 25, 0.6);
}

.rombo-3d-internas {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subt-tulos-pag-internas {
  display: inline-block;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  text-align: left;
}

.subt-tulos-pag-internas.plane-empresarial {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 30px;
  font-weight: 900;
  text-align: left;
}

.subt-tulos-pag-internas.cargo-1 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #95191c;
  text-align: right;
}

.subt-tulos-pag-internas.claudia {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.subt-tulos-pag-internas.cargo-2 {
  color: #95191c;
  text-align: left;
}

.subt-tulos-pag-internas.respaldo {
  margin-right: 50px;
  padding-right: 0px;
  text-align: right;
}

.subt-tulos-pag-internas.subtitulo-seccion.roja {
  color: #95191c;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
}

.subt-tulos-pag-internas.plan-indiv {
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  line-height: 30px;
}

.contenedor-planes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-foto-dispositivos {
  position: absolute;
  left: auto;
  top: auto;
  right: 7%;
  bottom: -35%;
}

.wrapper-foto-dispositivos.martillo-1 {
  display: none;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contenedor-noticias {
  max-width: 1000px;
}

.noticia-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
  text-decoration: none;
}

.noticia-link:hover {
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.28);
}

.collection-item-2 {
  margin-bottom: 20px;
  font-style: normal;
  text-decoration: none;
}

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

.wrp-foto-pag-noticia {
  width: 100%;
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo-pagina-noticia {
  font-family: Poppins, sans-serif;
}

.titulo-fecha-noticia {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.texto-previos-noticias {
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 400;
  text-align: justify;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
}

.textos-planes {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-align: center;
}

.textos-planes.bold {
  margin-right: 9px;
  margin-left: 9px;
  padding-top: 26px;
  padding-bottom: 26px;
  border-radius: 0px 0px 10px 10px;
  background-color: #ec1c24;
  color: #fff;
  font-weight: 800;
}

.textos-planes.servicio-col {
  padding: 10px;
  background-color: #eee;
  font-weight: 500;
  text-align: left;
}

.textos-planes.servicio-col.es {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgba(238, 238, 238, 0.7);
}

.textos-planes.superiores {
  margin-top: 5px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.textos-planes.no-incluye {
  padding-right: 25px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.textos-planes.plan-indiv {
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.textos-planes._10 {
  margin-bottom: 9px;
  color: #ec1c24;
  font-size: 30px;
  font-weight: 900;
}

.textos-planes.servicios-adi {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  background-color: transparent;
}

.titulos-planes-cuadro {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
}

.wrapper-planes {
  width: 80vw;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 40%);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.malla-palnes {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0))), url('../images/fondo-plane-empresa.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/fondo-plane-empresa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bio {
  width: 600px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.bio.bio1 {
  line-height: 22px;
  text-align: right;
}

.contenedor-bio {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contenedor-tex-bio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-8 {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 400px;
  height: 400px;
  max-width: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrapper-foto-bio {
  position: relative;
  width: 500px;
  height: 500px;
}

._1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

._1200.expert {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._1200.plan-indi {
  display: inline-block;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.columna-central-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ece5e5;
}

.columna-der-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 134px 56px 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.94)), to(rgba(51, 51, 51, 0.94))), url('../images/contratado.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.94), rgba(51, 51, 51, 0.94)), url('../images/contratado.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.cont-col-central-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo-dato-contacto {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.dato-contacto {
  margin-bottom: 41px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-align: center;
}

.dato-contacto.final {
  margin-bottom: 0px;
}

.campo-formulario {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 200;
}

.text-field {
  line-height: 20px;
}

.checkbox-label {
  font-weight: 100;
}

.checkbox-label-2 {
  font-weight: 100;
}

.checkbox-label-3 {
  font-weight: 100;
}

.div-block-3 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-4 {
  padding-right: 52px;
  padding-left: 52px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.form-block {
  margin-bottom: 0px;
}

.rombo-3d-contacto {
  position: absolute;
  left: 0%;
  top: -11%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrpper-principios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt-principios {
  color: #fffdfd;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.wrapper-ppio-individua {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 33px;
  padding-left: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-6 {
  display: inline-block;
  width: 500px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-principio {
  margin-bottom: 20px;
}

.parrafo-proposito {
  margin-bottom: 0px;
  padding-left: 20px;
  border-left: 3px solid #333;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.contenedor-portafolio {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -23%;
  z-index: 3;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 3px 3px 11px 2px rgba(0, 0, 0, 0.1);
}

.menu-button {
  width: 100%;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-menu {
  width: auto;
  margin-top: 22px;
}

.brand-2 {
  display: inline-block;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.brand-2:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.menu-button-2 {
  display: none;
}

.contenedor-menu {
  position: static;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  margin-bottom: 20px;
}

.marco-titulos-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ea0505;
}

.triangulo-oscuro {
  position: absolute;
  left: 0%;
  top: -27%;
  right: auto;
  bottom: auto;
  width: 25px;
  height: 27px;
  background-image: url('../images/triangulo-oscuro-01.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.triangulo-oscuro-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -25%;
  width: 25px;
  height: 27px;
  background-image: url('../images/triangulo-claro-01.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper-titulo {
  position: relative;
  margin-bottom: 57px;
  padding-right: 25px;
  padding-left: 25px;
}

.comilla-abajo {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 30px;
  height: 50px;
  background-image: url('../images/comilla-abajo-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.comilla-arriba {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 50px;
  background-image: url('../images/comilla-arriba-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-8 {
  margin-top: 62px;
  margin-left: 16px;
}

.rombos-marco-legal {
  position: absolute;
  left: auto;
  top: 7%;
  right: 7%;
  bottom: auto;
  width: 300px;
  height: 300px;
  background-image: url('../images/rombos-marco-legal-01.svg');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.linea {
  width: 50px;
  height: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #ec1c24;
}

.rombo-nuestros-clientes {
  position: absolute;
  left: 0%;
  top: -150%;
  right: auto;
  bottom: auto;
  width: 200px;
  height: 350px;
  background-image: url('../images/rombo-nuestros-clientes-01.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-10 {
  position: absolute;
  left: 18%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 30%;
  height: 500px;
  background-image: url('../images/cliente.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linea-gris {
  width: 80%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7c7878;
}

.wrapper-grid-marco {
  width: 100%;
  min-height: 300px;
  margin-top: 100px;
}

.heading-3 {
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
}

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

.wrapper-content-noticia {
  margin-left: 5px;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.wrapper-content-noticia:hover {
  opacity: 0.8;
}

.paragraph-2 {
  color: #000;
  line-height: 16px;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.padre-tramites {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caja-negra-planes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #000;
}

.image-13 {
  margin-bottom: 5px;
}

.numero-plan {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.7);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.numero-plan.gordo {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.numero-plan.es-der {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.padre-plan-indiviual {
  position: relative;
  display: block;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-col-plan-indi {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 280px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 3px 3px 11px 2px rgba(0, 0, 0, 0.1);
}

.wrapper-titulo-plan-indi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.titulo-col-plan-indi {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #95191c;
}

.list {
  margin-left: 0px;
  padding-left: 30px;
}

.list-2 {
  margin-left: 0px;
  padding-left: 30px;
}

.image-14 {
  position: absolute;
  left: -8%;
  top: auto;
  right: auto;
  bottom: 19%;
}

.image-15 {
  position: absolute;
  left: -8%;
  top: auto;
  right: auto;
  bottom: 19%;
}

.image-16 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .section.banner-home {
    height: 50vh;
    background-position: 0px 0px, 50% 0%;
  }
  .section.gest-ries-lab {
    height: 80vh;
    padding-top: 76px;
  }
  .section.agendar-cita {
    height: 50vh;
    padding-top: 0px;
    background-position: 80% 50%;
  }
  .section.marco-legal {
    padding-top: 0px;
    background-size: 600px;
  }
  .section.consulta-caso {
    height: 120vh;
    padding-bottom: 0px;
    background-position: 50% 50%;
  }
  .section.clientes {
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 15% 80%;
  }
  .section.tramites {
    height: 80vh;
  }
  .section.gris {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section.gris.principios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 140px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.contacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.blanca {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.blanca.respaldo {
    padding-bottom: 227px;
  }
  .heading {
    font-size: 40px;
    line-height: 45px;
  }
  .wrapper-tit-banner {
    left: auto;
    margin-top: 0px;
    margin-left: 41px;
  }
  .wrapper-tit-banner.agenda {
    width: 65vw;
    margin-top: 34px;
    margin-left: -41px;
    padding-left: 106px;
  }
  .t-tulo-seccion {
    margin-top: 0px;
    font-size: 30px;
  }
  .t-tulo-seccion.gestion {
    top: auto;
    display: inline-block;
    font-size: 40px;
    line-height: 45px;
  }
  .t-tulo-seccion.agenda {
    font-size: 40px;
    line-height: 45px;
  }
  .t-tulo-seccion.titulo-noticias {
    font-size: 40px;
    line-height: 45px;
  }
  .t-tulo-seccion.titulo-clientes {
    position: static;
    display: block;
    width: auto;
    float: none;
    clear: none;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
  }
  .subtitulo-seccion {
    margin-top: 10px;
    font-size: 30px;
  }
  .subtitulo-seccion.agenda {
    font-size: 22px;
    line-height: 25px;
  }
  .subtitulo-seccion.blanco {
    font-size: 22px;
    line-height: 25px;
  }
  .titulos-columnas {
    height: auto;
    font-size: 16px;
    line-height: 18px;
  }
  .parrafos-columas {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .padre-columna {
    margin-right: 10px;
    margin-left: 10px;
  }
  .padre-marco-legal {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper-marco-legal {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }
  .navbar {
    position: -webkit-sticky;
    position: sticky;
  }
  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navlink {
    display: block;
  }
  .contenedor-formulario {
    left: auto;
    top: 5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .contenedor-servicios {
    width: 90vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrapper-fotos-col {
    width: auto;
    height: 160px;
  }
  .padre-clientes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .wrapper-titulo-clientes {
    position: static;
    top: auto;
    display: inline-block;
    width: auto;
    margin-top: 80px;
    margin-right: 60px;
    margin-left: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .list-item {
    font-size: 16px;
  }
  .lista {
    display: inline-block;
    margin-right: 60px;
    margin-left: auto;
    padding-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .columna-plan {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner-pagina-interna.capacitaci-n {
    background-position: 50% 50%;
  }
  .titulo-pagina-interna {
    width: auto;
  }
  .rombo-3d-internas {
    top: auto;
  }
  .subt-tulos-pag-internas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
  .subt-tulos-pag-internas.cargo-1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
  }
  .subt-tulos-pag-internas.claudia {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 40px;
    text-align: center;
  }
  .subt-tulos-pag-internas.cargo-2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
  }
  .subt-tulos-pag-internas.respaldo {
    margin-bottom: 40px;
    text-align: center;
  }
  .contenedor-planes {
    width: 80vh;
    max-width: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .wrapper-foto-dispositivos {
    bottom: -18%;
    display: block;
    width: 200px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrapper-foto-dispositivos.martillo-1 {
    bottom: -100%;
    display: block;
    width: auto;
    height: auto;
  }
  .bio {
    line-height: 23px;
    text-align: center;
  }
  .bio.bio1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 23px;
    text-align: center;
  }
  .contenedor-bio {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contenedor-tex-bio {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-8 {
    display: block;
    width: 300px;
    height: 300px;
  }
  .wrapper-foto-bio {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  ._1200 {
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._1200.plan-indi {
    width: auto;
  }
  .columna-central-contacto {
    width: auto;
  }
  .columna-der-contacto {
    padding: 60px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-3 {
    width: 250px;
    padding-right: 0px;
  }
  .div-block-4 {
    width: 250px;
    margin-right: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .rombo-3d-contacto {
    top: -6%;
  }
  .wrpper-principios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .txt-principios {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 600;
    text-align: center;
  }
  .wrapper-ppio-individua {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .parrafo-proposito {
    width: 80vw;
    padding-top: 20px;
    padding-left: 0px;
    border-top: 3px solid #000;
    border-left-style: none;
  }
  .contenedor-portafolio {
    left: 0px;
    bottom: -17%;
    width: 300px;
  }
  .div-block-7 {
    width: auto;
    margin-bottom: 80px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-titulo {
    margin-right: 100px;
    margin-left: 100px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .rombos-marco-legal {
    display: block;
  }
  .div-block-10 {
    left: 2%;
    height: 400px;
  }
  .wrapper-col-plan-indi {
    width: auto;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .section.banner-home {
    background-image: url('../images/banner-home-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.gestion {
    padding-top: 60px;
  }
  .section.gest-ries-lab {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.agendar-cita {
    height: 50vh;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0))), url('../images/agenda.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0)), url('../images/agenda.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .section.marco-legal {
    padding-bottom: 0px;
  }
  .section.consulta-caso {
    height: 800px;
  }
  .section.tramites {
    display: block;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.gris.principios {
    padding-top: 140px;
  }
  .section.noticias {
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .section.plan-empresarial {
    padding-top: 60px;
  }
  .section.claudia {
    padding-right: 70px;
    padding-left: 70px;
  }
  .section.luz {
    padding-right: 70px;
    padding-left: 70px;
  }
  .section.blanca.respaldo {
    padding-bottom: 216px;
  }
  .heading {
    font-size: 30px;
    line-height: 30px;
  }
  .wrapper-tit-banner {
    left: 23px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .wrapper-tit-banner.agenda {
    left: 30px;
    margin-top: 40px;
    margin-left: 30px;
  }
  .t-tulo-seccion {
    font-size: 25px;
    line-height: 25px;
    text-align: left;
  }
  .t-tulo-seccion.gestion {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .t-tulo-seccion.agenda {
    padding-right: 52px;
  }
  .t-tulo-seccion.titulo-clientes {
    width: auto;
  }
  .subtitulo-seccion {
    font-size: 20px;
    line-height: 30px;
  }
  .subtitulo-seccion.principios {
    font-size: 35px;
  }
  .padre-gest-ries-lab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titulos-columnas {
    height: auto;
    font-size: 20px;
  }
  .parrafos-columas {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .padre-columna {
    width: 400px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .wrapper-marco-legal {
    width: 70%;
  }
  .heading-2 {
    font-size: 40px;
  }
  .paragraph {
    text-align: justify;
  }
  .footer {
    height: auto;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrapper-logo-footer {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrapper-redes-footer {
    margin-bottom: 20px;
  }
  .text-block._2020 {
    top: 0%;
  }
  .text-block.redes-sociales {
    display: none;
  }
  .contenedor-servicios {
    display: block;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .wrapper-fotos-col {
    width: auto;
    height: 220px;
  }
  .image-6 {
    max-width: none;
  }
  .wrapper-titulo-clientes {
    margin-right: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .banner-pagina-interna {
    height: 40vh;
  }
  .banner-pagina-interna.capacitaci-n {
    background-position: 50% 50%;
  }
  .banner-pagina-interna.contratacion {
    background-position: 50% 50%;
  }
  .titulo-pagina-interna {
    position: static;
    display: block;
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 45px;
  }
  .rombo-3d-internas {
    top: auto;
    bottom: -52px;
    width: 100px;
  }
  .subt-tulos-pag-internas {
    font-size: 30px;
    line-height: 35px;
  }
  .subt-tulos-pag-internas.cargo-1 {
    font-size: 20px;
  }
  .subt-tulos-pag-internas.claudia {
    font-size: 30px;
    line-height: 35px;
  }
  .subt-tulos-pag-internas.cargo-2 {
    font-size: 20px;
  }
  .contenedor-planes {
    width: 90vw;
  }
  .wrapper-foto-dispositivos.martillo-1 {
    right: 3%;
    bottom: -28%;
    display: none;
  }
  .contenedor-textos {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .noticia-link {
    margin-bottom: 40px;
  }
  .textos-planes {
    font-size: 12px;
  }
  .textos-planes.bold {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .textos-planes.servicio-col {
    font-size: 12px;
    line-height: 16px;
  }
  .textos-planes.superiores {
    font-size: 10px;
    line-height: 12px;
  }
  .textos-planes.no-incluye {
    font-size: 10px;
    line-height: 16px;
  }
  .textos-planes.plan-indiv {
    font-size: 18px;
  }
  .plan-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }
  .titulos-planes-cuadro {
    font-size: 14px;
    line-height: 14px;
  }
  .bio {
    width: auto;
    font-size: 16px;
  }
  .bio.bio1 {
    width: auto;
    font-size: 16px;
  }
  .contenedor-tex-bio {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columna-der-contacto {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-block-3 {
    width: 220px;
    padding-right: 0px;
  }
  .div-block-4 {
    width: 220px;
  }
  .image-9 {
    width: auto;
  }
  .rombo-3d-contacto {
    top: -4%;
    bottom: auto;
    width: 100px;
  }
  .contenedor-portafolio {
    left: 0%;
    bottom: -13%;
    width: 250px;
  }
  .div-block-7 {
    width: auto;
  }
  .wrapper-titulo {
    padding-right: 20px;
    padding-left: 20px;
  }
  .comilla-arriba {
    top: -15%;
  }
  .linea-gris {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .padre-tramites {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .numero-plan {
    font-size: 12px;
  }
  .wrapper-col-plan-indi {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.banner-home {
    height: 300px;
/*
    background-image: url('../images/banner-home-2.jpg');
    background-position: 60% 60%;
    background-size: cover;
    background-repeat: no-repeat;
*/
  }
  .section.gestion {
    padding-top: 40px;
  }
  .section.agendar-cita {
    height: auto;
    padding-top: 59px;
    padding-bottom: 59px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.8) 50%, hsla(0, 0%, 100%, 0)), url('../images/agenda.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .section.marco-legal {
    padding-bottom: 0px;
  }
  .subt-tulos-pag-internas.respaldo {
    margin-right: 0px;
    text-align: center;
  }
  .section.consulta-caso {
    height: 800px;
    padding-top: 0px;
    background-position: 60% 50%;
  }
  .section.clientes {
    height: auto;
    padding-top: 0px;
    padding-bottom: 31px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 25, 28, 0)), to(#95191c)), url('../images/contratar.jpg');
    background-image: linear-gradient(180deg, rgba(149, 25, 28, 0), #95191c), url('../images/contratar.jpg');
    background-position: 0px 0px, 15% 80%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section.gris.principios {
    padding-top: 100px;
  }
  .section.noticias {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.plan-empresarial {
    padding-top: 60px;
  }
  .section.claudia {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section.blanca {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section.blanca.respaldo {
    padding-bottom: 169px;
  }
  .heading {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .wrapper-tit-banner {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .wrapper-tit-banner.agenda {
    left: auto;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .boton.rojo {
    text-align: center;
  }
  .t-tulo-seccion {
    font-size: 25px;
    line-height: 28px;
    text-align: center;
  }
  .t-tulo-seccion.gestion {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 28px;
  }
  .t-tulo-seccion.agenda {
    margin-left: 0px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
  }
  .t-tulo-seccion.titulo-noticias {
    font-size: 25px;
    line-height: 28px;
    text-align: center;
  }
  .t-tulo-seccion.titulo-clientes {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .subtitulo-seccion {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }
  .subtitulo-seccion.agenda {
    font-size: 20px;
    line-height: 23px;
  }
  .subtitulo-seccion.blanco {
    font-size: 20px;
    line-height: 23px;
  }
  .subtitulo-seccion.principios {
    font-size: 30px;
    line-height: 35px;
  }
  .subtitulo-seccion.plan-indiv {
    font-size: 22px;
  }
  .padre-gest-ries-lab {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titulos-columnas {
    font-size: 18px;
    line-height: 20px;
  }
  .padre-columna {
    width: 250px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .padre-agendar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .padre-marco-legal {
    padding-bottom: 40px;
    border-radius: 0px;
  }
  .wrapper-marco-legal {
    width: 90%;
    margin-top: 40px;
  }
  .titulo-post {
    font-size: 18px;
    text-align: center;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }
  .icons-redes {
    width: 30px;
    height: 30px;
  }
  .contenedor-formulario {
    padding-right: 20px;
  }
  .contenedor-servicios {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper-fotos-col {
    height: 180px;
  }
  .wrapper-titulo-clientes {
    margin-top: 40px;
  }
  .list-item {
    font-size: 13px;
    line-height: 16px;
  }
  .lista {
    margin-right: auto;
  }
  .banner-pagina-interna {
    height: 40vh;
  }
  .banner-pagina-interna.capacitaci-n {
    background-position: 50% 50%;
  }
  .titulo-pagina-interna {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 33px;
    line-height: 40px;
  }
  .rombo-3d-internas {
    top: auto;
    bottom: -50px;
  }
  .subt-tulos-pag-internas {
    font-size: 25px;
    line-height: 28px;
  }
  .subt-tulos-pag-internas.cargo-1 {
    font-size: 18px;
  }
  .subt-tulos-pag-internas.claudia {
    font-size: 25px;
    line-height: 28px;
  }
  .subt-tulos-pag-internas.cargo-2 {
    font-size: 18px;
  }
  .contenedor-planes {
    margin-top: 40px;
  }
  .wrapper-foto-dispositivos.martillo-1 {
    display: none;
  }
  .textos-planes {
    font-size: 10px;
  }
  .textos-planes.bold {
    font-size: 10px;
    line-height: 10px;
  }
  .textos-planes.servicio-col {
    font-size: 9px;
    line-height: 10px;
  }
  .textos-planes.superiores {
    font-size: 8px;
    line-height: 10px;
  }
  .textos-planes.plan-indiv {
    font-size: 16px;
  }
  .plan-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }
  .titulos-planes-cuadro {
    font-size: 10px;
    line-height: 11px;
  }
  .bio {
    font-size: 15px;
  }
  .bio.bio1 {
    font-size: 15px;
    line-height: 18px;
  }
  .image-8 {
    width: 250px;
    height: 250px;
  }
  ._1200 {
    width: 90vw;
  }
  .columna-central-contacto {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .columna-der-contacto {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .titulo-dato-contacto {
    font-size: 15px;
  }
  .dato-contacto {
    font-size: 14px;
  }
  .div-block-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-4 {
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .rombo-3d-contacto {
    top: -3%;
  }
  .div-block-6 {
    width: auto;
  }
  .parrafo-proposito {
    width: auto;
    font-size: 16px;
    text-align: center;
  }
  .contenedor-portafolio {
    left: 0%;
    bottom: -11%;
    width: 200px;
  }
  .div-block-7 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper-titulo {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .comilla-abajo {
    left: 0px;
  }
  .comilla-arriba {
    top: -32%;
  }
  .padre-tramites {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .numero-plan {
    font-size: 10px;
  }
  .wrapper-col-plan-indi {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-2fdfd8307e87-b279ede2 {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-2fdfd8307e8c-b279ede2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-2fdfd8307e97-b279ede2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-2fdfd8307ea2-b279ede2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-2fdfd8307ecf-b279ede2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-2fdfd8307eda-b279ede2 {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-cac8bd6e163c-39a3901c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-3ce1ab84d054-39a3901c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-cac8bd6e163c-39a3901c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-3ce1ab84d054-39a3901c {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cac8bd6e163c-39a3901c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-7ec633f3be06-39a3901c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

