﻿@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url('../assets/fonts/AvenirLTStd-Heavy/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),  
       url('../assets/fonts/AvenirLTStd-Heavy/AvenirLTStd-Heavy.otf')  format('opentype'),
       url('../assets/fonts/AvenirLTStd-Heavy/AvenirLTStd-Heavy.woff') format('woff'), 
       url('../assets/fonts/AvenirLTStd-Heavy/AvenirLTStd-Heavy.ttf')  format('truetype'), 
       url('../assets/fonts/AvenirLTStd-Heavy/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../assets/fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),  
       url('../assets/fonts/AvenirLTStd-Black/AvenirLTStd-Black.otf')  format('opentype'),
       url('../assets/fonts/AvenirLTStd-Black/AvenirLTStd-Black.woff') format('woff'), 
       url('../assets/fonts/AvenirLTStd-Black/AvenirLTStd-Black.ttf')  format('truetype'), 
       url('../assets/fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('../assets/fonts/AvenirLTStd-Book/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),  
       url('../assets/fonts/AvenirLTStd-Book/AvenirLTStd-Book.otf')  format('opentype'),
       url('../assets/fonts/AvenirLTStd-Book/AvenirLTStd-Book.woff') format('woff'), 
       url('../assets/fonts/AvenirLTStd-Book/AvenirLTStd-Book.ttf')  format('truetype'), 
       url('../assets/fonts/AvenirLTStd-Book/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* ==========================================================================
   ETIQUETAS
   ========================================================================== */

*{
  margin: 0;
  padding: 0;
}
html{
  font-size: 16px;
}
@media (max-width:991px) {
  html {
    font-size: 15px
  }
}

body {
  font-size: inherit;
  font-family: 'AvenirLTStd-Book';
  color: #4e4e4e;
  font-size: 16px;
}
@media (max-width: 1199px){
  body{
    font-size: 15px;
  }
}
@media (max-width: 991px){
  body{
    font-size: 14px;
  }
}
@media (max-width: 767px){
  body{
    font-size: 13px;
  }
}
@media (max-width: 480px){
  body{
    font-size: 12px;
  }
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: 'AvenirLTStd-Black';
  /*margin-bottom: 1.25rem;*/
}

h1, .h1{
  font-size: 2.875em;
}
h2, .h2{
  font-size: 2.375em;
}
h3, .h3{
  font-size: 1.875em;
}
h4, .h4{
  font-size: 1.5em;
}
h5, .h5{
  font-size: 1.125em;
}
h6, .h6{
  font-size: 0.750em;
}

p{
  margin-bottom: 1em;
}
p:last-child{
  margin-bottom: 0;
}

ul, ol{
  padding-left: 20px;
}
li{
  
}

strong,
.strong{
  font-family: 'AvenirLTStd-Black';
}

a{
  /*color: #28a7de;*/
}
a:hover,
a:visited,
a:focus{
  text-decoration: none;
  /*color: inherit;*/
}

hr{
  border-top: 1px dashed #343434;
}





/* ==========================================================================
   CLASES
   ========================================================================== */

.margin_seccion{
  margin-top: 3.5%;
  margin-bottom: 3.5%;
}
.padding_seccion{
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}



.margin-0{
  margin: 0;
}



.titulo_seccion{
  font-family: 'AvenirLTStd-Black';
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}



.color_blanco{
  color: #fff !important;
}



.d_block{
  display: block !important;
}

.border_2px{
  border-width: 2px !important;
}



/*.display_1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display_2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display_3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display_4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}*/



/*boton*/
.boton{
  padding: 0.5rem 1rem;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  
  background-color: transparent;
  border: 1px solid #00b2ef;
  color: #00b2ef;
}
.boton:hover,
.boton:focus {
  text-decoration: none;
  
  background-color: #00b2ef;
  border: 1px solid #00b2ef;
  color: #fff;
}

.boton_x2{
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
}
.boton_x3{
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
}
@media (max-width: 480px){
  .boton_x2{
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
  }
  .boton_x3{
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
  }
}





@media (max-width: 480px){
  .col-xxs-12{
    width: 100%;
  }
  .col-xxs-10{
    width: 83.33333333%;
  }
  .col-xxs-6{
    width: 50%;
  }
  .col-xxs-4{
    width: 33.33333333%;
  }

  .hidden-xxs {
    display: none !important;
  }
}





/*--------------------------------------------------------------*/
/*seccion_formulario_2*/
.text_cierre,
.text_vacantes{
  font-size: 1.5rem;
}
.text_fecha{
  font-size: 5em;
  letter-spacing: -5px;
  line-height: 1em;
}
.text_vacantes{
  color: #ef6a6e;
}

@media (max-width: 1199px){
  .text_fecha {
    font-size: 4.15em;
  }
}
@media (max-width: 767px){
  .text_cierre,
  .text_fecha,
  .text_vacantes{
    text-align: center;
  }
  .text_vacantes{
    margin-bottom: 1em;
  }
}



/*--------------------------------------------------------------*/
.formulario_2{
  padding-left: 3rem;
}
.formulario_2 .row{
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.formulario_2 .row > div{
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.formulario_2 .form-control{
  background-color: #e6e6e6;
  border-radius:0;
  /*border: 1px solid transparent;*/
  box-shadow: inset 0 1px 1px rgba(0,0,0,0);
  font-size: 1rem;
  margin-bottom: 1rem;
  height: 2.75rem;
}
@media (max-width: 991px){
  .formulario_2{
    padding-left: 0;
  }
}

/*.form-control{
  background-color: transparent;
  border: 1px solid #00b2ef;
  border-radius: 0;
}*/



/*--------------------------------------------------------------*/
.caja_nota{
  background: #00bdf2;
  padding: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
.caja_nota:last-child{
  margin-bottom: 0;
}
.caja_nota a{
  color: inherit;
  text-decoration: underline;
}
.caja_nota p:last-child{
  margin-bottom: 0;
}



/*--------------------------------------------------------------*/
/*seccion_tabs*/
.seccion_tabs{
  background: #00bdf2;
  color: #FFF;
  text-align: center;
}

.div_tabs {
  margin-top: 10px;
}
.div_tabs .nav-tabs {
  border-bottom: none; 
}
.div_tabs .nav-tabs > li {
  margin-bottom: 0;
}
.div_tabs .nav-tabs > li > a {
  margin-right: -1px;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  min-height: 4.45rem; 
}
.div_tabs .nav-tabs > li > a:hover,
.div_tabs .nav-tabs > li > a:focus {
  background-color: transparent;
}
.div_tabs .nav-tabs > li.active:after, 
.div_tabs .nav-tabs > li:hover:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -1.125rem;
  border-top: 1rem solid #fff;
  border-left: 1.125rem solid transparent;
  border-right: 1.125rem solid transparent;
}
.div_tabs .nav-tabs > li.active > a, 
.div_tabs .nav-tabs > li.active > a:hover, 
.div_tabs .nav-tabs > li.active > a:focus {
  color: #00bdf2;
  background-color: #fff;
  border: 1px solid #fff;
  border-top-color: transparent;
}
.div_tabs .tab-content{
  padding: 3rem 1rem 2rem;
}

@media (max-width: 767px){
  .div_tabs .panel{
    background-color: transparent;
    border-color: #fff;
  }
  .div_tabs .panel .panel-heading{
    padding: 0;
    background-color: transparent;
  }
  .div_tabs .panel .panel-body{
    border-color: #fff;
  }
  .div_tabs .panel .panel-heading .panel-title a{
    background-color: #fff;
    padding: 0.75rem 1rem;
    display: block;
    color: #00bdf2;
  }
  .div_tabs .panel .panel-heading .panel-title a.collapsed{
    background-color: transparent;
    color: #fff;
  }
  .div_tabs .panel .panel-heading .panel-title a:hover,
  .div_tabs .panel .panel-heading .panel-title a:focus{
    text-decoration: none;
  }
}



/*--------------------------------------------------------------*/
.seccion_grado {
  background: #00bdf2;
  color: #FFF; 
}



/*--------------------------------------------------------------*/
.div_ico_texto{
  text-align: center;
  /*max-width: 210px;*/
  max-width:100%;
  margin: 0 auto;
}
.div_ico_texto img{
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .div_ico_texto img {
      height: 155px;
      width: 155px !important;
  }
}
@media (max-width: 767px){
  .div_ico_texto{
    margin-bottom: 2rem;
  }
}



/*--------------------------------------------------------------*/
.row-table {
  display: table;
}
.row-table > div {
  vertical-align: middle;
  float: none;
}

.row-table > .cel-xxs {
  display: table-cell;
}
@media (min-width: 480px) {
  .row-table > .cel-xs {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .row-table > .cel-sm {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .row-table > .cel-md {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .row-table > .cel-lg {
    display: table-cell;
  }
}

.seccion_2_recuadros_en_bloque h2{
  font-size: 3.75rem;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 0.9em;
}
.seccion_2_recuadros_en_bloque .row-table{
  width: 100%;
  margin: 0;
}
.seccion_2_recuadros_en_bloque .row-table > div {
  padding: 60px 45px;
  background-color: #00bdf2;
  color: #fff;
}
section.margin_seccion.seccion_2_recuadros_en_bloque {
    margin: 0 auto;
}
.seccion_2_recuadros_en_bloque .row-table > div img{
  width: 100%;
}
@media (max-width: 991px) {
  .seccion_2_recuadros_en_bloque h2{
    font-size: 3.25em;
  }
  .seccion_2_recuadros_en_bloque .row-table > div{
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .seccion_2_recuadros_en_bloque h2{
    font-size: 2.75em;
  }
  .seccion_2_recuadros_en_bloque .row-table > div{
    padding: 30px 15px;
  }
}

.modal_fancy{
  display: none;
}



/*--------------------------------------------------------------*/
@media (min-width: 768px) {
  .row_columnas > div{
    border-right: 1px dashed #818181;
    /*border-right-color: #000;*/
    display: table-cell;
    float: none;
    flex-grow: 1;
    flex-basis: 0;
  }
  .row_columnas > div:last-child{
    border: none;
  }
}
@media (max-width: 767px) {
  .row_columnas_texto{
    border-bottom: 1px dashed #818181;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .row_columnas > div:last-child .row_columnas_texto{
    border: none;
  }
}

@media (min-width: 768px) {
  .col-sm-justify{
    width: 1%;
    /*text-align: justify;*/
  }
}



/*--------------------------------------------------------------*/
#owl_logos .owl-nav{
  font-size: 0;
  /*display: block !important;*/
}
#owl_logos .owl-nav > div{
  width: 50px;
  min-height: 101%;

  position: absolute;
  z-index: 999; 
  top: 0;

  background-repeat: no-repeat;
  background-color: #fff;
}
#owl_logos .owl-nav .owl-prev{
  background-image: url(../img/web/flecha_gris_izq.png);
  background-position: 0% center;
  left: 0;
}
#owl_logos .owl-nav .owl-next{
  background-image: url(../img/web/flecha_gris_der.png);
  background-position: 100% center;
  right: 0;
}



/*--------------------------------------------------------------*/
.owl_galeria{
  margin: 0 auto;
  max-width: 800px;
  max-height: 450px;
}
.owl_galeria .owl-dots{
    text-align: center;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.owl_galeria .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl_galeria .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl_galeria .owl-dots .owl-dot.active span, 
.owl_galeria .owl-dots .owl-dot:hover span {
    background-color: rgba(0, 0, 0, 0.5);
}

.owl_galeria .owl-nav{
  font-size: 0;
}
.owl_galeria .owl-nav > div{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.2);
  background-size: 100%;
  
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -25px;
}
.owl_galeria .owl-nav > div:hover{
  background-color: rgba(0,0,0,0.5);
}
.owl_galeria .owl-nav .owl-prev{
  background-image: url(../img/web/flecha_owl_ant.png);
  background-position: 0% center;
  left: 2%;
}
.owl_galeria .owl-nav .owl-next{
  background-image: url(../img/web/flecha_owl_sig.png);
  background-position: 100% center;
  right: 2%;
}

@media (max-width: 480px) {
  .owl_galeria .owl-dots{
    display: none;
  }
  .owl_galeria .owl-nav > div{
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}



/*--------------------------------------------------------------*/
.seccion_boton .boton{
  margin: 0 1rem 2rem 1rem;
}



/*--------------------------------------------------------------*/
.accordion_programa .panel{
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.accordion_programa .titulo_accordion{
  font-family: 'AvenirLTStd-Black';
  font-size: 2em;
  color: #fff;
  display: block;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.accordion_programa .titulo_accordion:hover,
.accordion_programa .titulo_accordion:focus{
  text-decoration: none;
}
.accordion_programa .titulo_accordion .pull-right{
  font-size: 1em;
}
#panel_1{
  background-color: #00b4ff;
}
#panel_2{
  background-color: #0071bc;
}
/*#panel_3{
  background-color: #334264;
}*/
.accordion_programa .panel-cuerpo{
  padding: 1em 0 3em;
}



/*--------------------------------------------------------------*/
.table_programa{
  margin-bottom: 0;
}
.table_programa th{
  font-family: 'AvenirLTStd-Black';
  font-size: 1.4em;
  color: #cccccc;
}
.table_programa .th_hora{
  width: 15%;
}
.table_programa .th_sesion{
  width: auto;
}
.table_programa .th_expositor{
  width: 20%;
}
.table_programa td{
  color: #fff;
}
.table_programa a{
  color: #fff;
  text-decoration: underline;
}
.table_programa a:hover{
  color: #cde9fb;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .table_programa thead{
    display: none;
  }
  .table_programa tbody tr{
    border-top: 1px solid #ddd;
    padding: 10px 0;
    display: block;
  }
  .table_programa tbody tr:last-child{
    border-bottom: 1px solid #ddd;
  }
  .table_programa tbody tr td{
    padding: 0 8px;
    border-top: 0;
    display: block;
  }
}



/*--------------------------------------------------------------*/
.contenedor_owl_expositores{
  margin: 0 30px;
}

#owl_expositores .owl-stage{
  margin-bottom: 1px;
}

#owl_expositores .row{
  margin-right: -5px;
  margin-left: -5px;
}

#owl_expositores .owl-nav{
  font-size: 0;
}
#owl_expositores .owl-nav > div{
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -30px;
}
#owl_expositores .owl-nav .owl-prev{
  content: url(../img/web/flecha-ant.svg);
  left: -30px;
}
#owl_expositores .owl-nav .owl-next{
  content: url(../img/web/flecha-sig.svg);
  right: -30px;
}

#owl_expositores h3,
.modal h3 {
  font-size: 24px;
  color: #00b2ef;
  margin-top: 5px;
  margin-bottom: 10px;
}

#owl_expositores p{
 color:#4e4e4e; 
}

.modalExpo p{
  color: #4e4e4e !important;
}

@media (max-width: 480px){
  #owl_expositores{
    text-align: center;
  }
  #owl_expositores img{
    width: auto;
    margin: 0 auto;
  }
}


  #footer-web{
    margin-bottom: 0;
  }
}

footer{
  background: #DEE4E7;
  font-family: 'AvenirLTStd-Book';
  font-size: 0.8em;
  line-height: 1.5em;

  /*margin-top: 5%;*/
}

footer {
  background: #000;
  color: #fff;
  padding: 50px 0px;
}
footer .container{
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}
footer p{
  font-family: 'AvenirLTStd-Black';
  margin-bottom: 1.3em;
}
footer p {
  color: #00abe2;
}
footer ul{
  padding: 0;
  list-style: none;
}
footer address{
  font-size: 11px;
  color: #4e4e4e;
  margin-bottom: 0;
}
footer a, footer address {
  color: #fff;
  font-size: 0.65rem;
}

footer img{
    /*margin-bottom: 20px;*/
    height: auto;
}

@media (max-width: 767px) {
  footer{
    text-align: center !important;
  }
  footer img{
    display: inline-block;
    /*width: 200px;*/
  }
}








/*--------------------------------------------------------------*/
/* LANDING 2017/09/27 */
#disclaimer{
  background-color: #eee;
  color: #888;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 2em;
}
#disclaimer p{
  line-height: 1em;
}
#disclaimer small{
  font-size: 70%;
}
#disclaimer a{
  color: #888;
}

.elemento {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;

  background-color: blue;
  color: #fff;
  padding: 0 5px;
  margin: 0 auto;
  width: fit-content;
}



h2.landingBigForm{
  line-height: 35px;
  color: #fff;
  background: #009fe3;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 1.2em; /*14px*/
}



.container.landingBigForm{
  background-color: #eee;
  max-width: 750px;
}
.scrollable-menu.landingBigForm {
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
}

.radio label.landingBigForm {
  margin-right: 10px;
}

input[type=radio].landingBigForm {
  top: -3px;
}
.form-control.landingBigForm{
  font-size: 1em;
}



.btn.landingBigForm{
  border-radius: 0;
}
.btn-primary.landingBigForm {
  color: #fff;
  background-color: #009FE3;
  border-color: transparent;
}













/*PAGINA RESPUESTA*/
.respuesta_contenedor{
  display: table;
  margin: 0 auto;
  text-align: center;
}
.respuesta_pos_rel{
  position: relative;
}
.respuesta_pos_rel img{
  max-width: 100%;
}
.respuesta_pos_abs{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.respuesta_mensaje{
  margin-bottom: 2em;
  color: #fff;
  font-size: 1.3em;
}
.respuesta_btn_respuesta{
  font-family: "AvenirLTStd-Black";
  border: 2px solid #04b3f2;
  color: #04b3f2;
  padding: 1em 1.2em;
  font-size: 1.5em;
  display: inline-block;
  margin-top: 2em;
  text-decoration: none;
}
.respuesta_btn_respuesta:hover{
  background-color: #04b3f2;
  color: #fff;
}
@media (min-width: 768px){
  .respuesta_img_mobile{
    display: none;
  }
}
@media (max-width: 767px){
  .respuesta_contenedor{
    font-size: 14px;
  }
  .respuesta_img_web{
    display: none;
  }
}
@media (max-width: 480px){
  .respuesta_mensaje span,
  .respuesta_btn_respuesta span{
    display: block;
  }
}








/*
.landing img{
  width: 100%;
}*/

.landing header img{
  width: 100%;
}


/*modificado eli*/
.landing .div_ico_texto img{
  /*width: 210px !important;*/
   
}


.landing-id-15882 .div_ico_texto img {
    width: 200px;
}


/* 05/06/2018 */
.row-evento table { width:100%; }
.row-evento th, .row-evento td { vertical-align:top; padding:0 10px; border-bottom:1px solid #ccc; }  
.row-evento th { /*font-family:'AvenirLTStd-Black';*/ color:#40c7f4; padding-top:10px; width: 200px;}

.landing-id-7826 .row-evento td { line-height: 1.5rem;}

.landing-id-7826 .row-evento th {  width: 100px;}

@media (max-width: 767px){
  .landing-id-7826 .row-evento th { width: 100%;}
}
  
@media (max-width: 991px){
   .row-evento th,.row-evento td { 
   	  display: block;
   	  width: 100%;
   }
   
   .row-evento td {
    margin-bottom: 1rem;
  }
}



/* 24/06/2019 JYK */
/* -------------------------------------------------- */
/* BACKGROUND VIDEO + CONTENIDO SOBRE + ALINEACION */
/* -------------------------------------------------- */
#bg-video{
  background-color: #000;

  position: relative;
  overflow: hidden;
  height: 400px;
  height: 100vh;
}
#bg-video *{
  color: #fff;
}


.landing-id-15882 #bg-video{
  height: 90vh;
}

.bg-video__velo{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  content: "";
  background-image: url(../img/gridtile_3x3.png);
  height: 100%;
  width: 100%;
  opacity: 0.5;
}


.bg-video__bg{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;

  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.landing-id-15882 .bg-video__bg {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    z-index: 0;
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: 100% !important;
    height: 100% !important;
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
    /*-moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);*/
    /* transform: translateX(-50%) translateY(-50%); */
    object-fit: cover;
}

#bg-video .container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;

  margin: 0 auto;
  height: 100%;
}

.bg-video__over{
  position: absolute;
  top: auto;
  bottom: auto;
}

.bg-video__over.left{
  left: 0;
  padding-left: 15px;
  text-align: left;
}
.bg-video__over.center{
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
.bg-video__over.right{
  right: 0;
  padding-right: 15px;
  text-align: right;
}
.bg-video__over.left,
.bg-video__over.right{
  width: 75%;
}

.bg-video__over.top{
  top: 7%;
}
.bg-video__over.middle{
  top: 50%;  
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bg-video__over.bottom{
  bottom: 7%;
}

.bg-video__over *:first-child{
  margin-top: 0;
}
.bg-video__over *:last-child{
  margin-bottom: 0;
}

.bg-video__over ul{
  display: inline-block;
  text-align: left;
}


.bg-video__titulo{
  font-size: 4.5em;
  line-height: 1.1;
  display: table;
  margin: 0 auto .1em;
  border-bottom: .125em solid;
}
.bg-video__titulo span{
  font-size: .455em;
  display: block;
  margin-bottom: -2.5em;
}
/*.bg-video__p:after{
  content: "";
  border-top: 2em solid #fff;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  width: 2em;
  height: 2em;
  margin: 1em auto 0;
  display: block;
}*/
.bg-video__btn-triangulo{
  border-top: 2em solid #fff;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  margin: 1em auto 0;
  display: inline-block;
}


/* MEDIA QUERIS */
@media (min-width: 481px){
  .bg-video__over.center{
    width: 75%;
  }
  .bg-video__over.left,
  .bg-video__over.right{
    width: 60%;
  }
}
@media (min-width: 768px){
  .bg-video__over{
    font-size: 125%;
  }
}
@media (min-width: 992px){
  .bg-video__over{
    font-size: 150%;
  }
}




/******prueba*****/

@media (max-width: 767px){



   #bg-video,.landing-id-15882 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      /*height: 400px;*/
      height: 50vh;
  }

  .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .bg-video__over .bg-video__titulo, .bg-video__over .bg-video__p,.bg-video__over p{
    display: none;

  }

}



@media (max-width: 360px){
    .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}





@media (min-width: 768px){

  .bg-video__over.center{
    text-align: left;
  }
  .bg-video__titulo{
    margin-left: 0 !important;
  }

  .bg-video__btn-triangulo{
    display: none !important;
  }

  .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .bg-video__p{
    display: none !important;
  }

  .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }
}  
/* -------------------------------------------------- */
/*****prueba******/
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* BOTON VOLVER A ADMISIÓN */
/* -------------------------------------------------- */
.btn-volver-admision,
.btn-volver-admision:focus,
.btn-volver-admision:hover{
  background-color: #000;
  color: #fff;
  font-size: .9em;
  padding: .25em .75em;

  position: absolute;
  z-index: 99999;
  top: 0;
  left: 1.5rem;
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* BOTON WHATSAPP */
/* -------------------------------------------------- */
/*.ws{
  text-decoration: none !important;
  
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}
.ws__a{
  display: table;
  padding: .75em .75em .4em;
  margin: 0 auto;
  border-radius: 50%;
}
.ws__a,
.ws__a:focus{
  background: #00c2ff ;
  color: #fff;
}
.ws__a:hover{
  background: #00c2ff ;
  color: #fff;
}
.ws__svg {
  width: 3.75em;
  height: 3.75em;
}
.ws__h{
  font-family: 'AvenirLTStd-Black';
  font-size: 1.1em;
  text-align: center;
  color: #00c2ff ;
  margin-top: .25em;
}*/

.ws {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background: #4caf50;
    color: #fff !important;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
}

.ws__h {
    font-family: 'AvenirLTStd-Black';
    font-size: 1.35em;
}

.ws__a {
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    margin-right: 0.5em;
    color: inherit !important;
}

@media (min-width: 768px){
    .ws__a img {
        /* margin-top: -0.5rem; */
        height: 3rem;
    }

    .ws__a, .ws__a:focus {
      /* background: #82c91e; */
      background: #4caf50;
      color: #fff;
    }

    .ws__h {
      font-size: 1.1em;
      text-align: center;
      color: #4caf50;
      margin-top: 0.25em;
    }

    .ws {
      background: transparent;
      width: auto;
      height: auto;
      display: block;
      left: auto;
      right: 15px;
      bottom: 15px;
  }

  .ws__a {
      display: table;
      padding: 0.75em 0.75em 0.4em;
      margin: 0 auto;
      border-radius: 50%;
      padding-bottom: 1rem;
  }
}

/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* LANDING 5401 */
/* -------------------------------------------------- */
/* ESTADOS */
.landing-id-5401 .btn-volver-admision{
  display: none;
}
.landing-id-5401 .ws{
  display: none;
}

.landing-id-5401 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-5401 .seccion_formulario_2 > .container{
  width: 100%;
}
.landing-id-5401 .seccion_formulario_2 > .container > .row > div:first-child{
  display: none;
}
.landing-id-5401 .seccion_formulario_2 form > div[style="margin-bottom: 1rem;"]{
  display: none;
}
/*.landing-id-5401 .seccion_formulario_2 form select option{
  text-transform: lowercase;
}*/

/* MEDIA QUERIS */
@media (min-width: 768px){
  .landing-id-5401 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 7%;
    margin-left: 5%;
    max-width: 600px;
  }
  .landing-id-5401 .seccion_formulario_2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
  }
  .landing-id-5401 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }
}
/* -------------------------------------------------- */



/* -------------------------------------------------- */
/* LANDING 5539 */
/* -------------------------------------------------- */
/*.landing-id-5539 .seccion_formulario_2 > .container > .row > div {
  width: 100% !important;
  
}*/

/*
 .landing-id-5539 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: red;
    border-radius: 5px;
    margin-top: 7%;
    margin-left: 5%;
    max-width: 600px;
  }

.landing-id-5539 .seccion_formulario_2>.container>.row>div {
    width: 50%!important;
    margin-left: 50%;
}
*/



/* ESTADOS */
.landing-id-5539 .btn-volver-admision{
  display: none;
}
.landing-id-5539 .ws{
  display: none;
}

.landing-id-5539 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-5539 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-5539 .seccion_formulario_2{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }

  .landing-id-5539 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-5539 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-5539 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-5539 .bg-video__over .bg-video__titulo, .landing-id-5539 .bg-video__over .bg-video__p,.landing-id-5539 .bg-video__over p{
    display: none;

  }


  /*.landing-id-5539 .seccion_formulario_2 .row>div>div{
    color:#fff!important;
  }*/

  .landing-id-5539 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-5539 .caja_nota{
    margin-top: 22rem;

  }

  .landing-id-5539 .text_cierre, .landing-id-5539 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre, .text_fecha, .text_vacantes {
    display: inherit;
  }


}

@media (max-width: 480px){
  .landing-id-5539 .caja_nota {
      margin-top: 24rem;
  }
}  


@media (max-width: 360px){
  .landing-id-5539 .caja_nota {
      margin-top: 29rem;
  }


  .landing-id-5539 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-5539 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-5539 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-5539 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-5539 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5539 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5539 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-5539 .text_cierre, .landing-id-5539 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-5539 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-5539 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-5539 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-5539 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-5539 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-5539 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-5539 .bg-video__p{
    display: none !important;
  }



  .landing-id-5539 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 
/* -------------------------------------------------- */






/* -------------------------------------------------- */
/* LANDING 5699 */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-5699 .btn-volver-admision{
  display: none;
}
.landing-id-5699 .ws{
  display: none;
}

.landing-id-5699 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-5699 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-5699 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
  }

  .landing-id-5699 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-5699 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-5699 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-5699 .bg-video__over .bg-video__titulo, .landing-id-5699 .bg-video__over .bg-video__p,.landing-id-5699 .bg-video__over p{
    display: none;

  }


  /*.landing-id-5699 .seccion_formulario_2 .row>div>div{
    color:#fff!important;
  }*/

  .landing-id-5699 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-5699 .caja_nota{
    /*margin-top: 22rem;*/
     margin-top: -18%;

  }

  .landing-id-5699 .text_cierre, .landing-id-5699 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre, .text_fecha, .text_vacantes {
    /*display: none;*/
    display: inherit;
  }


}

/*
@media (max-width: 480px){
  .landing-id-5699 .caja_nota {
      margin-top: 27rem;
  }
}  */


@media (max-width: 360px){
  .landing-id-5699 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-5699 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-5699 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-5699 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-5699 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5699 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5699 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-5699 .text_cierre, .landing-id-5699 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-5699 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-5699 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-5699 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-5699 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-5699 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-5699 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-5699 .bg-video__p{
    display: none !important;
  }



  .landing-id-5699 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-5699 .caja_nota {
      margin-top: 10%;
  }   
}
  
@media screen and (max-width: 767px) and (max-height: 700px){ 
  .landing-id-5699 .caja_nota {
      /*margin-top: 29rem !important;*/
      margin-top: -18% !important;
  }
}  

/* -------------------------------------------------- */




/* -------------------------------------------------- */
/* LANDING landing-id-5667 */
/* -------------------------------------------------- */
/* ESTADOS */
.landing-id-5667 .btn-volver-admision{
  display: none;
}
.landing-id-5667 .ws{
  display: none;
}

.landing-id-5667 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-5667 .seccion_formulario_2 > .container{
  width: 100%;
}
.landing-id-5667 .seccion_formulario_2 > .container > .row > div:first-child{
  display: none;
}
.landing-id-5667 .seccion_formulario_2 form > div[style="margin-bottom: 1rem;"]{
  display: none;
}
/*.landing-id-5667 .seccion_formulario_2 form select option{
  text-transform: lowercase;
}*/

/* MEDIA QUERIS */
@media (min-width: 768px){
  .landing-id-5667 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 32%;
    margin-left: 5%;
    max-width: 600px;
  }
  .landing-id-5667 .seccion_formulario_2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
  }
  .landing-id-5667 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }
}
/* -------------------------------------------------- */




/* -------------------------------------------------- */
/* LANDING 5752 */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-5752 .btn-volver-admision{
  display: none;
}
.landing-id-5752 .ws{
  display: none;
}

.landing-id-5752 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-5752 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-5752 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
  }

  .landing-id-5752 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-5752 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-5752 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-5752 .bg-video__over .bg-video__titulo, .landing-id-5752 .bg-video__over .bg-video__p,.landing-id-5752 .bg-video__over p{
    display: none;

  }


  /*.landing-id-5752 .seccion_formulario_2 .row>div>div{
    color:#fff!important;
  }*/

  .landing-id-5752 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-5752 .caja_nota{
    /*margin-top: 22rem;*/
     margin-top: -18%;

  }

  .landing-id-5752 .text_cierre, .landing-id-5752 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre, .text_fecha, .text_vacantes {
    /*display: none;*/
    display: inherit;
  }


}

/*
@media (max-width: 480px){
  .landing-id-5752 .caja_nota {
      margin-top: 27rem;
  }
}  */


@media (max-width: 360px){
  .landing-id-5752 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-5752 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-5752 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-5752 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-5752 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5752 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5752 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-5752 .text_cierre, .landing-id-5752 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-5752 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-5752 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-5752 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-5752 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-5752 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-5752 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-5752 .bg-video__p{
    display: none !important;
  }



  .landing-id-5752 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-5752 .caja_nota {
      margin-top: 10%;
  }   
}
  
@media screen and (max-width: 767px) and (max-height: 700px){ 
  .landing-id-5752 .caja_nota {
      /*margin-top: 29rem !important;*/
      margin-top: -18% !important;
  }
}  

/* -------------------------------------------------- */










/* -------------------------------------------------- */
/* LANDING 5856 */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-5856 .btn-volver-admision{
  display: none;
}
.landing-id-5856 .ws{
  display: none;
}

.landing-id-5856 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-5856 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-5856 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
  }

  .landing-id-5856 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-5856 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-5856 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-5856 .bg-video__over .bg-video__titulo, .landing-id-5856 .bg-video__over .bg-video__p,.landing-id-5856 .bg-video__over p{
    display: none;

  }


  /*.landing-id-5856 .seccion_formulario_2 .row>div>div{
    color:#fff!important;
  }*/

  .landing-id-5856 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-5856 .caja_nota{
    /*margin-top: 22rem;*/
     margin-top: -18%;

  }

  .landing-id-5856 .text_cierre, .landing-id-5856 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre, .text_fecha, .text_vacantes {
    /*display: none;*/
    display: inherit;
  }


}

/*
@media (max-width: 480px){
  .landing-id-5856 .caja_nota {
      margin-top: 27rem;
  }
}  */


@media (max-width: 360px){
  .landing-id-5856 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-5856 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-5856 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-5856 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-5856 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5856 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5856 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-5856 .text_cierre, .landing-id-5856 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-5856 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-5856 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-5856 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-5856 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-5856 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-5856 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-5856 .bg-video__p{
    display: none !important;
  }



  .landing-id-5856 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-5856 .caja_nota {
      margin-top: 10%;
  }   
}
  
@media screen and (max-width: 767px) and (max-height: 700px){ 
  .landing-id-5856 .caja_nota {
      /*margin-top: 29rem !important;*/
      margin-top: -18% !important;
  }
}  

/* -------------------------------------------------- */


/* -------------------------------------------------- */
/* LANDING 5870  */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-5870 .btn-volver-admision{
  display: none;
}
.landing-id-5870 .ws{
  display: none;
}

.landing-id-5870 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-5870 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-5870 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
  }

  .landing-id-5870 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-5870 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-5870 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-5870 .bg-video__over .bg-video__titulo, .landing-id-5870 .bg-video__over .bg-video__p,.landing-id-5870 .bg-video__over p{
    display: none;

  }

  .landing-id-5870 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-5870 .caja_nota{
    /*margin-top: 22rem;*/
     margin-top: -18%;

  }

  .landing-id-5870 .text_cierre, .landing-id-5870 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre, .text_fecha, .text_vacantes {
    /*display: none;*/
    display: inherit;
  }


}



@media (max-width: 360px){
  .landing-id-5870 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-5870 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-5870 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-5870 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-5870 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5870 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5870 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-5870 .text_cierre, .landing-id-5870 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-5870 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-5870 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-5870 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-5870 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-5870 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-5870 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-5870 .bg-video__p{
    display: none !important;
  }



  .landing-id-5870 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-5870 .caja_nota {
      margin-top: 10%;
  }   
}
  
@media screen and (max-width: 767px) and (max-height: 700px){ 
  .landing-id-5870 .caja_nota {
      /*margin-top: 29rem !important;*/
      margin-top: -18% !important;
  }
}  

/* -------------------------------------------------- */



/* -------------------------------------------------- */
/* LANDING 6068  */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-6068 .btn-volver-admision{
  display: none;
}
.landing-id-6068 .ws{
  display: none;
}

.landing-id-6068 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-6068 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-6068 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
  }

  .landing-id-6068 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-6068 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-6068 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-6068 .bg-video__over .bg-video__titulo, .landing-id-6068 .bg-video__over .bg-video__p,.landing-id-6068 .bg-video__over p{
    display: none;

  }

  .landing-id-6068 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-6068 .caja_nota{
    /*margin-top: 22rem;*/
     margin-top: -18%;

  }

  .landing-id-6068 .text_cierre, .landing-id-6068 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre, .text_fecha, .text_vacantes {
    /*display: none;*/
    display: inherit;
  }


}



@media (max-width: 360px){
  .landing-id-6068 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-6068 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-6068 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-6068 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-6068 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6068 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6068 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-6068 .text_cierre, .landing-id-6068 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-6068 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-6068 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-6068 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-6068 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-6068 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-6068 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-6068 .bg-video__p{
    display: none !important;
  }



  .landing-id-6068 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-6068 .caja_nota {
      margin-top: 10%;
  }   
}
  
@media screen and (max-width: 767px) and (max-height: 700px){ 
  .landing-id-6068 .caja_nota {
      /*margin-top: 29rem !important;*/
      margin-top: -18% !important;
  }
}  

/* -------------------------------------------------- */


/* -------------------------------------------------- */
/* LANDING 5969  */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-5969 .btn-volver-admision{
  display: none;
}
.landing-id-5969 .ws{
  display: none;
}

.landing-id-5969 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-5969 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-5969 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
  }

  .landing-id-5969 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-5969 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-5969 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-5969 .bg-video__over .bg-video__titulo, .landing-id-5969 .bg-video__over .bg-video__p,.landing-id-5969 .bg-video__over p{
    display: none;

  }

  .landing-id-5969 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-5969 .caja_nota{
    /*margin-top: 22rem;*/
     margin-top: -18%;

  }

  .landing-id-5969 .text_cierre, .landing-id-5969 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre, .text_fecha, .text_vacantes {
    /*display: none;*/
    display: inherit;
  }


}



@media (max-width: 360px){
  .landing-id-5969 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-5969 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-5969 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-5969 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-5969 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5969 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-5969 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-5969 .text_cierre, .landing-id-5969 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-5969 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-5969 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-5969 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-5969 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-5969 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-5969 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-5969 .bg-video__p{
    display: none !important;
  }



  .landing-id-5969 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-5969 .caja_nota {
      margin-top: 10%;
  }   
}
  
@media screen and (max-width: 767px) and (max-height: 700px){ 
  .landing-id-5969 .caja_nota {
      /*margin-top: 29rem !important;*/
      margin-top: -18% !important;
  }
}  

/* -------------------------------------------------- */




/* -------------------------------------------------- */
/* LANDING landing-id-6207  */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-6207 .btn-volver-admision{
  display: none;
}
.landing-id-6207 .ws{
  display: none;
}

.landing-id-6207 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-6207 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-6207 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
  }

  .landing-id-6207 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-6207 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-6207 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-6207 .bg-video__over .bg-video__titulo, .landing-id-6207 .bg-video__over .bg-video__p,.landing-id-6207 .bg-video__over p{
    display: none;

  }

  .landing-id-6207 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-6207 .caja_nota{
    /*margin-top: 22rem;*/
     margin-top: -18%;

  }

  .landing-id-6207 .text_cierre, .landing-id-6207 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre, .text_fecha, .text_vacantes {
    /*display: none;*/
    display: inherit;
  }


}



@media (max-width: 360px){
  .landing-id-6207 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-6207 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-6207 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-6207 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-6207 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6207 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6207 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-6207 .text_cierre, .landing-id-6207 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-6207 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-6207 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-6207 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-6207 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-6207 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-6207 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-6207 .bg-video__p{
    display: none !important;
  }



  .landing-id-6207 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-6207 .caja_nota {
      margin-top: 10%;
  }   
}
  
@media screen and (max-width: 767px) and (max-height: 700px){ 
  .landing-id-6207 .caja_nota {
      /*margin-top: 29rem !important;*/
      margin-top: -18% !important;
  }
}  

/* -------------------------------------------------- */









/* -------------------------------------------------- */
/* LANDING landing-id-6241  */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-6241 .btn-volver-admision{
  display: none;
}
.landing-id-6241 .ws{
  display: none;
}

.landing-id-6241 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-6241 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-6241 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
  }

  .landing-id-6241 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-6241 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-6241 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-6241 .bg-video__over .bg-video__titulo, .landing-id-6241 .bg-video__over .bg-video__p,.landing-id-6241 .bg-video__over p{
    display: none;

  }

  .landing-id-6241 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-6241 .caja_nota{
    /*margin-top: 22rem;*/
     margin-top: -18%;

  }

  .landing-id-6241 .text_cierre, .landing-id-6241 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre{
    /*display: none;*/
    display: inherit;
  }


  .landing-id-6241 .text_fecha, .landing-id-6241 .text_vacantes {
     display: none;
  }

}



@media (max-width: 360px){
  .landing-id-6241 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-6241 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-6241 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-6241 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-6241 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6241 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6241 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-6241 .text_cierre, .landing-id-6241 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-6241 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-6241 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-6241 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-6241 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-6241 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-6241 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-6241 .bg-video__p{
    display: none !important;
  }



  .landing-id-6241 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-6241 .caja_nota {
      margin-top: 10%;
  }   
}
  
@media screen and (max-width: 767px) and (max-height: 700px){ 
  .landing-id-6241 .caja_nota {
      /*margin-top: 29rem !important;*/
      margin-top: -18% !important;
  }
}  


.landing-id-6241 .text_fecha, .landing-id-6241 .text_vacantes {
     display: none;
  }

/* -------------------------------------------------- */



















/* -------------------------------------------------- */
/* LANDING landing-id-6308  */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-6308 .btn-volver-admision{
  display: none;
}
.landing-id-6308 .ws{
  display: none;
}

.landing-id-6308 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
  display:none;
}
.landing-id-6308 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-6308 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    /*top: -150px;*/
    top:-161px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
    height: 667px;
  }

  .landing-id-6308 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-6308 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-6308 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-6308 .bg-video__over .bg-video__titulo, .landing-id-6308 .bg-video__over .bg-video__p,.landing-id-6308 .bg-video__over p{
    display: none;

  }

  .landing-id-6308 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-6308 .caja_nota{
    /*margin-top: 22rem;*/
     /*margin-top: -18%;*/

  }

  .landing-id-6308 .text_cierre, .landing-id-6308 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre{
    /*display: none;*/
    display: inherit;
  }


  .landing-id-6308 .text_fecha, .landing-id-6308 .text_vacantes {
     display: none;
  }

}



@media (max-width: 360px){
  .landing-id-6308 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-6308 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-6308 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-6308 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-6308 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6308 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6308 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-6308 .text_cierre, .landing-id-6308 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-6308 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-6308 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-6308 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-6308 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-6308 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-6308 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-6308 .bg-video__p{
    display: none !important;
  }



  .landing-id-6308 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-6308 .caja_nota {
      margin-top: 10%;
  }   
}
  


.landing-id-6308 .text_fecha, .landing-id-6308 .text_vacantes {
     display: none;
  }



.landing-id-6308 .div_ico_texto img {
    width: 147px !important;
}

.landing-id-6308 .titulo_s1{
  color: #475097;
  font-family: 'AvenirLTStd-Black';
}


@media screen and (max-width: 767px){
  .landing-id-6308 .titulo_s1,.landing-id-6308 .parrafo_s1{
    position: relative;
    top:-8rem;
  }
}

@media screen and (max-width: 480px){
  .landing-id-6308 .titulo_s1,.landing-id-6308 .parrafo_s1{
    position: relative;
    top:-5rem;
  }
}


.landing-id-6308 .logo_udep_online{
    position: absolute;
    top:15px;
    left:15px;
    z-index: 5;
}

.landing-id-6308 .logo_udep_online img{
    width:58% !important;
}


@media screen and (min-width: 1400px){
  .landing-id-6308 .logo_udep_online img{
    width:100% !important;
  }
}

@media screen and (min-width: 768px){
  .landing-id-6308 .logo_udep_online img{
    width:70% !important;
  }
}

@media screen and (min-width: 1200px){
  .landing-id-6308 .logo_udep_online img{
    width:80% !important;
  }
}



.landing-id-6308 .text{
  font-weight: bolder;
  text-align: center;
  font-size: 1em;
  font-family: 'AvenirLTStd-Book';
  color:#818181;
}

.landing-id-6308 .formulario_2:before{
  content: "Registra tus datos en UDEP EXPLORER"!important;
  display: block;
  margin-bottom: .5rem;
  font-size: 1.1em;
  display:none;
}

.landing-id-6308 .titulo_seccion{
  color:#475097;
}

@media screen and (min-width: 1400px){
  .landing-id-6308 #bg-video{
    height: 110vh!important;
  }
}
@media screen and (min-width: 768px){
  .landing-id-6308 #bg-video{
    height: 130vh!important;
  }
}

.landing-id-6308 .row_columnas_texto p{
  font-size: 1.1em;
}


.landing-id-6308 section:nth-child(3) {
  background-color: #3dccfe;
}




@media screen and (min-width: 768px){
 .landing-id-6308 #contact .row_columnas>div {
      border-right: 1px dashed #fff;
      display: table-cell;
      float: none;
  }

  .landing-id-6308 #contact .row_columnas>div:last-child {
    border: none;
  }
}


@media (max-width: 767px){
  #contact .row_columnas_texto {
      border-bottom: 1px dashed #fff;
  }

  .landing-id-6308 .row_columnas_eventos .row_columnas_texto>div:last-child {
    border-bottom: none !important;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;

}


.landing-id-6308 .text_cierre,.landing-id-6308 .text_vacantes {
    font-size: 1.5em;
}

body.landing-id-6308{
  font-size: 14px;
}


@media screen and (min-width: 480px){
  body.landing-id-6308{
    font-size: 16px;
  }
}

@media screen and (min-width: 768px){
  body.landing-id-6308{
    font-size: 14px;
  }
}

@media screen and (min-width: 992px){
  body.landing-id-6308{
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px){
  body.landing-id-6308{
    font-size: 18px;
  }
}


.landing-id-6308 .botoncustom {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
}

.landing-id-6308 .row_columnas_eventos{
  margin-bottom:15px;
}

.landing-id-6308 .row_columnas_eventos .row_columnas_texto {
    border-bottom: none; 
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.landing-id-6308 .row_columnas_eventos img{
  width:auto !important;
}

.landing-id-6308 .boton_red{
  color:#ff3232 !important;
  border: 1px solid #ff3232 !important;
}

.landing-id-6308 .boton_red:hover{
  background-color:#ff3232 !important;
  color:#fff !important;
}




.landing-id-6308 #accordion_explorer .panel-title{
   display: block;
   font-weight: bolder;
}  

.landing-id-6308 #accordion_explorer .panel {
    background-color: #fff;
    border: 0px solid transparent !important;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.panel-default>.panel-heading {
    background-color: #fff !important;
}


.landing-id-6308 #accordion_explorer .panel-default>.panel-heading {
    background-color: #fff !important;
}

.landing-id-6308  #accordion_explorer .table tbody tr td a{
    color:#00b2ef !important;
}

.landing-id-6308 #accordion_explorer .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff !important;
}

.landing-id-6308 .formulario_2 div>small{
  font-size: 15px;
}
.landing-id-6308 .formulario_2>div{
  line-height: 16px;
}


@media (max-width: 767px){
 .landing-id-6308 #accordion_explorer .table thead {
    display: none;
  }
 
  .landing-id-6308  #accordion_explorer .table tbody tr td {
      padding: 0 8px;
      border-top: 0;
      display: block;
  }

  .landing-id-6308  #accordion_explorer .table tbody tr {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    display: block;
  }



  
}



@media screen and (max-width: 767px){
  .landing-id-6350 .registrate_podras{
    background-color: #475097!important; margin-right: -15px; margin-left: -15px; color: #fff; margin-top: -3.6%; padding-top: 3.5%; padding-bottom: 3.5%;
  }

  .landing-id-6308 .registrate_podras{
    background-color: #475097!important; margin-right: -15px; margin-left: -15px; color: #fff; margin-top: -3.6%; padding-top: 3.5%; padding-bottom: 3.5%;
  }
}

@media screen and (min-width: 768px){
  .landing-id-6350 .registrate_podras{
    background-color: #475097 !important; margin-right: -15px; margin-left: -15px; color: #fff; margin-top: -7.6%; padding-top: 3.5%; padding-bottom: 3.5%;
  }

  .landing-id-6308 .registrate_podras{
    background-color: #475097 !important; margin-right: -15px; margin-left: -15px; color: #fff; margin-top: -7.6%; padding-top: 3.5%; padding-bottom: 3.5%;
  }
}

.landing-id-6308 .row-evento .checkbox{
  font-size: 1rem !important;
}

.landing-id-6308 .row-evento input[type=checkbox]{
  margin-top: 2px !important;
}
/* -------------------------------------------------- */









/* -------------------------------------------------- */
/* LANDING landing-id-6241  */
/* -------------------------------------------------- */
/*.landing-id-5660 img {
    width: auto;
}*/

.landing-id-5660 .titulo_seccion {
    color: #475097;
}

.landing-id-5660 .text {
    font-weight: bolder;
    text-align: center;
    font-size: 16px;
    font-family: 'AvenirLTStd-Book';
    color: #818181;
}


#iconos_custom img{

  width: auto !important;
}

/* -------------------------------------------------- */




/* -------------------------------------------------- */
/* LANDING landing-id-7826  | CHARLA DE ECONOMÍA | RÉPLICA DE UDEP EXPLORER*/
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-7826 .btn-volver-admision, .landing-id-16089 .btn-volver-admision{
  display: none;
}
.landing-id-7826 .ws, .landing-id-16089 .ws{
  display: none;
}

.landing-id-7826 .formulario_2:before, .landing-id-16089 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
  display:none;
}
.landing-id-7826 .seccion_formulario_2 > .container, .landing-id-16089 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-7826 .seccion_formulario_2, .landing-id-16089 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    /*top: -150px;*/
    /*top:-161px;*/
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    /*height: 595px;*/
    height: 760px;
  }

  .landing-id-7826 .formulario_2, .landing-id-16089 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-7826 #bg-video, .landing-id-16089 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-7826 .bg-video__bg, .landing-id-16089 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-7826 .bg-video__over .bg-video__titulo, .landing-id-7826 .bg-video__over .bg-video__p,.landing-id-7826 .bg-video__over p,
 .landing-id-16089 .bg-video__over .bg-video__titulo, .landing-id-16089 .bg-video__over .bg-video__p,.landing-id-16089 .bg-video__over p
  {
    display: none;

  }

  .landing-id-7826 .seccion_formulario_2 .row>div>div:nth-child(2n), .landing-id-16089 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-7826 .caja_nota{
    /*margin-top: 22rem;*/
     /*margin-top: -18%;*/

  }

  .landing-id-7826 .text_cierre, .landing-id-7826 .text_vacantes, .landing-id-16089 .text_cierre, .landing-id-16089 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre{
    /*display: none;*/
    display: inherit;
  }


  .landing-id-7826 .text_fecha, .landing-id-7826 .text_vacantes,  .landing-id-16089 .text_fecha, .landing-id-16089 .text_vacantes {
     display: none;
  }

}



@media (max-width: 360px){
  .landing-id-7826 .bg-video__bg,  .landing-id-16089 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-7826 .formulario_2, .landing-id-16089 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-7826 .seccion_formulario_2, .landing-id-16089 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-7826 .seccion_formulario_2 > .container > .row > div , .landing-id-16089 .seccion_formulario_2 > .container > .row > div {
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-7826 .formulario_2 .col-md-6,.landing-id-16089 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  /*.landing-id-7826 .formulario_2 .col-md-6, .landing-id-7826 .formulario_2 .col-md-6{
     width: 100% !important;
  }
*/
  .landing-id-7826 .formulario_2 .col-md-3, .landing-id-16089 .formulario_2 .col-md-3  {
    width: 50% !important;
  }


  .landing-id-7826 .text_cierre, .landing-id-7826 .text_vacantes,  .landing-id-16089 .text_cierre, .landing-id-16089 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-7826 .text_fecha, .landing-id-16089 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-7826 .seccion_formulario_2 .row>div>div:nth-child(2n),  .landing-id-16089 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-7826 .bg-video__over.center,   .landing-id-16089 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-7826 .bg-video__titulo,   .landing-id-16089 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-7826 .bg-video__btn-triangulo,  .landing-id-16089 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-7826 .bg-video__titulo,  .landing-id-16089 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-7826 .bg-video__p, .landing-id-16089 .bg-video__p{
    display: none !important;
  }



  .landing-id-7826 .bg-video__over.center,   .landing-id-16089 .bg-video__over.center  {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-7826 .caja_nota, .landing-id-16089 .caja_nota {
      margin-top: 10%;
  }   
}
  


.landing-id-7826 .text_fecha, .landing-id-7826 .text_vacantes, .landing-id-16089 .text_fecha, .landing-id-16089 .text_vacantes {
     display: none;
  }



.landing-id-7826 .div_ico_texto img, .landing-id-16089 .div_ico_texto img {
    width: 147px !important;
}

.landing-id-7826 .titulo_s1, .landing-id-16089 .titulo_s1{
  color: #475097;
  font-family: 'AvenirLTStd-Black';
}


@media screen and (max-width: 767px){
  .landing-id-7826 .titulo_s1,.landing-id-7826 .parrafo_s1, .landing-id-16089 .titulo_s1,.landing-id-16089 .parrafo_s1{
    position: relative;
    top:-8rem;
  }
}

@media screen and (max-width: 480px){
  .landing-id-7826 .titulo_s1,.landing-id-7826 .parrafo_s1, .landing-id-16089 .titulo_s1,.landing-id-16089 .parrafo_s1{
    position: relative;
    top:-5rem;
  }
}


.landing-id-7826 .logo_udep_online, .landing-id-16089 .logo_udep_online{
    position: absolute;
    top:15px;
    left:15px;
    z-index: 5;
}

.landing-id-7826 .logo_udep_online img, .landing-id-16089 .logo_udep_online img{
    width:58% !important;
}


@media screen and (min-width: 1400px){
  .landing-id-7826 .logo_udep_online img,  .landing-id-16089 .logo_udep_online img{
    width:100% !important;
  }
}

@media screen and (min-width: 768px){
  .landing-id-7826 .logo_udep_online img, .landing-id-16089 .logo_udep_online img{
    width:70% !important;
  }
}

@media screen and (min-width: 1200px){
  .landing-id-7826 .logo_udep_online img, .landing-id-16089 .logo_udep_online img{
    width:80% !important;
  }
}



.landing-id-7826 .text, .landing-id-16089 .text{
  font-weight: bolder;
  text-align: center;
  font-size: 1em;
  font-family: 'AvenirLTStd-Book';
  color:#818181;
}

.landing-id-7826 .formulario_2:before, .landing-id-16089 .formulario_2:before{
  content: "Registra tus datos en UDEP EXPLORER"!important;
  display: block;
  margin-bottom: .5rem;
  font-size: 1.1em;
  display:none;
}

.landing-id-7826 .titulo_seccion, .landing-id-16089 .titulo_seccion{
  color:#475097;
}

/*@media screen and (min-width: 1400px){
  .landing-id-7826 #bg-video{
    height: 80vh!important;
  }
}
*/


@media screen and (min-width: 768px){
  .landing-id-7826 #bg-video, .landing-id-16089 #bg-video{
    /*height: 115vh!important;*/
    height: 147vh!important;
  }
}

@media screen and (min-width: 1220px){
  .landing-id-7826 #bg-video, .landing-id-16089 #bg-video{
    /*height: 110vh!important;*/
    height: 140vh!important;
  }
}


@media screen and (min-width: 1400px){
  .landing-id-7826 #bg-video,  .landing-id-16089 #bg-video{
    height: 120vh!important;
  }
}


.landing-id-7826 .row_columnas_texto p,.landing-id-16089 .row_columnas_texto p {
  font-size: 1.1em;
}


.landing-id-7826 section:nth-child(3), .landing-id-16089 section:nth-child(3) {
  background-color: #3dccfe;
}




@media screen and (min-width: 768px){
 .landing-id-7826 #contact .row_columnas>div, .landing-id-16089 #contact .row_columnas>div {
      border-right: 1px dashed #fff;
      display: table-cell;
      float: none;
  }

  .landing-id-7826 #contact .row_columnas>div:last-child, .landing-id-16089 #contact .row_columnas>div:last-child {
    border: none;
  }
}


@media (max-width: 767px){
  #contact .row_columnas_texto {
      border-bottom: 1px dashed #fff;
  }

  .landing-id-7826 .row_columnas_eventos .row_columnas_texto>div:last-child {
    border-bottom: none !important;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;

}


.landing-id-7826 .text_cierre,.landing-id-7826 .text_vacantes {
    font-size: 1.5em;
}

body.landing-id-7826{
  font-size: 14px;
}


@media screen and (min-width: 480px){
  body.landing-id-7826{
    font-size: 16px;
  }
}

@media screen and (min-width: 768px){
  body.landing-id-7826{
    font-size: 14px;
  }
}

@media screen and (min-width: 992px){
  body.landing-id-7826{
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px){
  body.landing-id-7826{
    font-size: 18px;
  }
}


.landing-id-7826 .botoncustom {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
}

.landing-id-7826 .row_columnas_eventos{
  margin-bottom:15px;
}

.landing-id-7826 .row_columnas_eventos .row_columnas_texto {
    border-bottom: none; 
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.landing-id-7826 .row_columnas_eventos img{
  width:auto !important;
}

.landing-id-7826 .boton_red{
  color:#ff3232 !important;
  border: 1px solid #ff3232 !important;
}

.landing-id-7826 .boton_red:hover{
  background-color:#ff3232 !important;
  color:#fff !important;
}




.landing-id-7826 #accordion_explorer .panel-title{
   display: block;
   font-weight: bolder;
}  

.landing-id-7826 #accordion_explorer .panel {
    background-color: #fff;
    border: 0px solid transparent !important;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.panel-default>.panel-heading {
    background-color: #fff !important;
}


.landing-id-7826 #accordion_explorer .panel-default>.panel-heading {
    background-color: #fff !important;
}

.landing-id-7826  #accordion_explorer .table tbody tr td a{
    color:#00b2ef !important;
}

.landing-id-7826 #accordion_explorer .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff !important;
}

.landing-id-7826 .formulario_2 div>small, .landing-id-16089 .formulario_2 div>small{
  font-size: 15px;
}
.landing-id-7826 .formulario_2>div, .landing-id-16089 .formulario_2>div{
  line-height: 18px;
}

.landing-id-7826 .checkbox, .landing-id-16089 .checkbox {
  margin-bottom: 14px;
}    

@media (max-width: 767px){
 .landing-id-7826 #accordion_explorer .table thead {
    display: none;
  }
 
  .landing-id-7826  #accordion_explorer .table tbody tr td {
      padding: 0 8px;
      border-top: 0;
      display: block;
  }

  .landing-id-7826  #accordion_explorer .table tbody tr {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    display: block;
  }



  
}



@media screen and (max-width: 767px){

  .landing-id-7826 .registrate_podras, .landing-id-16089 .registrate_podras{
    background-color: #002C70 !important; margin-right: -15px; margin-left: -15px; color: #fff; margin-top: -3.6%; padding-top: 3.5%; padding-bottom: 3.5%;
  }
}

@media screen and (min-width: 768px){
  .landing-id-7826 .registrate_podras, .landing-id-16089 .registrate_podras{
    background-color: #002C70 !important; margin-right: -15px; margin-left: -15px; color: #fff; margin-top: -7.6%; padding-top: 6.8%; padding-bottom: 3.5%;
  }
}

.landing-id-7826 .row-evento .checkbox, .landing-id-16089 .row-evento .checkbox{
  font-size: 1rem !important;
}

.landing-id-7826 .row-evento input[type=checkbox], .landing-id-16089 .row-evento input[type=checkbox]{
  margin-top: 5px !important;
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* BLOQUE CARRERAS */
/* -------------------------------------------------- */


.row_columnas_carreras img {
    width: auto !important;
}

.row_columnas_carreras .text{
  font-weight: bolder;
  text-align: center;
  font-size: 1em;
  font-family: 'AvenirLTStd-Book';
  color: #818181;
}

/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* BLOQUE EVENTOS */
/* -------------------------------------------------- */

@media (max-width: 767px){
.row_columnas_eventos .row_columnas_texto>div:last-child {
    border-bottom: none !important;
  }
}


.row_columnas_eventos .row_columnas_texto {
    border-bottom: none !important; 
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.row_columnas_eventos{
  margin-bottom:15px;
}


.row_columnas_eventos img{
  width:auto !important;
}


/* -------------------------------------------------- */


.landing-id-6350 .titulo_seccion {
    color: #475097;
}

.landing-id-6350 .rotate{
  -webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);  /* Firefox */
    -ms-transform: rotate(90deg);  /* IE 9 */
      transform: rotate(90deg);  /* Standard syntax */    
}

.landing-id-6350 #accordion_explorer .panel-title{
   display: block;
   font-weight: bolder;

}

.landing-id-6350 .glyphicon-menu-right:before {
  content: "▼" !important;
}
.landing-id-6350 #accordion_explorer .panel{
    border: 0px solid transparent !important;
}    

.landing-id-6350 #accordion_explorer .panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.panel-default>.panel-heading {
    background-color: #fff !important;
}


.landing-id-6350 #accordion_explorer .panel-default>.panel-heading {
    background-color: #fff !important;
}

.landing-id-6350  #accordion_explorer .table tbody tr td a{
    color:#00b2ef !important;
}

.landing-id-6350 #accordion_explorer .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff !important;
}

@media (max-width: 767px){
 .landing-id-6350 #accordion_explorer .table thead {
    display: none;
  }
 
  .landing-id-6350  #accordion_explorer .table tbody tr td {
      padding: 0 8px;
      border-top: 0;
      display: block;
  }

  .landing-id-6350  #accordion_explorer .table tbody tr {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    display: block;
  }
}


.landing-id-6350 .boton_informacion{
    position: absolute;
    bottom:15px;
    left:15px;
    z-index: 5;
}

.landing-id-6308 .boton_informacion, .landing-id-7826 .boton_informacion{
    position: absolute;
    bottom:15px;
    left:15px;
    z-index: 5;
}

.boton_informacion{
  position: absolute;
  bottom:15px;
  z-index: 5;
  font-size: 0.7rem;
}
.boton_informacion--top__right{
  right:15px !important;
  top:15px !important;
} 

@media screen and (max-width: 767px){
  .boton_informacion{
    display: none;
  }

  .landing-id-15882 .boton_informacion{
    display: block;
    text-align: right;
  }

  .landing-id-15882 .boton_informacion img{
    width:50%;
  }

  .boton_informacion_2{
    display: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 31px;
    text-align: center;
   } 
  .landing-id-6308 .boton_informacion, .landing-id-7826 .boton_informacion{
    display: none;
   } 

  .landing-id-6350 .boton_informacion_2{
    display: inherit;
    /*margin-top: -37px;
    left: 0;
    right: 0;
    position: absolute;*/
    margin: 0;
    padding: 0;
    /*margin-top: -14px;*/
    position: relative;
    margin-top: -10px;
   } 

   .landing-id-6308 .boton_informacion_2, .landing-id-7826 .boton_informacion_2{
    display: inherit;
   }  
}

@media screen and (min-width: 768px){
  .boton_informacion_2{
    display: none;
   } 
  .landing-id-6350 .boton_informacion_2{
    display: none;
   }  

  .landing-id-6308 .boton_informacion_2, .landing-id-7826 .boton_informacion_2{
    display: none;
   }  

}
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* BOTONES  */
/* -------------------------------------------------- */

.boton_blanco{
  color:#fff !important;
  border:1px solid #fff !important;
}

.boton_blanco:hover{
  background-color:#fff !important;
  color:#3d3d40 !important;
}

.boton_bg_blanco{
  background-color:#fff !important;
  border: 1px solid #676161!important;
  color: #676161 !important;
}

.boton_bg_blanco:hover{
  background-color:#676161 !important;
  border: 1px solid #fff!important;
  color: #fff !important;
}

.boton_red{
  color:#ff3232 !important;
  border: 1px solid #ff3232 !important;
}

.boton_red:hover{
  background-color:#ff3232 !important;
  color:#fff !important;
}

.boton_small{
  font-size: 0.9em;
    /* margin-top: 1em; */
  margin-top: 1em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 892px) and (min-width: 768px)  {
   .titulo_span{
    display: block;
  }
}









/* -------------------------------------------------- */
/* LANDING landing-id-6350  */
/* -------------------------------------------------- */


/* ESTADOS */
.landing-id-6350 .btn-volver-admision{
  display: none;
}
.landing-id-6350 .ws{
  display: none;
}

.landing-id-6350 .formulario_2:before{
  content: "Ingresa por favor los siguientes datos:";
  display: block;
  margin-bottom: .5rem;
}
.landing-id-6350 .seccion_formulario_2 > .container{
  width: 100%;
}

/* MEDIA QUERIS */

@media (max-width: 767px){

  .landing-id-6350 .seccion_formulario_2{
    position: relative;
    /*top: 25%;*/
    /*top: -150px;*/
    top:-161px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    height: 560px;
    height: 667px;
  }

  .landing-id-6350 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /* margin-left: 5%; */
    max-width: 600px;
    margin:0 auto;
    border: 1px solid #eae8ea;
  }

  .landing-id-6350 #bg-video {
      background-color: #000;
      position: relative;
      overflow: hidden;
      height: 400px;
      height: 50vh;
  }



.landing-id-6350 .bg-video__bg {
  position: absolute;
    /*top: 38%;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important; 
    height: auto !important; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);    
}    


  .landing-id-6350 .bg-video__over .bg-video__titulo, .landing-id-6350 .bg-video__over .bg-video__p,.landing-id-6350 .bg-video__over p{
    display: none;

  }

  .landing-id-6350 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }

  .landing-id-6350 .caja_nota{
    /*margin-top: 22rem;*/
     /*margin-top: -18%;*/

  }

  .landing-id-6350 .text_cierre, .landing-id-6350 .text_vacantes{
    color:#fff!important;
  }

  .text_cierre{
    /*display: none;*/
    display: inherit;
  }


  .landing-id-6350 .text_fecha, .landing-id-6350 .text_vacantes {
     display: none;
  }

}



@media (max-width: 360px){
  .landing-id-6350 .bg-video__bg {
      position: absolute;
      top: 54%;
      left: 50%;
      z-index: 0;
      min-width: 100%;
      min-height: 100%;
      width: 221% !important;
      height: auto !important;

  }
}



@media (min-width: 768px){
  .landing-id-6350 .formulario_2 {
    padding: 1rem 2rem 2rem;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 3%;
    /*margin-left: 5%;*/
    max-width: 600px;
    margin-left: 15%;
  }
  .landing-id-6350 .seccion_formulario_2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .landing-id-6350 .seccion_formulario_2 > .container > .row > div{
    width: 50% !important;
    margin-left: 50%;
  }


  .landing-id-6350 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6350 .formulario_2 .col-md-6{
     width: 100% !important;
  }

  .landing-id-6350 .formulario_2 .col-md-3 {
    width: 50% !important;
  }


  .landing-id-6350 .text_cierre, .landing-id-6350 .text_vacantes{
    color:#fff!important;

    padding-left: 15%;
  }

  .landing-id-6350 .text_fecha{
    padding-left: 15%;
  }

  .landing-id-6350 .seccion_formulario_2 .row>div>div:nth-child(2n){
    color:#40c7f4!important;
  }


  


  .landing-id-6350 .bg-video__over.center{
    text-align: left;
  }
  .landing-id-6350 .bg-video__titulo{
    margin-left: 0 !important;
  }

  .landing-id-6350 .bg-video__btn-triangulo{
    display: none !important;
  }

  .landing-id-6350 .bg-video__titulo {
    font-size: 3em !important;
  }  
  
  .landing-id-6350 .bg-video__p{
    display: none !important;
  }



  .landing-id-6350 .bg-video__over.center {
    right: auto !important;
    top: 54%;
  }

 } 

/*APARTIR DE 400*/
/*si el tamaño tiene como maximo 400*/
 /*@media screen and ( max-height:680px ){  @media screen and (m-width: 1400px) */
@media screen and (min-width: 768px) and (max-height: 700px)  {
    .landing-id-6350 .caja_nota {
      margin-top: 10%;
  }   
}
  


.landing-id-6350 .text_fecha, .landing-id-6350 .text_vacantes {
     display: none;
  }



.landing-id-6350 .div_ico_texto img {
    width: 147px !important;
}

.landing-id-6350 .titulo_s1{
  color: #475097;
  font-family: 'AvenirLTStd-Black';
}


@media screen and (max-width: 767px){
  .landing-id-6350 .titulo_s1,.landing-id-6350 .parrafo_s1{
    position: relative;
    top:-8rem;
  }
}

@media screen and (max-width: 480px){
  .landing-id-6350 .titulo_s1,.landing-id-6350 .parrafo_s1{
    position: relative;
    top:-5rem;
  }
}


.landing-id-6350 .logo_udep_online{
    position: absolute;
    top:15px;
    left:15px;
    z-index: 5;
}

.landing-id-6350 .logo_udep_online img{
    width:58% !important;
}


@media screen and (min-width: 1400px){
  .landing-id-6350 .logo_udep_online img{
    width:100% !important;
  }
}

@media screen and (min-width: 768px){
  .landing-id-6350 .logo_udep_online img{
    width:70% !important;
  }
}

@media screen and (min-width: 1200px){
  .landing-id-6350 .logo_udep_online img{
    width:80% !important;
  }
}



.landing-id-6350 .text{
  font-weight: bolder;
  text-align: center;
  font-size: 1em;
  font-family: 'AvenirLTStd-Book';
  color:#818181;
}

.landing-id-6350 .formulario_2:before{
  content: "Registra tus datos en UDEP EXPLORER"!important;
  display: block;
  margin-bottom: .5rem;
  font-size: 1.1em;
}

.landing-id-6350 .titulo_seccion{
  color:#475097;
}

@media screen and (min-width: 1400px){
  .landing-id-6350 #bg-video{
    height: 110vh!important;
  }
}
@media screen and (min-width: 768px){
  .landing-id-6350 #bg-video{
    height: 130vh!important;
  }
}

.landing-id-6350 .row_columnas_texto p{
  font-size: 1.1em;
}


.landing-id-6350 section:nth-child(3) {
  background-color: #3dccfe;
}




@media screen and (min-width: 768px){
 .landing-id-6350 #contact .row_columnas>div {
      border-right: 1px dashed #fff;
      display: table-cell;
      float: none;
  }

  .landing-id-6350 #contact .row_columnas>div:last-child {
    border: none;
  }
}


@media (max-width: 767px){
  #contact .row_columnas_texto {
      border-bottom: 1px dashed #fff;
  }

  .landing-id-6350 .row_columnas_eventos .row_columnas_texto>div:last-child {
    border-bottom: none !important;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;

}


.landing-id-6350 .text_cierre,.landing-id-6350 .text_vacantes {
    font-size: 1.5em;
}

body.landing-id-6350{
  font-size: 14px;
}


@media screen and (min-width: 480px){
  body.landing-id-6350{
    font-size: 16px;
  }
}

@media screen and (min-width: 768px){
  body.landing-id-6350{
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px){
  body.landing-id-6350{
    font-size: 18px;
  }
}


.landing-id-6350 .botoncustom {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.landing-id-6350 .row_columnas_eventos{
  margin-bottom:15px;
}

.landing-id-6350 .row_columnas_eventos .row_columnas_texto {
    border-bottom: none; 
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.landing-id-6350 .row_columnas_eventos img{
  width:auto !important;
}

.landing-id-6350 .boton_red{
  color:#ff3232 !important;
  border: 1px solid #ff3232 !important;
}

.landing-id-6350 .boton_red:hover{
  background-color:#ff3232 !important;
  color:#fff !important;
}




.landing-id-6350 #accordion_explorer .panel-title{
   display: block;
   font-weight: bolder;
}  

.landing-id-6350 #accordion_explorer .panel {
    background-color: #fff;
    border: 0px solid transparent !important;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.panel-default>.panel-heading {
    background-color: #fff !important;
}


.landing-id-6350 #accordion_explorer .panel-default>.panel-heading {
    background-color: #fff !important;
}

.landing-id-6350  #accordion_explorer .table tbody tr td a{
    color:#00b2ef !important;
}

.landing-id-6350 #accordion_explorer .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff !important;
}

@media (max-width: 767px){
 .landing-id-6350 #accordion_explorer .table thead {
    display: none;
  }
 
  .landing-id-6350  #accordion_explorer .table tbody tr td {
      padding: 0 8px;
      border-top: 0;
      display: block;
  }

  .landing-id-6350  #accordion_explorer .table tbody tr {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    display: block;
  }

   /*#accordion_explorer .table thead {
    display: none;
  }
 
  #accordion_explorer .table tbody tr td {
      padding: 0 8px;
      border-top: 0;
      display: block;
  }

  #accordion_explorer .table tbody tr {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    display: block;
  }*/
}


.landing-id-6350 .more,.landing-id-6308 .more, .landing-id-7826 .more {
  cursor: pointer;
  color: #333333;
  font-weight: bolder;
  border-bottom: 1px solid #333333;
}

.landing-id-6350 .complete, .landing-id-6308 .complete {
  display: none;
}


@media screen and (min-width: 768px){

  .landing-id-6350 #accordion_explorer, .landing-id-6308 #accordion_explorer{
    font-size: 1rem;
  }

  .landing-id-6350  #accordion_explorer table td:nth-child(3){
    width:59%;
  }

  .landing-id-6350  #accordion_explorer table td:nth-child(1){
    width:12%;
  }
  .landing-id-6350  #accordion_explorer table td:nth-child(4){
    width:9%;
  }

   .landing-id-6308  #accordion_explorer table td:nth-child(3){
    width:59%;
  }

  .landing-id-6308  #accordion_explorer table td:nth-child(1){
    width:12%;
  }
  .landing-id-6308  #accordion_explorer table td:nth-child(4){
    width:9%;
  }

  .landing-id-7826  #accordion_explorer table td:nth-child(1){
    width:12%;
  }
  .landing-id-7826  #accordion_explorer table td:nth-child(4){
    width:9%;
  }
}


.datosevento{
    display:inline-block;
}



/* -------------------------------------------------- */
/* ACORDEON EXPLORER  */
/* -------------------------------------------------- */
.complete{display: none;}
.more{cursor: pointer;text-decoration: underline;}

@media screen and (min-width: 768px){
  #accordion_explorer tbody td:nth-child(1){
    width: 11% !important;
  } 

  #accordion_explorer tbody td:nth-child(2){
    width: 20% !important;
  } 

  #accordion_explorer tbody td:nth-child(3){
    width: 20% !important;
  } 
  
  #accordion_explorer tbody td:nth-child(4) {
    width: 40% !important;
 }
  #accordion_explorer tbody td:nth-last-child{
    width: 15% !important;
  }    
}

@media (max-width: 767px){
  #accordion_explorer .table thead {
    display: none;
  }
  #accordion_explorer .table tbody tr td {
      padding: 0 8px;
      border-top: 0;
      display: block;
  }
  #accordion_explorer .table tbody tr {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    display: block;
  }
  .thead_generica{
    display: none !important;
  }
}

/* -------------------------------------------------- */




.cajas3-flexibles{
  flex-direction:column;
  justify-content: center;

}

.cajas3-flexibles div{
  text-align: center;
  margin-bottom: 2rem;
  color:#fff;
}

@media (min-width: 768px) {
   .cajas3-flexibles{
    display: flex;
    flex-direction:row;
    justify-content: center;

  }

  .cajas3-flexibles div{
    border-right:1px dashed #fff;
    align-items:center;
    text-align: center;
    width:33.33%;
  }

  .cajas3-flexibles div:last-child{
    border-right:1px dashed transparent;
    align-items:center;
    text-align: center;
    width:33.33%;
  }
}


/* -------------------------------------------------------- */
/* COLUMNAS FLEXIBLES | UDEP EXPLORER | SECCIÓN CONTACTANOS */
/* ------------------------------------------------------- */

.row_columnas_flex{
  display: flex;
  flex-wrap:wrap;
  word-wrap: break-word;
}

.row_columnas_flex{
  display: flex;
  flex-flow: column;
  justify-content:center;
}

.row_columnas_flex div{
  border-bottom: none;
  padding: 0 1rem;
  text-align: center;
  padding-bottom: 3rem;
}

.row_columnas_flex div:first-child{
  padding-left: 0;
}

.row_columnas_flex div:last-child{
  padding-bottom: 0;
  border-right: none;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .row_columnas_flex{
    flex-flow: row;
    flex-wrap:wrap;
  }
  .row_columnas_flex div{
    width: 50%;
    border-right: 1px dashed #fff;
    padding: 0 1rem;
    border-bottom:none;
    margin-bottom: 3rem;
  }

  .row_columnas_flex div:nth-child(2){
    border-right: none; 
  }   
      
  .row_columnas_flex div:last-child,.row_columnas_flex--5 div:nth-child(4){
    border-right: none;
  }
}

  
@media only screen and (min-width: 992px) {
  .row_columnas_flex div{
    width: calc(100%/4);
    border-bottom:none;
  }

  .row_columnas_flex--2 div {
    flex-basis: calc(100%/2) !important;
    border-right: 1px dashed #fff;
  }

  .row_columnas_flex--3 div {
    flex-basis: calc(100%/3) !important;
    border-right: 1px dashed #fff;
  }

  .row_columnas_flex--5 div {
    flex-basis: calc(100%/3) !important;
    border-right: 1px dashed #fff;
  }

  .row_columnas_flex--2 div:last-child,.row_columnas_flex--3 div:last-child{
    border-right: none !important;
  }

  
  .row_columnas_flex div:nth-child(2),.row_columnas_flex--5 div:nth-child(4){
    border-right: 1px dashed #fff;
  }   
    
  .row_columnas_flex--2 div:nth-child(2),.row_columnas_flex--5 div:nth-child(3){
    border-right: none;
  }    

  .row_columnas_flex div:last-child{
    border-right: none;
  }
}

@media only screen and (min-width: 1200px) {
  .row_columnas_flex div{
    flex-basis: calc(100%/4);
    border-right: 1px dashed #fff;
  }

   .row_columnas_flex--5 div {
    flex-basis: 19% !important;
    border-right: 1px dashed #fff;
  }

  .row_columnas_flex--5 div:nth-child(3){
    border-right: 1px dashed #fff;
  }
}

@media only screen and (max-width: 767px) {
  .row_columnas_flex div{
    padding: 0 ;
    padding-bottom: 3rem;
  }
}

/* ---------------FN COLUMNAS FLEXIBLES--------- */




/* -------------------------------------------------- */
/* EXPOSITORES */
/* -------------------------------------------------- */
.expositores{
  /*max-width: 360px;*/
  max-width: 500px;
  margin: 0 auto 30px;
  text-align: center;
}
.expositores__container{

  position: relative;
}
.expositores__container .over{   
  width: 100%;
  height: 100%;
  padding: 4% 4%;
  color: transparent;

  position: absolute;
  top: 0;
  z-index: 2;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

  display: inherit;
  font-size: .9em;
  line-height: 113%;
  text-align: center;
}
.expositores__container:hover .over{
    color:#1a1a1a;
    background: rgba(0, 180, 255, 0.9);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;    
}
.expositores__nombre,
.expositores__cargo{
  color: #fff;
}
.expositores__nombre{
  font-size: 1.5em;
}
.expositores__cargo{
    font-size: 1.2em;
}

.over-padre{
    display: table;
    width: 100%;
    height: 100%;
}
.over-celda{
    display: table-cell;
    vertical-align: middle;
}

@media(max-width: 420px){
    .expositores__container{
        width:100%;
        height:100%;
    }
}
/* -------------------------------------------------- */

.section_pegada{
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -3.8%;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}


/* ---------------LANDING HABILIDADES BLANDAS--------- */
.landing-id-7171 form small{
    display: none;
}

.landing-id-7171 .table__responsive span{
  color: #00aaff;
  font-weight: bolder;
}

@media(max-width: 767px){
  .landing-id-7171 .table__responsive thead{
    display: none;
  }

  .landing-id-7171 .table__responsive tr {
      border-bottom: 0.2rem solid #a1a5a7;
  }

  .landing-id-7171 .table__responsive>tbody>tr>td{
    display: block;
  }
}
/* ---------------FN LANDING HABILIDADES BLANDAS--------- */


/* --------------EVENTO--------- */

.row-evento .form-group > label{
	color: #40c7f4;
	font-family: 'AvenirLTStd-Black';
	font-size: 1.3rem;
}

/* ---------------FN EVENTO--------- */



.contenido{
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
}
.contenido_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  position: absolute;
  top: 65%;
  color: #fff;
  text-align: center;
  width: 100%;
}

.contenido_flex2{
    position: absolute;
    /* height: 100%; */
    width: 100%;
    bottom: 8%;
    left: 0;
    text-align: right;
    padding-right: 2%;
    color: #000;
    font-weight: bolder;
    font-size: 0.8rem;
}

.object-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
@media(max-width: 767px){
  .object-fit-cover {
      height: 25vh;
  }

  .landing-id-7826 .object-fit-cover ,  .landing-id-16089 .object-fit-cover {
    height: 100%;
  }
}
.fondo{
  height: 540px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fondo_derecho{  
  background-image: url(http://udep.edu.pe/admision/lima/wp-content/uploads/2020/10/udep-explorer-plus.jpg);

}
.fondo_izquierdo{
  background-image: url(http://udep.edu.pe/admision/lima/wp-content/uploads/2020/10/udep-explorer-academy.png);
}

.boton_azul{
  background-color: #0e2586;
  color: #fff !important;
  padding: 0.5rem;
  width: 25%; 
}    
.boton_azul:last-child{
  margin-left: 1rem;
} 

.boton_azul:hover{
  background-color: #fff;
  color: #0e2586 !important;
  border:2px solid #0e2586;
} 

@media(max-width: 767px){
  .boton_azul {
    width: 166px;
  }  
  .contenido_flex{
    top: 70%;
  }
}


.boton_morado {
    background-color: #281464;
    color: #fff !important;
    padding: 0.5rem;
    width: 25%;
}

.boton_morado:hover{
  background-color: #fff;
  color: #281464 !important;
  border:2px solid #281464;
} 

.boton_amarillo{
    background-color: #ffee00;
    color: #281464 !important;
    padding: 0.5rem;
    width: 25%;
}

.boton_amarillo:hover{
    background-color: #281464;
    color: #ffee00  !important;
    padding: 0.5rem;
    width: 25%;
    border:2px solid #ffee00;
}


.boton_morado:last-child, .boton_amarillo:last-child{
  margin-left: 1rem;
} 

.color_amarillo{
  color:#ffee00;
}



.landing-id-7826 .formulario_2 .row:nth-child(2) {
    background-color: red !important;
}

.w-100{
  width:100%;
}

#carou_amarillo .carousel-indicators .active{
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #f1ca01;
}

#carou_amarillo .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #fff;        
    border: none;
}





.landing-id-8880 #bg-video{
  background-color: #000;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 37.25%;
  display: block;
}


.landing-id-8880 .bg-video__bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 101%  !important;
  border: 0;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

/******************************************formulario********************************************************/

 .landing-id-8880 header:first-of-type {
    /*margin-top: -2.9% !important;*/
    margin-top: -2.9%;
    z-index: 2;
    position: absolute;
    width: 100%;
  }

  .landing-id-8880 .seccion_formulario_2{
     /*margin-top: -1%;*/
     margin-top: 12%;
  }

@media (max-width: 768px){
  .landing-id-8880 header:first-of-type {
    margin-top: -5% ;
    z-index: 2 !important;
    position: absolute !important;
    width: 100%;
}

.landing-id-8880 .seccion_formulario_2{
     margin-top: 31%;
}


}
.landing-id-8880 .seccion_formulario_2 .row .col-md-8, .landing-id-8880 .seccion_formulario_2 .row .col-md-4 {
    width: 100%;
}


.landing-id-8880 .seccion_formulario_2 .formulario_2{
    margin: 0 15%;
    padding-left: 0;
    margin-top: 1rem;
}

.landing-id-8880 .text_cierre{
   margin-bottom: 0.5rem;
}
.landing-id-8880 .text_fecha, .landing-id-8880 .text_vacantes{
  display: none;
}


   

@media (max-width: 480px){
  .landing-id-8880 .seccion_formulario_2 .formulario_2{
    margin: 0 0;
  }

}  
.landing-id-8880 .seccion_formulario_2 .row .col-md-4 {
    text-align: center;
}

@media (max-width: 480px){
  .landing-id-8880 #bg-video{  
    height: 28vh;
    padding-bottom: 0;  
  
  }  

  .landing-id-8880 .bg-video__bg{  
    position: absolute;
    /* top: 38%; */
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important;
    height: auto !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

  }  
}

.landing-id-8880	.titulo_seccion{

}

.landing-id-8880 .agenda{
	display: flex;
  flex-flow: column;  
  margin-right: 1rem;
  margin-bottom: 0.6rem;
  padding: 0 1rem;
  border-radius: 3rem;
}

.landing-id-8880 .boton_registro{
	background-color: #00b2ef;
	padding: 1rem;
	color:#fff;
	border-radius: 2rem;
	display: inline-block;
}

.landing-id-8880 .boton_registro:hover{
	background-color: #fff;
	color:#00b2ef;
	border:1px solid #00b2ef;
}

.landing-id-8880 .agenda_contenedor{
	margin-bottom: 1.5rem;
	font-family: 'AvenirLTStd-Black';
	color:#fff;

	background-color: #102538;
	padding: 0;
    border-radius: 2rem;
    padding: 1.2rem;
    font-size: 1rem;
}

.landing-id-8880 .agenda__tipo1{
	background-color: #3A0079 !important;
}

.landing-id-8880 .agenda__tipo2{
	background-color: pink;
}

.landing-id-8880 .agenda_fecha{
	 color: #00b2ef;
}
   
.landing-id-8880 .logo_udep_online {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.landing-id-8880 .logo_udep_online img {
    width: 46% !important;
}




@media screen and (min-width: 768px){
  .landing-id-8880 .logo_udep_online img {
      width: 50% !important;
  }

  .landing-id-8880 .agenda_contenedor{
    font-size: 1.1rem;
    align-items: center;
  }


  .landing-id-8880 .boton_registro{
    padding: 1.7rem;
  }
}

@media screen and (min-width: 1200px){
  .landing-id-8880 .logo_udep_online img {
      width: 60% !important;
  }
}
@media screen and (min-width: 1400px){
  .landing-id-8880 .logo_udep_online img {
      width: 80% !important;
  }
}

@media (min-width: 992px){
    .landing-id-8880 .agenda{
	    flex-flow: row;
	    width:90%;
	    border-radius: 2rem;
	    margin-bottom: 0;
	    padding: 1rem;
	}
	.landing-id-8880 .agenda_fecha{
		max-width: 150px;
    	min-width: 150px;
	}

	.landing-id-8880 .agenda_contenedor{
		display: flex;
		margin-top: 1rem;

		background-color: transparent;
		padding: 0;
    	border-radius: 0;
	}

	.landing-id-8880 .agenda_contenedor.agenda__tipo1{
		background-color: transparent !important;
	}

	.landing-id-8880 .agenda.agenda__tipo1{
		background-color: #3A0079 !important;
	}

	.landing-id-8880 .agenda{
		background-color: #102538 !important;
	}
}




 .landing-id-8880 header:first-of-type {
    /*margin-top: -2.9% !important;*/
    margin-top: -2.9%;
    z-index: 2;
    position: absolute;
    width: 100%;
  }

  .landing-id-8880 .seccion_formulario_2{
     /*margin-top: -1%;*/
     margin-top: 12%;
  }

@media (max-width: 768px){
  .landing-id-8880 header:first-of-type {
    margin-top: -5%;
    z-index: 2 !important;
    position: absolute !important;
    width: 100%;
}

.landing-id-8880 .seccion_formulario_2{
     margin-top: 31%;
}


}
.landing-id-8880 .seccion_formulario_2 .row .col-md-8, .landing-id-8880 .seccion_formulario_2 .row .col-md-4 {
    width: 100%;
}


.landing-id-8880 .seccion_formulario_2 .formulario_2{
    margin: 0 15%;
    padding-left: 0;
    margin-top: 1rem;
}

.landing-id-8880 .text_cierre{
   margin-bottom: 0.5rem;
}
.landing-id-8880 .text_fecha, .landing-id-8880 .text_vacantes{
  display: none;
}


   

@media (max-width: 480px){
  .landing-id-8880 .seccion_formulario_2 .formulario_2{
    margin: 0 0;
  }

}  
.landing-id-8880 .seccion_formulario_2 .row .col-md-4 {
    text-align: center;
}

@media (max-width: 480px){
  .landing-id-8880 #bg-video{  
    height: 28vh;
    padding-bottom: 0;  
  
  }  

  .landing-id-8880 .bg-video__bg{  
    position: absolute;
    /* top: 38%; */
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: 187% !important;
    height: auto !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

  }  
}

.landing-id-8880  .titulo_seccion{

}

.landing-id-8880 .agenda{
  display: flex;
  flex-flow: column;  
  margin-right: 1rem;
  margin-bottom: 0.6rem;
  padding: 0 1rem;
  border-radius: 3rem;
}

.landing-id-8880 .boton_registro{
  background-color: #00b2ef;
  padding: 1rem;
  color:#fff;
  border-radius: 2rem;
  display: inline-block;
  margin-left: 0.4rem;
}

.landing-id-8880 .boton_registro:hover{
  background-color: #fff;
  color:#00b2ef;
  border:1px solid #00b2ef;
}


.landing-id-8880 .boton_registro--fb{
  background-color: #0038A9;
  color:#ffff;
}

.landing-id-8880 .boton_registro--fb:hover{
  background-color: #fff;
  color:#0038A9;
  border:1px solid #0038A9;
}



.landing-id-8880 .boton_registro--yt{
  background-color: #ED2E33;
  color:#ffff;
}

.landing-id-8880 .boton_registro--yt:hover{
  background-color: #fff;
  color:#ED2E33;
  border:1px solid #ED2E33;
}

.landing-id-8880 .agenda_contenedor{
  margin-bottom: 1.5rem;
  font-family: 'AvenirLTStd-Black';
  color:#fff;

  background-color: #102538;
  padding: 0;
    border-radius: 2rem;
    padding: 1.2rem;
    font-size: 1rem;
}

.landing-id-8880 .agenda__tipo1{
  background-color: #3A0079 !important;
}

.landing-id-8880 .agenda__tipo2{
  background-color: pink;
}

.landing-id-8880 .agenda_fecha{
   color: #00b2ef;
}
   

.landing-id-8880 #evento_anterior .boton_registro--fb {
    padding: 1.2rem 2.1rem !important;
}
.landing-id-8880 #evento_anterior .boton_registro--yt {
    padding: 1.2rem 2.1rem !important;
}
@media screen and (min-width: 992px){
  .landing-id-8880 #evento_anterior .agenda {
    padding: 0.7rem 1rem;
  }    

  .landing-id-8880 #evento_anterior .agenda_boton {
    width: 29%;
  }
  
  .landing-id-8880 #evento_anterior .agenda_fecha {
    max-width: 120px;
    min-width: 120px;
  }

  .landing-id-8880 #evento_anterior .agenda_contenedor {
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }

  .landing-id-8880 #evento_anterior .boton_registro {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

}
.landing-id-8880 .logo_udep_online {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}


.landing-id-8880 .logo_udep_online img {
    width: 46% !important;
}




@media screen and (min-width: 768px){
  .landing-id-8880 .logo_udep_online img {
      width: 50% !important;
  }

  .landing-id-8880 .agenda_contenedor{
    font-size: 1.1rem;
    align-items: center;
  }


  .landing-id-8880 .boton_registro{
    padding: 1.7rem;
  }
}


@media (min-width: 992px){

  .landing-id-8880 .agenda {
    flex-flow: row;
    width: 68%;
    border-radius: 2rem;
    margin-bottom: 0;
    padding: 1rem;
  }
  .landing-id-8880 .agenda_fecha{
    max-width: 150px;
      min-width: 150px;
  }

  .landing-id-8880 .agenda_contenedor{
    display: flex;
    margin-top: 1rem;

    background-color: transparent;
    padding: 0;
      border-radius: 0;
  }

  .landing-id-8880 .agenda_contenedor.agenda__tipo1{
    background-color: transparent !important;
  }

  .landing-id-8880 .agenda.agenda__tipo1{
    background-color: #3A0079 !important;
  }

  .landing-id-8880 .agenda{
    background-color: #102538 !important;
  }

  .landing-id-8880 .agenda_boton{
    width:29%;
  }
  .landing-id-8880 .agenda_boton a{
    width:100%;
    text-align: center;
  }
}

@media screen and (min-width: 1200px){
  .landing-id-8880 .logo_udep_online img {
      width: 60% !important;
  }

    .landing-id-8880 .agenda_botones{
    width:25%;
  }

  .landing-id-8880 .agenda_boton{
    width:24%;
  }


  .landing-id-8880 .agenda{
      width: 74%  !important;
  }  

  .landing-id-8880 .agenda_boton {
    width: 24% !important;
 }  


}
@media screen and (min-width: 1400px){
  .landing-id-8880 .logo_udep_online img {
      width: 80% !important;
  }
}

.text{
  font-weight: bolder;
  text-align: center;
  font-size: 1em;
  font-family: 'AvenirLTStd-Book';
  color:#818181;
}

.fancybox-skin{
  padding: 0 !important;
}

#listaContactos{
  background-color: #171b33;
  color:#fff;
}
#listaContactos p{
  margin-bottom: 0 !important;
}

.listaContactos__contenido{
  padding:1rem;
  padding-left: 9.5%;
}

.listaContactos__direcciones{
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0;
}

.listaContactos__direcciones a{
 color:#fff !important;
}

.listaContactos__direcciones a:hover{
 color:#2cbaff !important;
}

.listaContactos__direcciones img{
  width:25px;
  margin-right: 5px;    
}

.listaContactos__encargada{
  color:#2cbaff;
  font-family: 'AvenirLTStd-Black';;
}

.listaContactos__direcciones b{
  font-family: 'AvenirLTStd-Black';
}


/* -------------------------------------------------- */
/* EVENTOS ADMINISTRABLE | UDEP EXPLORER  */
/* -------------------------------------------------- */

  .container__custom{
    	padding-right: 5px;padding-left: 5px;margin-right: auto;margin-left: auto;overflow:hidden;
  }

  @media (min-width: 768px) {
	 .container__custom{
	   width: 750px;
	  }
	}
	@media (min-width: 992px) {
	  .container__custom{
	     width: 970px;
	  }
	}

	@media (min-width: 1024px) {
	  .container__custom{
	     width: 1000px;
	  }
	}

	@media (min-width: 1160px) {
	  .container__custom{
	     width: 1100px;
	  }
	}

  @media (min-width: 1200px) {
	  .container__custom{
	     width: 1160px;
	  }
	}

	@media (min-width: 1400px) {
	  .container__custom{
	     width: 1500px;
	  }
	}



    .cajaEvento{               
        margin-bottom: 5rem;
        position: relative;
        max-width: 360px;
        margin: 0 auto;
        margin-bottom: 4rem;
    }
    .cajaEvento__contenedor{               
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 1200px) {
      .cajaEvento{   
        margin: inherit;
        margin-bottom: 4rem;
        max-width: 100%;

      }
      .cajaEvento__contenedor{               
        display: flex;
        flex-direction: row;

        background-color: #e8e3e3ed;
        border-radius: 15px;

      }
    }   
    .cajaEvento__contenedor p{               
        margin-bottom:0 !important;
    }

    .cajaEvento__imagen{
        border-radius: 15px;
        z-index: 3;
    }

     @media (min-width: 1200px) {
      .cajaEvento__imagen{
        width:200px;

      }
     }

    .cajaEvento__info {
      background-color: #e8e3e3ed;
      padding: 1.5rem;

      padding-left: 3rem;
      border-bottom-right-radius: 15px;
      border-top-right-radius: 15px;
      border-radius: 15px;
      margin-top: -0.9rem;
     
      padding-left: 1.5rem;
      padding-top: 2.4rem;
  }

  @media (min-width: 768px) {
    .cajaEvento__info{
      min-height: 170px;
    }
  } 

    @media (min-width: 1200px) {
      .cajaEvento__info{
        margin-left: -1rem;
        padding-left: 3rem;
        margin-top: 0;
        padding-top: 1.5rem;
        min-height: 100%;
      }
    } 


    .cajaEvento__info__tipo{
        text-transform: uppercase;
        color: #102538;
        font-size: 0.8rem;
    }

    .cajaEvento__info__carrera{
        font-weight: bolder;
        color: #102538;
        font-family: 'AvenirLTStd-Black';
        font-size: 0.8rem;
    }

    .cajaEvento__info__nombre{
        color: #102538;
        font-family: 'AvenirLTStd-Black';
        font-size: 1.2rem;
    }

    .cajaEvento__info__fechaHora{
        color: #00b2ef;
        font-family: 'AvenirLTStd-Black';
        font-size: 1.1rem;
    }
    
    
    .cajaEvento__boton--estado1{
        background-color:#102538 !important;
    }

    .cajaEvento__boton--estado1:hover{
        background-color:#ffff !important;
        color:#102538 !important;
        border:1px solid #102538 !important;                
    }

    .cajaEvento__boton--estado2{
        background-color:red !important;
    }

    .cajaEvento__boton--estado2:hover{
        background-color:#fff !important;
        color:red !important;
        border:1px solid red !important;
    }

    .cajaEvento__boton--estado3{
        background-color:#0038A9 !important;
    }

    .cajaEvento__boton--estado3:hover{
        background-color:#ffff !important;
        color:#0038A9 !important;
        border:1px solid #0038A9 !important;
    }

    .cajaEvento__boton--estado4{
        background-color:#00c2ff !important;
    }

    .cajaEvento__boton--estado4:hover{
        background-color:#ffff !important;
        color:#00c2ff !important;
        border:1px solid #00c2ff !important;
    }

    .cajaEvento__containerBoton{
        /* position: absolute;
        right: 3%;
        bottom: -4%;*/
        display: inline-block;
    float: right;
    position:relative;
    }

    .cajaEvento__boton{
        text-transform: uppercase;
        color: #fff;
        padding: 1rem;
        border-radius: 2rem;
        cursor: pointer;
        margin-left: 0.5rem; 
        font-family: 'AvenirLTStd-Black';                          
    }

    .cajaEvento__boton:hover{
        text-decoration: none;  
    }  

/*-----------------FIN----------------------------------------*/



/* ------------------------------------------------------------ */
/* GRILLA DE IMAGENES |  UDEP EXPLORER | SECCIÓN CARACTERISTICAS */
/* ------------------------------------------------------------ */
	.grilla_divs{
		display: flex;
		margin-right: -15px;
		margin-left: -15px;
		flex-wrap: wrap;
	}

	.ficha{
		width: 100%;
    position: relative;    	
		margin: 0;
    padding: 0;
    left: 0;
    float: left;
	}

  .ficha img{
		width: 100%;
	}

	.ficha:hover .ficha_capa{
    opacity: 0.9;
	}

	.ficha_capa{
    display: flex;
    justify-content: center;
    align-items: center;
		position: absolute;
    background-color: #2f2d2d;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    opacity: 0;
    padding: 2.7rem;
    color: #fff;
    font-size: 0.8rem;
	}

	@media (min-width: 768px){
		.ficha{
			width: 50%;
		}
  }

  @media (min-width: 992px){
		.ficha{
			width:33%;  
		}			
  }

  @media (min-width: 576px)  {
    .ficha_capa {
        padding: 1.5rem;
        font-size: 1.2rem;
    }
  }

  @media (min-width: 768px)  {
    .ficha_capa {
        font-size: 0.9rem;
    }
  }

  @media (min-width: 992px)  {
    .ficha_capa {
        font-size: 0.8rem;
    }
  }


  @media (min-width: 1400px)  {
    .ficha_capa {
        font-size:  1rem;
    }
  }


/*----------------FN GRILLA---------------------------------------*/



/*----------------BOTONES GOOGLE Y FACEBOOK---------------------------------------*/

.contenedor__redes{
	display:flex;
	justify-content:center;
	flex-flow:column;
	align-items:center;
}


@media (min-width: 992px){
	.d-block{
		display:block;
	}
}	

@media (min-width: 768px){
	.contenedor__redes{
	   flex-flow:row;
	}
	
	.mr-1{
		margin-right:0.5rem;
	}
	
	.ml-1{
		margin-left:0.5rem;
	}
}	
.boton_google{
    text-transform: uppercase;
    color: #fff;
    padding: 1rem;
    border-radius: 2rem;
    cursor: pointer;
    max-width: 330px;
    min-width: 320px;
    font-family: 'AvenirLTStd-Black';
	background-color: #dd4b39;
	font-size: 1rem;
	margin-bottom:0.5rem;
}	

.boton_google:hover{
	background-color: #fff;
	border:2px solid #dd4b39; 
	color: #dd4b39; 
}
.boton_google i{
    background: #fff;
    color: #dd4b39;
    border-radius: 100px;
    padding: 8px;
}
.boton_facebook i{
    background: #fff;
    color: #2a8ae2;
    border-radius: 100px;
    padding: 8px 12px;
}

.boton_facebook{
    text-transform: uppercase;
    color: #fff;
    padding: 1rem;
    border-radius: 2rem;
    cursor: pointer;
    max-width: 330px;
    min-width: 320px;
    font-family: 'AvenirLTStd-Black';
	background-color: #2a8ae2 !important;
	font-size: 1rem;
	margin-bottom:0.5rem;
}	

.boton_facebook:hover{
	background-color: #fff !important;
	border:2px solid #2a8ae2; 
	color: #2a8ae2; 
}	


#myModal .modal-body {
    position: relative;
    padding: 30px;
}

.landing-id-8880 .seccion_formulario_2 .formulario_2 {
    margin: 0;
    margin-top: -2rem;
}

@media (min-width: 768px){
  #myModal .modal-dialog {
    width: 768px;
    margin: 30px auto;
  }
}

.landing-id-8880 .seccion_formulario_2::before {
    content: "Completa tus Datos";
    color: #40c7f4;
    text-transform: uppercase;
    FONT-FAMILY: 'AvenirLTStd-Black';
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding-bottom: 1rem;
}

#loginredesevento{
	margin-top:37%;	
}


@media (min-width: 992px){
	#loginredesevento {
		margin-top: 15%;
	}
}

@media (min-width: 768px){
	#loginredesevento {
		margin-top: 15%;
	}
}

.contenedor__carreras{
	display:flex;
	flex-flow:column;	
}

.contenedor__carreras>div{
    border-bottom:1px dashed grey;
}

.contenedor__carreras>div:last-child{
	   border-bottom:none;
}

@media (min-width: 768px){
	.contenedor__carreras{
	   display:flex;
	   flex-flow:row;
    }

	.contenedor__carreras>div{
		width:12.5%;
		border-right:1px dashed grey;
		border-bottom:none;
	}
	
	.contenedor__carreras>div:last-child{
	   border-right:none;
    }
}	
	
.saludo{
	color: #00c2ff;
    font-size: 3.5rem;
    font-family: 'AvenirLTStd-Black';
}

.saludo_texto{
	font-family: 'AvenirLTStd-Black';
    color: #0a1d63;
    font-size: 1.5rem;
}

.mensaje_redes{
    font-family : 'AvenirLTStd-Black';
    color: #102d6d;
    font-size: 1.2em;
    margin-top: 2rem;
}

.mensaje_redes a{
   color: #00c2ff !important;
   font-size: 1.1em;
}

.btn_cerrar{
	color:#00c2ff;
	text-decoration:underline;
	font-family : 'AvenirLTStd-Black';
	font-size: 18px;
}

.btn_cerrar:hover{
	color:#102d6d;
	text-decoration:underline;
}
/*----------------FN BOTONES GOOGLE Y FACEBOOK---------------------------------------*/

.movilheaderresponsive{
    position:relative;
   margin-top: -5.9% !important;
}

@media (max-width: 768px){
	.movilheaderresponsive {
		margin-top: -9.8% !important;
		z-index: 2 !important;
		position: absolute !important;
		width: 100%;
	}
}

.table .cajaEvento__boton{
    text-transform: inherit;
	color: #337ab7;
	padding: 0;
	border-radius: inherit;
	margin-left: inherit;
	font-family: inherit;
}

.contactanos_datos{
    font-size: 1.2rem;
    text-align: center;
}

.contactanos_datos p{
    margin-bottom: 0.2em;
    overflow-wrap: break-word;
}

.contactanos_datos a{
  color: #fff;
}

@media (max-width: 480px){
  .contactanos_datos p {
    margin-bottom: 0em;
    margin-top: 0.8em;
    font-size: 1rem;
  }

  .contactanos_datos p.h2 {
      font-size: 1.5rem;
  }
}


input[disabled] {
  cursor: no-drop !important;;
  background-color: #dbd2d2 !important;;
  border: 1px solid #686262;
  color: #686262 !important;
}


.contenido-resultados--actualizacion{
    border: none !important;
    background-color: #E6E6E6;
    margin-bottom: 4rem;
    margin-top: 2rem !important;
}



/* -------------------------------------------------- */
/* ENCUESTA  */
/* -------------------------------------------------- */

.basic-yop-poll-container{
  background-color: #fb6911 !important;
  margin-top: 4rem  !important;
  border:transparent !important;
}

.basic-yop-poll-container .basic-inner{
  display: flex !important;
  justify-content: center  !important;
  align-items: center  !important;
  padding: 3rem  !important;
  flex-flow: column; !important;
}

.basic-yop-poll-container .basic-vote{
  text-align: center  !important;
}

.basic-yop-poll-container .basic-question-title h5{
  color:#fff !important;
  margin-bottom: 2.5rem !important;
  font-size: 19px !important;
}

.basic-text{
  color:#fff !important;
}

.basic-yop-poll-container a.basic-vote-button {
    background-color: #fb6911 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.basic-yop-poll-container .basic-message{
    width: 100% !important;
}
/* -------------------------------------------------- */
/* FOOTER  */


.footer-landing {
    width: 100%;
}

@media (min-width: 768px) {
  .footer-landing {
    width: 50%;
}
}

@media (max-width: 768px) {
section#video_contenido {
    height: 20rem;
}
}

/* -------------------------------------------------- */
@media (min-width: 768px) {
  .basic-yop-poll-container .basic-message{
    width: 40% !important;
   }
}

.basic-yop-poll-container .basic-answer {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
/* -------------------------------------------------- */
/* FN ENCUESTA  */
/* -------------------------------------------------- */


.div_tabs .nav-tabs > li > a {
    border: 1px solid #eeee22;
    /* border-top-color: transparent !important; */
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
  div#iconos_custom .text{
   font-size: 0.75em;
  }
}


.img_landing{
  width: 95px;
}

@media (min-width: 480px)  {
  .img_landing{
    width: 100%;
  }
}

