@font-face {
  font-family: "Algerian";
  src: url("/_src/fonts/Algerian.ttf");
}

@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"),
    url("/_src/fonts/myriad-pro/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"),
    url("/_src/fonts/myriad-pro/MYRIADPRO-COND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"),
    url("/_src/fonts/myriad-pro/MyriadPro-Light.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"),
    url("/_src/fonts/myriad-pro/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed"),
    url("/_src/fonts/myriad-pro/MYRIADPRO-BOLDCOND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"),
    url("/_src/fonts/myriad-pro/MYRIADPRO-BOLD.woff") format("woff");
}

* {
  outline: none !important;
}

html {
  height: 100%;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #616161;
  min-width: 320px;
  margin: auto;
  background: #fff;
  line-height: 19px;
}

body p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: normal;
}

.container {
  margin: auto;
  line-height: 23px;
  text-align: justify;
  position: relative;
  color: #757575;
  max-width: 1128px;
}

.container::before,
.container::after {
  display: block;
  content: "";
  clear: both;
}

.animar {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

@font-face {
  font-family: "century";
  src: url("../fonts/century.ttf");
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}

@font-face {
  font-family: "Harrington";
  src: url("../fonts/HARRINGT.TTF");
}

@font-face {
  font-family: "old-english-text-mt-regular";
  src: url("../fonts/OLD.ttf");
}

#header {
  width: 100%;
  z-index: 3;
  height: 144px;
  position: absolute;
  top: 0;
  left: 0;
}

.contentDarkTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

#topMenu {
  position: relative;
  width: 100%;
}

.cntTopMenu {
  width: 100%;
  top: -91px;
  left: 0;
  border-bottom-right-radius: 300px;
  position: absolute;
  padding-top: 10px;
  padding-left: 4px;
  padding-right: 4px;
}

#logo {
  display: block;
  z-index: 2;
  position: relative;
  max-width: 257px;
  height: auto;
}

#logo img {
  display: block;
  width: 100%;
  height: auto;
}

#menu ul {
  display: inline-block;
  margin: 0;
}

#menu ul::before,
#menu ul::after {
  display: block;
  content: "";
  clear: both;
}

#menu li {
  display: block;
  position: relative;
  padding: 0px;
}

#menu li a {
  color: #616161;
  position: relative;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: normal;
  letter-spacing: 1px;
  text-align: left;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#menu li a > div {
  position: relative;
  z-index: 1;
}

#menu li.active a::before {
  transform: scaleX(1);
}

#menu li a:hover::before,
#menu li a:focus::before {
  transform: scaleX(1);
}

.nav-title {
  z-index: 2;
  position: relative;
}

#footer .contentFooter {
  background: #414141;
  display: flex;
  align-items: center;
  min-height: 126px;
  color: #fff;
}

#footer .container {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0px;
  width: 100%;
}

#footer .tfooter {
  line-height: 16px;
  text-align: center;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}

#footer .tfooter a {
  color: inherit;
}

#footer #powered {
  line-height: 16px;
  margin: 0 auto 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}

#footer #powered a {
  color: inherit;
  display: flex;
  padding: 0 0 0 28px;
  min-height: 22px;
  align-items: center;
  margin-left: 5px;
  background: url(/_src/images/icoTW.svg) no-repeat center left;
}

#footer #powered a:hover {
  text-decoration: none;
}

a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #000;
  border: solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
  opacity: 0.75;
}

a.toTop:hover,
a.toTop:active {
  color: #000;
  text-decoration: none;
  opacity: 1;
  background: #fff;
}

a#toTop a#toTop .fa {
  color: #fff !important;
}

a.toTop:hover::after {
  transform: scale(1.3);
  opacity: 0;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

#sliderTop {
  margin-top: 0px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

#sliderTop .slides {
  width: 1151px;
}

#sliderTop .slides li {
  height: 819px;
  position: relative;
  background-position: center center !important;
  background-size: cover;
  background-repeat: no-repeat;
}

#sliderTop .slides li img.sliderImg {
  display: none;
  width: 100%;
}

.sliderCntTop {
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 90px;
}

.sliderCntTop .caption {
  background: rgba(54, 92, 129, 0.85);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: right;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.sliderCntTop .caption strong {
  display: block;
  font-weight: 800;
  color: #ff982f;
}

.sliderCntTop .caption::before {
  content: "";
  position: absolute;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background: rgba(54, 92, 129, 0.85);
}

#sliderTop .flex-control-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  left: 50%;
  width: auto;
  margin-left: 345px;
}

#sliderTop .flex-control-nav li {
  background: rgba(0, 0, 0, 0);
  padding: 7px 0 !important;
}

#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
  width: 0;
  height: 0;
}

.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0) !important;
  border-radius: 50%;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #f3a81e;
}

#main {
  overflow: hidden;
}

#icoWa {
  background: url("../images/icoWha.png") center no-repeat;
  background-size: contain;
  width: 180px;
  height: 65px;
  position: fixed;
  bottom: 85px;
  right: 0px;
  z-index: 5;
}

.desktop .wow {
  visibility: hidden;
}

.itemHome1a {
  width: 100%;
  position: relative;
  order: 2;
}

.itemHome1a figure {
  position: relative;
  width: 450px;
  right: auto;
  top: auto;
  margin-right: auto;
  margin-left: auto;
}

.itemHome1a figure a {
  position: absolute;
  top: 28px;
  left: calc(50% - 140px);
  width: 294px;
  height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.itemHome1a figure a img {
  margin-right: 9px;
}

.itemHome1a figure a:hover,
.itemHome1a figure a:focus {
  text-decoration: none;
  font-weight: 700;
}

.row-productos {
  margin: 0 -5px;
}

.row-productos div[class*="col-"] {
  padding: 0 5px;
  width: 50%;
}

.figureProd {
  border: solid 2px #ececec;
}

.figureProd img {
  width: 265px;
}

#textProducto2 {
  padding-top: 55px;
  padding-bottom: 9px;
}

#formTop {
  position: relative;
  padding-bottom: 49px;
  padding-top: 52px;
}

#frmContacto {
  overflow: hidden;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

#frmContacto .tit {
  color: #5e5e5e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  letter-spacing: 0px;
  margin-bottom: 50px;
  text-align: center;
}

#frmContacto .row {
  margin: 0 -2px;
}

#frmContacto div[class*="col-"] {
  padding: 0 2px;
}

#frmContacto .form-group {
  margin-bottom: 7px;
}

#frmContacto .form-control {
  display: block;
  height: 52px;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #a6a5a5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  border-radius: 0;
  background: #fff;
  padding-left: 20px;
  border: solid 1px #dadada;
}

#frmContacto .textarea {
  height: 114px;
  padding-top: 20px;
}

#frmContacto input[type="submit"],
#frmContacto input[type="reset"] {
  display: inline-block;
  height: 42px;
  background: #ff982f;
  color: #fff;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  width: 83px;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
  margin-top: 42px;
}

#frmContacto input[type="submit"]:hover,
#frmContacto input[type="reset"]:hover {
  opacity: 0.8;
}

#frmContacto .error input,
#frmContacto .error textarea {
  border: solid 1px #000;
  background: #ffd8d9;
  color: #000;
}

.frmContacto input::-webkit-input-placeholder,
.frmContacto input:-moz-placeholder,
.frmContacto input::-moz-placeholder,
.frmContacto input:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}

.frmContacto textarea::-webkit-input-placeholder,
.frmContacto textarea:-moz-placeholder,
.frmContacto textarea::-moz-placeholder,
.frmContacto textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}

.frmContacto input:focus::-webkit-input-placeholder,
.frmContacto input:focus:-moz-placeholder,
.frmContacto input:focus::-moz-placeholder,
.frmContacto input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.frmContacto textarea:focus::-webkit-input-placeholder,
.frmContacto textarea:focus:-moz-placeholder,
.frmContacto textarea:focus::-moz-placeholder,
.frmContacto textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

#frmContacto .has-error .form-control-feedback {
  line-height: 36px;
  height: 100%;
}

#frmContacto .has-error input {
  border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.cntCapt {
  display: inline-block;
  position: relative;
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.dirMap {
  background: #606060;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 30px 15px;
}

.dirMap img {
  display: inline-block;
}

.loadingGal {
  max-width: 250px;
  margin: auto;
  clear: both;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.sinProds {
  padding: 50px 25px;
  font-size: 30px;
  color: #8e0000;
  text-align: center;
  line-height: normal;
}

#textProdDet1 {
  background: #306994;
  margin-bottom: 50px;
}

.cntProdDet1 {
  position: relative;
  padding-top: 37px;
  padding-bottom: 37px;
  padding-right: 240px;
}

.nombrepDet {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

#navProds {
  position: absolute;
  top: calc(50% - 17px);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#navProds a {
  display: block;
  width: 111px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  background: hsla(0, 0%, 100%, 0.25);
  margin-right: 12px;
}

#navProds .nextP {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  margin-right: 0;
  position: relative;
}

#navProds .prevP {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

#navProds a:hover,
#navProds a:focus {
  text-decoration: none;
  background: #fff;
  color: #306994;
}

#navProds .nextP::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 1px;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.25);
}

#navProds span {
  display: block;
  width: 111px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  background: hsla(0, 0%, 100%, 0.25);
  margin-right: 12px;
}

.contentDetalles1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
}

.itemDet1 {
  width: 100%;
}

.itemDet2 {
  padding-top: 40px;
  width: 100%;
  padding-left: 0px;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

.visor {
  max-width: 457px;
  height: 516px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.visor img {
  display: none;
}

.visor img:first-child {
  display: block;
}

.flexProducto {
  margin-top: 15px;
  padding-left: 64px;
  padding-right: 69px;
}

.flexProducto2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.flexProducto2 img {
  cursor: pointer;
}

.flexProducto img {
  cursor: pointer;
}

.itemFlexProducto2 {
  margin-right: 12px;
  border-right: solid 1px rgba(97, 97, 97, 0.25);
}

.itemFlexProducto2:last-child {
  border-right: 0;
}

.thumbLiCar {
  width: 100px;
}

.titleProductoDetV {
  background: #ff982f;
  font-size: 44px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  padding-left: 37px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.titDesc {
  background: #306994;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 20px 35px;
  margin-left: 40px;
  margin-bottom: 36px;
}

.areaDesc {
  color: #616161;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.25px;
  text-align: left;
}

.det2Prods {
  width: 100%;
}

.flex-direction-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 15px;
  height: 24px;
  margin: 0;
  margin-left: 0px;
  position: absolute;
  bottom: 38px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-indent: -9999%;
  left: 0;
}

.flex-direction-nav .flex-prev {
  background: url("../images/slider/prev.png") center no-repeat;
  left: -50px;
  margin-left: 0px;
}

.flex-direction-nav .flex-next {
  background: url("../images/slider/next.png") center no-repeat;
  left: auto;
  right: 0;
  margin-left: 0;
}

#mainPaypal {
  padding: 43px 0 26px;
}

#mainPaypal .tit {
  text-align: center;
  font-size: 28px;
  background: #355290;
  font-family: "Oswald", serif;
  color: #fff;
  line-height: 50px;
}

#mainPaypal form {
  display: block;
  width: 400px;
  margin: auto;
  padding: 23px 0 0;
}

#mainPaypal table {
  width: 100%;
}

#mainPaypal form input[type="text"] {
  display: block;
  width: 100%;
  height: 39px;
  border: solid 1px #dbdbdb;
  font-family: "Verdana", serif;
  font-size: 11px;
  color: #959595;
  padding: 0 12px;
  margin-bottom: 10px;
}

#mainPaypal input::-webkit-input-placeholder,
#mainPaypal input:-moz-placeholder,
#mainPaypal input::-moz-placeholder,
#mainPaypal input:-ms-input-placeholder {
  opacity: 1;
  color: #959595;
}

#mainPaypal input:focus::-webkit-input-placeholder,
#mainPaypal input:focus:-moz-placeholder,
#mainPaypal input:focus::-moz-placeholder,
#mainPaypal input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

#mainPaypal .fPagos {
  background: url(../images/forma-pagos.png) center no-repeat;
  height: 50px;
}

#mainPaypal #btnSubmit {
  margin: 13px auto 0;
  display: block;
}

.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 280px;
  padding: 132px 0 76px;
  color: #f5f5f5;
  background: #0a1c3b;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0 !important;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(-280px);
  transition: 0.3s ease;
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: flex;
  padding: 14px 25px 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  align-items: center;
}

.rd-mobilemenu_ul a img {
  width: 10px;
  margin-right: 5px;
}

.rd-mobilemenu_ul ul a {
  padding: 8px 25px 8px;
}

.rd-mobilemenu_ul li.active a,
.rd-mobilemenu_ul a:hover {
  background: rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.rd-mobilemenu_ul li a div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-mobilemenu_ul li a div img {
  width: 15px;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px FontAwesome;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle::after {
  content: "";
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #fff;
  color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul::after {
  content: "";
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  background: #dcdcdc;
}

.rd-mobilepanel_title {
  position: absolute;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

.rd-mobilepanel_toggle {
  position: absolute;
  border: none;
  background: 0 0;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #ff982f;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span::after,
.rd-mobilepanel_toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span::after {
  top: 8px;
  width: 24px;
  height: 4px;
  background-color: #ff982f;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span::before {
  width: 24px;
  height: 4px;
  background-color: #ff982f;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span::after,
.rd-mobilepanel_toggle span::before {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
  transition: background 0.3s 0s ease;
  background: 0 0;
}

.rd-mobilepanel_toggle.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span::before {
  top: 0;
  transition-delay: 0s, 0.3s;
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }

  body {
    padding: 56px 0 0;
  }

  #header #topMenu {
    display: none;
  }

  #topMenu {
    height: auto;
  }

  #header {
    margin-top: 56px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  #header::before,
  #header::after {
    height: 0px;
    width: 0;
  }

  #icoWa {
    background: url(../images/icoWa2.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 100px !important;
  }

  #frmContacto {
    position: static;
    margin: auto;
  }

  .contentDarkTop {
    height: 70px;
    padding-top: 0;
    padding-right: 0;
  }

  #sliderTop {
    height: auto;
    margin-top: 0px;
  }

  a.toTop {
    left: auto;
    right: 17px;
    bottom: 46px;
  }

  .titleRedesTop {
    display: none;
  }

  .visor {
    height: auto;
  }

  .titleProductoDetV {
    font-size: 25px;
    letter-spacing: 0px;
    padding: 15px;
  }

  .titDesc {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 10px 25px;
    margin-left: 20px;
    margin-bottom: 25px;
  }

  .areaDesc {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
  }

  .nombrepDet {
    font-size: 24px;
  }

  #header #darkTop {
    display: none;
  }

  #splide .splide__track .splide__list li .container {
    bottom: 50% !important;
    transform: translateY(50%);
  }

  .inicio-1 .container .text .title {
    text-align: center;
  }

  .inicio-1 .container .text .title br {
    display: none;
  }

  .inicio-1 .container .image img {
    width: 100%;
  }
}

.rd-mobilepanel #logoMovil {
  top: 3px;
  margin: auto;
  left: auto;
  display: block;
  position: relative;
  width: 145px;
}

.rd-mobilepanel #logoMovil img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  #frmContacto .tit strong {
    display: block;
  }

  #frmContacto .tit span {
    position: static;
    display: block;
    line-height: 24px;
    padding-bottom: 10px;
  }

  #footer .tfooter {
    margin-bottom: 10px;
    float: none;
    text-align: center;
    justify-content: center;
  }

  #footer #powered {
    float: none;
    text-align: center;
    justify-content: center;
  }

  #footer .tfooter span {
    display: block;
    text-align: center;
    line-height: 18px;
  }

  #footer .contentFooter {
    padding: 20px 0;
  }

  .itemHome1a figure {
    width: 320px;
  }

  .itemHome1a figure a {
    top: 21px;
    left: calc(50% - 103px);
    width: 214px;
    height: 153px;
    font-size: 19px;
    line-height: 20px;
  }

  .titleProductoDetV {
    font-size: 20px;
  }

  .nombrepDet {
    font-size: 18px;
    text-align: center;
  }

  .cntProdDet1 {
    padding-top: 70px;
    padding-bottom: 20px;
    padding-right: 0px;
  }

  #navProds {
    top: 13px;
    right: calc(50% - 117px);
    justify-content: center;
  }
}

@media (max-width: 500px) {
  #frmContacto div[class*="col-"] {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #footer .tfooter,
  #footer #powered {
    flex-wrap: wrap;
  }

  #footer .tfooter em {
    display: block;
    width: 100%;
    height: 3px;
    opacity: 0;
  }

  .sliderCntTop .caption {
    font-size: 20px;
    line-height: 24px;
    height: 80px;
  }

  #mainPaypal form {
    display: block;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .contentDarkTop {
    height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .itemHome1a figure {
    width: 290px;
  }

  .itemHome1a figure a {
    top: 18px;
    left: calc(50% - 90px);
    width: 190px;
    height: 142px;
    font-size: 15px;
    line-height: 20px;
  }

  .itemHome1a figure a img {
    width: 30px;
    margin-right: 7px;
  }

  .titleProductoDetV {
    font-size: 18px;
  }
}

#header #darkTop {
  padding: 30px 0;
}

#header #darkTop .container:before,
#header #darkTop .container:after {
  display: none;
}

#header #darkTop .container .contentDarkTop {
  justify-content: space-between;
}

#header #darkTop .container .contentDarkTop .col1,
#header #darkTop .container .contentDarkTop .col2 {
  display: flex;
  align-items: center;
}

#header #darkTop .container .contentDarkTop .col1 div a,
#header #darkTop .container .contentDarkTop .col2 div a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

#header #darkTop .container .contentDarkTop .col1 div a span,
#header #darkTop .container .contentDarkTop .col2 div a span {
  margin-left: 9px;
}

#header #darkTop .container .contentDarkTop .col1.col2,
#header #darkTop .container .contentDarkTop .col2.col2 {
  gap: 120px;
}

#topMenu {
  margin-top: 50px;
}

#topMenu:after,
#topMenu:before {
  display: none;
}

#topMenu .cntTopMenu {
  top: unset;
  padding: 20px 0;
  background-color: rgba(54, 75, 111, 0.87);
  border-radius: 0;
}

@media (max-width: 1199px) {
  #topMenu .cntTopMenu {
    background-color: unset;
  }

  .inicio-proyectos .container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 60px;
  }

  .inicio-proyectos .container .image img {
    display: block;
    width: 80%;
    margin: auto;
  }

  .edificacion .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}

#topMenu .cntTopMenu .menu .container {
  position: relative;
}

#topMenu .cntTopMenu .menu .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  max-width: -moz-max-content;
  max-width: max-content;
}

#topMenu .cntTopMenu .menu .nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 20px;
}

#topMenu .cntTopMenu .menu .nav:after,
#topMenu .cntTopMenu .menu .nav:before {
  display: none;
}

#topMenu .cntTopMenu .menu .nav li a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  font-family: "Montserrat", "sans-serif";
  letter-spacing: normal;
}

#topMenu .cntTopMenu .menu .nav li.active a,
#topMenu .cntTopMenu .menu .nav li:hover a {
  position: relative;
}

#topMenu .cntTopMenu .menu .nav li.active a:after,
#topMenu .cntTopMenu .menu .nav li:hover a:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #fff;
}

#topMenu .cntTopMenu .menu .nav .ml-auto {
  margin-left: auto;
}

#topMenu .cntTopMenu .nav {
  display: block;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 20px;
  justify-content: space-evenly;
  margin-top: 100px;
  background-color: rgba(54, 75, 111, 0.87);
  padding: 30px 0 42px 0;
}

#topMenu .cntTopMenu .nav:after,
#topMenu .cntTopMenu .nav:before {
  display: none;
}

#topMenu .cntTopMenu .nav li a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  font-family: "Montserrat", "sans-serif";
  letter-spacing: normal;
}

#topMenu .cntTopMenu .nav li.active a {
  position: relative;
}

#topMenu .cntTopMenu .nav li.active a:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #fff;
}

#splide .splide__track .splide__list li {
  position: relative;
  height: 619px;
}

#splide .splide__track .splide__list li .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#splide .splide__track .splide__list li .container:after,
#splide .splide__track .splide__list li .container:before {
  display: none;
}

#splide .splide__track .splide__list li .container .text {
  padding: 0 20px;
}

#splide .splide__track .splide__list li .container .text h1 {
  font-family: "Montserrat", "sans-serif";
  font-size: 32px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

#splide .splide__track .splide__list li .container .text h2 {
  font-size: 21px;
  font-family: "Montserrat", "sans-serif";
  line-height: normal;
  color: #fff;
  font-weight: lighter;
  text-align: center;
  margin-top: 20px;
}

#splide .slider-container {
  transform: translateY(-50px);
}

#splide .slider-container #custom-pagination {
  display: flex;
  justify-content: end;
}

#custom-pagination {
  gap: 15px;
}

#custom-pagination .splide__pagination__page {
  width: 23px !important;
  height: 23px !important;
  background-color: #fff;
  opacity: 1;
}

#custom-pagination .splide__pagination__page.is-active {
  background-color: #485f88;
  transform: scale(1);
}

.section-title {
  background-color: #485e88;
  margin-top: -43px;
  font-family: "Lato", "sans-serif";
}

.section-title .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title .container h1 {
  color: #fff;
  line-height: 26px;
  text-align: center;
  font-weight: lighter;
  letter-spacing: normal;
  font-size: 22px;
}

.section-title .container h1 .bold {
  font-weight: bold;
  line-height: 29px;
}

.col-list:nth-of-type(2) {
  max-width: 492px;
}

.col-list h1 {
  font-family: "Montserrat", "sans-serif";
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}

.col-list h2 {
  font-family: "Myriad Pro Regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  position: relative;
}

.col-list h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 100%;
  background-color: #fff;
}

.col-list ul.u1 {
  list-style: none;
  margin-top: 25px;
}

.col-list ul.u1 .l1 {
  margin-top: 10px;
}

.col-list ul.u1 .l1:first-of-type {
  margin-top: 0;
}

.col-list ul.u1 .l1 .tit {
  display: flex;
  align-items: center;
  gap: 9px;
}

.col-list ul.u1 .l1 .tit .dot1 {
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  background-color: #fff;
  border-radius: 50%;
  align-self: flex-start;
  transform: translateY(7px);
}

.col-list ul.u1 .l1 .tit .text {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
}

.col-list ul.u1 .l1 .tit .text .mini {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  text-transform: none;
  text-transform: uppercase;
}

.col-list ul.u1 .l1 ul {
  list-style: none;
  margin-left: 50px;
  margin-top: 5px;
}

.col-list ul.u1 .l1 ul li {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  text-transform: none;
  display: flex;
  gap: 9px;
  align-items: center;
}

.col-list ul.u1 .l1 ul li .dot2 {
  min-width: 9px;
  min-height: 9px;
  max-width: 9px;
  max-height: 9px;
  background-color: #fff;
  border-radius: 50%;
  align-self: start;
  transform: translateY(7px);
}

.text-proyectos {
  position: relative;
}

.text-proyectos .nuestros-list {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-proyectos .nuestros-list .nuestros-item .t {
  display: flex;
  gap: 9px;
}

.text-proyectos .nuestros-list .nuestros-item .dot1 {
  background-color: #485f88;
  min-width: 16.6px;
  min-height: 16.5px;
  max-width: 16.6px;
  max-height: 16.5px;
  border-radius: 50%;
  transform: translateY(4px);
}

.text-proyectos .nuestros-list .nuestros-item ul {
  list-style: none;
  margin-left: 40px;
}

#datFooter {
  background-color: #2f2f2f;
  padding: 65px 0;
}

#datFooter .container:after,
#datFooter .container:before {
  display: none;
}

#datFooter .container .contentDat {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

#datFooter .container .contentDat .itemDat .align-center {
  align-self: center;
}

#datFooter .container .contentDat .itemDat .tit {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

#datFooter .container .contentDat .itemDat .dirDat {
  display: flex;
  gap: 9px;
  color: #fff;
  font-family: "Montserrat", "sans-serif";
  font-size: 16px;
  line-height: normal;
  align-items: center;
}

#datFooter .container .contentDat .itemDat .dirDat figure img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

#datFooter .container .contentDat .itemDat ul {
  list-style: none;
  margin-top: 15px;
}

#datFooter .container .contentDat .itemDat ul li {
  margin-bottom: 15px;
}

#datFooter .container .contentDat .itemDat ul li:last-of-type {
  margin-bottom: 0;
}

#datFooter .container .contentDat .itemDat ul li a {
  display: flex;
  gap: 9px;
  color: #fff;
  font-family: "Montserrat", "sans-serif";
  font-size: 16px;
  line-height: normal;
}

#datFooter .container .contentDat .itemDat ul li a figure {
  transform: translateY(2px);
}

#datFooter .container .contentDat .itemDat ul li a figure img {
  display: block;
}

#datFooter .container .contentDat .itemDat ul li .redes .text .title {
  font-family: "Lato", "sans-serif";
  font-size: 14px;
  line-height: 15px;
  font-weight: 900;
}

#datFooter .container .contentDat .itemDat ul li .redes .text .text-content {
  font-family: "Lato", "sans-serif";
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
}

#footer .contentFooter {
  background-color: #485f88;
}

#footer .contentFooter .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#footer .contentFooter .container:after,
#footer .contentFooter .container:before {
  display: none;
}

#footer .contentFooter .container .tfooter {
  width: unset;
}

#footer .contentFooter .container #powered {
  margin: unset;
}

.inicio-1 {
  background-image: url("/_src/images/inicio/textura1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}

.inicio-1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 10px;
  width: 100%;
  background-image: url("/_src/images/inicio/shadowt1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.inicio-1 .container {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}

.inicio-1 .container:after,
.inicio-1 .container:before {
  display: none;
}

.inicio-1 .container .text {
  width: 80%;
}

.inicio-1 .container .text .title {
  font-family: "Lato", "sans-serif";
  font-size: 26px;
  line-height: 34px;
  color: #485e88;
  font-weight: normal;
  font-family: "Lato", "sans-serif";
  position: relative;
}

.inicio-1 .container .text .title .bold {
  font-weight: bold;
}

.inicio-1 .container .text .title:after {
  content: "";
  width: 7px;
  height: 69px;
  background-color: #485e88;
  position: absolute;
  left: -10px;
  top: 10px;
}

.inicio-1 .container .text .title:before {
  content: "";
  width: 11px;
  height: 69px;
  background-color: #485e88;
  position: absolute;
  left: -30px;
  top: 10px;
}

.inicio-1 .container .text .text-text {
  text-align: center;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
}

.inicio-1 .container .text .text-text .bold {
  text-transform: uppercase;
  font-weight: bolder;
}

.inicio-1 .container .image {
  width: 90%;
}

.inicio-1 .container .image img {
  display: block;
}

.inicio-rubros .rubros-header {
  height: 282px;
  background-image: url("/_src/images/inicio/textura2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inicio-rubros .rubros-header .container h1 {
  padding-top: 65px;
  color: #fff;
  font-size: 26px;
  line-height: 44px;
  font-weight: normal;
  font-family: "Lato", "sans-serif";
  text-align: center;
}

.inicio-rubros .rubros-header .container h1 .bold {
  font-weight: bold;
}

.inicio-rubros .rubros {
  margin: 0 20px;
  margin-top: -123px;
  margin-bottom: 90px;
}

.inicio-rubros .rubros .r1,
.inicio-rubros .rubros .r2 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  justify-content: space-between;
}

.inicio-rubros .rubros .r1.r1 br.temp,
.inicio-rubros .rubros .r2.r1 br.temp {
  display: none;
}

.inicio-rubros .rubros .r1.r2,
.inicio-rubros .rubros .r2.r2 {
  margin-top: 90px;
  display: none;
}

.inicio-rubros .rubros .r1 li,
.inicio-rubros .rubros .r2 li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.inicio-rubros .rubros .r1 li .image,
.inicio-rubros .rubros .r2 li .image {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  max-width: 246px;
  max-height: 246px;
}

.inicio-rubros .rubros .r1 li .image img,
.inicio-rubros .rubros .r2 li .image img {
  display: block;
  max-width: 246px;
  max-height: 246px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.inicio-rubros .rubros .r1 li .image .image-title,
.inicio-rubros .rubros .r2 li .image .image-title {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
  font-family: "Montserrat", "sans-serif";
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
}

.inicio-rubros .rubros .r1 li .text,
.inicio-rubros .rubros .r2 li .text {
  text-align: center;
  max-width: 220px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  height: 100%;
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.cinta-title {
  position: relative;
}

.cinta-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("/_src/images/inicio/shadow1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40px;
  bottom: -20px;
}

.cinta-title.no-arrow::after {
  display: none;
}

.cinta-title::after {
  content: "";
  position: absolute;
  background-image: url("/_src/images/inicio/triangulo.png");
  bottom: -20px;
  width: 81px;
  height: 44px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cinta-title .content {
  background-color: #485e88;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.cinta-title .content .container:after,
.cinta-title .content .container:before {
  display: none;
}

.cinta-title .content .container h1,
.cinta-title .content .container h2 {
  color: #fff;
  font-family: "Lato", "sans-serif";
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.cinta-title .content .container h1.peque,
.cinta-title .content .container h2.peque {
  font-size: 18px;
  line-height: 30px;
}

.cinta-title .content .container h1.light,
.cinta-title .content .container h2.light {
  font-weight: lighter;
}

.cinta-title .content .container h1 .bold,
.cinta-title .content .container h2 .bold {
  font-weight: 600;
}

.es-co-pr {
  background-image: url("/_src/images/inicio/textura3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.es-co-pr .content {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-direction: column;
}

.es-co-pr .content:after,
.es-co-pr .content::before {
  display: none;
}

.inicio-proyectos {
  padding: 41px 0;
}

.inicio-proyectos .container {
  display: flex;
}

.inicio-proyectos .container::after,
.inicio-proyectos .container::before {
  display: none;
}

.inicio-proyectos .container .text h1 {
  font-family: "Montserrat", "sans-serif";
  font-weight: bold;
  font-size: 30px;
  line-height: 64px;
  color: #485f88;
  text-transform: uppercase;
}

.inicio-proyectos .container .text h2 {
  font-family: "Myriad Pro Regular", sans-serif;
  text-transform: uppercase;
  color: #181818;
  font-size: 25px;
  line-height: 28px;
  position: relative;
}

.inicio-proyectos .container .text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 100%;
  background-color: #485f88;
}

.inicio-proyectos .container .text .text-content {
  font-family: "Open Sans", sans-serif;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  font-weight: normal;
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.inicio-proyectos .container .text .text-content .dot1 {
  background-color: #485f88;
  min-width: 16.6px;
  min-height: 16.5px;
  max-width: 16.6px;
  max-height: 16.5px;
  border-radius: 50%;
  transform: translateY(4px);
}

.lista-proy {
  background-color: #fff;
}

.lista-proy .cont {
  margin: 40px 20px;
}

.lista-proy .cont .lista-proy {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.lista-proy .cont .lista-proy .item {
  background-color: #1b1b1b;
  padding: 40px 50px;
}

.edificacion .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.edificacion .container:after,
.edificacion .container:before {
  display: none;
}

.edificacion .container .image img {
  display: block;
  width: 80%;
  margin: auto;
}

.edificacion .container .text h1 {
  font-family: "Montserrat", "sans-serif";
  font-size: 30px;
  line-height: normal;
  color: #485f88;
  font-weight: bold;
  text-transform: uppercase;
}

.edificacion .container .text h2 {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 25px;
  line-height: 18px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 991px) {
  .nuestros-proyectos .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .nuestros-proyectos .container:after,
  .nuestros-proyectos .container:before {
    display: none;
  }

  .nuestros-proyectos .nos-basamos p br {
    display: none;
  }

  .nuestros-proyectos.image-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .nuestros-proyectos.image-left:after,
  .nuestros-proyectos.image-left:before {
    display: none;
  }

  .nuestros-proyectos.image-left .container {
    padding-top: 0 !important;
  }
}

.nuestros-proyectos .container .sm img {
  width: 80%;
  display: block;
  margin: auto;
}

.nuestros-proyectos .nos-basamos {
  background-color: #485f88;
  border-radius: 100px;
  padding: 15px 40px;
  margin-top: 40px;
}

.nuestros-proyectos .nos-basamos p {
  font-size: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

.nuestros-proyectos.image-right {
  position: relative;
}

.nuestros-proyectos.image-left {
  position: relative;
}

.nuestros-proyectos.image-left.texture::before {
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 77%;
  height: 100%;
  background-image: url("/_src/images/inicio/textura6.2.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  max-height: 536px;
  margin: auto 0;
}

.nuestros-proyectos.image-left.texture .container {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.nuestros-proyectos .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-logos {
  padding: 30px 0;
}

.footer-logos .container:after,
.footer-logos .container:before {
  display: none;
}

.footer-logos .container ul {
  list-style: none;
  display: grid;
  align-items: center;
  justify-items: center;
}

.inmobiliaria-1 {
  margin-top: -43px;
  padding: 60px 0;
  background-image: url("/_src/images/inmobiliaria/trabajamos-textura.png");
}

.inmobiliaria-1 .header {
  display: flex;
  justify-content: center;
}

.inmobiliaria-1 .header .image {
  position: relative;
}

.inmobiliaria-1 .header .image img {
  display: block;
  z-index: 2;
}

.inmobiliaria-1 .header .image:before {
  content: "";
  position: absolute;
  width: 100vw;
  background-color: #3c4e70;
  height: 81px;
  bottom: 0;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  margin: auto 0;
  z-index: 1;
}

.inmobiliaria-1 .header .image:after {
  content: "";
  position: absolute;
  width: 100vw;
  background-color: #3c4e70;
  height: 81px;
  bottom: 0;
  top: 0;
  right: 0;
  transform: translateX(100%);
  margin: auto 0;
  z-index: 1;
}

.inmobiliaria-1 .container h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-top: 45px;
}

.inmobiliaria-1 .container h1 .bold {
  font-weight: 800;
}

.inmobiliaria-1 .desarrollos {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px 45px;
}

.inmobiliaria-1 .desarrollos .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inmobiliaria-1 .desarrollos .item .image img {
  width: 100%;
  display: block;
}

.inmobiliaria-1 .desarrollos .item .text {
  margin-top: 25px;
}

.inmobiliaria-1 .desarrollos .item .text h1 {
  font-family: "Montserrat", "sans-serif";
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
}

.inmobiliaria-1 .desarrollos .item .text h2 {
  font-family: "Montserrat", "sans-serif";
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}

.gestionamos {
  position: relative;
  padding: 80px 0;
}

@media (min-width: 1900) {
  .gestionamos:before {
    width: 870px;
  }

  .gestionamos .text {
    width: 50%;
  }
}

.gestionamos .sm {
  display: flex;
  justify-content: center;
}

.gestionamos .sm img {
  width: 70%;
}

.gestionamos .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 20px;
  font-size: 18px;
  line-height: 27px;
  background-color: #fff;
  text-align: center;
}

.gestionamos .title br {
  display: none;
}

.gestionamos .title .blue {
  color: #485e88;
}

.gestionamos .title .bold {
  font-weight: 600;
}

.gestionamos .text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #2f2f2f;
  margin-top: 25px;
  padding: 0 40px;
}

.gestionamos .text ul {
  list-style: none;
}

.gestionamos .text ul li {
  display: flex;
  gap: 9px;
}

.gestionamos .text ul li .dot1 {
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  background-color: #485f88;
  border-radius: 50%;
  align-self: flex-start;
  transform: translateY(7px);
}

/**/
.administracion-condominios {
  background-image: url("/_src/images/inmobiliaria/edificio-condominios.png");
  background-position: right calc(100% + 170px);
  background-repeat: no-repeat;
  background-size: 55% 100%;
  padding: 100px 0 130px 0;
  position: relative;
}

.administracion-condominios .container {
  position: relative;
  z-index: 2;
}

.administracion-condominios .content {
  max-width: 850px;
}

.administracion-condominios h1 .primera-linea {
  display: block;
  margin-bottom: 10px;
}

.administracion-condominios h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 34px;
  font-weight: 300;
  color: #2f2f2f;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}

.administracion-condominios h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #485e88;
}

.administracion-condominios h1 .destacado {
  color: #485e88;
  font-weight: 700;
}

.administracion-condominios .servicios-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.administracion-condominios .servicios-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 5px;
}

.administracion-condominios .servicios-list li:last-child {
  margin-bottom: 0;
}

.administracion-condominios .servicios-list .dot {
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 12px;
  background-color: #485e88;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.administracion-condominios .servicios-list span {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #2f2f2f;
  font-weight: 400;
}

/**/
.gerencia-proyectos-cinta {
  background-image: url("/_src/images/gerencia-proyectos/textura2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -43px;
  padding: 75px 0 37.5px 0;
}

.gerencia-proyectos-cinta .container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.gerencia-proyectos-cinta .container::after,
.gerencia-proyectos-cinta .container::before {
  display: none;
}

.gerencia-proyectos-cinta .container .logo {
  position: relative;
}

.gerencia-proyectos-cinta .container .logo::after {
  content: "";
  position: absolute;
  top: 0px;
  background-image: url("/_src/images/gerencia-proyectos/textura-titulo1.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 784px;
  height: 100%;
  z-index: 4;
  right: -15px;
}

.gerencia-proyectos-cinta .container .logo img {
  position: relative;
  z-index: 5;
  display: block;
}

.gerencia-proyectos-cinta .container .cinta {
  height: 100%;
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
}

.gerencia-proyectos-cinta .container .cinta h1 {
  font-family: "Lato", "sans-serif";
  z-index: 2;
  position: relative;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
}

.gerencia-proyectos-cinta .container .cinta h1 .bold {
  font-weight: 900;
}

.gerencia-images {
  margin-top: 40px;
}

.gerencia-images .images {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 10px;
}

.gerencia-images .images .image img {
  width: 100%;
  display: block;
}

.gerencia-images p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #2f2f2f;
  font-size: 17px;
  line-height: 35px;
  margin-top: 40px;
  text-align: center;
}

.gerencia-caracteristicas {
  background-image: url("/_src/images/gerencia-proyectos/textura-caracteristicas.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  padding: 45px 0;
  z-index: 2;
  position: relative;
}

.gerencia-caracteristicas .container:after,
.gerencia-caracteristicas .container::before {
  display: none;
}

.gerencia-caracteristicas .container .col-list .ca {
  display: flex;
  gap: 25px;
  flex-direction: column;
}

.gerencia-des {
  background-image: url("/_src/images/gerencia-proyectos/desarrollos-textura.png");
  margin-top: -30px;
  z-index: 1;
  position: relative;
  padding: 60px 0;
}

.gerencia-des .container .gerencia-des-list {
  list-style: none;
  display: grid;
  justify-items: center;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}

.gerencia-des .container .gerencia-des-list .gerencia-des-item .image img {
  display: block;
  width: 100%;
}

.gerencia-des .container .gerencia-des-list .gerencia-des-item .text {
  margin-top: 25px;
}

.gerencia-des .container .gerencia-des-list .gerencia-des-item .text p {
  font-family: "Montserrat", "sans-serif";
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.gerencia-proyecto-adm {
  padding: 80px 0;
}

.gerencia-proyecto-adm .container .sm {
  margin-bottom: 50px;
}

.gerencia-proyecto-adm .container .sm img {
  display: block;
  width: 80%;
  margin: auto;
}

.gerencia-proyecto-adm .container h1 {
  font-weight: 300;
  color: #2f2f2f;
  font-family: "Montserrat", "sans-serif";
  font-size: 25px;
  line-height: 33px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  padding-bottom: 22px;
  text-align: center;
}

.gerencia-proyecto-adm .container h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  max-width: 708px;
  background-color: #485e88;
}

.gerencia-proyecto-adm .container h1 .bold {
  font-weight: 600;
  color: #485e88;
}

.gerencia-proyecto-adm .container .list {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  color: #2f2f2f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 35px;
}

.gerencia-proyecto-adm .container .list li {
  display: flex;
  gap: 9px;
  text-align: left;
}

.gerencia-proyecto-adm .container .list li .dot1 {
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  background-color: #485e88;
  border-radius: 50%;
  align-self: flex-start;
  transform: translateY(7px);
}
