.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g0-project-selected {
  position: relative;
}
.g0-cnt-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.g0-cnt-btn.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.g0-link {
  color: #fff;
  font-size: 14px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.g0-link i {
  margin-left: 5px;
  font-size: 10px;
}
.g0-btn {
  border: 1px solid #76b82d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #184e4c;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  letter-spacing: 0.055em;
  text-align: center;
  height: 40px;
  width: 162px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
.g0-btn:hover {
  background-color: #76b82d;
  color: #fff;
}
.g0-btn.greenw224 {
  width: 224px;
  background-color: #76b82d;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-btn.greenw224:hover {
  background-color: #64ae13;
}
.g0-btn.bgcdarkgreen {
  background-color: #184e4c;
  width: 224px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-btn.bgcdarkgreen:hover {
  background-color: #0f3f3d;
}
.g0-btn.darkgreen {
  height: 40px;
  width: 228px;
  border: 1px solid rgba(24,78,76,0.3);
}
.g0-btn.darkgreen:hover {
  background-color: #184e4c;
}
.g0-btn.bgcgreen {
  background-color: #184e4c;
  color: #fff;
  width: 150px;
  border: none;
}
.g0-btn.bgcgreen i {
  color: #76b82d;
  font-size: 10px;
  margin-left: 8px;
}
.g0-btn.bgcgreen:hover {
  background-color: #0f3f3d;
}
.g0-btn.greensmall {
  width: 166px;
  height: 35px;
  background-color: #76b82d;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-btn.greensmall:hover {
  background-color: #64ae13;
}
.g0-btn.green214 {
  width: 214px;
  background-color: #76b82d;
  color: #fff;
  -webkit-box-shadow: 0px 4px 22px -10px rgba(62,237,18,0.51);
  box-shadow: 0px 4px 22px -10px rgba(62,237,18,0.51);
}
.g0-btn.green214 i {
  font-size: 8px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 6px;
}
.g0-open-desplegable {
  position: relative;
  cursor: pointer;
  height: 46px;
}
.g0-open-desplegable:after {
  content: "\e90f";
  font-family: 'icomoon';
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 10px;
  color: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.g0-open-desplegable.border {
  background: rgba(255,255,255,0.07);
}
.g0-open-desplegable.border .g0-tipo {
  color: #fff;
}
.g0-open-desplegable.border .g0-detail-tipo {
  color: #fff;
}
.g0-open-desplegable.border .g0-separate {
  color: rgba(255,255,255,0.35);
}
@media screen and (max-width: 600px) {
  .g0-open-desplegable {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    padding: 10px;
  }
}
.g0-item-desplegable {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 20px;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  cursor: pointer;
}
.g0-item-desplegable p {
  margin: 0;
}
.g0-item-desplegable figure {
  margin: 0;
  margin-right: 20px;
}
.g0-item-desplegable figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .g0-item-desplegable {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    padding: 5px 10px;
  }
}
.g0-iten-inlist .g0-tipo {
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.g0-iten-inlist:hover {
  background-color: #76b82d;
}
.g0-iten-inlist:hover .g0-tipo {
  color: #fff;
}
.g0-iten-inlist:hover .g0-detail-tipo {
  color: #fff;
}
.g0-iten-inlist:hover .g0-separate {
  color: rgba(255,255,255,0.35);
}
.g0-iten-inlist.active {
  background-color: #76b82d;
}
.g0-tipo {
  font-size: 16px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  text-transform: uppercase;
  color: #195553;
}
@media screen and (max-width: 600px) {
  .g0-tipo {
    width: 100%;
  }
}
.g0-detail-tipo {
  font-size: 16px;
  color: #195553;
}
.g0-separate {
  margin: 0 20px;
  font-size: 16px;
  color: rgba(25,85,83,0.35);
}
@media screen and (max-width: 600px) {
  .g0-separate {
    display: none;
  }
}
.g0-desplegable-wrap {
  position: relative;
}
.g0-desplegable-wrap.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.g0-desplegable-wrap.disabled:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g0-submenu {
  background-color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-left: 1px solid rgba(255,255,255,0.35);
  border-right: 1px solid rgba(255,255,255,0.35);
  display: none;
  max-height: 450px;
  overflow: auto;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-input ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.g-input :-moz-placeholder {
  color: #fff;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.g-input ::-moz-placeholder {
  color: #fff;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.g-input :-ms-input-placeholder {
  color: #fff;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.g-input input,
.g-input select,
.g-input textarea {
  width: 100%;
  height: 46px;
  background: none;
  color: #fff;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 19px;
}
.g-input input:-webkit-autofill,
.g-input select:-webkit-autofill,
.g-input textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 200px #195553 inset;
  -webkit-text-fill-color: #fff;
}
.g-input input:focus,
.g-input select:focus,
.g-input textarea:focus {
  border-color: #fff;
}
.g-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.g-input textarea {
  height: 73px;
  padding: 17px;
}
.g-input option {
  color: #000;
}
.g-select {
  position: relative;
}
.g-select:after {
  content: "\e90f";
  display: inline-block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 12px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
}
.g-input_select_two {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g-input_select_two .g-select {
  width: 80px;
}
.g-input_select_two .g-select select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.g-input_document {
  width: calc(100% - 80px);
}
.g-input_document input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.g-required {
  display: block;
  line-height: 20px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  mix-blend-mode: normal;
  margin-bottom: 8px;
}
.g-check {
  position: relative;
}
.g-check input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.g-check input[type="checkbox"]:checked + label .g-check_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.g-check label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g-check_icon {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #76b82d;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.g-check_icon:before {
  content: "✔";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #76b82d;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  font-size: 14px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.g-check_text {
  width: calc(100% - 33px);
  line-height: 15px;
  font-size: 12px;
  color: #fff;
}
.g-check_text p {
  margin: 0;
}
.g-check_text a {
  color: #fff;
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  text-decoration: underline;
}
.formError {
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #184e4c;
  color: #fff;
  border: none;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}
input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wsp_fixed {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.wsp_fixed.fb .wsp_gota1 {
  background-color: #026f6a;
}
.wsp_fixed.fb .wsp_gota2 {
  background-color: rgba(2,110,106,0.4);
}
.h-redes-lateral {
  width: 60px;
}
.h-redes-lateral .owl-nav {
  display: none;
}
.wsp_icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.wsp_icon img {
  width: 40px;
}
.wsp_gota1 {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(92,207,63,0.29);
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.wsp_gota2 {
  display: block;
  width: 54px;
  height: 54px;
  background: rgba(92,207,63,0.2);
  border-radius: 50%;
  -webkit-animation: gota 1.5s infinite ease;
  -moz-animation: gota 1.5s infinite ease;
  -o-animation: gota 1.5s infinite ease;
  -ms-animation: gota 1.5s infinite ease;
  animation: gota 1.5s infinite ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@-moz-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.playPath {
  position: absolute;
  stroke-dasharray: 30, 130;
  width: 102px;
  -webkit-animation: rotate 5s linear infinite;
  -moz-animation: rotate 5s linear infinite;
  -o-animation: rotate 5s linear infinite;
  -ms-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
  height: 102px;
}
.playPath.video {
  width: 63px;
  height: 63px;
}
.playPath.video circle {
  stroke: #928e8e;
}
.playPath circle {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -ms-filter: none !important;
  filter: none !important;
}
@-moz-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g6-title-acordeon {
  min-height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding: 5px 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  color: #184e4c;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g6-title-acordeon:after {
  content: "\e913";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #184e4c;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.g6-title-acordeon.active {
  border-bottom: 0.5px solid rgba(24,78,76,0.23) !important;
}
.g6-title-acordeon.active:after {
  content: "\e912";
}
.g6-title-acordeon:hover {
  color: #000;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  border-bottom: none;
}
.g6-itemacordeon {
  padding: 0 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 26px rgba(205,205,205,0.25);
  box-shadow: 0px 0px 26px rgba(205,205,205,0.25);
}
.g6-contenido-acordeon {
  font-size: 14px;
  font-family: 'Conv_Mukta-Light', sans-serif;
  padding: 30px 10px;
  text-align: justify;
  display: none;
  line-height: 24px;
}
.g6-contenido-acordeon li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.g6-contenido-acordeon li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #76b82d;
  position: absolute;
  top: 9px;
  left: 0;
}
.g6-contenido-acordeon h1,
.g6-contenido-acordeon h2,
.g6-contenido-acordeon h3,
.g6-contenido-acordeon h4,
.g6-contenido-acordeon h5,
.g6-contenido-acordeon h6 {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .g6-title-acordeon {
    font-size: 18px;
  }
  .g6-contenido-acordeon {
    font-size: 16px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wrapp-iframe-general {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  background-color: #9fab26;
  display: block;
  padding-top: 0px;
}
.wrapp-iframe-general:first-child {
  padding-top: 6px;
}
.name-dev {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Arial', sans-serif;
  color: #9fab26;
  border-bottom: 2px solid #9fab26;
  text-transform: uppercase;
  margin-left: 15px;
}
.btn-copy {
  background-color: #9fab26;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
.btn-copy.hover {
  background-color: #808080;
}
.inner-general {
  background: #fff;
  padding: 20px 0;
}
.general-wrapper {
  padding: 10px;
  border: 1px dashed #808080;
  width: 98%;
  margin: auto;
  margin-top: 30px;
}
.block-general {
  padding: 5px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1 {
  position: relative;
}
.b1 .owl-nav {
  display: none;
}
.b1 .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 63px;
  right: 0;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.b1 .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b1 .owl-dot:first-child {
  margin-left: 0;
}
.b1 .owl-dot:hover,
.b1 .owl-dot.active {
  border: 2px solid #fff;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  .b1 .owl-dots {
    max-width: 960px;
    bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .b1 .owl-dots {
    max-width: 720px;
  }
}
@media screen and (max-width: 745px) {
  .b1 .owl-dots {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .b1 .owl-dots {
    bottom: 75px;
  }
}
.b1-item-sl {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.b1-item-sl:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.25);
}
.b1-item-sl:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 192px;
  z-index: 2;
  background: -webkit-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: -moz-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: -o-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: -ms-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: linear-gradient(to top, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  position: absolute;
}
.b1-item-sl .wancho {
  z-index: 3;
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b1-item-sl .wancho {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .b1-item-sl .wancho {
    height: calc(100vh - 80px);
  }
  .b1-item-sl .g0-cnt-btn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b1-item-sl.animate .b1-title,
.b1-item-sl.animate .b1-subtitle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.b1-item-sl.animate .b1-subtitle {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.b1-item-sl.animate .b1-texto .g0-cnt-btn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.b1-title {
  font-size: 20px;
  color: #fff;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.b1-title:before {
  content: "";
  top: 2px;
  left: 0;
  width: 3px;
  height: 17px;
  background-color: #76b82d;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .b1-title {
    font-size: 18px;
  }
}
.b1-texto {
  max-width: 820px;
}
@media screen and (max-width: 1200px) {
  .b1-texto {
    max-width: 590px;
  }
}
@media screen and (max-width: 1000px) {
  .b1-texto {
    max-width: 400px;
  }
}
.b1-texto .g0-cnt-btn {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 480px) {
  .b1-texto {
    text-align: center;
  }
}
.b1-subtitle {
  font-size: 72px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  color: #fff;
  line-height: 72px;
  margin-bottom: 30px;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 1200px) {
  .b1-subtitle {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .b1-subtitle {
    font-size: 35px;
    line-height: 36px;
  }
}
.b1-figura {
  height: 156px;
  width: 282px;
  position: relative;
  z-index: 2;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-figura:after {
  content: "";
  top: 0;
  left: 0;
  background-color: #184e4c;
  height: 100%;
  width: 35px;
  position: absolute;
  z-index: 2;
}
.b1-figura .owl-dots {
  display: none;
}
@media screen and (max-width: 1200px) {
  .b1-figura {
    height: 120px;
    width: 220px;
  }
}
.b1-preview {
  bottom: 40px;
  right: 220px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .b1-preview {
    right: 100px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .b1-preview {
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .b1-preview {
    display: none;
  }
}
.b1-text-preview {
  font-size: 12px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  z-index: 4;
  top: 42%;
  left: -50px;
}
.b1-text-preview:before {
  content: "\e911";
  font-family: 'icomoon';
  bottom: -5px;
  color: rgba(255,255,255,0.5);
  left: 0;
  font-size: 8px;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .b1-text-preview {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .b1-text-preview:hover {
    -webkit-animation: b1animationArrow 1s ease infinite;
    -moz-animation: b1animationArrow 1s ease infinite;
    -o-animation: b1animationArrow 1s ease infinite;
    -ms-animation: b1animationArrow 1s ease infinite;
    animation: b1animationArrow 1s ease infinite;
  }
}
@-moz-keyframes b1animationArrow {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes b1animationArrow {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-o-keyframes b1animationArrow {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes b1animationArrow {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.b10 .wancho {
  height: 375px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 3;
  position: relative;
}
.b10:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-linear-gradient(270deg, rgba(25,85,83,0.8) 0%, rgba(25,85,83,0) 100%);
  background: -moz-linear-gradient(270deg, rgba(25,85,83,0.8) 0%, rgba(25,85,83,0) 100%);
  background: -o-linear-gradient(270deg, rgba(25,85,83,0.8) 0%, rgba(25,85,83,0) 100%);
  background: -ms-linear-gradient(270deg, rgba(25,85,83,0.8) 0%, rgba(25,85,83,0) 100%);
  background: linear-gradient(180deg, rgba(25,85,83,0.8) 0%, rgba(25,85,83,0) 100%);
}
.b10:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  z-index: 1;
  background: -webkit-linear-gradient(bottom, #195553 0%, rgba(25,85,83,0) 100%);
  background: -moz-linear-gradient(bottom, #195553 0%, rgba(25,85,83,0) 100%);
  background: -o-linear-gradient(bottom, #195553 0%, rgba(25,85,83,0) 100%);
  background: -ms-linear-gradient(bottom, #195553 0%, rgba(25,85,83,0) 100%);
  background: linear-gradient(to top, #195553 0%, rgba(25,85,83,0) 100%);
  position: absolute;
}
.b10-sombra {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.b10-sombra img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .b10-sombra {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .b10-sombra {
    display: none;
  }
}
.b10-text {
  max-width: 520px;
}
.b10-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  margin-bottom: 3px;
}
.b10-subtitle {
  font-size: 38px;
  line-height: 107.9%;
  color: #fff;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .b10-subtitle {
    font-size: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b11 {
  z-index: 11;
  position: relative;
  margin-top: -53px;
}
.b11 .b21-label {
  color: #184e4c;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
}
.b11 .g-input select,
.b11 .g-select select {
  color: #333;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  height: 40px;
  border: 1px solid rgba(24,78,76,0.2);
}
.b11 .g-input:after,
.b11 .g-select:after {
  color: #333;
}
.b11 .g-select:after {
  color: #184e4c;
  font-size: 8px;
}
.b11.home {
  margin-top: -400px;
  padding-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .b11.home {
    margin-top: -480px;
  }
}
.b11.home .b11-listado {
  margin-bottom: 40px;
}
.b11-wrap-filtro .wancho {
  max-width: 1200px;
  padding-top: 29px;
  padding-bottom: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 23px rgba(220,220,220,0.25);
  box-shadow: 0px 4px 23px rgba(220,220,220,0.25);
}
.b11-inner-filtro {
  max-width: 915px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .b11-inner-filtro {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 745px) {
  .b11-inner-filtro {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b11-left-filtro {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 745px) {
  .b11-left-filtro {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b11-left-filtro {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b11-item-select {
  margin-left: 25px;
  width: 100%;
}
.b11-item-select:first-child {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .b11-item-select {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b11-item-select {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .b11-item-select:last-child {
    margin-bottom: 0;
  }
}
.b11-right-filtro {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 34px;
}
@media screen and (max-width: 960px) {
  .b11-right-filtro {
    margin-left: 23px;
  }
}
@media screen and (max-width: 745px) {
  .b11-right-filtro {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b11-right-filtro .g0-cnt-btn {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.b11-title-number {
  font-size: 12px;
  color: #184e4c;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.b11-list-number {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b11-number {
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .b11-number {
    margin-right: 25px;
  }
}
.b11-item-number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.b11-item-number:hover,
.b11-item-number.active {
  background-color: #e8e8e8;
}
.b11-item-number:first-child {
  margin-left: 0;
}
.b11-wrap-listado {
  padding-top: 79px;
}
@media screen and (max-width: 745px) {
  .b11-wrap-listado {
    padding-top: 60px;
  }
}
.b11-listado {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 60px;
}
.b11-item {
  display: block;
  width: 31.9%;
  margin: 0;
  margin-left: 2%;
  padding-top: 24px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 28px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.b11-item:nth-child(3n+1) {
  margin-left: 0;
}
.b11-item:first-child {
  margin-left: 0;
}
.b11-item:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 121px;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.073) 92.71%, rgba(196,196,196,0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.073) 92.71%, rgba(196,196,196,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.073) 92.71%, rgba(196,196,196,0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.073) 92.71%, rgba(196,196,196,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.073) 92.71%, rgba(196,196,196,0) 100%);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .b11-item {
    width: 49%;
  }
  .b11-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .b11-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .b11-item {
    width: 100%;
    margin-left: 0;
  }
  .b11-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .b11-item:last-child {
    margin-bottom: 0;
  }
}
.b11-item:hover {
  filter: drop-shadow(0px 4px 15px rgba(91,91,91,0.25));
}
.b11-item:hover .b11-down-hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b11-item:hover .b11-text-it-down {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b11-item:hover .b11-bg span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.b11-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  -ms-transition: all 5s;
  transition: all 5s;
}
.b11-bg span {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}
.b11-text-it-down {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.b11-text-it {
  height: 460px;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b11-text-it {
    height: 360px;
  }
}
.b11-etiqueta {
  width: 147px;
  height: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.7);
  color: #184e4c;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  position: relative;
}
.b11-etiqueta:after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #76b82d;
  position: absolute;
}
.b11-down-full-left {
  color: #fff;
  width: 260px;
}
.b11-down-full-left h3 {
  font-size: 25px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  line-height: 35px;
}
.b11-down-full-left h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  letter-spacing: 0.15em;
  line-height: 100%;
  margin: 0;
}
.b11-down-full-right {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b11-down-full {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b11-down-hover {
  display: block;
  padding: 13px 24px;
  padding-top: 15px;
  background-color: #fff;
  max-width: 275px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 23px rgba(0,26,112,0.06);
  box-shadow: 0px 4px 23px rgba(0,26,112,0.06);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.b11-down-fila-uno h3 {
  font-size: 22px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
}
.b11-down-fila-uno h4 {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #184e4c;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  text-transform: uppercase;
}
.b11-down-fila-dos {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b11-down-item-two {
  width: 48%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
}
.b11-down-item-two img {
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-right: 7px;
}
.b11-down-item-two p {
  font-size: 12px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  margin: 0;
}
.b11-down-item-two p strong {
  font-weight: normal;
  font-family: 'Conv_Mukta-Bold', sans-serif;
}
.b11-down-item-two:first-child:after {
  display: none;
}
.b11-down-item-two:last-child {
  margin-left: auto;
  padding-left: 10px;
}
.b11-down-item-two:after {
  content: "";
  left: 0;
  top: 0;
  width: 3px;
  height: 3px;
  background-color: #184e4c;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.b11-down-fila-tres {
  font-size: 12px;
  color: #3a3a3a;
  text-align: right;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b11-down-fila-tres p {
  margin: 0;
}
.b11-down-fila-tres p strong {
  font-weight: normal;
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  font-size: 13px;
}
.b11-wrap-paginador .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid rgba(24,78,76,0.1);
}
.b11-paginador-left span {
  font-size: 18px;
  font-family: 'Conv_Mukta-Light', sans-serif;
  letter-spacing: 0.0673077px;
  color: #4f4f4f;
}
.b11-paginador-left span.active {
  font-family: 'Conv_Mukta-Bold', sans-serif;
  color: #184e4c;
  margin-right: 8px;
}
.b11-paginador-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b11-paginador-right a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid rgba(24,78,76,0.4);
  color: rgba(118,184,45,0.8);
  margin-left: 18px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b11-paginador-right a:first-child {
  margin-left: 0;
}
.b11-paginador-right a:hover {
  border: 1px solid #184e4c;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12 {
  position: relative;
}
.b12 .owl-nav {
  display: none;
}
.b12 .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 63px;
  right: 0;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.b12 .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b12 .owl-dot:first-child {
  margin-left: 0;
}
.b12 .owl-dot:hover,
.b12 .owl-dot.active {
  border: 2px solid #fff;
  background-color: transparent;
}
@media screen and (max-width: 1380px) {
  .b12 .owl-dots {
    max-width: 1030px;
  }
}
@media screen and (max-width: 1150px) {
  .b12 .owl-dots {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b12-item-sl {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.b12-item-sl:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  position: absolute;
}
.b12-item-sl:before {
  content: "";
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: -moz-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: -o-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: -ms-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: linear-gradient(to top, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  position: absolute;
  width: 100%;
  height: 192px;
}
.b12-item-sl .wancho {
  position: relative;
  z-index: 2;
  height: 670px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1150px) {
  .b12-item-sl .wancho {
    height: 550px;
  }
}
@media screen and (max-width: 960px) {
  .b12-item-sl:before {
    height: 152px;
  }
}
@media screen and (max-width: 480px) {
  .b12-item-sl {
    height: 100vh;
  }
}
.b12-text-sup {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 31px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .b12-text-sup:after {
    left: 35%;
  }
}
.b12-separardor {
  margin: 0 30px;
  position: relative;
}
.b12-separardor:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .b12-separardor {
    margin: 0 19px;
  }
}
.b12-pre-venta,
.b12-entrega {
  font-size: 20px;
  letter-spacing: 0.3em;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 745px) {
  .b12-pre-venta,
  .b12-entrega {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .b12-pre-venta,
  .b12-entrega {
    letter-spacing: 2px;
  }
}
.b12-title {
  font-size: 60px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .b12-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 745px) {
  .b12-title {
    font-size: 35px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b13 {
  position: relative;
  overflow: hidden;
  padding-top: 113px;
  margin-top: -113px;
  padding-right: 50px;
}
.b13:after {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: #195553;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1460px) {
  .b13:after {
    width: 40px;
  }
}
@media screen and (max-width: 1320px) {
  .b13 {
    padding-right: 0;
  }
  .b13:after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .b13 {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .b13 .g0-cnt-btn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b13-featured {
  background-color: #195553;
  right: 0;
  bottom: 100%;
  position: absolute;
  max-width: 1040px;
  width: 100%;
}
.b13-featured:before {
  content: "";
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background-color: #195553;
  position: absolute;
}
@media screen and (max-width: 1380px) {
  .b13-featured {
    max-width: 850px;
  }
}
@media screen and (max-width: 1150px) {
  .b13-featured {
    bottom: 83%;
  }
  .b13-featured:before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .b13-featured {
    bottom: 0;
    max-width: none;
    margin-bottom: 60px;
    position: relative;
  }
  .b13-featured:after {
    content: "";
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: #195553;
    position: absolute;
  }
  .b13-featured:before {
    display: block;
    background-color: #195553;
  }
}
@media screen and (max-width: 745px) {
  .b13-featured {
    margin-bottom: 32px;
  }
}
.b13-inner-featured {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .b13-inner-featured {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b13-item-featured {
  height: 113px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 25%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b13-item-featured.logo {
  background-color: #fff;
  width: 25.6%;
}
.b13-item-featured.logo:before {
  display: none;
}
.b13-item-featured.area {
  width: 36.6%;
  margin-left: 20px;
}
.b13-item-featured.area:before {
  display: none;
}
.b13-item-featured:before {
  content: "";
  height: 46px;
  width: 1px;
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1380px) {
  .b13-item-featured {
    width: 22.2%;
  }
  .b13-item-featured.logo {
    width: 27.5%;
  }
  .b13-item-featured.area {
    width: 28.6%;
  }
}
@media screen and (max-width: 960px) {
  .b13-item-featured {
    width: 50%;
    height: 75px;
    background-color: #195553;
  }
  .b13-item-featured.logo {
    width: 100%;
    height: 90px;
    position: relative;
  }
  .b13-item-featured.area {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-left: 0;
  }
  .b13-item-featured:nth-child(3):before {
    display: none;
  }
  .b13-item-featured:last-child {
    width: 50%;
  }
}
.b13-logo-tribeca img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 745px) {
  .b13-logo-tribeca {
    width: 170px;
  }
}
.b13-bg-1 {
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 960px) {
  .b13-bg-1 {
    display: block;
  }
}
.b13-bg-2 {
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 960px) {
  .b13-bg-2 {
    display: block;
  }
}
.b13-inner-it {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b13-logo-area {
  width: 40px;
}
.b13-logo-area img {
  max-width: 100%;
  height: auto;
  width: 40px;
}
.b13-text-featured {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-left: 15px;
}
.b13-text-featured p {
  margin: 0;
}
.b13-text-featured span {
  font-size: 20px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  line-height: 100%;
}
.b13-fila-filadown {
  background-color: #f8f8f8;
}
.b13-fila-filadown .wancho {
  max-width: 1225px;
  border-bottom: 1px solid rgba(24,78,76,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 70px;
  padding-top: 77px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1150px) {
  .b13-fila-filadown .wancho {
    padding-top: 120px;
  }
}
@media screen and (max-width: 960px) {
  .b13-fila-filadown .wancho {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .b13-fila-filadown .wancho {
    padding-bottom: 40px;
  }
}
.b13-wrap-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b13-wrap-down {
    max-width: 630px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .b13-wrap-down {
    max-width: 340px;
  }
}
.b13-left-down {
  width: 29%;
}
@media screen and (max-width: 1200px) {
  .b13-left-down {
    width: 35%;
  }
}
@media screen and (max-width: 960px) {
  .b13-left-down {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .b13-left-down {
    text-align: center;
    margin-bottom: 30px;
  }
}
.b13-title-left {
  font-size: 14px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4f4f4f;
  margin-bottom: 7px;
  line-height: 23px;
}
.b13-subtitle-left {
  font-size: 30px;
  color: #4f4f4f;
  line-height: 114.2%;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .b13-subtitle-left {
    margin-bottom: 18px;
    font-size: 25px;
  }
}
.b13-listado-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 960px) {
  .b13-listado-left {
    max-width: 400px;
  }
}
.b13-item {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b13-item p {
  font-size: 30px;
  margin: 0;
  margin-left: 10px;
}
.b13-item span {
  margin: 0;
  color: #184e4c;
  font-size: 60px;
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  line-height: 100%;
}
.b13-item:first-child {
  padding-left: 0;
}
.b13-item:first-child:after {
  display: none;
}
.b13-item:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 41px;
  width: 1px;
  background-color: #184e4c;
}
@media screen and (max-width: 480px) {
  .b13-item span {
    font-size: 50px;
  }
}
.b13-center-down {
  width: 39.2%;
}
@media screen and (max-width: 960px) {
  .b13-center-down {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .b13-center-down {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b13-title-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b13-title-center img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.b13-title-center h3 {
  font-size: 20px;
  color: #184e4c;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  margin-left: 10px;
}
.b13-title-center h3 strong {
  font-weight: normal;
  font-family: 'Conv_Mukta-Bold', sans-serif;
}
.b13-description-center {
  font-size: 14px;
  line-height: 137.4%;
  text-align: justify;
  color: #4f4f4f;
  margin-bottom: 25px;
  margin-top: 18px;
}
.b13-description-center p {
  margin: 0;
}
.b13-right-down {
  width: 12.5%;
}
@media screen and (max-width: 960px) {
  .b13-right-down {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .b13-right-down {
    width: 100%;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid rgba(24,78,76,0.15);
  }
}
.b13-finciado {
  font-size: 14px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  text-transform: uppercase;
  color: #4f4f4f;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .b13-finciado {
    text-align: center;
  }
}
.b13-logo {
  margin-bottom: 18px;
  display: block;
}
.b13-logo img {
  max-width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.b13-logo:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .b13-logo {
    width: 48%;
    margin-bottom: 0;
    margin-left: 4%;
  }
  .b13-logo img {
    text-align: center;
  }
  .b13-logo:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .b13-list-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 330px;
    margin: 0 auto;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14-detalle {
  overflow: hidden;
  padding: 70px 0 60px 0;
  position: relative;
}
.b14-detalle .slick-dots {
  bottom: -50px;
}
.b14-detalle .slick-dots li button:before {
  font-size: 16px;
}
.b14-detalle .wancho {
  z-index: 2;
  position: relative;
}
.b14-detalle:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  position: absolute;
  background-color: #f8f8f8;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .b14-detalle {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .b14-detalle {
    padding: 40px 0;
  }
}
.b14-pager {
  width: calc(70vw - 70px);
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #184e4c;
}
@media screen and (max-width: 1460px) {
  .b14-pager {
    width: calc(64vw - 70px);
  }
}
@media screen and (max-width: 1024px) {
  .b14-pager {
    width: calc(72vw - 70px);
  }
}
@media screen and (max-width: 768px) {
  .b14-pager {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .b14-pager {
    position: static;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b14-separate {
  width: 102px;
  margin: 0 20px;
  background-color: rgba(185,185,185,0.5);
}
.b14-separate.active span {
  width: 100%;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  -ms-transition: all 5s;
  transition: all 5s;
}
.b14-separate span {
  height: 3px;
  background-color: #76b82d;
  width: 0%;
  display: block;
  margin: 0;
}
.b14-init-pager {
  font-size: 20px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
}
.b14-end-pager {
  font-size: 16px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
}
.b14-mobile {
  margin: 0 auto;
}
.b14-mobile.g-input ::-webkit-input-placeholder {
  color: #464a50;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b14-mobile.g-input :-moz-placeholder {
  color: #464a50;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b14-mobile.g-input ::-moz-placeholder {
  color: #464a50;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b14-mobile.g-input :-ms-input-placeholder {
  color: #464a50;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b14-mobile.g-input input,
.b14-mobile.g-input select,
.b14-mobile.g-input textarea {
  background-color: #f3f3f3;
  color: #184e4c;
}
.b14-mobile.g-input select {
  text-transform: uppercase;
}
.b14-mobile.g-input textarea {
  height: 91px;
}
.b14-mobile.g-input textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 200px #f8f8f8 inset;
  -webkit-text-fill-color: #464a50;
}
.b14-mobile.g-input textarea:focus {
  border: 1px solid #333;
}
.b14-mobile.g-select:after {
  color: #184e4c;
}
.b14-name-photo {
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: #184e4c;
  padding-top: 20px;
  text-transform: uppercase;
  text-align: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .b14-name-photo {
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b14-name-photo {
    text-align: center;
    padding: 10px 0;
  }
}
.b14-subtitle {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  margin-bottom: 9px;
}
.b14-title {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b14-title {
    font-size: 25px;
  }
}
.b14-title-left {
  font-size: 40px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b14-title-left img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .b14-title-left {
    font-size: 35px;
  }
  .b14-title-left img {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .b14-title-left {
    font-size: 26px;
  }
}
.b14-detalle_head {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .b14-detalle_head {
    margin-bottom: 25px;
  }
}
.b14-detalle_select_mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 320px;
  width: 92%;
  height: 56px;
  line-height: 1;
  letter-spacing: -0.24px;
  color: #fff;
  font-family: 'Conv_Mukta-Light', sans-serif;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #8e8e8e;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .b14-detalle_select_mobile {
    display: none;
  }
}
.b14-detalle_select_mobile:after {
  content: "\e902";
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #184e4c;
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
}
.b14-mobile {
  display: none;
}
@media screen and (max-width: 745px) {
  .b14-mobile {
    display: block;
  }
}
.b14-detalle_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 745px) {
  .b14-detalle_wrap {
    display: none;
  }
}
.b14-line {
  border-bottom: 1px solid #333;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .b14-line {
    padding-bottom: 50px;
  }
}
.b14-detalle_itemlist {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  height: 44px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 190px;
  position: relative;
}
.b14-detalle_itemlist:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  background-color: #76b82d;
  margin: 0 auto;
  height: 1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b14-detalle_itemlist:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .b14-detalle_itemlist {
    width: auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 30px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b14-detalle_itemlist {
    margin-bottom: 14px;
  }
}
.b14-detalle_itemlist.active,
.b14-detalle_itemlist:hover {
  background-color: #f3f3f3;
}
.b14-detalle_itemlist.active:after,
.b14-detalle_itemlist:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b14-detalle_itemlist.active .b14-detalle_btn,
.b14-detalle_itemlist:hover .b14-detalle_btn {
  color: #184e4c;
}
.b14-detalle_btn {
  display: block;
  letter-spacing: 0.02em;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  color: #4f4f4f;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  padding-bottom: 2px;
}
@media screen and (min-width: 1025px) {
  .b14-detalle_btn {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 480px) {
  .b14-detalle_btn {
    line-height: 16px;
  }
}
.b14-detalle_block {
  position: relative;
  z-index: 4;
}
.b14-detalle_slider {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.b14-detalle_slider.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.b14-detalle_slide:hover .b14-detalle_img .b14-lupa {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 767px) {
  .b14-detalle_slide {
    padding: 0;
  }
}
.b14-detalle_slide.animation .b14-detalle_img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b14-detalle_slide.animation .b14-name-photo {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b14-detalle_slide.animation .b14-detalle_text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b14-detalle_img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 746px) {
  .b14-detalle_img {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -o-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
  }
}
.b14-detalle_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .b14-detalle_img img {
    object-fit: cover;
    height: 433px;
  }
}
.b14-detalle_img:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 121px;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  position: absolute;
}
.b14-lupa {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b14-text-bottom {
  padding-left: 43px;
  padding-bottom: 15px;
  padding-right: 90px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 745px) {
  .b14-text-bottom {
    padding-left: 26px;
  }
}
@media screen and (max-width: 480px) {
  .b14-text-bottom {
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 50px;
  }
}
.b14-detalle_description {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .b14-detalle_description {
    font-size: 12px;
    margin-top: 15px;
  }
}
.b14-detalle_arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 40%;
  z-index: 2;
  margin: auto;
}
.b14-detalle_prev {
  left: 13%;
}
@media screen and (max-width: 1460px) {
  .b14-detalle_prev {
    left: 16.5%;
  }
}
@media screen and (max-width: 1024px) {
  .b14-detalle_prev {
    left: 12%;
  }
}
@media screen and (max-width: 960px) {
  .b14-detalle_prev {
    left: 9.3%;
  }
}
@media screen and (max-width: 767px) {
  .b14-detalle_prev {
    left: 2%;
  }
}
.b14-detalle_next {
  right: 13%;
}
@media screen and (max-width: 1460px) {
  .b14-detalle_next {
    right: 16.5%;
  }
}
@media screen and (max-width: 1024px) {
  .b14-detalle_next {
    right: 12%;
  }
}
@media screen and (max-width: 960px) {
  .b14-detalle_next {
    right: 9.3%;
  }
}
@media screen and (max-width: 767px) {
  .b14-detalle_next {
    right: 2%;
  }
}
.g-arrow {
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: relative;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 1025px) {
  .g-arrow_left {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(1, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: -o-transform 0.7s cubic-bezier(1, 0, 0.25, 1);
    -ms-transition: -ms-transform 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: transform 0.7s cubic-bezier(1, 0, 0.25, 1);
  }
  .g-arrow_left:hover {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  .g-arrow_left:hover .g-arrow_circle {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .g-arrow_left:hover .g-arrow_icon {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(-13px);
    -moz-transform: translateX(-13px);
    -o-transform: translateX(-13px);
    -ms-transform: translateX(-13px);
    transform: translateX(-13px);
  }
  .g-arrow_left:hover .g-arrow_icon:after {
    -webkit-transform: scaleX(0.55);
    -moz-transform: scaleX(0.55);
    -o-transform: scaleX(0.55);
    -ms-transform: scaleX(0.55);
    transform: scaleX(0.55);
  }
}
.g-arrow_right .g-arrow_icon {
  right: 50%;
  left: auto;
}
.g-arrow_right .g-arrow_icon:before {
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  right: 0;
  left: auto;
}
.g-arrow_right .g-arrow_icon:after {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  left: auto;
  right: 6px;
}
@media screen and (min-width: 1025px) {
  .g-arrow_right {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(1, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: -o-transform 0.7s cubic-bezier(1, 0, 0.25, 1);
    -ms-transition: -ms-transform 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: transform 0.7s cubic-bezier(1, 0, 0.25, 1);
  }
  .g-arrow_right:hover {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  .g-arrow_right:hover .g-arrow_circle {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .g-arrow_right:hover .g-arrow_icon {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(13px);
    -moz-transform: translateX(13px);
    -o-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  .g-arrow_right:hover .g-arrow_icon:after {
    -webkit-transform: scaleX(0.55);
    -moz-transform: scaleX(0.55);
    -o-transform: scaleX(0.55);
    -ms-transform: scaleX(0.55);
    transform: scaleX(0.55);
  }
}
.g-arrow_circle {
  display: block;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: opacity 0.7s cubic-bezier(1, 0, 0.25, 1);
  -moz-transition: opacity 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: opacity 0.7s cubic-bezier(1, 0, 0.25, 1);
  -ms-transition: opacity 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(1, 0, 0.25, 1);
  position: absolute;
  top: 0;
  color: #76b82d;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 7px rgba(146,146,146,0.25);
  box-shadow: 0px 4px 7px rgba(146,146,146,0.25);
}
@media screen and (max-width: 480px) {
  .g-arrow_circle {
    width: 30px;
    height: 30px;
    font-size: 9px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15 {
  padding-top: 36px;
  padding-bottom: 101px;
  background-color: #195553;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 745px) {
  .b15 {
    padding-bottom: 0;
  }
  .b15 .wancho {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b15 {
    padding-top: 25px;
  }
}
.b15-wrap-play {
  color: #fff;
}
.b15-wrap-play i {
  position: relative;
  left: 3px;
}
.b15-wrap-play .wsp_fixed {
  width: 46px;
  height: 46px;
}
.b15-tab {
  max-width: 385px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 745px) {
  .b15-tab {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b15-tab {
    margin-bottom: 25px;
  }
}
.b15-item-tab {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 0 37px;
  margin: 0;
}
.b15-item-tab:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 1px;
  background-color: #fff;
  position: absolute;
}
.b15-item-tab:hover,
.b15-item-tab.active {
  color: #fff;
}
.b15-item-tab:first-child:after {
  display: none;
}
.b15-item-tab:last-child {
  text-align: right;
}
@media screen and (max-width: 745px) {
  .b15-item-tab {
    text-align: center;
  }
}
.b15-content-tab {
  position: relative;
}
.b15-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: 1;
}
.b15-item-content.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 2;
}
.b15-figura {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.b15-figura:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  position: absolute;
}
.b15-figura:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 192px;
  background: -webkit-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: -moz-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: -o-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: -ms-linear-gradient(bottom, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  background: linear-gradient(to top, rgba(25,85,83,0.6) 0%, rgba(25,85,83,0) 100%);
  position: absolute;
}
@media screen and (max-width: 745px) {
  .b15-figura {
    padding-left: 15px;
    padding-right: 15px;
  }
  .b15-figura:before {
    display: none;
  }
}
.b15-texto {
  height: 505px;
  max-width: 605px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 3;
  position: relative;
}
.b15-title {
  font-size: 14px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.b15-subitle {
  font-size: 50px;
  text-align: center;
  color: #fff;
  line-height: 49px;
  margin: 0;
}
@media screen and (max-width: 745px) {
  .b15-subitle {
    font-size: 35px;
    line-height: 36px;
  }
}
@media screen and (max-width: 360px) {
  .b15-subitle {
    font-size: 30px;
  }
}
.b15-text-big {
  font-size: 130px;
  color: rgba(255,255,255,0.05);
  text-align: center;
  position: absolute;
  bottom: -106px;
  font-weight: 800;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b15-text-big {
    font-size: 90px;
    bottom: 20px;
  }
}
@media screen and (max-width: 745px) {
  .b15-text-big {
    display: none;
  }
}
.b15-wrap-play {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -70px;
  bottom: 0;
  margin: auto;
}
.b15-wrap-play .b15-raya {
  margin: 0;
  height: 1px;
  width: 103px;
  background-color: #fff;
  display: block;
}
.b15-wrap-play .wsp_fixed {
  cursor: pointer;
}
.b15-wrap-play .wsp_icon img {
  margin: 0;
  position: relative;
  left: 2px;
}
@media screen and (max-width: 1400px) {
  .b15-wrap-play {
    z-index: 5;
    right: -28px;
  }
}
@media screen and (max-width: 1024px) {
  .b15-wrap-play {
    bottom: 100px;
    top: inherit;
    right: 0;
    left: 0;
  }
  .b15-wrap-play .b15-raya {
    display: none;
  }
}
@media screen and (max-width: 745px) {
  .b15-wrap-play {
    bottom: 140px;
  }
}
.b15-play {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-box-sizing: border box;
  -moz-box-sizing: border box;
  box-sizing: border box;
  cursor: pointer;
  border: 1px solid rgba(118,184,45,0.8);
}
.b15-play i {
  color: #fff;
  height: 46px;
  width: 46px;
  margin: 0;
  background-color: #76b82d;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16 {
  padding-top: 68px;
  padding-bottom: 121px;
  position: relative;
}
.b16 .wancho {
  max-width: 1299px;
}
@media screen and (max-width: 745px) {
  .b16 {
    padding-top: 38px;
    padding-bottom: 26px;
  }
}
.b16-head {
  max-width: 1220px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 960px) {
  .b16-head {
    padding-left: 0;
  }
}
@media screen and (max-width: 745px) {
  .b16-head {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b16-left-head {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .b16-left-head {
    max-width: 300px;
  }
}
@media screen and (max-width: 745px) {
  .b16-left-head {
    max-width: none;
    margin-bottom: 10px;
  }
}
.b16-right-head {
  max-width: 420px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b16-right-head {
    max-width: 400px;
  }
}
@media screen and (max-width: 745px) {
  .b16-right-head {
    max-width: 340px;
  }
}
.b16-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #4f4f4f;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  letter-spacing: 0.2em;
  line-height: 100%;
}
.b16-subtitle {
  font-size: 30px;
  line-height: 181.2%;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b16-subtitle {
    font-size: 25px;
  }
}
.b16-item-head {
  height: 40px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #184e4c;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b16-item-head.wase {
  width: 165px;
  border: 1px solid rgba(24,78,76,0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b16-item-head.maps {
  width: 231px;
  border: 1px solid #76b82d;
}
.b16-item-head span {
  margin: 0;
  margin-left: 10px;
  color: #76b82d;
  font-size: 8px;
}
@media screen and (max-width: 960px) {
  .b16-item-head {
    padding-left: 8px;
    padding-right: 8px;
  }
  .b16-item-head.maps {
    width: 210px;
  }
}
@media screen and (max-width: 745px) {
  .b16-item-head span {
    display: none;
  }
  .b16-item-head.wase {
    width: 133px;
  }
  .b16-item-head.maps {
    width: 190px;
  }
}
.b16-figura-mapa {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 460px;
}
.b16-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 1242px;
  margin: 0 auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 60px;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 23px rgba(220,220,220,0.25);
  box-shadow: 0px 4px 23px rgba(220,220,220,0.25);
}
@media screen and (max-width: 1330px) {
  .b16-down {
    max-width: 1010px;
  }
}
@media screen and (max-width: 1080px) {
  .b16-down {
    max-width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .b16-down {
    max-width: 748px;
  }
}
@media screen and (max-width: 745px) {
  .b16-down {
    max-width: none;
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b16-left-down {
  background-color: #76b82d;
  height: 118px;
  width: 33.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 745px) {
  .b16-left-down {
    width: 100%;
    height: 99px;
  }
}
.b16-direccion-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .b16-direccion-down {
    padding: 0 15px;
  }
}
.b16-direccion-down h3 {
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-Medium', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b16-direccion-down h3 {
    font-size: 20px;
  }
}
.b16-direccion {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b16-direccion img {
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-right: 10px;
}
.b16-direccion p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2em;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
}
.b16-right-down {
  background-color: #fff;
  width: 80%;
}
@media screen and (max-width: 960px) {
  .b16-right-down {
    width: 70%;
  }
}
@media screen and (max-width: 745px) {
  .b16-right-down {
    width: 100%;
  }
}
.b16-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 74px;
  padding-right: 74px;
}
@media screen and (max-width: 1330px) {
  .b16-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b16-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 745px) {
  .b16-list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b16-item {
  width: 20%;
  height: 118px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b16-item figure {
  margin: 0;
  margin-bottom: 6px;
}
@media screen and (max-width: 745px) {
  .b16-item {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ececec;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .b16-item figure {
    margin-bottom: 0;
  }
  .b16-item:last-child {
    border-bottom: none;
  }
}
.b16-title-it {
  font-size: 12px;
  color: #184e4c;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-Medium', sans-serif;
}
@media screen and (max-width: 745px) {
  .b16-title-it {
    margin-left: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b17 {
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
}
.b17 .wancho {
  max-width: 1283px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b17 .wancho {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b17 .b21radio label {
  color: #333;
}
.b17 .b21radio label:before {
  background-color: #e8eded;
}
.b17 .b21-form .radio {
  margin: 0 0 28px 0;
}
.b17 .b21-label {
  color: #464a50;
}
.b17 .b21-identeity-inner {
  border: 1px solid #dadada;
}
.b17 .b21-identeity-inner .g-input:before {
  background-color: #dadada;
}
.b17 .g-input ::-webkit-input-placeholder {
  color: #464a50;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b17 .g-input :-moz-placeholder {
  color: #464a50;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b17 .g-input ::-moz-placeholder {
  color: #464a50;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b17 .g-input :-ms-input-placeholder {
  color: #464a50;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b17 .g-input input,
.b17 .g-input select,
.b17 .g-input textarea {
  border: 1px solid #dadada;
  color: #333;
}
.b17 .g-input input:-webkit-autofill,
.b17 .g-input select:-webkit-autofill,
.b17 .g-input textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 200px #f8f8f8 inset;
  -webkit-text-fill-color: #464a50;
}
.b17 .g-input textarea {
  height: 91px;
}
.b17 .g-input textarea:focus {
  border: 1px solid #333;
}
.b17 .g-select:after {
  color: #184e4c;
}
.b17 .g-check_text {
  color: rgba(74,74,74,0.8);
}
.b17 .g-check_text a {
  color: #4a4a4a;
}
@media screen and (max-width: 745px) {
  .b17 .b21credito_fields {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b17 .b21radio {
    width: 33.33%;
  }
  .b17 .b21radio:nth-child(2) {
    width: 33.33%;
  }
}
.b17-required {
  font-size: 12px;
  color: #171c2f;
}
.b17-left {
  width: 46%;
  padding-top: 53px;
  padding-bottom: 44px;
  padding-right: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .b17-left {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1150px) {
  .b17-left {
    width: 56%;
  }
}
@media screen and (max-width: 960px) {
  .b17-left {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 745px) {
  .b17-left {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.b17-title {
  font-size: 30px;
  color: #333;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  margin-bottom: 27px;
}
@media screen and (max-width: 960px) {
  .b17-title {
    text-align: center;
  }
}
@media screen and (max-width: 745px) {
  .b17-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.b17-label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.b17-right {
  width: 54%;
  padding-top: 53px;
  padding-bottom: 44px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  .b17-right {
    width: 43%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .b17-right {
    width: 100%;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    padding-left: 0;
  }
  .b17-right:before {
    content: "";
    right: 100%;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #195553;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 745px) {
  .b17-right {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.b17-right .b21-preview-inner {
  right: 0;
  left: inherit;
  width: 120%;
}
@media screen and (max-width: 960px) {
  .b17-right .b21-preview-inner {
    width: 100%;
  }
}
.b17-right .b21-preview-plans {
  z-index: 1;
  margin-top: 48px;
}
@media screen and (max-width: 960px) {
  .b17-right .b21-preview-plans {
    display: block;
  }
}
.b17-right:after {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: #195553;
  position: absolute;
  z-index: 1;
}
.b17-wrap-plans {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .b17-wrap-plans {
    max-width: 600px;
  }
}
.b17-inner-left {
  max-width: 520px;
}
@media screen and (max-width: 960px) {
  .b17-inner-left {
    max-width: 600px;
    margin: 0 auto;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18-inner {
  padding-top: 68px;
  padding-bottom: 58px;
  background-color: #fff;
}
.b18-inner .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1150px;
  position: relative;
}
.b18-inner .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  left: 0;
  bottom: 100px;
  width: 100%;
  display: none;
}
.b18-inner .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}
@media screen and (max-width: 745px) {
  .b18-inner {
    position: relative;
    padding-top: 28px;
    padding-bottom: 90px;
  }
  .b18-inner .wancho {
    position: static;
  }
  .b18-inner .b16-title {
    text-align: center;
  }
  .b18-inner .b16-subtitle {
    text-align: center;
  }
}
.b18-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 16px;
}
.b18-controls.desktop {
  display: none;
}
@media screen and (max-width: 745px) {
  .b18-controls {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b18-prev,
.b18-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(24,78,76,0.4);
  color: #76b82d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 25px;
  cursor: pointer;
}
.b18-prev:hover,
.b18-next:hover {
  border: 1px solid #184e4c;
}
.b18-prev {
  margin-right: 15px;
}
.b18-left {
  width: 33%;
}
@media screen and (max-width: 745px) {
  .b18-left {
    width: 100%;
    margin-bottom: 27px;
  }
}
.b18-right {
  width: 58%;
  padding-left: 30px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 23px rgba(201,201,201,0.25);
  box-shadow: 0px 4px 23px rgba(201,201,201,0.25);
}
@media screen and (max-width: 1024px) {
  .b18-right {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .b18-right {
    width: 65%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 745px) {
  .b18-right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 0;
  }
}
.b18-perfil {
  position: relative;
  top: 10px;
}
.b18-perfil img {
  max-width: 100%;
  height: auto;
  border-radius: 100%;
  display: block;
}
.b18-cargo {
  max-width: 210px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b18-cargo p {
  font-size: 12px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  color: #184e4c;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
}
.b18-cargo h3 {
  font-size: 23px;
}
.b18-redes {
  max-width: 170px;
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 1000px) {
  .b18-redes {
    margin-left: 20px;
  }
}
@media screen and (max-width: 745px) {
  .b18-redes {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    margin-left: 0;
  }
}
.b18-item-red {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #76b82d;
  font-size: 18px;
}
.b18-item-red a {
  color: #fff;
}
.b18-item-red.mensaje {
  font-size: 20px;
}
.b18-item-red:first-child {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .b18-item-red {
    margin-left: 10px;
  }
}
.b18-item-list {
  max-width: 520px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .b18-item-list {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }
}
@media screen and (max-width: 745px) {
  .b18-item-list {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: none;
  }
}
.b18-sombra {
  position: absolute;
  right: 0;
  bottom: 0;
}
.b18-sombra img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b18-sombra {
    display: none;
  }
}
.b18-wrap-asesor {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b18-wrap-asesor.disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b18-wrap-asesor .b18-title.g2-move-up-0,
.b18-wrap-asesor .b18-cnt-slider.g2-move-up-0 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
@media screen and (max-width: 1024px) {
  .b18-wrap-asesor {
    padding-left: 0;
  }
}
@media screen and (max-width: 1005px) {
  .b18-wrap-asesor {
    display: none;
  }
}
.b18-wrap-asesor .b18-text-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b18-wrap-asesor .b18-right {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
  background-color: #f8f8f8;
}
.b18-wrap-asesor .b18-cnt-slider {
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.b18-wrap-asesor .b18-cnt-slider:after {
  height: 100%;
  content: "";
  width: 100vw;
  left: 100%;
  background-color: #f8f8f8;
  top: 0;
  position: absolute;
}
.b18-wrap-asesor .b18-left {
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b18-wrap-asesor .b18-inner {
  padding: 0;
}
.b18-wrap-asesor .b18-inner .wancho {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b18-wrap-asesor .b18-perfil img {
  width: 62px;
  height: auto;
}
.b18-wrap-asesor .b18-prev,
.b18-wrap-asesor .b18-next {
  width: 35px;
  height: 35px;
}
.b18-wrap-asesor .b18-left {
  width: 37%;
}
.b18-wrap-asesor .b16-subtitle {
  line-height: 100%;
  margin-top: 5px;
  font-size: 23px;
}
.b18-wrap-asesor .b16-title {
  font-size: 12px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19-wap {
  background-color: #f8f8f8;
  max-width: 404px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 110;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100vh;
  overflow: auto;
  padding: 10px 0;
  padding-top: 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b19-wap.active {
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  -o-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}
.b19-wap.active.moveleft {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.b19-wap.hide {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
}
.b19-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 0%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  z-index: 105;
  overflow: hidden;
  width: 100%;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.b19-menu-overlay.active {
  height: 100%;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.b19-listado {
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.b19-item {
  margin-bottom: 25px;
  display: block;
}
.b19-item:last-child {
  margin-bottom: 0;
}
.b19-left {
  width: 46.5%;
}
.b19-inner-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b19-figura img {
  max-width: 100%;
  height: auto;
}
.b19-pre-venta {
  height: 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px solid #184e4c;
  border-bottom: 1px solid #184e4c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  text-transform: uppercase;
  color: #184e4c;
  letter-spacing: 0.15em;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  margin-bottom: 8px;
}
.b19-right {
  width: 50%;
}
.b19-logo {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
.b19-logo img {
  max-width: 100%;
  height: auto;
}
.b19-list-area {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b19-item-area {
  width: 50%;
  font-size: 12px;
  color: #184e4c;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  position: relative;
}
.b19-item-area p {
  margin: 0;
}
.b19-item-area strong {
  font-weight: normal;
  font-family: 'Conv_Mukta-Bold', sans-serif;
}
.b19-item-area:after {
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 12px;
  background-color: #184e4c;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.b19-item-area:nth-child(2) {
  text-align: right;
}
.b19-item-area:first-child:after {
  display: none;
}
.b19-direccion {
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #f3f3f3;
  font-size: 12px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  text-align: center;
  margin-top: 10px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  position: relative;
}
.b2:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
  mix-blend-mode: normal;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  z-index: 2;
}
.b2:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 245px;
  mix-blend-mode: normal;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  z-index: 3;
  position: absolute;
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
}
.b2 .wancho {
  height: 670px;
  z-index: 4;
  position: relative;
}
.b2-inner {
  max-width: 1074px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b2-texto {
  max-width: 569px;
}
.b2-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #4f4f4f;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  margin-bottom: 15px;
  padding-left: 38px;
  position: relative;
}
.b2-title:after {
  content: "";
  left: 5px;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 24px;
  position: absolute;
  background-color: #76b82d;
  margin: auto;
}
.b2-subtitle {
  font-size: 90px;
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  color: #184e4c;
  line-height: 79px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2-subtitle {
    font-size: 65px;
    line-height: 70px;
  }
}
@media screen and (max-width: 745px) {
  .b2-subtitle {
    font-size: 45px;
    line-height: 50px;
  }
}
.b2-scroll {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 99px;
  height: 99px;
  border-radius: 100%;
  border: 1px solid rgba(24,78,76,0.2);
}
.b2-scroll img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.b2-scroll span {
  margin: 0 auto;
  font-size: 10px;
  margin-top: 9px;
  color: #76b82d;
}
@media screen and (max-width: 480px) {
  .b2-scroll {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  padding-top: 67px;
  padding-bottom: 50px;
  position: relative;
}
.b20:after {
  content: "";
  width: 100%;
  height: 539px;
  background-color: #f8f8f8;
  top: 0;
  left: 0;
  position: absolute;
}
.b20 .wancho {
  z-index: 5;
  position: relative;
}
.b20 .g0-cnt-btn {
  margin-top: 25px;
}
.b20-sombra {
  top: 67px;
  right: 0;
  position: absolute;
  z-index: 3;
}
.b20-sombra img {
  max-width: 100%;
  height: auto;
}
.b20-text-head {
  max-width: 700px;
  margin: 0 auto;
}
.b20-title {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #76b82d;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  margin-bottom: 12px;
}
.b20-subtitle {
  font-size: 35px;
  line-height: 107.9%;
  text-align: center;
  color: #184e4c;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  margin-bottom: 68px;
}
@media screen and (max-width: 745px) {
  .b20-subtitle {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.b20-listado {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b20-item {
  width: 32%;
  margin-left: 2%;
  -webkit-box-shadow: 0px 4px 26px rgba(176,176,176,0.25);
  box-shadow: 0px 4px 26px rgba(176,176,176,0.25);
  margin-bottom: 40px;
}
.b20-item:first-child {
  margin-left: 0;
}
.b20-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .b20-item {
    width: 49%;
  }
  .b20-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .b20-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 745px) {
  .b20-item {
    width: 100%;
    margin-left: 0;
  }
  .b20-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.b20-figura-it {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 420px;
}
.b20-info-it-top {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b20-info-it-left img {
  max-width: 100%;
  height: auto;
}
.b20-info-it-right {
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .b20-info-it-right {
    margin-left: 10px;
  }
}
.b20-item-right {
  width: 80px;
  border-left: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b20-item-right p {
  font-size: 12px;
  color: #184e4c;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0;
}
.b20-item-right span {
  font-size: 25px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  color: #184e4c;
  line-height: 100%;
}
.b20-item-right:first-child {
  border-left: none;
  width: 100px;
}
.b20-item-right:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 1100px) {
  .b20-item-right {
    width: 60px;
  }
  .b20-item-right:first-child {
    width: 90px;
  }
  .b20-item-right:last-child {
    padding-left: 15px;
  }
}
.b20-info-it-direccion {
  background-color: #f8f8f8;
  text-align: center;
  height: 43px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b20-info-it-direccion:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b20-info-it-direccion img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.b20-info-it-direccion p {
  font-size: 14px;
  margin: 0;
  margin-left: 12px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b21 {
  position: relative;
  overflow: hidden;
}
.b21.cotiza:after {
  display: none;
}
.b21.cotiza .b21radio label:after {
  background-color: #fff;
}
.b21.cotiza .b21-left {
  padding-top: 50px;
  width: 42%;
}
@media screen and (max-width: 960px) {
  .b21.cotiza .b21-left {
    width: 100%;
  }
}
.b21.cotiza .b21-right {
  width: 58%;
}
@media screen and (max-width: 960px) {
  .b21.cotiza .b21-right {
    width: 100%;
  }
}
.b21 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 1200px) {
  .b21:after {
    width: 380px;
  }
}
@media screen and (max-width: 1100px) {
  .b21:after {
    width: 320px;
    top: 48%;
  }
}
@media screen and (max-width: 960px) {
  .b21:after {
    top: 21%;
  }
}
@media screen and (max-width: 480px) {
  .b21:after {
    top: 22%;
  }
}
.b21-preview-inner:hover .b21-lupa {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.b21-lupa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background-color: #29615f;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.b21-title-form {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
.b21-wrap-project {
  position: relative;
}
.b21-wrap-project.disabled select {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b21-wrap-project.disabled:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b21-wrap-project.disabled:before {
  content: "";
  position: absolute;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.b21-left {
  width: 45%;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b21-left {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-right: 0;
  }
}
.b21-inner-left {
  position: relative;
  z-index: 3;
}
.b21-left-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #184e4c;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  line-height: 23px;
}
.b21-left-subtitle {
  font-size: 30px;
  line-height: 126.5%;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .b21-left-subtitle {
    font-size: 25px;
  }
}
.b21-description-left {
  font-size: 14px;
  line-height: 127.9%;
  font-family: 'Conv_Mukta-Light', sans-serif;
  max-width: 440px;
  margin-bottom: 25px;
}
.b21-description-left p {
  margin: 0;
}
.b21-list-left {
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b21-list-left {
    border-bottom: 1px solid rgba(24,78,76,0.23);
  }
  .b21-list-left:after {
    display: none;
  }
}
.b21-list-left:after {
  content: "";
  width: 50vw;
  height: 1px;
  bottom: 0;
  background-color: rgba(24,78,76,0.23);
  position: absolute;
  right: 50px;
}
.b21-text-left-down {
  padding-top: 32px;
}
.b21-item-left {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b21-item-figura {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #76b82d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b21-item-figura span {
  color: #fff;
  font-size: 14px;
}
.b21-item-figura span.mensaje {
  font-size: 16px;
}
.b21-item-left-phone {
  margin-left: 14px;
}
.b21-item-left-phone p {
  font-size: 12px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  color: #184e4c;
  text-transform: uppercase;
  margin: 0;
  line-height: 100%;
}
.b21-item-left-phone a {
  font-size: 16px;
  line-height: 112%;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
}
.b21-text-left-down h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #184e4c;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  margin-bottom: 10px;
}
.b21-text-left-down p {
  font-size: 16px;
  margin: 0;
  line-height: 100%;
  margin-bottom: 9px;
}
.b21-text-desciption-down {
  max-width: 338px;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Conv_Mukta-Light', sans-serif;
  line-height: 127.9%;
}
.b21-sombra {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.b21-sombra img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .b21-sombra {
    display: none;
  }
}
.b21-right {
  width: 49.6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b21-right:after {
  content: "";
  height: 100%;
  width: 100vw;
  left: 0;
  background-color: #195553;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .b21-right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b21-right {
    padding-left: 25px;
  }
}
@media screen and (max-width: 960px) {
  .b21-right {
    width: 100%;
    padding-left: 0;
  }
  .b21-right:before {
    content: "";
    height: 100%;
    width: 100vw;
    right: 0;
    background-color: #195553;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
.b21-inner-right {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  z-index: 3;
  max-width: 530px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .b21-inner-right {
    max-width: 600px;
    margin: 0 auto;
  }
}
.b21-form .b21-preview-plans {
  display: none;
}
@media screen and (max-width: 960px) {
  .b21-form .b21-preview-plans {
    display: block;
    margin: 30px 0;
  }
}
.b21-form ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b21-form ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b21-form li {
  width: 47.95918367346939%;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 960px) {
  .b21-form li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.b21-form li.full {
  width: 100%;
}
.b21-label {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b21-preview-plans {
  min-height: 470px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b21-preview-plans {
    display: none;
    max-width: 600px;
    margin: 0 auto;
    min-height: 0;
  }
}
.b21-preview-inner {
  background-color: #f9f8f4;
  width: 130%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 22px rgba(7,40,39,0.12);
  box-shadow: 0px 4px 22px rgba(7,40,39,0.12);
}
@media screen and (max-width: 1150px) {
  .b21-preview-inner {
    width: 120%;
  }
}
@media screen and (max-width: 960px) {
  .b21-preview-inner {
    width: 100%;
    position: static;
  }
}
.b21-preview-feature {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background-color: #f4f4ee;
  padding: 10px 5px;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b21-preview-item {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.b21-preview-item:last-child:after {
  display: none;
}
.b21-preview-item:after {
  content: "";
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  background-color: #333;
  right: 0;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.b21-preview-item p {
  margin: 0;
}
.b21-preview-item img {
  margin: 0;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .b21-preview-item {
    width: 50%;
    padding: 5px 0;
  }
}
.b21-preview-figure {
  padding-top: 40px;
  padding-bottom: 30px;
}
.b21-preview-figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .b5-form .g-check_text {
    font-size: 12px;
  }
}
.b45plazo_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b21credito {
  margin-bottom: 27px;
}
.b21credito_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b21credito_fields.more-space {
  padding-bottom: 20px;
}
.b21credito_fields.disabled {
  position: relative;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b21credito_fields.disabled:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b21textradio {
  line-height: 1;
  color: #fff;
  font-family: 'Conv_Mukta-Regular', sans-serif;
  font-size: 14px;
  margin-bottom: 14px;
}
.b21textradio p {
  margin: 0;
}
.b21radio {
  width: 130px;
  position: relative;
  margin-top: 13px;
}
.b21radio:nth-child(2) {
  width: 152px;
}
.b21radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b21radio input[type="radio"]:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b21radio label {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Conv_Mukta-Regular', sans-serif;
  font-size: 12px;
  line-height: 126.5%;
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
  margin: 0;
}
.b21radio label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.b21radio label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #76b82d;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  top: 2px;
  left: 5px;
}
.b21-button {
  margin-top: 21px;
}
@media screen and (max-width: 960px) {
  .b21-button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.b21-text-file {
  position: relative;
}
.b21-text-file input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b21-icon-label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b21-icon-label .b21-label {
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
.b21-icon-label label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background-color: #184e4c;
  width: 52%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b21-icon-label label i {
  margin-left: 15px;
  color: #76b82d;
}
.b21-label-extension {
  width: 48%;
}
.b21-label-extension .b21-label {
  border: 1px solid rgba(255,255,255,0.35);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: none;
}
.b21-identeity-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border: 1px solid rgba(255,255,255,0.35);
}
.b21-identeity-inner .g-input {
  width: 50%;
  position: relative;
}
.b21-identeity-inner .g-input input {
  border: none;
}
.b21-identeity-inner .g-input select {
  border: none;
}
.b21-identeity-inner .g-input:before {
  content: "";
  height: 26px;
  width: 1px;
  background-color: rgba(255,255,255,0.35);
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.b21-identeity-inner .g-input:first-child:before {
  display: none;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b22 .wancho {
  min-height: calc(100vh - 395px);
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b22-inner {
  max-width: 658px;
  margin: 0 auto;
}
.b22-figura {
  text-align: center;
  margin-bottom: 30px;
}
.b22-figura img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b22-title {
  font-size: 28px;
  text-align: center;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  color: #000;
  margin-bottom: 10px;
}
.b22-description {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.03em;
  margin-bottom: 33px;
  text-align: center;
}
.b22-description p {
  margin: 0;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b23 {
  position: fixed;
  width: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.b23.active {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.b23.active.moveleft {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.b23.hide {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
}
.b23-close {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.b23-wrap {
  background-color: #195553;
}
.b23-wrap .wancho {
  max-width: 1020px;
  padding: 30px 0;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: auto;
}
.b23-logo {
  display: block;
  margin: 0;
}
.b23-logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 745px) {
  .b23-logo {
    width: 200px;
  }
}
.b23-listado {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 745px) {
  .b23-listado {
    margin-top: 60px;
    padding-bottom: 35px;
  }
}
.b23-left-list {
  width: 50.5%;
}
@media screen and (max-width: 1200px) {
  .b23-left-list {
    width: 55%;
  }
}
@media screen and (max-width: 960px) {
  .b23-left-list {
    width: 60%;
  }
}
@media screen and (max-width: 745px) {
  .b23-left-list {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b23-fila-uno {
    width: 100%;
  }
}
.b23-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b23-item-link {
  margin: 0;
  margin-bottom: 30px;
  display: block;
}
.b23-item-link span {
  font-size: 14px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  color: #76b82d;
  margin: 0;
}
.b23-item-link p {
  font-size: 30px;
  color: #fff;
  font-family: 'Conv_Mukta-Light', sans-serif;
  margin: 0;
  line-height: 126.5%;
}
@media screen and (max-width: 745px) {
  .b23-item-link {
    margin-bottom: 10px;
  }
  .b23-item-link p {
    font-size: 20px;
  }
}
.b23-list-right {
  width: 27%;
}
@media screen and (max-width: 960px) {
  .b23-list-right {
    width: 34%;
  }
}
@media screen and (max-width: 745px) {
  .b23-list-right {
    width: 100%;
  }
}
.b23-item-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b23-item-right:nth-child(2) {
  margin-bottom: 0;
}
.b23-img {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #76b82d;
  -webkit-box-sizing: bordr-box;
  -moz-box-sizing: bordr-box;
  box-sizing: bordr-box;
}
.b23-img i {
  color: #fff;
}
.b23-escribenos {
  margin-left: 12px;
}
.b23-escribenos p {
  font-size: 12px;
  text-transform: uppercase;
  color: #76b82d;
  margin: 0;
  line-height: 100%;
}
.b23-escribenos a {
  font-size: 16px;
  color: #fff;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  display: block;
}
.b23-direccion {
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 745px) {
  .b23-direccion {
    margin-top: 25px;
  }
}
.b23-fila-down {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 745px) {
  .b23-fila-down {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 30px;
  }
}
@media screen and (max-width: 745px) {
  .b23-left-down {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 745px) {
  .b23-right-down {
    width: 100%;
  }
}
.b23-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b23-red {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-left: 23px;
  font-size: 18px;
}
.b23-red span {
  margin: 0;
}
.b23-red:first-child {
  margin-left: 0;
}
.b23-red.yb {
  font-size: 21px;
}
.b23-right-down .f-item-legales {
  color: #fff;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b24 {
  padding-top: 93px;
  padding-bottom: 149px;
}
.b24 .wancho {
  max-width: 1120px;
}
.b24-title {
  font-size: 38px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 960px) {
  .b24-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.b24-description {
  font-size: 16px;
  line-height: 25px;
}
.b24-description p {
  margin: 0;
  margin-bottom: 40px;
}
.b24-description p strong {
  font-weight: normal;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
}
.b24-description p a {
  color: #0249ff;
  text-decoration: underline;
}
.b24-description h3 {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
}
.b24-description ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 33px;
}
.b24-description ul li:after {
  content: "";
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
}
.b24-description table {
  width: 100%;
}
.b24-description td {
  border: 1px solid #000;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .b24-description {
    font-size: 14px;
  }
  .b24-description p {
    margin-bottom: 25px;
  }
  .b24-description h3 {
    margin-bottom: 25px;
  }
  .b24-description ul li {
    margin-bottom: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b25-item-sl {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 156px;
  width: 282px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .b25-item-sl {
    height: 120px;
    width: 185px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  position: relative;
  padding-bottom: 100px;
}
.b3:after {
  content: "";
  width: 100%;
  height: 160px;
  background-color: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.b3 .wancho {
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .b3 .wancho {
    max-width: 750px;
  }
}
@media screen and (max-width: 680px) {
  .b3 {
    padding-bottom: 180px;
  }
}
.b3-wrap {
  padding-top: 65px;
  border-top: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b3-left {
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 29%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .b3-left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.b3-sombra {
  right: -40px;
  bottom: -50px;
  position: absolute;
  z-index: 1;
}
.b3-sombra img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .b3-sombra {
    width: 230px;
    right: -36px;
  }
}
@media screen and (max-width: 1000px) {
  .b3-sombra {
    display: none;
  }
}
.b3-texto {
  max-width: 306px;
}
@media screen and (max-width: 1000px) {
  .b3-texto {
    max-width: none;
  }
}
.b3-title {
  font-size: 14px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.b3-subtitle {
  font-size: 30px;
  line-height: 101.2%;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .b3-subtitle {
    font-size: 25px;
  }
}
.b3-description {
  font-size: 16px;
  font-family: 'Conv_Mukta-Light', sans-serif;
  line-height: 127.9%;
  margin-bottom: 21px;
}
.b3-description p {
  margin: 0;
}
.b3-right {
  width: 71%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .b3-right {
    width: 100%;
  }
}
.b3-figura {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 465px;
}
.b3-figura:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
}
@media screen and (max-width: 745px) {
  .b3-figura {
    height: 330px;
  }
}
.b3-play {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.b3-inner-right {
  max-width: 725px;
  -webkit-box-shadow: 0px 4px 23px rgba(201,201,201,0.25);
  box-shadow: 0px 4px 23px rgba(201,201,201,0.25);
  border-radius: 5px;
  background-color: #fff;
  margin: 0 auto;
  bottom: -40px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .b3-inner-right {
    max-width: 630px;
  }
}
@media screen and (max-width: 680px) {
  .b3-inner-right {
    max-width: none;
    bottom: -130px;
  }
}
.b3-list-right-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b3-list-right-inner .b6-item {
  width: 33.33%;
  height: 100px;
  border-left: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
@media screen and (max-width: 745px) {
  .b3-list-right-inner .b6-item {
    width: 50% !important;
  }
  .b3-list-right-inner .b6-item:first-child {
    width: 100% !important;
  }
}
.b3-list-right-inner .b6-item:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 41px;
  width: 1px;
  background-color: #76b82d;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3-list-right-inner .b6-item:first-child:before {
  display: none;
}
.b3-list-right-inner .b6-item:nth-child(2):before {
  display: none;
}
.b3-list-right-inner .b6-item:hover:first-child,
.b3-list-right-inner .b6-item.active:first-child {
  background-color: #76b82d;
  -webkit-box-shadow: 0px 4px 23px rgba(201,201,201,0.25);
  box-shadow: 0px 4px 23px rgba(201,201,201,0.25);
  border-radius: 5px;
}
.b3-list-right-inner .b6-item:hover:first-child:nth-child(2):before,
.b3-list-right-inner .b6-item.active:first-child:nth-child(2):before {
  display: none;
}
.b3-list-right-inner .b6-item:hover:first-child:before,
.b3-list-right-inner .b6-item.active:first-child:before {
  display: none;
}
.b3-list-right-inner .b6-item:hover:first-child .b6-item-left,
.b3-list-right-inner .b6-item.active:first-child .b6-item-left {
  color: #fff;
}
.b3-list-right-inner .b6-item:hover:first-child .b6-item-left i,
.b3-list-right-inner .b6-item.active:first-child .b6-item-left i {
  color: #fff;
}
.b3-list-right-inner .b6-item:hover:first-child .b6-item-right,
.b3-list-right-inner .b6-item.active:first-child .b6-item-right {
  color: #fff;
}
.b3-list-right-inner .b6-item-left {
  font-size: 43px;
  line-height: 44px;
  color: #184e4c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b3-list-right-inner .b6-item-left i {
  color: #184e4c;
}
.b3-list-right-inner .b6-item-right {
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .b3-list-right-inner .b6-item-left {
    font-size: 35px;
    line-height: 35px;
  }
  .b3-list-right-inner .b6-item-right {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .b3-list-right-inner .b6-item {
    width: 100%;
    height: 70px;
  }
  .b3-list-right-inner .b6-item:before {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.b4 .g0-cnt-btn {
  z-index: 3;
  position: relative;
}
.b4 .g0-link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .b4 {
    padding-top: 40px;
  }
}
.b4-title {
  font-size: 14px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  color: #4f4f4f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.b4-listado {
  margin-bottom: 86px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .b4-listado {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 680px) {
  .b4-listado {
    margin-bottom: 30px;
  }
}
.b4-text-big {
  font-size: 150px;
  color: rgba(114,114,114,0.05);
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .b4-text-big {
    font-size: 120px;
    bottom: -90px;
  }
}
@media screen and (max-width: 680px) {
  .b4-text-big {
    display: none;
  }
}
.b4-item {
  position: relative;
  width: 31.6%;
  margin-left: 2.6%;
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.b4-item:nth-child(3n+1) {
  margin-left: 0;
}
.b4-item:first-child {
  margin-left: 0;
}
.b4-item:hover .b4-figura-it:before {
  height: 100%;
  background: -webkit-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.b4-item:hover .b4-fila-text-dos {
  border: 1px solid #fff;
}
.b4-item:hover .g0-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1200px) {
  .b4-item {
    width: 32.3%;
    margin-left: 1.5%;
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .b4-item {
    width: 49%;
    margin-bottom: 20px;
    margin-left: 2%;
  }
  .b4-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .b4-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .b4-item {
    width: 100%;
    margin-left: 0;
  }
  .b4-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.b4-subtitle {
  font-size: 30px;
  text-align: center;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 680px) {
  .b4-subtitle {
    font-size: 28px;
  }
}
.b4-figura-it {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b4-figura-it:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-figura-it:before {
  content: "";
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  position: absolute;
  width: 100%;
  height: 296px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-text-it {
  height: 500px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .b4-text-it {
    height: 380px;
  }
}
.b4-fecha {
  font-size: 14px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
}
.b4-fila-text-dos {
  width: 318px;
  height: 318px;
  border-radius: 100%;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b4-fila-text-dos:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 282px;
  height: 282px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid rgba(255,255,255,0.5);
}
@media screen and (max-width: 1200px) {
  .b4-fila-text-dos {
    width: 278px;
    height: 270px;
  }
  .b4-fila-text-dos:after {
    width: 240px;
    height: 240px;
  }
}
.b4-description {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  line-height: 105.9%;
  max-width: 220px;
  margin: 0 auto;
}
.b4-description p {
  margin: 0;
}
.b4-fila-text-tres {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b4-novedad {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b46 {
  display: inline-block;
  text-align-last: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b46 img {
  max-width: 1024px;
  height: auto;
  display: block;
  width: 100%;
}
.b46-link {
  display: block;
}
.g2-wrap-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0%;
  overflow: auto;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g2-wrap-popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 100%;
  visibility: visible;
}
.g2-wrap-popup.g2-close-in .g2-close-popup {
  top: 10px;
  right: 20px;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  .g2-wrap-popup.g2-close-in .g2-close-popup {
    right: 15px;
    top: 0px;
  }
}
.g2-popup-content {
  position: relative;
}
.g2-popup {
  margin: 0 auto;
  max-height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
}
.g2-close-popup {
  width: 49px;
  height: 49px;
  border-radius: 100%;
  color: #fff;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 28px;
  position: absolute;
  top: -29px;
  right: -15px;
  cursor: pointer;
}
.g2-close-popup:after {
  content: "+";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 50px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b47 {
  padding-bottom: 120px;
  background-color: #fff;
  padding-top: 110px;
}
@media screen and (max-width: 745px) {
  .b47 {
    padding-top: 60px;
  }
}
.b47-banner {
  position: relative;
}
@media screen and (max-width: 745px) {
  .b47-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .b47-banner .b47-bg {
    display: none;
  }
}
.b47-wancho {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
}
.b47-title {
  color: #312a74;
  font-size: 38px;
  text-align: center;
  line-height: 42px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  color: #24272a;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .b47-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.b47-descripcion {
  font-size: 16px;
  text-align: center;
  font-family: 'Conv_Mukta-Light', sans-serif;
  line-height: 22px;
  color: #2a2728;
  margin-bottom: 70px;
}
.b47-descripcion p {
  margin: 0;
}
.b47-nota {
  font-size: 16px;
  font-family: 'Conv_Mukta-Light', sans-serif;
  line-height: 22px;
  color: #171c2f;
  margin-bottom: 40px;
}
.b47-nota p {
  margin: 0;
}
.b47 {
  position: relative;
  padding-bottom: 80px;
}
.b47 .libro-btn {
  width: 224px;
  height: 41px;
  background-color: #184e4c;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  font-size: 14px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b47 .libro-btn:hover {
  background-color: #0f3f3d;
}
.b47 .libro {
  width: 100%;
  padding: 0;
}
.b47 .libro_container {
  max-width: 1095px;
}
.b47 .libro_title {
  padding-bottom: 23px;
  text-align: center;
}
.b47 .libro_title h2 {
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  font-size: calc(20px + (40 - 20) * ((100vw - 375px) / (1920 - 375)));
  color: #4f4f4f;
  margin: 0;
}
.b47 .libro_text {
  font-family: 'Conv_Mukta-Regular', sans-serif;
  font-size: 16px;
  color: #4f4f4f;
  text-align: center;
}
.b47 .libro_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b47 .libro_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b47 .libro_text {
    font-size: 14px;
  }
}
.b47 .libro_content {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .b47 .libro_content {
    margin-top: 40px;
  }
}
.b47 .libro_description {
  font-family: 'Conv_Mukta-Regular', sans-serif;
  font-size: 16px;
  color: #4f4f4f;
}
.b47 .libro_description p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b47 .libro_description {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b47 .libro_description {
    font-size: 14px;
  }
}
.b47 .libro_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b47 .libro_establecimiento {
  margin-top: 41px;
}
.b47 .libro_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 46px;
}
.b47 .libro_box:last-child {
  margin-bottom: 0;
}
.b47 .libro_box:last-child {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .b47 .libro_box {
    margin-top: 30px;
  }
}
.b47 .libro_subtitle {
  padding-bottom: 12px;
}
.b47 .libro_subtitle h3 {
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  line-height: 36px;
  font-size: 16px;
  color: #464a50;
  margin: 0;
}
.b47 .libro_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b47 .libro_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b47 .libro_input {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 18px;
}
.b47 .libro_input:nth-child(2n + 2) {
  margin-right: 0;
}
.b47 .libro_input.full {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .b47 .libro_input {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 560px) {
  .b47 .libro_input {
    width: 100%;
    margin-right: 0;
  }
}
.b47 .libro_checks {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 30px;
}
.b47 .libro_radio {
  position: relative;
  margin-right: 30px;
}
.b47 .libro_radio:last-child {
  margin-right: 0;
}
.b47 .libro_radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.b47 .libro_radio label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b47 .libro_radio input[type="radio"]:checked + label .libro_radio_box:before {
  border-color: #ffb400;
}
.b47 .libro_radio input[type="radio"]:checked + label .libro_radio_box:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b47 .libro_radio_box {
  position: relative;
  width: 20px;
  height: 20px;
}
.b47 .libro_radio_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8eded;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b47 .libro_radio_box:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  background: #184e4c;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b47 .libro_radio_text {
  width: calc(100% - 20px);
  font-family: 'Conv_Mukta-Medium', sans-serif;
  font-size: 14px;
  color: #515151;
  text-transform: uppercase;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b47 .libro_info {
  max-width: 677px;
  width: 100%;
  margin: 0;
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 21px;
}
.b47 .libro_info_reclamo {
  max-width: 835px;
  width: 100%;
  margin: 0;
  font-size: 12px;
  color: #333;
  line-height: 21px;
}
.b47 .libro_info_reclamo p {
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b47 .libro_info_reclamo p strong {
  color: #312a74;
  font-weight: normal;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
}
.b47 .libro_campos-required {
  font-family: 'Conv_Mukta-Regular', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #f00;
  margin-bottom: 15px;
}
.b47 .libro-small-text {
  font-size: 12px;
  font-family: 'Conv_Mukta-Regular', sans-serif;
  display: block;
  color: #333;
  margin-top: 5px;
}
.b47 .libro_campos {
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  font-size: 12px;
  color: #d40000;
  margin-bottom: 15px;
}
.b47 .libro_campos p {
  margin: 0;
}
.b47 .libro_info_bottom {
  max-width: 720px;
  width: 100%;
  margin: 0;
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  font-size: 13px;
  color: #4f4f4f;
  line-height: 21px;
}
.b47 .libro_check {
  margin-top: 20px;
  margin-bottom: 25px;
}
.b47 .libro_btn {
  max-width: 240px;
  margin: 0;
}
.b47 .libro_btn .btn {
  display: block;
}
@media screen and (max-width: 767px) {
  .b47 .libro_btn {
    margin: 0 auto;
  }
}
.b47 .input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b47 .input input,
.b47 .input textarea,
.b47 .input select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: 'Conv_Mukta-Regular', sans-serif;
  font-size: 14px;
  color: #464a50;
  padding: 0px 14px;
  border: 1px solid #dadada;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b47 .input input:focus,
.b47 .input textarea:focus,
.b47 .input select:focus {
  border-color: #333;
  font-size: 14px;
  font-family: 'Conv_Mukta-Regular', sans-serif;
}
.b47 .input label {
  font-family: 'Conv_Mukta-Regular', sans-serif;
  font-size: 14px;
  color: #24272a;
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
.b47 .input_text {
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  font-size: 14px;
  color: #4f4f4f;
  cursor: pointer;
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
.b47 .input_textarea ::-webkit-input-placeholder {
  color: rgba(81,81,81,0.31);
  font-family: 'Conv_Mukta-ExtraLight', sans-serif;
}
.b47 .input_textarea :-moz-placeholder {
  color: rgba(81,81,81,0.31);
  font-family: 'Conv_Mukta-ExtraLight', sans-serif;
}
.b47 .input_textarea ::-moz-placeholder {
  color: rgba(81,81,81,0.31);
  font-family: 'Conv_Mukta-ExtraLight', sans-serif;
}
.b47 .input_textarea :-ms-input-placeholder {
  color: rgba(81,81,81,0.31);
  font-family: 'Conv_Mukta-ExtraLight', sans-serif;
}
.b47 .input_textarea textarea {
  height: 111px;
  padding: 14px 20px;
  line-height: 1.2;
  border-color: #dadada;
}
.b47 .input_select {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b47 .input_select select {
  padding: 0px 40px 0px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.b47 .input_select select::-ms-expand {
  display: none;
}
.b47 .input_select span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
  color: #333;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
}
.b47 .input_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.b47 .input_checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.b47 .input_checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.b47 .input_checkbox input[type="checkbox"]:checked + label .input_checkbox_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b47 .input_checkbox-label {
  position: relative;
  padding-left: 20px;
}
.b47 .input_checkbox_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.b47 .input_checkbox_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #76b82d;
  border-radius: 2px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b47 .input_checkbox_box:after {
  content: "✔";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #76b82d;
  font-size: 11px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b47 .input_checkbox_text {
  font-family: 'Conv_Mukta-Light', sans-serif;
  font-size: 12px;
  color: rgba(74,74,74,0.8);
  padding-left: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b47 .input_checkbox_text a {
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  text-decoration: underline;
  color: #4a4a4a;
}
.b47 .g-radio {
  position: relative;
}
.b47 .g-radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b47 .g-radio input[type="radio"]:checked + label .g-radio_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b47 .g-radio_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b47 .g-radio_icon {
  display: block;
  width: 25px;
  height: 25px;
  background: #f4f4f4;
  border-radius: 50%;
  position: relative;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .b47 .g-radio_icon {
    margin-right: 10px;
  }
}
.b47 .g-radio_icon:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #2a2728;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b47 .g-radio_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: t-9;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b47 .g-radio_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b47 .g-radio_text {
    font-size: 14px;
  }
}
.b47 .input_select_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b47 .input_select_box label {
  width: 100%;
  font-family: 'Conv_Mukta-Regular', sans-serif;
  font-size: 14px;
  color: #24272a;
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
.b47 .input_select_left {
  width: 120px;
  position: relative;
}
.b47 .input_select_left:before {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 26px;
  background: #dadada;
  margin: auto;
  z-index: 1;
}
.b47 .input_select_left .input_select select {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b47 .input_select_right {
  width: calc(100% - 120px);
}
.b47 .input_select_right .input input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b47 .input_file {
  position: relative;
}
.b47 .input_file input[type="file"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.b47 .input_file_label {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 13px 0 50px;
  border: 1px solid #a0a3aa;
  border-radius: 3px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b47 .input_file_label {
    padding-left: 40px;
  }
}
.b47 .input_file_label:focus {
  border-color: #4f4f4f;
}
.b47 .input_file_text {
  font-family: 'Conv_Mukta-Regular', sans-serif;
  font-size: 14px;
  color: #4f4f4f;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .b47 .input_file_text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    line-height: 1.2;
    font-size: 13px;
  }
}
.b47 .input_file_text.completed {
  color: #4f4f4f;
}
.b47 .input_file_icon {
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #4f4f4f;
}
@media screen and (max-width: 767px) {
  .b47 .input_file_icon {
    left: 10px;
  }
}
.b47 input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
.b47 input.soloNumber[type="number"]::-webkit-inner-spin-button,
.b47 input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.b47 .edge-autofilled,
.b47 input:-webkit-autofill,
.b47 input:-webkit-autofill:hover,
.b47 input:-webkit-autofill:focus,
.b47 textarea:-webkit-autofill,
.b47 textarea:-webkit-autofill:hover,
.b47 textarea:-webkit-autofill:focus,
.b47 select:-webkit-autofill,
.b47 select:-webkit-autofill:hover,
.b47 select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  background-color: #195553;
  padding-top: 94px;
  padding-bottom: 79px;
  position: relative;
}
.b5 .wancho {
  max-width: 1140px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 745px) {
  .b5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.b5-sombra {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.b5-sombra img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .b5-sombra {
    width: 200px;
  }
}
@media screen and (max-width: 745px) {
  .b5-sombra {
    display: none;
  }
}
.b5-left {
  width: 66.7%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 745px) {
  .b5-left {
    width: 100%;
  }
}
.b5-item-left {
  width: 46%;
  margin: 0;
  margin-left: 2.6%;
  position: relative;
}
.b5-item-left:nth-child(1):after {
  content: "";
  left: -20px;
  top: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
}
.b5-item-left:nth-child(2) {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.b5-item-left:nth-child(2):before {
  content: "";
  left: 23px;
  top: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #76b82d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .b5-item-left {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .b5-item-left:nth-child(1):after {
    display: none;
  }
  .b5-item-left:nth-child(2) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 0;
  }
  .b5-item-left:nth-child(2):before {
    display: none;
  }
}
.b5-figura-uno {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 348px;
  width: 100%;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.b5-figura-dos {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 348px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b5-right {
  width: 28%;
}
@media screen and (max-width: 1000px) {
  .b5-right {
    width: 26%;
  }
}
@media screen and (max-width: 745px) {
  .b5-right {
    width: 100%;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 50px;
  }
}
.b5-title-right {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  color: #fff;
  margin-bottom: 9px;
}
.b4-subtitle-right {
  font-size: 30px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  color: #fff;
  line-height: 106.2%;
  margin-bottom: 9px;
}
@media screen and (max-width: 1000px) {
  .b4-subtitle-right {
    font-size: 23px;
  }
}
.b5-house {
  font-size: 14px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  color: #fff;
}
.b5-house i {
  color: #76b82d;
  font-style: normal;
}
.b5-redes {
  margin-top: 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b5-item-red {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b5-item-red a {
  margin: 0;
  font-size: 16px;
}
.b5-item-red a.yb {
  font-size: 20px;
}
.b5-item-red:first-child {
  margin-left: 0;
}
.b5-item-red:hover {
  color: rgba(255,255,255,0.7);
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6 {
  padding-top: 88px;
  position: relative;
}
.b6 .wancho {
  position: relative;
  z-index: 3;
}
.b6:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 630px;
  position: absolute;
  background-color: #195553;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .b6:after {
    height: 520px;
  }
}
@media screen and (max-width: 745px) {
  .b6 {
    padding-top: 60px;
  }
  .b6:after {
    height: 490px;
  }
}
@media screen and (max-width: 480px) {
  .b6:after {
    height: 570px;
  }
}
.b6-text-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 63px;
}
@media screen and (max-width: 960px) {
  .b6-text-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 745px) {
  .b6-text-top {
    margin-bottom: 30px;
  }
}
.b6-left {
  width: 41%;
}
@media screen and (max-width: 1200px) {
  .b6-left {
    width: 46%;
  }
}
@media screen and (max-width: 960px) {
  .b6-left {
    width: 49%;
  }
}
@media screen and (max-width: 745px) {
  .b6-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b6-title {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  margin-bottom: 5px;
}
.b6-subtitle {
  font-size: 38px;
  line-height: 41px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .b6-subtitle {
    font-size: 30px;
    line-height: 36px;
  }
}
.b6-right {
  width: 46%;
}
@media screen and (max-width: 745px) {
  .b6-right {
    width: 100%;
  }
}
.b6-description {
  font-size: 16px;
  font-family: 'Conv_Mukta-Light', sans-serif;
  line-height: 21px;
  color: #fff;
}
.b6-description p {
  margin: 0;
  margin-bottom: 15px;
}
.b6-figura {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 474px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b6-figura {
    height: 300px;
  }
}
@media screen and (max-width: 745px) {
  .b6-figura {
    height: 240px;
  }
}
.b6-sombra-fig {
  right: -36px;
  bottom: -40px;
  position: absolute;
}
.b6-sombra-fig img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .b6-sombra-fig {
    right: -20px;
    bottom: -25px;
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .b6-sombra-fig {
    width: 110px;
    right: -13px;
    bottom: -19px;
  }
}
.b6-contadores {
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 64px;
}
@media screen and (max-width: 745px) {
  .b6-contadores {
    padding-bottom: 30px;
  }
}
.b6-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 745px) {
  .b6-list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b6-item {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-left: 1px solid #a8a8a7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.b6-item:first-child {
  border-left: none;
}
@media screen and (max-width: 1200px) {
  .b6-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 745px) {
  .b6-item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    border-left: none;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .b6-item:first-child {
    padding-right: 0;
  }
}
.b6-item-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #184e4c;
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  font-size: 60px;
  line-height: 103.4%;
}
.b6-item-left sup {
  top: 0;
}
.b6-item-left i {
  color: #76b82d;
  font-style: normal;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .b6-item-left {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .b6-item-left {
    font-size: 30px;
  }
}
.b6-item-right {
  font-size: 20px;
  color: #184e4c;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  margin-left: 15px;
  width: 82px;
  line-height: 88.9%;
}
.b6-item-right p {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b6-item-right {
    width: 95px;
    font-size: 17px;
  }
}
@media screen and (max-width: 745px) {
  .b6-item-right {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.b7 .wancho {
  max-width: 1220px;
  z-index: 3;
  position: relative;
}
.b7:after {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 60%;
  position: absolute;
  background-color: #f8f8f8;
  z-index: 1;
}
.b7 .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  right: -50px;
  top: 0;
}
.b7 .owl-prev,
.b7 .owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid rgba(24,78,76,0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(118,184,45,0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 9px;
  cursor: pointer;
}
.b7 .owl-prev:hover,
.b7 .owl-next:hover {
  border: 1px solid #184e4c;
}
.b7 .owl-next {
  margin-left: 15px;
}
@media screen and (max-width: 1310px) {
  .b7 .owl-nav {
    right: -15px;
  }
}
@media screen and (max-width: 960px) {
  .b7 .owl-nav {
    position: static;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .b7:after {
    width: 100%;
  }
}
.b7-item-sl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b7-item-sl {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.b7-left {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 358px;
  width: 57.4%;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 7px 19px 28px rgba(46,46,46,0.12);
  box-shadow: 7px 19px 28px rgba(46,46,46,0.12);
}
@media screen and (max-width: 767px) {
  .b7-left {
    width: 100%;
  }
}
.b7-right {
  width: 35.3%;
}
@media screen and (max-width: 960px) {
  .b7-right {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .b7-right {
    width: 100%;
    margin-top: 50px;
  }
}
.b7-title-right {
  font-size: 14px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.b7-subtitle-right {
  font-size: 40px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  margin-bottom: 20px;
}
.b7-description-right {
  font-size: 16px;
  font-family: 'Conv_Mukta-Light', sans-serif;
  line-height: 21px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  padding-top: 70px;
  position: relative;
  padding-bottom: 100px;
}
.b8 .wancho {
  max-width: 1110px;
}
.b8 .owl-nav {
  display: none;
}
.b8 .owl-dots {
  position: absolute;
  bottom: -50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  left: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b8 .owl-dot {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  background-color: #e2e2e2;
  border-radius: 100%;
}
.b8 .owl-dot.active {
  background-color: #76b82d;
}
.b8-title {
  font-size: 30px;
  text-align: center;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  padding-bottom: 70px;
}
@media screen and (max-width: 745px) {
  .b8-title {
    padding-bottom: 40px;
  }
}
.b8-cnt-slider {
  padding-bottom: 64px;
}
.b8-slider {
  position: relative;
}
.b8-slider:after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.b8-slider.desktop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b8-slider.desktop .b8-item-sl {
  width: 33.33%;
}
.b8-slider.desktop .b8-item-sl:nth-child(3) .b8-inner-it {
  margin-left: auto;
  margin-right: 0;
}
.b8-slider.desktop .b8-item-sl:nth-child(1) .b8-inner-it {
  margin: 0;
}
.b8-inner-it {
  max-width: 280px;
  margin: 0 auto;
}
.b8-item-sl {
  min-height: 199px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-left: 1px solid rgba(24,78,76,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b8-top-it {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 17px;
}
.b8-title-it {
  font-size: 18px;
  color: #184e4c;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  margin-left: 27px;
}
.b8-description-it {
  font-size: 16px;
  line-height: 21px;
}
.b8-figura-it img {
  max-width: 100%;
  height: auto;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  background-color: #f4f4f4;
  overflow: hidden;
}
.b9 .wancho {
  position: relative;
}
.b9 .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 100px;
}
.b9 .owl-prev,
.b9 .owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(24,78,76,0.4);
  color: #76b82d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
}
.b9 .owl-prev:hover,
.b9 .owl-next:hover {
  border: 1px solid #184e4c;
}
.b9 .owl-prev {
  margin-right: 15px;
}
@media screen and (max-width: 745px) {
  .b9 {
    padding-bottom: 40px;
  }
  .b9 .owl-nav {
    position: static;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
  }
}
.b9-title-sup {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 30px;
  color: #4f4f4f;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 76px;
  width: 100%;
  z-index: 2;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
}
.b9-title-sup:after {
  content: "";
  top: 0;
  right: 0;
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: -1;
}
.b9-title-sup:before {
  content: "";
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100vw;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .b9-title-sup {
    font-size: 25px;
  }
}
@media screen and (max-width: 745px) {
  .b9-title-sup {
    position: static;
    position: relative;
  }
}
@media screen and (max-width: 365px) {
  .b9-title-sup {
    font-size: 23px;
  }
}
.b9-linea-vertical {
  height: 345px;
  width: 1px;
  background-color: #76b82d;
  bottom: 0;
  left: 278px;
  position: absolute;
}
.b9-linea-vertical:before {
  content: "";
  top: -10px;
  left: -10px;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #76b82d;
  border-radius: 50%;
}
@media screen and (max-width: 1180px) {
  .b9-linea-vertical {
    display: none;
  }
}
.b9-text-logo {
  color: #184e4c;
}
.b9-text-logo span {
  color: #76b82d;
  margin-left: 5px;
}
.b9-cnt-slider {
  z-index: 3;
  position: relative;
}
.b9-item-sl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 745px) {
  .b9-item-sl {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b9-year {
  font-size: 100px;
  color: #184e4c;
  font-family: 'Conv_Mukta-Bold', sans-serif;
}
@media screen and (max-width: 960px) {
  .b9-year {
    font-size: 60px;
  }
}
.b9-left-item {
  width: 22%;
}
@media screen and (max-width: 745px) {
  .b9-left-item {
    display: none;
  }
}
.b9-center-item {
  width: 40.5%;
  position: relative;
}
@media screen and (max-width: 745px) {
  .b9-center-item {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.b9-text-center {
  max-width: 335px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 745px) {
  .b9-text-center {
    max-width: none;
  }
}
.b9-sombra-center {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
}
.b9-sombra-center img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .b9-sombra-center {
    top: 25px;
  }
}
@media screen and (max-width: 745px) {
  .b9-sombra-center {
    display: none;
  }
}
.b9-title-item {
  font-size: 23px;
  font-family: 'Conv_Mukta-ExtraBold', sans-serif;
  color: #184e4c;
  letter-spacing: 0.1em;
  line-height: 38px;
}
.b9-subtitle-item {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  margin-bottom: 12px;
}
.b9-description-item {
  font-size: 15px;
  line-height: 21px;
}
.b9-description-item p {
  margin: 0;
}
.b9-right-item {
  width: 38%;
  margin-right: 5px;
}
@media screen and (max-width: 960px) {
  .b9-right-item {
    width: 46%;
  }
}
@media screen and (max-width: 745px) {
  .b9-right-item {
    width: 100%;
    margin-right: 0;
  }
}
.b9-figura-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 526px;
}
@media screen and (max-width: 960px) {
  .b9-figura-right {
    height: 400px;
  }
}
@media screen and (max-width: 745px) {
  .b9-figura-right {
    height: 340px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.f_botton_logo {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .f_botton_logo {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f_botton_logo .f-miembro-asei {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.f_botton_wrap_images {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.f_botton_wrap_images figure {
  width: 163px;
  margin: 0;
  padding: 5px 10px;
}
.f_botton_libro_reclamaciones {
  display: none;
  padding-bottom: 20px;
}
.f_botton_libro_reclamaciones a {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .f_botton_libro_reclamaciones {
    display: block;
    text-align: center;
  }
  .f_botton_libro_reclamaciones a.libro {
    display: block;
  }
}
.f-up {
  background-color: #f8f8f8;
  padding-top: 32px;
}
.f-left {
  width: 27%;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .f-left {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #edeeee;
    padding-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.f-logo {
  display: block;
}
.f-logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .f-logo {
    width: 214px;
    margin: auto;
  }
}
.f-first-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .f-first-row {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.f-right {
  width: 73%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-bottom: 1px solid #edeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.f-right.sinborder {
  border-bottom: none;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .f-right {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .f-right.sinborder {
    max-width: none;
  }
}
@media screen and (max-width: 745px) {
  .f-right.sinborder {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 0;
  }
}
.f-menu-link {
  width: 50%;
}
@media screen and (max-width: 745px) {
  .f-menu-link {
    display: none;
  }
}
.f-link {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  margin-left: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.f-link span {
  color: #76b82d;
  font-size: 18px;
  margin-right: 10px;
}
.f-link.libro {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.f-link:hover {
  color: rgba(51,51,51,0.6);
}
@media screen and (max-width: 1200px) {
  .f-link {
    margin-left: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .f-link.libro {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .f-link {
    margin-left: 26px;
  }
  .f-link.libro {
    margin-left: 25px;
  }
}
@media screen and (max-width: 745px) {
  .f-link {
    display: none;
  }
  .f-link.libro {
    margin-left: 0;
    margin: 0 auto;
  }
}
.f-menu-link-libro {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-left: 1px solid #dfdfdf;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .f-menu-link-libro {
    padding-right: 0;
  }
}
@media screen and (max-width: 745px) {
  .f-menu-link-libro {
    width: 100%;
    border-left: none;
  }
}
.f-down {
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.f-down .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .f-down .wancho {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.f-direction {
  max-width: 244px;
  font-size: 16px;
  line-height: 119.5%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.f-direction:hover {
  color: rgba(51,51,51,0.6);
}
@media screen and (max-width: 1000px) {
  .f-direction {
    max-width: none;
  }
  .f-direction p {
    margin: 0;
  }
}
.f-second-row {
  padding-top: 38px;
  padding-bottom: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .f-second-row {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 34px;
  }
}
.f-contactanos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 440px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .f-contactanos {
    width: 435px;
  }
}
@media screen and (max-width: 745px) {
  .f-contactanos {
    width: 100%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.f-correo {
  margin-left: 55px;
  width: 205px;
}
.f-correo p {
  font-size: 16px;
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
  line-height: 27px;
  margin: 0;
  margin-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.f-correo:first-child {
  margin-left: 0;
}
.f-correo:hover p {
  color: rgba(51,51,51,0.6);
}
@media screen and (max-width: 1200px) {
  .f-correo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 745px) {
  .f-correo {
    width: 100%;
    margin-left: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #edeeee;
  }
}
.f-title-correo {
  font-size: 12px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  color: #184e4c;
  margin-bottom: 5px;
  height: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 745px) {
  .f-telefono {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .f-telefono p {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .f-telefono p:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #646464;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
  }
  .f-telefono p:first-child {
    padding-left: 0;
  }
  .f-telefono p:first-child:before {
    display: none;
  }
  .f-telefono p:last-child {
    padding-right: 0;
  }
}
.f-logo-right {
  width: 204px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}
.f-logo-right img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.f-logo-right:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 76px;
  position: absolute;
  background-color: #edeeee;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .f-logo-right {
    padding-left: 13px;
  }
}
@media screen and (max-width: 745px) {
  .f-logo-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
    border-top: 1px solid #edeeee;
    padding-top: 25px;
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .f-logo-right:after {
    display: none;
  }
}
.f-miembro-asei {
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  margin-bottom: 7px;
}
@media screen and (max-width: 745px) {
  .f-miembro-asei {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.f-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 219px;
  padding-left: 10px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
@media screen and (max-width: 745px) {
  .f-redes {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.f-red {
  font-size: 20px;
  line-height: 100%;
  margin-left: 20px;
  color: #184e4c;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.f-red:first-child {
  margin-left: 0;
}
.f-red.yb {
  font-size: 25px;
}
.f-red.tw {
  font-size: 28px;
}
.f-red:hover {
  color: rgba(24,78,76,0.6);
}
@media screen and (max-width: 1200px) {
  .f-red {
    margin-left: 13px;
  }
}
@media screen and (max-width: 745px) {
  .f-red {
    margin: auto;
  }
  .f-red:first-child {
    margin: auto;
  }
}
.f-item-legales {
  margin-left: 25px;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.f-item-legales:first-child {
  margin-left: 0;
}
.f-item-legales:hover {
  color: rgba(51,51,51,0.6);
}
@media screen and (max-width: 480px) {
  .f-item-legales {
    margin-left: 15px;
    font-size: 11px;
  }
}
.f-down-left {
  width: 450px;
}
@media screen and (max-width: 1200px) {
  .f-down-left {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.f-down-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 560px;
}
.f-down-right p {
  font-size: 12px;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .f-down-right {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 745px) {
  .f-down-right {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .f-down-right p {
    text-align: left;
    font-size: 11px;
  }
}
.f-staff {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 12px;
  margin: 0;
  margin-right: 25px;
}
.f-staff img {
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-left: 5px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 745px) {
  .f-staff {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 0;
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1025px) {
  .g2-anima.anima .g2-move-left-0,
  .g2-anima.anima .g2-move-left-1,
  .g2-anima.anima .g2-move-left-2,
  .g2-anima.anima .g2-move-right-0,
  .g2-anima.anima .g2-move-right-1,
  .g2-anima.anima .g2-move-right-2,
  .g2-anima.anima .g2-move-right-3,
  .g2-anima.anima .g2-move-right-4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .g2-anima.anima .g2-move-up-0,
  .g2-anima.anima .g2-move-up-1,
  .g2-anima.anima .g2-move-up-2,
  .g2-anima.anima .g2-move-up-3,
  .g2-anima.anima .g2-move-up-4,
  .g2-anima.anima .g2-move-down-0,
  .g2-anima.anima .g2-move-down-1,
  .g2-anima.anima .g2-move-down-2,
  .g2-anima.anima .g2-move-down-3,
  .g2-anima.anima .g2-move-down-4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .g2-anima.anima .g2-scale-0,
  .g2-anima.anima .g2-scale-1,
  .g2-anima.anima .g2-scale-4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .g2-anima.anima .g2-rotate-0,
  .g2-anima.anima .g2-rotate-2,
  .g2-anima.anima .g2-rotate-3 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .g2-move-left-0,
  .g2-move-left-1,
  .g2-move-left-2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g2-move-left-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g2-move-left-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g2-move-right-0,
  .g2-move-right-1,
  .g2-move-right-2,
  .g2-move-right-3,
  .g2-move-right-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g2-move-right-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g2-move-right-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g2-move-right-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .g2-move-right-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  .g2-scale-0,
  .g2-scale-1,
  .g2-scale-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -ms-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .g2-scale-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g2-scale-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  .g2-rotate-0,
  .g2-rotate-2,
  .g2-rotate-3 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -ms-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .g2-rotate-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g2-rotate-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .g2-move-up-0,
  .g2-move-up-1,
  .g2-move-up-2,
  .g2-move-up-3,
  .g2-move-up-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g2-move-up-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g2-move-up-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g2-move-up-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .g2-move-up-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  .g2-move-down-0,
  .g2-move-down-1,
  .g2-move-down-2,
  .g2-move-down-3,
  .g2-move-down-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g2-move-down-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g2-move-down-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g2-move-down-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .g2-move-down-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cnt-wrapper {
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .cnt-wrapper {
    padding-left: 0;
  }
}
.header-transparent .cnt-wrapper {
  padding-top: 0;
}
.header-transparent .h-menu:not(.scrolling) {
  color: #fff;
}
.header-transparent .header:not(.scrolling) {
  background-color: transparent;
}
.header-transparent .header:not(.scrolling) .h-logo-color {
  display: none;
}
.header-transparent .header:not(.scrolling) .h-logo-white {
  display: block;
}
.header-transparent .header:not(.scrolling) .g0-btn {
  border-color: #fff;
  color: #fff;
}
.header-transparent .header:not(.scrolling) .g0-btn:hover {
  border-color: #76b82d;
}
.header-transparent .header:not(.scrolling) .h-phono i {
  color: #fff;
}
.header-transparent .header:not(.scrolling) .h-phono {
  color: #fff;
}
@media screen and (max-width: 745px) {
  .header-transparent .header:not(.scrolling) .h-phono a {
    width: 43px;
    height: 43px;
    background: rgba(0,0,0,0.15);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 100%;
  }
}
.header {
  height: 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 60px rgba(24,78,74,0.08);
  box-shadow: 0px 8px 60px rgba(24,78,74,0.08);
}
@media screen and (min-width: 1025px) {
  .header {
    position: absolute;
  }
}
.header .header-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .h-logo {
  display: inline-block;
  vertical-align: middle;
}
.header .h-logo img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.header .h-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .h-phono {
  margin-left: 24px;
}
.header .h-phono a {
  font-size: 18px;
  font-family: 'Conv_Mukta-Bold', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .h-phono p {
  margin: 0;
  margin-left: 7px;
}
.header .h-phono i {
  margin: 0;
  color: #76b82d;
  font-size: 21px;
}
@media screen and (min-width: 1025px) {
  .header a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header .h-logo-white {
  display: none;
}
@media screen and (max-width: 745px) {
  .header .h-logo {
    width: 180px;
  }
}
.h-menu-main {
  width: 70px;
  height: 100vh;
  background-color: #184e4c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
}
@media screen and (max-width: 1024px) {
  .h-menu-main {
    height: auto;
    background-color: transparent;
  }
}
.h-menu {
  color: #fff;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 25px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .h-menu:hover {
    background-color: #76b82d;
  }
}
.h-menu span {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .h-menu {
    color: #184e4c;
  }
}
.h-menu-proyectos {
  height: calc(100vh - 80px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.h-menu-proyectos:hover {
  background-color: #0f3f3d;
}
.h-menu-proyectos:hover .h-menu-proyecto span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .h-menu-proyectos {
    display: none;
  }
}
.h-menu-proyecto {
  font-size: 14px;
  font-family: 'Conv_Mukta-Medium', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: calc(100vh - 80px);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  position: absolute;
  right: 38px;
  top: 63px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.h-menu-proyecto span {
  margin: 0;
  margin-left: 8px;
  color: #76b82d;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.h-figura {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  text-align: center;
}
.h-figura img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .h-figura {
    display: none;
  }
}
.h-btn-cotizar {
  width: 40px;
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #76b82d;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 20;
}
.h-btn-cotizar span {
  display: block;
  width: 140px;
  position: absolute;
  font-size: 14px;
  top: 30px;
  right: -50px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Conv_Mukta-SemiBold', sans-serif;
}
@media screen and (min-width: 1025px) {
  .h-btn-cotizar {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .h-btn-cotizar:hover {
    background: #64ae13;
  }
}
@media screen and (max-width: 480px) {
  .h-btn-cotizar {
    width: 140px;
    height: 40px;
    top: inherit;
    bottom: 20px;
    text-align: center;
    left: 20px;
    right: inherit;
  }
  .h-btn-cotizar span {
    right: -50px;
    top: 26px;
    width: 130px;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    font-size: 12px;
    position: static;
  }
}
.responsive-logo {
  margin-top: 10px;
  width: 80%;
  display: block;
}
.responsive-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.menu-mobile-close,
.menu-mobile-open {
  background-color: #184e4c;
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}
.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  background: #fff;
  color: c-first;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-sidebar {
  width: 200px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -200px;
  background: #fff;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.menu-sidebar.active {
  right: 0;
}
.menu-responsive {
  padding-top: 10px;
}
.menu-responsive .menu-item {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.menu-responsive .menu-item a {
  display: block;
  text-indent: 20px;
}
.menu-responsive .menu-item a:hover,
.menu-responsive .menu-item a.active {
  background-color: #184e4c;
  color: #fff;
}
.cnt-wrapper,
.footer {
  position: relative;
  left: 0;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
}
.cnt-wrapper.active,
.footer.active {
  left: -200px;
}
.wrapper {
  overflow: hidden;
}
.h-redes-lateral {
  position: fixed;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
@media screen and (max-width: 480px) {
  .h-redes-lateral {
    right: 0px;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    top: inherit;
    bottom: 20px;
    right: 20px;
    width: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.h-redes-top {
  width: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .h-redes-top {
    margin-bottom: 0;
  }
}
.h-slider .h-item-sl {
  padding: 10px;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .menu {
    display: none;
  }
  .menu-mobile-open {
    visibility: visible;
  }
}
@media screen and (max-width: 745px) {
  .header .h-phono p {
    display: none;
  }
  .header .g0-cnt-btn {
    display: none;
  }
}
