::selection {
    background: #0089d1;
    color: #fff;
  }

  .sinlink{
    pointer-events: none;    
}

.sinlink a{
    color: #000;   
}

.correatencion{
    padding-top: 18px;
    padding-left: 10px;
}

.correatencion a:hover{
    color:#0089d1 !important;
}

.correatencion img{
    padding-right: 10px;
}

/********************/
/*****Temporal******/
/******************/

.card-text p:nth-child(1n){
    display: none;
}

.card-text p:nth-child(2n){
    display: block;
}

.card-text p:nth-child(2n)::before{
    content: "El tiempo estimado de permanencia en el curso es: "
}

/*
.card-text .warning{
    display:none;
}

.card-text p:nth-child(2n){
    display: none;
}

.card-text p:nth-child(3n)::before{
    content: "El tiempo estimado de permanencia en el curso es: "
}*/

.card-text .footer p{
    display: none;
}
  

/*******/

 html, body{
    margin: 0px;
    padding: 0px;
    background: #fff !important;
}

a {
    color:#0089d1;
    text-decoration: none;
    background-color: transparent;
}

#page-mod-h5pactivity-view #region-main {
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    border-radius: 0.5rem;
    padding: 1.5rem 0.5rem;
    margin-top: 0.5rem;
    flex: 1 0 auto;
}

#sortingdropdown{
    display: none;
}

.btn:active , .btn-secondary:active {
    color: #ccc !important;
}

.text-primary {
    color: #111; 
}

#page{
    background:  #fff !important;
}

.inicial{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important;
}

.navbar-brand {
    width: 200px !important;
}

.navbar-brand img{
    width: 100%;
    height: auto;
}

.inicial img{
    z-index: 10;
}

.imagen img{
    display: block;
    width: 100%;
    padding-left: 8%;
}

#single_button631862043df3e51{
    float: right;
}

/*** Login ***/


.login-form-forgotpassword{
	display: none;
}

.boton_invitados{
    border: 1px solid #ccc;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.boton_invitados:hover{
    background: #000;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
     transition: all 1s;
    color: #fff;
    text-decoration: none;
}

.login-logo{
    margin-left: -70px;
    text-align: left !important;
}

#logoimage{
    width: 70%;
    float: left !important;

}

.login-wrapper{
    height:100vh;
    background: #fff;
}


.login-container{
    z-index: 25;
    box-shadow: 2px 2px 5px #fff;
    max-width: 500px;
}

#loginbtn{
    background: #000 !important;
    border: 0px !important;
    border-radius: 25px;
}

.loginform .form-control{
	border-radius: 25px !important;
}

#loginbtn:hover{
    background: #ccc !important;
}

.contacto_gesforcan{
    margin-left: 14px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
     transition: all 1s
}

.contacto_gesforcan:hover{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
     transition: all 1s;
     opacity: .5;
}

/*** Perfil ***/

.secondary-navigation {
    max-width: 100%;
}

.header-maxwidth {
    max-width: 100%;
}

.btn-outline-secondary{
    background: #0089d1;
    color: #fff;
    border-radius: 25px; 
}

.btn-outline-secondary:hover{
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.userinitials {
    background-color: #b5b5b5;
}

.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

.page-item a{
    color: #000 !important;
    color: #fff;
}

/*** Calendario ***/
.maincalendar .calendarmonth td.today .day-number-circle {
    border-radius: 50%;
    color: #000;
    background-color: #b5b5b5;
}


/* Interior */

.courseindex .courseindex-item.pageitem {
    background-color: #0089d1;
}

.courseindex .courseindex-item.pageitem:hover {
    background-color: #000;
}

.badge-success {
    color: #fff;
    background-color: #b5b5b5;
    color: #000;
}

.moremenu .nav-link.active {

    border-bottom-color: #0089d1;
}

.btn-primary, .btn-secondary{
    background: #0089d1 !important;
    color: #fff;
    border: 0px !important;
    border-radius: 25px; 
}

.btn-secondary{
    display: none;
}


.btn-primary:hover, .btn-secondary:hover{
    background: #000 !important;
    color: #fff;
}

.dropdown-item:hover{
    background: #0089d1 !important;
}

.multiline{
    font-weight: bold;
}

.dashboard-card-deck .dashboard-card .dashboard-card-img {
    height: 10rem;
}

.pagelayout-standard #page.drawers .main-inner, body.limitedwidth #page.drawers .main-inner {
    max-width: 100% !important;
 }

.card-deck .card{
    width: 303px !important;
 }


.card-img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
     transition: all 1s;
}

.card-img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -mos-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
}

/*** Footer ***/

.logos{
    width: 100%;
    max-width: 590px;
    height: auto;	
    /*display:block;*/
    margin-left: auto;
    margin-right: auto;
  }

  .todos_derechos{
    font-size: 14px;
    padding-left: 24px;
}

#page.drawers{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.footer_down{
    background: #f7f7f7 !important; 
    padding: 2% !important;
    text-align: left;
}

.footer_down a{
    color: #000;
}

.footer_down a:hover{
    color: #0089d1;
}

#page-content{
    margin-bottom: 60px;
}

.footer-main{
    background: #f7f7f7 !important;
    padding: 2% !important;
    font-size: 16px;
}

.footer-main p, .footer-main span, .footer-main a{
    color: #626262 !important;
}

.dentro{
    float: left;
}

.veintesiete{
    float: left;
    margin-right: 20px;
}

.media-icon{
    font-size: 20px !important;
    padding-top: 8px;
    border-radius: 50px !important;
    height: 50px !important;
    width: 50px !important;
    background: #313131 !important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s  
}

.media-icon:hover{
    background: #ccc!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;  
}

.media-icon .fa{
    color: #fff !important;
}

.tlf{
    font-weight: bold;
    font-size: 20px !important;
    color: #000 !important;
}


.derechos{
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    padding-top: 25px;
    height: 100px;
}

.derechos .email{
    margin-right: 6px;
    margin-bottom: 4px;
    
}

.social{
    margin: auto;
   float: right;
   height: 100px; 
    text-align: center !important;
}

.social-media{
    display: inline;

}

.social{
    padding-left: 3%;
    display: flex;
    align-items:center;
    justify-content:end;
    /*width: 30%;*/
}

.social a img{
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
     transition: all 1s;
}

.social a img:hover{
    opacity: .5;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
     transition: all 1s;
}

.social img{
    width: 40px;
    margin-left: 6px;
}

.social li{
    float: right;
} 

.header-menubar{
    color: #626262 !important;
}

#page.drawers .main-inner {
    margin-bottom: 0;
    flex: 1 0 auto;
}

.count-container{
    background: #000 !important;
}

.form-control{
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

/*** Movil menus ***/
.list-group-item.active {
    background-color: #0089d1;
    border-color: #0089d1;
}

.navitem .ml-auto button{
    background: red !important;
}

@media (max-width: 900px) {

    .form-control{
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0!important;
    }

    .footer-main { 
        width: 100%; 
        text-align: center; 
    }

    .e24h{
        width: 100%;
        text-align: left;
        border: none;
    }

    .derechos{
        padding-left: 2%;
        margin-right: 2%;
       /* display: flex;
        align-items: left;
        justify-content: left;
        margin-left: 5%;*/
    }

    .social{
        padding-left: 10%;
        margin-left: 50px;
        height: 100px;  
        float: left;
    }

    .social li{
        float: left !important;
        
    } 
  }

  @media (max-width: 1000px) {

    .imagen img{
        display: none;
    }
  }