.no-scroller,
body.noscroll {
    overflow: hidden!important
}

@font-face {
    font-family: ProximaNovaAltRegular;
    src: url(../font/PROXIMA/ProximaNovaAltRegular.otf) format("opentype")
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url(../font/PROXIMA/ProximaNovaRegular.otf) format("opentype")
}

::-webkit-scrollbar {
    width: 0px
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
    background: rgba(236, 236, 236, .8)
}

body {
    font-family: ProximaNovaRegular;
    color: #484849
}
.body-oscurecer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    opacity: .2
}
.campo-pass {
    position: relative
}
.campo-pass .view-pass {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #c2c5d2;
    cursor: pointer
}
.md-form {
    padding: 0
}
.md-form input[type=date]:focus:not([readonly])+label,
.md-form input[type=datetime-local]:focus:not([readonly])+label,
.md-form input[type=email]:focus:not([readonly])+label,
.md-form input[type=number]:focus:not([readonly])+label,
.md-form input[type=password]:focus:not([readonly])+label,
.md-form input[type=search-md]:focus:not([readonly])+label,
.md-form input[type=search]:focus:not([readonly])+label,
.md-form input[type=tel]:focus:not([readonly])+label,
.md-form input[type=text]:focus:not([readonly])+label,
.md-form input[type=time]:focus:not([readonly])+label,
.md-form input[type=url]:focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #9a9ca5;
    margin-bottom: 10px;
    padding-bottom: 0;
    border:1px solid transparent!important;
}
textarea,.calcuTextarea:not(){
    border:none!important; 
    border-bottom: 1px solid rgb(206, 212, 218)!important;
}
textarea:focus:not([readonly]){
   /* box-shadow: rgb(66, 133, 244) 0px 1px 0px 0px!important;
    border-bottom: 1px solid rgb(66, 133, 244)!important;*/
}
a:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.md-form label {
    top: .4em;
    color: #ACAEAF;
    font-size: 16px
}
.md-form label.active {
    font-size: 12px
}
.digi-popup {
    position: fixed;
    width: 95%;
    max-width: 420px;
    background: #fff;
    z-index: 1041;
    border-radius: 10px;
    visibility: visible;
    opacity: 1;
    transition: opacity .5s linear;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
.bto-validator,
.ocultar-pop,
.round input[type=checkbox] {
    visibility: hidden
}
.digi-popup h5 {
    font-weight: 600
}
.ocultar-pop {
    opacity: 0;
    transition: visibility .5s linear
}
.principal-pop {
    padding: 50px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}
.img-popup img{
    width: 50px;
    height: 50px;
    margin-bottom:15px; 
}
.action-close-pop {
    color: #bfc1cc;
    position: absolute;
    top: 0;
    right: 5px;
    margin: 13px 7px;
    padding: 4px 8px 2px;
    cursor: pointer;
    border: 1px solid #bfc1cc;
    border-radius: 50%;
    font-size: 10px
}

.action-close-pop.icon-white {
    color: #fff!important;
    font-size: 15px;
    border: none!important
}
.action-close-pop:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .18), 0 0 6px 0 rgba(0, 0, 0, .1);
    outline: 0
}
.dig-deg-orange {
    background: rgba(252,81,85,1);
    background: -moz-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,81,85,1)), color-stop(83%, rgba(255,158,21,1)), color-stop(100%, rgba(255,158,21,1)));
    background: -webkit-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: -o-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: linear-gradient(to right, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5154', endColorstr='#ff9e15', GradientType=1 );
}
.dig-deg-blue {
    background: rgb(9, 66, 155);
    background: -moz-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,81,85,1)), color-stop(83%, rgba(255,158,21,1)), color-stop(100%, rgba(255,158,21,1)));
    background: -webkit-linear-gradient(left, rgb(9, 66, 155) 0%, rgb(46, 125, 225) 83%, rgb(46, 125, 225) 100%);
    background: -o-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: linear-gradient(to right, rgb(9, 66, 155) 0%, rgb(46, 125, 225) 83%, rgb(46, 125, 225) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5154', endColorstr='#ff9e15', GradientType=1 );
}
.dig-deg-purple {
    background: rgb(120, 88, 165);
    background: -moz-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,81,85,1)), color-stop(83%, rgba(255,158,21,1)), color-stop(100%, rgba(255,158,21,1)));
    background: -webkit-linear-gradient(left, rgb(120, 88, 165) 0%, rgb(178, 127, 184) 83%, rgb(178, 127, 184) 100%);
    background: -o-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,81,85,1) 0%, rgba(255,158,21,1) 83%, rgba(255,158,21,1) 100%);
    background: linear-gradient(to right, rgb(120, 88, 165) 0%, rgb(178, 127, 184) 83%, rgb(178, 127, 184) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7858A5', endColorstr='#B27FB8', GradientType=1 );
}
.dig-backg-silver {
        padding-top: 1px;
    background-color: #f4f4f4
}
.dig-backg-white {
    -webkit-box-shadow: -5px 0 9px 0 rgba(189, 189, 189, .2);
    -moz-box-shadow: -5px 0 9px 0 rgba(189, 189, 189, .2);
    box-shadow: -5px 0 9px 0 rgba(189, 189, 189, .2);
    background: #fff
}
.dig-backg-texture {
    background-image: url(http://servicios.digisalud.org/jornadas/2018/assets_2018/Digisalud_Textura_Gb.png)
}
.btn-dig-blue{
    padding-top: 1px;
    padding: 0 20px;
    height: 36px;
    margin: 0;
    font-weight: 900;
     background: #2e7de1;
    color: #fff;
    border-radius: 50px !important;
    font-size: .81rem !important;
}
.btn-dig-blue-inv{
    padding-top: 1px;
    padding: 0 14px;
    height: 36px;
    margin: 0;
    font-weight: 900;
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    background: transparent;
}

.btn-dig-blue:hover {
    /* opacity: .8; */
    background: #2e7de1;
    color: #fff
}
,
.btn-dig-blue:disabled {
    opacity: .4;
    background: #2e7de1;
    color: #fff
}

.btn-dig-purple-inv {
    padding-top: 1px;
    border: 2px solid #7858a5;
    color: #7858a5;
    border-radius: 50px;
    background: #FFF
}
.btn-dig-purple {
    padding-top: 1px;
    background: #7858a5;
    color: #fff;
    border-radius: 50px;
    height: 40px;
    padding: 0px 20px;
}
.btn-dig-purple-inv:hover,
.btn-dig-purple:hover {
    opacity: .8;
    background: #7858a5;
    color: #fff
}
.btn-dig-purple-inv:disabled,
.btn-dig-purple:disabled {
    opacity: .4;
    background: #7858a5;
    color: #fff
}
.round {
    position: relative
}
.round label {
    background-color: #fff;
    border: 1px solid #ACAEAF;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px
}
.round label:after {
    border: 1px solid #2ECC71;
    border-top: none;
    border-right: none;
    content: "";
    height: 3px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 10px
}
.round input[type=checkbox]:checked+label {
    border-color: #2ECC71 !important;
}
.round input[type=checkbox]+label+span{
    margin: 20px
}
.round input[type=checkbox]:checked+label:after{
    opacity: 1
}
.round span {
    font-size: 14px !important;
    font-family: ProximaNovaAltRegular !important;
    color: #737373 !important;
}
.header-digisalud {
    padding: 10px 0;
    max-height: 120px
}
.dig-header {
    width: 100%;
    padding: 20px 0
}
.dig-header img {
    width: 100%;
    max-width: 250px
}
.bto-icons-tam {
    width: 25px!important;
    height: 25px!important;
    cursor: pointer
}
.section-conexion {
    padding-right: 5px
}
.section-conexion span:first-child {
    color: #fff;
    margin-right: 10px
}
.body-section-conexion {
    top: 60px;
    right: 10px;
    padding: 30px;
    width: 94%;
    max-width: 420px
}
.body-section-conexion::before {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid #fff
}
.section-search {
    width: 100%;
    max-width: 250px!important;
    margin: 0 auto;
    text-align: center
}
.section-search img {
    width: 80%
}
.section-search input[type=search] {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50px;
    width: 100%;
    height: 40px;
    color: #fff;
    margin-top: 20px
}
.section-search input[type=search]:active,
.section-search input[type=search]:checked,
input[type=search]:focus {
    outline: 0;
    color: #fff
}
.section-search input[type=search]::placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1
}
.section-search .inner-addon {
    position: relative
}
.section-search .inner-addon>div {
    position: absolute;
    padding: 3px;
    pointer-events: none;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    border: 2px solid rgba(255, 255, 255, .8);
    height: 25px;
    width: 25px;
    margin: 27px 0 0 10px;
    border-radius: 50%
}
.section-search .left-addon>div {
    left: 0
}
.section-search .right-addon>div {
    right: 0
}
.section-search .left-addon input {
    padding-left: 55px
}
.section-search .right-addon input {
    padding-right: 30px
}
.dig-sub-header {
    position: relative;
    width: 100%;
    background: #FF6B35;
    color: #FFF;
    font-weight: 500;
    padding: 9px 0 5px
}
.dig-sub-header img {
    height: 30px
}
.dig-sub-header p {
    margin-bottom: 0
}
.vp-100 {
    min-height: calc(100vh - 190px)
}

@media only screen and (min-width:767px) {
    .dig-sub-header {
        max-height: 70px
    }
}


.icons-social div {
    padding: 7px 0;
    font-size: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    margin: 5px 20px 5px 0;
    border: 2px solid #ACAEAF;
    color: #ACAEAF!important;
    border-radius: 50%;
    float: left;
    cursor: pointer
}
.icons-social .digi-face:hover {
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    border-color: #3B5998!important;
    color: #3B5998!important
}
.icons-social .digi-google:hover {
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    border-color: #B00!important;
    color: #B00!important
}
.bto-validator {
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}
.div-validador {
    overflow: hidden;
    font-size: 13px;
    margin-top: -7px;
    font-weight: 600
}
.div-validador-clave {
    font-size: 12px;
    background: #F6F6F7;
    margin-top: 5px;
    color: #8A9297
}
.icon-va {
    padding: 5px
}
.padin {
    padding: 10px
}
.div-validador>div {
    margin-top: 5px
}
.bto-error-line,
.bto-error-line:focus {
    border-bottom: 2px solid #D70B0B!important;
    box-shadow: none!important
}
.bto-error,
.bto-error:focus {
    color: #D70B0B;
    visibility: visible;
    opacity: 1
}
.bto-success {
    color: #28A745;
    visibility: visible;
    opacity: 1
}

.section-menu {
    padding-left: 0
}
.digi-menu-prof {
    position: fixed;
    right: 0;
    background: #fff;
    overflow-y: auto;
    width: 100%;
    z-index: 1040;
    -webkit-box-shadow: 6px 0 9px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 6px 0 9px 0 rgba(0, 0, 0, .2);
    box-shadow: 6px 0 9px 0 rgba(0, 0, 0, .2);
    transition: all .3s;
}
.digi-menu {
    position: fixed;
    background: #fff;
    min-height: 100%;
    height: 100px;
    overflow-y: auto;
    width: 100%;
    z-index: 1040;
    -webkit-box-shadow: 6px 0 9px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 6px 0 9px 0 rgba(0, 0, 0, .2);
    box-shadow: 6px 0 9px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease-in-out
}
.digi-menu-header {
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 160px
}
.digi-menu-header img {
    max-width: 200px
}
.digi-cont-top {
    height: 235px
}
.digi-menu-body {
    padding-top: 40px
}
.digi-menu-body-prof {
    padding-top: 40px
}
.digi-menu-item {
    padding-right: 40px;
    font-size: 18px;
    height: auto
}

#dig-section-right,
#sectionHomeRow {
    height: 100%;
    position: relative
}
.digi-menu-item .digi-menu-item-label {
    border-bottom: 2px solid #EDEDEF;
    font-family: ProximaNovaAltRegular;
    margin-left: 50px;
    padding: 15px 0;
    color: #fc5155;
    cursor: pointer
}
#dig-section-left p,
#dig-section-right #miss_pass,
#dig-section-right #terms-priva,
#validate div {
    font-family: ProximaNovaAltRegular
}
.digi-menu-item .digi-menu-item-label img {
    margin-top: 5px;
    width: 20px
}
.digi-menu-item .digi-menu-sub-item {
    cursor: pointer;
    border-left: 2px solid transparent
}
.digi-menu-body .digi-menu-sub-item.active,
.digi-menu-item .digi-menu-sub-item:hover {
    border-left: 2px solid #fc5155;
    color: #fc5155
}
.digi-menu-item .digi-menu-sub-item .digi-menu-sub-item-label {
    border-bottom: 2px solid #EDEDEF;
    margin-left: 70px;
    padding: 12px 0
}
.digi-menu-hide {
    display: none;
    visibility: hidden;
    opacity: 0
}

#digi-menu-log .header-digisalud {
    height: 60px;
}
#digi-menu-log .section-logo-log img{
    width: 50px;
}
#digi-menu-log .digi-menu-header {
    padding: 0px;
    max-height: 60px!important
}
#digi-menu-log .digi-cont-top {
    height: 60px!important
}
#digi-menu-log .digi-menu-header img {
    max-width: 170px
}
#digi-menu-log .section-menu{
    padding-top: 5px;
    float:left;
    width: 50px;
}
#digi-menu-log .section-back{
    padding-top: 5px;
    float:left;
    width: 50px;
}
#digi-menu-log .section-search{
    float:left;
}
#digi-menu-log .section-search input{
    margin-top: 0px;
}
#digi-menu-log .section-search .inner-addon>div{
    margin-top: 7px;
}
#digi-menu-log .section-profile{
    float: right;
    position: relative;
}
#digi-menu-log .section-profile .photo-profile{
    width: 45px;
}
#digi-menu-log .section-profile .arrow-profile{
    width: 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}
#digi-menu-log .section-profile span{
    width: 45px;
}
#digi-menu-log .section-pr-name{
    float: right;
    position: relative;
    margin-right: 20px;
    color:#fff;
    margin: 0px 30px 0px;

}
#digi-menu-log .section-pr-name h2{
    font-size: 20px;
    margin: 0px;
}
#digi-menu-log .section-pr-name p{
    margin: 0px;
    margin-top: -5px;
    font-size: 14px;
}
#digi-menu-log .section-notification{
    float: right;
    position: relative;
    margin: 5px 20px 0px;
    cursor: pointer;
}
#digi-menu-log .section-notification img{
    float: right;
    position: relative;
    width: 30px;
}
#digi-menu-log .section-notification span{
    float: right;
    position: absolute;
    width: 15px;
    height: 15px;
    right: -9px;
    background: #52C1EC;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

.body-section-notification {
    top: 60px;
    right: 10px;
    padding: 30px;
    width: 94%;
    max-width: 500px;
}

.body-section-notification h5{
    margin-top: 10px;
    font-size: 22px;
}
.body-section-notification h5 span{
    background: #52c1ec;
    color:#fff;
    padding: 2px 7px;
    font-size: 15px;
    border-radius: 50%;
}
.notifications-popup{
    padding: 20px 10px;
}
.notification-popup p {
    margin: 0px;
}
.notification-popup{
    /*width: 100%;*/
    border-bottom: 2px solid #EDEDEF;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 0;
    cursor: pointer;
}
.notification-popup:last-child{
    border-bottom: 1px solid transparent;
}

.digi-menu-prof .digi-menu-sub-item-label-prof{
    border-bottom: 2px solid #EDEDEF;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 0;
    cursor: pointer;
}
.digi-menu-prof .digi-menu-sub-item-label-prof a{
    text-decoration: none;
    color:#484849;
}
.digi-menu-prof .digi-menu-sub-item-prof.active,
.digi-menu-prof .digi-menu-sub-item-prof:hover{
    border-color:#fc5155;
    color: #fc5155;
}
.digi-menu-prof .digi-menu-sub-item-prof{
    border-left: 2px solid transparent;
    margin-left:3px;
}
#digi-menu-log .section-search{
    padding-right: 40px;
}
.logo-prof {
    max-width: 50px;
    position: absolute;
    left:50%;
    /* transform: translate(-50%);
    z-index:2000; */
}
.logo-prof .section-logo-log {
    position: relative; 
    left: -50%;
}

@media only screen and (min-width:767px) {
    .body-section-notification {
        right: 280px;
    }
    .body-section-notification::before {
        content: '';
        position: absolute;
        right: 0;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 16px solid #fff
    }
    .digi-menu {
        width: 500px
    }
    .digi-menu-prof {
        width: 300px;
    }
}
@media only screen and (min-width:1024px) {
    #digi-menu-log .section-search{
        padding-right: 0px;
    }
}

#sectionHome .col-md-6,
#sectionHomeM3 .col-md-6,
#sectionM2 .col-md-6 {
    flex: 0 0 100%!important;
    max-width: 100%!important
}
#sectionHome,
#sectionM2 {
    height: calc(100vh - 190px);
    overflow-y: auto
}
#sectionHomeM3{
    height: calc(100vh - 60px);
    overflow-y: auto
}
#sectionHomeM3 #dig-section-left .aa{
    max-width: 300px;
}
#dig-section-left {
    padding: 50px 10px
}
#dig-section-left h1 {
    font-size: 36px;
    padding-bottom: 30px;
    color: #fff;
}
#dig-section-left p {
    font-size: 24px;
    padding-bottom: 10px;
    color: #fff;
}
#dig-section-right .container {
    padding-top: 20px
}
#sectionHome #dig-section-right .container {
    height: 50%
}
#dig-section-right h2 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}
.newpass-content {
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
    width: 95%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
.newpass-content h2 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}
#validate div {
    text-align: left;
    font-size: 15px;
    color: #ACAEAF;
    padding-left: 30px;
    padding-bottom: 5px
}
.icon-va {
    margin-left: -30px;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #C2C5D2;
    border-radius: 50%
}
.icon-va.valid {
    background: #2ECC71;
    border-color: #2ECC71
}

@media only screen and (min-width:767px) {
    #sectionHome>div,
    #sectionM2>div {
        height: 100%;
        max-height: calc(100vh - 190px);
    }
    #sectionHomeM3>div{
        height: 100%;
        max-height: calc(100vh - 60px);
    }
}

@media only screen and (min-width:1024px) {
    #sectionHome .col-md-6,
    #sectionHomeM3 .col-md-6,
    #sectionM2 .col-md-6
    {
        flex: 0 0 50%!important;
        max-width: 50%!important
    }
    #sectionHomeM3 #dig-section-right {
        overflow-y: scroll;
        max-height: calc(100vh - 60px)
    }

    #dig-section-right {
        overflow-y: scroll;
        max-height: calc(100vh - 190px)
    }
    #dig-section-right .container {
        padding-top: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 90%;
        height: 100%;
        margin: auto
    }
    #sectionHome #dig-section-right .container {
        height: 80%
    }
    .newpass-content {
        margin: 50px 0
    }
}


/*MODULO 2*/

/* select starting stylings ------------------------------*/
.select {
    position: relative;
    padding: .33rem 0 .55rem;
    margin: 0 0 .5rem;
    margin-bottom: 28px;
}
.select-text {
    position: relative;
    width: 100%;
    top: .35em;
    color: #ACAEAF;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
}
.select-text:focus {
    outline: none;
    border-bottom: 1px solid #ced4da;
}
.select .select-text {
    appearance: none;
    -webkit-appearance:none
}
.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}
.select-label {
    color: rgba(0,0,0, 0.26);
    top: .4em;
    color: #ACAEAF;
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
}
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    top: -20px;
    transition: 0.2s ease all;
    font-size: 12px;
}
.filto_nombre{
    font-size: 16px !important;
    top: .4em !important;
}
.select-bar {
    position: relative;
    display: block;
}
.select-bar:before, .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: -5px;
    position: absolute;
    background: #4285f4;
    transition: 0.2s ease all;
}
.select-bar:before {
    left: 50%;
}
.select-bar:after {
    right: 50%;
}
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/* #div-edit-img-profile{
    padding-right: 50px;
} */
#edit-img-profile,#edit-img-profile-2,#foto_temp{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
}
#div-btn-file{
    position: absolute;
    bottom: 0;
    right: 0px;
    background: #58C3ED;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
}
.btn-file {
    position: relative;
    overflow: hidden;
    color:#31708f;
    cursor: pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/*MODULO 3*/
#sectionM3{
    padding-top: 50px;
    position: relative;
    height: 100%;
    min-height: 100vh;
}
#sectionM3 .cuadro-wrap{
    /*height: 350px;*/
    display: flex;
    width: 100%;
    float:left;
    padding: 20px;
    margin-bottom: 50px;
}
#sectionM3 .cuadro{
    min-height: auto;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.2);
    position: relative;
}
#sectionM3 .cuadro-header{
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    color:#fff;
    text-align: center;
    font-size: 22px;
}
#sectionM3 .cuadro-body{
    padding: 40px 50px 10px;
    text-align: center;
}
#sectionM3 .cuadro-action{
    width:100%;
    padding: 20px 30px 30px;
}
#sectionM3 .cuadro-action .btn-cuadro-icon{
    padding-left: 40px;
}
#sectionM3 .cuadro-action .btn-cuadro-icon img{
    position: absolute;
    bottom: 5px;
    width:21px;
    left: 10px;
    /*padding: 20px 30px 30px;*/
}
#sectionM3 .cuadro-action .btn{
    margin: 15px 10px 0px;
}

.cuadro-color1{
    background-color: #09429B!important;
}
.cuadro-color2{
    background-color: #7858A5!important;
}
.cuadro-color3{
    background-color: #57C0E8!important;
}
.cuadro-color4{
    background-color: #23AEB2!important;
}

.btn-cuadro{
    padding: 0 20px;
    height: 36px;
    margin: 0;
    font-weight: 900;
    border-radius: 50px;
    border:2px solid ;
    background: #FFF
}
.btn-cuadro:hover{
    /*opacity: .8;*/
    color: #fff
}
.btn-cuadro:disabled{
    opacity: .4;
    color: #fff
}

.btn-cuadro-color1 {
    border-color: #09429B;
    color: #09429B;
}
.btn-cuadro-color1:hover,.btn-cuadro-color1:disabled{
    background: #09429B;
}
.btn-cuadro-color1:hover img,.btn-cuadro-color1:disabled img{
    filter: brightness(0) invert(1);
}

.btn-cuadro-color2 {
    border-color: #7858A5;
    color: #7858A5;
}
.btn-cuadro-color2:hover,.btn-cuadro-color2:disabled{
    background: #7858A5;
}
.btn-cuadro-color2:hover img,.btn-cuadro-color2:disabled img{
    filter: brightness(0) invert(1);
}

.btn-cuadro-color3 {
    border-color:#57C0E8;
    color: #57C0E8;
}
.btn-cuadro-color3:hover,.btn-cuadro-color3:disabled{
    background: #57C0E8;
}
.btn-cuadro-color3:hover img,.btn-cuadro-color3:disabled img{
    filter: brightness(0) invert(1);
}

.btn-cuadro-color4 {
    border-color: #23AEB2;
    color: #23AEB2;
}
.btn-cuadro-color4:hover,.btn-cuadro-color4:disabled{
    background: #23AEB2;
}
.btn-cuadro-color4:hover img,.btn-cuadro-color4:disabled img{
    filter: brightness(0) invert(1);
}

@media only screen and (min-width:767px) {
    #sectionM3 .cuadro-wrap{
        /*min-height: 350px;*/
        width: 50%;
        /*padding: 20px;*/
    }
}

@media only screen and (min-width:1024px) {

}

/*MODULO 6*/

#sectionM6{
    max-width: 1300px;
    margin: 0 auto;
    color:#737373;
}
#sectionM6 .btn-dig-blue-inv {
    box-shadow:none!important;
    color:#09429b;
    border-color:#09429b;
    font-size: 13px;
    height: 30px;
}
#sectionM6 .btn-dig-blue-inv:hover{
    opacity: 1;
    background: #09429b;
    color:#fff;
}
#sectionM6 .btn-dig-blue-inv:disabled {
    opacity: 1;
}
#sectionM6 .circle-calendar{
    float:left;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 5px;
}
#sectionM6 .action-calender{
    float: left;
    padding: 9px 10px 0px;
}
#sectionM6 label{
    font-family: ProximaNovaAltRegular;
    font-size: 12px;
    margin-bottom: 0px;
}
#sectionM6 .sec-left{
    float:left;
    font-size: 12px;
    margin: auto;
}
#sectionM6 .sec-center{
    float:left;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
}
#sectionM6 .sec-right{
    margin: auto;
    float:left;
}
/*// create*/
#sectionM6 .sig_vital{
    background-image: url(assets/checkboxes.png);
    background-position: left center;
    background-size: auto 100%;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.wrap-digi-modal{
    padding: 10px
}
.principal-pop-m6 {
    max-width: 720px!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    overflow-y: scroll;
    max-height:  95%;
}
.header-pop-m6{
    color:#fff;
    padding: 30px 10px 20px 10px;
    border-radius: 10px 10px 0px 0px;
}
.header-pop-m6  h5{
    font-size: 24px;
    font-weight: 500;
}
.header-pop-m6 .body-digi-popup{
    font-size: 20px;
}

.body-pop-m6{
    padding: 30px 50px 50px;
}
pesqui{
    width: 100%; 
    text-align: center;
}
.pesqui-wrap{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.img-pop-pesq{
    width: 35px;
    height: 35px;
    margin: 10px;
    float:left;
}

.icon-pesq{
    float:left;
    width: 50%;
}
.icon-pesq div{
    float:left;
    padding-top: 15px;
    font-size: 18px;
}
.check {
    display: none;
}
.checker,label:not(.checker[for=trigger]) {
    float:left;
    background-position: left center;
    background-size: auto 100%;
    /* width: 40px; */
    /* height: 40px; */
    background-repeat: no-repeat;
    /* margin:10px; */
    cursor: pointer;
}

#sgv + .checker{
    background-image: url(../images/pesq/sgv-outline.png);
}
#sgv.check:checked + .checker {
    background-image: url(../images/pesq/sgv.png);
}
#lab.check:checked + .checker {
    background-image: url(../images/pesq/lab.png);
}
#lab + .checker{
    background-image: url(../images/pesq/lab-outline.png);
}
#ant.check:checked + .checker {
    background-image: url(../images/pesq/ant.png);
}
#ant + .checker{
    background-image: url(../images/pesq/ant-outline.png);
}
#aud.check:checked + .checker {
    background-image: url(../images/pesq/aud.png);
}
#aud + .checker{
    background-image: url(../images/pesq/aud-outline.png);
}
#vis.check:checked + .checker {
    background-image: url(../images/pesq/vis.png);
}
#vis + .checker{
    background-image: url(../images/pesq/vis-outline.png);
}
#ort.check:checked + .checker {
    background-image: url(../images/pesq/ort.png);
}
#ort + .checker{
    background-image: url(../images/pesq/ort-outline.png);
}
#san.check:checked + .checker {
    background-image: url(../images/pesq/san.png);
}
#san + .checker{
    background-image: url(../images/pesq/san-outline.png);
}
#opt.check:checked + .checker {
    background-image: url(../images/pesq/opt.png);
}
#opt + .checker{
    background-image: url(../images/pesq/opt-outline.png);
}
#meg.check:checked + .checker {
    background-image: url(../images/pesq/meg.png);
}
#meg + .checker{
    background-image: url(../images/pesq/meg-outline.png);
}
#odt.check:checked + .checker {
    background-image: url(../images/pesq/odt.png);
}
#odt + .checker{
    background-image: url(../images/pesq/odt-outline.png);
}
#vac.check:checked + .checker {
    background-image: url(../images/pesq/vac.png);
}
#vac + .checker{
    background-image: url(../images/pesq/vac-outline.png);
}
.md-form.w{
    padding-right: 15px;
}
.alleter{
    padding: 0px!important;
    text-align: center;
    padding-top: 100%!important;
    font-size: 20px;
    color:#ACAEAF;
}
.md-form.w > input{
    border:1px solid #ACAEAF!important;
    padding-left: 10px;
    padding-right: 10px;
}
.md-form.w label {
    transform: translateY(-140%);
    font-size: .8rem;
}
.form-pop-m6 .md-form{
    margin-bottom:0.1rem;
}
/*@media only screen and (min-width:767px){*/
@media only screen and (min-width:1023px){
    #sectionM6 .btn-dig-blue-inv {
        font-size: 18px;
        height: 45px;
    }
    #sectionM6 .circle-calendar{
        width: 25px;
        height: 25px;
        margin-top: 0px;
    }
    #sectionM6 .action-calender{
        float: right;
    }
    #sectionM6 label{
        font-size: 18px;
    }
    #sectionM6 .sec-left{
        width: 40%;
        padding-top: 5px;
        font-size: 18px;
    }
    #sectionM6 .sec-center{
        float:left;
        width: 20%;
        text-align: center;
        padding: 0px;
    }
    #sectionM6 .sec-right{
        width: 40%;
    }  
}


/*MODULO 4C*/
.stepwizard{
    max-width: 240px;
    width: auto;
    overflow: hidden;
    margin: 0 auto;
}

.stepwizard-row{
    width: 100%;
    position: relative;
}

.stepwizard-row:before {
    top: 18px;
    bottom: 0;
    left:40px;
    position: absolute;
    content: " ";
    width: 150px;
    height: 2px;
    background-color: #ececec;
    z-index: -1;
}
.adulto_simple{
    width: 240px;
}
.adulto_simple > .stepwizard-row:before {
    width: 100px;
}
.wi_fami{
    width: 340px;
}
.wi_fami > .stepwizard-row:before {
    width: 200px;
}

.stepwizard-step {
    float:left;
    margin: 0 20px ;
    overflow: hidden;
}

.btn-circle-step {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0px 0;
    line-height: 37px;
    font-size: 22px;
    background: #fff;
    border:2px solid #ececec;
    border-radius: 50%;
}

.btn-circle-step a{
    color: #d1d1d6;
}
.btn-circle-step.active{
    background: #2ecc71;
    border-color: #2ecc71;
    color:#fff!important;
}
.btn-circle-step.active a{
    color:#fff!important;
}

.sectionM4B{
    background: #fbfbfb;
    min-height: calc(100vh - 60px);
}
#sectionM4 .setup-content h3{
    font-weight: 600;
    font-size: 22px;
}
#sectionM4 h2{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
#sectionM4 .title-label label{
    color: #ACAEAF;
    padding-bottom: 10px;
}
#sectionM4 .autori .col-12{
    padding: 15px 0;
    border-bottom:1px solid #d1d1d6;
    width: 100%;
}
#sectionM4 .autori .col-12 span{
    font-family: ProximaNovaRegular!important;
    font-size: 18px;
    color: #ACAEAF;
    /* font-weight: bold; */
}

#sectionM4 .col-12 a{
    font-family: ProximaNovaAltRegular!important;
    font-size: 16px;
    color: #2e7de1;
}

#sectionM4 .round span{
    font-size: 20px;
    font-family: ProximaNovaRegular;
}
#sectionM4 .tipo-re-fa{
    float:left;
    width: 50%;
}
#sectionM4 .tipo-re-fa .round{
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    position: relative;
}
#sectionM4 .tipo-re-encu{
    float:left;
    width: 50%;
    padding-right: 20px;
}
#sectionM4 .tipo-re-encu .round{
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    border-bottom:1px solid #ced4da;
}
#sectionM4 table{
    /* border:1px solid red; */
    border-radius: 10px!important;
    background: rgb(120, 88, 165);
}
#sectionM4 thead{
    color:#fff;
}
#sectionM4 tbody,#sectionM4 tfoot{
    background:#fff;
}
#sectionM4 .colap{
    text-align: center;
}
#sectionM4 .colap img{
    width: 25px;
    height: 25px;
    cursor: pointer;
}
#sectionM4 .body-colap td{
    width: 100%;
    background: #fff;
}
#sectionM4 .body-colap img{
    width: 35px;
    height: 35px;
    float:left;
    margin-right: 25px;
    background: #fff;
}
#sectionM4 .content-img{
    margin: 0 auto;
    width: 560px;
    overflow: hidden;
}
#sectionM4 .table-action img{
    width: 25px;
    height: 25px;
    margin-left: 5px;
}
.more-opt{
    max-width: 500px!important;
    padding: 30px 25px; 
}
.more-opt h3{
    font-weight: bold;
    font-size: 25px;
    padding: 20px 0px;
}
.more-opt .autori div{
    margin: 20px 0px;
}
.more-opt span{
   font-size:17px!important;
   color:#6c757d;
}

/* BUGS */
@media (max-width: 760px){
    .d-sm-block {
        display: none !important;
    }
}

.round input[type=radio]:checked+label {
    border-color: #2ECC71
}
.round input[type=radio]+label+span{
    margin: 20px
}
.round input[type=radio]:checked+label:after{
    opacity: 1
} 
/* Date Picker */
.datepicker-here:focus{
    outline: none;
    -webkit-box-shadow: 0 1px 0 0 #4285f4;
    box-shadow: 0 1px 0 0 #4285f4;
    border-bottom: 1px solid #4285f4;
}
.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer{
    display: none;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current-{
    background: rgb(9, 66, 155)!important;
    border-radius: 50%;
}
.datepicker {
    border-radius: 15px!important;
}
.datepicker--nav {
    border-bottom: none!important;
}
.datepicker--day-name {
    color: #b5b5b5 !important;
}
.add_date_jou img,.rest_date_jou img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.aa {
    background: #FAFAFF;
    border: none;
    padding: 5px;
    color: rgb(72, 72, 73);
    font-weight: bold;
}
input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance:none;
    appearance: none;    
  }
/*nuevas individual y institucional*/

.img-usu-orga{
    width: 100%;
    height: 100%;
    padding: 40px;
}
.img-login{   
    width: 90%;
    height: 85%;
    margin: 40px;
    box-shadow: 28px 25px 36px -7px rgba(168,166,168,1);    
}

#dig-section-leftH{
    background-color: #fff;    
    z-index: 1;
}
#dig-section-rightH{
    background: #f3f3f3;
    padding-left: 50px;
    padding-right: 50px;

}
.btn-dig-login{
    width: 100% !important;
    border-radius: 0 !important;
}
.title-login{
    /*margin-top: 128px;*/
    margin-top: 100px;
    /*margin-bottom: 50px;*/
    margin-bottom: 35px;
    font-family: ProximaNovaAltRegular;
    color: #7d7b77;
    font-weight: 600;
    font-size: 29,85px;
}
input#username,input#password{
    height: 40px !important;
    background-color: #f3f3f3;
    border: 1px solid #e0e0df;
}
.round label{
    background-color: #f3f3f3 !important;
    
}

.round input[type="checkbox"]:checked:after{
    background-color: transparent !important;
    border: 0;
}

.btn-dig-blue-regi{
    background: transparent !important;
    border: 1px solid #2e7de1 !important;
    color: #2e7de1 !important;
    border-radius: 50px !important;
}
.select-text{
    background: #f3f3f3 !important;
}
.title-usu-orga{
    margin-bottom: 10px;
    font-family: ProximaNovaAltRegular;
    color: #7d7b77;
    font-size: 1.8rem !important;    
}

@media (max-width: 768px) {
    .title-login{
        margin-bottom: 5px;
    }
}

@media (max-width: 991.98px) { 
    .img-login, .img-usu-orga{
         display: none;
    }
    #div-edit-img-profile{
        float: left !important;
    }
    #div-btn-file{
        left: 60px !important;
        right: inherit !important;
    }
    body{
       background: #f3f3f3 !important;
    }
    .mar-0{
        margin-top: 0 !important;
    }
    /*#login-responsive{
        display: block !important;
      
    }  */ 
    .mt-regis{
        margin-top: 2.5rem!important;
    }   
    .si-scroller{
        overflow: scroll !important;
    }

}

#login-responsive p{
    color: #7d7b77;
    font-size: 13px;
    font-family: ProximaNovaRegular !important;
    font-weight: 600;
}
#login-responsive a{
    color: #2e7de1;
    font-size: 14px;
    font-family: ProximaNovaRegular !important;
    font-weight: 600;
}
#login-responsive a:hover{
    color: #0056b3;    
}
/*#login-responsive{
    display: none;
}*/
#sectionHomeRowH{
    background: #f3f3f3;
}

/*botones login*/

@media (min-width: 1699px) { 
    /*.position-botones {
        position: absolute;
        bottom: 30%;
        left: 50%;
    }*/
    .btn-dig-blue-inv{
        padding: 5px 35px;        
        font-size: 18px;
        height: 40px;
    }
     .dig-section-confirmar{
        max-width: 35%;    
    }

}
@media (min-width: 1200px) and (max-width: 1698.98px)  { 
  /*  .position-botones {
        position: absolute;
        bottom: 30%;
        left: 50%;
    }*/
   
    .btn-dig-blue-inv{
        padding: 0 14px;
        height: 36px;
        font-size: 15px;
    }
    .dig-section-confirmar{
        max-width: 30%;    
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) { 
   /* .position-botones {
        position: absolute;
        bottom: 30%;
        left: 50%;
    }*/
    
    .btn-dig-blue-inv{
        padding: 0 10px;
        height: 30px;
        font-size: 13px;
    }
    .title-usu-orga{
        font-size: 25px;
    }
    .dig-section-confirmar{
        max-width: 30%;    
    }

}

@media (min-width: 768px) and (max-width: 991.98px) { 
    /*.position-botones {
        display: none;
    }*/
    .campo-pass .view-pass {
    right: 30%;
    }
    #login-username, #login-password{
        width: 50%;
    }
    .tex-center{
        left: 25%;
        position: relative;
    }   
    .dig-section-confirmar{
        max-width: 50%;    
    }
   
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    /*.position-botones {
        display: none;
    }*/
    
    .dig-section-confirmar{
        max-width: 60%;    
    }
    
}

@media (max-width: 575.98px) {
    /*.position-botones {
        display: none;
    }*/
    .dig-section-confirmar{
        max-width: 90%;
    
    }   
   
    #dig-section-rightH #miss_pass{
        margin-bottom: 15px;
    }

}

#dig-section-rightH #miss_pass {
    font-size: 14px;
    color: #2e7ddf;
    font-family: ProximaNovaRegular !important;
}
#dig-section-rightH #terms-priva{
    font-size: 13px;
    color: #3b86f5;
    font-family: ProximaNovaRegular !important;
    font-weight: 600;
}
.btn-padi{
    padding: 0 55px !important;
}
.dig-section-confirmar{    
    box-shadow: 1px 1px 20px 0px #cac6c6;
    margin-top: 60px;
}

.title-confir-contra{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
    color: #000;
    font-family: ProximaNovaRegular !important;
}
.validate-confir-contra div{
    font-size: 12px !important;
}


#dig-section-confirmar,.body-section-confirmar,.body-login{
    background: #f3f3f3 !important;
}
#edit-img-profile,#edit-img-profile-2,#foto_temp{
    width: 80px !important;
    height: 80px !important;  
}
#div-btn-file{
    padding: 5px !important;
    right: 5px;
    font-size: 10px;
}
#dig-section-rightH input{
    font-size: 1.1rem !important;
}
.mt-regis{
    margin-top: 15px;
}
.select-text{
    color: #495057 !important;
}
#q-conectado span{
    font-size: 13px !important;
    font-family: ProximaNovaAltRegular !important;
    color: #737373 !important;
    margin-left: 10px;    
    position: relative;
    bottom: 3px;
    margin-right: 0;
}
#dig-section-left-login{
    text-align: right;
}
#q-conectado label{
    top: -2px !important;
}
.campo-pass {    
    margin-top: 20px;
}