/* ------------------------------------------------------------------------ Congreso ------------------------------------------------------------------------ */
.congreso-bg {
    background-color: #ffffff;
}

.break-h {
    height: 100px;
}

.pink {
    border: deeppink solid 1px;
    /*background-color: mistyrose;*/
}

.orange {
    border: orange solid 1px;
    /*background-color: orange;*/
}

.lavender {
    /*border: lavender solid 1px;*/
    background-color: lavender;
}

.green {
    border: darkolivegreen solid 1px;
    /*background-color: darkolivegreen;*/
}


/*-------logo------*/

.div-congreso {
    text-align: center;

}

.congreso-logo {
    display: block;
}

.congreso-img {
    margin-top: 200px;
    margin-bottom: 100px;
    width: auto;
}

.congreso-resize {
    max-width: 450px;
}


/*-------buttons------*/
.col-btn {
    display: contents;
}

.btn-c {
    background: rgb(37, 137, 188);
    background: linear-gradient(90deg, rgba(37, 137, 188, 1) 0%, rgba(24, 95, 138, 1) 35%, rgba(12, 60, 96, 1) 100%);
    border-radius: 0px 0px 0px 35px;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 180px;
    padding: 10px 30px 10px 30px;
    margin: 10px 30px;
}

/*-------a buttons------*/
.btn-tr {
    text-decoration: none !important;
    color: white !important;
}

.btn-tr:hover {
    transition: transform .3s;
    color: wheat !important;
    box-shadow: 8px 10px 47px -5px rgba(186, 129, 62, 0.46);
    -webkit-box-shadow: 8px 10px 47px -5px rgba(186, 129, 62, 0.46);
    -moz-box-shadow: 8px 10px 47px -5px rgba(186, 129, 62, 0.46);
}

/*-------button large------*/

.btn-lg {
    background: rgb(37, 137, 188);
    background: linear-gradient(90deg, rgba(37, 137, 188, 1) 0%, rgba(24, 95, 138, 1) 35%, rgba(12, 60, 96, 1) 100%);
    border-radius: 0px 0px 0px 35px !important;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    width: 350px;
    padding: 10px 40px 10px 40px !important;
    margin: 10px 40px !important;
}

.btn-lg-l {
    float: right;
}

.btn-lg-r {
    float: left;
}


/*-------column------*/
.waterMark {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    bottom: 20vh;
}

.wmBanner {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 20vh;

}

.size {
    height: calc(35vw);
}

@media (max-width: 700px) {
    .marginBanner {
        display: none;
    }

    .size {
        display: none;
    }

}

.line {
    width: auto;
}

/*-------conferences------*/

.row-c {
    display: inline-flex;
}

.span-sq {
    margin-left: 10vw;
    text-align: left;
}

.name-c {
    color: white;
    background: rgb(37, 137, 188);
    background: linear-gradient(90deg, rgba(37, 137, 188, 1) 0%, rgba(24, 95, 138, 1) 35%, rgba(12, 60, 96, 1) 100%);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding: 15px 35px;
    margin-left: 2vh;

}

.it-center {
    align-items: center;
}

.titulo-c {

    font-size: 20pt;
    font-weight: bold;
    color: #17557E;
    padding: 15px 35px;
    text-align: left;
}

.titulo-s {
    font-size: 18px;
    font-weight: normal;
    color: #17557E;
    padding: 15px 35px;
    text-align: left;
    border-bottom: #17557E solid 1px;
    margin-left: 2vh;
}

.titulo-r {
    font-size: 24pt;
    font-weight: normal;
    color: #17557E;
    padding: 15px 35px;
    text-align: left;
    margin-bottom: 15px;
}

.avatar {
    min-width: 250px;
    max-height: 350px;
}


/*-------Avatar square modified------*/
.fullbody {
    width: 100%;
    margin: 0;
    height: 100%;
}

.a-nombre {
    background: rgba(40, 136, 187, 1);
    background: -moz-linear-gradient(left, rgba(40, 136, 187, 1) 0%, rgba(11, 60, 95, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40, 136, 187, 1)), color-stop(100%, rgba(11, 60, 95, 1)));
    background: -webkit-linear-gradient(left, rgba(40, 136, 187, 1) 0%, rgba(11, 60, 95, 1) 100%);
    background: -o-linear-gradient(left, rgba(40, 136, 187, 1) 0%, rgba(11, 60, 95, 1) 100%);
    background: -ms-linear-gradient(left, rgba(40, 136, 187, 1) 0%, rgba(11, 60, 95, 1) 100%);
    background: linear-gradient(to right, rgba(40, 136, 187, 1) 0%, rgba(11, 60, 95, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2888bb', endColorstr='#0b3c5f', GradientType=1);
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
    height: 4rem;
    align-content: center;
    display: inline-grid;

}

.avatar-user {
    background: rgba(11, 60, 95, 1);
    background: -moz-linear-gradient(left, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(11, 60, 95, 1)), color-stop(100%, rgba(40, 136, 187, 1)));
    background: -webkit-linear-gradient(left, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    background: -o-linear-gradient(left, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    background: -ms-linear-gradient(left, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    background: linear-gradient(to right, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b3c5f', endColorstr='#2888bb', GradientType=1);
    position: static;
    width: 8rem;
    height: auto;
    padding: 15px;
}

.a-especialidad {
    font-weight: normal;
    border-bottom: #17557E solid 1px;
    text-align: left;
    color: #17557E;
    height: 4rem;
    align-content: center;
    display: inline-grid;
    background-color: #fff;

}

.izqlabel {
    margin-left: -0.5rem;
}

/*-------Avatar square modified end------*/

/*-------User modal------*/

.click {
    cursor: pointer;
}

.modal-name {
    color: #17557E;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.modal-sp {
    color: #17557E;
    font-size: 18px;

}

.break-m {
    height: 35px;
}

.btn {
    background-color: orange !important;
    color: #fff;
}

.modal-img {
    width: auto;
}

.avatar-modal {
    padding: 15px;
    margin: 35px;
    border-radius: 150px;
    height: 250px;
    background: rgba(11, 60, 95, 1);
    background: -moz-linear-gradient(left, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(11, 60, 95, 1)), color-stop(100%, rgba(40, 136, 187, 1)));
    background: -webkit-linear-gradient(left, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    background: -o-linear-gradient(left, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    background: -ms-linear-gradient(left, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    background: linear-gradient(to right, rgba(11, 60, 95, 1) 0%, rgba(40, 136, 187, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b3c5f', endColorstr='#2888bb', GradientType=1);
}


.vertical-t {
    vertical-align: middle;
}

.height-c {
    height: 20%;
}


.disp-c {
    display: inline-flex;
}

@media (max-width: 700px) {
    .row-c {
        display: inline-flex;
    }

    .avatar {
        width: auto;
        height: auto;
        padding: 35px;
    }

    .name-c {
        margin-bottom: 0px;
    }
}

.left-d {
    margin-left: 35px;
}

/*-------list------*/

.column {
    float: left;
    /*width: 100%;*/
    width: 50%;
    margin-bottom: 20px;
    padding: 20px;
    display: block;
}

/*-------Register------*/


.h-min {
    margin-top: 50px;
}


#cosmosUp {
    margin-top: -50px;
}











