/*
  V1 -31/01/2025
  CCN - 2025
  Design: Logos Comunicaciones
  www.logoscomunicaciones.com
*/
/* RESET */
@import "animate.css";
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: 'DMSans';
  src: url('../fonts/DMSans-Regular.eot');
  src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Regular.woff2') format('woff2'), url('../fonts/DMSans-Regular.woff') format('woff'), url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DMSansBk';
  src: url('../fonts/DMSans-Black.eot');
  src: url('../fonts/DMSans-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Black.woff2') format('woff2'), url('../fonts/DMSans-Black.woff') format('woff'), url('../fonts/DMSans-Black.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplayB';
  src: url('../fonts/ClashDisplay-Bold.eot');
  src: url('../fonts/ClashDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClashDisplay-Bold.woff2') format('woff2'), url('../fonts/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DMSansLight';
  src: url('../fonts/DMSans-Light.eot');
  src: url('../fonts/DMSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Light.woff2') format('woff2'), url('../fonts/DMSans-Light.woff') format('woff'), url('../fonts/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/ProductSans-Regular.eot');
  src: url('../fonts/ProductSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProductSans-Regular.woff2') format('woff2'), url('../fonts/ProductSans-Regular.woff') format('woff'), url('../fonts/ProductSans-Regular.ttf') format('truetype'), url('../fonts/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* --------------------- FUENTES ---------------------*/
/* --------------------- FUENTES ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- COLORES ---------------------*/
/*                   */
/*                   */
/*                   */
/*                   */
/* --------------------- COLORES ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* ---------------------------- SETTINGS ---------------------------- */
body {
  color: #000000;
  font-size: 20px;
  font-family: "DMSans", Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: center;
  background: #ffffff;
}
body.dsp_mn {
  overflow: hidden;
  overflow-y: hidden;
  width: 100wv;
  height: 100wh;
}
a,
li,
b,
ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5 {
  color: #000000;
  font-size: 40px;
  font-family: "ClashDisplayB", Arial, Tahoma, Verdana;
  font-weight: 100;
}
.wrapper {
  position: relative;
  background: #ffffff;
}
.logo {
  top: 30px;
  left: 50%;
  display: block;
  box-sizing: border-box;
  z-index: 50;
  position: absolute;
  text-decoration: none;
  background: url(../lib/ccn.svg) no-repeat center;
  background-size: 260px auto;
  width: 270px;
  height: 321px;
  transform: translateX(-50%);
}
header {
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 100;
  position: fixed;
  color: #000000;
  font-size: 14px;
  font-family: "ClashDisplayB", Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.95);
  /*background: fade(#dcd9ab, 90%);*/
  width: 100%;
  min-height: 50px;
  height: auto;
  margin-top: -20%;
  padding: 12px 30px 15px 30px;
  transition: all 0.6s;
}
header.pfHd {
  margin-top: 0;
  transition: all 0.6s;
}
header.inHd {
  margin-top: 0;
  transition: all 0.6s;
}
.cntHd {
  display: block;
  overflow: hidden;
  position: relative;
  width: 1350px;
  height: auto;
  margin: 60px auto;
}
header .logo {
  top: 0;
  left: 0;
  float: left;
  display: block;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background: url(../lib/ccn.svg) no-repeat -6px top;
  background-size: 100px auto;
  width: 75px;
  height: 64px;
  transform: translateX(0);
  margin-right: 20px;
}
header nav {
  float: right;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 10px 20px 0 0;
}
header nav ul {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: auto;
}
header nav ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 0 20px;
}
header nav ul li a {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
  text-decoration: none;
  width: auto;
  margin: 0;
  padding: 15px 20px;
}
header nav ul li a:hover {
  opacity: 0.6;
}
header nav ul li.act a {
  color: #54b937;
}
header nav ul li.act::after {
  bottom: 10px;
  left: 25%;
  content: "";
  position: absolute;
  background: #54b937;
  width: 50%;
  height: 3px;
}
.contentIni {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  position: relative;
  color: #000000;
  font-size: 21px;
  text-align: left;
  background: #ecead2;
  width: 100%;
  min-height: 102vh;
  height: auto;
}
.bgBtm1 {
  left: 0;
  bottom: -50px;
  /*left: -2%;
  bottom: -30px;*/
  z-index: 10;
  pointer-events: none;
  position: absolute;
  background: url(../lib/bg-inf-02.svg) no-repeat center top;
  background-size: 100% auto;
  width: 104%;
  height: 360px;
  transition: all linear 0.4s;
}
.bgBtm2 {
  left: 0;
  bottom: -150px;
  /*left: -3%;
  bottom: -70px;*/
  z-index: 20;
  pointer-events: none;
  position: absolute;
  background: url(../lib/bg-inf-01.svg) no-repeat center top;
  background-size: 101% auto;
  width: 106%;
  height: 380px;
  transition: all linear 0.4s 0.2s;
}
.contentIni .arbolLft {
  left: -220px;
  bottom: 0;
  content: "";
  z-index: 6;
  position: absolute;
  background: url(../lib/arbol-lft.svg) no-repeat center bottom;
  background-size: 100% auto;
  width: 737px;
  height: 946px;
}
.contentIni .arbolCnt {
  left: -200px;
  bottom: 0;
  content: "";
  z-index: 5;
  position: absolute;
  background: url(../lib/arbol-cnt.svg) no-repeat center bottom;
  background-size: 100% auto;
  width: 1492px;
  height: 946px;
}
.contentIni .arbolRgt {
  right: -130px;
  bottom: 0;
  content: "";
  z-index: 6;
  position: absolute;
  background: url(../lib/arbol-rgt.svg) no-repeat center bottom;
  background-size: 100% auto;
  width: 200px;
  height: 946px;
}
.cntIni {
  top: 100px;
  left: 50%;
  display: block;
  z-index: 8;
  position: fixed;
  width: 1350px;
  height: 70vh;
  transform: translateX(-50%);
}
.contentIni .hoja1 {
  top: -50px;
  right: 15%;
  display: block;
  box-sizing: border-box;
  z-index: 30;
  position: absolute;
  text-decoration: none;
  background: url(../lib/hoja-an-01.svg) no-repeat center;
  background-size: 190px auto;
  width: 200px;
  height: 200px;
}
.contentIni .hoja2 {
  top: -100px;
  right: 6%;
  display: block;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  text-decoration: none;
  background: url(../lib/hoja-an-02.svg) no-repeat center;
  background-size: 300px auto;
  width: 400px;
  height: 500px;
}
.contentIni .cntDsc {
  bottom: 150px;
  left: 50%;
  z-index: 50;
  position: absolute;
  color: #000000;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  width: 600px;
  height: auto;
  transform: translateX(-50%);
}
.contentIni .cntDsc b {
  font-family: "ClashDisplayB", Arial, Tahoma, Verdana;
}
.contentIni .hoja01 {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-size: 21px;
  text-align: left;
  background: #ecead2;
  width: 100%;
  min-height: 90vh;
  height: auto;
}
.contentIni .mouse {
  bottom: 0;
  left: 50%;
  z-index: 30;
  position: absolute;
  border-radius: 30px;
  border: 2px solid white;
  height: 50px;
  width: 30px;
  transform: translateY(-50%);
}
.contentIni .mouse .wheel {
  animation: mouse-wheel 1.5s ease infinite;
  height: 12px;
  width: 6px;
  background: white;
  margin: 3px auto;
  border-radius: 3px;
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}
.contentInt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-size: 21px;
  text-align: left;
  background: #ecead2;
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.contentInt .bgBtm2b {
  left: -3%;
  bottom: -50px;
  content: "";
  z-index: 20;
  position: absolute;
  background: url(../lib/bg-inf-01.svg) no-repeat center top;
  background-size: 101% auto;
  width: 106%;
  height: 260px;
}
.cntInt {
  float: none;
  display: block;
  z-index: 10;
  position: relative;
  width: 1350px;
  height: 70vh;
  margin: 20px auto;
}
.cntInt h1 {
  float: none;
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 74px;
  line-height: 90px;
  text-align: center;
  width: 1350px;
  margin: 330px auto 0 auto;
}
.contentInt .cntVid {
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.contentInt .cntVid::after {
  top: 0;
  left: 0;
  z-index: 6;
  content: "";
  pointer-events: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
}
.contentInt .cntVid iframe,
.contentInt .cntVid object,
.contentInt .cntVid embed,
.contentInt .cntVid video {
  pointer-events: none;
  width: 100%;
  max-width: 115%;
  min-height: 100%;
}
.contentInt .cntVid .vid_dk {
  display: block;
}
.contentMmd {
  box-sizing: border-box;
  overflow: hidden;
  z-index: 5;
  position: relative;
  color: #000000;
  font-size: 21px;
  text-align: left;
  background-color: #11160f;
  background-image: url(../lib/bg-lft.svg), url(../lib/bg-rgt.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: 254px auto, 282px auto;
  background-attachment: fixed, fixed, fixed;
  width: 100%;
  min-height: 90vh;
  height: auto;
}
/*
.contentMmd::after{
  left: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  position: absolute;
  background: url(../lib/bg-sup-04.svg) no-repeat center top;
  background-size: 101% auto;
  width: 100%;
  height: 250px;
}
.contentMmd::after{
  left: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  position: absolute;
  background: url(../lib/bg-lft.svg) no-repeat center bottom;
  background-size: 101% auto;
  width: 254px;
  height: 1164px;
}
.contentMmd::before{
  right: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  position: absolute;
  background: url(../lib/bg-rgt.svg) no-repeat center bottom;
  background-size: 101% auto;
  width: 282px;
  height: 1061px;
}
*/
.cntMmd {
  display: block;
  position: relative;
  width: 1350px;
  height: auto;
  margin: 150px auto 250px auto;
}
.contentMmd .bxCnt {
  float: none;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 20;
  position: relative;
  color: #ffffff;
  font-size: 21px;
  text-align: left;
  border-radius: 20px;
  width: 1350px;
  height: auto;
  margin: 20px auto 100px auto;
}
.contentMmd .bxLg {
  top: 15px;
  left: 55px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 20;
  position: absolute;
  width: 309px;
  height: 74px;
}
.contentMmd .cntImg {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentMmd .cntImg img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentMmd .cntDsc {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  text-align: left;
  background: #54b937;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /*padding: 50px 35px 10px 70px;*/
}
.contentMmd .bxDs {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  width: 60%;
  margin: 0;
  padding: 58px 200px 45px 72px;
}
.contentMmd b {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-size: 18px;
  font-family: "ClashDisplayB", Arial, Tahoma, Verdana;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  width: 100%;
}
.contentMmd .bxDs h2 {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 54px;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}
.contentMmd .bxDs h2 a {
  float: left;
  display: block;
  color: #000000;
  font-size: 50px;
  font-family: "ClashDisplayB", Arial, Tahoma, Verdana;
  letter-spacing: 0;
  line-height: 54px;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.contentMmd .bxDs h2 a:hover {
  opacity: 0.7;
  color: #000000;
  background: transparent;
}
.contentMmd .bxDs a {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-size: 18px;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
  letter-spacing: 0;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border-radius: 40px;
  width: 270px;
  height: 60px;
  margin: 35px 0 0 0;
}
.contentMmd .bxDs a:hover {
  color: #ffffff;
  background: #000000;
}
.contentMmd .bxEmb {
  float: right;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  background: #000000;
  width: 40%;
  margin: 0;
}
.contentMmd .cntVid {
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.contentMmd .cntVid::after {
  top: 0;
  left: 0;
  z-index: 6;
  content: "";
  pointer-events: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100vh;
}
.contentMmd .cntVid video {
  pointer-events: none;
  width: 130%;
  max-width: 130%;
  min-height: 100%;
}
.contentMmd ul {
  top: 53%;
  left: 50%;
  float: none;
  display: block;
  box-sizing: border-box;
  z-index: 5;
  position: relative;
  text-align: center;
  width: auto;
  transform: translate(-50%, -50%);
}
.contentMmd ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  line-height: 46px;
  width: auto;
  margin: 0 9px;
}
.contentMmd ul li:first-child {
  margin: 0 15px 0 0;
}
.contentMmd ul li a {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 45px auto;
  width: 54px;
  height: 74px;
  margin: 0;
}
.contentMmd ul li.lnkStf a {
  background-image: url(../lib/ico-spotify.svg);
}
.contentMmd ul li.lnkYtb a {
  background-image: url(../lib/ico-youtube-b.svg);
}
.contentMmd ul li.lnkAM a {
  background-image: url(../lib/ico-apple-music.svg);
  border-radius: 5px;
}
.contentMmd ul li:hover a {
  filter: brightness(120%);
}
.contentYtb {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  z-index: 2;
  position: relative;
  color: #ffffff;
  font-size: 21px;
  text-align: left;
  background: #2d3b28;
  width: 100%;
  min-height: 90vh;
  height: auto;
  margin-top: -90px;
}
.contentYtb::after {
  left: 0;
  top: 0;
  content: "";
  z-index: 10;
  position: absolute;
  background: url(../lib/bg-sup-04.svg) no-repeat center top;
  background-size: 101% auto;
  width: 100%;
  height: 270px;
}
.cntYtb {
  display: block;
  overflow: hidden;
  z-index: 20;
  position: relative;
  text-align: center;
  width: 1350px;
  height: auto;
  margin: 150px auto 50px auto;
}
.contentYtb h2 {
  color: #ffffff;
  line-height: 40px;
  opacity: 0;
  transform: translateY(200px);
  transition: all 1.2s ease;
}
.contentChngs {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  z-index: 5;
  position: relative;
  color: #ffffff;
  font-size: 21px;
  text-align: left;
  background: #2d3b28;
  width: 100%;
  min-height: 94vh;
  height: auto;
  margin-top: -90px;
}
.contentChngs::after {
  left: 0;
  top: -150px;
  content: "";
  z-index: 10;
  position: absolute;
  background: url(../lib/bg-sup-04.svg) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: 950px;
}
/*
.contentChngs::before{
  right: 0px;
  top: -75px;
  content: "";
  z-index: 20;
  position: absolute;
  background: url(../lib/bg-changos.svg) no-repeat 25% top;
  background-size: 104% auto;
  width: @w1;
  height: 790px;
}
*/
.cntChngs {
  display: block;
  overflow: hidden;
  z-index: 20;
  position: relative;
  text-align: center;
  width: 1350px;
  height: auto;
  margin: 150px auto 50px auto;
}
.contentChngs h2 {
  color: #ffffff;
  line-height: 40px;
  opacity: 0;
  transform: translateY(200px);
  transition: all 1.2s ease;
}
.contentYtb h3 {
  color: #ffffff;
  font-size: 24px;
  width: 44%;
  margin: 0 auto 30px auto;
}
.contentYtb iframe {
  float: left;
  display: block;
  position: relative;
  width: 40%;
  height: 300px;
  margin: 30px 3%;
}
.contentCrd {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  z-index: 1;
  position: relative;
  color: #ffffff;
  font-size: 21px;
  text-align: left;
  background: #11160f;
  background: linear-gradient(0deg, #11160f 60%, #2d3b28 100%);
  width: 100%;
  min-height: 94vh;
  height: auto;
  /*margin-top: -90px;*/
}
.cntCrd {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 1350px;
  height: auto;
  margin: 0 auto 120px auto;
}
.contentCrd h2 {
  color: #ffffff;
  line-height: 40px;
}
.contentCrd h3 {
  color: #ffffff;
  font-size: 24px;
  width: 44%;
  margin: 0 auto 30px auto;
}
.contentCrd iframe {
  float: left;
  display: block;
  position: relative;
  width: 40%;
  height: 300px;
  margin: 30px 3%;
}
.contentLst {
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  background: #11160f;
  background-image: url(../lib/bg-lft.svg), url(../lib/bg-rgt.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: 254px auto, 282px auto;
  background-attachment: fixed, fixed, fixed;
  width: 100%;
  min-height: 90vh;
  height: auto;
}
.contentLst::after {
  left: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  position: absolute;
  background: url(../lib/bg-sup-04.svg) no-repeat center top;
  background-size: 101% auto;
  width: 100%;
  height: 250px;
}
/*
.contentLst::after{
  left: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  position: absolute;
  background: url(../lib/bg-sup-03.svg) no-repeat center top;
  background-size: 101% auto;
  width: @w1;
  height: 270px;
}*/
.cntLst {
  display: block;
  overflow: hidden;
  z-index: 20;
  position: relative;
  width: 1350px;
  height: auto;
  margin: 0 auto 220px auto;
}
.contentLst h2 {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 20;
  position: relative;
  color: #ffffff;
  font-size: 43px;
  letter-spacing: 0;
  line-height: 50px;
  text-align: left;
  width: 100%;
  margin: 0 0 60px 0;
}
.contentLst ul {
  float: none;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-align: left;
  width: 100%;
  margin: 80px auto 0 auto;
  transition: transform 1.5s ease;
}
.contentLst ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-align: left;
  background: #000000;
  border-radius: 20px;
  width: 100%;
  margin: 0 0 50px 0;
}
.contentLst ul li .bxImg {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-align: left;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  width: 500px;
  height: 300px;
  margin: 0;
}
.contentLst ul li .bxImg img,
.contentLst ul li .bxImg iframe {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentLst ul li .bxImg iframe {
  float: left;
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
}
.contentLst ul li .bxDsc {
  float: right;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-align: left;
  width: calc(100% - 550px);
  margin: 0;
  padding: 24px 80px 0 0;
}
.contentLst ul li .bxDsc b {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  font-family: "ClashDisplayB", Arial, Tahoma, Verdana;
  font-weight: 100;
  letter-spacing: 0px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
}
.contentLst ul li .bxDsc b a {
  color: #ffffff;
  text-decoration: none;
}
.contentLst ul li a:hover {
  opacity: 0.7;
}
.contentLst p {
  float: none;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-align: left;
  width: 60%;
  margin: 40px auto;
}
.contentLst .bxDsc .bxPly {
  float: left;
  display: block;
  width: 100%;
  margin-top: 24px;
}
.contentLst .bxDsc .bxDs {
  float: left;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  width: auto;
  margin: 12px 10px 0 0;
}
.contentLst .bxPly a {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 45px auto;
  width: 46px;
  height: 46px;
  margin: 0 1px;
  scale: 0.7;
}
.contentLst .bxPly a.lnkYtb {
  background-image: url(../lib/ico-youtube-b.svg);
}
.contentLst .bxPly a.lnkAM {
  background-image: url(../lib/ico-apple-music.svg);
  border-radius: 5px;
}
ul.liCrdA {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 80%;
  margin: 50px auto 120px 10%;
}
ul.liCrdA li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 30.8%;
  margin: 20px 3.7% 40px 0;
}
ul.liCrdA li img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
ul.liCrdA li .dsc_tit {
  left: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  position: absolute;
  box-sizing: border-box;
  color: #54b937;
  /*font-size: 15px;*/
  font-size: 13px;
  font-family: "DMSans", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
  padding: 35px 35px 20px 35px;
  transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
ul.liCrdA li .dsc_tit span {
  display: block;
  color: #ffffff;
  /*font-size: 22px;
  font-family: @font2b;
  line-height: 22px;*/
  font-size: 18px;
  font-family: "ClashDisplayB", Arial, Tahoma, Verdana;
  line-height: 18px;
  width: 100%;
  transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
ul.liCrdA li::after {
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 55%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 50%;
}
ul.liCrdAb {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 50px auto 150px auto;
}
ul.liCrdAb li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 18%;
  margin: 0 2.5% 20px 0;
}
ul.liCrdAb li .dsc_tit {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #54b937;
  font-size: 11px;
  font-family: "DMSans", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 15px 5px 15px;
}
ul.liCrdAb li .dsc_tit span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 15px;
  width: 100%;
}
footer {
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  position: relative;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  background: #ecead2;
  width: 100%;
  min-height: 230px;
  height: auto;
}
.cntFt {
  display: block;
  overflow: hidden;
  position: relative;
  width: 1350px;
  height: auto;
  margin: 60px auto 30px auto;
}
footer p {
  float: left;
  clear: none;
  display: block;
  width: 430px;
  margin-top: 15px;
}
footer p a {
  float: left;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
  font-weight: 100;
  text-decoration: none;
  background: #000000;
  border-radius: 7px;
  margin-top: 10px;
  padding: 5px 20px;
}
footer p a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .logo {
  top: 0;
  left: 0;
  float: left;
  display: block;
  position: relative;
  background: url(../lib/ccn.svg) no-repeat -6px top;
  background-size: 142px auto;
  width: 85px;
  height: 91px;
  transform: translateX(0);
  margin-right: 30px;
}
footer ul {
  float: right;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: auto;
  margin: 20px 0 0 0;
}
footer ul li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 0 18px;
}
footer ul li a {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  margin: 0;
}
footer ul li.lnkFbk a {
  background-image: url(../lib/ico-facebook.svg);
}
footer ul li.lnkYtb a {
  background-image: url(../lib/ico-youtube.svg);
}
footer ul li.lnkInst a {
  background-image: url(../lib/ico-instagram.svg);
}
footer ul li.lnkTkt a {
  background-image: url(../lib/ico-tiktok.svg);
}
footer ul li:hover {
  filter: brightness(120%);
  scale: 1.08;
}
.spL {
  clear: both;
  display: block;
  border-bottom: 2px solid #dfdfdf;
  width: 100%;
  margin: 20px 0 15px 0;
}
.subtitulo {
  color: #000000 !important;
  font-size: 24px;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
}
.subtitulo1 {
  color: #f5e003 !important;
  font-size: 24px;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.txt-al {
  text-align: left !important;
}
.txt-ar {
  text-align: right !important;
}
.txt-ac {
  text-align: center !important;
}
b,
.bold,
.bold1,
.bold2 {
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
  font-weight: 100;
}
.bold1 {
  color: #000000 !important;
}
.bold2 {
  color: #000000 !important;
}
.color1 {
  color: #000000 !important;
}
.color2 {
  color: #000000 !important;
}
.small,
.small1,
.small2 {
  font-size: 14px;
}
.small1 {
  color: #000000 !important;
}
.small2 {
  color: #000000 !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk_01:link,
a.lnk_01:visited {
  color: #585d79;
  font-size: 15px;
  text-decoration: underline;
}
a.lnk_01:hover {
  text-decoration: none;
}
a.lnk_btn_01 {
  float: none;
  display: block;
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  background: #f5e003;
  border-radius: 8px;
  width: 350px;
  height: 47px;
  margin: 20px auto;
  padding: 0;
}
a.lnk_btn_01:hover {
  color: #f5e003;
  background: #000000;
}
a.byLogos:link,
a.byLogos:visited {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
  text-indent: -9000px;
  width: 50px;
  height: 50px;
  margin: -10px 20px 10px 0;
  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 19 19" style="enable-background:new 0 0 19 19;" xml:space="preserve"><style type="text/css">.st0{opacity:1.00;}.st1{clip-path:url(%23SVGID_1_);fill:%23c8c8c8;}.st2{opacity:1.00;fill:none;stroke:%23c8c8c8;stroke-miterlimit:10;}</style><g id="XMLID_3_" class="st0"><defs><rect id="SVGID_3_" x="6.7" y="3.9" class="st0" width="5.6" height="11.1"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><path id="XMLID_1_" class="st1" d="M7.3,15l-0.5-0.5c-0.1-0.1-0.1-0.2,0-0.3l3.9-4.5c0.1-0.1,0.1-0.2,0-0.3L6.7,4.8c-0.1-0.1-0.1-0.2,0-0.3L7.3,4c0.1-0.1,0.2-0.1,0.3,0l4.6,5.3c0.1,0.1,0.1,0.2,0,0.3L7.6,15C7.6,15.1,7.4,15.1,7.3,15"/></g><rect id="XMLID_2_" x="0.5" y="0.5" class="st2" width="17.9" height="17.9"/></svg>') no-repeat center;
  background-size: 19px auto;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
a.byLogos:hover {
  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 19 19" style="enable-background:new 0 0 19 19;" xml:space="preserve"><style type="text/css">.st0{fill:%2341261D;stroke:%2341261D;stroke-miterlimit:10;}.st1{clip-path:url(%23SVGID_1_);fill:%23ED6E2D;}</style><rect id="XMLID_2_" x="0.5" y="0.5" class="st0" width="17.9" height="17.9"/><g id="XMLID_3_"><defs><rect id="SVGID_3_" x="6.7" y="3.9" width="5.6" height="11.1"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><path id="XMLID_1_" class="st1" d="M7.3,15l-0.5-0.5c-0.1-0.1-0.1-0.2,0-0.3l3.9-4.5c0.1-0.1,0.1-0.2,0-0.3L6.7,4.8c-0.1-0.1-0.1-0.2,0-0.3L7.3,4c0.1-0.1,0.2-0.1,0.3,0l4.6,5.3c0.1,0.1,0.1,0.2,0,0.3L7.6,15C7.6,15.1,7.4,15.1,7.3,15"/></g></svg>') no-repeat center;
  background-size: 19px auto;
  transition: all 0.3s;
}
/* ---------------------------- LINKS ---------------------------- */
/* ---------------------------- LISTADOS ---------------------------- */
ul.li_cat {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  overflow: hidden;
  box-sizing: border-box;
  color: #717171;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 20px 0;
}
ul.li_cat li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  width: 377px;
  min-height: 96px;
  margin: 0 20px 20px 0;
  padding: 26px 19px;
}
ul.li_cat li:last-child {
  width: 94px;
  height: 96px;
  margin: 0 0 20px 0;
  padding: 26px 19px;
}
ul.li_cat li::after {
  display: none;
}
ul.li_cat .bx_img {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
  width: 44px;
  height: 44px;
  margin: 0 15px 0 0;
  padding: 0;
  opacity: 1;
  transition: all 0.2s linear;
}
ul.li_cat .bx_img:hover {
  opacity: 0.6;
  transition: all 0.2s linear;
}
ul.li_cat .bx_img img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
ul.liCrdB {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 80%;
  margin: 30px auto 50px 10%;
}
ul.liCrdB li {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 20px 0;
}
ul.liCrdB li .bxTit {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
  text-align: right;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0 20px 0 280px;
}
ul.liCrdB li .bxDscA {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0 60px;
}
ul.liCrdB li .bxDsc {
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0 20px;
}
ul.liCrdB li.liF .bxDsc,
ul.liCrdB li.liF .bxDscA {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 20px;
}
/* ---------------------------- LISTADOS ---------------------------- */
/* ---------------------------- FORMULARIO ---------------------------- */
.formA fieldset {
  float: left;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "DMSans", Arial, Tahoma, Verdana;
  width: 100%;
  margin: 50px 0;
  padding: 0;
}
.formA.fxl fieldset {
  width: 106%;
  margin: 0 0 50px 0;
  padding-top: 20px;
}
.formA .subtitulo {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  width: 60%;
  margin: 0 5% 40px 0;
  padding-left: 28px;
}
.formA .subtitulo::after {
  top: 3px;
  left: 0;
  content: "";
  position: absolute;
  background: #f5e003;
  border-radius: 0 4px 4px 0;
  width: 18px;
  height: 18px;
}
.formA p {
  float: left;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: 40%;
  height: 85px;
  margin: 0 5% 25px 0;
  padding: 28px 0 0 0;
}
.formA.fxl p {
  width: 45%;
  margin: 0 5% 25px 0;
}
.p_b {
  float: left;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 31px 0;
  padding: 28px 0 0 0;
}
.formA.fxl p.p_b {
  width: 95%;
}
p.p_m {
  float: left;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  width: 40%;
  height: auto;
  margin: 0 0 25px 0;
  padding: 28px 0 0 0;
}
.p_m {
  float: left;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  width: 40%;
  height: auto;
  margin: 0 0 25px 0;
  padding: 28px 0 0 0;
}
.formA label {
  top: 0;
  left: 0;
  float: left;
  position: absolute;
  color: #000000;
  font-size: 16px;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
  line-height: 20px;
  text-align: left;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in;
}
.formA input:focus + label,
.formA select:focus + label,
.formA textarea:focus + label {
  color: #000000;
  transition: all 0.3s ease-in;
}
.formA select,
.formA input,
.formA textarea {
  float: left;
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  /*font-size: 90%;*/
  font-family: "DMSans", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 18px !important;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 100%;
  height: 51px;
  margin: 0 auto;
  padding: 0 15px;
  appearance: none;
  transition: all 0.2s;
}
.formA select:focus,
.formA input:focus,
.formA textarea:focus {
  font-size: 16px;
  /*font-size: 90%;*/
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.3);
  appearance: none;
}
.formA select:invalid:focus,
.formA input:invalid:focus,
.formA textarea:invalid:focus {
  border: 2px solid #ee4d4d;
}
.formA input[type=number] {
  appearance: none !important;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  margin: 0;
}
.formA input::-webkit-calendar-picker-indicator {
  display: none;
}
.formA select {
  cursor: pointer;
  font-size: 16px;
  background: url(../lib/ar-sel.svg) no-repeat right center;
  background-size: auto 15px;
  padding: 0 15px !important;
  appearance: none;
}
.formA textarea {
  height: 100px;
  padding: 12px 15px;
}
.formA textarea:focus {
  outline: 0;
}
.formA .wmd {
  width: 60%;
}
.formA .wsm {
  width: 40%;
}
.formA .txt_dat {
  float: left;
  display: block;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  font-family: "DMSans", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 22px;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
}
.formA .req {
  border: 2px solid #ee4d4d;
}
.formA .req_txt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  color: #ee4d4d;
  font-size: 10px;
  font-family: "DMSans", Arial, Tahoma, Verdana;
  text-align: right;
  line-height: 18px;
  width: 100%;
}
.formA .button {
  float: none;
  display: block;
  cursor: pointer;
  color: #000000;
  font-size: 18px;
  font-weight: 100;
  font-family: "DMSansBk", Arial, Tahoma, Verdana;
  text-align: center;
  text-transform: none;
  border: none;
  background: #f5e003;
  border-radius: 8px;
  width: 40%;
  height: 62px;
  margin: 0 auto;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.formA .button:hover,
.formA .button:focus,
.formA .button:active {
  color: #f5e003;
  background: #000000;
  transition: all 0.2s;
}
.formA .btn-off {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2);
  background: #e5e5e5 !important;
}
.formA .btn-ld {
  pointer-events: none;
  position: relative;
  background: #f5e003;
  border-radius: 8px;
}
.formA .btn-ld:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #f5e003 url(../lib/load.svg) no-repeat center;
  background-size: auto 90px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.formA .lnk_vw_ps {
  top: 30px;
  right: 0;
  cursor: pointer;
  position: absolute;
  display: block;
  box-sizing: border-box;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-pass.svg) no-repeat center;
  background-size: auto 20px;
  width: 70px;
  height: 47px;
  transition: all 0.3s;
}
.formA .lnk_pss {
  top: 30px;
  right: 0;
  cursor: pointer;
  position: absolute;
  display: block;
  box-sizing: border-box;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ico-vw-pass.svg) no-repeat center;
  background-size: auto 20px;
  width: 70px;
  height: 47px;
  transition: all 0.3s;
}
/* DOCUMENTOS ADJUNTOS */
ul.doc2 {
  float: left;
  clear: both;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  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:hover {
  cursor: move;
  background: #fbfbfc url(../lib/lnk_over_adj.png) no-repeat 5px center;
  transition: all 0s;
}
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: 10px;
  right: 10px;
  position: absolute;
  display: none;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  background: #e84c3d;
  width: 56px;
  height: 25px;
  margin: 0;
}
ul.doc2 li:hover a.del2 {
  display: block;
}
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;
  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: auto;
  margin: 0;
}
ul.doc2 li.edit_us .loadImg {
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: rgba(0, 0, 0, 0.4) url(../lib/load.svg) no-repeat center;
  background-size: auto 70px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
/* ---------------------------- FORMULARIO ---------------------------- */
/* ---------------------------- RESPONSIVE ---------------------------- */
@media screen and (min-width: 1880px) {
  ul.liCrdA li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1801px) and (max-width: 1879px) {
  ul.liCrdA li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
  ul.liCrdA li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  ul.liCrdA li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .contentIni {
    min-height: 95vh;
  }
  .bgBtm1 {
    bottom: -150px;
  }
  .bgBtm2 {
    bottom: -250px;
  }
  .contentInt .cntVid iframe,
  .contentInt .cntVid object,
  .contentInt .cntVid embed,
  .contentInt .cntVid video {
    pointer-events: none;
    width: 120%;
    max-width: 120%;
    margin: -50px 0 0 -10%;
  }
  .cntMmd {
    width: 94%;
    margin: 100px auto 200px auto;
  }
  .contentMmd::after {
    background-size: 130% auto;
    width: 100%;
    height: 200px;
  }
  .contentMmd .bxCnt {
    width: 94%;
    margin: 20px auto 100px auto;
  }
  .contentMmd .cntVid video {
    width: 140%;
    max-width: 140%;
  }
  .contentYtb {
    margin-top: -60px;
  }
  .contentYtb::after {
    background-size: 101% auto;
    width: 100%;
    height: 270px;
  }
  .cntYtb {
    height: auto;
    margin: 260px auto 50px auto;
  }
  .contentChngs {
    min-height: 85vh;
    margin-top: -60px;
  }
  .cntChngs {
    height: auto;
    margin: 260px auto 50px auto;
  }
  .cntFt {
    width: 94%;
    margin: 60px auto 30px auto;
  }
  ul.liCrdA li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .logo {
    top: 0;
    left: 50%;
    background-size: 200px auto;
    width: 270px;
    height: 250px;
  }
  .contentIni {
    min-height: 95vh;
  }
  .contentIni .cntDsc {
    bottom: 150px;
    font-size: 38px;
    line-height: 42px;
    width: 600px;
  }
  .bgBtm1 {
    bottom: -200px;
  }
  .bgBtm2 {
    bottom: -300px;
  }
  .cntInt {
    width: 92%;
  }
  .cntInt h1 {
    font-size: 70px;
    line-height: 80px;
    width: 100%;
    margin: 240px auto 0 auto !important;
  }
  .cntMmd {
    width: 92%;
    margin: 150px auto 200px auto;
  }
  .contentMmd::after {
    background-size: 130% auto;
    width: 100%;
    height: 200px;
  }
  .contentMmd .bxCnt {
    width: 92%;
    margin: 20px auto 100px auto;
  }
  .contentMmd .cntVid video {
    width: 154%;
    max-width: 154%;
  }
  .contentMmd .bxDs {
    padding: 45px 90px 40px 60px;
  }
  .contentYtb {
    margin-top: -60px;
  }
  .contentYtb::after {
    height: 270px;
  }
  .cntYtb {
    width: 92%;
    height: auto;
    margin: 260px auto 50px auto;
  }
  .contentChngs {
    margin-top: -60px;
  }
  .contentChngs::after {
    background-size: 100% auto;
    width: 100%;
  }
  .cntChngs {
    width: 92%;
    height: auto;
    margin: 260px auto 50px auto;
  }
  .cntFt {
    width: 92%;
    margin: 60px auto 30px auto;
  }
  .cntCrd {
    width: 92%;
    margin: 0 auto 120px auto;
  }
  .contentLst::after {
    background-size: 110% auto;
    height: 250px;
  }
  .cntLst {
    width: 92%;
    margin: 0 auto 250px auto;
  }
  ul.liCrdA li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
@media screen and (min-width: 921px) and (max-width: 1199px) {
  .logo {
    top: 0;
    left: 50%;
    background-size: 200px auto;
    width: 270px;
    height: 250px;
  }
  .contentIni {
    min-height: 95vh;
  }
  .contentIni .cntDsc {
    bottom: 150px;
    font-size: 38px;
    line-height: 42px;
    width: 600px;
  }
  .bgBtm1 {
    bottom: -200px;
  }
  .bgBtm2 {
    bottom: -300px;
  }
  .contentInt {
    font-size: 21px;
    width: 100%;
    min-height: 90vh;
  }
  .cntInt {
    width: 90%;
    height: 90vh;
  }
  .cntInt h1 {
    font-size: 74px;
    line-height: 90px;
    width: 90%;
    margin: 300px auto 0 5%;
  }
  .contentInt .cntVid::after {
    height: 90vh;
  }
  .contentInt .cntVid iframe,
  .contentInt .cntVid object,
  .contentInt .cntVid embed,
  .contentInt .cntVid video {
    pointer-events: none;
    width: 140%;
    max-width: 140%;
    margin: -100px 0 0 -20%;
  }
  .cntMmd {
    width: 90%;
    margin: 150px auto 170px auto;
  }
  .contentMmd::after {
    background-size: 130% auto;
    width: 100%;
    height: 140px;
  }
  .contentMmd .bxCnt {
    width: 100%;
    margin: 20px auto 100px auto;
  }
  .contentMmd .cntVid video {
    width: 154%;
    max-width: 154%;
  }
  .contentMmd .bxDs {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 30px 50px 20px 40px;
  }
  .contentMmd b {
    line-height: 20px;
  }
  .contentMmd h2 {
    font-size: 46px;
    line-height: 48px;
    margin: 0 0 10px 0;
  }
  .contentMmd ul li {
    font-size: 15px;
    line-height: 46px;
    margin: 0 5px;
  }
  .contentMmd ul li a {
    background-size: 40px auto;
    width: 50px;
    height: 74px;
  }
  .contentYtb {
    margin-top: -60px;
  }
  .contentYtb::after {
    background-size: 101% auto;
    width: 100%;
    height: 270px;
  }
  .cntYtb {
    width: 90%;
    height: auto;
    margin: 260px auto 50px auto;
  }
  .contentChngs {
    min-height: 60vh;
    margin-top: -10px;
  }
  .contentChngs::after {
    top: -150px;
    background-size: 100% auto;
    width: 100%;
  }
  .cntChngs {
    width: 90%;
    height: auto;
    margin: 350px auto 50px auto;
  }
  .cntLst {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .cntCrd {
    width: 90%;
    margin: 0 auto 120px auto;
  }
  .cntFt {
    width: 90%;
    margin: 60px auto 30px auto;
  }
  ul.liCrdA li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 737px) and (max-width: 920px) {
  .logo {
    top: 200px;
    left: 50%;
    background-size: 200px auto;
    width: 270px;
    height: 250px;
  }
  .contentIni {
    min-height: 95vh;
  }
  .contentIni .cntDsc {
    bottom: 200px;
    font-size: 38px;
    line-height: 42px;
    width: 600px;
  }
  .contentIni .arbolLft {
    top: 0;
    left: -220px;
    bottom: auto;
    background-position: right top;
    background-size: 100% auto;
    width: 500px;
    height: 946px;
  }
  .contentIni .arbolCnt {
    top: 0;
    left: -520px;
    bottom: auto;
    background-position: center top;
    background-size: 100% auto;
    width: 1492px;
    height: 946px;
  }
  .contentIni .arbolRgt {
    top: 0;
    right: -130px;
    bottom: auto;
    background-position: right top;
    background-size: 100% auto;
    width: 200px;
    height: 946px;
  }
  .bgBtm1 {
    bottom: -250px;
    background-size: 120% auto;
    width: 104%;
    height: 450px;
  }
  .bgBtm2 {
    bottom: -450px;
    background-size: 160% auto;
    width: 106%;
    height: 600px;
  }
  .contentMmd {
    min-height: 70vh;
  }
  .contentMmd::after {
    background-size: 130% auto;
    width: 100%;
    height: 140px;
  }
  .cntMmd {
    width: 90%;
    margin: 50px auto 50px auto;
  }
  .contentMmd .bxCnt {
    width: 100%;
    margin: 50px auto 80px auto;
  }
  .contentMmd .cntVid video {
    left: -120%;
    width: 200%;
    max-width: 200%;
  }
  .contentMmd .bxDs {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 19px;
    padding: 30px 50px 20px 40px;
  }
  .contentMmd b {
    line-height: 20px;
  }
  .contentMmd h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 10px 0;
  }
  .contentMmd .bxDs h2 a {
    font-size: 34px;
    line-height: 34px;
  }
  .contentMmd ul {
    top: 50%;
  }
  .contentMmd ul li {
    font-size: 15px;
    line-height: 46px;
    margin: 0 5px;
  }
  .contentMmd ul li:first-child {
    width: 100%;
    margin: 15px 0;
  }
  .contentMmd ul li a {
    background-size: 40px auto;
    width: 50px;
    height: 74px;
  }
  .contentYtb {
    margin-top: -10px;
  }
  .contentYtb::after {
    background-size: 101% auto;
    width: 100%;
    height: 270px;
  }
  .cntYtb {
    height: auto;
    margin: 260px auto 50px auto;
  }
  .contentChngs {
    min-height: 50vh;
    margin-top: -10px;
  }
  .contentChngs::after {
    background-size: 100% auto;
    width: 100%;
    height: 400px;
  }
  .cntChngs {
    height: auto;
    margin: 260px auto 50px auto;
  }
  .cntFt {
    width: 90%;
    margin: 60px auto 30px auto;
  }
  ul.liCrdA li:nth-child(3n) {
    margin-right: 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
  footer {
    font-size: 14px;
    line-height: 20px;
  }
  footer p {
    width: 40%;
    margin-top: 25px;
  }
  footer ul li {
    margin: 0 8px;
  }
}
@media screen and (min-width: 321px) and (max-width: 736px) {
  .logo {
    top: 30px;
    left: 50%;
    background-size: 140px auto;
    width: 200px;
    height: 180px;
  }
  header {
    font-size: 11px;
    line-height: 18px;
    min-height: 50px;
    margin-top: -65px;
    padding: 7px 0 0 15px;
  }
  header .logo {
    background: url(../lib/ccn.svg) no-repeat -6px top;
    background-size: 70px auto;
    width: 38px;
    height: 45px;
    margin: 4px 7px 0 0;
  }
  header nav {
    text-align: center;
    margin: 10px 5px 0 0;
  }
  header nav ul {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  header nav ul li {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
  header nav ul li a {
    padding: 10px 4px 15px 4px;
  }
  .contentIni {
    min-height: 90vh;
  }
  .cntIni {
    top: 100px;
  }
  .contentIni .cntDsc {
    bottom: 40%;
    font-size: 28px;
    line-height: 30px;
    width: 84%;
  }
  .contentIni .hoja1 {
    top: -80px;
    right: 8%;
    background-size: 100px auto;
    width: 200px;
    height: 200px;
  }
  .contentIni .hoja2 {
    top: -170px;
    right: -50px;
    background-size: 140px auto;
    width: 300px;
    height: 500px;
  }
  .contentIni .arbolLft {
    top: -10px;
    left: -260px;
    bottom: auto;
    background-position: right top;
    background-size: 100% auto;
    width: 500px;
    height: 946px;
  }
  .contentIni .arbolCnt {
    top: 0;
    left: -450px;
    bottom: auto;
    background-position: center top;
    background-size: 100% auto;
    width: 1000px;
    height: 946px;
  }
  .contentIni .arbolRgt {
    top: 0;
    right: -140px;
    bottom: auto;
    background-position: right top;
    background-size: 100% auto;
    width: 200px;
    height: 946px;
  }
  .contentIni .mouse {
    display: none;
  }
  .bgBtm1 {
    bottom: -350px;
    background-size: 250% auto;
    width: 104%;
    height: 550px;
  }
  .bgBtm2 {
    bottom: -500px;
    background-size: 350% auto;
    width: 106%;
    height: 650px;
  }
  .contentInt {
    font-size: 21px;
    width: 100%;
    min-height: 90vh;
  }
  .contentInt .cntVid::after {
    height: 100vh;
  }
  .contentInt .cntVid iframe,
  .contentInt .cntVid object,
  .contentInt .cntVid embed,
  .contentInt .cntVid video {
    pointer-events: none;
    width: 420%;
    max-width: 420%;
    margin: -100px 0 0 -150%;
  }
  .contentInt .bgBtm2b {
    left: -6%;
    bottom: -80px;
    background-size: 200% auto;
    width: 106%;
    height: 160px;
  }
  .cntInt {
    float: none;
    display: block;
    z-index: 10;
    position: relative;
    text-align: center;
    width: 84%;
    height: 90vh;
    margin: 20px auto;
  }
  .cntInt h1 {
    float: none;
    display: block;
    font-size: 40px;
    line-height: 40px;
    width: 84%;
    margin: 300px auto 0 8% !important;
  }
  .contentMmd {
    background-size: 84px auto, 112px auto;
    min-height: 80vh;
  }
  .contentMmd::after {
    background-size: 300% auto;
    width: 100%;
    height: 100px;
  }
  .cntMmd {
    width: 84%;
    margin: 50px auto 200px auto;
  }
  .contentMmd .bxLg {
    top: 10px;
    left: 10px;
    width: 40%;
    height: auto;
  }
  .contentMmd .bxLg img {
    float: left;
    display: block;
    width: 100% !important;
    height: auto;
    margin: 0 !important;
  }
  .contentMmd .cntImg img {
    width: 250%;
    margin: 0 0 0 -72%;
  }
  .contentMmd .cntDsc {
    float: left;
    display: block;
    background: transparent;
    width: 100%;
  }
  .contentMmd .bxCnt {
    width: 100%;
    margin: 50px auto 80px auto;
  }
  .contentMmd .cntVid video {
    width: 200%;
    max-width: 200%;
    margin: -35% 0 0 -60%;
  }
  .contentMmd .bxDs {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 19px;
    background: #54b937;
    border-radius: 0 0 15px 15px;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 35px;
  }
  .contentMmd .bxDs a {
    font-size: 18px;
    line-height: 58px;
    width: 100%;
    height: 60px;
    margin: 35px 0 0 0;
  }
  .contentMmd b {
    line-height: 20px;
  }
  .contentMmd .bxDs h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 17px 0;
  }
  .contentMmd .bxDs h2 a {
    font-size: 36px;
    line-height: 35px;
  }
  .contentMmd .bxEmb {
    border-radius: 15px;
    width: 100%;
    height: 150px;
    padding: 20px 0 0 0;
  }
  .contentMmd ul {
    top: 50%;
  }
  .contentMmd ul li {
    font-size: 12px;
    line-height: 46px;
    margin: 0 5px;
  }
  .contentMmd ul li a {
    background-size: 40px auto;
    width: 44px;
    height: 74px;
  }
  .contentYtb {
    min-height: 65vh;
    margin-top: -10px;
  }
  .contentYtb::after {
    background-size: 250% auto;
    width: 100%;
    height: 270px;
  }
  .cntYtb {
    width: 84%;
    height: auto;
    margin: 100px auto 50px auto;
  }
  .contentYtb h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .contentChngs {
    min-height: 30vh;
    margin-top: -10px;
  }
  .contentChngs::after {
    width: 100%;
    height: 270px;
  }
  .cntChngs {
    width: 84%;
    height: auto;
    margin: 50px auto 50px auto;
  }
  .contentChngs h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .contentLst {
    background-size: 84px auto, 112px auto;
    min-height: 70vh;
  }
  .contentLst::after {
    background-size: 300% auto;
    width: 100%;
    height: 100px;
  }
  .cntLst {
    width: 84%;
    margin: 0 auto 30px auto;
  }
  .contentLst h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 60px 0;
  }
  .contentLst ul li .bxImg {
    width: 100%;
    height: 200px;
  }
  .contentLst ul li .bxImg iframe {
    width: 100%;
    height: 200px;
  }
  .contentLst ul li .bxDsc {
    width: 100%;
    padding: 30px;
  }
  .contentLst .bxDsc .bxDs {
    font-size: 12px;
    margin: 12px 10px 0 0;
  }
  .contentLst .bxPly a {
    background-size: 40px auto;
    width: 48px;
    height: 48px;
    margin: 0 2px;
  }
  .contentLst p {
    width: 100%;
  }
  .cntCrd {
    width: 84%;
    margin: 0 auto 120px auto;
  }
  .contentCrd h3 {
    font-size: 20px;
    width: 100%;
  }
  ul.liCrdA {
    margin: 50px auto 70px 10%;
  }
  ul.liCrdA li {
    width: 100%;
    margin: 20px 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
  ul.liCrdB {
    width: 80%;
    margin: 30px auto 30px 10%;
  }
  ul.liCrdB li {
    margin: 5px 0;
  }
  ul.liCrdB li .bxTit {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 15px 0 0 0;
  }
  ul.liCrdB li .bxDscA {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  ul.liCrdB li .bxDsc {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  footer {
    font-size: 14px;
    line-height: 16px;
  }
  .cntFt {
    width: 84%;
    margin: 30px auto 30px auto;
  }
  footer .logo {
    left: auto;
    float: none;
    display: inline-block;
    background: url(../lib/ccn.svg) no-repeat -6px top;
    background-size: 105px auto;
    width: 60px;
    height: 67px;
    margin-right: 25px;
  }
  footer p {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 18px auto 35px auto;
  }
  footer ul {
    float: none;
    text-align: center;
    width: 100%;
    margin: 10px auto 0 auto;
  }
  footer ul li {
    float: none;
    display: inline-block;
    margin: 0 8px;
  }
  footer p a {
    font-size: 13px;
    margin-top: 10px;
    padding: 5px 7px;
  }
}
@media screen and (max-width: 320px) {
  .logo {
    top: 50px;
    left: 50%;
    background-size: 160px auto;
    width: 270px;
    height: 250px;
  }
  header {
    font-size: 11px;
    line-height: 18px;
    min-height: 50px;
    margin-top: -65px;
    padding: 7px 0 0 15px;
  }
  header .logo {
    background: url(../lib/ccn.svg) no-repeat -6px top;
    background-size: 70px auto;
    width: 38px;
    height: 45px;
    margin: 4px 7px 0 0;
  }
  header nav {
    text-align: center;
    margin: 10px 5px 0 0;
  }
  header nav ul {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  header nav ul li {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
  header nav ul li a {
    padding: 10px 4px 15px 4px;
  }
  .contentIni {
    min-height: 90vh;
  }
  .contentIni .cntDsc {
    bottom: 200px;
    font-size: 28px;
    line-height: 30px;
    width: 84%;
  }
  .contentIni .hoja1 {
    top: -80px;
    right: 8%;
    background-size: 100px auto;
    width: 200px;
    height: 200px;
  }
  .contentIni .hoja2 {
    top: -170px;
    right: -50px;
    background-size: 140px auto;
    width: 300px;
    height: 500px;
  }
  .contentIni .arbolLft {
    top: -10px;
    left: -260px;
    bottom: auto;
    background-position: right top;
    background-size: 100% auto;
    width: 500px;
    height: 946px;
  }
  .contentIni .arbolCnt {
    top: 0;
    left: -450px;
    bottom: auto;
    background-position: center top;
    background-size: 100% auto;
    width: 1000px;
    height: 946px;
  }
  .contentIni .arbolRgt {
    top: 0;
    right: -140px;
    bottom: auto;
    background-position: right top;
    background-size: 100% auto;
    width: 200px;
    height: 946px;
  }
  .contentIni .mouse {
    display: none;
  }
  .bgBtm1 {
    bottom: -350px;
    background-size: 250% auto;
    width: 104%;
    height: 550px;
  }
  .bgBtm2 {
    bottom: -500px;
    background-size: 350% auto;
    width: 106%;
    height: 650px;
  }
  .contentInt {
    font-size: 21px;
    width: 100%;
    min-height: 90vh;
  }
  .contentInt .cntVid::after {
    height: 100vh;
  }
  .contentInt .cntVid iframe,
  .contentInt .cntVid object,
  .contentInt .cntVid embed,
  .contentInt .cntVid video {
    pointer-events: none;
    width: 420%;
    max-width: 420%;
    margin: -100px 0 0 -150%;
  }
  .contentInt .bgBtm2b {
    left: -6%;
    bottom: -80px;
    background-size: 200% auto;
    width: 106%;
    height: 160px;
  }
  .cntInt {
    float: none;
    display: block;
    z-index: 10;
    position: relative;
    text-align: center;
    width: 84%;
    height: 90vh;
    margin: 20px auto;
  }
  .cntInt h1 {
    float: none;
    display: block;
    font-size: 40px;
    line-height: 40px;
    width: 84%;
    margin: 300px auto 0 8% !important;
  }
  .contentMmd {
    background-size: 84px auto, 112px auto;
    min-height: 70vh;
  }
  .contentMmd::after {
    background-size: 300% auto;
    width: 100%;
    height: 100px;
  }
  .cntMmd {
    width: 84%;
    margin: 50px auto 50px auto;
  }
  .contentMmd .bxLg {
    top: 10px;
    left: 10px;
    width: 40%;
    height: auto;
  }
  .contentMmd .bxLg img {
    float: left;
    display: block;
    width: 100% !important;
    height: auto;
    margin: 0 !important;
  }
  .contentMmd .cntImg img {
    width: 250%;
    margin: 0 0 0 -72%;
  }
  .contentMmd .cntDsc {
    float: left;
    display: block;
    background: transparent;
    width: 100%;
  }
  .contentMmd .bxCnt {
    width: 100%;
    margin: 50px auto 80px auto;
  }
  .contentMmd .cntVid video {
    width: 200%;
    max-width: 200%;
    margin: -35% 0 0 -60%;
  }
  .contentMmd .bxDs {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 19px;
    background: #54b937;
    border-radius: 0 0 15px 15px;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 35px;
  }
  .contentMmd .bxDs a {
    font-size: 18px;
    line-height: 58px;
    width: 100%;
    height: 60px;
    margin: 35px 0 0 0;
  }
  .contentMmd b {
    line-height: 20px;
  }
  .contentMmd .bxDs h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 17px 0;
  }
  .contentMmd .bxDs h2 a {
    font-size: 36px;
    line-height: 35px;
  }
  .contentMmd .bxEmb {
    border-radius: 15px;
    width: 100%;
    height: 150px;
    padding: 20px 0 0 0;
  }
  .contentMmd ul {
    top: 50%;
  }
  .contentMmd ul li {
    font-size: 12px;
    line-height: 46px;
    margin: 0 5px;
  }
  .contentMmd ul li a {
    background-size: 40px auto;
    width: 44px;
    height: 74px;
  }
  .contentYtb {
    min-height: 65vh;
    margin-top: -10px;
  }
  .contentYtb::after {
    background-size: 250% auto;
    width: 100%;
    height: 270px;
  }
  .cntYtb {
    width: 84%;
    height: auto;
    margin: 100px auto 50px auto;
  }
  .contentYtb h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .contentChngs {
    min-height: 65vh;
    margin-top: -10px;
  }
  .contentChngs::after {
    background-size: 250% auto;
    width: 100%;
    height: 270px;
  }
  .contentChngs::before {
    top: -90px;
    background: url(../lib/bg-changos.svg) no-repeat 15% top;
    background-size: 110% auto;
    width: 100%;
    height: 470px;
  }
  .cntChngs {
    width: 84%;
    height: auto;
    margin: 100px auto 50px auto;
  }
  .contentChngs h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .contentLst {
    background-size: 84px auto, 112px auto;
    min-height: 70vh;
  }
  .contentLst::after {
    background-size: 300% auto;
    width: 100%;
    height: 100px;
  }
  .cntLst {
    width: 84%;
    margin: 0 auto 30px auto;
  }
  .contentLst h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 60px 0;
  }
  .contentLst ul li .bxImg {
    width: 100%;
    height: 200px;
  }
  .contentLst ul li .bxImg iframe {
    width: 100%;
    height: 200px;
  }
  .contentLst ul li .bxDsc {
    width: 100%;
    padding: 30px;
  }
  .contentLst .bxDsc .bxDs {
    font-size: 12px;
    margin: 12px 10px 0 0;
  }
  .contentLst .bxPly a {
    background-size: 40px auto;
    width: 48px;
    height: 48px;
    margin: 0 2px;
  }
  .contentLst p {
    width: 100%;
  }
  .cntCrd {
    width: 84%;
    margin: 0 auto 120px auto;
  }
  .contentCrd h3 {
    font-size: 20px;
    width: 100%;
  }
  ul.liCrdA {
    margin: 50px auto 70px 10%;
  }
  ul.liCrdA li {
    width: 100%;
    margin: 20px 0;
  }
  ul.liCrdAb li:nth-child(5n) {
    margin-right: 0;
  }
  ul.liCrdB {
    width: 80%;
    margin: 30px auto 30px 10%;
  }
  ul.liCrdB li {
    margin: 5px 0;
  }
  ul.liCrdB li .bxTit {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 15px 0 0 0;
  }
  ul.liCrdB li .bxDscA {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  ul.liCrdB li .bxDsc {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  footer {
    font-size: 14px;
    line-height: 16px;
  }
  .cntFt {
    width: 84%;
    margin: 30px auto 30px auto;
  }
  footer .logo {
    left: auto;
    float: none;
    display: inline-block;
    background: url(../lib/ccn.svg) no-repeat -6px top;
    background-size: 105px auto;
    width: 60px;
    height: 67px;
    margin-right: 25px;
  }
  footer p {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 18px auto 35px auto;
  }
  footer ul {
    float: none;
    text-align: center;
    width: 100%;
    margin: 10px auto 0 auto;
  }
  footer ul li {
    float: none;
    display: inline-block;
    margin: 0 8px;
  }
  footer p a {
    font-size: 13px;
    margin-top: 10px;
    padding: 5px 7px;
  }
}
