/******************** BUSQUEDA.HTML / CAMP.HTML **********************/
/*** BARRA */
.boxBuscador {
    width: 100%;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0 0;
}
.contendorBuscadoresCursos {
    width: 1366px;
    height: 100%;
}
.cajaCajaBuscadores {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    float: left;
}
.cajaBuscadorIzq {
    width: 577px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    float: left;
}
.boxCajaBuscaIzq {
    width: 100%;
    border-radius: 52px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px 0 #585858a1;
    padding: 5px;
    height: 36px;
    box-sizing: border-box;
}
#imagenBuscarBarraIzdaBusqueda {
    margin-left: 16px;
    font-size: 26px;
    float: left;
    color: #c3c3c3;
}
.inputBuyscador {
    width: calc(100% - 100px);
    border: none;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 400;
    float: left;
    color: #4F4D4E;
}
.cajaBuscadorDer {
    width: 753px;
    height: 100%;
    margin-left: 35.22px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    float: left;
    display: flex;
}
.contentSpanFiltrar {
    width: 92px;
    height: 100%;
    margin-right: 17px;
    display: flex;
    align-items: center;
    float: left;
}
    .contentSpanFiltrar span {
        width: 100%;
        height: auto;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #4F4D4E;
    }
.boxCajaBuscaDer {
    width: 560px;
    margin-left: 0;
    border-radius: 52px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.57);
    float: left;
    height: 36px;
}
.cajaBuscadorDoble {
    width: 100%;
    height: 100%;
    border-radius: 52px;
}
.divRotoIzq {
    width: 204px;
    margin-left: 76px;
    float: left;
    padding: 5px 0;
}
.tituloBuscadores {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
    .tituloBuscadores span, .tituloBuscadoresDer span {
        font-size: 15px;
        line-height: 22px;
        color: #777777;
        text-align: left;
        float: left;
        width: calc(100% - 50px);
        height: auto;
    }
    .tituloBuscadores i, .tituloBuscadoresDer i {
        color: #777777;
        font-size: 26px;
        float: left;
        margin-right: 16px;
    }
.divRotoDer {
    width: 204px;
    float: left;
    border-left: 1px solid #c3c3c3;
    padding: 5px 0;
}
.tituloBuscadoresDer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 16px;
}
.botonRedondoBarraBusqueda {
    height: 36px;
    margin-left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #6abfe2;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
    color: white;
}
.botonRedondoBarraBusqueda:hover {
    background-color: #94d1e2;
}
.botonRedondoBarraBusqueda label {
    cursor: pointer;
}
/* div opciones selector */
.contedorFiltros {
    width: 219px;
    margin-left: -16px;
    height: auto;
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    border-left: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    margin-top: 5px;
    max-height: 255px;
    padding-bottom: 10px;
    overflow-Y: auto;
}
.classOpcionesDetalles {
    width: 100%;
    /*margin-left: 16px;*/
    padding: 10px 0px;
    height: auto;
    align-items: center;
    justify-content: left;
    display: flex;
}
.classOpcionesDetalles span{
    padding-left: 16px;
}
    .classOpcionesDetalles:hover {
        background-color: darkgrey;
        color: #ffffff;
    }
.contendorDetalles {
    width: 204px;
    height: auto;
    margin-left: -1px;
    max-height: 330px;
    position: relative;
    overflow: scroll;
    z-index: 3;
    cursor: pointer;
    border-left: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    background-color: #ffffff;
    margin-top: 5px;
    padding-bottom: 10px;
}
    .contendorDetalles::-webkit-scrollbar {
        /* solo oculta su visualizacion */
        display: none;
    }
.contedorDetellasCerrado {
    display: none;
}
.contedorFiltrosCerrado {
    display: none;
}

.cajaComunidadesNew {
    float: left;
    width: 100%;
    height: 32px;
}
.scrollmenuComunidad {
    background-color: #ffffff;
    overflow: auto;
    white-space: nowrap;
}
/*** CONTENIDO */
.contendorGenerales {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 32px;
    height: 100%;
}
.divCajaBusquedaCamp {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: auto hidden;
    background-color: #ffffff;
}
.contentBusquedaCamp {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
}
.contentBusquedaCamp > fragment-curso {
    margin: 20px;
}

/************************* �? NO SE DONDE SE UTILIZA �? **********************************************/
.cajaTituloCaja {
    width: 100%;
    height: 104px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cajaD {
    width: 100%;
    overflow: scroll;
    height: 175px;
    background-color: #ffffff;
    z-index: 125;
    position: relative;
    overflow-x: hidden;
}
.cajaDN {
    display: none;
}

.cajaCajaResultados {
    width: 100%;
    background-color: #ffffff;
    height: 32px;
}

.divBuscadorCla {
    width: 100%;
    padding: 15px 0px;
    justify-content: center;
    box-shadow: 1px 1px 0 darkgrey;
    background-color: #ffffff;
    text-align: center;
}
    .divBuscadorCla:hover {
        background-color: darkgrey;
        color: #ffffff;
    }

.contendorGenerales {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 32px;
    height: 100%;
}
.divCajaComunFragemntos {
    width: 1386px;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: scroll hidden;
    background-color: #ffffff;
}
/***********************************************************************/


/* CAMPA�AS */
.boxContendorTituloCamp {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contendorTituloCamp {
    width: 1413px;
    height: auto;
    text-align: center;
    background-color: #ffffff;
    margin-top: 40px;
}
.textoActualCamp {
    font-size: 50px;
    font-weight: bold;
    color: #4F4D4E;
}
.divInfeirorCamp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.lineaDiviriaTituloCamp {
    width: 110px;
    height: 12px;
    background: rgba(233,69,132,1);
    background: -moz-linear-gradient(left, rgba(233,69,132,1) 0%, rgba(240,47,23,1) 57%, rgba(246,41,12,1) 78%, rgba(250,94,33,1) 100%);
    background: -webkit-linear-gradient(left, rgba(233,69,132,1) 0%, rgba(240,47,23,1) 57%, rgba(246,41,12,1) 78%, rgba(250,94,33,1) 100%);
    background: -o-linear-gradient(left, rgba(233,69,132,1) 0%, rgba(240,47,23,1) 57%, rgba(246,41,12,1) 78%, rgba(250,94,33,1) 100%);
    background: -ms-linear-gradient(left, rgba(233,69,132,1) 0%, rgba(240,47,23,1) 57%, rgba(246,41,12,1) 78%, rgba(250,94,33,1) 100%);
    background: linear-gradient(to right, rgba(233,69,132,1) 0%, rgba(240,47,23,1) 57%, rgba(246,41,12,1) 78%, rgba(250,94,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94584', endColorstr='#fa5e21', GradientType=1 );
}

@media screen and (min-width: 1400px) and (max-width: 1464px) {
    /******************** CAMP.HTML **********************/
    .contendorTituloCamp {
        width: 942px;
        margin-top: 30px;
    }
    .textoActualCamp {
        font-size: 40px;
    }
    .divInfeirorCamp {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1180px) and (max-width: 1399px) {
    /******************** BUSQUEDA.HTML **********************/
    /*** BARRA */
    .boxBuscador {
        padding: 45px 0px 50px;
        width: 100%;
        height: 128.31px;
    }
    .contendorBuscadoresCursos {
        width: 95%;
    }
    .cajaCajaBuscadores {
        height: 50px;
        width: 100%;
        margin-bottom: 25px;
    }
    .cajaBuscadorIzq {
        width: calc(100% - 705px);
    }
    #imagenBuscarBarraIzdaBusqueda {
        font-size: 35px;
    }
    .cajaBuscadorDer {
        width: 680px;
        margin-left: 25px;
    }
    .contentSpanFiltrar {
        width: 82px;
        margin-right: 14px;
    }
        .contentSpanFiltrar span {
            font-size: 18px;
            line-height: 22px;
        }
    .boxCajaBuscaDer {
        width: calc(100% - 174.49px);
    }
    .divRotoIzq {
        width: calc(50% - 46px);
        margin-left: 45px;
    }
    .divRotoDer {
        width: 50%;
    }
    .contedorFiltros {
        width: calc(100% - 1px);
        margin-left: 0;
        max-height: 255px;
        margin-top: 5px;
        padding-top: 26px;
    }
    .classOpcionesDetalles {
        margin-left: 15px;
        padding: 5px 0px;
        width: calc(100% - 15px);
    }
        .classOpcionesDetalles span {
            padding-left: 5px;
            font-size: 16px;
        }
        .classOpcionesDetalles:hover {
            background-color: darkgrey;
            color: #ffffff;
        }
    .contendorDetalles {
        width: calc(100% - 21px);
        max-height: 255px;
        margin-top: 5px;
        padding-top: 30px;
    }
    /******************** CAMP.HTML **********************/
    .contendorTituloCamp {
        width: 1155px;
        margin-top: 30px;
    }
    .textoActualCamp {
        font-size: 40px;
    }
    .divInfeirorCamp {
        margin-bottom: 40px;
    }
}
@media screen and (min-width:801px) and (max-width: 1179px) {
    /******************** BUSQUEDA.HTML **********************/
    /*** BARRA */
    .boxBuscador {
        padding: 16px 0px 17px;
        width: 100%;
        height: 154.31px;
    }
    .contendorBuscadoresCursos {
        width: 95%;
    }
    .cajaCajaBuscadores {
        width: 100%;
        height: 103.91px;
        margin-bottom: 17.35px;
    }
    .cajaBuscadorIzq {
        width: 100%;
        height: 48.87px;
    }
    #imagenBuscarBarraIzdaBusqueda {
        font-size: 28px;
    }
    .inputBuyscador {
        width: calc(100% - 65px);
        height: 30px;
        font-size: 16px;
    }
    .cajaBuscadorDer {
        height: 42.5px;
        width: 100%;
        margin: 12.36px 0px 0px;
    }
    .contentSpanFiltrar {
        width: 73px;
        margin-right: 11px;
    }
        .contentSpanFiltrar span {
            font-size: 16px;
            line-height: 19px;
        }
    .boxCajaBuscaDer {
        width: calc(100% - 134.49px);
    }
    .divRotoIzq {
        width: calc(50% - 46px);
        margin-left: 45px;
    }
    .divRotoDer {
        width: 50%;
    }
    /* div opciones selector */
    .contedorFiltros {
        width: calc(100% - 1px);
        margin-left: 0;
        max-height: 255px;
        position: relative;
        padding-top: 15px;
    }
    .classOpcionesDetalles {
        margin-left: 15px;
        padding: 5px 0px;
        width: calc(100% - 15px);
    }
        .classOpcionesDetalles span {
            padding-left: 5px;
            font-size: 14px;
        }
        .classOpcionesDetalles:hover {
            background-color: darkgrey;
            color: #ffffff;
        }
    .contendorDetalles {
        max-height: 220px;
        padding-top: 15px;
    }
    /******************** CAMP.HTML **********************/
    .contendorTituloCamp {
        width: 770px;
        margin-top: 20px;
    }
    .textoActualCamp {
        font-size: 35px;
    }
    .divInfeirorCamp {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 653px) and (max-width: 800px) {
    /******************** BUSQUEDA.HTML **********************/
    /*** BARRA */
    .boxBuscador {
        padding: 16px 0px 17px;
        width: 100%;
        height: 134.31px;
    }
    .contendorBuscadoresCursos {
        width: 95%;
    }
    .cajaCajaBuscadores {
        width: 100%;
        height: 83.91px;
        margin-bottom: 17.35px;
    }
    .cajaBuscadorIzq {
        width: 100%;
        height: 38.87px;
    }
    #imagenBuscarBarraIzdaBusqueda {
        font-size: 28px;
    }
    .inputBuyscador {
        width: calc(100% - 65px);
        height: 30px;
        font-size: 16px;
    }
    .cajaBuscadorDer {
        height: 32.5px;
        width: 100%;
        margin: 12.36px 0px 0px;
    }
    .contentSpanFiltrar {
        width: 64px;
        margin-right: 11px;
    }
        .contentSpanFiltrar span {
            font-size: 14px;
            line-height: 16px;
        }
    .boxCajaBuscaDer {
        width: calc(100% - 110.49px);
    }
    .divRotoIzq {
        width: calc(50% - 46px);
        margin-left: 45px;
    }
    .divRotoDer {
        width: 50%;
    }
    /* div opciones selector */
    .contedorFiltros {
        width: calc(100% - 1px);
        margin-left: 0;
        max-height: 255px;
        position: relative;
        padding-top: 10px;
    }
    .classOpcionesDetalles {
        margin-left: 0px;
        padding: 5px 0px;
    }
        .classOpcionesDetalles span {
            padding-left: 5px;
            font-size: 14px;
        }
        .classOpcionesDetalles:hover {
            background-color: darkgrey;
            color: #ffffff;
        }
    .contendorDetalles {
        width: calc(100% - 1px);
        max-height: 220px;
        padding-top: 10px;
    }
    /******************** CAMP.HTML **********************/
    .contendorTituloCamp {
        width: 606px;
    }
    .textoActualCamp {
        font-size: 35px;
    }
    .divInfeirorCamp {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 652px) {
    /******************** BUSQUEDA.HTML **********************/
    /*** BARRA */
    .boxBuscador {
        padding: 16px 0px 17px;
        width: 100%;
        height: 134.31px;
    }
    .contendorBuscadoresCursos {
        width: 95%;
    }
    .cajaCajaBuscadores {
        width: 100%;
        height: 83.91px;
        margin-bottom: 17.35px;
    }
    .cajaBuscadorIzq {
        width: 100%;
        height: 38.87px;
    }
    #imagenBuscarBarraIzdaBusqueda {
        font-size: 28px;
    }
    .inputBuyscador {
        width: calc(100% - 65px);
        height: 30px;
        font-size: 16px;
    }
    .cajaBuscadorDer {
        height: 32.5px;
        width: 100%;
        margin: 12.36px 0px 0px;
    }
    .contentSpanFiltrar {
        width: 35px;
        margin-right: 11px;
    }
        .contentSpanFiltrar span {
            font-size: 14px;
            line-height: 16px;
        }
    .boxCajaBuscaDer {
        width: calc(100% - 81.49px);
    }
    .divRotoIzq {
        width: calc(50% - 11px);
        margin-left: 10px;
    }
    .divRotoDer {
        width: 50%;
    }
    /* div opciones selector */
    .contedorFiltros {
        margin-left: 0;
        max-height: 255px;
        position: relative;
        margin-top: 5px;
        padding-top: 10px;
    }
    .classOpcionesDetalles {
        margin-left: 0px;
        padding: 5px 0px;
    }
        .classOpcionesDetalles span {
            padding-left: 5px;
            font-size: 12px;
        }
        .classOpcionesDetalles:hover {
            background-color: darkgrey;
            color: #ffffff;
        }
    .contendorDetalles {
        margin-left: 0;
        max-height: 200px;
        padding-top: 10px;
    }
    /******************** CAMP.HTML **********************/
    .contendorTituloCamp {
        width: 90%;
    }
    .textoActualCamp {
        font-size: 30px;
    }
    .divInfeirorCamp {
        margin-bottom: 20px;
    }
}