
/*MENU*/

.btn_registro, a.btn_formulario {
  opacity: 0;
} 

#Full_Yourland a.menu-links {
  display: block;
  padding: 1.0em 1em;
  background-color: #283288;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration: none;
}

#Full_Yourland #bienvenida .textos_bienvenida p strong {
  color: #fdfa9d;
  font-size: 1.1em;
}

#Full_Yourland #bienvenida .textos_bienvenida p {
  font-size: 0.8em;
}

#fp-nav {
  z-index: 64;
}

.menu_y {
  z-index: 65 !important;
}

#Full_Yourland .textos_bienvenida .solo_cel {
 display: none;
}

#Full_Yourland .modal-body .text-left a {
  color: #ff3960 !important;
  font-size: 0.7em;
}

#Full_Yourland .modal-body div#p_lt_ctl09_pageplaceholder_p_lt_ctl00_editabletext1_ucEditableText_widget1_ctl00_viewBiz {
  padding: 10px 30px;
}

#Full_Yourland .modal-body .row.form-group.marginForm {
  margin-right: 0px;
  margin-left: 0px;
}

#Full_Yourland .modal-body .form-control {
  background: #e5f0fd;
  border-bottom: 1px solid #0a3fca;
}

#Full_Yourland .modal-body input#p_lt_ctl09_pageplaceholder_p_lt_ctl00_editabletext1_ucEditableText_widget1_ctl00_viewBiz_btnOK {
  border-color: #630d69;
  font-weight: 700;
  background:  rgb(255 21 77);
  font-size: 1.1em;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all linear .1s;
}

#Full_Yourland .modal-body input#p_lt_ctl09_pageplaceholder_p_lt_ctl00_editabletext1_ucEditableText_widget1_ctl00_viewBiz_btnOK:hover {
  background: #fff;
  color: #630d69;
}

#Full_Yourland .modal-body .SinRelleno div#p_lt_ctl09_pageplaceholder_p_lt_ctl00_editabletext1_ucEditableText_widget1_ctl00_viewBiz_ncpautorizacion {
  width: 100%;
}

#Full_Yourland .modal-body input#p_lt_ctl09_pageplaceholder_p_lt_ctl00_editabletext1_ucEditableText_widget1_ctl00_viewBiz_Autorizacion_list_0 {
  left: -10px;
  position: absolute;
}

#Full_Yourland .modal-body span label {
  font-size: 0.7em;
}

#Full_Yourland .modal-body .EditingFormControlNestedControl.editing-form-control-nested-control {
  width: 50%;
}

#Full_Yourland .modal-body .form-group {
  margin-bottom: 0.5em !important;
}

#Full_Yourland .modal-body .form-group label {
  font-size: 0.9em !important;
  margin-right: 10px;
  font-weight: 700;
  width: 40%;
}

#Full_Yourland a.menu-links .menu_y a.nav-link_dos:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #f7f00a;
}

#Full_Yourland #bienvenida a.text-btn:hover {
  color: #f7f6dd;
  text-shadow: 0px 5px 10px #12083e;
  filter: drop-shadow(2px 4px 6px black);
}

#Full_Yourland a {
  -webkit-appearance: none;
  }

#Full_Yourland #bienvenida a.text-btn:hover::after {
  filter: grayscale(50%) sepia(1);
  -webkit-filter: grayscale(50%) sepia(40);
  filter: drop-shadow(2px 4px 6px #12083e);
}

#Full_Yourland a.text-btndos {
  font-size: 1.1em;
  text-align: end;
  font-weight: 400;
  color: #ffffff;
  padding: 3px 8%;
  border: 2px solid;
  margin-bottom: 10px;
  margin-right: 4%;
}

#Full_Yourland a.text-btndos:hover {
  color: #f7f00a;
  text-decoration: none;
  background: #130b3c;
}

.hamburger 
{
    min-height: 30px;
    max-width: 50px;
}

ul.nav-items.nav-level-1 {
  list-style: none;
  margin: 0;
  padding: 10px;
  padding-top: 85%;
}

#Full_Yourland #boton_form a.btn_formulario img {
  width: 40px;
  }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff;
  position: absolute;
  width: 41px;
  height: 5px;
  border-radius: 5px;
  content: '';
  transition-timing-function: ease;
  transition-duration: .2s;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.hamburger-inner:before {
  top: 9px;
  width: 32px;
  left: 5px;
}

.hamburger-inner:after {
  top: 18px;
  text-align: left;
  left: 0;
  width: 23px;
  left: 9px;
}

.hamburger.open .hamburger-inner {
  -webkit-transform: translate3d(0,10px,0) rotate(45deg);
  transform: translate3d(0,10px,0) rotate(45deg);
  background-color: #e51352;
}

.hamburger.open .hamburger-inner:after {
  -webkit-transform: translate3d(0,-20px,0) rotate(-90deg);
  transform: translate3d(0,-20px,0) rotate(-90deg);
  background-color: #e51352;
  width: 41px;
  left: 0px;
}

.hamburger.open .hamburger-inner:before {
    -webkit-transform: translate3d(0,-20px,0) rotate(90deg);
    transform: translate3d(0,-20px,0) rotate(90deg);
    opacity: 0;
}

.nav-top {
  display: -webkit-box;
  display: block;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 76;
  width: 100%;
  height: 60px;
  background-color: transparent;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
}

.nav-top .hamburger {
  color: #fff;
  cursor: pointer;
  right: 50px;
  top: 20px;
  position: absolute;
}

.nav-drill {
  margin-top: 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.nav-is-toggled .nav-drill {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: -webkit-box;
  display: flex;
  position: fixed;
  z-index: 65;
  top: 0;
  right: 0px;
  width: 250px;
  height: 100%;
  background-color: #283288;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  margin: 0;
  border-left: 6px solid #120646;
}
 .nav-items {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}
.menu_y .nav-item:not(:last-child) {
  border-bottom: solid 1px #1d2468;
}
.menu_y .nav-link_dos {
  display: block;
  padding: 1.0em 1em;
  background-color: #283288;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration: none;
}

.menu_y a.nav-link_dos:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #f7f00a;
}

.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #daf9f4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #20b49c;
}
.nav-expand-content .nav-link_dos {
  background-color: #daf9f4;
}
.nav-expand-content .nav-back-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #20b49c !important;
  color: #fff;
}
.nav-expand-content .nav-back-link::before {
  content: "/f053";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
}
.nav-expand-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.nav-expand-link::after {
  font-family: "Font Awesome 5 Free";
  content: "/f054";
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  
}
.nav-expand.active > .nav-expand-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
.nav-expand .nav-expand-content {
  background-color: #daf9f4;
}
.nav-expand .nav-expand-content .nav-link_dos {
  background-color: #daf9f4;
}
.nav-expand .nav-expand-content .nav-expand-content {
  background-color: #aff1e6;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-link_dos {
  background-color: #aff1e6;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #84e9d9;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link_dos {
  background-color: #84e9d9;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #59e1cb;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link_dos {
  background-color: #59e1cb;
}

/*MENU*/


#Full_Yourland .section{
    text-align:center;
    overflow:hidden;
}
#Full_Yourland .wrap{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#Full_Yourland h2 {
    font-size: 200px;
    font-family: arial;
    color: #ffffff;
    position: absolute;
    margin-left:  450px;
    text-align: center;
}



/*BIENVENIDA*/

#Full_Yourland {
    font-family: 'Open Sans', sans-serif;
} 

#Full_Yourland p {
    font-size: 1.0em;
    font-family: 'Open Sans', sans-serif;
}


#Full_Yourland #bienvenida {
    position: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    height: 100%;
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_bienvenida.jpg);
    display: flex;
    flex-wrap: wrap;
}


#Full_Yourland #bienvenida img {
    width: 100%;
}


#Full_Yourland #bienvenida .logos_yourland {
  width: 50%;
  padding: 3%;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/img-fechas.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: contain;
  padding-bottom: 12%;
}

#Full_Yourland #bienvenida .boton_bienvenida {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  flex-wrap: wrap;
}

#Full_Yourland #bienvenida .logo-inicial {
  max-width: 560px;
}

#Full_Yourland #bienvenida .img-fechas {
    padding-top: 45%;
}

#Full_Yourland #bienvenida .textos_bienvenida {
  width: 50%;
  padding: 20px;
  text-align: left;
  padding-bottom: 0;
  padding-top: 5px;
}

#Full_Yourland #bienvenida a.text-btn::after {
    content: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/icon_planet.png);
    width: 54px;
    height: 47px;
    left: 10px;
    top: 10px;
}

#Full_Yourland #bienvenida a.text-btn {
  font-size: 1.2em;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 25px 30px 12px 40px;
  position: relative;
  background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/boton_bienvenida.png);
  background-repeat: no-repeat;
  align-items: center;
  max-width: 400px;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  right: 0px;
}

#Full_Yourland #bienvenida .content_section {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 2% 8% 0px;
}

#Full_Yourland #bienvenida .bienvenida_footer {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px 8% 3%;
  align-items: baseline;
}

#Full_Yourland #bienvenida .bienvenida_footer h3 {
  max-width: 280px;
  line-height: 20px;
  font-size: 1.0em;
  margin: 0px;
  height: 95px;
}

#Full_Yourland #bienvenida .bienvenida_footer span img {
  max-width: 25px;
}

#Full_Yourland #bienvenida .bienvenida_footer span {
    display: inline-block;
}


#Full_Yourland #university_land {
  position: static;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  height: 100%;
  background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_bienvenida.jpg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#Full_Yourland #university_land .content_section {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 3% 8% 10%;
}

#Full_Yourland #university_land .logos_yourland {
  width: 50%;
  padding: 0% 2%;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#Full_Yourland #university_land .content_section_wrap {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0% 8% 3%;
  justify-content: center;
}

#Full_Yourland .efecto_cajas.grid {
  max-width: 90%;
  padding-top: 2%;
  width: 100%;
}
.content_section_wrap h3 {
  max-width: 600px;
}

#Full_Yourland #university_land .logos_yourland {
  width: 50%;
  padding: 2%;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/footerfoto_YourLand.png);
  padding-top: 33%;
  background-size: 89%;
  background-repeat: no-repeat;
  background-position-x: right;
}
#Full_Yourland #university_land .textos_bienvenida h5 {
  font-size: 1.4em;
  font-weight: 700;
  color: #ff154d;
}

#Full_Yourland #university_land .logo-inicial {
  /* position: absolute; */
  padding-left: 12%;
}

#Full_Yourland #university_land .contacto {
  padding-top: 15px;
  color: #fff;
}


#Full_Yourland #university_land .contacto a.mail {
  line-height: 30px;
  text-decoration: underline;
}

#Full_Yourland #university_land .contacto a {
  color: #ffff;
  text-decoration: none;
  font-size: 1.0em;
}

#Full_Yourland #university_land .contacto a:hover {
  color: #ff154d;
}

#Full_Yourland #university_land img {
  width: 100%;
}

#Full_Yourland #university_land .img-fechas {
  bottom: -16%;
}

#Full_Yourland #university_land .textos_bienvenida {
  width: 50%;
  padding: 20px;
  text-align: left;
  padding-top: 6%;
}


#Full_Yourland .carousel-item {
  /* display: flex; */
  align-items: center;
  padding: 3% 8%;
}

/*secciones planetas*/




#Full_Yourland .content_planeta {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

#Full_Yourland .content_planeta .section_plan{
    color: #fff;
    display: flex;
    align-items: center;
    padding: 3% 8%;
}

#Full_Yourland .content_planeta .img_planeta {
    width: 50%;
    padding: 20px;
    position: relative;
    justify-content: center;
}

#Full_Yourland .content_planeta .img_planeta img {
    width: 100%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
    animation: animaImagenSliderHome 5994ms -5s infinite alternate;
}

#Full_Yourland .content_planeta .textos_planeta {
  width: 50%;
  padding: 20px;
  text-align: left;
  padding-bottom: 15%;
}

#Full_Yourland .content_planeta .textos_planeta h4 {
    font-size: 1.5em;
    font-weight: 700;
    margin: 10px 0px;
}

#Full_Yourland .content_planeta .textos_planeta h3{
    margin: 0px;
}

#Full_Yourland .content_planeta .textos_planeta h3 img {
    width: 100%;
}


#Full_Yourland .content_planeta.health{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_health.jpg);
}

#Full_Yourland .content_planeta.health .textos_planeta h4{
   color: #00e1ff;
}


#Full_Yourland .content_planeta.glocal{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_glocal.jpg);
}

#Full_Yourland .content_planeta.glocal .textos_planeta h4{
   color: #b720a1;
}

#Full_Yourland .content_planeta.human{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_human.jpg);
}

#Full_Yourland .content_planeta.human .textos_planeta h4{
   color: #f7d50d;
}


#Full_Yourland .content_planeta.law{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_law.jpg);
}

#Full_Yourland .content_planeta.law .textos_planeta h4{
   color: #0fe4ea;
}


#Full_Yourland .content_planeta.business{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_business.jpg);
}

#Full_Yourland .content_planeta.business .textos_planeta h4{
   color: #ff2c46;
}

#Full_Yourland .content_planeta.tech{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_tech.jpg);
}

#Full_Yourland .content_planeta.tech .textos_planeta h4{
    color: #06b9ea;
 }


#Full_Yourland .content_planeta.planet{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_planet.jpg);
}

#Full_Yourland .content_planeta.planet .textos_planeta h4{
    color: #6aba4d;
 }


#Full_Yourland .content_planeta.choice{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_choice.jpg);
}

#Full_Yourland .content_planeta.choice .textos_planeta h4{
    color: #f4802a;
 }


 #Full_Yourland .content_planeta.creative{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/Bg_creative.jpg);
}

#Full_Yourland .content_planeta.creative .textos_planeta h4{
    color: #fca4c8;
 }


/*ANIMACION BIENVENIDA*/

#Full_Yourland #imagen-slide {
    display: none;
  }

  #Full_Yourland .item,
  #Full_Yourland .active {
      height: 100%;
  }
  #Full_Yourland .carousel-inner {
    /*background: #000;*/
    height: 1266px;
}
#Full_Yourland .btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
  }
  #Full_Yourland .btn-transparent:hover {
    background-color: #fff;
  }
  #Full_Yourland .btn-rounded {
    border-radius: 70px;
  }
  #Full_Yourland .btn-large {
    padding: 11px 45px;
    font-size: 18px;
  }
  #Full_Yourland .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  #Full_Yourland #sliderPrincipalHome .contenedorImagenSlide {
      position: relative;
      overflow: hidden;
      min-height: 600px;
      max-height: 600px;
      background: rgba(0, 0, 0, 1);
      background-size: cover;
      text-align: center;
      color: #fff;
  }
  #Full_Yourland .pulso {
    animation: pulsate 1.4s linear infinite; 
  }
  
  #Full_Yourland .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  #Full_Yourland .pulse {
      animation-name: pulse;
      -webkit-animation-name: pulse;
      animation-duration: 4s;
      -webkit-animation-duration: 4s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
  }
  @keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;   
    }
    50% {
        transform: scale(1);
        opacity: 1; 
    }
    100% {
        transform: scale(0.9);
        opacity: 0.7;   
    }
  }
  
  @-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;   
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1; 
    } 
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;   
    }   
  }
  #Full_Yourland #myCarousel.carousel {
    padding: 0;
    width: 100%;
}
#Full_Yourland .logos {
      position: absolute;
      right: 15%;
      top: 20px;
      left: 15%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }
  #Full_Yourland .animacionBg {
      -webkit-animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
      animation: animaImagenSliderHome 19994ms -6s infinite alternate;
  }
  @-webkit-keyframes animaImagenSliderHome {
    0% {
      -webkit-transform: scale(1.1);
      -webkit-transition: -webkit-transform 20000ms linear 0s
    }
    100% {
      -webkit-transform: scale(1.2);
      -webkit-transition: -webkit-transform 20000ms linear 0s
    }
  }
  @-moz-keyframes animaImagenSliderHome {
    0% {
      -moz-transform: scale(1.1);
      -moz-transition: -moz-transform 20000ms linear 0s
    }
    100% {
      -moz-transform: scale(1.2);
      -moz-transition: -moz-transform 20000ms linear 0s
    }
  }
  @-ms-keyframes animaImagenSliderHome {
    0% {
      -ms-transform: scale(1.1);
      -ms-transition: -ms-transform 20000ms linear 0s
    }
    100% {
      -ms-transform: scale(1.2);
      -ms-transition: -ms-transform 20000ms linear 0s
    }
  }
  @-o-keyframes animaImagenSliderHome {
    0% {
      -o-transform: scale(1.1);
      -o-transition: -o-transform 20000ms linear 0s
    }
    100% {
      -o-transform: scale(1.2);
      -o-transition: -o-transform 20000ms linear 0s
    }
  }
  @keyframes animaImagenSliderHome {
    0% {
      transform: scale(1.1);
      transition: transform 20000ms linear 0s
    }
    100% {
      transform: scale(1.2);
      transition: transform 20000ms linear 0s
    }
  }
  #Full_Yourland .txtLogo {
    animation-delay: 1s;
  }

  /*ANIMACION BIENVENIDA*/



  /*ajustes landing*/

  #fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 8px;
    width: 8px;
    background: #114782;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 16px;
  width: 16px;
  background: #b9afe8;
}

#Full_Yourland #boton_form a.btn_formulario {
  background: rgba(88,11,107,1);
  background: -moz-linear-gradient(left, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88,11,107,1)), color-stop(100%, rgba(255,22,78,1)));
  background: -webkit-linear-gradient(left, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  background: -o-linear-gradient(left, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  background: -ms-linear-gradient(left, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  background: linear-gradient(to right, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580b6b', endColorstr='#ff164e', GradientType=1 );
  width: 58px;
  padding: 15px 7px;
  border-radius: 30px;
  border-bottom: 5px solid #8c82b7;
  border-right: 1px solid #8c82b7;
  transition: all linear .1s;
  }

#Full_Yourland #boton_form a.btn_formulario:hover {
  background: rgb(255 21 77);
  background-color: #4b4bdb;
  cursor: pointer;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}


/* Common style */
#Full_Yourland .efecto_cajas.grid figure {
  position: relative;
  overflow: hidden;
  height: auto;
  background: #0d0b52;
  text-align: center;
  cursor: pointer;
}

#Full_Yourland .efecto_cajas.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1.0;
  filter: blur(2px);
  margin: 0 auto;
}

.efecto_cajas.grid figure figcaption {
  padding: 2.5em 1.0em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#Full_Yourland .efecto_cajas.grid figure figcaption::before,
#Full_Yourland .efecto_cajas.grid figure figcaption::after {
pointer-events: none;
}

#Full_Yourland .efecto_cajas.grid figure figcaption,
#Full_Yourland .efecto_cajas.grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#Full_Yourland .efecto_cajas.grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}

#Full_Yourland .efecto_cajas.grid figure h2 {
  font-weight: 200;
  color: #fefefe;
  font-family: "Roboto Mono", monospace;
  font-size: 0.9em;
  letter-spacing: -1px;
  line-height: 23px;
  width: 95%;
  top: 43%;
}

#Full_Yourland .efecto_cajas.grid figure h2 img {
  max-width: 110px;
  width: 100%;
}

#Full_Yourland .efecto_cajas.grid figure h2 span {
  font-weight: 700;
}

#Full_Yourland .efecto_cajas.grid figure h2,
#Full_Yourland .efecto_cajas.grid figure p {
margin: 0;
}


#Full_Yourland .efecto_cajas.grid {
  max-width: 80%;
  padding-top: 2%;
  width: 100%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/


#Full_Yourland .efecto_cajas.grid {
  max-width: 100%;
  padding-top: 2%;
  width: 100%;
}

#Full_Yourland figure.effect-apollo {
background: #3498db;
}

#Full_Yourland figure.effect-apollo img {
opacity: 0.95;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

#Full_Yourland figure.effect-apollo figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
content: '';
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

#Full_Yourland figure.effect-apollo p {
  position: absolute;
  right: 20px;
  bottom: 7%;
  margin: 3em;
  padding: 0 1em;
  /* max-width: 150px; */
  border-right: 4px solid #faaf3a;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

#Full_Yourland figure.effect-apollo h2 {
  text-align: center;
  font-size: 0.8em;
}

#Full_Yourland figure.effect-apollo:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}

#Full_Yourland figure.effect-apollo:hover figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

#Full_Yourland figure.effect-apollo:hover p {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}

#Full_Yourland .modal-dialog.modal-lg {
  width: 100%;
  max-width: 90%;
  top: 15%;
  bottom: 0;
}

#Full_Yourland .modal {
  position: fixed;
  z-index: 12345;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);

  -webkit-transition:
    -webkit-transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946),
    opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);

  transition:
    transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946),
    opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  
}

#Full_Yourland .modal.show {
  -webkit-transform: scale(1);
  transform: scale(1);

  -webkit-transition:
    -webkit-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946),
    opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);

  transition:
    transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946),
    opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

#Full_Yourland h4.modal-title img {
  width: 100%;
  max-width: 280px;
}

#Full_Yourland div#myModal013 h4.modal-title img {
  width: 100%;
  max-width: 350px;
}

#Full_Yourland button.close {
  color: #ff164e;
  opacity: 1.0;
  font-size: 2.0em;
}

#Full_Yourland #university_land .content_section_wrap h5 img {
  max-width: 900px;
  }

  #Full_Yourland #myModal013 h4.modal-title {
    margin: 0 auto;
    width: 100%;
}

#Full_Yourland button.btn.btn-danger {
  background: rgba(88,11,107,1);
  background: -moz-linear-gradient(left, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88,11,107,1)), color-stop(100%, rgba(255,22,78,1)));
  background: -webkit-linear-gradient(left, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  background: -o-linear-gradient(left, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  background: -ms-linear-gradient(left, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  background: linear-gradient(to right, rgba(88,11,107,1) 0%, rgba(255,22,78,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580b6b', endColorstr='#ff164e', GradientType=1 );
  font-size: 1.0em;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all linear .1s;
}

#Full_Yourland .carousel-indicators {
  top: 20%;
  position: absolute;
  height: 23px;
}

#Full_Yourland .carousel-indicators li {
  height: 14px;
  border-radius: 50%;
  width: 14px;
}
#Full_Yourland .carousel-indicators li.active {
  height: 14px;
  border-radius: 50%;
  width: 14px;
}

#Full_Yourland .carousel-control-next i {
  font-size: 2.8em;
}

#Full_Yourland .carousel-control-prev i {
  font-size: 2.8em;
}

#Full_Yourland .content_calendario {
  display: flex;
  padding: 0px 20px;
  margin-top: 10px;
  align-items: center;
}

#Full_Yourland .modal-dialog {
  max-width: 80%;
  top: 15%;
}


#Full_Yourland a.calendario_final {
  background: #ff164e;
  padding: 20px 20px;
  color: #fff;
  background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/YourLand-festival-2020/img/footer_calendario.png);
  background-repeat: no-repeat;
  padding-left: 28%;
  background-size: 20%;
  background-position-x: 9%;
  background-position-y: center;
  border-radius: 9px;
  border-bottom: 5px solid #910333;
  border-right: 3px solid #910333;
  font-weight: 700;
  width: 100%;
  display: block;
  transition: all linear .1s;
  max-width: 400px;
  min-height: 110px;
}


#Full_Yourland a.calendario_final:hover {
  background-color: #4b4bdb;
  border-bottom: 5px solid #4b4bdb;
  border-right: 3px solid #4b4bdb;
  cursor: pointer;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}


#Full_Yourland .boton_calendario img {
  max-width: 200px;
}

#Full_Yourland .boton_calendario {
  width: 40%;
  right: 0;
  text-align: justify;
  display: flex;
  justify-content: flex-end;
}

#Full_Yourland .parrafo_fecha {
  padding: 20px 30px;
  width: 60%;
  padding-right: 10%;
}

#Full_Yourland .parrafo_fecha p {
  text-align: left;
  font-weight: 600;
  font-size: 1.3em;
}

#Full_Yourland .parrafo_fecha p span{
  color: #ff164e;
}

#Full_Yourland  .tabla_modal {
  background: #4c71fc24;
  border-radius: 10px;
}

#Full_Yourland  .tabla_modal td {
  border-bottom: 1px solid #fff;
  padding: 10px 25px;
  font-size: 0.9em;
  font-weight: 500;
}

#Full_Yourland .tabla_modal td.hora {
  background: #4c71fc66;
  padding: 5px 25px;
  color: #2a4dbc;
  font-weight: 600;
  text-align: center;
  min-width: 230px;
}

#Full_Yourland div#myCarousel {
  display: flex;
  align-items: center;
}

#Full_Yourland .carousel-inner {
  display: flex;
  align-items: center;
}

#Full_Yourland .carousel-item.active {
  display: flex;
  align-items: center;
}


#Full_Yourland .max_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


  @media (min-width: 1300px){
    #Full_Yourland p {
        font-size: 1.2vw;
    }

    #Full_Yourland #bienvenida .textos_bienvenida p {
      font-size: 1.2vw;
  }

  #Full_Yourland #bienvenida .textos_bienvenida p strong {
    font-size: 1.2vw;
}

    #Full_Yourland .parrafo_fecha {
      width: 100%;
      padding-right: 30px;
  }

  #Full_Yourland .boton_calendario {
    width: 100%;
    justify-content: center;
}

    #Full_Yourland .content_calendario {
      flex-wrap: wrap;
      display: flex;
  }

    #Full_Yourland .max_flex {
      display: flex;
      flex-wrap: initial;
  }

    #Full_Yourland #university_land .contacto a {
      font-size: 1.2vw;
    }

    #Full_Yourland .content_planeta .textos_planeta h4 {
        font-size: 1.5vw
    }
    #Full_Yourland #university_land .textos_bienvenida h5 {
      font-size: 1.6vw;
  }

  #Full_Yourland .parrafo_fecha p {
    text-align: left;
    font-weight: 600;
    font-size: 1.4vw;
  }

  #Full_Yourland .content_planeta .section_plan {
    padding: 1% 11%;
}

#Full_Yourland #university_land .content_section {
  padding: 1% 11%;
}

#Full_Yourland #university_land .content_section_wrap {
  padding: 1% 11%;
}

#Full_Yourland .efecto_cajas.grid {
  max-width: 100%;
  padding-top: 0%;
}

#Full_Yourland #university_land {
  align-items: center;
}

#Full_Yourland #bienvenida .content_section {
  padding: 3% 11% 0px;
}

  }



  @media (min-width: 1024px){
#Full_Yourland .max_flex {
    display: flex;
    flex-wrap: initial;
}

#Full_Yourland .content_calendario {
  display: flex;
  flex-wrap: wrap;
}

#Full_Yourland .parrafo_fecha {
  width: 100%;
}

#Full_Yourland .boton_calendario {
  width: 100%;
  justify-content: center;
}

}

  @media (max-width: 1024px){
    #Full_Yourland #bienvenida a.text-btn {
      font-size: 1.1em;
      background-size: cover;
      padding: 25px 30px 12px 40px;
  }
  #Full_Yourland p {
    font-size: 0.9em;
}


#Full_Yourland .efecto_cajas.grid {
  max-width: 80%;
  padding-top: 0%;
}

#Full_Yourland .parrafo_fecha {
  padding-right: 5%;
}

#Full_Yourland .boton_calendario {
  padding-left: 5%;
}

#Full_Yourland .content_calendario {
  margin-top: 0px;
}

#Full_Yourland .content_planeta {
  background-position-x: left;
}

#Full_Yourland #university_land {
background-position-x: right;
}

#Full_Yourland #bienvenida {
  background-position-x: 20%;
}

} 

  @media (max-width: 768px){
    #Full_Yourland .content_planeta .textos_planeta {
      order: 1;
  }

  .nav-top {
    top: 0px;
}

  #Full_Yourland #bienvenida a.text-btn {
    /*display: none;*/
        padding: 15px 20px 12px 40px;
}

  #Full_Yourland #bienvenida .bienvenida_footer h3 {
    display: none;
}

#Full_Yourland .textos_bienvenida .solo_cel {
  display: block;
  text-align: center;
  color: #b9afe8;
  padding: 20px;
  padding-bottom: 20%;
}

#Full_Yourland .textos_bienvenida .solo_cel h6 {
  max-width: 193px;
  margin: 0 auto;
}

    #Full_Yourland .content_planeta .img_planeta {
      order: 2;
  }
   
    #Full_Yourland .boton_calendario {
      justify-content: center;
    }

    #Full_Yourland #bienvenida .content_section {
      display: flex;
      flex-wrap: wrap;
      padding: 3% 8% 0px;
      align-items: baseline;
      }

    #Full_Yourland .modal-dialog {
      max-width: 100%;
      top: 13%;
  }

    #Full_Yourland .tabla_modal td {
      font-size: 0.8em;
  }

  #Full_Yourland a.calendario_final {
    width: 70%;
    }

    #Full_Yourland #bienvenida .logos_yourland {
      width: 100%;
      padding: 0px 20px 10px;
      max-width: 260px;
      margin: 0 auto;
      padding-bottom: 13%;
  }

    #Full_Yourland #bienvenida .bienvenida_footer h3 {
        max-width: 280px;
    }
    #Full_Yourland #bienvenida .bienvenida_footer span img {
        max-width: 30px;
    }

    #Full_Yourland #bienvenida a.text-btn {
      max-width: 367px;
      font-size: 1.1em;
  }
    #Full_Yourland #bienvenida .boton_bienvenida {
        margin-top: 20px;
    }

    #Full_Yourland #bienvenida .boton_bienvenida {
        justify-content: center;
    }
    #Full_Yourland #bienvenida .textos_bienvenida h3 {
        margin: 0;
    }

    #Full_Yourland #bienvenida .textos_bienvenida {
        width: 100%;
        padding: 0px 20px 20px;
    }

    #Full_Yourland .content_planeta .section_plan {
        display: flex;
        flex-wrap: wrap;
    }

    #Full_Yourland .content_planeta .textos_planeta {
        width: 100%;
    }
    #Full_Yourland .content_planeta .img_planeta {
        width: 100%;
        padding: 0px 20px;
    }

    #Full_Yourland .content_planeta .img_planeta img {
      width: 100%;
      max-width: 320px;
  }

    #Full_Yourland .efecto_cajas.grid figure h2 img {
      max-width: 80px;
      width: 100%;
    }

    #Full_Yourland #university_land .content_section {
      display: flex;
      flex-wrap: wrap;
  }

  #Full_Yourland #university_land .logos_yourland {
    width: 100%;
    background-size: 47%;
    background-position-x: center;
}

#Full_Yourland #university_land .textos_bienvenida {
  width: 100%;
}

#Full_Yourland #university_land .logos_yourland img {
  max-width: 300px;
  width: 100%;
}

#Full_Yourland #university_land .content_section {
  padding: 5% 8%;
}

#Full_Yourland #university_land .textos_bienvenida h3 img {
  max-width: 360px;
}

#Full_Yourland .content_calendario {
  flex-wrap: wrap;
}

#Full_Yourland .boton_calendario {
  width: 100%;
  text-align: -webkit-center;
  padding-left: 0;
}
#Full_Yourland .parrafo_fecha {
  width: 100%;
}
#Full_Yourland #university_land .content_section_wrap h5 {
  padding-top: 0px;
}
#Full_Yourland .content_planeta .textos_planeta h4 {
  font-size: 1.3em;
}

#Full_Yourland .content_planeta .textos_planeta {
  padding: 0px;
}

#Full_Yourland .content_planeta .section_plan {
  padding: 10px 7%;
}

#Full_Yourland .content_planeta .section_plan {
  align-items: baseline;
}

#fp-nav ul, .fp-slidesNav ul {
  display: none;
}

  }


  @media (max-width: 600px){

    .btn_registro, a.btn_formulario {
      opacity: 1;
    } 

  #Full_Yourland #bienvenida a.text-btn {
    display: none;
}

    #Full_Yourland .tabla_modal td.hora {
      min-width: 128px;
  }

    #Full_Yourland .modal-body .form-group label {
      width: 100%;
  }

  #Full_Yourland .modal-body .EditingFormControlNestedControl.editing-form-control-nested-control {
        width: 100%;
    }

    #Full_Yourland p {
      font-size: 0.9em;
  }

  #Full_Yourland .carousel-control-next i {
    font-size: 2.0em;
}

#Full_Yourland .carousel-control-prev i {
  font-size: 2.0em;
}

#Full_Yourland .content_planeta .textos_planeta h3 img {
  max-width: 320px;
}

#boton_form {
  bottom: 20px;
}

#Full_Yourland #bienvenida .bienvenida_footer {
  display: none;
}

#Full_Yourland .content_planeta .textos_planeta h3 {
    margin: 0px;
    padding-top: 10px;
}

#Full_Yourland .efecto_cajas.grid {
  max-width: 100%;
  padding-top: 0%;
}

#Full_Yourland .parrafo_fecha {
  padding-right: 0%;
  padding: 20px 0px;
}

#Full_Yourland .tabla_modal td {
  padding: 10px 10px;
}

#Full_Yourland .tabla_modal td.hora {
  padding: 5px 10px;

  }

  #Full_Yourland .content_planeta .img_planeta img {
    width: 100%;
    max-width: 226px;
}

#Full_Yourland #university_land .logos_yourland img {
  max-width: 200px;
  width: 100%;
}

#Full_Yourland #university_land .textos_bienvenida h3 img {
  max-width: 270px;
}
#Full_Yourland #university_land .contacto {
  padding-top: 0px;
  color: #fff;
}

#Full_Yourland .efecto_cajas.grid .video iframe {
  height: 230px;
}

#Full_Yourland .parrafo_fecha p {
  font-size: 1.0em;
}

/*#Full_Yourland #bienvenida a.text-btn {
  display: none;
}*/

}


@media (max-width: 480px){
 

#Full_Yourland a.calendario_final {
  width: 60%;
  min-height: 75px;
  }

  #Full_Yourland a.text-btndos {
    font-size: 1.0em;
    padding: 3px 15px;
}

#Full_Yourland .parrafo_fecha p {
  font-size: 0.9em;
}

#Full_Yourland .content_calendario {
  flex-wrap: wrap;
  padding: 0px 10px;
}

}

  @media (max-width: 400px){
   

  #Full_Yourland .efecto_cajas.grid figure h2 {
    width: 86%;
    top: 17%;
}



  #Full_Yourland #university_land .textos_bienvenida {
    width: 100%;
    padding: 0px;
}

  #Full_Yourland #university_land .logo-inicial {
    /* position: absolute; */
    padding-left: 0%;
}

#Full_Yourland #university_land .logos_yourland img {
  max-width: 120px;
  width: 100%;
}

  #Full_Yourland #bienvenida .content_section {
    align-items: baseline;
}
#Full_Yourland #university_land .textos_bienvenida h3 img {
  max-width: 200px;
  margin-top: 15px;
}

#Full_Yourland #university_land .textos_bienvenida p {
  font-size: 0.8em;
  line-height: 14px;
}

  #Full_Yourland #boton_form a.btn_formulario {
    width: 45px;
}

  #Full_Yourland p {
    font-size: 0.8em;
    line-height: 16px;
}

#Full_Yourland #university_land .textos_bienvenida h5 {
  font-size: 1.0em;
  margin: 0;
}

#Full_Yourland #university_land .contacto a {
  font-size: 0.8em;
}

#Full_Yourland #university_land .contacto {
  padding-top: 3px;
}

#Full_Yourland .content_planeta .textos_planeta h3 img {
  max-width: 250px;
}

#Full_Yourland #bienvenida .logos_yourland img {
  max-width: 200px;
}

#Full_Yourland .content_planeta .textos_planeta h4 {
  font-size: 1.2em;
  margin: 0px;
}

#Full_Yourland .content_planeta .section_plan {
  padding: 0px 7%;
}

#Full_Yourland .content_planeta .textos_planeta h4 {
  font-size: 1.1em;
  margin: 0px;
}

#Full_Yourland .content_planeta {
  display: block;
}

#Full_Yourland .content_planeta .img_planeta img {
  width: 100%;
  max-width: 192px;
}

#Full_Yourland #bienvenida .logos_yourland {
  padding-top: 0px;
  padding-bottom: 23%;
}

#Full_Yourland #bienvenida .textos_bienvenida {
  width: 100%;
  padding: 0px 10px 20px;
  margin-top: -30px;
}



#Full_Yourland #university_land .content_section {
  margin-top: -61px;
}

#Full_Yourland a.calendario_final {
  padding: 10px 10px;
  color: #fff;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 30px;
  background-position-x: 10px;
  background-position-y: center;
  border-radius: 9px;
  border-bottom: 5px solid #910333;
  border-right: 3px solid #910333;
  font-weight: 700;
  max-width: 310px;
  display: block;
  font-size: 0.9em;
}



  }