body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
  }

  strong{
    color: #0A3E86;
  }
  .bg_ecoreto{
      background: url(../_images/ecoreto-bg-gral.png); 
      background-size: 100%;
  }
  
  body, html {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
.block-3{
  width: 33% !important;
  display: inline-block;
  text-align: center;
  color: white;
}
.block-3 h4 {
  font-size: 42px;
  color: white;
  padding: 0;
  margin: 10px;
}

.block-auto{
  /* border: white solid 1px; */
  color: black;
  display: inline-block;
  width: 280px !important;
  justify-content: center;
  padding: 5px;
}

.block-content{
  margin: auto center;
  background-color: white;
  padding: 10px;
  border-radius: 12px;
}

.owl-prev {
  float: left;
  position: absolute;
  left: -40px !important;
  top: 200px !important;
  font-size: 60pt !important;
  color: white !important;
}

.owl-next {
  float: left;
  position: absolute;
  right: -40px !important;
  top: 200px !important;
  font-size: 60pt !important;
  color: white !important;
}


/* start img */



.flags .owl-item{
  height: 65px !important;
}

.media-29101 .flag{
  height: 25px !important;
  width: 30px !important;
  float: right !important;
  padding: 0px 60px 0px 0px;
}

.flags .owl-prev {
  float: left;
  position: absolute;
  left: -40px !important;
  top: -35px !important;
  font-size: 60pt !important;
  color: white !important;
}

.flags .owl-next {
  float: left;
  position: absolute;
  right: -40px !important;
  top: -35px !important;
  font-size: 60pt !important;
  color: white !important;
}

.gallery .owl-item{
  height: 190px !important;
}


.gallery .owl-prev {
  float: left;
  position: absolute;
  left: -40px !important;
  top: 30px !important;
  font-size: 60pt !important;
  color: white !important;
}

.gallery .owl-next {
  float: left;
  position: absolute;
  right: -40px !important;
  top: 30px !important;
  font-size: 60pt !important;
  color: white !important;
}

.owl-carousel .owl-item{
  height: 600px;
  background-color: #FFFFFF;
  border-radius: 12px;
}

.owl-carousel-news .owl-item{
  height: 600px;
  background-color: #FFFFFF;
  border-radius: 12px;
}

.bg-left-half {
  position: relative; }
.bg-left-half:before {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  background-color: #f8f9fa; }

.media-29101{
  /* margin-top: 100px; */
  padding: 20px;
  text-align: center !important;
}  

.media-29101 .uppLetter{
  text-transform: uppercase !important;
  font-weight: bold;
}

.media-29101 table{
  margin-left: auto;
  margin-right: auto;
}

.media-29101 img {
  margin-bottom: 20px;
  width: 150px !important;
  /* top: -60px;
    right: 120px;
    position: absolute; */
}

.owl-carousel .owl-stage {
  /* padding-top: 90px !important; */
}
.media-29101 h3 {
  font-size: 21px;
  font-weight: 900 !important;
  color: #0A3E86 !important;
}
  .media-29101 h3 a {
    color: #6c757d; }

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }

.owl-2-style .owl-dots .owl-dot { display: inline-block; }

.owl-2-style .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 3px;
  border-radius: 0px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px; }
.owl-2-style .owl-dots .owl-dot.active span {
  background: #000; }

.owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
  outline: none; }



/* end img */

  form input[type=submit]:disabled{
      background: gray;
      cursor: inherit;
  }
  
  .category-text{
    color: #0A3E86;
    font-size: 1.2em;
  }
  
  #cpatchaTextBox {
          display: inline-block;
      min-width: 120px;
      width: 135px;
  }
  
  .captchaBtn {
          background-color: #4CAF50;
          border: none;
          color: white;
          padding: 12px 12px;
          text-decoration: none;
          margin: 4px 2px;
          cursor: pointer;
          border-radius: 11px;
  }
  #captcha{
      display: inline-block;
      vertical-align: bottom;
  }
  
  canvas {
          /*prevent interaction with the canvas*/
          pointer-events: none;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    /* background-color: #fefefe; */
    margin: auto;
    padding: 20px;
    /* border: 1px solid #888; */
    width: 600px;
    text-align: center;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  img#myBtn{
    margin: 0px 350px;
    display: block;
    width: 150px !important;
    cursor: pointer;
  }
  
  
  .generalFrame{
    width: 35%;
    background-color: ghostwhite;
    border: 2px solid gray;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    display: inline-block;
  }
  
  .infoFrame{
    display: inline-block;
    width: 50%;
    float: right;
    /* text-align: center; */
    margin-top: 15%;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
  }
  
  .solutions{
    width: 50%;
  }
  
  .bgImage{
    background: url(../_images/ecoreto-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
  .bgCalendar{
    background: url(../_images/ecoreto-bgcal23.png) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
  ::placeholder{
    color: #FFFFFF !important;
  }
  
  table {
    line-height: 25px;
  }
  
  #menuReglas {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  
  #menuReglas ul li {
    list-style: none;
    padding: .5em 0;
  }
  
  #menuReglas ul span {
    display: none;
  }
  
  #menuReglas ul li a {
    color: #0A3E86;
    font-weight: bold;
    text-decoration: none;
  }
  
  #contenidoReglas {
    display: inline-block;
    line-height: 1.5;
    vertical-align: top;
    width: 66%;
  }
  
  /* #contenidoReglas p {
      text-align: justify;
  } */
  #contenidoReglas ul li {
    margin-left: 30px;
  }
  
  .push {
    height: 10px;
    /* background-color: #F0F0F0; */
  }
  
  .footer {
    height: 35px;
    background-color: #F0F0F0;
    text-align: center;
    font-size: 0.8em;
    padding: 15px 0 30px 0;
  }

  .footer-without {
    height: 35px;
    text-align: center;
    font-size: 0.8em;
    padding: 15px 0 30px 0;
    color: white;
  }
  
  .w-100 {
    width: 100%;
  }
  
  .mb-5 {
    margin-bottom: 50px !important;
  }
  
  .btn-participar {
    background: #0A3E86;
    margin: 20px auto;
    display: block;
    font-family: 'Varela Round', sans-serif;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 2em;
    padding: 13px;
    width: 50%;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
  }
  
  .btn-cat {
    background: #0A3E86;
    margin: 20px auto;
    display: block;
    font-family: 'Varela Round', sans-serif;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
    padding: 13px;
    width: 25%;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
  }

  .btn-cat-white {
    background: white;
    margin: 20px auto;
    display: block;
    font-family: 'Varela Round', sans-serif;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
    padding: 13px;
    width: 25%;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
  }
  
  .head-logos {
    width: 55%;
    display: inline-block;
    margin-top: 20px;
  }
  
  .h-logo {
    width: 29%;
    display: inline-block;
    padding: 0 10px;
    margin: 0 auto;
  }
  
  .h-img {
    width: 100%;
  }
  
  .cat-image {
    display: inline-block;
    width: 24%;
  }
  
  .cat-desc {
    padding: 0 0 0 25px;
    display: inline-block;
    width: 70%;
  }
  
  h2.subtitle {
    font-family: 'Varela Round', sans-serif;
    color: #FFFFFF;
    font-size: 2.0em;
    letter-spacing: 2px;
    font-weight: 100;
  }
  
  .txtblue{
    color: #0A3E86 !important;
  }
  
  form {
    width: 100%;
    /* padding: 2em; */
    /* text-align: center; */
  }
  
  form input {
    border: 0;
    margin: .5em 0;
    min-width: 240px;
    border-radius: 4px;
    padding: 1em;
    background: #0A3E86;
    color: white;
  }
  
  form input::placeholder {
    color: white;
    background: #0A3E86;
    padding-left: .3em;
    border: 0;
  }
  
  form select {
    width: 270px;
    padding: .5em;
    border: 0;
    background: #0A3E86;
    border-radius: 4px;
    height: 50px;
    color: #FFFFFF;
    margin: .5em 0;
  }
  
  form input[type=submit] {
    background: #0A3E86;
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    margin-top: 1.3em;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.3em;
    padding: 20px;
    width: 24%;
  }
  
  form .botonFrameRegistrame {
    /* margin:2em auto; */
    width: 270px;
    height: 81px;
    /* background: url(../_images/registro-icono-landingpage-270px.png) no-repeat; */
    /* background-size:contain; */
  }
  
  form p a {
    color: #0A3E86;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .login {
    color: #0A3E86;
    text-decoration: none;
  }
  
  .center {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  
  h1, h2, h3, h4, h5 {
    font-family: 'Varela Round', sans-serif;
    line-height: 1;
    color: #4A4A4A;
  }
  
  h6 {
    margin: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: black;
    text-align: center;
    font-size: 20px;
  }
  
  h1 .abrirPregunta {
    display: inline-block;
    position: relative;
    top: 30px;
    max-width: 40px;
  }
  
  h1 .cerrarPregunta {
    display: inline-block;
    position: relative;
    top: 5px;
    max-width: 40px;
  }
  
  h1 .cerrarPregunta img, h1 .abrirPregunta img {
    width: 100%;
  }
  
  header {
    font-family: 'Inconsolata', monospace;
    margin: 0 auto 1em auto;
    max-width: 1200px;
    width: 100%;
  }
  
  header nav {
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }
  
  header nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right;
  }
  
  header nav ul li {
    list-style: none;
  }
  
  header nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
  }
  
  header nav ul li a:hover {
    text-decoration: underline;
  }
  
  .txt-nav ul li a {
    color: white; /* 0A3E86 */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
  }
  
  .txt-nav ul li a:hover {
    text-decoration: underline;
  }
  
  header nav ul li {
    display: inline-block;
    vertical-align: bottom;
    padding: 2.5em 0 1em 0.5em;
    font-family: 'Varela Round', sans-serif;
  }
  
  header nav ul li:first-child {
    color: red;
    display: none;
  }
  
  header nav ul li:last-child {
    border: 0;
  }
  
  header nav ul li img.menu-icon {
    max-width: 30px;
    margin: -4px 0px;
  }
  
  header #idiomasFrame {
    display: inline-block;
    background: #ededed;
    border-radius: 0 0 16px 16px;
  }
  
  header #idiomasFrame ul {
    margin: 0;
    padding: 0 1em;
  }
  
  header #idiomasFrame ul li {
    display: inline-block;
    vertical-align: bottom;
    padding: 3.1em .2em 1em 0;
  }
  
  header #idiomasFrame ul li a {
    color: black;
    text-decoration: none;
  }
  
  header #logosFrame {
    border-radius: 0 0 16px 16px;
    display: inline-block;
    padding: .2em 0 0 0;
    width: 50%;
  }
  
  header #logosFrame ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  header #logosFrame ul li {
    display: inline-block;
    max-width: 270px;
  }
  
  header #logosFrame ul li img {
    width: 100%;
  }
  
  header #logos img {
    max-width: 200px;
  }
  
  .language {
    border: none;
    vertical-align: inherit;
    padding-right: 0px;
  }
  
  .calendarImg {
    max-width: 85%;
    margin: 0 auto;
    display: block;
  }
  
  .noborder {
    border: none;
  }
  
  section #mainPicture {
    /* background: url(../_images/ecoreto-head.png); */
    background-size: cover;
    background-position: center center;
  }
  
  section #mainPicture .logoEcoMain {
    padding-top: 1em;
  }
  
  section #mainPicture .logoEcoMain img {
    max-width: 600px;
    width: 50%;
  }
  
  section.bgGray, section.bgWhite {
    padding: 3em 0;
  }
  
  /* section.bgGray p, section.bgWhite p {
      text-align: justify;
  } */
  section.bgGray p a, section.bgWhite p a {
    color: #0A3E86;
  }
  
  section.bgWhite {
    background: white;
  }
  
  section.bgGray {
    background: #f3f3f5;
  }
  
  .langFrame {
    width: 100%;
    max-width: 1000px;
    text-align: right;
  }
  
  .langFrame ul {
    margin: 0;
    padding: 0;
    padding-right: 1em;
  }
  
  .langFrame li {
    display: inline-block;
  }
  
  .langFrame li a {
    color: #757474;
  }
  
  .challengesLis ul {
    margin: 0;
    padding: 0;
  }
  
  .challengesLis ul li {
    display: inline-block;
    max-width: 350px;
    padding: 20px;
    text-align: justify;
    width: 32%;
    vertical-align: top;
    text-align: center;
  }
  
  .challengesLis ul li img {
    margin: 0 auto;
    display: block;
    max-width: 200px;
    text-align: center;
    max-height: 135px;
  }
  
  .challengesLis ul li h2 {
    color: black;
    text-align: center;
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 2em;
  }
  
  .generalConteiner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 50px;
  }
  
  .mainSponsors ul {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  
  .mainSponsors ul li {
    vertical-align: top;
    display: inline-block;
    width: 33%;
  }
  
  .mainSponsors ul li img {
    width: 75%;
    margin: 0 auto;
    display: block;
  }
  
  .mainSponsors .ulPatrocinadores1 {
    padding: 0 0 1em 0;
    /* width: 60%; */
  }
  
  .mainSponsors .ulPatrocinadores {
    border-left: 2px solid #66645c;
    padding: 0 0 1em 1em;
    /* width: 35%; */
  }
  
  .mainSponsors .ulPatrocinadores li {
    width: 38%;
  }
  
  li.logoSecundario {
    width: 100%;
    vertical-align: top;
  }
  
  .menuOptions {
    display: none;
  }
  
  .logoPrincipal img {
    max-width: 120px;
  }
  
  /* .registrationBox h2 {
      font-size: 2em;
  } */
  .colorSelect {
    font-weight: bold;
  }
  
  #menuReglas h2 {
    padding-left: 40px;
  }
  
  .categories-container {
    width: 100%;
    text-align: center;
  }
  
  .category {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 49%;
  }
  
  .cat-image {
    width: 60%;
    display: inline-block;
  }
  
  .cat-title {
    color: #313131;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 40%;
  }

  .bg-header{
    background-color: #0A3E86;
  }
  




  @media (max-width: 1310px) {
    section #mainPicture{
      /* height: 450px; */
      min-height: 450px;
    }
    .cat-title{
      font-size: 1.3em;
    }
  }
  
  @media (max-width: 1100px) {
  
    /* maximo 720 pixeles */
    header nav {
      width: 100%;
      font-size: 1.2em;
      cursor: pointer;
    }
  
    .category {
      margin: 0 auto;
      display: inline-block;
      text-align: center;
      width: 49%;
  }
  
    .head-logos {
      width: 72%;
      margin: 0 auto;
      text-align: center;
      display: block;
    }
  
    header nav .menuOptions {
      color: #FFFFFF;
      display: block;
      text-align: center;
      text-decoration: underline;
      font-size: 1.2em;
    }
  
    header nav ul li {
      display: none;
      text-align: center;
      padding: 0.1em;
      border-right: 0;
      font-size: 1.2em;
    }
  
    header nav ul li a {
      font-size: 0.9em;
    }
  
    header nav ul li:first-child {
      display: block;
    }
  
    header #logosFrame {
      padding: 0;
      max-width: 1200px;
      width: 100%;
    }
  
    header #logosFrame ul {
      padding: 1em;
    }
  
    .challengesLis ul li {
      display: block;
      width: 85%;
      margin: 0 auto;
    }
  
    .generalConteiner {
      text-align: justify;
      width: 85%;
      margin: 0 auto;
    }
  
    .cat-image{
      width: 50%;
    }
  
    .cat-title{
      width: 45%;
      font-size: 1em;
      padding-top: 15px;
    }
    .btn-cat{
      width: 40%;
    }
  
    section #mainPicture .logoEcoMain img {
      max-width: 480px;
      width: 50%;
      margin-left: 5%;
    }
  
    section #mainPicture{
      height: 700px;
      min-height: 340px;
    }
  
    img#myBtn{
      margin: 0px 200px;
    }
  }


  @media (max-width: 700px) {
  
    .category {
      width: 100%;
    }
  
    .modal-content {
      width: 90%;
    }
  
    .generalConteiner{
      padding: 0;
    }
    .generalFrame,
    .infoFrame{
      width: 80%;
      margin: 0 auto;
      display: block;
    }
    .bgCalendar,
    .bgImage{
      padding: 30px 0;
    }
    .infoFrame{
      float: inherit;
    }
  
    h3{
      font-size: 1em;
    }
  
    .cat-image {
      width: 100%;
    }
  
    .cat-desc {
      width: 90%;
    }
  
    .btn-participar {
      width: 35%;
    }
  
    .head-logos {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      display: block;
    }
  
    h2.subtitle {
          font-size: 1.5em;
      }
  
    h1 {
      max-width: 65%;
    }
  
    header nav {
      margin-left: 0;
    }
  
    header nav ul {
      margin: 1em 0;
    }
  
    form {
      padding: 0;
    }
  
    form input {
      width: 200px;
    }
  
      .footer{
          font-size: 0.6em;
      }
  
    .mainSponsors ul li {
      margin: 0 auto;
      vertical-align: top;
      display: inline-block;
      width: 80%;
    }
  
    header nav ul span {
      display: none;
    }
  
    #menuReglas {
      width: 100%;
    }
  
    #menuReglas ul,
    #menuReglas h2 {
      padding: 0;
    }
  
    #menuReglas ul span {
      width: 95%;
      display: block;
      color: white;
      background: #0A3E86;
      text-align: center;
      padding: .3em .5em;
      border-radius: 5px;
    }
  
    #menuReglas ul li {
      display: none;
    }
  
    #contenidoReglas {
      display: block;
      width: 100%;
    }
  
    .h-logo{
      width: 25%;
    }
  
    section #mainPicture{
      height: 570px;
      min-height: 560px;
    }
  
    section #mainPicture .logoEcoMain {
      padding-top: 0;
      text-align: center;
    }
  
    section #mainPicture .logoEcoMain img {
      max-width: 345px;
      width: 65%;
    }
  
      .btn-cat{
          width: 80%;
      }
  
      .cat-head{
          font-size: 1.3em;
      }
  
    .cat-title{
      font-size: 0.9em;
      width: 82%;
    }
  
    .cat-image{
      border: none;
    }
  }
  
  

.flip-card {
  background-color: transparent;
  width: 30%;
  height: 300px;
  /* border: 1px solid #f1f1f1; */
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  display: inline-block;
  margin: 0 12px 20px 13%; /* 0 12px 20px 0; */
  cursor: pointer;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: white;
  color: black;
  box-shadow: lightgrey 5px 5px 10px;
}

/* Style the back side */
.flip-card-back {
  background-color: white;
  color: black;
  box-shadow: lightgrey 5px 5px 10px;
  transform: rotateY(180deg);
}

.flip-card-back p {
  padding: 5px 20px;
  font-size: 15px;
}

.flip-card-back p.txt14 {
  font-size: 14px;
}

.flip-card-back h3 {
  color: #0971CE;
  padding: 0px 10px;
}

.flip-card-front img {
  margin: 0 auto;
  width: 85%;
}

.sub-header small,
.calendarImgMobile {
  display: none;
}

.calendarImg {
  display: block;
}

.bootcamp {
  width: 70%;
  margin: 0 auto;
  display: block;
}

#captcha {
  display: inline-block;
  vertical-align: bottom;
}

canvas {
  /*prevent interaction with the canvas*/
  pointer-events: none;
}

#demo {
  font-size: 4em;
  color: #0A5AAA;
}

.loginBtn {
  color: #0A5AAB;
  font-size: 1em;
  border: solid #0A5AAB 3px;
  padding: 20px;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
}

.txt-finals {
  font-size: 3rem;
}

.ctn-captcha {
  margin: 20px 0;
  text-align: center;
  margin-left: 72px;
}

.ctn-captcha * {
  display: inline-block;
}

.btn-eco-reto {
  background: #2360AD;
  margin: 30px 20px;
  font-family: 'Varela Round', sans-serif;
  color: white !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  padding: 13px;
  width: 25%;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 1310px) {
  header nav {
    /* max-width: 500px; */
  }
}

@media (max-width: 1100px) {

  /* maximo 1100 pixeles */
  header nav {
    width: 100%;
    font-size: 1.2em;
    cursor: pointer;
  }

  .head-logos {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  header nav .menuOptions {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-size: 1.2em;
  }

  header nav ul li {
    display: none;
    text-align: center;
    padding: 0.1em;
    border-right: 0;
    font-size: 1.2em;
  }

  header nav ul li a {
    font-size: 0.9em;
  }

  header nav ul li:first-child {
    display: block;
  }

  header #logosFrame {
    padding: 0;
    max-width: 1200px;
    width: 100%;
  }

  header #logosFrame ul {
    padding: 1em;
  }

  .challengesLis ul li {
    display: block;
    width: 85%;
    margin: 0 auto;
  }

  .generalConteiner {
    text-align: justify;
    width: 85%;
    margin: 0 auto;
  }

  section #mainPicture .logoEcoMain h2 {
    width: 60%;
  }

  .org-container{
    width: 90%;
    height: inherit;
  }

  .org-container img{
    width: 30%;
  }

  .org-container .org-sm{
    position: inherit;
  }

  .org-container .social-icon{
    width: 10%;
  }


}



@media (max-width: 700px) {

  .category {
    width: 100%;
  }

  .modal-content {
    width: 90%;
  }

  .generalConteiner{
    padding: 0;
  }
  .generalFrame,
  .infoFrame{
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .bgCalendar,
  .bgImage{
    padding: 30px 0;
  }
  .infoFrame{
    margin-top: 20px;
    float: inherit;
    padding: 19px;
  }

  h3{
    font-size: 1em;
  }

  .cat-image {
    width: 100%;
  }

  .cat-desc {
    width: 90%;
  }

  .btn-participar {
    width: 35%;
  }

  .head-logos {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  h2.subtitle {
		font-size: 1.5em;
	}

  h1 {
    max-width: 65%;
  }

  header nav {
    margin-left: 0;
  }

  header nav ul {
    margin: 1em 0;
  }

  form {
    padding: 0;
  }

  form input {
    width: 200px;
  }

	.footer{
		font-size: 0.6em;
	}

  .mainSponsors ul li {
    margin: 0 auto;
    vertical-align: top;
    display: inline-block;
    width: 80%;
  }

  header nav ul span {
    display: none;
  }

  #menuReglas {
    width: 100%;
  }

  #menuReglas ul,
  #menuReglas h2 {
    padding: 0;
  }

  #menuReglas ul span {
    width: 95%;
    display: block;
    color: white;
    background: #0A5AAA;
    text-align: center;
    padding: .3em .5em;
    border-radius: 5px;
  }

  #menuReglas ul li {
    display: none;
  }

  #contenidoReglas {
    display: block;
    width: 100%;
  }

  .h-logo{
    width: 25%;
  }

  section #mainPicture{
    height: 420px;
    min-height: 420px;
  }

  section #mainPicture .logoEcoMain {
    padding-top: 0;
  }

  section #mainPicture .logoEcoMain img {
    max-width: 345px;
    width: 65%;
  }

	.btn-cat{
		width: 80%;
	}

	.cat-head{
		font-size: 1.3em;
	}

  .cat-title{
    font-size: 0.9em;
    width: 82%;
  }

  .cat-image{
    border: none;
  }

  .flip-card {
    width: 85%;
    height: 180px;
    margin: 30px auto;
    padding: 30px;
    
  }
  .flip-card-inner{
    padding: 20px 0;
  }

  .flip-card-front img {
    width: 50%;
  }

  .flip-card-back p {
    padding: 2px 6px;
    font-size: 13px;
  }

  .flip-card-back p.txt14 {
    font-size: 12px;
  }

  .flip-card-front, .flip-card-back {
    background-color: white;
    color: black;
    box-shadow: none;
  }

  .btn-cat-white {
    margin: 60px auto;
    padding: 13px;
    width: 50%;
  }

  .block-3{
    margin-bottom: 24px;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    color: white;
  }
  .calendarImg{
    margin-bottom: 60px;
  }

  #carouselNews{
    width: calc(100% - 40px);
    padding: 20px !important;
    margin-bottom: 60px;
  }
  #carouselNews * .owl-item{
    height: auto !important;
  }
  
  #carouselNews * .owl-prev, #carouselNews * .owl-next{
    top: 50px !important;
  }

}

#carouselNews{
  width: calc(100% - 42px) !important;
  background: white; padding: 15px; border-radius: 15px; 
}

#carouselNews * .owl-item{
 height: auto;
 background: none !important;
}