/**********************************************/
/*------------------- Mixins*/
/*--------------------- Extend*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.pdf-btn span {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* -------------------------------- 

/*Reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Primary style*/
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #22283f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

a {
  color: #267481;
  text-decoration: none;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  color: #000f9f;
  text-align: left;
  margin-left: 15%;
  margin-top: 3%;
  margin-bottom: 2%;
  font-size: 300%;
}

.box {
  /*_background-color: #30d9c4;
    background-color: #000f9f;*/
  background-color: #009539;
  width: 290px;
  height: 150px;
  float: left;
  margin-left: 0.6%;
  margin-top: 0.6%;
}

.box-empty {
  _background-color: #30d9c4;
  background-color: #f3f3f3;
  width: 290px;
  height: 150px;
  float: left;
  margin-left: 0.6%;
  margin-top: 0.6%;
  opacity: 0.1;
}

.box h3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 200%;
}

.box:hover {

}

.box:hover .bot-clase, .box:hover h3 {
  color: #fff;
}

.popup {
  background: #3C3C3B !important;
}

.popup .wysiwyg, .popup .fa {
  color: #fff !important;
}

.boxRow {
  margin-left: 9%;
  padding-bottom: 0;
}

.class {
  margin-top: 50px;
  margin-bottom: 15px;
}

.class p {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.content {
  margin-top: 0%;
  height: 100%;
  overflow: auto;
}

#isotipoRosa {
  margin-left: 10%;
  margin-right: 0%;
  float: left;
  width: 60px;
}

.large-header {
  position: relative;
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.demo-1 {
  height: 100%;
}

.demo-1 .large-header {
  background-color: #009538;
}

.main-title {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #f9f1e9;
  text-align: center;
  top: 50%;
  left: 50%;
  font-family: 'Open Sans', sans-serif;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.demo-1 .main-title {
  text-transform: uppercase;
  font-size: 3.2em;
  letter-spacing: 0.1em;
  _text-shadow: -0.06em 0 red, 0.06em 0 cyan;
  font-family: 'Open Sans', sans-serif;
}

#isotipo {
  size: 50%;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}

.cd-section {
  height: 100vh;
}

.cd-section h2 {
  line-height: 10vh;
  text-align: center;
  font-size: 2.4rem;
  _text-shadow: -0.04em 0 red, 0.04em 0 cyan;
}

.cd-section:first-of-type > div {
  background-color: #009538;
}

.cd-section:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  content: 'Effects not visible on mobile!';
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}

.cd-section > div {
    background-color: #94d500;
}

[data-animation="parallax"] .cd-section > div, [data-animation="fixed"] .cd-section > div, [data-animation="opacity"] .cd-section > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media only screen and (min-width: 1050px) {
  .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(img/cd-icon-arrow.svg) no-repeat center center;
}

.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1050px) {
  .cd-vertical-nav {
    display: block;
  }
}

/***********************************************************************************************************/
/*.content{overflow: hidden !important;}
.visible .content{overflow-y: scroll !important;}*/
.boxRow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-blox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin: auto !important;
  max-width: 1600px;
  width: 98%;
}

.demo-1 .main-title {
  max-width: 98%;
}

.box, .box-empty {
  float: none;
  width: 19%;
  margin: 0.5%;
  margin-bottom: 15px !important;
  height: auto;
  min-height: 80px;
}

.boxRow h2 {
  width: 100%;
  margin-bottom: 20px;
}

/********************************** Botones ***************************************/
.bot-clase {
  padding: 3px 0px;
    padding-right: 3px;
  color: #fff;
  display: inline-block;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  padding-left: 45px;
  position: relative;
}

.bot-clase:hover, .popup-plegar:hover {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
}

.bot-clase span.timeblock {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
  font-weight: 700;
  width: 37px;
  text-align: right;
}

/********************************** Popup ****************************************/
.box-popup {
  position: relative;
}

.popup {
  position: fixed;
  width: 100%;
  max-height: 100vh;
  height: auto;
  background: #fad000;
  display: none;
  z-index: 1000;
  max-width: 600px;
  color: #444;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.popup-contenedor {
  padding-left: 30px;
  position: relative;
  height: 100%;
}

.popup-plegar {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: #666;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
}

.popup-contenedor-scroll {
  padding: 40px 30px 40px 15px;
  height: 100%;
  position: relative;
}

.popup-contenedor-scroll .wysiwyg p {
  margin-bottom: 10px;
  line-height: 20px;
  margin-left: 0px;
}

.popup-contenedor-scroll .wysiwyg strong {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.popup-contenedor-scroll .wysiwyg em {
  font-style: italic;
}

.popup-contenedor-scroll .wysiwyg ul {
  padding-left: 15px;
}

.popup-contenedor-scroll .wysiwyg ul li {
  position: relative;
  margin-bottom: 10px;
}

.popup-contenedor-scroll .wysiwyg ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000f9f;
  left: -13px;
  top: 4.5px;
  position: absolute;
}

.ps__scrollbar-y {
  background: #000f9f !important;
}

/*Descarga de pdf*/
/* .pdf {
  max-width: 1600px;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 20px;
} */
.pdf {
    max-width: 1600px;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 43px;
    margin-bottom: 93px;
}
/* 
.pdf-btn {
  background: #3C3C3B;
  font-size: 20px;
  color: #fff;
  padding: 5px 10px 30px 10px;
  display: inline-block;
} */

.pdf-btn {
    background: #009539;
    font-size: 20px;
    color: #fff;
    padding: 7px 10px 27px 10px;
    display: inline-block;
}

.pdf-btn span {
  display: inline-block;
}

.pdf-btn:hover span {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

canvas, nav {
  display: none;
}

/**/
/**/
/**/
.content, .demo-1 {
  transform: translateY(0) scale(1) !important;
  top: auto !important;
  left: auto !important;
  position: relative !important;
  height: auto !important;
  overflow: visible !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

.content {
  padding: 40px 0;
}

.cd-section {
  height: auto !important;
  /*padding: 40px 0;*/
}

/**/
@media screen and (max-width: 1100px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
  .box, .box-empty {
    font-size: 12px;
  }
  .box-empty {
    display: none;
  }
  .box h3 {
    float: none;
    text-align: right;
  }
  .box p {
    margin-bottom: 10px;
  }
  .class {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .box {
    width: 24%;
  }
}

@media screen and (max-width: 750px) {
  .demo-1 .main-title {
    font-size: 2.4em;
  }
  .box {
    width: 32.33%;
  }
}

@media screen and (max-width: 650px) {
  .demo-1 .main-title {
    font-size: 1.6em;
  }
  .box {
    width: 49%;
  }
}

@media screen and (max-width: 450px) {
  .box {
    margin: 7px 0;
    width: 100%;
  }
}

span.diferido-block-c {
    display: inline-block;
    font-size: 8px;
    position: absolute;
    background-color: #3C3C3B;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
    border-radius: 3px;
    left: 0;
    top: 4px;
    width: 37px;
}

span.titlestrong {
    font-weight: bold;
    margin-bottom: 2px;
}


span.titlestrong {
    font-weight: bold;
    margin-bottom: 2px;
}

span.showmore {
    display: block;
    font-size: 9px;
    /* background-color: #3C3C3B; */
    /* background-color: #94d524; */
    /* color: #ffffff; */
    color: #3c3c3b;
    text-align: center;
    line-height: 15px;
    /* border-radius: 3px; */
    padding: 1px 1px;
    float: right;
    margin-right: 26px;
    font-weight: 900;
    /* text-decoration: underline; */
    margin-top: 2px;
    border-bottom: 2px solid #3c3c3b;
}
.main-dif-group:hover{

}

.main-dif-list{

}
.main-dif-item{
	display: list-item;
    list-style: circle;
}

.main-dif-item .bot-clase:hover {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.modal-dif h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
}
.modal-dif .popup-contenedor-scroll .wysiwyg strong {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.popup .description a{
	color: red;
}