/* VER LINK EXTERNO */
#field-_lp_external_link_buy_course{
	display:block!important;
}
/* FLECHA SUBIR PAGINA LEFT */
.xt-back-to-top{

 left:8px!important;
  right:auto!important;
  
}
/* END FECHA SUBIR PAGINA LEFT */

/*OCULTAR MENSAJE DE ERROR WOOCOMMERCE  CUANDO SE AGREGA EL CURSO AL CARRITO*/
ul.woocommerce-error {
    display: none!important;
}


.woocommerce-message, .woocommerce-info{
	background-color: #181B82!important;
}

.woocommerce-message:before, .woocommerce-info:before {
    color: #F0823D!important;
}

.entry-content .woocommerce .woocommerce-error a.button, .entry-content .woocommerce .woocommerce-info a.button, .entry-content .woocommerce .woocommerce-message a.button {
    background: #F0823D!important;
    border: 0;
}


/***************/

.reptro-login-register{
    display: flex!important;
  justify-content: flex-end!important;
}

#learn-press-checkout{
padding:50px!important;
}

/*TABLA DE FACILITADORES*/

.wrapper-facilitadores{

  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;

}

.table-facilitadores {
  margin: 0 0 40px 0;
  width: 90%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table-facilitadores {
    display: block;
  }
}

.row-facilitadores {
  display: table-row;
  background: #f6f6f6;
}
.row-facilitadores:nth-of-type(odd) {
  background: #e9e9e9;
}
.row-facilitadores.header-facilitadores {
  font-weight: 900;
  color: #ffffff;
  background: #F08429;
}


@media screen and (max-width: 580px) {
  .row-facilitadores {
    padding: 14px 0 7px;
    display: block;
  }
  .row-facilitadores.header-facilitadores {
    padding: 0;
    height: 6px;
  }
  .row-facilitadores.header-facilitadores .cell-facilitadores {
    display: none;
  }
  .row-facilitadores .cell-facilitadores {
    margin-bottom: 10px;
  }
  .row-facilitadores .cell-facilitadores:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell-facilitadores {
  padding: 6px 12px;
  display: table-cell;
  font-size: 14px;
}
@media screen and (max-width: 580px) {
  .cell-facilitadores {
    padding: 2px 16px;
    display: block;
  }
}

/* LOGOS Y TITULO FACILITADORES */
.wrapper-logos-title{
width:100%;
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 32px;
}

.wrapper-logos-title h3{
  text-align:center;
}

.wrapper-logos-title .wrapper-logos {
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
} 

.wrapper-logos img {
  min-width:200px;
  max-width:200px;
}

.searchInputContainer{
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  flex-direction:row;
	flex-wrap: wrap;
}

.searchInputContainer div input{
    width: 372px;
  margin-bottom:8px;
}
.searchInputContainer div{
position:relative;
}
.searchInputContainer div span {
cursor: pointer;
    color: #001880;
    font-weight: bold;
    visibility: hidden; 
    position: absolute;
    right: 16px;
    top: 10px;
    /* background: blue; */
    /* padding: 0px 8px; */
    /* border-radius: 50px;*/
}

.searchInputContainer button{
    margin-left: 8px;
    background: #F08429;
    border: transparent;
    color: white;}

form.woocommerce-checkout {
padding: 32px!important;
}
/* SUBSCRIBE NEWSLETTER */

#mc4wp-form-1 > div.mc4wp-form-fields > p:nth-child(3) > label {
		display: flex!important;
    justify-content: flex-start!important;
    align-items: center!important;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p:nth-child(3) > label > input[type=checkbox] {
		width: 64px!important;
}

} 


/************************/