@charset "UTF-8";
/*****Variables*****/
@font-face {
  font-family: "fjalla_oneregular";
  src: url("../assets/fonts/fjallaone-regular-webfont.eot");
  src: url("../assets/fonts/fjallaone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/fjallaone-regular-webfont.woff2") format("woff2"), url("../assets/fonts/fjallaone-regular-webfont.woff") format("woff"), url("../assets/fonts/fjallaone-regular-webfont.ttf") format("truetype"), url("../assets/fonts/fjallaone-regular-webfont.svg#fjalla_oneregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url("../assets/fonts/roboto-regular-webfont.eot");
  src: url("../assets/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-regular-webfont.woff") format("woff"), url("../assets/fonts/roboto-regular-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*****COLORES by JB :v *****/
/*******FUENTES*******/
/***GENERAL***/
body {
  overflow-x: hidden;
}

body section .title {
  text-align: justify;
}

.fill {
  min-height: 100vh;
  height: 100vh;
}

@media (min-width: 768px) {
  h2 {
    font-family: "fjalla_oneregular";
    font-size: 55px;
  }
  h3 {
    font-family: "fjalla_oneregular";
    font-size: 40px;
  }
  h4 {
    font-family: "fjalla_oneregular";
    font-size: 35px;
  }
  h5 {
    font-family: "robotoregular";
    font-size: 25px;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  h1 {
    font-family: "fjalla_oneregular";
    font-size: 55px;
  }
  h2 {
    font-family: "fjalla_oneregular";
    font-size: 40px;
  }
  h3 {
    font-family: "fjalla_oneregular";
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-family: "fjalla_oneregular";
    font-size: 20px;
  }
  h3 {
    font-family: "fjalla_oneregular";
    font-size: 12px;
  }
  .section-body {
    font-family: "robotoregular";
    font-size: 12px;
  }
  h5 {
    font-family: "fjalla_oneregular";
    font-size: 10px;
  }
  .arrows-slider img {
    height: 17px !important;
    width: 25px !important;
  }
}

.arrows-slider {
  cursor: pointer;
}

/* .parallaxParent {
  height: 100vh;
  overflow: hidden;
}
.parallaxParent > * {
  height: 100%;
  position: relative;
  top: -100%;
} */
/*** MENU *****/
.navbar.black-bg {
  background-color: #121212 !important;
}

.navbar .container .row a {
  color: #555555;
}

@media (min-width: 768px) {
  .navbar .container .row a h3 {
    font-size: 32px !important;
  }
}

.navbar .container .row a.activex {
  text-decoration: underline;
  color: #e20246;
}

/***DESTACADOS***/
#destacados {
  color: #f2f3ef;
}

#destacados .title {
  text-align: justify;
}

#destacados .justify-content-md-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#destacados .redbutton {
  width: 146px;
  height: 40px;
  background-color: #e20246;
  border-radius: 10px;
}

#destacados .redbutton .plusrounded {
  width: 30px;
  height: 30px;
  margin: 5px;
  display: inline-block;
}

#destacados .redbutton .textplus {
  font-family: "fjalla_oneregular";
  font-size: 20px;
  display: inline-block;
  margin-top: 5px;
}

@media (min-width: 768px) {
  #destacados .utd {
    -webkit-transform: translate(0, -2000px);
            transform: translate(0, -2000px);
    opacity: 0;
  }
  #destacados .gotosited {
    -webkit-transition: -webkit-transform 0.9s ease-out;
    transition: -webkit-transform 0.9s ease-out;
    transition: transform 0.9s ease-out;
    transition: transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

#destacados .title {
  color: #f2f3ef;
  font-family: "fjalla_oneregular";
  font-size: 20px;
  text-align: justify;
}

#destacados #dest-left {
  cursor: pointer;
  position: absolute;
  left: 1%;
  top: 45%;
  width: 40px;
  height: 40px;
  -webkit-filter: drop-shadow(5px 5px 5px #666666);
  filter: drop-shadow(5px 5px 5px #666666);
}

#destacados #dest-right {
  cursor: pointer;
  position: absolute;
  right: 1%;
  top: 45%;
  width: 40px;
  height: 40px;
  -webkit-filter: drop-shadow(5px 5px 5px #666666);
  filter: drop-shadow(5px 5px 5px #666666);
}

@media (min-width: 1440px) {
  #destacados .img-item {
    width: 100%;
    height: 80vh;
    margin-top: 10vh;
  }
  #destacados .inforow {
    position: absolute;
    bottom: 40vh;
    color: #f2f3ef;
  }
  #destacados #scroll-down {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  #destacados .info h1 {
    font-family: "fjalla_oneregular";
    font-size: 75px;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
    filter: drop-shadow(5px 5px 5px #666666);
  }
  #destacados .info h5 {
    font-family: "robotoregular";
    font-size: 25px;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
    filter: drop-shadow(5px 5px 5px #666666);
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  #destacados .img-item {
    width: 100%;
    height: 80vh;
    margin-top: 10vh;
  }
  #destacados .inforow {
    position: absolute;
    bottom: 30vh;
    color: #f2f3ef;
  }
  #destacados .info h1 {
    font-family: "fjalla_oneregular";
    font-size: 55px;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
    filter: drop-shadow(5px 5px 5px #666666);
  }
}

@media (max-width: 768px) {
  #destacados #dest-left {
    cursor: pointer;
    position: absolute;
    left: 1%;
    top: 30%;
    width: 40px;
    height: 40px;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
    filter: drop-shadow(5px 5px 5px #666666);
  }
  #destacados #dest-right {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 30%;
    width: 40px;
    height: 40px;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
    filter: drop-shadow(5px 5px 5px #666666);
  }
  #destacados .img-item {
    width: 100%;
    height: auto;
    margin-top: 10vh;
  }
  #destacados .inforow {
    position: absolute;
    bottom: 7vh;
    color: #f2f3ef;
  }
  #destacados #scroll-down {
    cursor: pointer;
    width: 35px;
    height: 35px;
  }
  #destacados .info h1 {
    font-family: "fjalla_oneregular";
    font-size: 20px;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
    filter: drop-shadow(5px 5px 5px #666666);
  }
  #destacados .info h5 {
    font-family: "fjalla_oneregular";
    font-size: 10px;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
    filter: drop-shadow(5px 5px 5px #666666);
  }
}

/***RECIENTES***/
#recientes {
  color: #f2f3ef;
  background: #121212;
}

#recientes .title {
  text-align: justify;
}

#recientes .section-body p {
  width: 85%;
}

@media (min-width: 768px) {
  #recientes .arrows-slider {
    display: none;
  }
  #recientes .rtl {
    -webkit-transform: translate(2000px, 0);
            transform: translate(2000px, 0);
    opacity: 0;
  }
  #recientes .rtl2 {
    -webkit-transform: translate(2000px, 0);
            transform: translate(2000px, 0);
    opacity: 0;
  }
  #recientes .rtl3 {
    -webkit-transform: translate(3000px, 0);
            transform: translate(3000px, 0);
    opacity: 0;
  }
  #recientes .dtu {
    -webkit-transform: translate(0, 2000px);
            transform: translate(0, 2000px);
    opacity: 0;
  }
  #recientes .gotosite {
    -webkit-transition: -webkit-transform 0.9s ease-out;
    transition: -webkit-transform 0.9s ease-out;
    transition: transform 0.9s ease-out;
    transition: transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

#recientes a {
  color: #f2f3ef;
}

@media (min-width: 1440px) {
  #recientes .title {
    font-family: "fjalla_oneregular";
    font-size: 20px;
    text-align: justify;
  }
  #recientes img {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  #recientes .title {
    font-family: "fjalla_oneregular";
    font-size: 18px;
    text-align: justify;
  }
  #recientes img {
    width: 100%;
    height: 40vh;
  }
}

@media (max-width: 768px) {
  #recientes .section-title {
    margin-top: 120px !important;
    font-family: "fjalla_oneregular";
    font-size: 20px;
  }
  #recientes .title {
    font-family: "fjalla_oneregular";
    font-size: 12px;
    text-align: justify;
  }
  #recientes .f {
    margin-top: 20px;
    margin-left: 2rem;
    font-family: "fjalla_oneregular";
    font-size: 20px;
  }
  #recientes .linkplus {
    height: 40px !important;
    width: 20px !important;
  }
  #recientes .slider {
    margin-left: 2rem;
    width: 100%;
  }
  #recientes #recent-right {
    margin-left: 82%;
  }
  #recientes .slider-item {
    margin-right: 15px;
    width: 230px;
  }
  #recientes .slider-item img {
    width: 230px;
    height: 140px;
  }
}

/*****ENTRETENIMIENTO ********/
#entretener {
  background-color: #f2f3ef;
  color: #121212;
}

#entretener .title {
  text-align: justify;
}

#entretener a {
  color: #121212;
}

@media (min-width: 1440px) {
  #entretener .section-body {
    margin-top: 125px;
  }
  #entretener .rtc {
    -webkit-transform: translate(2000px, 0);
            transform: translate(2000px, 0);
    opacity: 0;
  }
  #entretener .ltc {
    -webkit-transform: translate(-2000px, 0);
            transform: translate(-2000px, 0);
    opacity: 0;
  }
  #entretener .opac {
    opacity: 0;
  }
  #entretener .gotosite {
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  #entretener .appear {
    -webkit-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
    opacity: 1;
  }
  #entretener .title {
    margin-top: 5px;
    font-family: "fjalla_oneregular";
    font-size: 20px;
    border-top: 2px solid #121212;
    text-align: justify;
  }
  #entretener .title a {
    color: #121212;
  }
  #entretener .slider {
    width: 137%;
  }
  #entretener #slider-entertaiment-1 .item-1 {
    margin-right: 142px;
    width: 565px;
  }
  #entretener #slider-entertaiment-1 .item-1 img {
    width: 565px;
    height: 318px;
  }
  #entretener #slider-entertaiment-1 .item-3 {
    margin-right: 60px;
    margin-top: 20px;
    width: 650px;
  }
  #entretener #slider-entertaiment-1 .item-3 img {
    width: 650px;
    height: 265px;
  }
  #entretener #slider-entertaiment-1 .item-2 {
    width: 640px;
    margin-right: 60px;
    width: 640px;
  }
  #entretener #slider-entertaiment-1 .item-2 img {
    width: 640px;
    height: 325px;
  }
  #entretener #slider-entertaiment-2 .item-2 {
    width: 508px;
    margin-left: 142px;
  }
  #entretener #slider-entertaiment-2 .item-2 img {
    width: 502px;
    height: 205px;
  }
  #entretener #slider-entertaiment-2 .item-1 {
    width: 365px;
    margin-left: 138px;
  }
  #entretener #slider-entertaiment-2 .item-1 img {
    width: 365px;
    height: 195px;
  }
  #entretener #slider-entertaiment-2 .item-3 {
    width: 480px;
    margin-left: 138px;
  }
  #entretener #slider-entertaiment-2 .item-3 img {
    width: 480px;
    height: 185px;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  #entretener .title {
    font-family: "fjalla_oneregular";
    font-size: 18px;
    text-align: justify;
  }
  #entretener .section-body {
    margin-top: 75px;
  }
  #entretener #slider-entertaiment-1 .item-1 {
    margin-right: 71px;
    width: 282px;
  }
  #entretener #slider-entertaiment-1 .item-1 img {
    width: 282px;
    height: 159px;
  }
  #entretener #slider-entertaiment-1 .item-3 {
    margin-right: 30px;
    margin-top: 10px;
    width: 325px;
  }
  #entretener #slider-entertaiment-1 .item-3 img {
    width: 325px;
    height: 132px;
  }
  #entretener #slider-entertaiment-1 .item-2 {
    width: 320px;
    margin-right: 30px;
    width: 320px;
  }
  #entretener #slider-entertaiment-1 .item-2 img {
    width: 320px;
    height: 162px;
  }
  #entretener #slider-entertaiment-2 .item-2 {
    width: 254px;
    margin-left: 71px;
  }
  #entretener #slider-entertaiment-2 .item-2 img {
    width: 251px;
    height: 102px;
  }
  #entretener #slider-entertaiment-2 .item-1 {
    width: 182px;
    margin-left: 69px;
  }
  #entretener #slider-entertaiment-2 .item-1 img {
    width: 182px;
    height: 97px;
  }
  #entretener #slider-entertaiment-2 .item-3 {
    width: 240px;
    margin-left: 69px;
  }
  #entretener #slider-entertaiment-2 .item-3 img {
    width: 240px;
    height: 92px;
  }
}

@media (max-width: 768px) {
  #entretener .section-title {
    margin-top: 120px !important;
  }
  #entretener .title {
    margin-top: 5px;
    font-family: "fjalla_oneregular";
    font-size: 12px;
    border-top: 2px solid #121212;
    text-align: justify;
  }
  #entretener .title a {
    color: #121212;
  }
  #entretener #entertaiment-right {
    margin-left: 82%;
  }
  #entretener .slider {
    width: 100%;
  }
  #entretener #slider-entertaiment-1 .slider-item,
  #entretener #slider-entertaiment-2 .slider-item {
    margin-right: 15px;
    width: 275px;
  }
  #entretener #slider-entertaiment-1 .slider-item img,
  #entretener #slider-entertaiment-2 .slider-item img {
    width: 275px;
    height: 90px;
  }
}

#entretener .linkplus {
  height: 40px !important;
  width: 20px !important;
}

/*****SALUD******/
#salud {
  background-color: #121212;
  color: #f2f3ef;
}

#salud a {
  color: #f2f3ef;
}

@media (min-width: 1440px) {
  #salud .section-body {
    margin-top: 125px;
  }
  #salud .rtcs {
    -webkit-transform: translate(2000px, 0);
            transform: translate(2000px, 0);
    opacity: 0;
  }
  #salud .ltcs {
    -webkit-transform: translate(-2000px, 0);
            transform: translate(-2000px, 0);
    opacity: 0;
  }
  #salud .opacs {
    opacity: 0;
  }
  #salud .gotosites {
    -webkit-transition: -webkit-transform 3s ease-out;
    transition: -webkit-transform 3s ease-out;
    transition: transform 3s ease-out;
    transition: transform 3s ease-out, -webkit-transform 3s ease-out;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  #salud .appears {
    -webkit-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
    opacity: 1;
  }
  #salud .title {
    margin-top: 5px;
    font-family: "fjalla_oneregular";
    font-size: 20px;
    border-top: 2px solid #f2f3ef;
    text-align: justify;
  }
  #salud .title a {
    color: #f2f3ef;
  }
  #salud #slider-health-1 .item-1 {
    margin-right: 142px;
    width: 565px;
  }
  #salud #slider-health-1 .item-1 img {
    width: 565px;
    height: 318px;
  }
  #salud #slider-health-1 .item-3 {
    margin-right: 60px;
    margin-top: 20px;
    width: 650px;
  }
  #salud #slider-health-1 .item-3 img {
    width: 650px;
    height: 265px;
  }
  #salud #slider-health-1 .item-2 {
    width: 640px;
    margin-right: 60px;
    width: 640px;
  }
  #salud #slider-health-1 .item-2 img {
    width: 640px;
    height: 325px;
  }
  #salud #slider-health-2 .item-2 {
    width: 508px;
    margin-left: 142px;
  }
  #salud #slider-health-2 .item-2 img {
    width: 502px;
    height: 205px;
  }
  #salud #slider-health-2 .item-1 {
    width: 365px;
    margin-left: 138px;
  }
  #salud #slider-health-2 .item-1 img {
    width: 365px;
    height: 195px;
  }
  #salud #slider-health-2 .item-3 {
    width: 480px;
    margin-left: 138px;
  }
  #salud #slider-health-2 .item-3 img {
    width: 480px;
    height: 185px;
  }
  #salud .slider {
    width: 137%;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  #salud .section-body {
    margin-top: 75px;
  }
  #salud .title {
    font-family: "fjalla_oneregular";
    font-size: 18px;
    text-align: justify;
  }
  #salud #slider-health-1 .item-1 {
    margin-right: 71px;
    width: 282px;
  }
  #salud #slider-health-1 .item-1 img {
    width: 282px;
    height: 159px;
  }
  #salud #slider-health-1 .item-3 {
    margin-right: 30px;
    margin-top: 10px;
    width: 325px;
  }
  #salud #slider-health-1 .item-3 img {
    width: 325px;
    height: 132px;
  }
  #salud #slider-health-1 .item-2 {
    width: 320px;
    margin-right: 30px;
    width: 320px;
  }
  #salud #slider-health-1 .item-2 img {
    width: 320px;
    height: 162px;
  }
  #salud #slider-health-2 .item-2 {
    width: 254px;
    margin-left: 71px;
  }
  #salud #slider-health-2 .item-2 img {
    width: 251px;
    height: 102px;
  }
  #salud #slider-health-2 .item-1 {
    width: 182px;
    margin-left: 69px;
  }
  #salud #slider-health-2 .item-1 img {
    width: 182px;
    height: 97px;
  }
  #salud #slider-health-2 .item-3 {
    width: 240px;
    margin-left: 69px;
  }
  #salud #slider-health-2 .item-3 img {
    width: 240px;
    height: 92px;
  }
}

@media (max-width: 768px) {
  #salud .section-title {
    margin-top: 120px !important;
  }
  #salud #slider-health-1 .slider-item,
  #salud #slider-health-2 .slider-item {
    width: 275px;
    margin-left: 15px;
  }
  #salud #slider-health-1 .slider-item img,
  #salud #slider-health-2 .slider-item img {
    width: 275px;
    height: 90px;
  }
  #salud .title {
    margin-top: 5px;
    font-family: "fjalla_oneregular";
    font-size: 12px;
    border-top: 2px solid #f2f3ef;
    text-align: justify;
  }
  #salud .title a {
    color: #f2f3ef;
  }
  #salud #health-right {
    margin-left: 82%;
  }
  #salud .slider {
    width: 100%;
  }
}

#salud .linkplus {
  height: 40px !important;
  width: 20px !important;
}

/******EDUCACIÓN ******/
#educacion {
  background-color: #f2f3ef;
  color: #121212;
}

#educacion .title {
  text-align: justify;
}

#educacion a {
  color: #121212;
}

@media (min-width: 1440px) {
  #educacion .section-body {
    margin-top: 125px;
  }
  #educacion .rtce {
    -webkit-transform: translate(2000px, 0);
            transform: translate(2000px, 0);
    opacity: 0;
  }
  #educacion .ltce {
    -webkit-transform: translate(-2000px, 0);
            transform: translate(-2000px, 0);
    opacity: 0;
  }
  #educacion .opace {
    opacity: 0;
  }
  #educacion .gotosites {
    -webkit-transition: -webkit-transform 3s ease-out;
    transition: -webkit-transform 3s ease-out;
    transition: transform 3s ease-out;
    transition: transform 3s ease-out, -webkit-transform 3s ease-out;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  #educacion .appeare {
    -webkit-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
    opacity: 1;
  }
  #educacion .title {
    margin-top: 5px;
    font-family: "fjalla_oneregular";
    font-size: 20px;
    border-top: 2px solid #121212;
    text-align: justify;
  }
  #educacion .title a {
    color: #121212;
  }
  #educacion #slider-education-1 .item-1 {
    margin-right: 142px;
    width: 565px;
  }
  #educacion #slider-education-1 .item-1 img {
    width: 565px;
    height: 318px;
  }
  #educacion #slider-education-1 .item-3 {
    margin-right: 60px;
    margin-top: 20px;
    width: 650px;
  }
  #educacion #slider-education-1 .item-3 img {
    width: 650px;
    height: 265px;
  }
  #educacion #slider-education-1 .item-2 {
    width: 640px;
    margin-right: 60px;
    width: 640px;
  }
  #educacion #slider-education-1 .item-2 img {
    width: 640px;
    height: 325px;
  }
  #educacion #slider-education-2 .item-2 {
    width: 508px;
    margin-left: 142px;
  }
  #educacion #slider-education-2 .item-2 img {
    width: 502px;
    height: 205px;
  }
  #educacion #slider-education-2 .item-1 {
    width: 365px;
    margin-left: 138px;
  }
  #educacion #slider-education-2 .item-1 img {
    width: 365px;
    height: 195px;
  }
  #educacion #slider-education-2 .item-3 {
    width: 480px;
    margin-left: 138px;
  }
  #educacion #slider-education-2 .item-3 img {
    width: 480px;
    height: 185px;
  }
  #educacion .slider {
    width: 137%;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  #educacion .section-body {
    margin-top: 75px;
  }
  #educacion .title {
    font-family: "fjalla_oneregular";
    font-size: 18px;
    text-align: justify;
  }
  #educacion #slider-education-1 .item-1 {
    margin-right: 71px;
    width: 282px;
  }
  #educacion #slider-education-1 .item-1 img {
    width: 282px;
    height: 159px;
  }
  #educacion #slider-education-1 .item-3 {
    margin-right: 30px;
    margin-top: 10px;
    width: 325px;
  }
  #educacion #slider-education-1 .item-3 img {
    width: 325px;
    height: 132px;
  }
  #educacion #slider-education-1 .item-2 {
    width: 320px;
    margin-right: 30px;
    width: 320px;
  }
  #educacion #slider-education-1 .item-2 img {
    width: 320px;
    height: 162px;
  }
  #educacion #slider-education-2 .item-2 {
    width: 254px;
    margin-left: 71px;
  }
  #educacion #slider-education-2 .item-2 img {
    width: 251px;
    height: 102px;
  }
  #educacion #slider-education-2 .item-1 {
    width: 182px;
    margin-left: 69px;
  }
  #educacion #slider-education-2 .item-1 img {
    width: 182px;
    height: 97px;
  }
  #educacion #slider-education-2 .item-3 {
    width: 240px;
    margin-left: 69px;
  }
  #educacion #slider-education-2 .item-3 img {
    width: 240px;
    height: 92px;
  }
}

@media (max-width: 768px) {
  #educacion .section-title {
    margin-top: 120px !important;
  }
  #educacion #slider-education-1 .slider-item,
  #educacion #slider-education-2 .slider-item {
    width: 275px;
    margin-left: 15px;
  }
  #educacion #slider-education-1 .slider-item img,
  #educacion #slider-education-2 .slider-item img {
    width: 275px;
    height: 90px;
  }
  #educacion .title {
    margin-top: 5px;
    font-family: "fjalla_oneregular";
    font-size: 12px;
    border-top: 2px solid #121212;
    text-align: justify;
  }
  #educacion .title a {
    color: #121212;
  }
  #educacion #health-right {
    margin-left: 82%;
  }
  #educacion .slider {
    width: 100%;
  }
}

#educacion .linkplus {
  height: 40px !important;
  width: 20px !important;
}

/*****INFORMAR******/
#informar {
  background-color: #121212;
  color: #f2f3ef;
}

#informar .title {
  text-align: justify;
}

@media (min-width: 1440px) {
  #informar .section-body {
    margin-top: 125px;
  }
  #informar .rtci {
    -webkit-transform: translate(2000px, 0);
            transform: translate(2000px, 0);
    opacity: 0;
  }
  #informar .ltci {
    -webkit-transform: translate(-2000px, 0);
            transform: translate(-2000px, 0);
    opacity: 0;
  }
  #informar .opaci {
    opacity: 0;
  }
  #informar .gotositei {
    -webkit-transition: -webkit-transform 3s ease-out;
    transition: -webkit-transform 3s ease-out;
    transition: transform 3s ease-out;
    transition: transform 3s ease-out, -webkit-transform 3s ease-out;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  #informar .appeari {
    -webkit-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
    opacity: 1;
  }
  #informar #slider-news-1 .item-1 {
    margin-right: 142px;
    width: 565px;
  }
  #informar #slider-news-1 .item-1 img {
    width: 565px;
    height: 318px;
  }
  #informar #slider-news-1 .item-3 {
    margin-right: 60px;
    margin-top: 20px;
    width: 650px;
  }
  #informar #slider-news-1 .item-3 img {
    width: 650px;
    height: 265px;
  }
  #informar #slider-news-1 .item-2 {
    width: 640px;
    margin-right: 60px;
    width: 640px;
  }
  #informar #slider-news-1 .item-2 img {
    width: 640px;
    height: 325px;
  }
  #informar #slider-news-2 .item-2 {
    width: 508px;
    margin-left: 142px;
  }
  #informar #slider-news-2 .item-2 img {
    width: 502px;
    height: 205px;
  }
  #informar #slider-news-2 .item-1 {
    width: 365px;
    margin-left: 138px;
  }
  #informar #slider-news-2 .item-1 img {
    width: 365px;
    height: 195px;
  }
  #informar #slider-news-2 .item-3 {
    width: 480px;
    margin-left: 138px;
  }
  #informar #slider-news-2 .item-3 img {
    width: 480px;
    height: 185px;
  }
  #informar .slider {
    width: 137%;
  }
  #informar .title {
    margin-top: 5px;
    font-family: "fjalla_oneregular";
    font-size: 20px;
    border-top: 2px solid #f2f3ef;
    color: #f2f3ef;
    text-align: justify;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  #informar .section-body {
    margin-top: 75px;
  }
  #informar .title {
    font-family: "fjalla_oneregular";
    font-size: 18px;
    text-align: justify;
    border-top: 2px solid #f2f3ef;
    color: #f2f3ef;
    text-align: justify;
  }
  #informar #slider-news-1 .item-1 {
    margin-right: 71px;
    width: 282px;
  }
  #informar #slider-news-1 .item-1 img {
    width: 282px;
    height: 159px;
  }
  #informar #slider-news-1 .item-3 {
    margin-right: 30px;
    margin-top: 10px;
    width: 325px;
  }
  #informar #slider-news-1 .item-3 img {
    width: 325px;
    height: 132px;
  }
  #informar #slider-news-1 .item-2 {
    width: 320px;
    margin-right: 30px;
    width: 320px;
  }
  #informar #slider-news-1 .item-2 img {
    width: 320px;
    height: 162px;
  }
  #informar #slider-news-2 .item-2 {
    width: 254px;
    margin-left: 71px;
  }
  #informar #slider-news-2 .item-2 img {
    width: 251px;
    height: 102px;
  }
  #informar #slider-news-2 .item-1 {
    width: 182px;
    margin-left: 69px;
  }
  #informar #slider-news-2 .item-1 img {
    width: 182px;
    height: 97px;
  }
  #informar #slider-news-2 .item-3 {
    width: 240px;
    margin-left: 69px;
  }
  #informar #slider-news-2 .item-3 img {
    width: 240px;
    height: 92px;
  }
}

@media (max-width: 768px) {
  #informar .slider {
    width: 100%;
  }
  #informar .section-title {
    margin-top: 120px !important;
  }
  #informar #news-right {
    margin-left: 82%;
  }
  #informar .title {
    margin-top: 5px;
    font-family: "fjalla_oneregular";
    font-size: 12px;
    border-top: 2px solid #f2f3ef;
    color: #f2f3ef;
    text-align: justify;
  }
  #informar #slider-news-1 .slider-item,
  #informar #slider-news-2 .slider-item {
    width: 275px;
    margin-left: 15px;
  }
  #informar #slider-news-1 .slider-item img,
  #informar #slider-news-2 .slider-item img {
    width: 275px;
    height: 90px;
  }
}

#informar .linkplus {
  height: 40px !important;
  width: 20px !important;
}

/*****VIDEOS******/
#videos {
  background-color: #f2f3ef;
  color: #121212;
}

#videos .title {
  text-align: justify;
}

@media (min-width: 1440px) {
  #videos .section-body {
    margin-top: 125px;
  }
  #videos .rtcv {
    -webkit-transform: translate(2000px, 0);
            transform: translate(2000px, 0);
    opacity: 0;
  }
  #videos .ltcv {
    -webkit-transform: translate(-2000px, 0);
            transform: translate(-2000px, 0);
    opacity: 0;
  }
  #videos .opacv {
    opacity: 0;
  }
  #videos .gotositev {
    -webkit-transition: -webkit-transform 3s ease-out;
    transition: -webkit-transform 3s ease-out;
    transition: transform 3s ease-out;
    transition: transform 3s ease-out, -webkit-transform 3s ease-out;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  #videos .appearv {
    -webkit-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
    opacity: 1;
  }
  #videos .title {
    font-family: "fjalla_oneregular";
    font-size: 14px;
    text-align: justify;
  }
  #videos .slider {
    width: 150%;
  }
  #videos .slider .slider-item {
    width: 198px;
    margin-right: 60px;
  }
  #videos .slider .slider-item a {
    color: #121212;
  }
  #videos .slider .slider-item img {
    width: 198px;
    height: 134px;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  #videos .section-body {
    margin-top: 75px;
  }
  #videos .title {
    font-family: "fjalla_oneregular";
    font-size: 14px;
    text-align: justify;
  }
  #videos .slider {
    width: 100%;
  }
  #videos .slider .slider-item {
    width: 84px;
    margin-right: 15px;
  }
  #videos .slider .slider-item a {
    color: #121212;
  }
  #videos .slider .slider-item img {
    width: 84px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  #videos .title {
    font-family: "fjalla_oneregular";
    font-size: 12px;
    text-align: justify;
  }
  #videos .section-title {
    margin-top: 120px !important;
  }
  #videos .videodiv iframe {
    width: 275px;
    height: 130px;
  }
  #videos .slider {
    width: 100%;
  }
  #videos .slider .slider-item {
    width: 84px;
    margin-right: 15px;
  }
  #videos .slider .slider-item a {
    color: #121212;
  }
  #videos .slider .slider-item img {
    width: 84px;
    height: 30px;
  }
}
/*# sourceMappingURL=styles.css.map */