/* Header */
a.button-principal {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -mox-border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.btn-login{
    color: #ffffff;
    background-color: #0066CC;
    line-height: 40px;
    margin-right: 20px;
}
.btn-login:hover, .btn-login:active{
    color: #ffffff;
}
.btn-register{
    color: #6F6F6F;
    border: 2px solid #6F6F6F;
    box-sizing: border-box;
    line-height: 36px;
}

/* FIN Header */


/* FrontPage */

.content-accordion {
    width: 23%;
    float: left;
    padding: 14px 12px;
    background: #ffffff;
    border-radius: 8px;
}

.cv-content-info-cursos {
    float: right;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}
.cv-content-info-cursos-detalle {
    float: right;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.cv-item_curso {
    background-color: #ffffff;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.cv-item_curso:nth-child(3n) {
    margin-right: 0;
}

.cv-estado_curso {
    background: #ff2e45;
    color: white;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.cv-imagen_curso {
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.cv-imagen_curso img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cv-resumen_curso {
    background: #fff;
    padding: 10px 15px;
    color: #575756;
}

.cv-titulo_curso {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cv-info_curso {
    margin-bottom: 5px;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.cv-info_curso img {
    vertical-align: bottom;
}

.cv-btn_infoCurso {
    background: #00a59c;
    width: 100%;
    display: block;
    padding: 5px;
    color: white!important;
    text-align: center;
}

.cv-compartir-curso {
    position: absolute;
    background: rgba(0, 165, 156, 0.85);
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100%);
    display: none;
    cursor: auto;
}

.cv-compartir-curso a {
    display: block;
    width: 184px;
    height: 119px;
    top: 50%;
    margin: -59px auto;
    position: relative;
}

.cv-item_curso:hover .cv-compartir-curso {
    display: block;
}

.cv-btn-mas-cursos {
    border-radius: 25px;
    min-width: 150px;
}

.cv-btn-mas-cursos:hover {
    color: white;
}

.cv-content {
    width: 100%;
    display: block;
}

.cv-center {
    text-align: center;
}

.cv-card-accordion {
    height: 45px;
    background: #6F6F6F url(../img/f_right.png) no-repeat;
    background-size: 21px;
    background-position: 95% center;
    color: white;
    display: flex;
    padding: 10px 18px;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    border-bottom: 1px solid white;
}

.cv-collapse-accordion {
    background-color: #ffffff;
}

.cv-collapse-accordion .cv-card-accordion {
    background-color: #ffffff;
    background-position: 95% center;
    height: 38px;
    border-bottom: 1px solid #878787;
    color: #4F4F4F;
    font-weight: 400;
    font-size: 12px;
}

.cv-collapse-accordion:hover {
    background: #878787;
    color: white;
}

.cv-collapse-accordion .cv-accordion-item:last-of-type .cv-card-accordion {
    border-bottom: 0;
}

.cv-collapse-accordion .cv-acordion_active {
    background: #ff2e45 url(../img/f_right.png) no-repeat;
	background-size: 21px 21px;
    background-position: 98% center;
    color: white;
    border-bottom: 1px solid white;
}

.cv-content-buscador {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.cv-camp-form-buscador {
    height: 40px;
    border: 1px solid #9C9C9B;
    padding: 10px;
    width: calc(100% - 50px);
    outline: 0;
    display: block;
}

.icono-buscador {
    
    height: 40px;
    background: white;
    border: 1px solid #9C9C9B;
    outline: 0;
    cursor: pointer;
}

.icono-buscador:focus {
    outline: 0;
}

.content-close {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    font-size: 25px;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    border: 2px solid white;
    line-height: 19px;
    /* font-weight: bold; */
    right: -12px;
    top: -12px;
    background: #ff2e45;
}

input.cv-input-buscador {
    background: #FFFFFF url(../img/ico-buscador.png) no-repeat;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 4px;
    height: 61px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-position: 20px center;
}

/* FIN Frontapage */





/* tabs internos */

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: #FFC900 !important;
    color: #0B1238 !important;
}
.format-onetopic .onetopic .nav-tabs>li>a{
    border-radius: 7px;
    background-color: #F3F3F3;
    border: 1px solid #BBBBBB;
    color:  #000;
    font-size: .85rem;
    font-weight: bold;
}
.nav-tabs {
    border-bottom: 0;
    width: fit-content;
    margin: auto;
}
.nav-tabs .nav-item {
    margin-bottom: 2%;
    /*margin-right: 2%;*/
}
.format-onetopic .onetopic .tab_content {
    padding: 8px 12px;
}
/* tabs internos */


.course-content .single-section .section-navigation .mdl-right .rarrow {
    color: transparent !important;
    background: url(../img/icon-play.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .4em;
}

.course-content .single-section .section-navigation .mdl-left {
    display: none;
}

.course-content .single-section{
    margin-top: 0 !important;
}

.contenedor-bloques{
    position: absolute;
    right: 0;
}
.titulo-bienvenido-af{
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}
.course-content .center-colum-vert{
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.course-content .texto-af {
  color:#000;
}
.course-content .topics .section .summary .no-overflow{
  color:#000;
  background: white;
  border: 0;
}
.course-content .topics .section .summary .no-overflow p{
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.course-content .nav-tabs .nav-item{
    margin-left: 13px;
    margin-right: 13px;
    min-width: 125px;
    text-align: center;
}
.course-content .container-gris{
    background: #f7f7f7;
    padding: 40px 20px;
}
.course-content  .titulo-seccion {
    font-size: 26px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000;
}
.course-content .titulo-seccion:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 3px;
    background: #ffa400;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
}
.course-content .item-materiales{
    margin-bottom: 20px;
}
.course-content .section.img-text{
    margin: 0;
    padding: 0;

}
.modalDialogt-cd{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 100;
    display: none;

}
.course-content .close-cd {
    background: #606061;
    color: #FFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.containerDialogt{
    width: 50%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    margin: 5% auto!important;
}
.box-3-modal-cd{
    width: 33%;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
}

[data-region="blocks-column"]{
    width: 285px;
}

button{
    height: auto;
}

.contenedor-imagen img {
    width: 1921px;
    height: 253px;
}

/*Footer*/

.footer-opt .opt {
    width: 30%;
    position: relative;
    float: left;
}

.footer-opt .opt-right {
    width: 40% !important;
    float: right !important;
    text-align: right;
}

footer#page-footer {
    height: 200px;
}

#page-footer li {
    padding: 5px;
}

footer {
    background: #373a3c;
    color: white;
    margin-top:100px;
    height: 120px;
}
footer a {
    color: white;
    font-size: 12px;
    letter-spacing: 0.05em;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}
.footer-middle {
    padding-top: 2em;
    color: white;
}
footer h6{
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
}


/*SOCÄ°AL Ä°CONS*/
/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}

/* footer social icons */
.social-network a.icoFacebook:hover,
.social-network a.icoTwitter:hover {
    background-color: #3B5998;
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoTwitter:hover i
{
    color: #fff;
}
.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}
.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-network a {
    background-color: #F9F9F9;
}
footer a:visited{color: #fff;}


/* FIN FOOTER */



@media (max-width: 1199.98px){

    .contenedor-bloques{
        position: relative;
        right: 0;
    }

}
