html {
  scroll-behavior: smooth;
}

body {
  background-color: #1E252B;
}

.if-bienvenida {
  width: 100%;
  height: 90vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
/*        background-image: url(<?php echo base_url(); ?>assets/img/landing/features/estrellas.png),linear-gradient(#1B1464,#5C59B1,#7575D0);*/
}

.container-feature .btn-saber {
  font-size: 1.1em;
}

.btn-saber {
  background-color: rgb(252,144,104);
}

.btn-saber:focus,
.btn-saber:hover,
.btn-saber:active {
  color:#fff;
  border-bottom:3px solid rgb(255,107,54);
  transform:translateY(-2px);
}

.footer-feature .btn-saber {
  font-size: 0.9em;
  background-color: rgb(88,101,183);
  border-bottom: 3px solid rgb(78,24,77);
  margin: 0;
}

/*      .btn-saber:last-of-type {
  font-size: 0.9em;
  margin: 0;
}*/

.simple-feature p {
  font-weight: 500;
}

.feature-text-derecha, .feature-text-izquierda {
  width: 50%;
}

.feature-text-derecha p, .feature-text-izquierda ul,
.feature-text-derecha p, .feature-text-derecha ul {
  list-style-type: disc;
}

/*      .feature-text-derecha p, .feature-text-izquierda ul {
  padding: 0 25px;
}*/

.feature-text-derecha p, .feature-text-izquierda ul li,
.feature-text-derecha p, .feature-text-derecha ul li {
  font-size: 18px;
  color: #4D7386;
  line-height: 26px;
/*        font-weight: 300;
  margin-bottom: 10px; */
  font-weight: 500;
  margin-bottom: 20px;
}

.container-feature .feature-img img {
  width: 400px;
}

.tira-eco img {
  opacity: 1;
  width: 150px;
  margin: 0% 10px;
}

.footer-feature {
  background-image: url('../img/landing/backgrounds/ciudad.png'),linear-gradient(#1B145B, #5C59B1, #7575D0, #F58D81, #E89B67);
  background-position: bottom;
  background-repeat: no-repeat;
/*        background-image: linear-gradient(to bottom, #7476ca, #7a77c8, #7f78c5, #8479c3, #897ac1, #9a79bd, #aa79b9, #b779b3, #ce7aa6, #de7f97, #e78787, #e9937a);*/
}

.footer-feature .feature-text-derecha p {
  padding: 0 25px 0 0;
}

.footer-feature .feature-text-derecha {
  width: 50%;
}


.estrella-fugaz {
  width: 100px;
  height: 100px;
  position: absolute;
  background-image: url('../img/landing/backgrounds/shooting-star.svg');
  background-repeat: no-repeat;
  -webkit-animation: estrella 8s infinite;
  -moz-animation: estrella 8s infinite;
  animation: estrella 8s infinite;
  }

  .video-foreground,
  .if-bienvenida .video-foreground video{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    pointer-events: none;
    z-index: -99;

  }



  .msj-bienvenida {
    margin-top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    background: rgba(0,0,0,0.5);
  }

  .msj-bienvenida h1,
  .msj-bienvenida p {
    text-align: left;
  }

  .msj-principal {
    padding: 0;
  }

  header.cd-auto-hide-header.nav {
    background: transparent;
  }

  .contenedor-msj {
    width: 100%;
    height: 110vh;
  }

  .msj-bienvenida-container {
    max-width: 600px;
    /* margin: 0 100px; */
    margin: 130px 100px 0px 100px;
  }

  .btn-saber {
    border-radius: 30px;
    background-color: #F19833;
    min-width: 100px;
  }

  .btn-saber-outline {
    background-color: transparent;
    border: 2px solid;
    min-width: 100px;
  }

  .cd-auto-hide-header {
    height: 80px !important;
  }

  .partners {
    margin: 0;
    padding: 50px 0;
    background-color: #1E252B;
  }

  .features-container {
    background-color: #1E252B;
  }

  .simple-feature h2,
  .simple-feature p {
    color: white;
    max-width: 700px;
  }

  .simple-feature p {
    font-weight: 300;
    font-size: 22px;
  }

  .simple-feature h2 strong {
    color: #F19833;
  }

  .feature-text-derecha h3,
  .feature-text-izquierda h3 {
    color: #60CFDB;
  }

  .feature-text-derecha p,
  .feature-text-izquierda p,
  .feature-text-izquierda ul li,
  .feature-text-derecha ul li {
    color: white;
  }


  .eventos-container {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;  
  }

  .eventos-container .eventos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .eventos-container .eventos:last-child {
    margin-top: 40px;
  }

  .eventos-container .eventos .evento {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 30px;
  }

  .eventos-container .eventos .evento .info {
    max-width: 200px;
  }

  .eventos-container .eventos .evento .info h4 {
    color: #60CFDB;
    font-size: 14px;
    font-weight: 700;
    text-align: center
  }

  .eventos-container .eventos .evento p.fecha {
    color: #F19833;
  }

  .eventos-container .eventos .evento .info p{
    color: white;
    font-size: 0.9em;
    text-align: center;
  }

  .eventos-container .eventos .evento img {
    max-width: 200px;
  }

  .pais-miembro-comite {
    display: flex;
    justify-content: center;
  }

  .pais-miembro-comite span {
    text-align: center;
    color: white;
    font-size: 0.8em;
    background-color: #414B55;
    padding: 5px;
  }

    
  .estrella-fugaz {
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../img/landing/backgrounds/shooting-star.svg');
    background-repeat: no-repeat;
    -webkit-animation: estrella 8s infinite;
    -moz-animation: estrella 8s infinite;
    animation: estrella 8s infinite;
    }

    .video-foreground,
    .if-bienvenida .video-foreground video{

      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;  
      z-index: -99;        

    }

    

    .msj-bienvenida {
      margin-top: 0;
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      /* align-items: center; */
      flex-direction: column;
      background: rgba(0,0,0,0.5);
    }

    .msj-bienvenida h1,
    .msj-bienvenida p {
      text-align: left;
    }

    .msj-principal {
      padding: 0;
    }

    header.cd-auto-hide-header.nav {
      background: transparent;
    }

    .contenedor-msj {
      width: 100%;
    }

    .msj-bienvenida-container {
      max-width: 600px;
/*      margin: 0 100px;*/
    }

    .btn-saber {
      border-radius: 30px;
      background-color: #F19833;
      min-width: 100px;
    }

    .btn-saber-outline {
      background-color: transparent;
      border: 2px solid;
      min-width: 100px;
    }

    .cd-auto-hide-header {
      height: 80px !important;
    }

    .partners {
      margin: 0;
      padding: 50px 0;
      background-color: #1E252B;
    }

    .features-container {
      background-color: #1E252B;
    }

    .simple-feature h2,
    .simple-feature p {
      color: white;
      max-width: 700px;
    }

    .simple-feature p {
      font-weight: 300;
      font-size: 22px;
    }

    .simple-feature h2 strong {
      color: #F19833;
    }

    .feature-text-derecha h3, 
    .feature-text-izquierda h3 {
      color: #60CFDB;
    }

    .feature-text-derecha p, 
    .feature-text-izquierda p,
    .feature-text-izquierda ul li, 
    .feature-text-derecha ul li {
      color: white; 
    }


    .eventos-container {
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;          
    }

    .eventos-container .eventos {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80%;
    }

    .eventos-container .eventos .evento {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 0 30px;
    }

    .eventos-container .eventos .evento .info {
      max-width: 200px;
    }

    .eventos-container .eventos .evento .info h4 {
      color: #60CFDB;
      font-size: 14px;
      font-weight: 700;
      text-align: center
    }

    .eventos-container .eventos .evento p.fecha {
      color: #F19833;
    }

    .eventos-container .eventos .evento .info p{
      color: white;
      font-size: 0.9em;
      text-align: center;
    }

    .eventos-container .eventos .evento img {
      max-width: 200px;
    }

    .footer-feature {
      background-image: none;
      background-color: transparent;
    }

    footer {
      background-color: #1E252B;
    }

    footer .footer-inner ul li  {
      color: white;
    }

    .faqs {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .faqs .list-group {
      width: 600px;
    }

    .list-group-item {
      background-color: transparent;
      color: white;

      border-top: none; 
      border-left: none; 
      border-right: none;

    }

    .faqs .list-group .list-group-item h4 {
      color: #60CFDB;
    }

    .list-group-item p {
      color: white;
    }

    .msj-como-aplico h2 {
      padding: 30px 0;
    }

    /* Formulario de aplicación*/

    #mc_embed_signup {
      background: none !important;
      border-radius: 20px;
      max-width: 619px;
    }

    #mc_embed_signup form {
      background-color: #414B55;
      padding: 50px 100px !important;
      border-radius: 20px;
    }

    #mc_embed_signup form h2 {
      color: white;
      text-align: center;
      font-size: 1.8em;
      padding: 0 0 20px 0;      
    }

    #mc_embed_signup .mc-field-group input,
    #mc_embed_signup .mc-field-group textarea {
      height: 50px;
      padding: 10px 30px;
      border-radius: 10px;
      border: 1px solid #dfe5f5;
      background-color: transparent;
      box-shadow: none;
      color: white;      
    }

    #mc_embed_signup .mc-field-group input[type=radio]{
      height: auto;
    }

    #mc_embed_signup .mc-field-group textarea {
      height: auto;
      padding: 5px;
    }

    #mc_embed_signup .mc-field-group label,
    .mc-field-group strong {
      color: white;
    }


    #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
      background-color: transparent !important;
      color: #F19833;
    }

    #mc_embed_signup .indicates-required {
      color: white;
    }

    #mc_embed_signup .mc-field-group {
      width: 100% !important;
    }

    #mc_embed_signup .button {
      border-radius: 20px !important;
      padding: 20px 40px !important;
      font-size: 1.2em !important;
      line-height: 0 !important;
      /* margin: 0; */
      height: 45px !important;
      background-color: #F19833 !important;
    }

    #mc_embed_signup .clear {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    

/* CODE FOR TIMELINE IFCUBACION */

/* * {
box-sizing: border-box;
} */
.timeline .subtitle{
color: #F19833;
}
.timeline p{
color: #FFFFFF;
}

.timeline {
position: relative;
max-width: 1200px;
margin: 0 auto;
}

.timeline::after {
content: '';
position: absolute;
width: 1px;
background-color: white;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
}


.container-timeline {
padding: 10px 40px;
position: relative;
background-color: inherit;
width: 50%;
}

.container-timeline::after {
content: '';
position: absolute;
width: 25px;
height: 25px;
right: -10px;
background-color: white;
/* border: 4px solid #FF9F55; */
top: 15px;
border-radius: 50%;
z-index: 1;
}

.left {
left: 0;
text-align: end;
}

.right {
left: 50%;
}

.right::after {
left: -16px;
}

.content-timeline {
padding: 20px 30px;
position: relative;
border-radius: 6px;
}

@media screen and (max-width: 600px) {
.timeline{
  width: 85%;
}

.timeline::after {
left: 31px;
}

.container-timeline {
width: 130%;
padding-left: 70px;
padding-right: 25px;
}

.container-timeline::before {
left: 60px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}

.content-timeline p{
  width:75%;
}

.left::after, .right::after {
left: 15px;
}

.right {
left: 0%;
}
.left{
  text-align: left;
}
}

/* CODE FOR TIMELINE IFCUBACION */
.cd-primary-nav>ul li:last-of-type {
  display: block;
}
.msj-como-aplico {
  width: 100%;
  color: white;
  padding: 50px 100px 0px 100px;
  background-image: url(../img/ifcubacion/comoaplico.jpg);
  background-size: cover;
}

table{
  width: 375px;
  margin-left: 30px;
}
.c-left{
  font-size: 3em;
  padding: 10px 20px 10px 10px;
  border-right: 2px solid white;
}
.c-right{
  font-size: 1.2em;
  font-weight: 400;
  padding: 10px 20px 10px 30px;
}
.sup{
  margin-top: 90px;
    padding-bottom: 30px;
}

.modal-header{
  background-color: #1e252b;
  color: #60cfdb;
  text-align: center;
}
.modal-body, .modal-content, .modal-footer{
  background-color: #1e252b;
  color:white;
}
.modal-body p{
  color:white;
  font-weight: 300;
}
.modal-body{
  padding: 40px;
}
ol.modal-list{
  padding: 20px 30px 0px 40px;
}

.consejos-grid{
  display: grid;
  grid-template-columns: auto auto auto auto;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 50px;
}
.consejos-grid div{
  margin: 50px 12px 0;
}
.consejos-grid div img{
  width: 75px;
  height: 75px;
}
.consejos-grid div p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
}

.consejos-grid div h3{
    max-width: 230px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #60CFDB;
}

.feature-text-derecha p {
  font-size: 20px;
  color: white;
  line-height: 32px;
  font-weight: 300;
}

  .partners-container img.logos-mobile{
    width: 100px;
  }


/*----------------------------------------------------INICIO DE ESTILOS NAVIDEÑOS--------------------------------*/
/*-------Medidas para estrella fugaz: shooting-star-diciembre.svg
.estrella-fugaz {
  width: 300px;
  height: 300px;
  position: absolute;
  background-image: url(<?php echo base_url(); ?>assets/img/landing/backgrounds/shooting-star-diciembre.svg);
  background-repeat: no-repeat;
  -webkit-animation: estrella 12s infinite;
  -moz-animation: estrella 12s infinite;
  animation: estrella 12s infinite;
}*/

.copo {color: #fff;font-size: 1.5em;font-family: Arial, sans-serif;text-shadow: 0 0 5px #5C59B1;}@-webkit-keyframes copos-cayendo{0%{top:-10%}100%{top:100%}}@-webkit-keyframes copos-ondear{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes copos-cayendo{0%{top:-10%}100%{top:100%}}@keyframes copos-ondear{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.copo{position:absolute;top:-10%;z-index:9999;/*Se establece tipo de cursor predeterminado (Flechita y no de Texto)*/-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;/*Se indican las animaciones que se ejecutarán y sus características*/-webkit-animation-name:copos-cayendo,copos-ondear;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:copos-cayendo,copos-ondear;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running;}.copo:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s;}.copo:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s;}.copo:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s;}.copo:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s;}.copo:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s;}.copo:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s;}.copo:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s;}.copo:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s;}.copo:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s;}.copo:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s;}.copo:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s;}.copo:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s;}

.hola{
  width: 65% !important;
  /*bottom: -40px !important;*/
}
@media screen and (max-width: 768px){
  .hola{
    width:100% !important;
  }
  .footer-feature .feature-text-derecha {
    width: 100%;
  }
  .footer-feature .feature-text-derecha p {
    padding: 0;
  }
  .video-foreground{
      background-image: url(../img/ifcubacion/ifcubacion_bg_2.jpg);
      background-repeat: no-repeat;
      background-size:contain;
      background-position: center;

  }
  #myVideo{
      display:none;

  }

  .consejos-grid{
    grid-template-columns: auto auto;
    margin: 0 auto;
    padding: 0 70px;
  }
  .consejos-grid div {
    padding-left: 0px;
    margin: 35px 0px 0px;
  }
	
  #mc_embed_signup {
    width: 90%;
  }

  #mc_embed_signup form {
    padding: 10px !important;
  }

  #mc_embed_signup .mc-field-group textarea {
    width: 100%;
  }

  .partners-container {
    display: flex;
    justify-content: center;
  }

  .partners-container img.logos-mobile {
    margin: 0 20px;
    width: 30%;
  }

  .partners-container img.logos-mobile:last-child {
    width: 25%;
  }
	
}
@media screen and (min-width: 767px) and (max-width: 991px){
  .hola{
    width:91% !important;
  }
  .msj-bienvenida h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1500px){
  .hola{
    width:57% !important;
  }
}
/*----------------------------------------------------FIN DE ESTILOS NAVIDEÑOS--------------------------------*/

@media screen and (min-width: 1024px){
  .cd-nav{
    padding: 6px 0;
  }

}



@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -110%; }

}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }

}

@media screen and (max-width: 1023px){
  #cd-navigation {
    background-color: rgb(65, 75, 85)!important;
  }
  .msj-bienvenida h1 {
    font-size: 36px;
  }

}
@media screen and (max-width: 767px){
  .container-feature:nth-child(even) {
    flex-direction: column-reverse;
  }
  .container-feature:nth-child(odd) {
    flex-direction: column;
  }
  .msj-bienvenida h1 {
    font-size: 2.7em;
    padding: 0px;
    margin: 10px 10px 10px 0px;
  }
  
  .msj-bienvenida p {
    font-size: 1.2em;
  }
  .contenedor-msj {
    height: 125vh;
  }
  .msj-como-aplico {
    padding: 50px 100px 0px 20px;
    background-position-x: center;
  }
  
  table{
    margin-left: 10px;
  }

  .container-feature .feature-img img {
    width: 100% !important;
  }
	
  .msj-como-aplico table {
    text-shadow: 2px 2px 2px black;
  }
	
  .msj-bienvenida-container {
    margin: 130px 20px 0px 30px;
  }
	
  .eventos-container .eventos {
    flex-direction: column;
  }

  .eventos-container .eventos:last-child {
    margin-top: 0;
  }

  .eventos-container .eventos .evento {
    margin: 10px 30px;
  }

}


@media screen and (max-width: 400px){
  .msj-bienvenida {
    height: 92vh;
  }
  .msj-bienvenida-container {
    margin: 0 30px;
  }
  header{
    background-color: rgb(65, 75, 85) !important;
  }
  .msj-bienvenida h1 {
    font-size: 2.3em;
    padding: 0px;
    margin: 120px 10px 10px 0px;
  }
  .msj-bienvenida p {
    font-size: 1.2em;
  }
  .video-foreground{
    top:80px
  }
  .c-right {
    padding: 10px 50px 10px 10px;
  }
  .c-left {
    font-size: 2em;
    padding: 10px 5px 10px 0px;
    border-right: 1px solid white;
  }

  .consejos-grid{
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding: 0 10px;
  }
  .consejos-grid div {
    padding-left: 0px;
    margin: 35px 12px 0;
  }
	
  .container-cta {
    text-align: center;
  }

  .container-cta a {
    font-size: 1em;
  }

  .msj-como-aplico table {
    max-width: 300px;
  }

  .msj-como-aplico {
    background-position-x: -420px;
  }
	
  .footer-inner ul:first-child {
    margin-left: -30px;
  }
	
	.contenedor-msj {
	    height: 100vh;
	}

  .eventos-container .eventos {
    flex-direction: column;
  }

  .eventos-container .eventos:last-child {
    margin-top: 0;
  }

  .eventos-container .eventos .evento {
    margin: 10px 30px;
  }


	
}

@media screen and (max-width: 320px){
  .msj-bienvenida h1 {
    font-size: 1.9em;
    padding: 0px;
    margin: 120px 10px 10px 0px;
  }
  .msj-bienvenida p {
    font-size: 1em;
  }

  .eventos-container .eventos {
    flex-direction: column;
  }

  .eventos-container .eventos:last-child {
    margin-top: 0;
  }

  .eventos-container .eventos .evento {
    margin: 10px 30px;
  }
	
}

.nav-open {
  background-color: rgb(65, 75, 85) !important;
}