@charset "UTF-8";
/*--------------------Generales de la Marca--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");
.nav__content--logo {
  width: 120px;
  z-index: 15;
}
.nav__content--logo a {
  display: flex;
  align-items: center;
}
.nav__content--logo a img {
  width: 150px;
}
@media only screen and (min-width: 768px) {
  .nav__content--logo a img {
    width: 200px;
  }
}
.nav__content--logo .st0 {
  fill: #000000;
}
.nav__content--logo .st1 {
  fill: #000000;
}

.logoFix {
  position: fixed;
  top: 1px;
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .logoFix {
    left: 2.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .logoFix {
    position: fixed;
    top: 20px;
    left: 6%;
    width: 150px;
  }
}
@media only screen and (min-width: 1920px) {
  .logoFix {
    position: fixed;
    top: 20px;
    left: 10%;
    width: 160px;
  }
}
.logoFix .st0 {
  fill: white;
}
.logoFix .st1 {
  fill: white;
}

/*--------------------Resetear estilos por defecto del navegador--------------------*/
*, *:after, *:before {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  marker-offset: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------Resetear editor de texto--------------------*/
div.txt-editor * {
  float: none;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  color: inherit;
  text-align: left;
  background: none;
}
div.txt-editor strong {
  font-weight: 600;
}
div.txt-editor em {
  font-style: italic;
}
div.txt-editor ul {
  list-style: disc;
  margin-left: 20px;
}
div.txt-editor ol {
  list-style: decimal;
  margin-left: 20px;
}
div.txt-editor h1, div.txt-editor h2, div.txt-editor h3, div.txt-editor h4, div.txt-editor h5, div.txt-editor h6 {
  line-height: initial;
  color: #535256;
  font-size: 15.6pt;
  font-size: 1.3rem;
}

/*--------------------Anti Bootstrap--------------------*/
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}
a:hover, a:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
}

/*--------------------Renovar--------------------*/
.re-novar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999;
  text-align: center;
  color: #000000;
  background: #F0F0F0;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
.re-novar div {
  padding: 20% 10% 0 10%;
}
.re-novar strong {
  color: black;
  font-size: 20.4pt;
  font-size: 1.7rem;
}
.re-novar a {
  color: #1b96e4;
}

/*--------------------Generales--------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: 4%;
  line-height: 1.5;
  color: #000000;
  font-size: clamp(1rem, 3vw, 1.1rem);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Urbanist", sans-serif;
  line-height: normal;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 500;
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  font-weight: 500;
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  font-weight: 400;
  margin-bottom: 20px;
}

h4 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-size: 400;
  margin-bottom: 20px;
}

h5 {
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 300;
  margin-bottom: 20px;
}

h6 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 300;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

p {
  margin-bottom: 20px;
}
p:only-child, p:last-child {
  margin-bottom: 0;
}

b, strong, mark {
  font-weight: 600;
  background: none;
}

i, em {
  font-weight: 400;
  font-style: normal;
}

span.mensaje {
  color: black;
  font-size: 18pt;
  font-size: 1.5rem;
}

*.float-left {
  float: left;
}

*.float-right {
  float: right;
}

*.clear-both {
  clear: both;
}

*.clear-fix {
  content: "";
  display: block;
  clear: both;
}

*.num-font {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}

*.llamar {
  cursor: default;
}

.icons__size {
  max-width: 40px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .visible-movil {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .visible-desktop {
    display: none !important;
  }
}

/*--------------------General Responsive--------------------*/
header, nav, main, footer, .re-cien {
  width: 100%;
  min-width: 280px;
  max-width: 2500px;
  margin: 0 auto;
}

.re-cien, .re-central {
  position: relative;
  margin: 0 auto;
}

.re-central {
  width: 88%;
}
@media only screen and (min-width: 280px) {
  .re-central {
    width: 88%;
  }
}
@media only screen and (min-width: 480px) {
  .re-central {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .re-central {
    width: 86%;
  }
}

/*--------------------Generales del Template Header--------------------*/
header .header__content .header__actions {
  margin-bottom: 20px;
}
header .header__content .header__actions address {
  text-align: center;
  font-size: 12pt;
  font-size: 1rem;
  padding: 10px 0;
  margin-bottom: 10px;
}
header .header__content .header__actions address a {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
}
header .header__content .header__actions address a i {
  margin-right: 10px;
}
header .header__content .header__actions address a:hover {
  color: #fa9e05;
}
@media only screen and (min-width: 640px) {
  header .header__content .header__actions address {
    display: flex;
    justify-content: space-between;
  }
  header .header__content .header__actions address a {
    width: auto;
  }
  header .header__content .header__actions address a:last-child {
    margin: 0;
  }
}
header .header__content .header__actions .ver-servicios {
  width: 100%;
  font-weight: 500;
  max-width: 400px;
  margin: auto;
  display: block;
}
header .header__content .header__actions .ver-servicios i {
  margin-right: 10px;
}
header .header__content nav {
  min-height: 35px;
  background-color: #000000;
  color: #ffffff;
}
header .header__content nav .nav__content {
  padding: 20px 0;
  display: flex;
}
header .header__content nav .nav__content .dl-menuwrapper {
  width: 50%;
  display: flex;
  z-index: 100;
  margin-left: auto;
}
header .header__content nav .nav__content .dl-menuwrapper .dl-trigger {
  margin-left: auto;
  margin-top: 7px;
}
header .header__content nav .nav__content .dl-menuwrapper .dl-menu {
  width: 100vw;
  margin-top: 60px;
  transform: translateX(-50%);
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .header__content nav .nav__content .dl-menuwrapper .dl-menu li {
  font-size: 12pt;
  font-size: 1rem;
}
header .header__content nav .nav__content .dl-menuwrapper .dl-menu li a {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
header .header__content nav.navSticky {
  position: fixed;
  top: 0;
  background-color: #000000;
  transition: all ease 0.2s;
  z-index: 10;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
header .header__content nav.navSticky .re-nav-color {
  margin: 0 7%;
}
@media only screen and (min-width: 1024px) {
  header .header__content .header__actions {
    margin-bottom: 0;
  }
  header .header__content .header__actions address {
    margin-bottom: 0;
  }
  header .header__content .header__actions address a {
    display: inline-block;
  }
  header .header__content .header__actions address a:first-child {
    margin: 0 20px 0 auto;
  }
  header .header__content .nav .re-nav-color {
    justify-content: space-between;
  }
  header .header__content .nav .re-nav-color .nav__content--logo {
    margin-right: auto;
  }
  header .header__content .nav .re-nav-color .dl-menuwrapper {
    width: auto;
    margin: 0;
  }
  header .header__content .nav .re-nav-color .dl-menuwrapper .dl-menu {
    width: auto;
    display: flex;
    align-items: center;
    margin-top: 0;
    transform: none;
    border-top: none;
  }
  header .header__content .nav .re-nav-color .dl-menuwrapper .dl-menu li {
    margin-left: 30px;
    height: auto;
  }
  header .header__content .nav .re-nav-color .dl-menuwrapper .dl-menu li a {
    display: block;
  }
}

.bxslider {
  /*----------- Botón carrusel ------------*/
}
.bxslider li .imagen-movil {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bxslider li .imagen-movil {
    display: block;
  }
}
.bxslider li .imagen-escritorio {
  display: none;
}
@media only screen and (min-width: 768px) {
  .bxslider li .imagen-escritorio {
    display: block;
  }
}
.bxslider .bx-re-links {
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------------Generales del Template Main--------------------*/
main {
  min-height: 425px;
  max-width: 2500px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
main > .re-central,
main > .re-cien > .re-central {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  main > .re-central,
main > .re-cien > .re-central {
    padding: 30px 0;
  }
}
main > .re-central:after,
main > .re-cien > .re-central:after {
  display: block;
  clear: both;
  content: "";
}

/*--------------------Generales del Template Index--------------------*/
.index .index__hero .hero__text {
  color: #000000;
  padding: 50px 40px;
}
.index .index__hero .hero__text .text__margin {
  max-width: 450px;
  margin: auto;
}
.index .index__hero .hero__text .text__margin p {
  margin-bottom: 40px;
}
.index .index__hero .hero__image img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  display: block;
  object-position: bottom;
}
.index .index__servs .index__servs--content {
  padding: 50px 0;
  margin: 0 auto;
}
.index .index__servs .index__servs--content .servs__text {
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
}
.index .index__servs .index__servs--content .servs__text h2 br {
  display: none;
}
.index .index__servs .index__servs--content .servs__text p, .index .index__servs .index__servs--content .servs__text a {
  margin-bottom: 40px;
}
.index .index__servs .index__servs--content .servs .servs__list .serv__list--card .card__content .card__text mark {
  color: #000000;
}
.index .index__book {
  margin: 50px 0;
}
.index .index__book .book__content {
  padding-bottom: 3%;
}
.index .index__book .book__content .book__text {
  max-width: 420px;
  margin: 0 auto 20px;
}
.index .index__book .book__content .book__text a {
  margin-bottom: 40px;
}
.index .index__book .book__content .book__image {
  max-width: 560px;
  margin: auto;
}
.index .index__book .book__content .book__image figure {
  position: relative;
}
.index .index__book .book__content .book__image figure img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.index .index__book2 {
  margin: 50px 0;
}
.index .index__book2 .book__content {
  padding-bottom: 3%;
}
.index .index__book2 .book__content .book__text {
  max-width: 420px;
  margin: 0 auto;
}
.index .index__book2 .book__content .book__image {
  max-width: 560px;
  margin: auto;
}
.index .index__book2 .book__content .book__image figure {
  position: relative;
}
.index .index__book2 .book__content .book__image figure img {
  width: 100%;
  padding-bottom: 30px;
  height: 420px;
  object-fit: cover;
}
.index .index__book2 .book__content .book__image figure .im {
  width: 100%;
  padding-bottom: 30px;
  height: 420px;
  object-fit: cover;
  object-position: right;
}
@media only screen and (min-width: 1024px) {
  .index .index__book2 .book__content .book__image figure .im {
    object-position: center;
  }
}
.index .index__callAction {
  background-color: #F0F0F0;
  margin: 50px 0 0;
}
.index .index__callAction .callAction__content {
  padding: 50px 0;
}
.index .index__callAction .callAction__content .call__action {
  max-width: 450px;
  margin: 0 auto 80px;
}
.index .index__callAction .callAction__content .call__action .action__margin p {
  margin-bottom: 40px;
}
.index .index__callAction .callAction__content .call__action:last-child {
  margin-bottom: 0;
}
.index .index__callAction .call__action1 img {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  max-height: 400px;
  object-fit: cover;
  max-width: 500px;
  margin: 0 auto;
}
.index .index__callAction .call__action1 .action__margin p {
  margin-bottom: 40px;
}
.index .index__callAction .call__action1:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .index .index__hero {
    display: flex;
    max-height: 850px;
  }
  .index .index__hero .hero__text {
    width: 43.3%;
    display: flex;
    align-items: center;
    padding: 100px 40px;
  }
  .index .index__hero .hero__text .text__margin {
    max-width: initial;
    width: 80.3%;
    min-width: 340px;
    max-width: 400px;
    margin-left: 12%;
  }
  .index .index__hero .hero__image {
    width: 56.7%;
  }
  .index .index__hero .hero__image figure {
    height: 100%;
    display: flex;
  }
  .index .index__hero .hero__image figure img {
    object-fit: cover;
    object-position: bottom;
    max-height: fit-content;
    max-height: 680px;
  }
  .index .index__servs .index__servs--content .servs__text {
    max-width: initial;
    display: flex;
  }
  .index .index__servs .index__servs--content .servs__text h2 br {
    display: initial;
  }
  .index .index__servs .index__servs--content .servs__text div {
    width: 50%;
  }
  .index .index__servs .index__servs--content .servs__text div:first-child {
    margin: 0 auto;
  }
  .index .index__book .book__content {
    display: flex;
    align-items: center;
  }
  .index .index__book .book__content .book__text {
    margin-bottom: 0;
    width: 50%;
    max-width: initial;
  }
  .index .index__book .book__content .book__text .text__margin {
    width: 65.4%;
    margin: auto;
  }
  .index .index__book .book__content .book__text .text__margin h2 {
    max-width: 390px;
  }
  .index .index__book .book__content .book__text a {
    margin-bottom: 0;
  }
  .index .index__book .book__content .book__image {
    width: 50%;
    max-width: initial;
  }
  .index .index__book2 {
    margin: 50px 0;
  }
  .index .index__book2 .book__content {
    display: flex;
    align-items: center;
  }
  .index .index__book2 .book__content .book__text {
    margin-bottom: 0;
    width: 50%;
    max-width: initial;
  }
  .index .index__book2 .book__content .book__text .text__margin {
    width: 65.4%;
    margin: auto;
  }
  .index .index__book2 .book__content .book__text .text__margin h2 {
    max-width: 390px;
  }
  .index .index__book2 .book__content .book__text a {
    margin-bottom: 0;
  }
  .index .index__book2 .book__content .book__image {
    width: 50%;
    max-width: initial;
  }
  .index .index__callAction {
    width: 100%;
    background-image: url(../images/desarrollo.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
  }
  .index .index__callAction .callAction__content {
    display: flex;
  }
  .index .index__callAction .callAction__content .call__action {
    max-width: initial;
    width: 40%;
    margin: 0 1.7% 0 0;
  }
  .index .index__callAction .callAction__content .call__action:last-child {
    margin-right: 0;
    margin-left: auto;
  }
  .index .index__callAction .callAction__content .call__action .action__margin {
    background-color: #F0F0F0;
    padding: 50px;
  }
  .index .index__callAction .call__action1 img {
    display: none;
  }
}

/*--------------------Generales del Template Servicios--------------------*/
.section__servs .servs__content {
  padding: 50px 0;
}
.section__servs .servs__content h1 {
  margin-bottom: 40px;
}

/*--------------------Generales del Template Ventajas--------------------*/
.section__benefitts .benefitts__content {
  padding: 50px 0;
}
.section__benefitts .benefitts__content h1 {
  margin-bottom: 40px;
}
.section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list {
  max-width: 310px;
  margin: auto;
}
.section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list li {
  margin-bottom: 40px;
}
.section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list li figure {
  width: 60px;
  margin-bottom: 10px;
}
.section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list li figure img {
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list {
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
  }
  .section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list li {
    width: 48.8%;
    margin-right: auto;
  }
  .section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list {
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
  }
  .section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list li {
    width: 30%;
    margin-right: 3%;
  }
  .section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list li:nth-child(2n) {
    margin-right: 1.81%;
  }
  .section__benefitts .benefitts__content .benefitts__content--margin .benefitts__list li:nth-child(3n) {
    margin-right: 0;
  }
}

/*--------------------Generales del Template Nosotros--------------------*/
.section__aboutUs .aboutUs__content {
  padding: 50px 0;
}
.section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__text {
  margin-bottom: 40px;
}
.section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__text ul {
  margin-bottom: 40px;
  list-style: initial;
  padding-left: 40px;
}
.section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__text ul li {
  margin-left: auto;
}
.section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__image {
  max-width: 560px;
  margin: auto;
}
.section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__image figure {
  position: relative;
}
.section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__image figure img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: left;
}
@media only screen and (min-width: 1024px) {
  .section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__image figure img {
    height: 600px;
    width: 90%;
    margin-left: 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__aboutUs .aboutUs__content .aboutUs__content--margin {
    display: flex;
    align-items: center;
  }
  .section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__text {
    width: 50%;
    margin-right: 1.7%;
  }
  .section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__image {
    width: 50%;
    max-width: initial;
  }
  .section__aboutUs .aboutUs__content .aboutUs__content--margin .aboutUs__image img {
    width: 100%;
  }
}

/*------------------------Proyectos------------------------*/
main.proyectos-detalle div.txt-editor {
  padding-left: 1em;
  border-left: 3px solid #fa9e05;
}
@media only screen and (min-width: 1024px) {
  main.proyectos-detalle div.txt-editor {
    width: 55%;
    float: left;
  }
}
main.proyectos-detalle div.txt-editor ul, main.proyectos-detalle div.txt-editor ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media only screen and (min-width: 1024px) {
  main.proyectos-detalle aside.galeria {
    width: 40%;
    float: right;
  }
}

/*------------------------Generales del Template Contacto------------------------*/
.section__contact .contact__content .contact__content--margin {
  padding: 50px 0;
}
.section__contact .contact__content .contact__content--margin .contact__form {
  margin-bottom: 40px;
}
.section__contact .contact__content .contact__content--margin .contact__form .contact__form--margin {
  max-width: 680px;
}
.section__contact .contact__content .contact__content--margin .contact__form .contact__form--margin .contact__form--text p {
  margin-bottom: 20px;
}
.section__contact .contact__content .contact__content--margin .contact__form .contact__form--margin .formulario .alerta {
  text-align: left;
  margin-bottom: 40px;
}
.section__contact .contact__content .contact__content--margin .contact__form .contact__form--margin .formulario .alerta span {
  display: block;
}
.section__contact .contact__content .contact__content--margin .contact__form .contact__form--margin .formulario .alerta span:first-child {
  color: #fa9e05;
  font-weight: bold;
}
.section__contact .contact__content .contact__content--margin .contact__form .contact__form--margin .formulario .alerta span:nth-child(2) {
  font-weight: bold;
  margin-bottom: 10px;
}
.section__contact .contact__content .contact__content--margin .contact__location .contact__location--margin .contact__location--map #mapa-canvas {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
.section__contact .contact__content .contact__content--margin .contact__location .contact__location--margin .contact__location--address {
  margin-bottom: 20px;
  width: 100%;
}
.section__contact .contact__content .contact__content--margin .contact__location .contact__location--margin .contact__location--address ul {
  width: 100%;
  max-width: 320px;
}
.section__contact .contact__content .contact__content--margin .contact__location .contact__location--margin .contact__location--address ul li {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-size: 1rem;
  display: flex;
}
.section__contact .contact__content .contact__content--margin .contact__location .contact__location--margin .contact__location--address ul li span {
  margin-right: 10px;
  text-align: center;
  display: flex;
}
.section__contact .contact__content .contact__content--margin .contact__location .contact__location--margin .contact__location--address ul li span i {
  margin-top: 4px;
}
.section__contact .contact__content .contact__content--margin .contact__location .contact__location--margin .contact__location--address ul li a:hover {
  color: #fa9e05;
}
@media only screen and (min-width: 1024px) {
  .section__contact .contact__content .contact__content--margin {
    display: flex;
  }
  .section__contact .contact__content .contact__content--margin .contact__form {
    width: 48.3%;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .section__contact .contact__content .contact__content--margin .contact__location {
    width: 32.1%;
  }
  .section__contact .contact__content .contact__content--margin .contact__location .contact__location--margin .contact__location--map {
    width: 100%;
  }
  .section__contact .contact__content .contact__content--margin .contact__location .contact__location--margin .contact__location--address {
    width: 100%;
    margin-right: 1.7%;
  }
}

/*------------------------Generales del Template Footer------------------------*/
footer {
  background-color: #1B1B1B;
}
footer .footer__content {
  padding: 50px 0;
}
footer .footer__content .footer__margin .footer__col {
  width: 100%;
  color: #ffffff;
  margin-bottom: 40px;
}
footer .footer__content .footer__margin .footer__col:first-child figure {
  margin-bottom: 20px;
}
footer .footer__content .footer__margin .footer__col:first-child figure img {
  max-width: 180px;
}
footer .footer__content .footer__margin .footer__col:first-child p {
  margin-bottom: 20px;
  max-width: 410px;
}
footer .footer__content .footer__margin .footer__col:first-child .social__list {
  width: 100%;
  display: flex;
}
footer .footer__content .footer__margin .footer__col:first-child .social__list li {
  margin-right: 20px;
}
footer .footer__content .footer__margin .footer__col:first-child .social__list li:last-child {
  margin-right: 0;
}
footer .footer__content .footer__margin .footer__col:last-child {
  margin-bottom: 0;
}
footer .footer__content .footer__margin .footer__col:last-child address {
  max-width: 360px;
}
footer .footer__content .footer__margin .footer__col:last-child address a {
  margin-bottom: 5px;
  display: flex;
}
footer .footer__content .footer__margin .footer__col:last-child address a i {
  margin-top: 8px;
  margin-right: 10px;
}
footer .footer__content .footer__margin .footer__col:last-child address a span {
  display: block;
}
footer .footer__content .footer__margin .footer__col:last-child address a br {
  display: none;
}
footer .footer__content .footer__margin .footer__col:last-child address a:hover {
  color: #fa9e05;
}
footer .footer__content .footer__margin .footer__col ul > li {
  margin-bottom: 5px;
}
footer .footer__content .footer__margin .footer__col ul > li a:hover {
  color: #fa9e05;
}
footer div.copyright {
  background-color: #000;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 12pt;
  font-size: 1rem;
}
footer div.copyright .re-central {
  padding: 1em 0 1em 0;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  footer .footer__content .footer__margin {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer__content .footer__margin .footer__col {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  footer .copyright .re-central {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer__content .footer__margin .footer__col {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 0;
  }
  footer .footer__content .footer__margin .footer__col:last-child {
    margin-right: 0;
  }
}

/*------------------------Generales del Template Footer------------------------*/
.section__detail .detail__content {
  padding: 50px 0;
  /*------------------------Proyectos------------------------*/
}
.section__detail .detail__content .bread-crumbs {
  margin-bottom: 30px;
}
.section__detail .detail__content .detail__content--margin .detail__image {
  margin-bottom: 40px;
}
.section__detail .detail__content .detail__content--margin .detail__image figure {
  width: 100%;
  overflow: hidden;
}
.section__detail .detail__content .detail__content--margin .detail__image figure img {
  width: 100%;
}
.section__detail .detail__content .detail__content--margin .detail__image figure .imagen-centrada {
  display: block;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
}
.section__detail .detail__content .detail__content--margin .detail__image figure .zoomImg {
  width: 120%;
}
.section__detail .detail__content .detail__content--margin .detail__text {
  margin-bottom: 100px;
}
.section__detail .detail__content .detail__content--margin .detail__text h2 {
  margin-bottom: 20px;
}
.section__detail .detail__content .detail__content--margin .detail__text .txt-editor {
  margin-bottom: 40px;
}
.section__detail .detail__content div.txt-editorr {
  padding-right: 1.5em;
}
.section__detail .detail__content div.txt-editorr h1 {
  font-size: 2rem;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .section__detail .detail__content div.txt-editorr {
    width: 55%;
    float: left;
  }
}
.section__detail .detail__content div.txt-editorr ul, .section__detail .detail__content div.txt-editorr ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__detail .detail__content aside.galeria {
    width: 40%;
    float: right;
  }
}
.section__detail .detail__content .serviciosSim h3 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__detail .detail__content--margin {
    display: flex;
  }
  .section__detail .detail__content--margin .detail__image {
    width: 50%;
    margin-right: 1.7%;
  }
  .section__detail .detail__content--margin .detail__text {
    width: 50%;
  }
}

/*------------------------Generales del Template 404 ------------------------*/
.section__notFound .notFound__content {
  padding: 50px 0;
}
.section__notFound .notFound__content .notFound__content--margin h2 {
  margin-bottom: 40px;
  max-width: 600px;
}

/*------------------------Generales del Contacto gracias------------------------*/
.section__contactSend .contactSend__content {
  padding: 50px 0;
}
.section__contactSend .contactSend__content .contactSend__content--margin h6 {
  margin-bottom: 40px;
}

/*------------------------Generales Servicios------------------------*/
.servs {
  display: block;
}
.servs .servs__list {
  display: block;
}
.servs .servs__list .serv__list--card {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 40px;
  background-color: #EEEDED;
  border-radius: 15px;
}
.servs .servs__list .serv__list--card .card__content .card__content--link {
  width: 100%;
  height: 100%;
}
.servs .servs__list .serv__list--card .card__content .card__content--link .card__image {
  overflow: hidden;
  display: flex;
  margin-bottom: 20px;
}
.servs .servs__list .serv__list--card .card__content .card__content--link .card__image img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  transition: all 0.5s ease-in;
}
.servs .servs__list .serv__list--card .card__content .card__content--link .card__text {
  width: 100%;
  transition: all ease 0.5s;
  padding: 15px;
}
.servs .servs__list .serv__list--card .card__content .card__content--link .index {
  display: block;
  width: auto;
}
.servs .servs__list .serv__list--card .card__content .card__content--link .title {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  color: #363D41;
  padding: 0 5%;
  font-size: clamp(1.2rem, 1.1vw, 1.1rem);
}
@media only screen and (min-width: 768px) {
  .servs .servs__list {
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .servs .servs__list .serv__list--card {
    width: 45%;
    margin: 0 2.5% 3%;
  }
  .servs .servs__list .serv__list--card .card__content .card__content--link .card__text .index {
    display: block;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .servs .servs__list {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .servs .servs__list .serv__list--card {
    width: 23.7%;
    margin: 0 1.7% 3% 0;
    max-width: initial;
  }
  .servs .servs__list .serv__list--card:nth-child(4n) {
    margin-right: 0;
  }
}

/*------------------------Generales Proyectos------------------------*/
article.proyectos ol {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  counter-reset: li-contador !important;
}
@media only screen and (min-width: 768px) {
  article.proyectos ol {
    margin-left: -1%;
    margin-right: -1%;
  }
}
article.proyectos ol li {
  overflow: hidden;
  position: relative;
  margin-bottom: 6%;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  article.proyectos ol li {
    width: 31.33%;
    float: left;
    margin: 0 1% 2%;
  }
}
article.proyectos ol li figure div {
  position: relative;
}
article.proyectos ol li figure div a.contenedor-img {
  width: 100%;
  display: block;
  overflow: hidden;
}
article.proyectos ol li figure div a.contenedor-img img.img-centrada {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  transform: scale(1.2);
  transition: transform 0.2s ease-in;
}
article.proyectos ol li figure figcaption {
  color: #fa9e05;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
article.proyectos ol li figure figcaption a {
  background-color: #f4f4f4;
  position: relative;
  display: block;
  padding: 1em 0.75em;
  border-bottom: 2px solid #fa9e05;
  transition: all ease 0.5s;
  color: black;
}
article.proyectos ol li:hover figure div a.contenedor-img img.img-centrada {
  transform: scale(1);
}
article.proyectos ol li:hover figcaption a:before {
  color: #fa9e05;
}

/*------------------------Generales Galeria------------------------*/
aside.galeria ul {
  overflow: hidden;
  margin: 20px 0;
}
@media only screen and (min-width: 360px) {
  aside.galeria ul {
    margin: 20px -2%;
  }
}
@media only screen and (min-width: 1024px) {
  aside.galeria ul {
    margin: 0 -2%;
  }
}
aside.galeria ul li {
  overflow: hidden;
  border: 1px solid #000000;
  margin-bottom: 8%;
}
@media only screen and (min-width: 360px) {
  aside.galeria ul li {
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 6%;
  }
}
@media only screen and (min-width: 480px) {
  aside.galeria ul li {
    width: 29.33%;
    margin-bottom: 4%;
  }
}
aside.galeria ul li a {
  display: block;
  position: relative;
}
aside.galeria ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all ease 0.25s;
}
aside.galeria ul li a img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  transform: scale(1.25);
  transition: all ease 0.25s;
}
aside.galeria ul li a:hover:after {
  opacity: 1;
}
aside.galeria ul li a:hover img {
  transform: scale(1);
}

/*--------------------WhatsApp Button--------------------*/
.whatsapp-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 80px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background-color: #25d366;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all ease 0.2s;
}
.whatsapp-button:hover {
  background-color: #08a460;
}
@media only screen and (max-width: 1023px) {
  .whatsapp-button.movil {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .whatsapp-button.desktop {
    display: block;
  }
}
.whatsapp-button i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*------------------------Ir Arriba------------------------*/
.ir-arriba {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #fa9e05;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  transition: all ease 0.25s;
}
.ir-arriba i {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*--------------------Contenedor de botones--------------------*/
span.boton-contenedor {
  display: block;
  margin-top: 10px;
}

/*--------------------Botón Lineal--------------------*/
.button__action {
  width: auto;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 600;
  background-color: #fa9e05;
}
.button__action.primary {
  color: #fff;
}
.button__action.primary:hover {
  background-color: #000000;
  color: #ffffff;
  box-shadow: inset 0 0 0 3px #000000;
  transition: 0.3s cubic-bezier(0.95, 0.32, 0.37, 1.21);
}
.button__action.secundary {
  color: white;
  background-color: #363D41;
  border: 1px solid #363D41;
}
.button__action.secundary:hover {
  color: #363D41;
  background-color: rgba(255, 255, 255, 0);
}
.button__action.white {
  color: white;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: 0.3s cubic-bezier(0.95, 0.32, 0.37, 1.21);
}
.button__action.white:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: inset 0 0 0 3px #ffffff;
  transition: 0.3s cubic-bezier(0.95, 0.32, 0.37, 1.21);
}
.button__action.index {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.button__action.serv {
  width: 95%;
  margin: 2.5%;
}

.contact {
  background-color: #fa9e05;
  padding: 10px 30px;
  margin-top: 20px;
}

/*--------------------Formularios--------------------*/
form input[type=reset] {
  width: auto;
  min-width: 10em;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 6px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0s;
  font-size: 12pt;
  font-size: 1rem;
}
form input[type=reset]:hover, form input[type=reset]:hover {
  border-bottom-width: 1px;
  margin-top: 2px;
}
form input[type=reset] {
  border-bottom: 3px solid #000000;
  background: #333333;
}
form input[type=reset]:hover {
  margin-top: 2px;
  border-bottom: 1px solid #000000;
}
form input.input-primario {
  color: white;
  border-bottom-color: #e18e05;
  background: #fa9e05;
}
form input.input-secundario {
  color: white;
  border-bottom-color: #2a3033;
  background: #363D41;
}
form input[type=submit] {
  color: inherit;
  transition: color 0.25s ease, background 0.25s ease;
}
form.formulario {
  margin: 0 auto;
  color: #000000;
}
form.formulario fieldset {
  padding: 1% 4% 2% 4%;
  border: 1px dotted #000000;
  border-radius: 10px;
}
form.formulario fieldset + fieldset {
  margin-top: 10px;
}
form.formulario legend {
  width: auto;
  padding: 0 3%;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
form.formulario div {
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
  form.formulario div.float-left, form.formulario div.float-right {
    width: 48%;
  }
}
form.formulario div.alerta {
  overflow: hidden;
  margin-bottom: 5px;
  color: black;
  text-align: center;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario div.alerta span {
  color: black;
  font-weight: 500;
}
form.formulario div.alerta.error {
  color: #dd1c47;
}
form.formulario div.send {
  clear: both;
  margin-bottom: 0;
  margin-top: 10px;
}
form.formulario label {
  display: block;
  float: left;
  border: none;
  font-weight: 500;
  color: #363D41;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 14.4pt;
  font-size: 1.2rem;
}
form.formulario label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #fa9e05;
}
form.formulario input[type=text],
form.formulario input[type=email],
form.formulario input[type=tel],
form.formulario input[type=password],
form.formulario textarea,
form.formulario select {
  width: 100%;
  padding: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #F0F0F0;
  transition: all 0.5s ease;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario input[type=text],
form.formulario input[type=email],
form.formulario input[type=tel],
form.formulario input[type=password],
form.formulario select,
form.formulario textarea {
  margin-bottom: 20px;
  display: block;
  clear: both;
}
form.formulario textarea {
  height: 200px;
}
form.formulario input[type=text]:focus,
form.formulario input[type=email]:focus,
form.formulario input[type=tel]:focus,
form.formulario input[type=password]:focus,
form.formulario textarea:focus,
form.formulario select:focus {
  color: #000000;
  background: #e0e0e0;
}
form.formulario input[type=checkbox] {
  float: left;
  margin: 6px 10px 0 0;
}

/*--------------------Bread Crumbs--------------------*/
.bread-crumbs {
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: clamp(0.9rem, 1vw, 1.1rem);
}
@media only screen and (min-width: 320px) {
  .bread-crumbs {
    display: block;
  }
}
.bread-crumbs a, .bread-crumbs mark {
  display: block;
  float: left;
  position: relative;
}
.bread-crumbs i {
  margin: 0 10px;
}
.bread-crumbs a {
  color: #000000;
  background-color: white;
}
.bread-crumbs a:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bread-crumbs a:hover {
  color: #fa9e05;
}
.bread-crumbs mark {
  color: #333333;
}

/*--------------------Paginación--------------------*/
.paginacion {
  width: 100%;
  height: 35px;
  clear: both;
  margin: 10px 0;
  text-align: center;
}
.paginacion a,
.paginacion b {
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: inline-block;
  margin: 0 2px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}
.paginacion b {
  color: white;
  background-color: #fa9e05;
}
.paginacion a {
  color: #000000;
  background-color: #F0F0F0;
  transition: box-shadow 0.2s ease;
}
.paginacion a:hover {
  box-shadow: inset 0 0 0 3px #000000;
}

/*--------------------Anterior / Siguiente--------------------*/
.ant-sig {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 40px auto;
}
@media only screen and (min-width: 768px) {
  .ant-sig {
    margin: 35px auto;
  }
}
.ant-sig div {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ant-sig div {
    width: 50%;
    float: left;
  }
}
.ant-sig div figure {
  position: absolute;
  z-index: 100;
  max-width: 70px;
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ant-sig div figure {
    width: 70px;
  }
}
.ant-sig div figure img {
  max-width: 70px;
  max-height: 70px;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.ant-sig div.ant {
  text-align: left;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant {
    width: 13em;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant figure {
    bottom: 0;
    right: -75px;
  }
}
.ant-sig div.ant i {
  margin-right: 10px;
}
.ant-sig div.ant:hover i {
  margin-right: 5px;
  transition: 0.3s ease-out;
}
.ant-sig div.sig {
  margin-left: auto;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig {
    width: 13em;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig figure {
    bottom: 0;
    left: -75px;
  }
}
.ant-sig div.sig i {
  margin-left: 10px;
  transition: 0.3s ease-out;
}
.ant-sig div.sig:hover i {
  margin-left: 5px;
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .ant-sig div:hover figure, .ant-sig div:active figure, .ant-sig div:focus figure {
    display: block;
  }
}
.ant-sig div a {
  display: block;
  max-width: 100%;
  font-family: "Urbanist", sans-serif;
  height: 40px;
  position: relative;
  color: #000000;
  font-weight: 600;
  line-height: 40px;
  transition: all ease 0.5s;
}
.ant-sig div a:hover {
  color: #fa9e05;
}
.ant-sig div a.ant:before, .ant-sig div a.sig:after {
  width: 25px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  color: #000000;
  line-height: 37px;
  transition: background 0.5s;
}
.ant-sig div a.ant:hover:before, .ant-sig div a.sig:hover:after {
  background: #e18e05;
}
.ant-sig .ant .desktop, .ant-sig .sig .desktop {
  display: none;
}
@media only screen and (min-width: 414px) {
  .ant-sig .ant .desktop, .ant-sig .sig .desktop {
    display: initial;
  }
  .ant-sig .ant .mobile, .ant-sig .sig .mobile {
    display: none;
  }
}/*# sourceMappingURL=styles.min.css.map */