.conCen {
    width: 1004px;
}

.headerBox{
    float: left;
    width: 1024px;
    height: 300px;
        background-image: url(../Images/bgReg.jpeg);
    background-size: cover;
    position: relative;
}

.headerBox img{
    background-image: url("../Images/classy_fabric.png");
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

.headerBox .titleBox{
    position: absolute;
    bottom: 85px;
    width: 100%;
    color: #FFF;
    text-align: center;

    
}

.headerBox .titleBox .nombreBox{
    font-weight: 700;
    float: left;
    font-size: 50px;
    width: 100%;
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 5px #000;
}

.headerBox .titleBox .localizaBox{
    display: none;
        font-weight: 600;
    float: left;
    width: 100%;
    letter-spacing: 0px;
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 5px #000;
    font-size: 18px;
}

.controlesBox {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -48px;
    margin-left: 0;
}
.controlesBox .enlaceMainHome{
    margin-right: 5px;
    margin-left: 5px;
    float: none;
    position: relative;
    display: inline-block;
    min-width: auto;
}

.regNovedadHome{
    display: block !important;
}

.publishOptions a {
    margin-right: -4px !important;
    margin-left: 14px !important;
    float: left !important;
    margin-top: 5px;
}

.comentariosNovedad{
        min-height: 100px !important;
    padding-left: 95px !important;
    padding-top: 30px !Important;
}

.fotoBox{
    position: absolute;
    width: 65px;
    border-radius: 50%;
    height: 65px;
    border: 1px solid #ddd;
    top: 15px;
    left: 15px;
    bottom: 0;
    background-position: center;
}

.leftBox{
    float: left;
    width: 370px;
    margin-right: 20px;
    position: sticky;
    margin-top: 10px;
    top: 100px;
}

@media screen and (max-width: 1370px) {
    .leftBox{
            position: inherit;
    width: 100%;
    }

    .boxInfo{
        width: 45%;
        margin-left: 2.5%;
        margin-right: 0px;
    }
}

.rightBox{
    float: left;
    width: 630px;
}

.boxInfoTitle{
        float: left;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: rgba(0, 35, 68, 0.85);
}

.labelInfoBox{
        float: left;
    font-weight: 600;
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
    margin-left: 10px;
    background-repeat: no-repeat;
    padding-left: 20px;
        min-width: 65px;
}

.labelInfoBox.phone{
        background-image: url(../Images/phoneBox.svg);
    background-size: 12px;
    background-position: 1px;
}

.labelInfoBox.schedule{
        background-image: url(../Images/schedule.svg);
    background-position: -8px -5px;
    background-size: 29px;
}

.labelInfoBox.mail{
        background-image: url(../Images/mail.svg);
    background-position: -1px 1px;
    background-size: 16px;
}

.labelInfoBox.locate{
        background-image: url(../Images/locate.svg);
    background-position: -1px 1px;
    background-size: 16px;
}

.labelInfoBox.web{
        background-image: url(../Images/web.svg);
    background-position: 0px 2px;
    background-size: 14px;
}

.valueInfoBox{
        float: left;
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
    color: #333;
        max-width: 250px;
}

.valueInfoBox.link{
    color:#2490F4;
    text-decoration: none;  
    cursor: pointer; 
}

.boxInfo{
    border-left: 2px solid rgba(24, 110, 189, 0.85);
    float: left;
    padding-bottom: 10px;
    border-radius: 0px 2px 2px 0px;
    background: #fff;
    padding-top: 5px;
        text-align: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 20px;
}

#boxMap {
    float: left;
    margin-left: 10px;
    width: 330px;
    border-radius: 2px;
    height: 100px;
    cursor: pointer;
    margin-top: 5px;
}

.listaSocial{
        float: left;
    margin-left: 10px;
}

.listaSocial img{
        float: left;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    cursor: pointer;
}

.listaFotosBox{
        float: left;
    margin-left: 10px;
}

.listaFotosBox img {
        float: left;
    width: 23%;
    box-shadow: 0 0 1px;
    margin-right: 1%;
    border-radius: 1px;
    cursor: pointer;
}

.verTodasFotos{
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    background-position: right;
    color: #2490F4;
    font-weight: 700;
    background-size: 12px;
    letter-spacing: 1px;
    font-size: 13px;
    margin-right: 16px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}

.listaAtletas{
    float: left;
    margin-left: 10px;
}

.atletaBox{
        float: left;
    padding-top: 7px;
    padding-right: 15px;
    cursor: pointer;
    padding-bottom: 7px;
    border-top: 1px solid #eee;
    min-height: 32px;
        min-height: 26px;
    min-width: 160px;
}

.atletaBox img{
        width: 26px;
            height: 26px;
    border-radius: 50%;
    float: left;
}

.atletaBox .name, .atletaBox .pos{
       float: left;
    margin-left: 7px;
    font-weight: 700;
    font-size: 13px;
    margin-top: 3px;
    max-width: 85px;
    white-space: nowrap;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
}

.atletaBox .pos{
    color: #2BB12B;
        float: right;
        font-weight: 700;
}
#comentariosNovedad{
    text-align: left !important;
}

.crwDelWOD.ocultaCreaRutina {
    display: none;
}

.soloSeguidores{
    float: left;
}

#regAsCoachWOD{
    display: none;
}

.publishOptions .select2{
    margin-left: 15px;
    width: auto !important;
    margin-bottom: 5px;
    float: left;
}

.publishOptions .select2-container--default .select2-selection--single{
        border-color: #ccc;
}

#infoPubliDestacada{
background-image: url(../Images/warning.svg);
    background-repeat: no-repeat;
    float: left;
    /* width: 100%; */
    text-align: left;
    color: #da8f07;
    padding-left: 34px;
    padding-right: 15px;
    margin-top: 5px;
    line-height: 15px;
    font-size: 12px;
    background-size: 14px;
    background-position: 15px 1px;
    margin-bottom: 5px;
    display: none;
}

#postLinkDesc{
    float: left;
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 12px;
    border-color: #ccc;
    width: 142px;
    border-radius: 2px;
}

#postLinkURL{
    float: left;
    padding: 5px 10px;
    width: 400px;
    border-radius: 2px;
    font-size: 12px;
    border-color: #ccc;
}

#sePostLink{
    display: none;
    padding-left: 15px;
    margin-bottom: 5px;
    float: left;
}