  @charset "UTF-8";
  /* CSS Document */

  @import url("reset.css");

  /* Fonts */

  @font-face {
    font-family: 'BN Bergen St';
    src: url('../fonts/BNBergenStMedium.eot');
    src: url('../fonts/BNBergenStMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BNBergenStMedium.woff2') format('woff2'),
    url('../fonts/BNBergenStMedium.woff') format('woff'),
    url('../fonts/BNBergenStMedium.ttf') format('truetype'),
    url('../fonts/BNBergenStMedium.svg#BNBergenStMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'BN Bergen St';
    src: url('../fonts/BNBergenStLight.eot');
    src: url('../fonts/BNBergenStLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BNBergenStLight.woff2') format('woff2'),
    url('../fonts/BNBergenStLight.woff') format('woff'),
    url('../fonts/BNBergenStLight.ttf') format('truetype'),
    url('../fonts/BNBergenStLight.svg#BNBergenStLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'BN Bergen St';
    src: url('../fonts/BNBergenStRegular.eot');
    src: url('../fonts/BNBergenStRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BNBergenStRegular.woff2') format('woff2'),
    url('../fonts/BNBergenStRegular.woff') format('woff'),
    url('../fonts/BNBergenStRegular.ttf') format('truetype'),
    url('../fonts/BNBergenStRegular.svg#BNBergenStRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'BN Bergen St';
    src: url('../fonts/BNBergenStBlack.eot');
    src: url('../fonts/BNBergenStBlack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BNBergenStBlack.woff2') format('woff2'),
    url('../fonts/BNBergenStBlack.woff') format('woff'),
    url('../fonts/BNBergenStBlack.ttf') format('truetype'),
    url('../fonts/BNBergenStBlack.svg#BNBergenStBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'BN Bergen St';
    src: url('../fonts/BNBergenStBold.eot');
    src: url('../fonts/BNBergenStBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BNBergenStBold.woff2') format('woff2'),
    url('../fonts/BNBergenStBold.woff') format('woff'),
    url('../fonts/BNBergenStBold.ttf') format('truetype'),
    url('../fonts/BNBergenStBold.svg#BNBergenStBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  html, body {
    font-size: 62.5%;  
    overflow-x: hidden;
    width: 100vw;
    background-color: #fff;
    font-family: 'BN Bergen St';
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.2em;
  }
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .my-float {
    margin-top: 16px;
  }
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}
    .invisible{
        position: absolute;
        bottom: -1000vh;
    }
    .oc-flash-message {
        top: 30%;
    }
    .oc-flash-message.info {
        background: #bf3d4d;
        text-align: center;
        font-size: 1.2rem;
        padding: 40px;
        border: solid 5px #FFF;
        border-radius: 20px;
    }
    .oc-visible {
        font-size: 0.8rem;
        color: red;
        font-weight: 100;
    }

  /* Header */
  header {
    width: 100%;
    position: fixed;
    background-image: url(../images/headerBK.gif);
    top: 0;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    z-index:10000;
  }
  #headermobile {
    display:none;
  }
  header .headerInside{
    width: 70vw;
    max-width: 1440px;
    position: relative;
  }
  header .headerTop{
    width: 100%;
    height: 45px;
    background-color: #FFF;
    
  }
  header .headerBottom{
    width: auto;
    height: 90px;
    margin-right: 199px;
    background-color: #6980b6;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
  }
  header .headerBottom .linkMenu{
    color:#FFF;
    float: left;
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
  }
  header .headerBottom .linkMenu a, header .headerBottom .linkMenu a:link {
    color:#FFF;
    text-decoration: none;
  }
  header .headerBottom .linkMenu a:hover, .active{
    color:#deaa3a !important;
  }
  header .headerBottom .top{
    width: 100%;
    font-size:1.2rem;
    font-weight: 500;
    line-height: 1em;
    float: left;
  }
  header .headerBottom .bottom{
    font-size:0.75rem;
    margin-top: -8px;
    float: left;
  }
  header .logo{
    width: 175px;
    height: 184px;
    background-color: #6ea8d9;
    position:absolute;
    right:0;
    top:0;
  }
  header .logo img{
    width: 100%;
    padding: 38px 10% 0;
  }
  header .social{
    margin-top: 15px;
    float:left;
  }
  header .social a {
    width:20px;
    margin-right: 6px;
    float:left;
  }
  header .social a:hover {
    transition: filter 0.5s;
    opacity: 0.5;
  }
  header .social img{
    width:20px;
  }
  header .escribir{
    margin: 15px 0 0 6px;
    font-size: 0.8rem;
    color:#6980b6;
    float:left;
  }
  header .escribir a, header .escribir a:link {
    color:#6980b6;
    text-decoration: none;
    height: 18px;
    padding: 4px 20px 2px;
    border: 1px solid #6980b6;
    border-radius: 10px;
  }
  header .escribir a:hover {
    color:white;
    background-color: #6980b6;
    border: 1px solid #6980b6;
    border-radius: 10px;
    height: 22px;
    padding: 4px 20px 2px;
  }
  .cifrasMobile{
    display: none;
  }
  .cifrasDesktop{
    display: block;
  }
  .socialBar{
    position: fixed;
    top:25%;
    right: 0;
    z-index: 100;
    background-color: #FFF;
    padding: 11px 5px 5px 10px;
    width: 70px;
  }
  .socialBar a {
    width:50px;
    height:50px;
    margin-bottom: 6px;
  }
  .socialBar a:last-child {
    margin-bottom: 0;
  }
  .socialBar a:hover {
    transition: filter 0.5s;
    opacity: 0.5;
  }
  .socialBar img{
    width:50px;
    height:50px;
  }
  /*Menu starts*/
  #menuArea
  {
    z-index:10000;
    position: absolute;
    top: -13px;
    left: 1rem;
  }
  .menuArea2
  {
    z-index:10000;
    position: absolute;
    top: -5px;
    right: 72px;
  }
  .menuInput {
    display: none;
  }

  .open {
    background-color: #354538;
    width: 32px;
    height: 3px;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    top: 8px;
  }

  .open:before {
    content: "";
    background-color: #354538;
    width: 32px;
    height: 3px;
    display: block;
    border-radius: 2px;
    position: relative;
    top: -10px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }

  .open:after {
    content: "";
    background-color: #354538;
    width: 32px;
    height: 3px;
    display: block;
    border-radius: 2px;
    position: relative;
    top: 6px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }

  .menuOpen {
    width: auto;
    height: 47px;
    display: block;
    padding: 15px;
    cursor: pointer;
    float: right;
    margin-top: 26px;
  }
  .menuOpen2 {
    margin-top: 12px;
  }

  .menuOpen:hover .open:before {
    top: -11px;
  }

  .menuOpen:hover .open:after {
    top: 7px;
  }

  .menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #FFF;
  }

  .menu label {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: 100%;
    cursor: pointer;
  }

  .menu .menuContent {
    position: relative;
    top: 40%;
    margin: 0;
    font-size: 5.4rem;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -170px;
  }

  .menu ul {
    list-style: none;
    padding: 5rem;
    margin: 0 auto;
  }

  .menu ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    transition: color 0.2s;
    padding: 10px 0;
    font-family: ;
    font-size: 3rem;
    line-height: 2rem;
  }

  .menu ul li a:hover {
    opacity: 0.6;
  }
  .menu .menuBottom {
    width: 100%;
  }
  .menu .menuBottomLeft {
    float:left;
  }
  .menu .menuBottomRight {
    float:right;
    margin-top: 6.5rem;
  }
  .menu .menuBottom .logo{
    width: 23.4rem;
    height: 8rem;
  }
  .menu .menuBottom .icoCont{
    width: 23.4rem;
    margin-top: 3.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: normal;
    align-content: normal;
  }
  .menu .menuBottom .ico{
    width: 3.7rem;
    height: 3.7rem;
    text-align: center;
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
  }
  .menu .menuBottom a:hover {
    opacity: 0.6;
  }
  .menu #items2 {
    font-family: 'DIN Pro-Light' !important;
    margin-top: 85px;
  }
  .menu #items2 a{
    font-family: 'DIN Pro-Light' !important;
    font-size:3.3rem;
    font-weight: 300;
    padding: 8px 0;
  }

  .menuEffects {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }

  .menuEffects ul {
    transform: translateY(0%);
    transition: all 0.5s;
  }

  #menuToggle:checked ~ .menuEffects,
  #menuToggle2:checked ~ .menuEffects {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }

  #menuToggle:checked ~ .menuEffects ul,
  #menuToggle2:checked ~ .menuEffects ul {
    opacity: 1;
  }

  #menuToggle:checked ~ .menuOpen .open,
  #menuToggle2:checked ~ .menuOpen .open {
    background-color: transparent;
  }

  #menuToggle:checked ~ .menuOpen .open:before,
  #menuToggle2:checked ~ .menuOpen .open:before {
    content: "";
    background-color: #354538;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  #menuToggle:checked ~ .menuOpen .open:after,
  #menuToggle2:checked ~ .menuOpen .open:after {
    content: "";
    background-color: #354538;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
  }

  #menuToggle:not(:checked) ~ .menuEffects ul,
  #menuToggle2:not(:checked) ~ .menuEffects ul {
    transform: translateY(-30%);
  }

  /*Menu ends*/
/* Dropdown Menu */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000; /* Adjust the z-index as needed */
    background-color: #6ea8d9; /* Background color of the dropdown menu */
    border-radius: 5px; /* Rounded corners */
    top:15px;
    margin-top: 5px;;
}

.dropdown-menu a {
    display: block;
    font-size: 1.2rem;
    padding: 10px 15px;
    color: #FFF; /* Text color */
    text-decoration: none;
    width:max-content;
}
.dropdown-menu a:hover {
    background-color; /* Background color on hover */
}
.drop{
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    color: #FFF;
    text-decoration: none;
    transition: color 0.2s;
    padding: 10px 0;
    font-family: 'BN Bergen St';
    font-size: 6rem;
    line-height: 6rem;
}
.submenu {
    display: none; /* Hide submenu by default */
    color:#FFF;
    font-size: 1.2rem;
    transition: all 0.3s ease; /* Smooth transition */
}

.submenu.open {
    display: block; /* Show submenu when open class is applied */
    height: max-content;
    background-color: transparent;
    padding: 0rem 2rem 0rem 4rem;
    margin: 0 0 4rem;
}
.submenu.open ul{
}
.submenu.open li{
    width: max-content;
    border-bottom: 1px solid #FFF;
}
.submenu.open li a, .submenu.open li a:link, .submenu.open li a:hover {
    font-size: 3.6rem;
    padding: 0;
    line-height: 1.8em;
}
.submenu.open:before, .submenu.open:after {
content: none;
}
/* Show dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}
  /*Body*/
  main {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
  }
  section {
    width: 100%;
  }
  section  img{
    display: block;
  }
  section .sectionInside {
    width: 70vw;
    max-width: 1440px;
    margin:0 auto ;
    position: relative;
  }
  #cifrasInside {
      display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    z-index: 1000;
    }
   .legales {
      margin: 4rem 0;
      float: left;
    }
    .legales p strong {
      font-weight: bold; 
    }
    .legales p em {
      font-style: italic; 
    }
  .bannerContainer {
    width: 100%;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .bannerContainer .tag{
    top: 47vh;
    left: 0;
    position: relative;
    padding: 45px 35px 35px;
    width: 50%;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1em;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
  }
  #videoHome {
  }
  .video {
  }
  .videoIns {
  }
  #cifras {
    margin-top: -100px;
  }
  #feeds {
    margin: 4rem auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
  #feeds .two{
    float:left;
  }
  .cifrasInside {
      width: 40%;
    padding: 0 !important;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  #cifras .cifrasBox{
    width: 31%;
    webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto; 
    color:#FFF;
    border-radius: 30px;
  }
  #cifras .cifrasBoxInside{
    margin: 15px;
    border-radius: 30px;
    border: 1px solid white;
  }
  #cifras .cifrasBoxInside .top{
    border-bottom: 1px solid white;
  }
  #cifras .cifrasBoxInside .bottom{
    display: grid;
  }
  #cifras .cifrasBoxInside .numero{
    display: block;
    width: 100%;
    font-size: 5vw;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    color:#deaa3a;
    margin-top: 20px;
    float: left;
  }
  #cifras .cifrasBoxInside .texto{
    display: block;
    width: 100%;
    font-size: 1.2vw;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
    color:#fff;
    margin: 0 0 15px;
    float: left;
  }
  #quienesHome{
    margin-top: 65px;

  }
  #quienesHome .colIzq{
    width: 50%;
    float: left;
    background-image: url('../images/homeimg.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
  #quienesHome .colDer{
    width: 40%;
    margin-left: 10%;
    margin-bottom: 4rem;
    float: left;
  }
  #quienesHome h2{
    width: 90%;
    padding-top: 2rem;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1em;
    color:#b30056;
    float: left;
    border-bottom: 1px solid #b30056;
    padding-bottom: 0.3rem;

  }
  #quienesHome h2 span{
    font-weight: 300;

  }
  #quienesHome p{
    width: 100%;
    padding-top: 2rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4em;
    color:#000;
    float: left;
  }
  #quienesHome .btnVerMas{
    margin: 20px 0 4rem 0;
    font-size: 1.4rem;
    color:#b30056;
    float:left;
  }

  #quienesHome .btnVerMas a, .btnVerMas a:link {
    color:#b30056;
    text-decoration: none;
    height: 22px;
    padding: 7px 10px 5px;
    border: 1px solid #b30056;
    border-radius: 10px;
  }
  #quienesHome .btnVerMas a:hover {
    color:white;
    background-color: #b30056;
    border: 1px solid #b30056;
    border-radius: 10px;
    height: 22px;
    padding: 7px 10px 5px;
  }
  #quienesHome .colDer2 {
    display: none;
    }
  #bannerParallax {
    height: 30vh;
    z-index: 1;
  }
  .parallaxParent {
    height: 30vh;
    overflow: hidden;
  }
  .parallaxParent > * {
    height: 200%;
    position: relative;
    top: -100%;
    background-size: cover;
  }
  #metodologiaHome{
    margin-top: 65px;
  }
  #metodologiaHome .colIzq{
    width: 40%;
    margin-right: 10%;
    float: left;
  }
  #metodologiaHome .colDer{
    width: 50%;
    float: left;
  }
  #metodologiaHome .colDer .cuadroVid, #metodologiaHome .col100 .cuadroVid{
    padding: 20px 40px 40px;
    background-color: #b30056;
  }
  #metodologiaHome .colDer .cuadroVid h3, #metodologiaHome .col100 .cuadroVid h3{
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 0em;
    color:#fff;
    padding-bottom: 0.3rem;
  }
  #metodologiaHome h2{
    width: 90%;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1em;
    color:#b30056;
    float: left;
    border-bottom: 1px solid #b30056;
    padding-bottom: 0.3rem;

  }
  #metodologiaHome h2 span{
    font-weight: 300;

  }
  #metodologiaHome p{
    width: 100%;
    padding-top: 2rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4em;
    color:#000;
    float: left;
  }
  #metodologiaHome .frase{
    width: 80%;
    margin-right: 20%;
    padding-top: 2rem;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2em;
    color:#000;
    float: left;
  }
  #metodologiaHome .autor{
    width: 80%;
    text-align: right;
    margin-right: 20%;
    padding-top: 1rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.2em;
    color:#a9a9a8;
    float: left;
  }
  #metodologiaHome .btnVerMas{
    margin: 14px 0 0 0;
    font-size: 0.8rem;
    color:#b30056;
    float:left;
  }

  #metodologiaHome .btnVerMas a, .btnVerMas a:link {
    color:#b30056;
    text-decoration: none;
    height: 22px;
    padding: 7px 10px 5px;
    border: 1px solid #b30056;
    border-radius: 10px;
  }
  #metodologiaHome .btnVerMas a:hover {
    color:white;
    background-color: #b30056;
    border: 1px solid #b30056;
    border-radius: 10px;
    height: 22px;
    padding: 7px 10px 5px;
  }
  #programasHome {
    background-color: #FDFD96;
    margin-top: 4rem;
    background-image: url('../images/bkProgramasHome.png');
    background-repeat: no-repeat;
    background-position: bottom right; 
    background-size: 40%;
  }
  #programasHome h2{
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1em;
    color:#6980b6;
    float: left;
    padding: 4rem 0;

  }
  #programasHome h2 span{
    font-weight: 300;
  }
  #programasHome .sliderCont {
    width: 100%;
    float: left;
    padding-bottom: 4rem;
  }
  #programasHome .sliderCont .texto{
    color: navy;
    margin-top: 1rem;
  }
  #programasHome .sliderCont .texto h1{
    width: 100%;
    margin-bottom: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    float: left;
  }
  #programasHome .sliderCont .texto p{
    font-size: 1.4rem;
    line-height: 1.2em;
  }
  #programasHome .btnVerMas{
    margin: 14px 0 0 0;
    font-size: 1.4rem;
    color:navy;
    float:left;
  }

  #programasHome .btnVerMas a, .btnVerMas a:link {
    color:navy;
    text-decoration: none;
    height: 22px;
    padding: 7px 10px 5px;
    border: 1px solid navy;
    border-radius: 10px;
  }
  #programasHome .btnVerMas a:hover {
    color:white;
    background-color: navy;
    border: 1px solid navy;
    border-radius: 10px;
    height: 22px;
    padding: 7px 10px 5px;
  }
  #programasHome .contVerMasFlex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
  }
  #programasHome .btnVerMasFlex {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
  }
  #videosHome {
    margin: 4rem 0;
  }
  #videosHome h2{
    width: 30%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1em;
    color:#b30056;
    float: left;
    margin: 0 35%;
    border-bottom: 1px solid #b30056;
  }
  #videosHome .linksBox{
    width:100%;
    margin: 1rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    float: left;
  }
  #videosHome .linksBox a, #videosHome .linksBox a:link{
    padding: 0 10px;
    border-right: 1px solid #b30056;
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    color:#b30056;
    text-decoration: none;
    font-size: 1.4rem;
  }
  #videosHome .linksBox a:last-child {
    border-right: none;
  }
  #videosHome .linksBox a:hover{
    text-decoration: underline;
  }
  #videosHome .sliderCont {
    width: 100%;
    float: left;
    padding-bottom: 1rem;
  }
  #videosHome .sliderCont2 {
    width: 100%;
    float: left;
    padding: 0;
  }
  #videosHome .sliderCont2 .texto {
    color: #b30056;
    margin-top: 1rem;
  }
  #videosHome .sliderCont2 .texto h1 {
    width: 100%;
    margin-bottom: 1rem;
    font-weight: 900;
    float: left;
  }
  #vincularse {
    padding: 4rem 0;
    background-color: #b30056;
  }
  #vincularse h2{
    width: 40%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1em;
    color:#FFF;
    float: left;
    margin: 2rem 30% 3rem;
    border-bottom: 1px solid #FFF;
  }
  #vincularse {
    margin-bottom: 4rem;
    text-align: center;
  }
  #vincularseGrid {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    width: 80%;
    margin: 2rem 10%;
  }
  .vincularseBox {
    margin-bottom: 4rem;
    text-align: center;
  }
  .vincularseBox .btnVerMas{
    float: left;
    width: 100%;
    margin-top: 1rem;
  }
  .vincularseBox .btnVerMas a{
   color:#FFF;
  }
  .vincularseBox .btnVerMas a:link{
   color:#FFF;
   border-color: #FFF;
  }
  .vincularseBox .btnVerMas a:hover{
   color:#b30056;
   background-color:#FFF;
  }
  #vincularse img{
    width: 70%;
    margin: 0 15%;
    border-radius: 50%;
    float: left;
  }
 
  #vincularse .ampcont {
      width: 100%;
      float: left;
      display: block;
  }
  #vincularse .ampcont img{
    width: 30%;
    margin: 0;
    border-radius: 0%;
    height: 1rem;
    float: right;
  } 
  #vincularse p{
    width: 80%;
    margin: 0.5rem 10% 0 ;
    color:#FFF;
    font-size: 0.9rem;
    line-height: 1.2em;
    float: left;
  }
  #vincularse h3{
    width: 80%;
    margin: 0.5rem 10% 0 ;
    color:#FFF;
    font-size: 1.4rem;
    line-height: 1.2em;
    float: left;
  }
  #vincularse h4{
    color:#FFF;
  }
  #vincularse .par{
    margin: 1rem 10% 0 0;
  }
  
  .lightboxContainer, .lightboxContainer2  {
    width: 100%;
    position:relative;
    display:inline-block;
    margin-top: 2rem;
  }
 .lightboxContainer:after, .lightboxContainer2:after {
      content:url("../images/playbtn.png");
      z-index:999;
      position:absolute;
      top:50%;
      left:50%;
      margin-left:-50px;
      margin-top:-50px;
  }
  .lightboxContainer img {
      width: 320px;
    }
 .lightboxContainer2 img {
      width: 100%;
  }

  #instagramHome {
    background-color: #f6f6f6;
    padding:4rem 0;
  }
  #instagramHome .cont {
    display: grid;
    grid-auto-flow: column;
    gap: 4px;
    align-items: center;
    justify-items: center;
    width: 100%;
    float: left;
    }
  #instagramHome .contBox {
    margin-bottom: 4rem;
    width: 80%;
  }
  #instagramHome h2{
    width: 50%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1em;
    color:#6980b6;
    margin: 0 25% 2rem;
    border-bottom: 1px solid #6980b6;
    float: left;
  }
  #instagramHome span{
    font-weight: 300;
  }
  #eapps-instagram-feed-1{
    float: left;
  }
  #nosotrosInside{
  }
  #nosotrosInside .colDer{
    width: 40%;
    padding: 65px 0;
    float: left;
  }
  #nosotrosInside .colIzq{
    width: 50%;
    margin-left: 10%;
    float: left;
  }
  #nosotrosInside h2{
    width: 90%;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1em;
    color:#b30056;
    float: left;
    border-bottom: 1px solid #b30056;
    padding-bottom: 0.3rem;

  }
  #nosotrosInside h2 span{
    font-weight: 300;

  }
  #nosotrosInside p{
    width: 100%;
    padding-top: 2rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4em;
    color:#000;
    float: left;
  }
  #nosotrosInside .btnVerMas{
    margin: 14px 0 0 0;
    font-size: 0.8rem;
    color:#b30056;
    float:left;
  }

  #nosotrosInside .btnVerMas a, .btnVerMas a:link {
    color:#b30056;
    text-decoration: none;
    height: 22px;
    padding: 7px 10px 5px;
    border: 1px solid #b30056;
    border-radius: 10px;
  }
  #nosotrosInside .btnVerMas a:hover {
    color:white;
    background-color: #b30056;
    border: 1px solid #b30056;
    border-radius: 10px;
    height: 22px;
    padding: 7px 10px 5px;
  }
  #hitos {
    background-color: #b30056;
    padding: 4rem 0;
  }
  .hitos2 {
    background-color: #FFF !important;
    padding: 0 !importan;
  }
  #hitos h2{
    width: 80%;
    margin-right: 60%;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1em;
    color:#FFF;
    float: left;
    border-bottom: 1px solid #FFF;
    padding-bottom: 0.3rem;
    margin-bottom: 4rem;
    float: left;
  }
  #hitos h2 span{
    font-weight: 300;
  }
  #hitos .cont{
    display: flex;
    -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      align-items: center;
    width: 100%;
    float: left;
  }
  #hitos .cont2{
    padding: 2rem;
    width: auto;
    float: left;
    border: 1px white solid;
    border-radius: 20px;
    margin-top: 2rem;
  }
  .sectionGrid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
  .sectionInside .half{
    width: 100%;
    float: left;
    background-color: #cc43a5;
    border-radius: 20px;
    padding: 10%;
  }
  .sectionInside .half2{
    width: 100%;
    float: left;
    background-color: #95b86a;
    border-radius: 20px;
    padding: 10%;
  }
  #hitos .cont .contIns {
    width: 90%;
    display: -webkit-flex;
     -webkit-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      align-self: auto;
    float: left;
  }
  #hitos .cont .contIns .cols{
    width: 100%;
    display: flex;
    display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-content: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      align-items: center;
  }
  #hitos .cont .contIns .cols2{
    width: 100%;
    display: flex;
    display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-content: stretch;
      align-content: stretch;
      -webkit-align-items: top;
      align-items: top;
  }
  #hitos .cont .contIns .cols3{
    width: 100%;
    display: block;
  }
  #hitos .cont .contIns .left{
    width: 35%;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    padding: 10px;
    float: left;
    -webkit-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      align-self: auto;
  }
  #hitos .cont .contIns .left2{
    font-size: 1.6rem;
    line-height: 1em;
    color:#FFF;
    opacity: 0.5;
    float: left;
    text-align:left;
    width: 100%;
  }
  #hitos .cont .contIns .btnVerMas{
    margin: 20px 0 0 0;
    font-size: 1.4rem;
    color:#FFF;
    float:left;
  }

  #hitos .cont .contIns .btnVerMas a, .btnVerMas a:link {
    color:#FFF;
    text-decoration: none;
    height: 22px;
    padding: 7px 10px 5px;
    border: 1px solid #FFF;
    border-radius: 10px;
  }
  #hitos .cont .contIns .btnVerMas a:hover {
    color:#cc43a5;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 10px;
    height: 22px;
    padding: 7px 10px 5px;
  }
  #hitos .cont .contIns .left3{
    width: 35%;
    font-size: 5rem;
    line-height: 1em;
    color:#FFF;
    opacity: 0.5;
    float: left;
    text-align:right;
  }
  #hitos .cont .contIns .leftLast{
    width: 45%;
    margin-left: -5%;
  }
  #hitos .cont .contIns .right{
    width: 45%;
    margin-left: 20%;
    float: left;
    -webkit-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      align-self: auto;
  }
  #hitos .cont .contIns .right2{
    width: 90%;
    margin-bottom: 5rem;
    margin-left: 10%;
    font-size: 1.6rem;;
    float: left;
  }
   #hitos .cont .contIns .right3{
    width: 70%;
    margin: 1rem 0 5rem 0;
    font-size: 1.6rem;;
    float: left;
  }
  #hitos .cont .contIns .rightLast{
    width: 45%;
    margin-left: 15%;
  }
  #hitos .cont .contIns .cols h3{
    color: #FFF;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: normal;
    border-bottom: 1px solid #FFF;
    padding-bottom: 0.3rem;
  }
  #hitos .cont .contIns .cols p{
    width: 80%;
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: 200;
    color: #FFF;
    padding-top: 1rem;
  }
  #hitos .cont .contIns .cols img{
    border-radius: 50%;
    background-color: #FFF;
    padding: 10px;
     border: 1px solid red;
  }
  #hitos .cont .linea{
    border-left: 1px solid white;
    height: 50px;
    margin-left: 17%;
    width: 75%;
    float: left;
  }
  #hitos .cont .linea:last-child{
    display: none;
  }
  #programasInside{
  }
  #programasInside .colIzq{
    width: 40%;
    padding: 65px 0;
    float: left;
  }
  #programasInside .colDer{
    width: 50%;
    margin-left: 10%;
    margin-top: 150px;
    float: left;
  }
  #programasInside .col100{
    width:100%; 
    float:left;
    margin-bottom: 50px;
  }
  #programasInside .colDer2{
    width: 50%;
    padding-top: 65px;
    margin: 0 0 3rem 10%;
    float: left;
  }
  div.wrap {

width: 60%;
color: white;
text-align: center;
float: right;
margin-left: 10px;
margin-top: 40px;
padding:0 50px;
	}

	div.floatRight {

		float: right;
	}
  #programasInside .colDer2 p:first-child{
    padding-top: 0;
  }
  
  #programasInside .colDer img{
    
  }
  #programasInside h2{
    width: 100%;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1em;
    color:#6980b6;
    float: left;
    border-bottom: 1px solid #6980b6;
    padding-bottom: 0.3rem;

  }
  #programasInside h2 span{
    font-weight: 300;
  }
  #programasInside h3{
    width: 100%;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1em;
    color:#b30056;
    float: left;
    padding-bottom: 0.5rem;

  }
  #programasInside p{
    width: 100%;
    padding-top: 2rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4em;
    color:#000;
    float: none;
  }
  #programasInside .data{
    width: 100%;
    float: left;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 200;
    color:#FFF;
  }
  #programasInside .dataBox{
    width: 100%;
    float: left;
    background-color:#b30056;
    padding: 1.5rem 2rem 1rem;
    border-radius: 20px;;
  }
  #programasInside .data span{
    width: 100%;
    float: left;
    font-size: 1.2rem;
    text-decoration: underline;
    font-weight: 500;
    margin-top: 0.5rem;
    display: block;
    color:#FFF;
  }
  #programasInside .data p{
     width: 100%;
    float: left;
     font-size: 1.4rem;
    padding-top: 0.3rem;
    color:#FFF;
  }
  #programasInside .descargar {
    width:100%;
    margin-top: 30px;
    float:left;
  }
  .momentosText {
    width:80%;
    font-size: 1.4rem;
    color:#FFF;
    margin-bottom: 3rem;
    float:left;
  }
  .momentosTit {
    margin-bottom: 1rem !important;
  }
.programasBox21 {
    width:100%;
    float:left;
  }
  #programasInside .cifras,  .programasBox21 .col100{
    width:100%;
    float:left;
  }
  #programasInside .col100 img{
    width:100%;
    border-radius: 20px;
    }
  #programasInside .cifrasBox {
    width:45%;
    margin-top: 30px;
    margin-right: 10%;
    float:left;
    border-radius: 25px;
  }
  .programasBox21 .cifrasBox {
    width:80%;
    margin: 3rem 0;
    float:left;
    border-radius: 25px;
  }
  #programasInside .cifrasBox{
    margin: 10px;
    border-radius: 25px;
    border: 1px solid white;
  }
  .programasBox21 .cifrasBox{
    border-radius: 25px;
    border: 1px solid white;
  }
  #programasInside .cifrasBox .cifrasBoxInside .top, .programasBox21 .cifrasBox .cifrasBoxInside .top{
    border-bottom: 1px solid white;
  }
  #programasInside .cifrasBox .cifrasBoxInside .bottom, .programasBox21 .cifrasBox .cifrasBoxInside .bottom{
    display: grid;
  }
  #programasInside .cifrasBox .cifrasBoxInside .numero, .programasBox21 .cifrasBox .cifrasBoxInside .numero{
    display: block;
    width: 100%;
    font-size: 3.4vw;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    color:#deaa3a;
    margin-top: 20px;
    float: left;
  }
  #programasInside .cifrasBox .cifrasBoxInside .texto, .programasBox21 .cifrasBox .cifrasBoxInside .texto{
    display: block;
    width: 100%;
    font-size: 1vw;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
    color:#fff;
    margin: 0 0 15px;
    float: left;
  }
  #programasInside .cifrasBox:nth-child(even), .programasBox21 .cifrasBox:nth-child(even) {
    margin-right: 0;
  }
  #programasInside .descargar a {
    width:180px;
    float:left;
  }
  #programasInside .descargar a:hover {
    transition: filter 0.5s;
    opacity: 0.5;
  }
  #programasInside .volver  {
    width:100%;
    float:left;
    margin-bottom: 1rem;
  }
  #programasInside .volver a, #programasInside .volver a:link {
    font-size: 1.2rem;
    color: #6980b6;
    text-decoration: none;
  }
  #programasInside .volver a:hover {
    transition: filter 0.5s;
    opacity: 0.7;
    text-decoration: underline;
  }
   #programasInside .volver span {
    font-size: 0.6rem;
  }
.containerVideo {
      position: relative;
      width: 70%;
      height: 0;
      padding-bottom: 56.25%;
      margin: 0 15% 30px;
      float: left;
  }
.videoIns {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 110vw;
      height: 120vh;
      transform: translate(-50%, -50%);
  }
  .videoIns2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #programasInside .mapa {
      width: 100%;
      float: left;
      margin-top: 3rem;
  }
  #franjaAmarilla{
    width: 100%;
    background-color: #ffe72e;
  }
  #franjaAmarilla h2{
    width: 100%;
    text-align: center;
    background-color: #ffe72e;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1em;
    color:#6980b6;
    padding: 3rem 0;
  }
  #franjaAmarilla span{
    font-weight: 200;
  }
  #franjaAmarilla .linea{
    width: 30%;
  margin: 0 35%;
  border-bottom: 1px solid #6980b6;
  float: left;
  height: 1px;
  margin-top: -50px;
  }
  #franjaBlanca{
    width: 100%;
  }
  #franjaBlanca h2{
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1em;
    color:#6980b6;
    padding: 3rem 0;
  }
  #franjaBlanca span{
    font-weight: 200;
  }
  #franjaBlanca .linea{
    width: 30%;
  margin: 0 35%;
  border-bottom: 1px solid #6980b6;
  float: left;
  height: 1px;
  margin-top: -50px;
  }
  #programasBoxesIns {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
  }
  #programasBoxesInsB {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
  }
  #programasBoxesIns3 {
     margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem;
  }
  .programasBox {
    margin-bottom: 7rem;
  }
  .programasBox img{
    width: 100%;
    float: left;
  }
  .programasBox h2{
    width: 100%;
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.2em;
    font-weight: 900;
    color: #6980b6;
    text-transform: uppercase;
    float: left;
  }
  .programasBox .fecha{
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .programasBox .tit{
    font-size: 2rem;
    line-height: 1.3em;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
  }
  .programasBox p{
    width: 90%;
    margin: 0.5rem 10% 0 0;
    font-size: 1.4rem;
    line-height: 1.2em;
    float: left;
  }
  .programasBox .par{
    margin: 1rem 10% 0 0;
  }
  .programasBox .btnVerMas {
  margin: 20px 0 0 0;
  font-size: 1.4rem;
  color: #6980b6;
  float: left;
  }
  .programasBox .btnVerMas a, .btnVerMas a:link {
    color:#6980b6;
    text-decoration: none;
    height: 22px;
    padding: 7px 10px 5px;
    border: 1px solid #6980b6;
    border-radius: 10px;
  }
  .programasBox .btnVerMas a:hover {
    color:white;
    background-color: #6980b6;
    border: 1px solid #6980b6;
    border-radius: 10px;
    height: 22px;
    padding: 7px 10px 5px;
  }
  .programasBox1 {
    margin-bottom: 4rem;
    text-align: left;
  }
  .programasBox1 .img{
   display: none;
  }
  .programasBox1 .img:first-child{
   display: block;
  }
  .programasBox1 img{
    width: 100%;
    margin-bottom: 1rem;
    float: left;
  }
 
  .programasBox1 .ampcont {
      width: 100%;
      float: left;
      display: block;
  }
  .programasBox1 .ampcont img{
    width: 30%;
    margin: 0;
    border-radius: 0%;
    height: 1rem;
    float: right;
  }
  .programasBox1 h2{
    width: 100%;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: 900;
    color: #6980b6;
    text-transform: uppercase;
    float: left;
  }
  .programasBox1 .fecha{
    font-size: 0.7rem;
    margin-bottom: 0px;
  }
  .programasBox1 .tit{
    font-size: 1.2rem;
    line-height: 1.3em;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
  }
  .programasBox1 p{
    width: 100%;
    margin: 0.5rem 0 0 ;
    font-size: 1.4rem;
    line-height: 1.2em;
    float: left;
  }
  .programasBox1 .par{
    margin: 1rem 10% 0 0;
  }
  .programasBox1 .btn {
    font-size: 1.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: left;
    align-items: left;
    float: left;
    width: 100%;
  }
  .programasBox1 .btnVerMas {
    font-size: 1.4rem;
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    margin: 20px 0 0 0;
    color: #6980b6;
    float: left;
  }
  .programasBox1 .btnVerMas a, .btnVerMas a:link {
    color:#6980b6;
    text-decoration: none;
    height: 22px;
    padding: 7px 10px 5px;
    border: 1px solid #6980b6;
    border-radius: 10px;
  }
  .programasBox1 .btnVerMas a:hover {
    color:white;
    background-color: #6980b6;
    border: 1px solid #6980b6;
    border-radius: 10px;
    height: 22px;
    padding: 7px 10px 5px;
  }
  #corporativoInside {
    width: 100%;
    float: left;
  }
  #corporativoInside .colIzq{
    width: 40%;
    padding: 0px 0 30px;
    float: left;
  }
  #corporativoInside .colDer{
    width: 40%;
    margin-left: 20%;
    float: left;
  }
  .reportesanuales {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10rem;
  }
 .colAnuales{
    width: 100%;
    margin: 2rem 0;
  }
  
  .colAnuales h2{
     width: 100% !important;
    font-size: 1.8rem !important;
    margin-bottom: 1.5rem !important;
    margin-right: 0 !important;
  }
  .colAnuales p{
    width: 100% !important;
    font-size: 1.4rem !important;
  }
  #corporativoInside .caratula{
    width: 60%;
    margin-bottom: 2rem;
    float: left;
  }
  #corporativoInside h2{
    width: 100%;
  }
  #corporativoInside p{
    width: 100%;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4em;
    color:#fff;
    float: left;
  }
  #corporativoInside .btnVerMas{
    margin: 14px 0 0 0;
    font-size: 0.8rem;
    color:#b30056;
    float:left;
  }
   #corporativoInside .descargar {
    width:100%;
    margin-top: 30px;
    float:left;
  }
  #corporativoInside .descargar a {
    width:180px;
    float:left;
  }
  #corporativoInside .descargar a:hover {
    transition: filter 0.5s;
    opacity: 0.5;
  }
  #reportes{
    padding-bottom: 2rem;
  }
  .reportes{
    width: 100%;
    margin-bottom: 0;
    float: left;
  }
  .reportes .cols{
    width: 100%;
    margin-bottom: 1rem;
    float: left;
  }
  .reportes .col1{
    width: 30%;
    float: left;
    font-size: 1.4rem;
  }
  .reportes .col2{
    width: 20%;
    float: left;
  }
  .reportes h5{
    width: 80%;
    margin: 2rem 20% 1rem 0;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1em;
    color: #b30056;
    float: left;
    border-bottom: 1px solid #b30056;
  }
  .reportes .btnDescargar{
    font-size: 1.4rem;
     color:white;
    float:left;
  }

  .reportes .btnDescargar a, .reportes .btnDescargar a:link {
    color:white;
    background-color: #6980b6;
    text-decoration: none;
    height: 22px;
    padding: 7px 10px 5px;
    border: 1px solid #6980b6;
    border-radius: 10px;
  }
  .reportes .btnDescargar a:hover {
    color:#6980b6;
    background-color: white;
    border: 1px solid #6980b6;
    border-radius: 10px;
    height: 22px;
    padding: 7px 10px 5px;
  }
  #noticiasIns {
    margin-top: 4rem;
  }
  #noticiasIns .carrousel{
    width: 100%;
    float: left;
    margin-bottom: 2rem;
  }
  #noticiasIns .carrousel img{
    width: 100%;
    border-radius: 20px;
  }
  #noticiasIns h2{
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: 900;
    color: #6980b6;
    text-transform: uppercase;
    float: left;
  }
  #noticiasIns .fecha{
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  #noticiasIns .intro{
    width: 100%;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.3em;
    float: left;
  }
  #noticiasIns p{
    width: 100%;
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.2em;
    column-count: 2;
    column-gap: 50px;
    float: left;
  }
  #noticiasIns .two-column,   #noticiasIns .two-column p {
    column-count: 2;
    column-gap: 50px;
  }
  .titSec{
    width: 30%;
    margin: 6rem 70% 2rem 0;
    float: left;
  }
  
  .titSec h4{
    width: 90%;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1em;
    color:#6980b6;
    float: left;
    border-bottom: 1px solid #6980b6;
  }
  .titSec span{
    font-weight: 200;
  }
  .eventosCols{
    width: 100%;
    float: left;
    margin-bottom: 2rem;
  }
  .eventosCols img{
    width: 100%;
  }
  .eventosCols .izq{
    width: 48%;
    float: left;
  }
  .eventosCols .der{
    width: 48%;
    float: right;
  }
  .eventosCols .eventoInfo{
    width: 100%;
    float: left;
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  .eventosCols .eventoInfo .data{
    width: 100%;
    float: left;
    margin-bottom: 0.5rem;
    font-weight: 200;
  }
  .eventosCols .eventoInfo .data span{
    font-weight: 500;
  }
  .flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .cardBox{
    height:auto;
    margin-top: 25px;
  }
  .cardBox img{
    border-radius: 20px;
  }
  .card3u{
    width: 31.5%;
  }
  form{
    width: 60%;
    margin: 4rem 20%;
    float: left;
  }
  form .cont{
    width: 100%;
    margin-bottom: 1rem;
    background-color: rec;
    float: left;
  }
  form .cont .izq{
    width: 30%;
    padding-top: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    float: left;
  }
  form .cont .der{
    width: 70%;
    float: left;
  }
  form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-color: #FFF;
    border: none;
    font-weight: 200;
    text-align: left;
    color: #585858;
    font-size: 1.6rem;
    line-height: 1em;
    border-radius: 20px;
    border: 1px solid #6980b6;
  }
  form textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    background-color: #FFF;
    border: none;
    font-weight: 200;
    text-align: left;
    color: #585858;
    font-size: 1.2rem;
    line-height: 1em;
    border-radius: 20px;
    border: 1px solid #6980b6;
  }
  form .send{
    width: auto;
    background-color: #6980b6;
    color:#FFF;
    text-align: center;
    float: right;
  }
  form .send:hover{
    color:#6980b6;
    background-color: #FFF;
    border: 1px solid #6980b6;
  }
  footer
  {
    width: 100%;
    background-color: #6980b6;
    padding: 80px 0 0 !important;
  }
  footer .sectionInside {
    width: 70vw;
    max-width: 1440px;
    margin:0 auto ;
    position: relative;
  }
  footer .sectionInside .logo{
    width: 10%;
    float: left;
  }
  footer .sectionInside .logo img{
    float: left;
    width: 100%;
  }
  footer .sectionInside .center{
    width: 50%;
    margin: 0 5%;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
  }
  footer .sectionInside .waze{
    margin-top: 1rem;
    float: left;
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    color:#FFF;
  }
  footer .sectionInside .waze img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left;
  }
  footer .sectionInside .waze a, footer .sectionInside .waze a:link{
    color:#FFF;
    text-decoration: underline;
    padding-top: 4px;
  }
  footer .sectionInside .waze a:hover{
    color:#FFF;
  }
  footer .sectionInside .der{
    float: left;
    width: 30%;
    padding-top: 6px;
  }
  footer .sectionInside .der h1{
    float: left;
    width: 100%;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    color:#fff;
    padding-bottom: 10px;
  }
  footer .sectionInside .der p{
    float: left;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2em;
    color:#fff;
  }
  footer .social{
    margin-top: 20px;
    float:left;
  }
  footer .social a {
    width:30px;
    margin-left: 10px;
    float:left;
  }
  footer .social a:first-child {
    margin-left: 0;
  }
  footer .social a:hover {
    transition: filter 0.5s;
    opacity: 0.5;
  }
  footer .social img{
    width:30px;
  }
  footer .legales{
    width:100%;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  footer .legales ul{
    width:auto;
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    line-height: 2rem;
  }
  footer .legales ul li{
   display: block;
   color:#FFF;
   font-size: 1rem;
   float: left;
   padding:0 10px;
   border-right: 1px solid #FFF;
  }
  footer .legales ul li:last-child{
   border-right:none;
  }
  footer .legales ul li a, footer .legales ul li a:link{
   display: block;
   color:#FFF;
   text-decoration: none;
  }
  footer .legales ul li a:hover{
   text-decoration: underline;
  }
  /*Slider CSS starts*/
  @font-face {
    src: url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
    font-family: 'Open Sans Condensed', sans-serif;
  }
  .slide__text-desc {
    font-family: 'Open Sans Condensed', sans-serif;
  }

  *, *:before, *:after {
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }



  svg {
    display: block;
    overflow: visible;
  }



  .slider-container {
    position: relative;
    height: 75vh;
    user-select: none;
  }

  .slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
  }
  .slider-control.inactive:hover {
    cursor: auto;
  }
  .slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
  }
  .slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, transparent 100%);
    display: none;
  }
  .slider-control.right {
    right: 0;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
    display: none;
  }

  .slider-pagi {
    position: absolute;
    z-index: 3;
    right: 50%;
    bottom: 8rem;
    transform: translateX(50%);
    font-size: 0;
    list-style-type: none;
  }
  .slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 1rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    background-color: #fff;
  }
  .slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
  }
  .slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1.5);
  }

  .slider {
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .slider.animating {
    transition: transform 0.5s;
    will-change: transform;
  }
  .slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform;
  }

  .slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .slide.active .slide__overlay,
  .slide.active .slide__text {
    opacity: 1;
    transform: translateX(0);
  }
  .slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
  }
  .slide:nth-child(1) {
    left: 0;
  }
  .slide:nth-child(1) .slide__bg {
    left: 0;
  }
  .slide:nth-child(1) .slide__overlay-path {
    fill: #e99c7e;
  }

  .slide:nth-child(2) {
    left: 100%;
  }
  .slide:nth-child(2) .slide__bg {
    left: -50%;
  }
  .slide:nth-child(2) .slide__overlay-path {
    fill: #303030;
  }
  @media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {

    }
  }
  .slide:nth-child(3) {
    left: 200%;
  }
  .slide:nth-child(3) .slide__bg {
    left: -100%;
  }
  .slide:nth-child(3) .slide__overlay-path {
    fill: #29424a;
  }
  @media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {

    }
  }
  .slide:nth-child(4) {
    left: 300%;
  }
  .slide:nth-child(4) .slide__bg {
    left: -150%;
  }
  .slide:nth-child(4) .slide__overlay-path {
    fill: #cbc6c3;
  }
  @media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {

    }
  }
  .slide:nth-child(5) {
    left: 400%;
  }
  .slide:nth-child(5) .slide__bg {
    left: -200%;
  }
  .slide:nth-child(5) .slide__overlay-path {
    fill: #cbc6c3;
  }
  .slide:nth-child(6) {
    left: 500%;
  }
  .slide:nth-child(6) .slide__bg {
    left: -250%;
  }
  .slide:nth-child(6) .slide__overlay-path {
    fill: #cbc6c3;
  }
  .slide:nth-child(7) {
    left: 600%;
  }
  .slide:nth-child(7) .slide__bg {
    left: -300%;
  }
  .slide:nth-child(7) .slide__overlay-path {
    fill: #cbc6c3;
  }
  .slide:nth-child(8) {
    left: 700%;
  }
  .slide:nth-child(8) .slide__bg {
    left: -350%;
  }
  .slide:nth-child(8) .slide__overlay-path {
    fill: #cbc6c3;
  }
  .slide:nth-child(9) {
    left: 800%;
  }
  .slide:nth-child(9) .slide__bg {
    left: -400%;
  }
  .slide:nth-child(9) .slide__overlay-path {
    fill: #cbc6c3;
  }
  .slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  @media (max-width: 991px) {
    .slide__overlay {
      display: none;
    }
  }
  .slide__overlay path {
    opacity: 0.8;
  }
  .slide__text {
    position: absolute;
    width: 25%;
    bottom: 25%;
    left: 11rem;
    color: #fff;
    opacity: 0;
  }

  .slide__text-heading {
    font-family: 'Gloock', serif !important;
    text-transform:uppercase;
    line-height: 5.7rem;
    font-size: 5.7rem;
    margin-bottom: 2rem;
  }
  .slide__text span{
    float:left;
    width: 55%;
    margin-right: 40%;
    font-family: 'Akkordeon Four'; !important;
    font-size: 3.9rem;
    line-height: 3.4rem;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.7));
  }

  .slide__text-desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    margin-top: 2rem;
    padding: 0.5rem 2rem;
    cursor: pointer;
    color: black;
    font-family: 'Akkordeon Four'; !important;
    font-size: 2.6rem;
    letter-spacing: 0.07rem;
    perspective: 1000px;
    text-decoration: none;
    background-color: #eda45b;
    border-radius: 0.5rem;
  }
  .slide__text-link:link{

  }
  .slide__text-link:hover{
    color:white;
    transition: color 0.5s;
    opacity: 1;
  }
  @media (max-width: 991px) {
    .slide__text-link {
      margin: -2rem 0 8rem;
    }
  }
  .slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform;
  }
  .slide__text-link:hover:before {
    transform: rotateX(0);
  }
  /*Slider CSS ends*/
  /*Media Quieries*/
  @media (max-width: 1800px) {

  }
  @media (max-width: 1650px) {
   
  }
  @media (max-width: 1366px) {
    html, body {
      font-size: 44.4%;
    }
    header .logo {
      width: 135px;
      height: 145px;
      background-color: #6ea8d9;
    }
    header .logo img {
      padding: 28px 10% 0;
    }
    header .headerBottom {
      width: auto;
      height: 62px;
      margin-right: 159px;
    }
    header .headerBottom .top {
      font-size: 2.5rem;
      line-height: 1.2em;
    }
    header .headerBottom .bottom {
      margin-top: 0;
    }
    header .escribir {
      margin: 21px 0 0 6px;
      font-size: 2rem;
      color: #6980b6;
    }
    .socialBar{
    padding: 8px 0px 5px 8px;
    width: 56px;
    }
  .socialBar a {
    width:40px;
    height:40px;
    margin-bottom: 6px;
  }
  .socialBar img{
    width:40px;
    height:40px;
   }
    .dropdown-menu a {
    font-size: 2rem;
    }
    #cifras {
      margin-top: -60px;
      z-index:1000;
    }
    #quienesHome h2 {
      font-size: 3.8rem;
      line-height: 1em;
    }
    #quienesHome p {
      padding-top: 3rem;
      font-size: 2.6rem;
    }  
    #metodologiaHome h2 {
      padding-top: 3rem;
      font-size: 3.8rem;
    } 
    #metodologiaHome p {
      padding-top: 3rem;
      font-size: 2.6rem;
    } 
    #metodologiaHome .frase {
      padding-top: 2.5rem;
      font-size: 2.5rem;
    }
    #metodologiaHome .autor {
      font-size: 2.6rem;
    }
    #programasHome h2 {
      font-size: 4.8rem;
      font-weight: 900;
      padding: 5.5rem 0;
    }
    #programasHome .sliderCont .texto {
      margin-top: 2rem;
    }
    #programasHome .sliderCont .texto h1 {
      margin-bottom: 1.5rem;
      font-size: 2rem;
    }
    #programasHome .sliderCont .texto p {
      font-size: 2.6rem;
      line-height: 1.2em;
    }
    #programasHome .btnVerMas {
      font-size: 2.6rem;
    }
    #vincularse h2{
    font-size: 4.8rem;
  }
    #vincularse h3 {
      font-size: 2.6rem;
    }
    #videosHome {
      margin: 5rem 0;
    }
    #videosHome .linksBox a, #videosHome .linksBox a:link {
      font-size: 2.6rem;
    }
    #instagramHome {
      padding: 5rem 0;
    }
    #instagramHome h2 {
      font-size: 4.8rem;
      margin: 0 25% 3rem;
    }
    #instagramHome .cont {
      margin-top: 4rem;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      column-gap: 5rem;
      width: 100%;
      float: left;
    }
    #instagramHome .contBox {
      margin-bottom: 4rem;
    }
    #videosHome h2 {
      font-size: 4.8rem;
    }
    #videosHome .linksBox {
      width: 100%;
      margin: 1.5rem 0;
      font-size: 2.1rem;
    }
    .bannerContainer .tag {
      padding: 35px 35px 25px;
      font-size: 5.5rem;
    }
    #nosotrosInside h2 {
      font-size: 3.8rem;
      line-height: 1em;
    }
    #nosotrosInside p {
      padding-top: 3rem;
      font-size: 2.8rem;
    }
    .reportes h5 {
      font-size: 2.6rem;
    }
    .reportes .cols {
      margin: 2rem 0;
    }
    .reportes .btnDescargar {
      font-size: 2.6rem;
    }
    .reportes .col1 {
      font-size: 2.6rem;
    }
    #corporativoInside p {
      padding-top: 3rem;
      font-size: 2.6rem !important;
    } 
   .colAnuales p {
      font-size: 1.5rem !important;
    }
    .colAnuales h2 {
      font-size: 3rem !important;
    }
    #hitos h2 {
      font-size: 3.8rem;
      line-height: 1em;
    }
    #hitos .cont .contIns .cols h3 {
      font-size: 3.4rem;
      line-height: 1em;
      padding-bottom: 0.5rem;
    }
    #hitos .cont .contIns .cols p {
      font-size: 2.6rem;
      line-height: 1.2em;
      padding-top: 1rem;
    }
    #quienesHome .btnVerMas {
      margin: 20px 0 0 0;
      font-size: 2.4rem;
    }
    #programasInside h2 {
      font-size: 3.8rem;
    }
    #programasInside h3 {
      font-size: 2.7rem;
    }
    #programasInside .volver a, #programasInside .volver a:link {
      font-size: 2.2rem;
    }
    #programasInside p {
      font-size: 2.6rem;
    }
    #programasInside .data span {
      font-size: 2.2rem;
    }
    .momentosText {
      font-size: 2.6rem;
      line-height: 1em;
    }
    #hitos .cont .contIns .left2 {
      font-size: 2.6rem;
      line-height: 1em;
    }
    #hitos .cont .contIns .right2 {
      font-size: 2.6rem;
      line-height: 1em;
    }
    #hitos .cont .contIns .right3 {
      width: 90%;
      font-size: 2.6rem;
      line-height: 1em;
    }
    #programasInside .data p {
      font-size: 2.6rem;
    }
    #hitos .cont .contIns .btnVerMas {
      font-size: 2.4rem;
    }
    .programasBox1 h2 {
      font-size: 2.6rem;
    }
    .programasBox1 p {
      font-size: 2.6rem;
    }
    .programasBox1 .btnVerMas {
      font-size: 2.6rem;
    }
    #franjaAmarilla h2 {
      font-size: 4.8rem;
    }
    #franjaAmarilla .linea {
      margin-top: -20px;
    }
    .programasBox h2 {
      font-size: 3rem;
    }
    .programasBox p {
      font-size: 2.6rem;
    }
    .programasBox .btnVerMas {
      font-size: 2.6rem;
    }
    #franjaBlanca h2 {
      font-size: 4.8rem;
    }
    #franjaBlanca .linea {
      margin-top: -25px;
    }
    .programasBox .fecha {
      font-size: 1.8rem;
    }
    .programasBox .tit {
      font-size: 3.4rem;
    }
    #noticiasIns .fecha {
      font-size: 1.8rem;
    }
    #noticiasIns h2 {
      font-size: 4.5rem;
    }
    #noticiasIns .intro {
      font-size: 3.5rem;
    }
    .eventosCols .eventoInfo .data {
      font-size: 2.6rem;
    }
    #noticiasIns p {
      font-size: 2.6rem;
      line-height: 1.3em;
    }
    .titSec h4 {
      font-size: 3.8rem;
    }
    .eventosCols .eventoInfo {
      font-size:1.8rem;
      line-height: 2.5rem;
    }
    form .cont .izq {
      font-size: 2.6rem;
    }
    form input {
      height: 40px;
      font-size: 2.8rem;
    }
    footer .sectionInside .der h1 {
      font-size: 2.8rem;
      margin-bottom: 10px;
      line-height: 1em;
    }
     footer .sectionInside .der p {
      font-size: 2.4rem;
    }
    footer .social a {
      width: 22px;
      margin-left: 7px;
    }
    footer .social img {
      width: 22px;
    }
    footer .legales ul li {
      font-size: 1.8rem;
    }
    footer .sectionInside .waze {
        margin-top:12px;
        font-size: 2.4rem;
        color: #FFF;
    }
    footer .sectionInside .waze a, footer .sectionInside .waze a:link{
        font-size: 2.4rem;
    }
  }
  @media (max-width: 1366px) and (height:1024px){
    html, body {
      font-size: 58.4%;
    }
    header .headerInside {
      width: 85vw;
    }
    header .escribir {
      font-size: 1.5rem;
    }
    section .sectionInside {
      width: 85vw;
    }
    header .headerBottom .bottom {
      font-size: 1.3rem;
      margin-top: 3px;
    }
    .slider-container {
      height: 65vh;
    }
    #cifras .cifrasBoxInside .numero {
      font-size: 6.4vw;
    }
    #cifras .cifrasBoxInside .texto {
      font-size: 1.3vw;
    }
    #quienesHome h2 {
      font-size: 3.2rem;
    }
    #programasInside p {
      font-size: 1.8rem;
    }
    footer .sectionInside .logo img {
      width: 100%;
    }
    footer .sectionInside .der {
      padding-top: 11px;
    }
  }
  @media (max-width: 1113px) {
      header .headerInside {
      width: 85vw;
    }
    section .sectionInside {
      width: 85vw;
    }
    footer {
      padding: 50px 0 40px !important;
    }
    footer .sectionInside {
      width: 85vw;
    }
    footer .sectionInside .logo img {
      width: 100%;
    }
    footer .sectionInside .der {
      padding-top: 8px;
    }
    #franjaBlanca h2 {
      font-size: 4.8rem;
    }
    #franjaBlanca .linea {
      margin-top: -25px;
    }
    #cifras .cifrasBoxInside .numero {
      font-size: 6vw;
    }
    #cifras .cifrasBoxInside .texto {
      font-size: 1.8vw;
    }
    .programasBox .tit {
      font-size: 2.2rem;
    }
  }
  @media (max-width: 1024px) {

  }
  @media (max-width: 1024px) and (orientation:portrait){
    header .headerInside {
      width: 90vw;
    }
    header .headerBottom .bottom {
      float:none;
    }
    header .headerBottom .top {
      font-size: 2.2rem;
    }
    header .headerBottom .bottom {
      font-size: 1.7rem;
      margin-top: 12px;
    }
    section .sectionInside {
      width: 90vw;
      z-index: 1;;
    }
    .slider-container {
      height: 50vh;
    }
    #cifras .cifrasBoxInside .numero {
      font-size: 6.5vw;
    }
    #cifras .cifrasBoxInside .texto {
      font-size: 1.4vw;
    }
    #quienesHome {
      margin-top: 65px;
    }
    #quienesHome h2 {
      font-size: 4.7rem;
    }
    #quienesHome p {
      padding-top: 3rem;
      font-size: 2.4rem;
    }
    #quienesHome .btnVerMas {
      font-size: 1.6rem;
    }
    .parallaxParent {
      height: 20vh;
    }
    #metodologiaHome h2 {
      font-size: 4.7rem;
    }
    #metodologiaHome p {
      padding-top: 3rem;
      font-size: 2.4rem;
    }
    #metodologiaHome .frase {
      font-size: 3rem;
    }
    #metodologiaHome .autor {
      font-size: 2.3rem;
    }
    #metodologiaHome .colDer .cuadroVid {
      margin-top: 10rem;
    }
    #metodologiaHome .colDer .cuadroVid iframe{
      height: 250px !important;
    }
    #programasHome h2 {
      font-size: 6rem;
    }
    #videosHome h2 {
      font-size: 6rem;
    }
    #videosHome .linksBox {
      font-size: 3.2rem;
    }
    #programasHome .sliderCont .texto h1 {
      font-size: 2.4rem;
      line-height: 1.6rem;
    }
    #programasHome .sliderCont .texto p {
      font-size: 2rem;
    }
    #programasHome .btnVerMas {
      font-size: 1.6rem;
    }
    #instagramHome h2 {
      font-size: 6rem;
    }
    #nosotrosInside h2 {
      font-size: 4.7rem;
    }
    #nosotrosInside p {
      font-size: 2.4rem;
    }
    #hitos h2 {
      font-size: 4.7rem;
    }
    #hitos .cont .contIns .cols h3 {
      font-size: 2.6rem;
    }
    #hitos .cont .contIns .cols p {
      font-size: 1.7rem;
    }
    footer .sectionInside .logo {
      width: 10%;
      float: left;
    }
    footer .sectionInside .logo img {
      width: 100%;
    }
    footer .sectionInside .der h1 {
      font-size: 2.3rem;
      padding-bottom: 5px;
    }
    footer .sectionInside .der {
      width: 30%;
      margin-top: 0;
    }
    footer .sectionInside .der p {
      font-size: 1.8rem;
    }
    footer .social a {
      width: 30px;
      margin-left: 9px;
    }
    footer .social img {
      width: 30px;
    }
}
  @media (max-width: 834px) and (orientation:portrait){ 
    #videosHome .linksBox {
      font-size: 3rem;
    }
    #metodologiaHome .colDer .cuadroVid iframe{
      height: 200px !important;
    }
    #metodologiaHome .colDer .cuadroVid {
      padding: 20px 20px 20px;
      margin-top: 14rem;
    }
    footer .sectionInside .logo img {
      width: 100%;
    }
  }
  @media (max-width: 768px) and (orientation:portrait){ 
    #headermobile {
     display:block;
     background-color: #6980b6;
    }
    #headerdesktop {
     display:none;
    }
    header .headerInside {
      width: 100%;
    }
    header .logo {
      width: 85px;
      height: 99px;
      position: absolute;
      right: 20px;
    }
    header .headerBottom {
      display: none;
    }
    header .headerTop {
      height: 39px;
      background-color: #6980b6;
    }
    header .social {
      margin-top: 10px;
    }
    header .escribir{
      margin: 16px 10px 0 80px;
      color:#FFF;
    }
    header .escribir a, header .escribir a:link {
      color:#FFF;
      border: 1px solid #FFF;
    }
    header .escribir a:hover {
      color:lightgray;
      border: 1px solid lightgray;
    }
    .menuOpen {
      margin-top: 9px;
    }
    .menu {
      background: #6980b6;
    }
    .open, .open::before, .open::after {
      background-color: #FFF;
    }
    #menuToggle:checked ~ .menuOpen .open:before, #menuToggle2:checked ~ .menuOpen .open:before {
      background-color: #FFF;
    }
    #menuToggle:checked ~ .menuOpen .open:after, #menuToggle2:checked ~ .menuOpen .open:after {
      background-color: #FFF;
    }
    .menu .menuContent {
      top: 25%;
      text-align: left;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      align-items: center;
    }
    .menu ul li a {
      -webkit-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      align-self: auto;
      color: #FFF;
      text-decoration: none;
      transition: color 0.2s;
      padding: 10px 0;
      font-family: 'BN Bergen St';
      font-size: 6rem;
      line-height: 6rem;
    }
    .menu li .top{
      font-size:6rem;
      font-weight: 500;
      color: #FFF;
      cursor: pointer;
    }
    .menu li .drop{
      font-size:6rem;
      font-weight: 500;
      color: #FFF;
      cursor: pointer;
    }
    .menu li .drop:hover{
      font-size:6rem;
      font-weight: 500;
      color: #FFF;
     transition: filter 0.5s;
    opacity: 0.7;
    }
    .menu li .bottom{
      font-size:3rem;
      margin-top: -30px;
    }
    #social2{
      display: none;
    }    
  }

  @media (max-width: 1024px) and (orientation:landscape){ 
      footer .sectionInside .logo img {
      width: 100%;
    }
    footer .sectionInside .der {
      padding-top: 11px;
    }
  }
  @media (max-width: 834px) {
    html, body {
      font-size: 40%;
    }  
  }
  @media (max-width: 736px){
    html, body {
      font-size: 40%;
    }
    #headermobile {
     display:block;
     background-color: #6980b6;
    }
    #headerdesktop {
     display:none;
    }
    header .headerInside {
      width: 100%;
    }
    header .logo {
      width: 85px;
      height: 99px;
      position: absolute;
      right: 20px;
    }
    header .headerBottom {
      display: none;
    }
    header .headerTop {
      height: 39px;
      background-color: #6980b6;
    }
    
    header .escribir{
      margin: 16px 10px 0 66px;
      color:#FFF;
      float: left;
    }
    header .escribir a, header .escribir a:link {
      color:#FFF;
      border: 1px solid #FFF;
    }
    header .escribir a:hover {
      color:lightgray;
      border: 1px solid lightgray;
    }
    .menuOpen {
      margin-top: 9px;
    }
    .menu {
      background: #6980b6;
    }
    .open, .open::before, .open::after {
      background-color: #FFF;
    }
    #menuToggle:checked ~ .menuOpen .open:before, #menuToggle2:checked ~ .menuOpen .open:before {
      background-color: #FFF;
    }
    #menuToggle:checked ~ .menuOpen .open:after, #menuToggle2:checked ~ .menuOpen .open:after {
      background-color: #FFF;
    }
  }
  @media (max-width: 736px) and (orientation:landscape){
    .menu .menuContent {
      top: 55%;
      text-align: left;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      align-items: center;
    }
    .menu ul {
      padding: 2rem;
    }
    .menu ul li a {
      -webkit-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      align-self: auto;
      color: #FFF;
      text-decoration: none;
      transition: color 0.2s;
      padding: 10px 0;
      font-family: 'BN Bergen St';
      font-size: 6rem;
      line-height: 0.5rem;
    }
    .menu li .top{
      font-size:3rem;
      font-weight: 500;
    }
    .menu li .bottom{
      font-size:2rem;
      margin-top: 10px;
    }
    .menu li .drop, .menu li .drop:hover {
      padding: 10px 0;
      font-size: 3rem;
      line-height: 0.5rem;
    }
    .submenu.open {
      padding: 0rem 1rem 0rem 2rem;
      margin: 0 0 3rem;
    }
    .submenu.open li a, .submenu.open li a:link, .submenu.open li a:hover {
        font-size: 2.6rem;
        line-height: 1.6em;
    }
    header .social {
      margin-top: 10px;
      float: left;
    }
    #social2{
      display: block;
    }
     .socialBar{
    top:35%;
    padding: 8px 0px 5px 8px;
    width: 46px;
    }
  .socialBar a {
    width:30px;
    height:30px;
    margin-bottom: 6px;
  }
  .socialBar img{
    width:30px;
    height:30px;
   }
    section .sectionInside {
      width: 95vw;
    }
    #cifras .cifrasBoxInside .numero {
      font-size: 6.5vw;
    }
    #cifras .cifrasBoxInside .texto {
      font-size: 2.2vw;
    }
    #metodologiaHome .colIzq {
      margin-right: 5%;
    }
    #metodologiaHome .colDer {
      width: 55%;
    }
    #metodologiaHome .colDer .cuadroVid {
      padding: 15px 20px 20px;
      margin-top: 5rem;
    }
    #metodologiaHome .colDer iframe {
      height: 200px !important;
    }
    #nosotrosInside p {
      padding-top: 3rem;
      font-size: 1.8rem;
    }
    #hitos .cont .contIns .cols h3 {
      font-size: 2.8rem;
    }
    #hitos .cont .contIns .cols p {
      width: 90%;
      font-size: 1.8rem;
    }
    #programasBoxesIns {
      column-gap: 3rem;
      grid-template-columns: repeat(1, 1fr);
    }
    #programasBoxesIns3 {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 3rem;
    }
    #programasInside .colIzq {
      width: 70%;
      padding: 30px 0 30px;
    }
    #programasInside .colDer2 {
        width: 100%;
        padding-top: 15px;
        margin: 0 0 1rem 0;
        float: left;
    }
    .vincularseBox .btnVerMas {
        margin-top: 2rem;
        font-size: 2.2rem;
    }
    #franjaBlanca h2 {
      font-size: 4rem;
    }
    .reportesanuales {
      column-gap: 7rem;
    }
    #programasInside .colDer {
        margin-top: 10rem;
    }
    #programasInside .cifrasBox .cifrasBoxInside .numero, .programasBox21 .cifrasBox .cifrasBoxInside .numero {
        font-size: 5vw;
    }
    form {
      width: 80%;
      margin: 4rem 10%;
    }
    form input {
      height: 40px;
    }
    footer .sectionInside {
      width: 90vw;
    }
    footer .sectionInside .logo {
      width: 20%;
    }
    footer .sectionInside .logo img {
      width: 100%;
    }
    footer .sectionInside .der {
      width: 100%;
      margin-top: 3px;
    }
    footer .sectionInside .center {
      width: 75%;
      margin: 0 0 0 5%;
      float: left;
    }
    footer .sectionInside .der p {
      font-size: 1.8rem;
    }
  }
  @media (max-width: 667px) and (orientation:landscape){
    html, body {
      font-size: 36%;
    }
    #intro .cirBurgundy {
      top: 50vh;
    }
    #quienesHome .team {
      top: 55vh;
    }
    #quienesHome .cirBlueArrow {
      top: 110vh;
    }
    #clientes .intro {
      width: 80%;
      margin: 0 10%;
    }
    footer .sectionInside .logo img {
      margin-top: 13px;
    }
  }
  @media (max-width: 568px) and (orientation:landscape){
    footer .sectionInside .logo img {
      width: 35%;
      margin-top: 27px;
    }
    
  }
  @media (max-width: 414px) and (orientation:portrait){
    #feeds {
      grid-template-columns: repeat(1, 1fr);
    }
    #feeds .two{
      margin-bottom: 1rem;
    }
    .cifrasMobile{
      display: block;
    }
    .cifrasDesktop{
      display: none ;
    }
    .menu .menuContent {
      top: 35%;
      left: 2rem;
      text-align: left;
      display: block;
    }
    .menu ul {
      padding: 2rem;
    }
    .menu ul li a {
      -webkit-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      align-self: auto;
      color: #FFF;
      text-decoration: none;
      transition: color 0.2s;
      padding: 6px 0;
      font-family: 'BN Bergen St';
      font-size: 6rem;
      line-height: 2.5rem;
    }
    .menu li .top{
      font-size:4.5rem;
      font-weight: 500;
    }
    .menu li .bottom{
      font-size:3rem;
      margin-top: -3px;
    }
    .menu li .drop, .menu li .drop:hover {
      font-size: 4.5rem;
    }
    .submenu.open {
      padding: 0rem 2rem 0rem 2rem;
    }
    .submenu.open li a, .submenu.open li a:link, .submenu.open li a:hover {
      font-size: 3rem;
    }
    .drop {
        padding: 6px 0;
        font-size: 6rem;
        line-height: 2.5rem;
    }   
    header .social {
      display: none;
    }
     .socialBar{
    padding: 8px 0px 5px 8px;
    width: 46px;
    }
  .socialBar a {
    width:30px;
    height:30px;
    margin-bottom: 6px;
  }
  .socialBar img{
    width:30px;
    height:30px;
   }
    #social2{
      display: block;
      margin-left: 1rem;
    }
    header .social a {
      width: 25px;
      margin-left: 8px;
      float: left;
    }
    header .social img {
      width: 25px;
    }
    .bannerContainer {
      height: 40vh;
    }
    .bannerContainer .tag {
      top: 29vh;
    }
    .cifrasInside {
      width: 90%;
    }
    #cifras .cifrasBox {
      width: 70%;
      margin-bottom: 2rem;
    }

    #cifras .cifrasBoxInside .numero {
      font-size: 12vw;
    }
    #cifras .cifrasBoxInside .texto {
      font-size: 3.4vw;
    }
    #quienesHome {
      margin-top: 0;
      margin-bottom:0;
    }
    #quienesHome .colIzq {
      display: none;
    }
    #quienesHome .colDer {
      width: 80%;
      margin: 0 10%;
    }
    #quienesHome .colDer2 {
      display: block;
      width: 100%;
      float: left;
      background-image: url('../images/temp/bkHome1.jpg');
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: contain;
      height: 300px !important;
    }
    .vincularseBox .btnVerMas {
        margin-top: 2rem;
        font-size: 2.2rem;
    }
    #programasHome .btnVerMas {
        font-size: 2.2rem;
        margin-top: 25px;
    }
    #quienesHome .btnVerMas {
      margin: 24px 0 0 0;
      font-size: 2.2rem;
    }
    #programasHome .btnVerMas {
        font-size: 2.2rem;
        margin-top: 25px;
    }
    #metodologiaHome {
      margin-top: 25px;
    }
    #metodologiaHome .colIzq {
      width: 80%;
      margin: 0 10%;
    }
    #metodologiaHome .colDer {
      width: 80%;
      margin: 0 10%;
    }
    #metodologiaHome .colDer .cuadroVid h3 {
      font-size: 2.4rem;
      line-height: 2rem;
    }
    #metodologiaHome .colDer .cuadroVid iframe {
      height: 170px !important;
    }
    #metodologiaHome .colDer .cuadroVid {
      margin-top: 4rem;
    }
    #programasHome h2 {
      font-size: 4rem;
    }
    #programasInside .colIzq {
        padding: 35px 0;
    }
    #programasInside .colDer2 {
        width: 100%;
        padding-top: 0px;
        margin: 0 0 3rem 0;
    }
    #programasInside .cifrasBox .cifrasBoxInside .numero, .programasBox21 .cifrasBox .cifrasBoxInside .numero {
        font-size: 11vw;
    }
    #programasInside .cifrasBox .cifrasBoxInside .texto, .programasBox21 .cifrasBox .cifrasBoxInside .texto {
        font-size: 3.5vw;
    }
    #vincularseGrid {
        grid-template-columns: repeat(1, 1fr);
    }
    .sectionGrid {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0rem;
    }
    #hitos .cont2 {
        margin-bottom: 4rem;
    }
    #hitos .cont .contIns .left2 {
        font-size: 2rem;
    }
    #videosHome h2 {
      font-size: 4rem;
    }
    #videosHome .linksBox {
      font-size: 2.5rem;
    }
    .lightboxContainer:after {
      content:url("../images/playbtn2.png");
      z-index:999;
      position:absolute;
      top:50%;
      left:50%;
      margin-left:-25px;
      margin-top:-25px;
    }
    #instagramHome h2 {
      font-size: 4rem;
    }
    .bannerContainer .tag {
      width: 80%;
      font-size: 4.5rem;
      line-height: 1em;
      padding: 15px 35px 15px;
    }
    #nosotrosInside .sectionInside {
      background-image: none !important;
    }
    #nosotrosInside .colDer {
      width: 80%;
      padding: 65px 0;
      margin: 0 10%;
    }
    #hitos .cont .contIns {
      width: 100%;
    }
    #hitos .cont .contIns .left {
      width: 45%;
    }
    #hitos .cont .contIns .right {
      width: 45%;
      margin-left: 10%;
    }
    #hitos .cont .contIns .leftLast {
      width: 45%;
      margin-left: -3%;
      width: 55% !important;
    }
    #hitos .cont .contIns .rightLast {
      margin-left: 4%;
    }
    #hitos .cont .linea {
      margin-left: 21%;
    }
    .reportesanuales {
      grid-template-columns: repeat(1, 1fr);
    }
    .reportes .cols {
      margin: 1rem 0;
    }
    .reportes .col1 {
      width: 40%;
      float: left;
    }
    #programasInside .colIzq {
      width: 50%;
    }
    #programasBoxesIns {
      grid-template-columns: repeat(1, 1fr);
    }
    #programasInside p {
     float: left;
    }
    section .sectionInside {
        background-image: none !important;
    }
    div.wrap {
      width: 100%;
      color: white;
      text-align: center;
      float: left;
      margin-top: 20px;
    }
    #franjaAmarilla h2 {
      font-size: 4rem;
    }
    #programasInside .colIzq {
      width: 100%;
    }
    #programasInside .colDer {
      width: 100%;
      margin: 3rem 0 0 ;
      float: left;
    }
    .programasBox21 .cifrasBox .cifrasBoxInside .numero {
      font-size: 16.4vw;
    }
    .programasBox21 .cifrasBox .cifrasBoxInside .texto {
      font-size: 6vw;
    }
    .containerVideo {
      width: 100%;
      margin: 4rem 0% 30px;
    }
    #programasBoxesIns3 {
      grid-template-columns: repeat(1, 1fr);
    }
    #franjaBlanca h2 {
      font-size: 4rem;
    }
    #noticiasIns p{
    column-count: 1;
    font-size: 1.8rem;
  }
    #noticiasIns .two-column {
      column-count: 1;
      font-size: 1.8rem;
    }
    .eventosCols .izq {
      width: 100%;
      margin-bottom: 2rem;
    }
    .eventosCols .der {
      width: 100%;
    }
    .eventosCols .eventoInfo {
      margin-top: 1rem;
    }
    .titSec {
      width: 100%;
    }
    #programasBoxesInsB {
        grid-template-columns: repeat(1, 1fr);
    }
    form {
      width: 90%;
      margin: 4rem 5%;
    }
    form input {
      height: 30px;
    }
    #hitos .cont .contIns .left3 {
        width: 12%;
    }
    footer .sectionInside .logo {
      width: 100%;
    }
    footer .sectionInside .logo img {
      width: 30%;
    }
    footer .sectionInside .center {
      width: 100%;
      margin: 20px 0 0 0;
      float: left;    
    }
    footer .sectionInside .der {
      width: 100%;
      margin-top: 15px;
    }
    footer .social a {
      width: 20px;
      margin-left: 6px;
    }
    footer .social img {
      width: 20px;
    }
  }
  @media (max-width: 375px) and (orientation:portrait){
    .bannerContainer .tag {
      top: 27vh;
    }
  }