/* 
	V01 27/06/2025 - 2025
	Design: Logos Comunicaciones
	www.logoscomunicaciones.com
*/
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*
body{
	line-height: 1;
}
*/
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Regular.eot');
  src: url('../fonts/Onest-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Onest-Regular.woff2') format('woff2'), url('../fonts/Onest-Regular.woff') format('woff'), url('../fonts/Onest-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest-Light';
  src: url('../fonts/Onest-Light.eot');
  src: url('../fonts/Onest-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Onest-Light.woff2') format('woff2'), url('../fonts/Onest-Light.woff') format('woff'), url('../fonts/Onest-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest-SemiBold';
  src: url('../fonts/Onest-SemiBold.eot');
  src: url('../fonts/Onest-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Onest-SemiBold.woff2') format('woff2'), url('../fonts/Onest-SemiBold.woff') format('woff'), url('../fonts/Onest-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest-Bold';
  src: url('../fonts/Onest-Bold.eot');
  src: url('../fonts/Onest-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Onest-Bold.woff2') format('woff2'), url('../fonts/Onest-Bold.woff') format('woff'), url('../fonts/Onest-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest-ExtraBold';
  src: url('../fonts/Onest-ExtraBold.eot');
  src: url('../fonts/Onest-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Onest-ExtraBold.woff2') format('woff2'), url('../fonts/Onest-ExtraBold.woff') format('woff'), url('../fonts/Onest-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson-Light';
  src: url('../fonts/Gibson-Light.eot');
  src: url('../fonts/Gibson-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gibson-Light.woff2') format('woff2'), url('../fonts/Gibson-Light.woff') format('woff'), url('../fonts/Gibson-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson-SemiBold';
  src: url('../fonts/Gibson-SemiBold.eot');
  src: url('../fonts/Gibson-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gibson-SemiBold.woff2') format('woff2'), url('../fonts/Gibson-SemiBold.woff') format('woff'), url('../fonts/Gibson-SemiBold.ttf') format('truetype'), url('../fonts/Gibson-SemiBold.svg#Gibson-SemiBold') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson-Bold';
  src: url('../fonts/Gibson-Bold.eot');
  src: url('../fonts/Gibson-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gibson-Bold.woff2') format('woff2'), url('../fonts/Gibson-Bold.woff') format('woff'), url('../fonts/Gibson-Bold.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* ---------------------------- SETTINGS ---------------------------- */
body {
  color: #000000;
  font-size: 16px;
  font-family: 'Onest', Tahoma, Verdana;
  text-align: center;
  line-height: 24px;
  background: #ffffff;
  overflow-x: hidden;
  height: auto;
}
body.dspM {
  overflow: hidden;
  overflow-y: hidden;
  width: 100wv;
  height: 100wh;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
a {
  -webkit-transition: all 0.03s;
  -moz-transition: all 0.03s;
  -ms-transition: all 0.03s;
  -o-transition: all 0.03s;
  transition: all 0.03s;
}
/* MODAL */
.contentMod {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  background: rgba(0, 0, 0, 0.95);
  width: 100vw;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cntMod {
  top: 0;
  z-index: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  width: 80%;
  margin: 80px auto 100px auto;
}
.contentMod h2 {
  color: #f2f2f2;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 50px;
}
.btnClose {
  float: right;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10;
  position: relative;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-cls-b.svg) no-repeat center;
  background-size: 40px auto;
  /*border: 1px solid @col1;
	border-radius: 50%;*/
  width: 60px;
  height: 60px;
  margin: 10px 10px 0 0;
  padding: 0;
}
.modDisp {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vidEmb {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 45%;
}
.contentMod .vidEmbIt {
  position: absolute;
  top: 0;
  left: 10%;
  border-radius: 40px;
  width: 80%;
  height: 100%;
  border: 0;
}
/* MODAL */
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.contentInicio {
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10000;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
}
.contentInicio .logo {
  width: 250px;
  height: 80px;
  margin: 30px 0;
}
.contentInicio .cntInDsc {
  float: left;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 24px;
  line-height: 12px;
  text-align: left;
  background: #000000;
  width: 50%;
  height: 100%;
  padding: 55px 115px;
}
.contentInicio .cntInDsc p:nth-of-type(1) {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Gibson-Light', Arial, Tahoma, Verdana;
  line-height: 32px;
  width: 320px;
  margin: 50px 0 20px 0;
}
.contentInicio .cntInDsc p:nth-of-type(2) {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  font-size: 42px;
  font-family: 'Gibson-Light', Arial, Tahoma, Verdana;
  line-height: 44px;
  margin: 20px 0;
}
.contentInicio .bxLnk {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
  font-size: 72px;
  font-family: 'Gibson-SemiBold', Arial, Tahoma, Verdana;
  line-height: 80px;
  width: 290px;
  height: 115px;
  margin-top: 30px;
}
.contentInicio .bxLnk::after {
  top: 14px;
  left: 43%;
  content: "";
  position: absolute;
  background: #ffffff;
  width: 1px;
  height: 50px;
  transform: translateX(-50%);
}
.contentInicio .bxLnk a {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.contentInicio .bxLnk a:nth-child(2) {
  float: right;
}
.contentInicio .bxLnk a:hover {
  color: #ffffff;
}
.contentInicio .cntInImg {
  float: right;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: #000000 url(../lib/bg-val.jpg) no-repeat center bottom;
  background-size: cover;
  width: 50%;
  height: 100%;
}
a.logo,
.logo {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  outline: none;
  text-indent: -9000px;
  background: url(../lib/cbn.svg) no-repeat center;
  background-size: 100% auto;
  width: 166px;
  height: 35px;
  transition: all 0.24s;
  margin-top: 18px;
}
a.logo:hover {
  opacity: 0.7;
}
header.hdPf a.logo:link {
  width: 136px;
  height: 30px;
  margin: 10px 0 0 0;
}
header {
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  position: fixed;
  color: #ffffff;
  background: #000000;
  width: 100%;
  height: 75px;
}
header.hdPf {
  height: 60px;
}
header .cntHeader {
  box-sizing: border-box;
  overflow: hidden;
  z-index: 200;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 5px auto;
  padding: 0 30px;
}
header.hdPf .cntHeader {
  margin: 5px auto;
  padding: 0 10px;
}
.menuMb {
  float: right;
  display: none;
  cursor: pointer;
  position: relative;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  width: 55px;
  height: 40px;
  margin-top: 3px;
}
.menuMb::after {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 30px;
  height: 17px;
  transform: translate(-50%, -50%);
}
.menuMb::before {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  background: #ffffff;
  width: 30px;
  height: 1px;
  transform: translate(-50%, -50%);
}
.menuMbCls {
  float: right;
  display: none;
  z-index: 100;
  cursor: pointer;
  outline: none;
  position: relative;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-cls.svg) no-repeat center;
  background-size: 22px auto;
  /*border: 1px solid @col0;
	border-radius: 50%;*/
  width: 45px;
  height: 55px;
  opacity: 0.5;
  transition: all 0.23s;
}
.menuMbCls:hover {
  opacity: 1;
  transition: all 0.23s;
}
header nav {
  float: right;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-family: 'Onest-Light', Arial, Tahoma, Verdana;
  font-weight: 100;
  margin: 0;
}
header.hdPf nav {
  font-size: 14px;
}
header nav ul {
  float: left;
  width: auto;
  height: auto;
  margin: 0 20px 0 0;
}
header nav ul li {
  float: left;
  display: block;
  position: relative;
  line-height: 55px;
  width: auto;
  height: auto;
  margin: 0 10px;
}
header.hdPf nav ul li {
  line-height: 40px;
  margin: 0 5px;
}
header nav ul li a {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 13px;
  transition: all 0.23s;
}
header nav ul li a:hover {
  color: rgba(244, 224, 15, 0.95);
}
header nav ul .act a {
  color: #f4e00f;
  font-family: 'Onest-SemiBold', Arial, Tahoma, Verdana;
}
.char {
  opacity: 0;
  transform: translateY(150px);
  transition: transform 0.5s;
}
.contentIni {
  float: left;
  display: block;
  overflow: visible;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  background: #f4e00f url(../lib/bg-inicio.jpg) no-repeat left bottom;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 750px;
  margin: 75px 0 0 0;
  padding: 0;
}
.cntIni {
  float: none;
  display: block;
  position: relative;
  width: 1350px;
  min-height: 750px;
  margin: 0 auto;
}
.contentIni .bxCnt {
  top: 35%;
  left: 0;
  display: block;
  position: absolute;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  width: 600px;
  transform: translateY(-50%);
}
.contentIni h1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  color: #ffffff;
  font-size: 65px;
  font-family: 'Onest-SemiBold', Arial, Tahoma, Verdana;
  line-height: 70px;
  padding: 20px 0;
}
.contentIni p {
  width: 80%;
}
.contentNosotros {
  float: left;
  display: block;
  overflow: visible;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  background: #000000 url(../lib/bg-nosotros.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 900px;
  margin: 0;
  padding: 0;
}
.cntNosotros {
  display: block;
  position: relative;
  width: 1350px;
  min-height: 900px;
  margin: 0 auto;
}
.contentNosotros .bxCnt {
  top: 45%;
  left: 0;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 24px;
  text-align: justify;
  background: #ffffff;
  border-radius: 20px;
  width: 650px;
  min-height: 325px;
  padding: 55px 85px 45px 65px;
  transform: translateY(-50%);
}
.contentNosotros .bxCnt::before {
  bottom: 0;
  left: 0;
  z-index: -1 !important;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 0 0 0 25px;
  width: 300px;
  height: 115px;
}
.contentNosotros .bxCnt::after {
  bottom: -13px;
  left: 0;
  z-index: -2 !important;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background: #f4e00f;
  border-radius: 25px;
  width: 295px;
  height: 115px;
}
.contentNosotros h2 {
  float: left;
  display: block;
  clear: both;
  font-size: 46px;
  letter-spacing: 0;
  line-height: 36px;
  padding: 20px 0;
}
.contentNosotros .subtitle {
  float: left;
  display: block;
  clear: both;
  font-size: 14px;
  font-family: 'Onest-ExtraBold', Arial, Tahoma, Verdana;
  letter-spacing: 0;
  line-height: 11px;
  border-radius: 5px;
  background: #f4e00f;
  padding: 5px 15px;
}
.contentNosotros h2 a {
  float: left;
  display: block;
  color: #000000;
  text-decoration: none;
  transition: all 0.23s;
}
.contentNosotros h2 a:hover {
  color: #f4e00f;
  transition: all 0.23s;
}
.contentNosotros p {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
}
.contentMarcas {
  float: left;
  display: block;
  overflow: visible;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  background: #ffffff url(../lib/bg-marcas.jpg) no-repeat left bottom;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 900px;
  margin: 0;
  padding: 0;
}
.cntMarcas {
  display: block;
  position: relative;
  width: 1350px;
  min-height: 900px;
  margin: 0 auto;
}
.contentMarcas .bxCnt {
  top: 45%;
  right: 0;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 24px;
  text-align: justify;
  background: #ffffff;
  border-radius: 20px;
  width: 650px;
  min-height: 325px;
  padding: 55px 85px 45px 65px;
  transform: translateY(-50%);
}
.contentMarcas .bxCnt::before {
  bottom: 0;
  right: 0;
  z-index: -1 !important;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 0 0 25px 0;
  width: 300px;
  height: 115px;
}
.contentMarcas .bxCnt::after {
  bottom: -13px;
  right: 0;
  z-index: -2 !important;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background: #f4e00f;
  border-radius: 25px;
  width: 295px;
  height: 115px;
}
.contentMarcas h2 {
  float: left;
  display: block;
  clear: both;
  font-size: 46px;
  letter-spacing: 0;
  line-height: 36px;
  padding: 20px 0;
}
.contentMarcas .subtitle {
  float: left;
  display: block;
  clear: both;
  font-size: 14px;
  font-family: 'Onest-ExtraBold', Arial, Tahoma, Verdana;
  letter-spacing: 0;
  line-height: 11px;
  border-radius: 5px;
  background: #f4e00f;
  padding: 5px 15px;
}
.contentMarcas h2 a {
  float: left;
  display: block;
  color: #000000;
  text-decoration: none;
  transition: all 0.23s;
}
.contentMarcas h2 a:hover {
  color: #f4e00f;
  transition: all 0.23s;
}
.contentMarcas p {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
}
.contentSostenibilidad {
  float: left;
  display: block;
  overflow: visible;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  background: #000000 url(../lib/bg-sostenibilidad.jpg) no-repeat 96% 43%;
  background-size: auto;
  width: 100%;
  min-height: 900px;
  margin: 0;
  padding: 0;
}
.cntSostenibilidad {
  display: block;
  position: relative;
  width: 1350px;
  min-height: 900px;
  margin: 0 auto;
}
.cntSostenibilidad .bxCnt {
  top: 45%;
  left: 0;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 24px;
  text-align: justify;
  background: #ffffff;
  border-radius: 20px;
  width: 650px;
  min-height: 325px;
  padding: 55px 85px 45px 65px;
  transform: translateY(-50%);
}
.contentSostenibilidad .bxCnt::before {
  bottom: 0;
  left: 0;
  z-index: -1 !important;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 0 0 0 25px;
  width: 300px;
  height: 115px;
}
.contentSostenibilidad .bxCnt::after {
  bottom: -13px;
  left: 0;
  z-index: -2 !important;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background: #f4e00f;
  border-radius: 25px;
  width: 295px;
  height: 115px;
}
.contentSostenibilidad h2 {
  float: left;
  display: block;
  clear: both;
  font-size: 46px;
  letter-spacing: 0;
  line-height: 36px;
  padding: 20px 0;
}
.contentSostenibilidad .subtitle {
  float: left;
  display: block;
  clear: both;
  font-size: 14px;
  font-family: 'Onest-ExtraBold', Arial, Tahoma, Verdana;
  letter-spacing: 0;
  line-height: 11px;
  border-radius: 5px;
  background: #f4e00f;
  padding: 5px 15px;
}
.contentSostenibilidad h2 a {
  float: left;
  display: block;
  color: #000000;
  text-decoration: none;
  transition: all 0.23s;
}
.contentSostenibilidad h2 a:hover {
  color: #f4e00f;
  transition: all 0.23s;
}
.contentSostenibilidad p {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
}
.contentTrabaja {
  float: left;
  display: block;
  overflow: visible;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  background: #ffffff url(../lib/bg-trabaja.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 900px;
  margin: 0;
  padding: 0;
}
.cntTrabaja {
  display: block;
  position: relative;
  width: 1350px;
  min-height: 900px;
  margin: 0 auto;
}
.contentTrabaja .bxCnt {
  top: 45%;
  right: 0;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 24px;
  text-align: justify;
  background: #ffffff;
  border-radius: 20px;
  width: 650px;
  min-height: 325px;
  padding: 55px 85px 45px 65px;
  transform: translateY(-50%);
}
.contentTrabaja .bxCnt::before {
  bottom: 0;
  right: 0;
  z-index: -1 !important;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 0 0 25px 0;
  width: 300px;
  height: 115px;
}
.contentTrabaja .bxCnt::after {
  bottom: -13px;
  right: 0;
  z-index: -2 !important;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background: #f4e00f;
  border-radius: 25px;
  width: 295px;
  height: 115px;
}
.contentTrabaja h2 {
  float: left;
  display: block;
  clear: both;
  font-size: 46px;
  letter-spacing: 0;
  line-height: 36px;
  padding: 20px 0;
}
.contentTrabaja .subtitle {
  float: left;
  display: block;
  clear: both;
  font-size: 14px;
  font-family: 'Onest-ExtraBold', Arial, Tahoma, Verdana;
  letter-spacing: 0;
  line-height: 11px;
  border-radius: 5px;
  background: #f4e00f;
  padding: 5px 15px;
}
.contentTrabaja h2 a {
  float: left;
  display: block;
  color: #000000;
  text-decoration: none;
  transition: all 0.23s;
}
.contentTrabaja h2 a:hover {
  color: #f4e00f;
  transition: all 0.23s;
}
.contentTrabaja p {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
}
.contentIn {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background: #f2f2f2;
  width: 100%;
  min-height: 700px;
  margin: 75px 0 0 0;
}
.cntIn {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1230px;
  margin: 70px auto 50px auto;
  padding: 0;
}
.contentIn.inNot .cntIn {
  margin: 70px auto 150px auto;
}
.contentIn p {
  float: left;
  clear: both;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-align: justify;
  width: 100%;
  margin: 15px auto;
  padding: 0 20px;
}
.contentIn.inNot h1 {
  float: left;
  clear: both;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  color: #000000;
  font-size: 38px;
  line-height: 36px;
  text-align: left;
  width: 90%;
  margin: 10px auto;
  padding: 0 20px;
}
.contentIn h2 {
  float: left;
  clear: both;
  overflow: hidden;
  display: block;
  color: #000000;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin: 60px auto 10px auto;
  padding: 10px 0;
}
/*
.contentIn h2{
	float: left;
	clear: both;
	overflow: hidden;
	display: block;
	color: @col1;
	font-size: 34px;
	line-height: 30px;
	text-align: left;
    width: @w1;
    margin: 60px auto 10px auto;
	padding: 10px 20px;
}
*/
.contentIn h3 {
  float: left;
  display: block;
  clear: both;
  overflow: hidden;
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
}
.contentIn h3.sbT {
  float: none;
  clear: both;
  display: inline-block;
  font-size: 20px;
  font-family: 'Gibson-SemiBold', Arial, Tahoma, Verdana;
  border: 1px solid #f4e00f;
  border-radius: 40px;
  width: auto;
  margin: 20px auto 0 auto;
  padding: 6px 30px;
}
.contentIn a {
  color: #000000;
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  text-decoration: underline;
}
.contentIn a:hover {
  text-decoration: none;
}
.contentIn ul {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  margin: 20px 0 30px 0;
  padding: 0 20px;
}
.contentIn ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 10px 0;
  padding-left: 25px;
}
.contentIn ul li::after {
  top: 5px;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  background: #f4e00f;
  border-radius: 3px;
  width: 12px;
  height: 12px;
}
.contentIn ol {
  clear: both;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  counter-reset: li-counter;
  margin: 30px 0;
  padding: 0 20px;
}
.contentIn ol li {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 10px 0;
  padding-left: 24px;
}
.contentIn ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #f4e00f;
  font-size: 17px;
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  width: auto;
  text-align: right;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
.contentIn ol ul li:before {
  display: none;
}
.contentIn.inNot .subtitulo1 {
  float: left;
  box-sizing: border-box;
  text-align: left;
  margin-top: 40px;
  padding: 0 20px;
}
.contentGal {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background: #f4e00f url(../lib/bg-comunidades.png) no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 840px;
  margin: 0;
}
.cntGal {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 1230px;
  min-height: 550px;
  margin: 140px auto 100px auto;
  padding: 0;
}
.contentGal h2 {
  float: left;
  display: block;
  z-index: 30;
  position: relative;
  font-size: 40px;
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 46px;
  text-align: left;
  width: 600px;
  margin: 0 0 30px 0;
}
.cntGalPrm {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 20px 0 50px 0;
}
.contentGal .swiper-container.swipPrinc,
.cntGalPrm .swiper-container.swipPrinc {
  float: left;
  display: block;
  box-sizing: border-box;
  z-index: 10 !important;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 490px;
  margin: 0;
  padding: 0;
}
.swiper-container.swipPrinc .swiper-wrapper {
  counter-reset: li-counter;
  padding-bottom: 90px;
}
.swiper-container.swipPrinc .swiper-slide {
  position: relative;
}
.swiper-container.swipPrinc .swiper-slide h2 {
  float: left;
  display: block;
  z-index: 30;
  box-sizing: border-box;
  position: relative;
  font-size: 28px;
  font-family: 'Gibson-SemiBold', Arial, Tahoma, Verdana;
  line-height: 30px;
  text-align: left;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 65px 0 8px 0;
}
.swiper-container.swipPrinc .swiper-slide h2::before {
  top: 40px;
  left: 0px;
  z-index: -1;
  content: "0" counter(li-counter);
  counter-increment: li-counter;
  position: absolute;
  color: #d9d9d9;
  font-size: 109px;
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  letter-spacing: -4px;
  width: auto;
  text-align: right;
}
.contentGal .swiper-container.swipPrinc .bxImg,
.cntGalPrm .swiper-container.swipPrinc .bxImg {
  top: 20px;
  left: 0;
  overflow: hidden;
  z-index: 20;
  display: block;
  position: absolute;
  border-radius: 30px;
  width: 535px;
  height: 360px;
  margin: 0;
}
.contentGal .swiper-container.swipPrinc img,
.cntGalPrm .swiper-container.swipPrinc img {
  float: left;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin: 0;
}
.swiper-container.swipPrinc .bxCnt {
  float: right;
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  border-radius: 30px;
  background: #ffffff;
  text-align: left;
  width: 800px;
  min-height: 400px;
}
.swiper-container.swipPrinc .bxCnt::after {
  left: 0;
  bottom: -13px;
  z-index: 10;
  content: "";
  position: absolute;
  border-radius: 25px;
  background: #000000;
  width: 430px;
  height: 115px;
}
.swiper-container.swipPrinc a {
  color: #000000;
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  text-decoration: underline;
}
.swiper-container.swipPrinc a:hover {
  text-decoration: none;
}
.swiper-container.swipPrinc .bxDsc {
  float: left;
  z-index: 20;
  box-sizing: border-box;
  position: relative;
  border-radius: 30px;
  background: #ffffff;
  text-align: left;
  width: 800px;
  min-height: 400px;
  padding: 10px 60px 10px 165px;
}
.swiper-container.swipPrinc .bxDsc ul.liObj {
  margin: 30px 0 0 0;
}
.cntGalPrm .swiper-container.swipPrinc .bxDsc ul {
  margin: 10px 0;
  padding: 0;
}
.cntGalPrm .swiper-container.swipPrinc .bxDsc ul li {
  margin: 4px 0;
}
.swiper-container.swipPrinc p {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.swiper-container.swipPrinc .swipCntCt {
  bottom: 0;
  left: 50%;
  display: block;
  overflow: hidden;
  z-index: 300;
  position: absolute;
  width: 100%;
  height: 80px;
  transform: translateX(-50%);
}
.swiper-container.swipPrinc .swiper-pagination {
  bottom: 10px;
  height: 40px;
}
.swiper-container.swipPrinc .swiper-pagination-bullet {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff !important;
  border-radius: 10px;
  border: 0 !important;
  width: 7px !important;
  height: 7px !important;
  opacity: 1;
  transition: all 0.3s;
}
.swiper-container.swipPrinc .swiper-pagination-bullet-active {
  background: #000000 !important;
  width: 50px !important;
}
.swiper-container.swipPrinc .swiper-button-next,
.swiper-container.swipPrinc .swiper-button-prev {
  top: 40px;
  text-indent: -9000px;
  text-decoration: none;
  width: 50px !important;
  height: 50px !important;
  transition: all 0.3s;
}
.swiper-container.swipPrinc .swiper-button-next {
  right: 0;
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 26px auto;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-next:hover {
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 26px auto;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-prev {
  left: auto;
  right: 70px;
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 26px auto;
  border-radius: 50%;
  transform: scaleX(-1);
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-prev:hover {
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 26px auto;
  border-radius: 50%;
  transform: scaleX(-1);
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipPrinc .swiper-button-next.swiper-button-disabled,
.swiper-container.swipPrinc .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.cntGalP {
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  width: 900px;
  height: 600px;
  margin: 25px auto;
}
.cntGalP .swiper-container.swipPrinc .swiper-slide {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
  border-radius: 20px;
}
.cntGalP .swiper-container.swipPrinc .swiper-slide img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.cntGalP .swiper-container.swipPrinc .swiper-pagination {
  bottom: 0;
  height: 30px;
}
.cntGalP .swiper-container.swipPrinc .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3) !important;
}
.cntGalP .swiper-container.swipPrinc .swiper-pagination-bullet-active {
  background: #000000 !important;
}
.cntGalP .swiper-container.swipPrinc .swiper-button-next,
.cntGalP .swiper-container.swipPrinc .swiper-button-prev {
  top: 272px;
}
.cntGalP .swiper-container.swipPrinc .swiper-button-next {
  right: 20px;
}
.cntGalP .swiper-container.swipPrinc .swiper-button-prev {
  left: 20px;
  right: auto;
}
.contentImgP {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background: #f4e00f;
  border-radius: 20px;
  width: 100%;
  min-height: 400px;
  margin-bottom: 25px;
}
.contentImgP h1 {
  float: left;
  top: 10px;
  display: block;
  position: relative;
  z-index: 30;
  font-size: 44px;
  font-weight: 100;
  letter-spacing: -0.2px;
  line-height: 40px;
  word-break: break-word;
  transition: transform 0.2s ease-out;
  transform: translateY(-10px);
}
.contentImgP .bxCnt {
  float: left;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-family: 'Gibson-Light', Arial, Tahoma, Verdana;
  background: #f4e00f;
  /*width: 415px;*/
  width: 410px;
  min-height: 400px;
  padding: 45px 0 45px 40px;
  display: grid;
  align-content: flex-end;
}
.contentImgP .bxCnt::after {
  display: none;
  top: 20px;
  right: -250px;
  content: "";
  z-index: 10;
  position: absolute;
  background: url(../lib/bx-curv.svg) no-repeat right top;
  background-size: 100% auto;
  width: 250px;
  height: 400px;
  transform: translateY(10px);
}
.contentImgP .hj {
  top: -50px;
  right: -248px;
  z-index: 20;
  position: absolute;
  background: url(../lib/bn-apl-c.svg) no-repeat right top;
  background-size: 100% auto;
  width: 300px;
  height: 200px;
  transform: translateY(10px);
  transition: transform 0.2s ease-out;
}
.contentImgP a {
  float: left;
  display: block;
  color: #000000;
  font-family: 'Gibson-Light', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-decoration: none;
  width: auto;
  padding: 10px 0;
}
.contentImgP a:hover {
  opacity: 0.7;
}
.contentImgP .bxImg {
  float: right;
  display: block;
  box-sizing: border-box;
  z-index: 30;
  position: relative;
  text-align: left;
  -webkit-mask-image: url(../lib/msk-img.svg);
  mask-image: url(../lib/msk-img.svg);
  mask-repeat: no-repeat;
  mask-position: left bottom;
  mask-size: 100%;
  width: calc(100% - 410px);
  height: 400px;
}
.contentImgP .bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.contImgPN {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.contImgPN img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentPG {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background: #000000 url(../lib/bg-sostenibilidad.jpg) no-repeat 92% center;
  background-size: 340px auto;
  border-radius: 20px;
  width: 100%;
  min-height: 400px;
  margin: 25px 0;
}
.contentPG h2 {
  color: #f4e00f;
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0;
  padding: 0;
}
.contentPG p {
  letter-spacing: -0.2px;
  text-align: justify;
  margin: 0;
  padding: 0;
}
.contentPG .bxCnt {
  float: left;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  color: #ffffff;
  width: 750px;
  min-height: 400px;
  padding: 45px 60px;
  display: grid;
  align-content: center;
}
footer {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  background: #000000;
  width: 100%;
  min-height: 196px;
}
.cntFooter {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 40px 60px 30px 60px;
}
footer p {
  float: left;
  display: block;
  overflow: hidden;
  text-align: left;
  width: 100%;
  margin: 15px auto;
}
footer ul {
  float: left;
  display: block;
  overflow: hidden;
  text-align: left;
  width: 100%;
  margin: 15px auto;
}
footer ul li {
  float: left;
  display: block;
  overflow: hidden;
  text-align: left;
  margin: 0 50px 0 0;
}
footer ul li a {
  float: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}
footer ul li a:hover {
  opacity: 0.6;
}
.contentRs {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background: #f4e00f url(../lib/contactanos-l.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 840px;
  margin: 0;
}
.cntRs {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  width: 1230px;
  min-height: 740px;
  margin: 50px auto;
  padding: 0;
}
.bxRs {
  left: 50%;
  bottom: 50px;
  overflow: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  width: 700px;
  height: 150px;
  transform: translateX(-50%);
}
.contentRs h2 {
  float: left;
  display: block;
  font-size: 22px;
  font-family: 'Gibson-SemiBold', Arial, Tahoma, Verdana;
  line-height: 60px;
  text-align: center;
  background: #f4e00f;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
}
.contentRs ul.liRS {
  float: left;
  display: block;
  text-align: center;
  width: 100%;
  margin: 17px 0 10px 0;
}
.contentRs ul.liRS li {
  float: none;
  display: inline-block;
  position: relative;
  background: #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 8px;
  padding: 0;
}
.contentRs ul.liRS li a {
  float: left;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background-size: 26px auto;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  opacity: 1;
  transition: all 0.23s;
}
.contentRs ul.liRS .liFacebook a {
  background-position: center 6px;
  background-size: 38px auto;
}
.bxVid {
  float: left;
  clear: both;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  width: 84%;
  margin: 40px 8%;
}
.bxVid img {
  display: block;
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin: 0;
}
.bxVid .btnVdM {
  right: 15px;
  bottom: 15px;
  display: block;
  z-index: 20;
  position: absolute;
  font-size: 14px;
  line-height: 50px;
  background: #f4e00f;
  border-radius: 30px;
  min-width: 110px;
  height: 50px;
  padding-right: 56px;
}
.bxVid:hover .btnVdM {
  background: #f4e00f;
}
.bxVid::before {
  right: 0;
  top: 0;
  pointer-events: none;
  content: "";
  z-index: 10;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.bxVid:hover::before {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.bxVid .btnVdM::after {
  right: 0;
  top: 0;
  content: "";
  z-index: 20;
  position: absolute;
  background: url(../lib/ico-play.svg) no-repeat center;
  background-size: 30px auto;
  width: 56px;
  height: 50px;
  transition: all 0.3s;
}
.bxVid:hover .btnVdM::after {
  right: 10px;
  transition: all 0.3s;
}
.bxVid .btnVdM span {
  float: left;
  display: block;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  min-width: 70px;
  height: 50px;
  padding: 0 28px;
  transition: all 0.3s;
}
.bxVid:hover .btnVdM span {
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  background: #f4e00f;
  padding: 0 20px 0 32px;
  transition: all 0.3s;
}
.btnPly {
  float: left;
  display: block;
  z-index: 20;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 50px;
  background: #f4e00f;
  border-radius: 30px;
  min-width: 110px;
  height: 50px;
  margin: 30px 20px 25px 20px;
  padding-right: 56px;
}
.btnPly:hover {
  background: #f4e00f;
}
.btnPly::after {
  right: 0;
  top: 0;
  content: "";
  z-index: 20;
  position: absolute;
  background: url(../lib/ico-play.svg) no-repeat center;
  background-size: 30px auto;
  width: 56px;
  height: 50px;
  transition: all 0.3s;
}
.btnPly:hover::after {
  right: 10px;
  transition: all 0.3s;
}
.btnPly span {
  float: left;
  display: block;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  min-width: 70px;
  height: 50px;
  padding: 0 28px;
  transition: all 0.3s;
}
.btnPly:hover span {
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  background: #f4e00f;
  padding: 0 20px 0 32px;
  transition: all 0.3s;
}
.modest-vid-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.modest-vid-embed--auto:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.modest-vid-embed__wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-bottom: calc(56.25% + 200px);
  top: -100px;
}
.modest-vid-embed__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.swiper-container.swipProdH {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 40px auto 150px auto;
  padding: 0 0 80px 0;
}
.swiper-container.swipProdH .swiper-wrapper {
  float: none;
  z-index: 100 !important;
  text-align: center;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.swiper-container.swipProdH .swiper-wrapper .swiper-slide {
  width: 280px;
}
.swiper-container.swipProdH .swipCntCt {
  bottom: 10px;
  left: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.swiper-container.swipProdH .swiper-pagination {
  bottom: 10px;
  height: 40px;
}
.swiper-container.swipProdH .swiper-pagination-bullet {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px;
  border: 0 !important;
  width: 7px !important;
  height: 7px !important;
  opacity: 1;
  transition: all 0.3s;
}
.swiper-container.swipProdH .swiper-pagination-bullet-active {
  background: #000000 !important;
  width: 50px !important;
}
.swiper-container.swipProdH .swiper-button-next,
.swiper-container.swipProdH .swiper-button-prev {
  top: 140px !important;
  z-index: 300 !important;
  position: absolute !important;
  text-indent: -9000px;
  text-decoration: none;
  width: 50px !important;
  height: 50px !important;
  transition: all 0.3s;
}
.swiper-container.swipProdH .swiper-button-next {
  right: 10px;
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 26px auto;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipProdH .swiper-button-next:hover {
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 26px auto;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipProdH .swiper-button-prev {
  left: 10px;
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 26px auto;
  border-radius: 50%;
  transform: scaleX(-1);
  opacity: 1;
  transition: all 0.2s;
}
.swiper-container.swipProdH .swiper-button-prev:hover {
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 26px auto;
  border-radius: 50%;
  transform: scaleX(-1);
  opacity: 0.6;
  transition: all 0.2s;
}
.swiper-container.swipProdH .swiper-button-next.swiper-button-disabled,
.swiper-container.swipProdH .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}
.swiper-container.swipProdH .bxImg {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
  width: 280px;
  height: 280px;
}
.swiper-container.swipProdH .bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.swiper-container.swipProdH .bxCnt {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 24px 8px;
}
.swiper-container.swipProdH b {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  letter-spacing: -0.2px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 7px;
}
.swiper-container.swipProdH b::after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #f4e00f;
  width: 57px;
  height: 3px;
}
.swiper-container.swipProdH p {
  margin: 0;
  padding: 0;
}
.cntProd {
  float: right;
  display: block;
  overflow: visible;
  position: relative;
  width: 675px;
  min-height: 600px;
  margin: 100px 20px 150px 0;
}
.cntProd .bxTxt {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.cntProd .bxTxt p {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 15px auto 25px auto;
  padding: 0;
}
.cntProd .bxTxt .subtitulo1 {
  font-size: 18px;
  line-height: 22px;
}
.cntProd .bxImg {
  top: 0;
  left: -550px;
  display: block;
  overflow: hidden;
  position: absolute;
  width: 450px;
  height: 600px;
}
.cntProd .bxImg img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.tabs {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
  position: relative;
  font-size: 16px;
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 35px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: -5px auto 50px auto;
}
.tab {
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
  background: none;
  border-radius: 20px;
  width: auto;
  height: 35px;
  margin: 0 8px 10px 0;
  padding: 0 20px;
  transition: background 0.3s;
}
.tab.active {
  pointer-events: none;
  background: #000000;
  color: #ffffff;
}
.content-div {
  transition: opacity 0.15s ease;
}
.fade-in {
  opacity: 1;
}
.fade-out {
  opacity: 0;
}
.hidden {
  display: none;
}
.fr-video {
  float: left;
  display: block;
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 30px 0 40px 0;
  padding-bottom: 56.2%;
}
.fr-video iframe,
.fr-video object,
.fr-video embed,
.fr-video video {
  position: absolute;
  z-index: 20;
  top: -0.15%;
  left: -0.15%;
  width: 100.3%;
  height: 100.3%;
}
.txtDt {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #e6b711;
  font-size: 14px;
  text-align: left;
  padding: 0 20px;
}
.pDst {
  font-size: 22px;
  font-family: 'Onest-SemiBold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.spL {
  clear: both;
  display: block;
  border-bottom: 1px solid #686866;
  width: 100%;
  height: 6px;
  margin-top: 7px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.subtitulo1 {
  color: #000000;
  font-size: 24px;
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 30px;
}
.subtitulo2 {
  color: #f4e00f;
  font-size: 24px;
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 30px;
}
i {
  font-style: italic;
}
.italic {
  font-style: italic;
}
b,
bold,
bold1,
bold2,
strong {
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
bold1 {
  color: #000000;
}
bold2 {
  color: #f4e00f;
}
i {
  font-style: italic;
}
.small,
.small1,
.small2,
.small3 {
  font-size: 14px;
}
.small1 {
  color: #000000 !important;
}
.small2 {
  color: #f4e00f !important;
}
.color1 {
  color: #000000 !important;
}
.color2 {
  color: #f4e00f !important;
}
.colorr {
  color: #ee4d4d !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk1:link,
a.lnk1:visited {
  color: #000000;
  text-decoration: none;
}
a.lnk1:hover {
  text-decoration: underline;
}
a.btnA:link,
a.btnA:visited {
  float: left;
  display: block;
  clear: both;
  box-sizing: border-box;
  outline: none;
  z-index: 20;
  position: relative;
  text-indent: -9000px;
  text-decoration: none;
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 15" style="enable-background:new 0 0 18 15;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23e1bb23;stroke-width:0.7419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><g><line id="XMLID_3_" class="st0" x1="10.9" y1="0.8" x2="17.5" y2="7.5"/><line id="XMLID_2_" class="st0" x1="10.9" y1="14.2" x2="17.5" y2="7.5"/></g><line id="XMLID_1_" class="st0" x1="0.5" y1="7.5" x2="17.5" y2="7.5"/></g></svg>') no-repeat center;
  background-size: auto 15px;
  border: 1px solid #e1bb23;
  border-radius: 40px;
  width: 70px;
  height: 40px;
  margin: 10px 0;
  padding: 0;
  transition: all 0.23s;
}
a.btnA:hover {
  background: #000000 url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 15" style="enable-background:new 0 0 18 15;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23ffffff;stroke-width:0.7419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g><g><line id="XMLID_3_" class="st0" x1="10.9" y1="0.8" x2="17.5" y2="7.5"/><line id="XMLID_2_" class="st0" x1="10.9" y1="14.2" x2="17.5" y2="7.5"/></g><line id="XMLID_1_" class="st0" x1="0.5" y1="7.5" x2="17.5" y2="7.5"/></g></svg>') no-repeat center;
  background-size: auto 15px;
  border: 1px solid #000000;
  transition: all 0.23s;
}
a.lnkMap:link,
a.lnkMap:visited {
  float: left;
  display: block;
  clear: both;
  box-sizing: border-box;
  outline: none;
  z-index: 20;
  position: relative;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  width: auto;
  margin: 10px 0;
  padding: 0;
  transition: all 0.23s;
}
a.lnkMap:hover {
  transition: all 0.23s;
}
a.lnkBtn:link,
a.lnkBtn:visited {
  display: inline-block;
  color: #f2f2f2;
  font-size: 16px;
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  margin-top: 30px;
  padding: 18px 95px;
}
a.lnkBtn:hover {
  color: #ffffff;
  background: #f2f2f2;
}
a.byLogos:link,
a.byLogos:visited {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
  text-indent: -9000px;
  width: 50px;
  height: 50px;
  margin: -30px 10px 0 0;
  opacity: 0.5;
  transition: all 0.3s;
}
a.byLogos::before {
  top: 50%;
  left: 50%;
  z-index: 20;
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23ffffff;stroke-miterlimit:10;}.st1{fill:%23ffffff;}</style><rect id="XMLID_3_" x="0.5" y="0.5" class="st0" width="27" height="27"/><path id="XMLID_2_" class="st1" d="M11.5,21.6l-1.2-1.2l5.6-5.6c0.4-0.4,0.4-1,0-1.4l-5.6-5.6l1.2-1.2l5.6,5.6c1.1,1.1,1.1,2.8,0,3.8L11.5,21.6z"/></svg>') no-repeat center;
  background-size: 19px auto;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
a.byLogos:hover {
  opacity: 1;
  transition: all 0.3s;
}
a.byLogos:hover::before {
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:%23202A34;}.st1{fill:%23EC651B;}</style><g id="XMLID_1_"><rect id="XMLID_3_" x="0" y="0" class="st0" width="28" height="28"/><path id="XMLID_2_" class="st1" d="M11.5,21.6l-1.2-1.2l5.6-5.6c0.4-0.4,0.4-1,0-1.4l-5.6-5.6l1.2-1.2l5.6,5.6c1.1,1.1,1.1,2.8,0,3.8L11.5,21.6z"/></g></svg>') no-repeat center;
  background-size: 19px auto;
  transition: all 0.3s;
}
/* ---------------------------- LINKS ---------------------------- */
/* ---------------------------- LISTADOS ---------------------------- */
ul.li01 {
  float: left;
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}
ul.li01 li {
  float: left;
  clear: both;
  text-align: justify;
  margin: 2px 0;
}
ul.liChar {
  right: 30px;
  bottom: 40px;
  overflow: hidden;
  position: absolute;
}
ul.liChar li {
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 30px 0 0;
}
ul.liChar li img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
ul.liObj {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  box-sizing: border-box;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  width: 100%;
  margin: 30px 0;
  padding: 0;
}
ul.liObj li {
  float: left;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border: 2px solid #e6b711;
  border-radius: 20px;
  width: 47%;
  margin: 0 5.8% 20px 0;
  padding: 10px 20px;
}
ul.liObj li:after {
  display: none;
}
ul.liObj icon {
  float: left;
  display: block;
  border-radius: 0 !important;
  width: 55px;
  height: auto;
  margin: 6px 15px 5px 0;
}
ul.liObj icon img {
  float: left;
  display: block;
  border-radius: 0 !important;
  width: 100%;
  height: auto;
  margin: 0;
}
ul.liObj .txtDsc {
  float: left;
  display: block;
  text-align: left;
  width: calc(100% - 70px);
  height: auto;
  margin: 0;
}
ul.liObj .txtDsc b {
  float: left;
  display: block;
  color: #e6b711;
  font-size: 20px;
  font-family: 'Onest-ExtraBold', Arial, Tahoma, Verdana;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 9px 0 4px 0;
}
ul.liProy {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: auto;
  align-content: center;
  box-sizing: border-box;
  position: relative;
  font-size: 32px;
  font-family: 'Onest-Light', Arial, Tahoma, Verdana;
  line-height: 32px;
  text-align: center;
  width: 84%;
  margin: 30px 8% 40px 8%;
  padding: 0;
}
ul.liProy li {
  float: left;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border: 2px solid #858585;
  border-radius: 20px;
  width: 44%;
  margin: 10px 3%;
  padding: 20px 30px;
}
ul.liProy.col3 li {
  float: none;
  display: inline-block;
  width: 30%;
  margin: 10px 1%;
}
ul.liProy li:after {
  display: none;
}
ul.liProy b {
  float: left;
  display: block;
  font-size: 40px;
  font-family: 'Onest-ExtraBold', Arial, Tahoma, Verdana;
  line-height: 38px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 7px 0 10px 0;
  padding: 0;
}
ul.liProy .small {
  float: left;
  display: block;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul.liCat {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  box-sizing: border-box;
  position: relative;
  font-size: 26px;
  line-height: 28px;
  width: 100%;
  margin: 60px 0 120px 0;
  padding: 0;
}
ul.liCat li {
  float: left;
  position: relative;
  text-align: center;
  width: 30%;
  margin: 0 5% 80px 0;
  padding: 0;
}
ul.liCat li:after {
  display: none;
}
ul.liCat .bxImg {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liCat .bxImg a::after {
  top: 0;
  left: 0;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 10;
  content: "";
  position: absolute;
  color: #f4e00f;
  font-size: 100px;
  font-family: 'Onest-Light', Arial, Tahoma, Verdana !important;
  font-weight: 100;
  line-height: 40vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.5) url(../lib/ico-mor.svg) no-repeat center;
  background-size: 40px auto;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.4);
  transition: all 0.23s;
}
ul.liCat li:hover .bxImg a::after {
  transition: all 0.23s;
  transform: scale(1);
  opacity: 1;
}
ul.liCat .bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
  /*filter:  brightness(106%)  grayscale(100%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(100%) sepia(0%);*/
  mix-blend-mode: none;
}
ul.liCat li:hover .bxImg a img {
  scale: 1.06;
}
ul.liCat .bxCat {
  top: 13px;
  right: 8px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Gibson-Light', Arial, Tahoma, Verdana;
  text-align: center;
  background: #e6b711;
  border-radius: 15px;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0 19px;
  transition: all 0.23s;
  opacity: 0.85;
}
ul.liCat .bxUb {
  bottom: 13px;
  left: 8px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  text-align: left;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  transition: all 0.23s;
  opacity: 0.85;
}
ul.liCat .bxUb span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: 'Gibson-SemiBold', Arial, Tahoma, Verdana;
  margin-left: 5px;
  padding-left: 8px;
}
ul.liCat .bxUb span::after {
  top: 8px;
  left: 0;
  content: "";
  position: absolute;
  background: #ffffff;
  width: 1px;
  height: 11px;
}
ul.liCat .bxTxt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-family: 'Gibson-SemiBold', Arial, Tahoma, Verdana;
  text-align: left;
  width: 100%;
  margin: 15px 0;
  padding: 0 65px 0 10px;
}
ul.liCat .bxTxt a {
  float: left;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 5px 0;
}
ul.liCat li:hover .bxTxt a {
  color: #e6b711;
}
ul.liCat li .bxTxt a.lnkMap {
  margin-top: 10px;
  padding: 0 65px 0 10px;
}
ul.liCat .bxTxt .small {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Onest', Tahoma, Verdana;
  line-height: 18px;
  width: 100%;
  padding: 0 0 0 10px;
}
ul.liCat icon {
  top: 14px;
  left: 14px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  text-align: center;
  border-radius: 15px;
  width: 70px;
  height: 70px;
  margin: 0;
  transition: all 0.23s;
  opacity: 0.85;
}
ul.liCat li:hover icon {
  opacity: 1;
}
ul.liCat .gestionAgua {
  background: #40a8f5 url(../lib/ico-gestion-del-agua.svg) no-repeat center;
  background-size: 70px auto;
}
ul.liCat .accionClimatica {
  background: #4d4d4d url(../lib/ico-accion-climatica.svg) no-repeat center;
  background-size: 70px auto;
}
ul.liCat .consumoInteligente {
  background: #f5e003 url(../lib/ico-consumo-inteligente.svg) no-repeat center;
  background-size: 70px auto;
}
ul.liCat .empaqueCircular {
  background: #38b54a url(../lib/ico-empaque-circular.svg) no-repeat center;
  background-size: 70px auto;
}
ul.liCat .emprendimiento {
  background: #ff1c26 url(../lib/ico-emprendimiento.svg) no-repeat center;
  background-size: 70px auto;
}
ul.liCat .apoyoComunidad {
  background: #e3b20d url(../lib/ico-apoyo-a-la-comunidad.svg) no-repeat center;
  background-size: 70px auto;
}
ul.liCat .eticaTransparencia {
  background: #808080 url(../lib/ico-etica-transparencia.svg) no-repeat center;
  background-size: 70px auto;
}
ul.liCat .diversidadInclusion {
  background: #94268f url(../lib/ico-diversidad-inclusion.svg) no-repeat center;
  background-size: 70px auto;
}
ul.liBRd {
  float: left;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: auto;
  align-content: center;
  box-sizing: border-box;
  position: relative;
  font-size: 26px;
  line-height: 28px;
  width: 100%;
  margin: 20px 0 120px 0;
  padding: 0;
}
ul.liBRd li {
  float: none;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 200px;
  margin: 20px 30px 50px 30px;
  padding: 0;
}
ul.liBRd li:after {
  display: none;
}
ul.liBRd .bxImg {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-radius: 50%;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liBRd .bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liBRd .bxTxt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
ul.liBRd .bxTxt b {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 24px;
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}
ul.liCh2C {
  float: left;
  clear: both;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 26px;
  line-height: 28px;
  width: 94%;
  margin: 40px 0 0 3%;
  padding: 0;
}
ul.liCh2C li {
  float: left;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 20px 0 50px 0;
  padding: 0;
}
ul.liCh2C li:last-child {
  margin-bottom: 30px;
}
ul.liCh2C li:after {
  display: none;
}
ul.liCh2C .bxImg {
  top: 32px;
  left: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  border-radius: 20px;
  width: 500px;
  height: auto;
  transition: all 0.23s;
}
ul.liCh2C .bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liCh2C li:nth-child(2n) .bxImg {
  left: auto;
  right: 0;
}
ul.liCh2C .bxTxt {
  float: right;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  background: #ffffff;
  border-radius: 30px;
  width: 795px;
  min-height: 400px;
  margin: 0;
  padding: 120px 50px 20px 195px;
}
ul.liCh2C .bxTxt::after {
  bottom: -13px;
  left: 0;
  z-index: -1 !important;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background: #000000;
  border-radius: 25px;
  width: 295px;
  height: 115px;
}
ul.liCh2C li:nth-child(2n) .bxTxt {
  float: left;
  background: #f4e00f;
  padding: 120px 195px 20px 50px;
}
ul.liCh2C li:nth-child(2n) .bxTxt::after {
  left: auto;
  right: 0;
}
ul.liCh2C .bxTxt b {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 28px;
  font-family: 'Gibson-SemiBold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 30px;
  text-align: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 5px 0;
}
ol.liNCl {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../lib/somos-duenos-duenas.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 88%;
  margin: 50px auto 150px 6%;
  padding: 480px 0 0 0;
}
ol.liNCl li {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  font-size: 22px;
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  line-height: 30px;
  text-align: center;
  width: 25%;
  height: 280px;
  margin: 0;
  padding: 0;
}
ol.liNCl li:after {
  display: none;
}
ol.liNCl li:before {
  top: 0;
  left: 0;
  position: absolute;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  content: counter(li-counter) "";
  counter-increment: li-counter;
}
ol.liNCl li img {
  top: 50%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 80%;
  height: auto;
  margin: auto;
  transform: translateY(-50%);
}
ol.liNCl li .imgDs {
  display: block;
}
ol.liNCl li .imgMb {
  display: none;
}
ol.liNCl li .bx_num {
  float: left;
  display: block;
  width: 100%;
}
ol.liNCl li .bx_num img {
  float: left;
  display: block;
  width: auto;
  height: 80px;
  margin: 0 0 25px 0;
}
ol.liNCl li .bx_dsc {
  float: left;
  display: block;
  width: 100%;
}
/*
ol.liNCl li:nth-of-type(1){
	width: @w1;
	height: auto;
	margin: 0;
	padding: 0;
}
ol.liNCl li:nth-of-type(1) img{
	float: left;
	top: 0;
	width: @w1;
	height: auto;
	margin: 0;
	transform: translateY(0);
}
*/
ol.liNCl li:nth-of-type(1) {
  background: #ffffff;
}
ol.liNCl li:nth-of-type(2) {
  background: #fafafa;
}
ol.liNCl li:nth-of-type(3) {
  background: #fefce7;
}
ol.liNCl li:nth-child(4) {
  background: #ffffff;
}
ol.liNCl li:nth-child(5) {
  background: #fafafa;
}
ol.liNCl li:nth-child(6) {
  background: #fefce7;
}
ol.liNCl li:nth-child(7) {
  background: #ffffff;
}
ol.liNCl li:nth-child(8) {
  background: #fafafa;
}
ol.liNCl li:nth-child(9) {
  background: #ffffff;
}
ol.liNCl li:nth-child(10) {
  background: #fafafa;
}
ol.liNCl li:nth-child(11) {
  background: #fefce7;
}
ol.liNCl li:nth-child(12) {
  background: #ffffff;
}
ul.liNoticias {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 50px 0;
  padding: 0;
}
ul.liNoticias li {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
}
ul.liNoticias li:after {
  display: none;
}
ul.liNoticias .bxImg {
  float: left;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-radius: 20px;
  width: 250px;
  height: 250px;
  margin: 0;
  transition: all 0.23s;
}
ul.liNoticias .bxImg a::after {
  top: 0;
  left: 0;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 10;
  content: "";
  position: absolute;
  color: #f4e00f;
  font-size: 100px;
  font-family: 'Onest-Light', Arial, Tahoma, Verdana !important;
  font-weight: 100;
  line-height: 40vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.5) url(../lib/ico-mor.svg) no-repeat center;
  background-size: 40px auto;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.4);
  transition: all 0.23s;
}
ul.liNoticias li:hover .bxImg a::after {
  transition: all 0.23s;
  transform: scale(1);
  opacity: 1;
}
ul.liNoticias .bxImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liNoticias li:hover .bxImg a img {
  scale: 1.06;
}
ul.liNoticias .bxTxt {
  float: right;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: left;
  background: #ffffff;
  border-radius: 30px;
  width: calc(100% - 278px);
  height: 250px;
  padding: 40px 60px 50px 50px;
}
ul.liNoticias .bxTxt a {
  float: left;
  display: block;
  color: #000000;
  font-size: 20px;
  font-family: 'Gibson-SemiBold', Arial, Tahoma, Verdana;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
}
ul.liNoticias li:hover .bxTxt a {
  color: #e6b711;
}
ul.liNoticias .bxTxt .txtDat {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  padding: 0;
}
ul.liCont {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 10px 0 100px 0;
  padding: 20px;
}
ul.liCont li {
  float: left;
  box-sizing: border-box;
  display: block;
  z-index: 10;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  width: 365px;
  min-height: 230px;
  margin: 20px 46px 20px 0;
  padding: 0;
}
ul.liCont li:after {
  top: auto;
  bottom: -13px;
  left: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  position: absolute;
  background: #f4e00f;
  border-radius: 20px;
  width: 270px;
  height: 100px;
}
ul.liCont li:before {
  top: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 0 0 0 20px;
  width: 270px;
  height: 100px;
}
ul.liCont icon {
  float: none;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 60px;
  height: 60px;
  margin: 28px auto 5px auto;
}
ul.liCont icon img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.23s;
}
ul.liCont .bxTxt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  line-height: 30px;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 10px 40px;
}
ul.liCont a {
  color: #000000;
  font-family: 'Onest', Tahoma, Verdana;
  text-decoration: none;
}
ul.liCont a:hover {
  text-decoration: underline;
}
ul.liRS {
  float: right;
  display: block;
  text-align: center;
  width: auto;
  margin: 18px 0 0 0;
}
ul.liRS li {
  float: left;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 5px 10px 5px 0;
  padding: 0;
}
ul.liRS li:after {
  display: none;
}
ul.liRS li:last-child {
  margin-right: 0;
}
ul.liRS li a {
  float: left;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  opacity: 1;
  transition: all 0.23s;
}
ul.liRS li a:hover {
  opacity: 0.6;
  transition: all 0.23s;
}
ul.liRS .liWhatsapp a {
  background: url(../lib/ico-whatsapp.svg) no-repeat center;
  background-size: 16px auto;
}
ul.liRS .liFacebook a {
  background: url(../lib/ico-facebook.svg) no-repeat center;
  background-size: 16px auto;
}
ul.liRS .liInstagram a {
  background: url(../lib/ico-instagram.svg) no-repeat center;
  background-size: 16px auto;
}
ul.liRS .liYoutube a {
  background: url(../lib/ico-youtube.svg) no-repeat center;
  background-size: 16px auto;
}
ul.liRS .liLinkedIn a {
  background: url(../lib/ico-linkedin.svg) no-repeat center;
  background-size: 16px auto;
}
ul.liRS .liTiktok a {
  background: url(../lib/ico-tiktok.svg) no-repeat center;
  background-size: 16px auto;
}
ul.liRS .liX a {
  background: url(../lib/ico-x.svg) no-repeat center;
  background-size: 16px auto;
}
ul.liRSB {
  float: left;
  display: block;
  text-align: center;
  width: auto;
  margin: -5px 0 0 0;
  padding: 0;
}
ul.liRSB li {
  float: left;
  display: block;
  position: relative;
  background-color: #000000;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  margin: 0 15px 5px 0;
  padding: 0;
}
ul.liRSB li:after {
  display: none;
}
ul.liRSB li:last-child {
  margin-right: 0;
}
ul.liRSB li a {
  float: left;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  opacity: 1;
  transition: all 0.23s;
}
ul.liRSB li a:hover {
  opacity: 0.6;
  transition: all 0.23s;
}
ul.liRSB .liFacebook a {
  background: url(../lib/ico-facebook.svg) no-repeat center bottom;
  background-size: 30px auto;
}
ul.liRSB .liInstagram a {
  background: url(../lib/ico-instagram.svg) no-repeat center;
  background-size: 26px auto;
}
ul.liRSB .liYoutube a {
  background: url(../lib/ico-youtube.svg) no-repeat center;
  background-size: 26px auto;
}
ul.liRSB .liTiktok a {
  background: url(../lib/ico-tiktok.svg) no-repeat center;
  background-size: 26px auto;
}
ul.liDcAdj {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
}
ul.liDcAdj li {
  float: left;
  display: block;
  width: 40%;
  margin: 0 2% 30px 0;
  padding: 0;
}
ul.liDcAdj li:after {
  display: none;
}
a.adjDoc,
a.adjPdf,
a.adjPpt,
a.adjXls,
a.adjWeb {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: 'Onest', Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  text-decoration: none !important;
  background: #ffffff;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px 20px 18px 20px !important;
}
a.adjDoc:hover,
a.adjPdf:hover,
a.adjPpt:hover,
a.adjXls:hover,
a.adjWeb:hover {
  color: rgba(0, 0, 0, 0.5);
}
a.adjDoc ico,
a.adjPdf ico,
a.adjPpt ico,
a.adjXls ico,
a.adjWeb ico {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 38px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 25px 10px 0;
}
a.adjDoc ico {
  background-image: url(../lib/ico-doc.svg);
}
a.adjPdf ico {
  background-image: url(../lib/ico-pdf.svg);
}
a.adjPpt ico {
  background-image: url(../lib/ico-ppt.svg);
}
a.adjXls ico {
  background-image: url(../lib/ico-xls.svg);
}
a.adjWeb ico {
  background-image: url(../lib/ico-web.svg);
}
a.adjDoc .txt-desc,
a.adjPdf .txt-desc,
a.adjPpt .txt-desc,
a.adjXls .txt-desc,
a.adjWeb .txt-desc {
  top: 40%;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 75px);
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
ul.pag {
  float: none;
  clear: both;
  display: table;
  width: auto;
  margin: 0 auto 70px auto;
}
ul.pag li {
  float: left;
  width: auto;
  margin: 0 10px;
  padding: 0;
}
ul.pag li::after {
  display: none;
}
ul.pag li a {
  float: left;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 39px;
  text-decoration: none;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 6px;
  transition: all 0.4s;
}
ul.pag li a:hover {
  color: #000000;
}
ul.pag li.pact a {
  color: #ffffff;
  font-size: 18px;
  line-height: 42px;
  font-family: 'Gibson-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  background: #f4e00f;
}
ul.pag li.pgBck a {
  outline: none;
  text-indent: -9000px;
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 23px auto;
  border-radius: 50%;
  transform: scaleX(-1);
  width: 50px;
  height: 50px;
}
ul.pag li.pgBck a:hover {
  opacity: 0.6;
}
ul.pag li.pgNxt a {
  outline: none;
  text-indent: -9000px;
  background: #000000 url(../lib/ar-rght.svg) no-repeat center;
  background-size: 23px auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
ul.pag li.pgNxt a:hover {
  opacity: 0.6;
}
/* ---------------------------- LISTADOS ---------------------------- */
.contForm {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  padding: 20px;
}
.contForm .formA p {
  float: left;
  clear: none;
  width: 31%;
  margin: 10px 3.5% 30px 0;
  padding: 28px 0 5px 0;
}
.contForm .formA p.pM {
  width: 65.5%;
  margin: 10px 0 30px 0;
  padding: 28px 0 5px 0;
}
.contForm .formA p.pB {
  width: 100%;
  margin: 10px 0 30px 0;
  padding: 28px 0 5px 0;
}
.contForm .formA .button {
  float: none;
  width: 30%;
  margin: 0 auto;
}
.formA fieldset {
  float: left;
  clear: both;
  font-family: 'Onest', Tahoma, Verdana;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.formA select,
.formA input,
.formA textarea {
  float: left;
  box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  /*font-size: 100%;*/
  line-height: 16px;
  font-family: 'Onest', Tahoma, Verdana;
  font-weight: 100;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;
  height: 47px;
  margin: 2px auto;
  padding: 16px 14px;
  transition: all 0.3s;
}
.formA input:focus {
  outline: none;
  border: 1px solid #878787;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA label {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  color: #000000;
  font-size: 16px;
  font-family: 'Onest', Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  text-align: left;
  width: 90%;
  padding: 0;
  transition: all 0.3s ease-in;
}
.formA input:focus + label,
.formA select:focus + label,
.formA textarea:focus + label,
.bxUpl .filedrag:focus + label {
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  transition: all 0.3s ease-in;
}
.formA select {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  background: #ffffff url(../lib/ar-sel.svg) no-repeat right center;
  background-size: auto 26px;
  width: 100%;
  height: 47px;
  padding: 6px 10px 6px 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA select:focus {
  outline: none;
  border: 1px solid #f4e00f;
}
.formA .req {
  border: 1px solid #f4e00f;
}
.formA textarea {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 16px;
  /*font-size: 100%;*/
  width: 100%;
  height: 95px !important;
  padding: 16px 14px;
  appearance: none;
}
.formA textarea:focus {
  outline: none;
  height: 95px !important;
  padding: 16px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA .button {
  float: left;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Onest-Bold', Arial, Tahoma, Verdana;
  font-weight: 400;
  text-align: center;
  border: none;
  border-radius: 10px;
  background: #000000;
  width: 100%;
  height: 55px;
  padding: 0 25px;
  -webkit-appearance: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.formA .button:hover {
  color: #ffffff;
}
.formA .btnDs {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2) !important;
  background: rgba(0, 0, 0, 0.05) !important;
}
.formA .btnLd {
  pointer-events: none;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background: #000000;
}
.formA .btnLd:after {
  top: -5px;
  left: 0;
  content: "";
  position: absolute;
  background: url(../lib/load.svg) no-repeat center -12px;
  background-size: auto 90px;
  width: 100%;
  height: 100%;
}
.formA p {
  float: left;
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin: 10px 0 30px 0;
  padding: 28px 0 5px 0;
}
.cntMsj {
  float: left;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid rgba(244, 224, 15, 0.4);
  border-radius: 10px;
  width: 100%;
  margin: 40px 0 100px 0;
  padding: 50px 80px;
}
.bxUpl {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  margin: -5px 0 20px 0;
}
.bxUpl label {
  position: relative;
}
.bxUpl label .small {
  float: left;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  line-height: 14px;
  width: 100%;
  margin-bottom: 7px;
}
.bxUpl .filedrag {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #92a1a9;
  font-size: 13px;
  line-height: 30px;
  background: #ffffff url(../lib/ico-upload.svg) no-repeat 32px center;
  background-size: 35px auto;
  border: 2px dashed #ccd3d7;
  border-radius: 5px;
  width: 45%;
  margin: 5px 0;
  padding: 25px 20px 25px 70px;
}
.bxUpl.img_prof .filedrag {
  float: none;
  margin: 10px auto 2px auto;
}
.bxUpl .filedrag a.draglinkupd {
  color: #ffffff;
  font-size: 13px;
  font-family: 'Onest', Tahoma, Verdana;
  text-decoration: none;
  background: #d6dcdf;
  border-radius: 5px;
  margin: 0 4px;
  padding: 10px 20px;
  transition: all 0.5s;
}
.bxUpl .filedrag a:hover.draglinkupd {
  background: #c4c4c4;
}
.bxUpl progress {
  color: #08AE98;
  border: 0;
  display: block;
  float: left;
  background: #ffffff;
  border-radius: 4px;
  width: 45%;
  height: 6px;
  margin: 3px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bxUpl.img_prof progress {
  float: none;
  margin: 3px auto;
}
.bxUpl progress::-moz-progress-bar {
  background: #08AE98;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bxUpl progress[value]::-webkit-progress-bar {
  background: #fff;
}
/* DOCUMENTOS ADJUNTOS */
ul.doc2 {
  float: left;
  clear: both;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0;
  width: 45%;
  max-width: 45%;
  padding: 0;
  margin: 10px 0 5px 0;
}
ul.doc2 li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  border: 2px solid #e9ecee;
  background: transparent;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin: 5px 0;
  padding: 10px 2% 10px 3%;
  transition: all 0s;
}
ul.doc2 li:after {
  display: none;
}
ul.doc2 li.edit_us:hover {
  cursor: default;
  background: transparent;
}
.fHvL li:hover {
  cursor: default;
  background: none;
}
ul.doc2 li a {
  float: left;
  display: block;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
ul.doc2 li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
ul.doc2 li img {
  float: left;
  margin: 6px 10px 5px 0;
}
ul.doc2 li a.del2 {
  top: 50%;
  right: 10px;
  position: absolute;
  display: block;
  color: white;
  font-size: 11px;
  text-align: center;
  line-height: 25px;
  background: #e84c3d;
  border-radius: 4px;
  width: 65px;
  height: 25px;
  margin: 0;
  transform: translateY(-50%);
}
ul.doc2 li a.edN {
  float: left;
  display: block;
  color: #08ae98;
  font-size: 12px;
  border: 1px solid #08ae98;
  margin-top: 3px;
  padding: 3px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul.doc2 li .txtDsc {
  line-height: 36px;
}
ul.doc2 li .inFil {
  float: left;
  display: block;
  text-align: left;
  width: auto;
  margin-top: 15px;
}
ul.doc2 li .imgCnt {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 65px;
  height: 60px;
  margin: 6px 15px 5px 0;
}
ul.doc2 li .imgCnt img {
  margin: 0;
}
ul.doc2 li.edit_us .imgCnt {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 6px 10px 5px 0;
}
ul.doc2 li.edit_us .imgCnt img {
  float: left;
  display: block;
  width: 100%;
  height: 120px;
  margin: 0;
  object-fit: cover;
}
ul.doc2 li.edit_us .loadImg {
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: rgba(244, 224, 15, 0.4) url(../lib/load.svg) no-repeat center;
  background-size: auto 70px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
ul.doc2 li .adjPdf {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: 'Onest', Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  text-decoration: none !important;
  background: #ffffff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
}
ul.doc2 li .adjPdf ico {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 45px;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 25px 10px 0;
}
ul.doc2 li .adjPdf ico {
  background-image: url(../lib/ico-pdf.svg);
}
ul.doc2 li .adjStl .txt-desc {
  float: left;
  display: block;
  box-sizing: border-box;
  position: realtive;
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 75px);
  padding: 0;
}
/* ---------------------------- RESPONSIVE ---------------------------- */
@media screen and (min-width: 1441px) {
  ul.liCat li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liObj li:nth-child(2n) {
    margin-right: 0;
  }
  ul.liCont li:nth-child(3n) {
    margin-right: 0;
  }
  .contForm .formA p:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1440px) {
  header nav ul li {
    margin: 0 6px;
  }
  header nav ul li a {
    padding: 5px 6px;
  }
  .contentIni {
    background-position: right center;
  }
  .contentTrabaja {
    background-position: left center;
  }
  .cntIni {
    width: 94%;
  }
  .cntNosotros {
    width: 94%;
  }
  .cntMarcas {
    width: 94%;
  }
  .cntSostenibilidad {
    width: 94%;
  }
  .cntTrabaja {
    width: 94%;
  }
  ul.liCat li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liObj li:nth-child(2n) {
    margin-right: 0;
  }
  ul.liCont li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1191px) and (max-width: 1350px) {
  a.logo {
    width: 160px;
    height: 35px;
    margin-top: 15px;
  }
  header nav {
    font-size: 13px;
  }
  header.hdPf nav {
    font-size: 13px;
  }
  header nav ul li {
    margin: 0 6px;
  }
  header nav ul li a {
    padding: 5px 4px;
  }
  .contentImgP {
    min-height: 300px;
    margin-bottom: 25px;
  }
  .contentIni {
    background-position: right center;
  }
  .cntIni {
    width: 94%;
  }
  .cntNosotros {
    width: 94%;
  }
  .cntMarcas {
    width: 94%;
  }
  .contentSostenibilidad {
    background-size: auto 500px;
  }
  .cntSostenibilidad {
    width: 94%;
  }
  .contentTrabaja {
    background-position: left center;
  }
  .cntTrabaja {
    width: 94%;
  }
  ul.liCat li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liObj li:nth-child(2n) {
    margin-right: 0;
  }
  ul.liCont li:nth-child(3n) {
    margin-right: 0;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
@media screen and (min-width: 921px) and (max-width: 1190px) {
  a.logo {
    width: 140px;
    height: 35px;
    margin-top: 15px;
  }
  header.hdPf a.logo:link {
    width: 130px;
    height: 30px;
    margin: 10px 0 0 5px;
  }
  header .cntHeader {
    padding: 0 20px;
  }
  header.hdPf .cntHeader {
    padding: 0 5px;
  }
  header nav {
    font-size: 11px;
  }
  header.hdPf nav {
    font-size: 11px;
  }
  header nav ul li {
    margin: 0 4px;
  }
  header nav ul li a {
    padding: 5px 2px;
  }
  header nav ul.liRS {
    margin-right: 0;
  }
  .contentImgP {
    min-height: 260px;
    margin-bottom: 25px;
  }
  .contentImgP .bxCnt {
    min-height: 260px;
  }
  .contentImgP .bxImg {
    min-height: 260px;
    height: auto;
  }
  .contentIni {
    background-position: 80% center;
    background-size: auto 90%;
    min-height: 650px;
  }
  .cntIni {
    width: 94%;
    min-height: 650px;
  }
  .contentNosotros {
    background-size: auto 90%;
  }
  .cntNosotros {
    width: 94%;
  }
  .contentNosotros .bxCnt {
    width: 550px;
    min-height: 325px;
    padding: 40px 70px 30px 50px;
  }
  .contentNosotros h2 {
    margin: 0 0 -10px 0;
    padding: 20px 0;
  }
  .contentNosotros p {
    margin: 0;
    padding: 12px 0;
  }
  .contentMarcas {
    background-position: 40% center;
  }
  .cntMarcas {
    width: 94%;
  }
  .contentMarcas .bxCnt {
    width: 550px;
    min-height: 325px;
    padding: 40px 70px 30px 50px;
  }
  .contentMarcas h2 {
    margin: 0 0 -10px 0;
    padding: 20px 0;
  }
  .contentMarcas p {
    margin: 0;
    padding: 12px 0;
  }
  .contentSostenibilidad {
    background-size: auto 420px;
  }
  .cntSostenibilidad {
    width: 94%;
  }
  .contentSostenibilidad .bxCnt {
    width: 550px;
    min-height: 325px;
    padding: 40px 70px 30px 50px;
  }
  .contentSostenibilidad h2 {
    margin: 0 0 -10px 0;
    padding: 20px 0;
  }
  .contentSostenibilidad p {
    margin: 0;
    padding: 12px 0;
  }
  .contentTrabaja {
    background-position: left center;
  }
  .cntTrabaja {
    width: 94%;
  }
  .contentTrabaja .bxCnt {
    top: 62%;
    width: 550px;
    min-height: 325px;
    padding: 40px 70px 30px 50px;
  }
  .contentTrabaja h2 {
    margin: 0 0 -10px 0;
    padding: 20px 0;
  }
  .contentTrabaja p {
    margin: 0;
    padding: 12px 0;
  }
  .cntRs {
    width: 94%;
  }
  .cntIn {
    width: 94%;
    margin: 70px auto 50px auto;
  }
  .cntProd {
    width: 550px;
  }
  .cntProd .bxTxt .subtitulo1 {
    font-size: 18px;
    line-height: 22px;
  }
  .cntProd .bxImg {
    left: -430px;
    width: 400px;
  }
  .cntGal {
    width: 94%;
  }
  .contentGal .swiper-container.swipPrinc .bxImg {
    top: 20px;
    left: 0;
    width: 350px;
    height: 360px;
  }
  .swiper-container.swipPrinc .bxCnt {
    width: 800px;
    height: 400px;
  }
  .swiper-container.swipPrinc .bxDsc {
    width: 800px;
    height: 400px;
    padding: 10px 60px 50px 180px;
  }
  .contentPG {
    background-size: 340px auto;
    margin: 25px 0;
  }
  .contentPG .bxCnt {
    width: 600px;
    min-height: 400px;
    padding: 40px 60px 45px 60px;
  }
  ul.liCat li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liObj li:nth-child(2n) {
    margin-right: 0;
  }
  ul.liCont li {
    width: 31%;
    min-height: 230px;
    margin: 20px 3.5% 20px 0;
  }
  ul.liCont li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liChar {
    right: 20px;
    bottom: 40px;
    overflow: hidden;
    position: absolute;
  }
  ul.liChar li {
    float: left;
    margin: 0 20px 0 0;
  }
  ul.liBRd li {
    width: 180px;
    margin: 20px 30px 50px 30px;
  }
  ul.liBRd .bxTxt {
    padding: 0 20px;
  }
  ul.liCh2C {
    width: 100%;
    margin: 40px 0 0 0;
  }
  ul.liCh2C li:last-child {
    margin-bottom: 30px;
  }
  ul.liCh2C .bxImg {
    top: 32px;
    width: 400px;
  }
  ul.liCh2C .bxTxt {
    width: 700px;
    min-height: 350px;
    padding: 55px 50px 20px 140px;
  }
  ul.liCh2C li:nth-child(2n) .bxTxt {
    padding: 55px 140px 20px 50px;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 737px) and (max-width: 920px) {
  .vidEmb {
    margin-top: 10px;
    padding-bottom: 57%;
  }
  .contentMod .vidEmbIt {
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 100% auto;
    width: 100px;
    height: 45px;
    margin: 0;
  }
  header.hdPf a.logo:link {
    width: 80px;
    height: 45px;
    margin: 0 0 0 5px;
  }
  .dspMn a.logo:link,
  header.hdPf.dspMn a.logo:link {
    display: none;
  }
  header.hdPf .menuMb {
    margin-top: 2px;
  }
  header {
    height: 50px;
  }
  header.hdPf {
    height: 45px;
  }
  header .cntHeader {
    margin: 2px auto;
    padding: 0 10px;
  }
  header.hdPf .cntHeader {
    margin: 0 auto;
    padding: 0 5px;
  }
  nav {
    display: none;
  }
  .menuMb {
    display: block;
  }
  .menuMbCls {
    display: none;
  }
  .dspMn .menuMb {
    display: none;
  }
  .dspMn .menuMbCls {
    z-index: 3000;
    display: block;
  }
  .dspMn,
  header.hdPf.dspMn {
    top: 0;
    left: 0;
    z-index: 2000;
    overflow: visible;
    overflow-x: auto;
    box-sizing: border-box;
    position: fixed !important;
    background: #ffffff;
    width: 100% !important;
    min-height: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
  }
  .dspMn nav {
    top: 0;
    overflow: hidden;
    display: block;
    z-index: 3000;
    position: relative;
    pointer-events: initial;
    box-sizing: border-box;
    width: 100%;
    min-height: 80vh;
    height: auto;
    margin: 20px 0 50px 0 !important;
    padding: 0;
    transition: all 0s;
  }
  .dspMn nav ul {
    z-index: 3000;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
  }
  .dspMn nav ul li {
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
    margin: 3px 0;
  }
  .dspMn nav ul a {
    box-sizing: border-box;
    text-align: left;
    color: #000000;
    width: 100%;
    margin: 0;
    padding: 8px 15px;
  }
  .contentIni {
    background-position: 70% top;
    background-size: auto 80%;
    min-height: 750px;
    margin: 40px 0 0 0;
  }
  .cntIni {
    width: 88%;
    min-height: 750px;
  }
  .contentIni .bxCnt {
    top: 35%;
    transform: translateY(-50%);
  }
  .contentIni h1 {
    margin: 0;
    padding: 20px 0;
  }
  .contentNosotros {
    background-size: 130% auto;
    background-attachment: initial;
    min-height: 750px;
  }
  .cntNosotros {
    width: 88%;
    min-height: 750px;
  }
  .contentNosotros .bxCnt {
    top: 32%;
    width: 70%;
    min-height: 300px;
    padding: 50px 75px 40px 55px;
  }
  .contentNosotros h2 {
    padding: 10px 0;
  }
  .contentNosotros .subtitle {
    padding: 5px 10px;
  }
  .contentMarcas {
    background-position: 40% bottom;
    background-size: auto 100%;
    background-attachment: initial;
    min-height: 750px;
  }
  .cntMarcas {
    width: 88%;
    min-height: 750px;
  }
  .contentMarcas .bxCnt {
    top: 32%;
    width: 70%;
    min-height: 300px;
    padding: 50px 75px 40px 55px;
  }
  .contentMarcas h2 {
    padding: 10px 0;
  }
  .contentMarcas .subtitle {
    border-radius: 3px;
    padding: 5px 10px;
  }
  .contentSostenibilidad {
    background-position: center 78%;
    background-size: 380px auto;
    min-height: 1000px;
    margin: 0;
    padding: 0;
  }
  .cntSostenibilidad {
    width: 88%;
    min-height: 1000px;
  }
  .contentSostenibilidad .bxCnt {
    top: 26%;
    width: 100%;
    min-height: 300px;
    padding: 50px 75px 40px 55px;
  }
  .contentSostenibilidad h2 {
    padding: 10px 0;
  }
  .contentSostenibilidad .subtitle {
    border-radius: 3px;
    padding: 5px 10px;
  }
  ul.liChar {
    right: 6%;
    bottom: 25px;
    width: 88%;
  }
  ul.liChar li {
    float: left;
    height: 30px;
    margin: 5px 8% 5px 0;
  }
  ul.liChar li img {
    float: left;
    display: block;
    width: auto;
    height: 30px;
    margin: 0;
  }
  .contentTrabaja {
    background-color: #f2f2f2;
    background-position: left bottom;
    background-size: 110% auto;
    background-attachment: initial;
    min-height: 950px;
  }
  .cntTrabaja {
    width: 88%;
    min-height: 950px;
  }
  .contentTrabaja .bxCnt {
    top: 26%;
    width: 100%;
    min-height: 325px;
    padding: 35px 30px 25px 30px;
  }
  .contentGal {
    min-height: auto;
  }
  .cntGal {
    width: 88%;
    min-height: auto;
    margin: 60px auto 40px auto;
  }
  .contentGal h2 {
    width: 60%;
    min-height: 50px;
    margin: 0 0 30px 0;
  }
  .contentGal .swiper-container.swipPrinc {
    height: auto;
    margin-top: -80px;
    padding: 80px 0 60px 0;
  }
  .swiper-container.swipPrinc .bxCnt::after {
    bottom: -13px;
    border-radius: 20px;
    width: 150px;
    height: 115px;
  }
  .swiper-container.swipPrinc .swiper-wrapper {
    z-index: 400;
  }
  .swiper-container.swipPrinc .swiper-slide h2 {
    margin: 15px 0 12px 0;
    padding: 40px 0 0 0;
  }
  .swiper-container.swipPrinc .swiper-slide h2::before {
    top: 20px;
    left: 0px;
  }
  .swiper-container.swipPrinc .swiper-pagination {
    bottom: 0;
    height: 20px;
  }
  .swiper-container.swipPrinc .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
  }
  .swiper-container.swipPrinc .swiper-pagination-bullet-active {
    width: 20px !important;
  }
  .swiper-container.swipPrinc .swiper-button-next,
  .swiper-container.swipPrinc .swiper-button-prev {
    top: 25px;
    pointer-events: initial;
    width: 40px !important;
    height: 40px !important;
  }
  .swiper-container.swipPrinc .swiper-button-next {
    right: 2px;
    background-size: 16px auto;
  }
  .swiper-container.swipPrinc .swiper-button-next:hover {
    background-size: 16px auto;
  }
  .swiper-container.swipPrinc .swiper-button-prev {
    right: 50px;
    background-size: 16px auto;
  }
  .swiper-container.swipPrinc .swiper-button-prev:hover {
    background-size: 16px auto;
  }
  .contentGal .swiper-container.swipPrinc .bxImg {
    top: 0;
    left: 0;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin-bottom: -20px;
  }
  .contentGal .swiper-container.swipPrinc img {
    border-radius: 20px;
  }
  .swiper-container.swipPrinc .bxCnt {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
  .swiper-container.swipPrinc .bxDsc {
    width: 100%;
    height: auto;
    padding: 30px 30px 30px 30px;
  }
  .swiper-container.swipPrinc .swipCntCt {
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    z-index: 300;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(0);
  }
  .contentIn {
    min-height: 900px;
    margin: 40px 0 0 0;
  }
  .cntIn {
    width: 88%;
    margin: 30px auto 50px auto;
  }
  .contentIn.inNot .cntIn {
    margin: 30px auto 50px auto;
  }
  .contentIn p {
    padding: 0 10px;
  }
  .contentIn.inNot h1 {
    width: 100%;
    margin: 10px auto;
    padding: 0 10px;
  }
  .contentIn h2 {
    margin: 60px auto 5px auto;
    padding: 4px 0;
  }
  .contentIn h3.sbT {
    margin: 0 0 10px 0;
    padding: 2px 0 6px 0;
  }
  .cntFooter {
    padding: 30px 6%;
  }
  footer ul {
    margin: 15px auto;
  }
  footer ul li {
    margin: 0 20px 4px 0;
  }
  .contentImgP {
    border-radius: 0;
    background: #f2f2f2;
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }
  .contentImgP h1 {
    top: 20px;
    transform: translateY(-20px);
  }
  .contentImgP .bxCnt {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    min-height: 86px;
    padding: 10px 20px 15px 20px;
    display: grid;
    align-content: flex-end;
  }
  .contentImgP .bxCnt::after {
    display: none;
  }
  .contentImgP .bxCnt::before {
    top: 0;
    right: -50px;
    background: url(../lib/bn-apl-b.svg) no-repeat center;
    background-size: 100% auto;
    width: 170px;
    height: 63px;
  }
  .contentImgP .hj {
    top: -90px;
    right: -48px;
    width: 160px;
    height: 200px;
    transform: translateY(50px);
  }
  .contentImgP a {
    padding: 5px 0;
  }
  .contentImgP .bxImg {
    float: left;
    display: block;
    border-radius: 10px;
    mask-image: none;
    width: 100%;
    height: auto;
    margin-top: 4px;
  }
  .contentImgP .bxImg img {
    float: left;
    display: block;
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .contentPG {
    background: #000000 url(../lib/bg-sostenibilidad.jpg) no-repeat center 82%;
    background-size: 350px auto;
    border-radius: 15px;
    width: 100%;
    min-height: 400px;
    margin: 25px 0;
  }
  .contentPG h2 {
    margin: 10px 0;
  }
  .contentPG p {
    letter-spacing: -0.2px;
    text-align: justify;
    padding: 0;
  }
  .contentPG .bxCnt {
    width: 100%;
    padding: 50px 60px 460px 60px;
    display: grid;
    align-content: center;
  }
  .bxVid {
    border-radius: 10px;
    width: 100%;
    margin: 40px 0;
  }
  .bxVid .btnVdM {
    right: 10px;
    bottom: 10px;
    line-height: 37px;
    border-radius: 30px;
    min-width: 80px;
    height: 37px;
    padding-right: 40px;
  }
  .bxVid .btnVdM::after {
    background-size: 22px auto;
    width: 43px;
    height: 37px;
  }
  .bxVid:hover .btnVdM::after {
    right: 0;
  }
  .bxVid .btnVdM span {
    border-radius: 30px;
    min-width: 50px;
    height: 37px;
    padding: 0 20px;
  }
  .bxVid:hover .btnVdM span {
    padding: 0 20px;
  }
  .cntProd {
    width: 100%;
    margin: 5px 0 150px 0;
  }
  .cntProd .bxTxt p {
    margin: 15px auto 25px auto;
    padding: 0 10px;
  }
  .cntProd .bxTxt ul.liRSB {
    padding: 0 10px;
  }
  .tabs {
    margin: -5px auto 20px auto;
    padding: 0 10px;
  }
  .cntProd .bxImg {
    top: 0;
    left: 30%;
    position: relative;
    width: 40%;
    height: 450px;
    margin-bottom: 10px;
  }
  .swiper-container.swipProdH .bxImg {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .swiper-container.swipProdH .swiper-button-next,
  .swiper-container.swipProdH .swiper-button-prev {
    top: 113px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .swiper-container.swipProdH .swiper-button-next {
    right: 10px;
    background-size: 18px auto;
  }
  .swiper-container.swipProdH .swiper-button-next:hover {
    background-size: 18px auto;
  }
  .swiper-container.swipProdH .swiper-button-prev {
    left: 10px;
    background-size: 18px auto;
  }
  .swiper-container.swipProdH .swiper-button-prev:hover {
    background-size: 18px auto;
  }
  .swiper-container.swipProdH b {
    margin-bottom: 10px;
    padding-bottom: 7px;
  }
  .contImgPN {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .contentRs {
    background-attachment: fixed;
    min-height: 600px;
  }
  .cntRs {
    width: 88%;
    min-height: 500px;
    margin: 50px auto;
  }
  .bxRs {
    left: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 140px;
    transform: translateX(0);
  }
  .contentRs h2 {
    width: 100%;
  }
  .contentRs ul.liRS {
    width: 100%;
    margin: 12px 0 5px 0;
  }
  .contentRs ul.liRS li {
    width: 40px;
    height: 40px;
    margin: 8px 3px;
  }
  .contentRs ul.liRS li a {
    background-size: 22px auto;
    width: 40px;
    height: 40px;
  }
  .contentRs ul.liRS .liFacebook a {
    background-position: center 6px;
    background-size: 34px auto;
  }
  .txtDt {
    padding: 0 10px;
  }
  ul.liNoticias {
    width: 100%;
    margin: 50px 0;
  }
  ul.liNoticias li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  ul.liNoticias .bxImg {
    border-radius: 10px;
    width: 110px;
    height: 110px;
  }
  ul.liNoticias .bxImg a::after {
    top: 0;
    left: 0;
    background-size: 40px auto;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }
  ul.liNoticias .bxTxt {
    border-radius: 10px;
    width: calc(100% - 120px);
    height: 110px;
    padding: 15px 20px 14px 20px;
  }
  ul.liNoticias .bxTxt a {
    font-size: 19px;
    line-height: 22px;
    padding: 7px 0 5px 0;
  }
  ul.liNoticias .tTxt {
    display: none;
  }
  ul.liProy {
    width: 100%;
    margin: 10px 0 30px 0;
  }
  ul.liProy li {
    border-radius: 15px;
    width: 84%;
    margin: 20px 8%;
    padding: 20px;
  }
  ul.liProy b {
    margin: 7px 0 12px 0;
  }
  ul.liObj {
    margin: 30px 0 0 0;
  }
  ul.liObj li {
    border-radius: 15px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  ul.liObj icon {
    width: 45px;
    margin: 3px 0 5px 0;
  }
  ul.liObj .txtDsc {
    width: calc(100% - 65px);
  }
  ul.liObj .txtDsc b {
    padding: 4px 0;
  }
  ul.liCat {
    margin: 40px 0 30px 0;
  }
  ul.liCat li {
    width: 46.5%;
    margin: 0 7% 60px 0;
    padding: 0;
  }
  ul.liCat li:nth-child(2n) {
    margin-right: 0;
  }
  ul.liCat .bxImg {
    border-radius: 15px;
  }
  ul.liCat .bxImg::after {
    line-height: 45vh;
  }
  ul.liCat .bxTxt {
    margin: 15px 0 20px 0;
    padding: 0 30px 0 5px;
  }
  ul.liCat icon {
    top: 10px;
    left: 10px;
    border-radius: 10px;
    width: 55px;
    height: 55px;
  }
  ul.liCat .gestionAgua {
    background-size: 55px auto;
  }
  ul.liCat .accionClimatica {
    background-size: 55px auto;
  }
  ul.liCat .consumoInteligente {
    background-size: 55px auto;
  }
  ul.liCat .empaqueCircular {
    background-size: 55px auto;
  }
  ul.liCat .emprendimiento {
    background-size: 55px auto;
  }
  ul.liCat .apoyoComunidad {
    background-size: 55px auto;
  }
  ul.liCat .eticaTransparencia {
    background-size: 55px auto;
  }
  ul.liCat .diversidadInclusion {
    background-size: 55px auto;
  }
  ul.liCh2C {
    width: 90%;
    margin: 40px 0 0 5%;
  }
  ul.liCh2C li {
    margin: 20px 0 50px 0;
    padding-top: 100px;
  }
  ul.liCh2C li:last-child {
    margin-bottom: 30px;
  }
  ul.liCh2C .bxImg {
    top: 20px;
    left: 50px;
    width: 410px;
  }
  ul.liCh2C li:nth-child(2n) .bxImg {
    left: auto;
    right: 50px;
  }
  ul.liCh2C .bxTxt {
    float: right;
    width: 100%;
    min-height: 400px;
    padding: 230px 50px 50px 50px;
  }
  ul.liCh2C .bxTxt::after {
    bottom: -13px;
    width: 295px;
    height: 115px;
  }
  ul.liCh2C li:nth-child(2n) .bxTxt {
    padding: 230px 50px 50px 50px;
  }
  ul.liCh2C .bxTxt b {
    margin: 0 0 5px 0;
    padding: 5px 0;
  }
  ul.liNCl {
    width: 100%;
    margin: 50px 0 50px 0;
  }
  ul.liNCl li .imgDs {
    display: none;
  }
  ul.liNCl li .imgMb {
    display: block;
  }
  ul.liNCl li {
    overflow: hidden;
    width: 50%;
    height: 250px;
    padding: 20px !important;
  }
  ul.liNCl li img {
    width: 170% !important;
    margin-left: -35% !important;
  }
  ul.liNCl li:nth-child(8) img {
    width: 190% !important;
    margin-left: -35% !important;
  }
  ul.liNCl li .bx_num img {
    height: 30px !important;
    margin: 0 0 10px 0 !important;
  }
  ul.liNCl li:nth-child(1) {
    width: 100%;
    padding: 0 !important;
  }
  ul.liNCl li:nth-child(1) img {
    width: 100% !important;
    margin: 0 !important;
  }
  /*ul.liNCl li:nth-child(1){
		background: #ffffff;
		width: 50%;
	}*/
  ul.liNCl li:nth-child(4) {
    background: #000000;
    width: 50%;
    padding: 0 !important;
  }
  ul.liNCl li:nth-child(5) {
    color: #ffffff;
    background: #000000;
  }
  ul.liNCl li:nth-child(6) {
    color: #000000;
    background: #ffffff;
  }
  ul.liNCl li:nth-child(7) {
    background: #ffffff;
    width: 50%;
  }
  ul.liNCl li:nth-child(10) {
    background: #000000;
    width: 50%;
    padding: 0 !important;
  }
  ul.liBRd {
    width: 100%;
    margin: 10px 0 40px 0;
  }
  ul.liBRd li {
    float: left;
    display: block;
    width: 47%;
    margin: 20px 4.7% 40px 0;
  }
  ul.liBRd li:nth-child(2n) {
    margin-right: 0;
  }
  ul.liBRd .bxImg {
    float: left;
    width: 70%;
    margin: 0 15%;
  }
  ul.liBRd .bxImg img {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  ul.liBRd .bxTxt {
    margin: 15px 0;
    padding: 0 20px;
  }
  ul.liBRd .bxTxt b {
    width: 100%;
    padding: 5px 0;
  }
  ul.liCont {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 20px;
  }
  ul.liCont li {
    border-radius: 10px;
    width: 100%;
    min-height: 180px;
    margin: 20px 0 40px 0;
  }
  ul.liCont li:after {
    top: auto;
    bottom: -13px;
    border-radius: 10px;
    width: 270px;
    height: 100px;
  }
  ul.liCont li:before {
    border-radius: 0 0 0 10px;
    width: 270px;
    height: 100px;
  }
  ul.liCont icon {
    width: 60px;
    height: 60px;
    margin: 25px auto 0 auto;
  }
  ul.liCont .bxTxt {
    width: 100%;
    height: auto;
    padding: 5px 30px;
  }
}
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 321px) and (max-width: 736px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }
  .vidEmb {
    margin-top: 10px;
    padding-bottom: 57%;
  }
  .contentMod .vidEmbIt {
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 100% auto;
    width: 100px;
    height: 45px;
    margin: 0;
  }
  header.hdPf a.logo:link {
    width: 80px;
    height: 45px;
    margin: 0 0 0 5px;
  }
  .dspMn a.logo:link,
  header.hdPf.dspMn a.logo:link {
    display: none;
  }
  header.hdPf .menuMb {
    margin-top: 2px;
  }
  header {
    height: 50px;
  }
  header.hdPf {
    height: 45px;
  }
  header .cntHeader {
    margin: 2px auto;
    padding: 0 10px;
  }
  header.hdPf .cntHeader {
    margin: 0 auto;
    padding: 0 5px;
  }
  nav {
    display: none;
  }
  .menuMb {
    display: block;
  }
  .menuMbCls {
    display: none;
  }
  .dspMn .menuMb {
    display: none;
  }
  .dspMn .menuMbCls {
    z-index: 3000;
    display: block;
  }
  .dspMn,
  header.hdPf.dspMn {
    top: 0;
    left: 0;
    z-index: 2000;
    overflow: visible;
    overflow-x: auto;
    box-sizing: border-box;
    position: fixed !important;
    background: #ffffff;
    width: 100% !important;
    min-height: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
  }
  .dspMn nav {
    top: 0;
    overflow: hidden;
    display: block;
    z-index: 3000;
    position: relative;
    pointer-events: initial;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    min-height: 80vh;
    height: auto;
    margin: 20px 0 50px 0 !important;
    padding: 0;
    transition: all 0s;
  }
  .dspMn nav ul {
    z-index: 3000;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
  }
  .dspMn nav ul li {
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
    margin: 3px 0;
  }
  .dspMn nav ul a {
    box-sizing: border-box;
    text-align: left;
    color: #000000;
    width: 100%;
    margin: 0;
    padding: 8px 15px;
  }
  .contentIni {
    background-position: 68% center;
    background-size: auto 96%;
    min-height: 750px;
    margin: 40px 0 0 0;
  }
  .cntIni {
    width: 88%;
    min-height: 750px;
  }
  .contentIni .bxCnt {
    top: 45%;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    transform: translateY(-50%);
  }
  .contentIni h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    padding: 20px 0;
  }
  .contentNosotros {
    background-size: auto 180%;
    background-attachment: initial;
    min-height: 750px;
  }
  .cntNosotros {
    width: 88%;
    min-height: 750px;
  }
  .contentNosotros .bxCnt {
    top: 32%;
    font-size: 16px;
    line-height: 20px;
    border-radius: 15px;
    width: 100%;
    min-height: 325px;
    padding: 35px 30px 25px 30px;
  }
  .contentNosotros h2 {
    font-size: 35px;
    line-height: 36px;
    padding: 10px 0;
  }
  .contentNosotros .subtitle {
    font-size: 12px;
    line-height: 11px;
    border-radius: 3px;
    padding: 5px 10px;
  }
  .contentMarcas {
    background-position: 22% bottom;
    background-size: auto 100%;
    background-attachment: initial;
    min-height: 750px;
  }
  .cntMarcas {
    width: 88%;
    min-height: 750px;
  }
  .contentMarcas .bxCnt {
    top: 32%;
    font-size: 16px;
    line-height: 20px;
    border-radius: 15px;
    width: 100%;
    min-height: 325px;
    padding: 35px 30px 25px 30px;
  }
  .contentMarcas h2 {
    font-size: 35px;
    line-height: 36px;
    padding: 10px 0;
  }
  .contentMarcas .subtitle {
    font-size: 12px;
    line-height: 11px;
    border-radius: 3px;
    padding: 5px 10px;
  }
  .contentSostenibilidad {
    background-position: center 73%;
    background-size: 270px auto;
    min-height: 1000px;
    margin: 0;
    padding: 0;
  }
  .cntSostenibilidad {
    width: 88%;
    min-height: 1000px;
  }
  .contentSostenibilidad .bxCnt {
    top: 20%;
    font-size: 16px;
    line-height: 20px;
    border-radius: 15px;
    width: 100%;
    min-height: 325px;
    padding: 35px 30px 25px 30px;
  }
  .contentSostenibilidad h2 {
    font-size: 35px;
    line-height: 36px;
    padding: 10px 0;
  }
  .contentSostenibilidad .subtitle {
    font-size: 12px;
    line-height: 11px;
    border-radius: 3px;
    padding: 5px 10px;
  }
  ul.liChar {
    right: 6%;
    bottom: 25px;
    width: 88%;
  }
  ul.liChar li {
    float: left;
    width: 48px;
    height: 48px;
    margin: 5px 8px 5px 0;
  }
  ul.liChar li:nth-of-type(6n) {
    margin-right: 0;
  }
  ul.liChar li img {
    float: left;
    display: block;
    width: auto;
    height: 48px;
    margin: 0;
  }
  .contentTrabaja {
    background-color: #f4e00f;
    background-position: center bottom;
    background-size: 180% auto;
    background-attachment: initial;
    min-height: 850px;
  }
  .cntTrabaja {
    width: 88%;
    min-height: 850px;
  }
  .contentTrabaja .bxCnt {
    top: 30%;
    font-size: 16px;
    line-height: 20px;
    border-radius: 15px;
    width: 100%;
    min-height: 325px;
    padding: 35px 30px 25px 30px;
  }
  .contentTrabaja h2 {
    font-size: 35px;
    line-height: 36px;
    padding: 10px 0;
  }
  .contentTrabaja .subtitle {
    font-size: 12px;
    line-height: 11px;
    border-radius: 3px;
    padding: 5px 10px;
  }
  .contentGal {
    min-height: auto;
  }
  .cntGal {
    width: 88%;
    min-height: auto;
    margin: 60px auto 40px auto;
  }
  .contentGal h2 {
    font-size: 23px;
    line-height: 24px;
    width: 60%;
    min-height: 50px;
    margin: 0 0 30px 0;
  }
  .contentGal .swiper-container.swipPrinc {
    height: auto;
    margin-top: -80px;
    padding: 80px 0 60px 0;
  }
  .swiper-container.swipPrinc .bxCnt::after {
    bottom: -13px;
    border-radius: 20px;
    width: 150px;
    height: 115px;
  }
  .swiper-container.swipPrinc .swiper-wrapper {
    z-index: 400;
  }
  .swiper-container.swipPrinc .swiper-slide h2 {
    font-size: 23px;
    line-height: 25px;
    margin: 15px 0 12px 0;
    padding: 40px 0 0 0;
  }
  .swiper-container.swipPrinc .swiper-slide h2::before {
    top: 20px;
    left: 0px;
    font-size: 85px;
    line-height: 25px;
  }
  .swiper-container.swipPrinc .swiper-pagination {
    bottom: 0;
    height: 20px;
  }
  .swiper-container.swipPrinc .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
  }
  .swiper-container.swipPrinc .swiper-pagination-bullet-active {
    width: 20px !important;
  }
  .swiper-container.swipPrinc .swiper-button-next,
  .swiper-container.swipPrinc .swiper-button-prev {
    top: 25px;
    pointer-events: initial;
    width: 40px !important;
    height: 40px !important;
  }
  .swiper-container.swipPrinc .swiper-button-next {
    right: 2px;
    background-size: 16px auto;
  }
  .swiper-container.swipPrinc .swiper-button-next:hover {
    background-size: 16px auto;
  }
  .swiper-container.swipPrinc .swiper-button-prev {
    right: 50px;
    background-size: 16px auto;
  }
  .swiper-container.swipPrinc .swiper-button-prev:hover {
    background-size: 16px auto;
  }
  .contentGal .swiper-container.swipPrinc .bxImg {
    top: 0;
    left: 0;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin-bottom: -20px;
  }
  .contentGal .swiper-container.swipPrinc img {
    border-radius: 20px;
  }
  .swiper-container.swipPrinc .bxCnt {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
  .swiper-container.swipPrinc .bxDsc {
    width: 100%;
    height: auto;
    padding: 30px 30px 30px 30px;
  }
  .swiper-container.swipPrinc .swipCntCt {
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    z-index: 300;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(0);
  }
  .contentIn {
    min-height: 900px;
    margin: 40px 0 0 0;
  }
  .cntIn {
    width: 88%;
    margin: 30px auto 50px auto;
  }
  .contentIn.inNot .cntIn {
    margin: 30px auto 50px auto;
  }
  .contentIn p {
    padding: 0 10px;
  }
  .contentIn.inNot h1 {
    font-size: 22px;
    line-height: 20px;
    width: 100%;
    margin: 10px auto;
    padding: 0 10px;
  }
  .contentIn h2 {
    font-size: 22px;
    line-height: 20px;
    margin: 60px auto 5px auto;
    padding: 4px 0;
  }
  .contentIn h3.sbT {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0;
    padding: 6px 20px;
  }
  .cntFooter {
    padding: 30px 6%;
  }
  footer ul {
    margin: 15px auto;
  }
  footer ul li {
    margin: 0 20px 4px 0;
  }
  .contentImgP {
    border-radius: 0;
    background: #f2f2f2;
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }
  .contentImgP h1 {
    top: 20px;
    font-size: 26px;
    line-height: 28px;
    transform: translateY(-20px);
  }
  .contentImgP .bxCnt {
    overflow: hidden;
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
    min-height: 86px;
    padding: 10px 20px 15px 20px;
    display: grid;
    align-content: flex-end;
  }
  .contentImgP .bxCnt::after {
    display: none;
  }
  .contentImgP .bxCnt::before {
    top: 0;
    right: -50px;
    background: url(../lib/bn-apl-b.svg) no-repeat center;
    background-size: 100% auto;
    width: 170px;
    height: 63px;
  }
  .contentImgP .hj {
    top: -90px;
    right: -48px;
    width: 160px;
    height: 200px;
    transform: translateY(50px);
  }
  .contentImgP a {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 0;
  }
  .contentImgP .bxImg {
    float: left;
    display: block;
    border-radius: 10px;
    mask-image: none;
    width: 100%;
    height: auto;
    margin-top: 4px;
  }
  .contentImgP .bxImg img {
    float: left;
    display: block;
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .contentPG {
    background: #000000 url(../lib/bg-sostenibilidad.jpg) no-repeat center 90%;
    background-size: 270px auto;
    border-radius: 15px;
    width: 100%;
    min-height: 400px;
    margin: 25px 0;
  }
  .contentPG h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0;
  }
  .contentPG p {
    letter-spacing: -0.2px;
    text-align: justify;
    padding: 0;
  }
  .contentPG .bxCnt {
    width: 100%;
    padding: 40px 40px 350px 40px;
    display: grid;
    align-content: center;
  }
  .bxVid {
    border-radius: 10px;
    width: 100%;
    margin: 40px 0;
  }
  .bxVid .btnVdM {
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    line-height: 37px;
    border-radius: 30px;
    min-width: 80px;
    height: 37px;
    padding-right: 40px;
  }
  .bxVid .btnVdM::after {
    background-size: 22px auto;
    width: 43px;
    height: 37px;
  }
  .bxVid:hover .btnVdM::after {
    right: 0;
  }
  .bxVid .btnVdM span {
    border-radius: 30px;
    min-width: 50px;
    height: 37px;
    padding: 0 20px;
  }
  .bxVid:hover .btnVdM span {
    padding: 0 20px;
  }
  .cntProd {
    width: 100%;
    margin: 5px 0 150px 0;
  }
  .cntProd .bxTxt p {
    margin: 15px auto 25px auto;
    padding: 0 10px;
  }
  .cntProd .bxTxt .subtitulo1 {
    font-size: 18px;
    line-height: 22px;
  }
  .cntProd .bxTxt ul.liRSB {
    padding: 0 10px;
  }
  .tabs {
    margin: -5px auto 20px auto;
    padding: 0 10px;
  }
  .tab {
    float: none;
    display: inline-block;
    margin: 0 4px 10px 4px;
    padding: 0 20px;
  }
  .cntProd .bxImg {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .swiper-container.swipProdH .bxImg {
    float: none;
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .swiper-container.swipProdH .swiper-button-next,
  .swiper-container.swipProdH .swiper-button-prev {
    top: 113px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .swiper-container.swipProdH .swiper-button-next {
    right: 10px;
    background-size: 18px auto;
  }
  .swiper-container.swipProdH .swiper-button-next:hover {
    background-size: 18px auto;
  }
  .swiper-container.swipProdH .swiper-button-prev {
    left: 10px;
    background-size: 18px auto;
  }
  .swiper-container.swipProdH .swiper-button-prev:hover {
    background-size: 18px auto;
  }
  .swiper-container.swipProdH b {
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 7px;
  }
  .contImgPN {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .contentRs {
    background-attachment: fixed;
    min-height: 600px;
  }
  .cntRs {
    width: 88%;
    min-height: 500px;
    margin: 50px auto;
  }
  .bxRs {
    left: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 120px;
    transform: translateX(0);
  }
  .contentRs h2 {
    font-size: 18px;
    line-height: 50px;
    width: 100%;
    height: 50px;
  }
  .contentRs ul.liRS {
    width: 100%;
    margin: 8px 0 5px 0;
  }
  .contentRs ul.liRS li {
    width: 40px;
    height: 40px;
    margin: 8px 3px;
  }
  .contentRs ul.liRS li a {
    background-size: 22px auto;
    width: 40px;
    height: 40px;
  }
  .contentRs ul.liRS .liFacebook a {
    background-position: center 6px;
    background-size: 34px auto;
  }
  .cntGalP {
    width: 100%;
    height: 240px;
    margin: 25px auto;
  }
  .cntGalP .swiper-container.swipPrinc .swiper-wrapper {
    z-index: 10;
  }
  .cntGalP .swiper-container.swipPrinc .swiper-slide {
    border-radius: 15px;
  }
  .cntGalP .swiper-container.swipPrinc .swiper-button-next,
  .cntGalP .swiper-container.swipPrinc .swiper-button-prev {
    top: 103px;
    z-index: 20;
  }
  .cntGalP .swiper-container.swipPrinc .swiper-button-next {
    right: 10px;
  }
  .cntGalP .swiper-container.swipPrinc .swiper-button-prev {
    left: 10px;
    right: auto;
  }
  .fr-video {
    padding-bottom: 50%;
    border-radius: 20px;
    margin: 10px 0 20px 0;
  }
  .txtDt {
    font-size: 12px;
    padding: 0 10px;
  }
  .pDst {
    font-size: 17px;
    line-height: 24px;
  }
  .subtitulo1,
  .subtitulo2 {
    font-size: 18px;
    line-height: 20px;
  }
  ul.liNoticias {
    width: 100%;
    margin: 50px 0;
  }
  ul.liNoticias li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  ul.liNoticias .bxImg {
    border-radius: 10px;
    width: 110px;
    height: 110px;
  }
  ul.liNoticias .bxImg a::after {
    top: 0;
    left: 0;
    font-size: 100px;
    line-height: 40vh;
    background-size: 40px auto;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }
  ul.liNoticias .bxTxt {
    border-radius: 10px;
    width: calc(100% - 120px);
    height: auto;
    padding: 15px 20px 14px 20px;
  }
  ul.liNoticias .bxTxt a {
    font-size: 16px;
    padding: 10px 0 5px 0;
  }
  ul.liNoticias .bxTxt .txtDat {
    font-size: 10px;
    line-height: 12px;
  }
  ul.liNoticias .tTxt {
    display: none;
  }
  ul.liProy {
    font-size: 22px;
    line-height: 22px;
    width: 100%;
    margin: 10px 0 30px 0;
  }
  ul.liProy li,
  ul.liProy.col3 li {
    border-radius: 15px;
    width: 84%;
    margin: 15px 8%;
    padding: 20px;
  }
  ul.liProy b {
    font-size: 30px;
    margin: 7px 0 12px 0;
  }
  ul.liProy .small {
    font-size: 15px;
    line-height: 18px;
  }
  ul.liObj {
    font-size: 16px;
    line-height: 18px;
    margin: 30px 0 0 0;
  }
  ul.liObj li {
    border-radius: 15px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  ul.liObj icon {
    width: 45px;
    margin: 3px 15px 5px 0;
  }
  ul.liObj .txtDsc {
    width: calc(100% - 65px);
  }
  ul.liObj .txtDsc b {
    font-size: 16px;
    padding: 4px 0;
  }
  ul.liCat {
    font-size: 18px;
    line-height: 22px;
    margin: 40px 0 30px 0;
  }
  ul.liCat li {
    width: 46.5%;
    margin: 0 7% 60px 0;
    padding: 0;
  }
  ul.liCat li:nth-child(2n) {
    margin-right: 0;
  }
  ul.liCat .bxImg {
    border-radius: 15px;
  }
  ul.liCat .bxImg::after {
    font-size: 10px !important;
    line-height: 45vh;
  }
  ul.liCat li:hover .bxImg::after {
    font-size: 10px !important;
  }
  ul.liCat .bxTxt {
    margin: 15px 0 20px 0;
    padding: 0 30px 0 5px;
  }
  ul.liCat icon {
    top: 10px;
    left: 10px;
    border-radius: 10px;
    width: 55px;
    height: 55px;
  }
  ul.liCat .gestionAgua {
    background-size: 55px auto;
  }
  ul.liCat .accionClimatica {
    background-size: 55px auto;
  }
  ul.liCat .consumoInteligente {
    background-size: 55px auto;
  }
  ul.liCat .empaqueCircular {
    background-size: 55px auto;
  }
  ul.liCat .emprendimiento {
    background-size: 55px auto;
  }
  ul.liCat .apoyoComunidad {
    background-size: 55px auto;
  }
  ul.liCat .eticaTransparencia {
    background-size: 55px auto;
  }
  ul.liCat .diversidadInclusion {
    background-size: 55px auto;
  }
  ul.liCh2C {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    margin: 40px 0 0 0;
  }
  ul.liCh2C li {
    margin: 20px 0 50px 0;
  }
  ul.liCh2C li:last-child {
    margin-bottom: 30px;
  }
  ul.liCh2C .bxImg {
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
  ul.liCh2C .bxTxt {
    float: right;
    font-size: 15px;
    line-height: 20px;
    border-radius: 15px;
    width: 100%;
    min-height: 400px;
    padding: 240px 30px 30px 30px;
  }
  ul.liCh2C .bxTxt::after {
    bottom: -13px;
    border-radius: 15px;
    width: 295px;
    height: 115px;
  }
  ul.liCh2C li:nth-child(2n) .bxTxt {
    padding: 240px 30px 30px 30px;
  }
  ul.liCh2C .bxTxt b {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 5px 0;
    padding: 5px 0;
  }
  ol.liNCl {
    background: url(../lib/somos-duenos-duenas-mob.jpg) no-repeat center top;
    background-size: 100% auto;
    width: 100%;
    margin: 50px 0 50px 0;
    padding: 220px 0 0 0;
  }
  ol.liNCl li .imgDs {
    display: none;
  }
  ol.liNCl li .imgMb {
    display: block;
  }
  ol.liNCl li {
    overflow: hidden;
    width: 50%;
    height: 160px;
  }
  ol.liNCl li img {
    width: 90%;
  }
  ul.liBRd {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    margin: 10px 0 40px 0;
  }
  ul.liBRd li {
    float: left;
    display: block;
    width: 47%;
    margin: 20px 4.7% 40px 0;
  }
  ul.liBRd li:nth-child(2n) {
    margin-right: 0;
  }
  ul.liBRd .bxImg {
    float: left;
    width: 70%;
    margin: 0 15%;
  }
  ul.liBRd .bxImg img {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  ul.liBRd .bxTxt {
    font-size: 12px;
    line-height: 14px;
    margin: 15px 0;
    padding: 0 20px;
  }
  ul.liBRd .bxTxt b {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    padding: 5px 0;
  }
  ul.liCont {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 20px;
  }
  ul.liCont li {
    border-radius: 10px;
    width: 100%;
    min-height: 180px;
    margin: 20px 0 40px 0;
  }
  ul.liCont li:after {
    top: auto;
    bottom: -13px;
    border-radius: 10px;
    width: 270px;
    height: 100px;
  }
  ul.liCont li:before {
    border-radius: 0 0 0 10px;
    width: 270px;
    height: 100px;
  }
  ul.liCont icon {
    width: 60px;
    height: 60px;
    margin: 25px auto 0 auto;
  }
  ul.liCont .bxTxt {
    line-height: 20px;
    width: 100%;
    height: auto;
    padding: 5px 30px;
  }
  ul.liDcAdj li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  ul.pag li {
    display: none;
    margin: 0 10px;
  }
  ul.pag li.pact,
  ul.pag li.txtL {
    display: block;
  }
  .contForm {
    width: 100%;
    margin-bottom: 80px;
    padding: 20px;
  }
  .contForm .formA p {
    width: 100%;
    margin: 10px 0 30px 0;
    padding: 28px 0 5px 0;
  }
  .contForm .formA p.pM {
    width: 100%;
    margin: 10px 0 30px 0;
    padding: 28px 0 5px 0;
  }
  .contForm .formA p.pB {
    margin: 10px 0 30px 0;
    padding: 28px 0 5px 0;
  }
  .contForm .formA .button {
    width: 100%;
    margin: 0 auto;
  }
  .contentInicio {
    z-index: 10000;
    width: 100%;
    height: 100vh;
  }
  .contentInicio .cntInDsc {
    font-size: 24px;
    line-height: 12px;
    text-align: center;
    width: 100%;
    height: 60vh;
    padding: 40px;
  }
  .contentInicio .logo {
    float: none;
    width: 190px;
    height: 50px;
    margin: 20px auto;
  }
  .contentInicio .bxLnk::after {
    top: 7px;
    height: 50px;
  }
  .contentInicio .cntInDsc p:nth-of-type(1) {
    float: none;
    font-size: 20px;
    line-height: 28px;
    width: 80%;
    margin: 50px auto 30px auto;
  }
  .contentInicio .cntInDsc p:nth-of-type(2) {
    float: none;
    font-size: 34px;
    line-height: 40px;
    width: 80%;
    margin: 20px auto;
  }
  .contentInicio .cntInImg {
    width: 100%;
    height: 40vh;
  }
  .contentInicio .bxLnk {
    float: none;
    font-size: 62px;
    line-height: 70px;
    width: 80%;
    height: 80px;
    margin: 30px auto 10px auto;
  }
}
