﻿body {
    /* font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; */
    font-family: 'Roboto', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.sidenav.logged li a {
    color: gray;
    font-size: 1rem;
    display: block;
    cursor: pointer;
    font-weight: 300;
}

.container-2p {
    margin-left: 4%;
    margin-right: 4%;
}

nav {
    background-color: #29524D !important;
    padding-left: 4%;
    padding-right: 4%;
}

    nav ul a {
        color: dimgray !important;
    }

    nav ul li {
        padding: 0 12px !important;
    }

.nav-wrapper a {
    color: #191919 !important;
    font-weight: 400;
    font-size: 16px;
}

#nav-mobile .side_avatar {
    padding: 0 32px;
    display: flex;
    align-items: flex-end;
}

    #nav-mobile .side_avatar span {
        padding-left: 12px;
        font-size: 1.3rem;
    }

.mobile-icon-side {
    display: inline-block;
    width: 12%;
    text-align: center;
}

    .mobile-icon-side i {
        font-size: 1.3rem;
    }

#profile-mobile-side span:not(.mobile-icon-side) {
    padding-left: 10px;
}

#mentory-mobile-side span:not(.mobile-icon-side) {
    padding-left: 12px;
}

#money-mobile-side span:not(.mobile-icon-side) {
    padding-left: 10px;
}

#payment-mobile-side span:not(.mobile-icon-side) {
    padding-left: 15px;
}

#ajustes-mobile-side span:not(.mobile-icon-side) {
    padding-left: 17px;
}

#questions-mobile-side span:not(.mobile-icon-side) {
    padding-left: 12px;
}

.brand-logo {
    margin-right: 50px;
}

nav .brand-logo {
    font-weight: bold;
    font-size: 1.5em;
}

.brand-logo img {
    padding-top: 10px;
}

#nav-search {
    margin-left: 60%;
    width: 100%;
}


/*Nav de aviso*/

#aviso-llamada {
    z-index: 900;
    margin-top: 10px;
    position: absolute !important;
    bottom: 67px;
}

    #aviso-llamada nav {
        background-color: #f44336 !important;
        -webkit-box-shadow: 0px -7px 27px -9px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px -7px 27px -9px rgba(0,0,0,0.75) !important;
        box-shadow: 0px -7px 27px -9px rgba(0,0,0,0.75) !important;
    }



.aviso-body-wrapper {
    display: flex;
    justify-content: center;
}

.aviso-btn-wrapper {
    display: flex;
    justify-content: center;
}

.aviso-body-wrapper p {
    text-align: center;
    line-height: 20px;
    font-size: 1.5rem;
    font-weight: bold;
}

.aviso-btn-wrapper a {
    line-height: 37px;
    color: white !important;
}

/*Fin nav de aviso*/


/*Nav de company*/
#aviso-company {
    z-index: 900;
    margin-top: 10px;
    position: absolute !important;
    top: 67px;
}

    #aviso-company nav {
        background-color: #0094D8 !important;
        -webkit-box-shadow: 0px 14px 39px -15px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px 14px 39px -15px rgba(0,0,0,0.75) !important;
        box-shadow: 0px 14px 39px -15px rgba(0,0,0,0.75) !important;
    }

.company-body-wrapper {
    display: flex;
    justify-content: center;
}

.company-btn-wrapper {
    display: flex;
    justify-content: center;
}

.company-body-wrapper p {
    text-align: center;
    line-height: 20px;
    font-size: 1.5rem;
}

.company-btn-wrapper a {
    line-height: 37px;
    color: white !important;
}

#close_company {
    padding-left: 20px;
    text-decoration: underline;
}

/*FIN Nav de company*/
.input-field .postfix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
    margin-left: 0px;
    margin-right: 3rem !important;
}

.input-field .postfix {
    position: absolute;
    width: 5rem;
    right: 0px;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
}

    .input-field .postfix.active {
        color: #26a69a;
        border-bottom: none !important;
    }



#input-search:focus {
    box-shadow: 0 0px 0 0 #4CAF50 !important;
    border: none !important;
}

#li-mentor {
    line-height: 2;
    margin-top: 23px;
}

#btn-mentor {
    color: white !important;
    background-color: #8D448A;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
}

    #btn-mentor:hover {
        background-color: #007f00;
    }


#btn-publish {
    color: white !important;
    background-color: #4CAF50;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
}

    #btn-publish:hover {
        background-color: #007f00;
    }





.si75 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.no75 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.row.el-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.section-banner {
    margin-top: 50px;
}


.banner {
    position: relative;
}

#index-banner {
    margin-top: 50px;
}

.banner_action_btn {
    display: flex !important;
    justify-content: space-between !important;
}

.banner_left a {
    max-width: 450px;
    line-height: .5;
    height: auto;
}

.banner_right a {
    max-width: 450px;
    line-height: .5;
    height: auto;
}

.img-overlay h1 {
    color: white;
    text-align: left;
    font-weight: 500;
    font-size: 3.3rem;
}

.second-word {
    margin-top: -20px;
}

.img-overlay {
    position: absolute;
    top: 45%; /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    width: 80%;
}

    .img-overlay:before {
        content: ' ';
        display: block;
        height: 60%;
    }



.imagecard {
    position: relative;
    text-align: center;
}

    .imagecard img {
        width: 100%;
        object-fit: cover;
        min-height: 150px;
    }

.bottom-left {
    position: absolute;
    width: 70%;
    height: auto;
    left: 15%;
    background-color: rgba(33, 33, 33, 1);
    color: white;
    border-radius: 25px;
    bottom: -10px;
}

    .bottom-left h4 {
        margin: .72rem 0 .912rem 0 !important;
        line-height: 120% !important;
        font-size: 1.3rem !important;
    }

.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(54, 190, 54, 0.7); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .4s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    top: 0;
    height: 97.5%;
}

/* When you mouse over the container, fade in the overlay title */
/*.img-card-cont:hover .overlay {
    opacity: 1;
}*/

/*.img-card-cont:hover .bottom-left {
    transition: .4s ease;
    opacity: 0;
}*/

.img-card-cont {
    transition: transform 0.3s ease-out 0s;
}

    .img-card-cont:hover .imagecard .img-fluid {
        transform: translateY(-4px);
    }

.imagecard .img-fluid {
    transition: transform 0.3s ease-out 0s;
}

.top-cat:hover .imagecard .img-fluid {
    transform: translateY(-4px);
}


.el-row .col {
    margin-bottom: 30px;
}

.overlay h4 {
    margin-top: 25%;
}


.title-blue {
    color: #5c545c;
    font-size: 2.2rem !important;
}

/* cute colors beging */

.cute-color-blue {
    font-weight: bold;
    color: #29524D !important;
}

.cute-bg-blue {
    background-color: #41C2DC !important;
}

.cute-color-black {
    color: #1D1A34 !important;
}

.cute-bg-black {
    background-color: #1D1A34 !important;
}

.cute-color-purple {
    color: #8D448A !important;
}

.cute-bg-purple {
    background-color: #8D448A !important;
}

.cute-color-light-purple {
    color: #BF98CA !important;
}

.cute-bg-light-purple {
    background-color: #BF98CA !important;
}

.cute-color-light-gray {
    color: #EFEBF0 !important;
}

.cute-bg-light-gray {
    background-color: #EFEBF0 !important;
}

.cute-color-gray {
    color: #E8E4E0 !important;
}

.cute-bg-gray {
    background-color: #E8E4E0 !important;
}

.cute-color-dark-gray {
    color: #A0A0A0 !important;
}

.cute-bg-dark-gray {
    background-color: #A0A0A0 !important;
}

.cute-color-yellow {
    color: #EFEBF0 !important;
}

.cute-bg-yellow {
    background-color: #EFEBF0 !important;
}

/* cute colors end */

.title-green {
    color: #4CAF50;
    font-size: 2.2rem !important;
}

.title-black {
    color: rgba(0,0,0,0.87);
    font-size: 2.2rem !important;
}

#ttl-cat {
    text-align: left;
    margin-left: 0.75rem;
    font-size: 2.2rem !important;
    color: #4c4c4c;
    font-weight: 600;
}

#span-nuestras {
    color: #4c4c4c !important;
    font-weight: 400;
}

.ttl-ment {
    text-align: left;
    margin-left: 0.75rem;
    font-size: 2.2rem !important;
    color: #4c4c4c;
    font-weight: 600;
}

#p-ment {
    text-align: left;
    margin-left: 0.75rem;
    font-size: 1.2rem !important;
    margin-top: -10px;
    color: #606060;
}

#span-cat {
    color: #0094D8;
    cursor: pointer;
    transition: .25s ease;
}

    #span-cat:hover {
        color: #006699;
        transition: .25s ease;
    }

#span-ment {
    color: #0094D8;
    transition: .25s ease;
    cursor: pointer;
}

    #span-ment:hover {
        color: #006699;
        transition: .25s ease;
    }

.sepline {
    margin-left: 0.75rem;
    border: 0;
    border-top: 3px solid #0094D8;
    width: 12%;
}

#sepline-banner {
    border: 0;
    border-top: 3px solid #4CAF50;
    margin-top: -10px;
    margin-bottom: 20px;
}

nav {
    height: 80px !important;
    line-height: 80px !important;
}

    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        height: 80px !important;
        line-height: 80px !important;
    }

    nav .button-collapse i {
        height: 80px !important;
        line-height: 80px !important;
    }


.card-mentory {
    background-color: #e5e5e5 !important;
}

.card-mentories {
    background-color: white !important;
    box-shadow: none !important;
    cursor: pointer;
    min-height: 550px;
}

    .card-mentories p {
        color: #191919;
        font-weight: 400;
    }



.card-content-mentory h4 {
    color: #4CAF50;
    font-size: 1.7rem !important;
}

.card-content-mentories {
    padding: 0 !important;
}

    .card-content-mentories h4 {
        color: rgba(0,0,0,0.87);
        font-size: 1.3rem !important;
        padding-bottom: 5px;
        font-weight: 500;
    }

.card-mentor-name h5 {
    display: flex;
    font-size: 1rem !important;
    margin-top: -10px;
    color: #4c4c4c;
    font-weight: 300;
}

    .card-mentor-name h5 span {
        padding-left: 2px;
    }

        .card-mentor-name h5 span i {
            font-size: 1rem;
            color: #0094D8;
        }

.card-content-mentory h5 {
    font-size: 1rem !important;
    margin-top: -10px;
    color: #4c4c4c;
}

.card-content-mentory p {
    color: #191919;
    font-weight: 500;
}

.card-action-mentories {
    border-top: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 !important;
}

.views {
    background-color: #F5F5F5 !important;
    padding: 4px !important;
}

.money {
    background-color: #F5F5F5 !important;
    padding: 4px !important;
}


.card-image-top-mentory {
    transition: transform 0.3s ease-out 0s;
}


.card-mentories:hover .card-image-top-mentory {
    transform: translateY(-4px);
}



.carousel .indicators .indicator-item.active {
    background-color: #4CAF50;
}

.carousel .indicators .indicator-item {
    background-color: darkgray;
}

.carousel {
    min-height: 450px !important;
}

.page-footer {
    /* z-index: 10;
    background: linear-gradient(to bottom right, #75A848, #29524D);
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat; */
}
.page-footerDOS {
    /* z-index: 10;
    background: linear-gradient(to bottom right, #75A848, #29524D);
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat; */
    /* background-image: url("../img/banner/banner.png"); */
}

.footer-social a .social {
    font-size: 1.1rem !important;
}

.footer-social a .social {
    padding-top: 10px;
}

.footer-social {
    display: flex;
}

    .footer-social a {
        align-items: center;
    }

.modal-content h4 {
    color: #8D448A;
    font-weight: 600;
}

.title_modal_hr {
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.btn-social {
    border-radius: 10px;
    color: #fff;
    text-transform: none !important;
    width: 100%;
    font-size: 1.5rem;
    text-align: left !important;
    height: 50px;
    line-height: 2.2;
    margin-bottom: 20px;
}

.btn-linkedin {
    background: #0E76A8;
}

    .btn-linkedin:link, .btn-linkedin:visited {
        color: #fff;
    }

    .btn-linkedin:active, .btn-linkedin:hover {
        background: #084461;
        color: #fff;
    }

.fa-linkedin {
    font-size: 1.5rem !important;
    padding-right: 10px;
}



.btn-facebook {
    background: #3b5998;
}

    .btn-facebook:link, .btn-facebook:visited {
        color: #fff;
    }

    .btn-facebook:active, .btn-facebook:hover {
        background: #5B7BD5;
        color: #fff;
    }

.fa-facebook {
    font-size: 1.5rem !important;
    padding-right: 10px;
}

.btn-google {
    background: #DD4B39;
}

    .btn-google:link, .btn-google:visited {
        color: #fff;
    }

    .btn-google:active, .btn-google:hover {
        background: #E74B37;
        color: #fff;
    }

.fa-google-plus {
    font-size: 1.5rem !important;
    padding-right: 10px;
}

#o_line {
    border-top: 2px solid #e5e5e5;
    line-height: 0.1em;
    color: lightgray;
    font-weight: 600;
    padding-bottom: 2rem;
}

    #o_line span {
        padding: 0 10px;
        background: #fafafa;
    }

#correo_line {
    border-top: 2px solid #e5e5e5;
    line-height: 0.1em;
    color: lightgray;
    font-weight: 600;
    margin-bottom: 30px;
}

    #correo_line span {
        padding: 0 10px;
        background: #fafafa;
    }

.btn-social-correo {
    border-radius: 10px;
    color: #fff;
    text-transform: none !important;
    width: 100%;
    font-size: 1.5rem;
    text-align: center !important;
    height: 50px;
    line-height: 2.2;
    margin-bottom: 20px;
}

.btn-correo {
    background: #0094D8;
}

    .btn-correo:link, .btn-correo:visited {
        color: #fff;
    }

    .btn-correo:active, .btn-correo:hover {
        background: #006699;
        color: #fff;
    }

.collapsible-redes {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}


.collapsible-body-redes {
    border-bottom: 0 !important;
    padding: 30px 0 0 0 !important;
}


.collapsible-body-correo {
    padding: 15px 0 0 0 !important;
    border-bottom: 0 !important;
}

#registrate {
    color: #0094D8;
    cursor: pointer;
}

    #registrate:hover {
        color: #006699;
        cursor: pointer;
    }

/* Custome inputs */

.econ-input {
    border: 2px solid #A0A0A0 !important;
    border-radius: 10px !important;
    text-indent: 10px;
    width: 100% !important;
    margin: 0 !important;
    background-color: #fff !important;
}

    .econ-input:focus {
        box-shadow: none !important;
        border-color: #0094D8 !important;
        transition: .2s ease;
    }



.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.file-path-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #808080;
    opacity: 1; /* Firefox */
}


.econ-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #808080;
    opacity: 1; /* Firefox */
}

.econ-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
    opacity: 1; /* Firefox */
}

.econ-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #808080;
    opacity: 1; /* Firefox */
}

textarea::placeholder {
    color: #808080;
    opacity: 1; /* Firefox */
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
    opacity: 1; /* Firefox */
}

textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #808080;
    opacity: 1; /* Firefox */
}

.econ-datepicker input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #808080;
    opacity: 1; /* Firefox */
}

.econ-datepicker input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
    opacity: 1; /* Firefox */
}

.econ-input input::-ms-input-placeholder { /* Microsoft Edge */
    color: #808080;
    opacity: 1; /* Firefox */
}

.econ-select input {
    border: 3px solid #0fbd3d !important;
    border-radius: 20px !important;
    text-indent: 20px;
    width: 100% !important;
    margin: 0 !important;
    background-color: #fff;
    color: transparent;
    text-shadow: 0 0 0 rgba(0,0,0,0.87);
}

.econ-datepicker input {
    border: 2px solid #A0A0A0 !important;
    border-radius: 10px !important;
    text-indent: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    background-color: #fff !important;
    color: transparent !important;
    text-shadow: 0 0 0 rgba(0,0,0,0.87) !important;
}

.econ-select .select-wrapper {
    background-color: white;
}

    .econ-select .select-wrapper.disabled .select-dropdown {
        border-color: #f0eded !important;
        color: gray !important;
    }

/* .econ-select .select-wrapper .caret{
    z-index: 1;
} */
.btn-responsive-blue-xl {
    /* matches 'btn-md' */
    font-size: 25px;
    background-color: #0094D8;
    text-transform: none;
    padding: 25px;
    line-height: .1;
    border-width: 1px;
    border-radius: 10px;
}

    .btn-responsive-blue-xl:hover {
        background-color: #006699;
    }

.btn-responsive-blue-m:focus {
    background-color: #006699 !important;
}

.btn-responsive-green-xl {
    /* matches 'btn-md' */
    font-size: 15px;
    background-color: #75A848;
    text-transform: none;
    padding: 25px;
    line-height: .1;
    border-width: 1px;
    border-radius: 10px;
}

    .btn-responsive-green-xl:hover {
        background-color: #29524D;
    }


.btn-responsive-blue-m {
    font-size: 18px;
    background-color: #0094D8;
    text-transform: none;
    line-height: .1;
    border-width: 1px;
    border-radius: 10px;
    text-align: center;
}

    .btn-responsive-blue-m:hover {
        background-color: #006699;
    }


.btn-responsive-green-m {
    /* matches 'btn-md' */
    font-size: 18px;
    background-color: #0094d8;
    text-transform: none;
    line-height: .1;
    border-width: 1px;
    border-radius: 10px;
    text-align: center;
}

    .btn-responsive-green-m:hover {
        background-color: #317c33;
    }

.btn-responsive-transparent-m:focus {
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.87);
    background-color: transparent;
}

.btn-responsive-transparent-m {
    font-size: 18px;
    background-color: transparent;
    text-transform: none;
    line-height: .1;
    border-width: 1px;
    border-radius: 10px;
    text-align: center;
    color: rgba(0,0,0,0.87);
}


    .btn-responsive-transparent-m:hover {
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
        color: rgba(0,0,0,0.87);
        background-color: transparent;
    }



input.invalid:not(.file-path ) {
    border: 2px solid #F44336 !important;
    transition: .2s ease;
    box-shadow: none !important;
}

input.valid:not(.file-path ) {
    border: 2px solid #47B34A !important;
    transition: .2s ease;
    box-shadow: none !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.blue-econ {
    color: #8D448A;
}

.black-econ {
    color: #191919 !important;
}

.input-field.col label:not(.file-path) {
    left: 0 !important;
}

.econ-quantity input[type="number"] {
    position: relative !important;
}

    /* Spin Buttons modified */
    .econ-quantity input[type="number"].econ-input::-webkit-outer-spin-button,
    .econ-quantity input[type="number"].econ-input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center !important;
        width: 1em;
        border-left: 1px solid #BBB !important;
        opacity: .5; /* shows Spin Buttons per default (Chrome >= 39) */
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }

        .econ-quantity input[type="number"].econ-input::-webkit-inner-spin-button:hover,
        .econ-quantity input[type="number"].econ-input::-webkit-inner-spin-button:active {
            box-shadow: 0 0 2px #0CF !important;
            opacity: .8 !important;
        }

/* Override browser form filling */
.econ-quantity input:-webkit-autofill {
    background: black !important;
    color: red !important;
}

.transparent-select {
    background-color: transparent !important;
}

.index-carret .caret {
    z-index: 1 !important;
}



/* FIN custome inputs  */

.label-pay {
    text-align: left !important;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 10px;
}

#acepto-terminos {
    font-size: 1.2rem;
    color: rgba(0,0,0,0.87);
}

#btn-acept {
    margin-top: 80px;
    text-align: right;
}

#dropdown_perfil {
    top: 60px !important;
    overflow-x: hidden !important;
}

    #dropdown_perfil a {
        box-sizing: unset !important;
    }

        #dropdown_perfil a:hover {
            background-color: #eee !important;
        }

#user_avatar {
    border: 0;
    float: left;
    margin-top: 10px;
    border-radius: 100%;
    max-width: 50px;
    max-height: 50px;
}

/* Inicio Dots */

ul.dots * {
    /* disable border-box from bootstrap */
    box-sizing: content-box;
    list-style-type: none;
}


ul.dots li span {
    padding: 10px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    position: relative;
    color:white;
}

ul.dots li mark {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #FFF;
    width: 20px;
    height: 20px;
    background-color: #FF6B6B;
    position: absolute;
    top: -5px;
    font-size: 10px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-weight: 700;
}

    ul.dots li mark.big {
        width: 25px;
        height: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        line-height: 25px;
        font-size: 16px;
        top: -10px;
    }

    ul.dots li mark.green {
        background-color: #27ae60;
    }

    ul.dots li mark.blue {
        background-color: #3498db;
    }

ul.dots > li > a > span > mark {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

ul.dots > li:hover > a > span > mark {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

    ul.dots > li:hover > a > span > mark.rubberBand {
        -webkit-animation-name: rubberBand;
        animation-name: rubberBand;
    }

    ul.dots > li:hover > a > span > mark.swing {
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: swing;
        animation-name: swing;
    }

    ul.dots > li:hover > a > span > mark.tada {
        -webkit-animation-name: tada;
        animation-name: tada;
    }

    ul.dots > li:hover > a > span > mark.wobble {
        -webkit-animation-name: wobble;
        animation-name: wobble;
    }

li {
    /* list-style-type: circle; */
}

code {
    background: #ecf0f1;
}

/* animation keyframes */
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 1;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

/* Fin Dots */


#cat-list {
    font-size: 1.4rem;
    color: lightgrey;
}

#cat-list-line {
    margin-right: 50%;
    margin-top: -10px !important;
    border-top: 1px solid #e5e5e5;
}

.grey-line {
    border-top: 1px solid #e5e5e5;
}

.cat-list-div {
    margin-top: 65px;
}

.collapsible-cat-list {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

    .collapsible-cat-list .active a {
        color: #0094D8 !important;
    }

.collapsible-header-cat-list {
    border-bottom: 0 !important;
    padding: .7rem 0 .7rem 0 !important;
    font-size: 16px;
}

.collapsible-body-cat-list {
    padding: 0px 0 0 25px !important;
    border-bottom: 0 !important;
    color: rgba(0,0,0,0.87) !important;
    font-size: 14px;
}

.subcat-list li {
    padding-bottom: 10px;
}

.drop-modal {
    position: relative;
    cursor: pointer;
}

.caret-drop {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0,0,0,0.87);
}

#dropdown-precio {
    min-width: 500px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#li-precio:hover {
    background-color: white !important;
}

#li-rango:hover {
    background-color: white !important;
}

#filter-ment {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#filter-cont {
    background-color: white !important;
}

.starrr a {
    padding: 0;
    margin: 0;
    cursor: default;
}

    .starrr a:hover {
        color: #e5c100 !important;
    }

.starrr .fa-star {
    padding: 0 !important;
    margin: 0 !important;
    color: #e5c100 !important;
}

.star-detail a {
    padding: 0;
    margin: 0;
    cursor: default;
    font-size: 1.7rem !important;
}

    .star-detail a:hover {
        color: #e5c100 !important;
    }

.star-detail .fa-star {
    padding: 4px 2px !important;
    margin: 0 !important;
    color: #e5c100 !important;
}


.star-comment a {
    padding: 0;
    margin: 0;
    cursor: default;
    font-size: 1.2rem !important;
}

    .star-comment a:hover {
        color: #e5c100 !important;
    }

.star-comment .fa-star {
    padding: 4px 2px !important;
    margin: 0 !important;
    color: #e5c100 !important;
}

.views {
    color: #0094D8;
}

/* .irs-to{
  background: #0094D8 !important;
}

.irs-to:after{
  border-top-color: #0094D8 !important;
}

.irs-from{
  background: #0094D8 !important;
}

.irs-from:after{
  border-top-color: #0094D8 !important;
}

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
  background: url(../img/sprite-skin-flat-moded.png);
} */

#info-user-ment span {
    font-size: 1.1rem;
}

#mentor-info {
    font-size: 1.1rem;
    color: rgba(0,0,0,0.87);
}

    #mentor-info:hover {
        text-decoration: underline;
    }

#info-user-ment h4 {
    margin-bottom: 4px;
}

#info-mentory p {
    text-align: justify !important;
    font-weight: 500;
}


.mod-mini-menu .ul-mini-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #272727;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mod-mini-menu .li-mini-menu:not(:first-child) {
    border-left: 1px solid hsla(200, 10%, 50%, 100);
    border-width: 10% !important;
}

.mod-mini-menu .li-mini-menu {
    float: left;
    width: 100%
}

    .mod-mini-menu .li-mini-menu a {
        display: block;
        color: white;
        text-align: center;
        padding: 16px;
        text-decoration: none;
        font-size: 1.1rem;
    }

.mod-mini-menu .active.li-mini-menu a {
    color: #4CAF50;
}

#temario-text ol li {
    border: none;
}


#sesion-info {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: -10px;
}

#session-line {
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

#agenda-wraper {
    border-style: solid;
    border-width: 2px;
    border-color: #e5e5e5;
}

.day-group p {
    text-align: left !important;
    color: #4CAF50;
}

#day-line {
    margin-top: -10px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 20px;
}

.day-item {
    background-color: #E8E8E8;
    border-radius: 10px !important;
    padding: 3px 4px 3px 4px !important;
    text-align: center;
}

    .day-item a {
        color: rgba(0,0,0,0.87);
        font-size: 1rem !important;
        font-weight: 500;
        padding: 8px !important;
    }

    .day-item:hover {
        background-color: lightgray;
    }

.no-padd-sides {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#scrollable-days {
    overflow-y: auto;
    height: 60vh;
    overflow-x: hidden !important;
    position: relative;
}

#info-mentory-agenda input {
    background-color: transparent !important;
}

#info-mentory-agenda svg {
    z-index: 0 !important;
}

#temario-text ol li {
    font-size: 1.3rem;
    padding-bottom: 10px;
}

#user_avatar_comment {
    border: 0;
    border-radius: 100%;
}

.user_text_comment p {
    margin: 0 !important;
}

.user_text_comment span {
    color: lightgrey !important;
    padding-left: 10px;
}

.user_text_comment p a {
    color: rgba(0,0,0,0.87);
    font-size: 1.1rem;
    font-weight: 500;
}

    .user_text_comment p a:hover {
        text-decoration: underline;
    }

.no-b-margin {
    margin-bottom: 0 !important;
}

.grey-line {
    border-top: 1px solid #e5e5e5;
}

.no-padding {
    padding: 0 !important;
}

.confirmar-text p {
    font-size: 1.7rem;
    text-align: left;
}

.commentary-title {
    padding-left: .75rem;
    padding-bottom: 1.1rem
}

#select-transparent input {
    background-color: transparent !important;
}

#select-transparent svg {
    z-index: 0 !important;
}

.com-ment-wrapper textarea {
    min-height: 80px !important;
    padding: 20px;
    box-shadow: 0 14px 38px 1px rgba(0,0,0,0.0),0 1px 26px 3px rgba(0,0,0,0.12),0 1px 5px -7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 14px 38px 1px rgba(0,0,0,0.0),0 1px 26px 3px rgba(0,0,0,0.12),0 1px 5px -7px rgba(0,0,0,0.2);
    border-bottom: 0 !important;
}

.com-ment-wrapper label {
    padding: 20px;
    z-index: -1;
}

.com-ment-wrapper textarea:focus {
    border: 2px solid rgb(0,148,216, .6) !important;
    transition: .2s ease;
}

.com-ment-wrapper textarea.invalid {
    border: 2px solid rgb(244,67,54, .6) !important;
    transition: .2s ease;
    box-shadow: none !important;
}

.com-ment-wrapper textarea.valid {
    border: 2px solid rgb(71,179,74, .6) !important;
    transition: .2s ease;
    box-shadow: none !important;
}

.modal-padding {
    padding-left: 15% !important;
    padding-right: 15% !important;
}


/* Query media */

@media (max-width: 1044px) {

    .img-overlay h1 {
        font-size: 2.2rem !important;
    }

    .btn-responsive-blue-xl {
        font-size: 20px !important;
        padding: 20px !important;
    }

    #second-word {
        margin-bottom: 10px !important;
    }

    /*.img-overlay {
      top: 10%;
      left: 10%;
      transform: translate(-10%, -10%);
  }*/


}

@media screen and (min-width: 760px) {
    #toast-container {
        top: auto !important;
        right: auto !important;
        bottom: 5%;
        left: 2%;
    }
}



@media (max-width:760px) {
    /* matches 'btn-xs' */
    .btn-responsive {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 3;
    }

    /*.img-overlay {
    top: 10%;
    left: 10%;
    transform: translate(-10%, -10%);
}*/

    .img-overlay h1 {
        font-size: 1.2rem !important;
    }

    .btn-responsive-blue-xl {
        font-size: 16px !important;
        padding: 16px !important;
    }

    .modal-padding {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .collapsible-body {
        padding: 2rem !important;
    }
}

@media (max-width:601px) {

    .btn-responsive-blue-xl {
        font-size: 20px !important;
        padding: 20px !important;
    }

    @media (min-width: 300px) and (max-width: 767px) {

        #menu_profile {
            display: none !important;
        }
    }

    /*.img-overlay {
    margin-left: 12px !important;
  }*/
    #filter-cont {
    }

    .img-overlay h1 {
        font-size: 2rem !important;
        margin-bottom: 10px !important;
    }

    .second-word {
        padding-top: 10px;
    }


    .cita-explain {
        float: none !important;
        display: block !important;
        padding-top: 20px !important;
        padding-left: 1.75rem !important;
    }

    .timezone-wrapper2 {
        display: block;
        padding-left: .3rem !important;
        padding-top: 10px !important;
    }


    .timezone-wrapper3 {
    }


    .info-circle.green-dt {
        padding-bottom: 20px !important;
    }
}



@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 80px !important;
        line-height: 80px !important;
    }
}

@media only screen and (max-width: 992px) {

    .search-logo {
        display: none;
    }
}

@media (max-width: 1248px) {

    .nav_unlogged ul li a {
        font-size: 14px !important;
    }

    .nav_unlogged ul li {
        padding: 0 !important;
    }

    .nav_unlogged #input-search {
        font-size: 14px !important;
    }

    .nav_unlogged i {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 1247px) {

    .nav_logged ul li a {
        font-size: 14px !important;
    }

    .nav_logged ul li {
        padding: 0 !important;
    }

    .nav_logged #input-search {
        font-size: 14px !important;
    }

    .nav_logged i {
        font-size: 1.8rem !important;
    }
}

@media only screen and (min-width : 1600px) {
    .modal {
        width: 35%;
    }
}

@media (min-width: 1100px) and (max-width: 1599px) {

    .modal {
        width: 60%;
    }
}




/* Fin query media */

#timezone-wrap {
    margin-bottom: 0 !important;
}

    #timezone-wrap label {
        left: .75rem !important;
    }

#timezone-wrap {
    min-width: 230px;
}

.icon-timezone {
    font-size: 24px;
    color: #0094D8;
    /*cursor: pointer;*/
    padding-left: 10px;
}

/*.icon-timezone:hover {
        color: #006699;
    }*/

.timezone-wrapper {
    float: right !important;
    padding-right: 1.75rem !important;
    padding-top: 1.75rem !important;
    margin-bottom: 0 !important;
}

#actual-tz {
    font-family: 'Roboto', sans-serif;
    color: lightgray;
}

.not-actual {
    font-family: 'Roboto', sans-serif;
    color: gray;
}

.dropdownTZ {
    min-width: 200px;
    overflow-x: hidden;
}

    .dropdownTZ li a {
        font-size: 12px;
    }

.strippe-blue {
    background-color: darkgreen;
    border-radius: 0px !important;
}

.strippe-green {
    background-color: #4CAF50;
    border-radius: 0px !important;
}

.circle-blue {
    height: 25px;
    width: 25px;
    background-color: #0094D8;
    border-radius: 50%;
    display: inline-block;
    padding-right: 10px;
}

.circle-green {
    height: 25px;
    width: 25px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: inline-block;
    padding-right: 10px;
}

#color-code li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.color-code-text {
    padding-left: 10px;
    font-size: 1rem;
}

#citas-fechas {
    border: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

#citas-finalizadas {
    border: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.collapsible-header-citas {
    padding: 0 1rem 1rem 0 !important;
    font-weight: 500;
}

.collapsible-body-citas {
    padding: 2rem 0 2rem 0 !important;
    border-bottom: 0 !important;
}

#citas-fechas li {
    padding-bottom: 1rem !important;
}

#citas-finalizadas li {
    padding-bottom: 1rem !important;
}

.collapsible-body-citas thead tr {
    border-bottom: 0 !important;
}

.collapsible-body-citas thead th {
    display: none !important;
}

.cita-explain {
    float: right;
    display: flex;
    align-items: center;
}

.circle-info-wrapper {
    margin-left: -.75rem;
}

    .circle-info-wrapper .info-circle {
        display: flex;
        align-items: center;
    }

        .circle-info-wrapper .info-circle.green-dt {
            padding-right: 20px;
        }

.timezone-wrapper2 {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

#title-creat-pub p {
    font-size: 1.2rem;
    margin-top: 0;
}

#title-creat-pub h4 {
    /* margin-bottom: 0; */
}

#form-firstpart .input-field {
    padding-bottom: 25px;
}


#info-icon {
    padding-left: 12px;
    color: #e5e5e5;
}

.select-time span {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

    .select-time span a {
        display: flex;
        align-items: center;
    }

.gray-line {
    border-top: 1px solid #e5e5e5;
}

#page_mentory .material-tooltip {
    max-width: 35%;
}

.add-time {
    width: 36px !important;
    height: 36px !important;
    background: rgba(0,0,0,0.2);
}

.remove-time {
    background: red;
    width: 36px !important;
    height: 36px !important;
}

.rango-time {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center !important;
}

    .rango-time a {
        background-color: #0094D8;
    }

    .rango-time i {
        line-height: 0 !important;
        padding-top: 15px !important;
        font-size: 1.8rem !important;
    }

.starting {
    -webkit-animation: colorchange 1.3s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
        color: rgba(0,0,0,0.87);
    }


    100% {
        color: #c51162;
    }
}

.status {
    cursor: pointer;
}

.select_llamada {
    cursor: pointer !important;
}

.user:hover {
    background-color: #F8F8F8 !important;
}

.tabla-cita-estado.finalizada {
    font-weight: 600;
    color: #47B34A;
}

.tabla-cita-estado.aceptado {
    font-weight: 600;
    color: #47B34A;
}

.tabla-cita-estado.pendiente {
    font-weight: 600;
    color: #fbc02d;
}

.tr_reschedule {
    cursor: pointer;
}

.tabla-cita-estado.reschedule {
    font-weight: 600;
    color: #fbc02d;
}

.tabla-cita-estado.cancelado {
    color: gray;
    font-weight: 600;
}

.tabla-cita-estado.llamada {
    font-weight: 600;
    color: #dd2c00;
}

.tabla-cita-estado.denegado {
    font-weight: 600;
    color: #B00020;
}

.tabla-cita-estado.pendiente-pago {
    font-weight: 600;
    color: #FF9800;
}


.tz-create {
    font-size: 12px;
    float: right;
}

.mod-mini-menu p {
    text-align: justify !important;
}

.mentoria .icon-check {
    font-size: 1.5rem;
    cursor: pointer;
}

    .mentoria .icon-check:hover {
        color: #4CAF50;
    }

.mentoria .icon-reschedule {
    font-size: 1.5rem;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
}

    .mentoria .icon-reschedule:hover {
        color: #0094D8;
    }



.mentoria .icon-cancel {
    font-size: 1.5rem;
    cursor: pointer;
}

    .mentoria .icon-cancel:hover {
        color: dimgrey;
    }

.mentoria-selected .icon-check {
    font-size: 1.5rem;
    color: #4CAF50 !important;
}

.mentoria-selected .icon-cancel {
    font-size: 1.5rem;
    color: #EF5350 !important;
}

.mentoria-selected .icon-reschedule {
    font-size: 1.5rem;
    color: #0094D8 !important;
}

.format-desc {
    color: rgba(0,0,0,0.87);
    padding-left: 25px !important;
}

#citas-finalizadas li table tbody tr:not(.tr_aceptado):not(.tr_pendiente) {
    cursor: pointer;
}

#citas-finalizadas li table tbody .tr_aceptado:hover, #citas-finalizadas li table tbody .tr_pendiente:hover {
    background-color: white;
}

#citas-finalizadas li table tbody tr:not(.tr_aceptado):not(.tr_pendiente) {
    cursor: pointer;
}

#citas-finalizadas li table tbody .tr_aceptado:hover, #citas-finalizadas li table tbody .tr_pendiente:hover {
    background-color: white;
}

#menu_profile {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.container-2p-noleft {
    margin-left: 0;
    margin-right: 4%;
}

#menu_profile {
    height: 100vh;
    position: fixed;
}


#side_menu {
    margin-top: 50px;
}

#content_profile {
    padding-left: 4%;
    padding-top: 60px;
}


#menu_profile {
    padding-left: 0;
    padding-right: 0;
}

#side_menu li a {
    color: gray;
    font-size: 1rem;
    display: block;
    padding: 20px;
    cursor: pointer;
    font-weight: 300;
}

#side_menu li span {
    padding-right: 5px;
}

/*#side_menu li {
    padding: 20px;
}*/

#side_menu li:hover {
    background-color: lightgray;
}

#side_menu .active a {
    color: #8D448A;
}

#avatar_mentor img {
    max-height: 200px;
    width: auto;
    border-radius: 100%;
}

#mentor_menu {
    padding-top: 20px;
}

#cuenta_habilidad_chip {
    border: 0 !important;
    cursor: default;
}

    #cuenta_habilidad_chip .chip {
        height: 42px;
        font-size: 16px;
        padding: 0 22px;
        margin-bottom: 10px;
        line-height: 42px;
    }

        #cuenta_habilidad_chip .chip i {
            font-size: 20px;
            line-height: 40px;
        }




.mod {
    font-size: 1.2rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 150px;
}


.toast-green {
    color: #4CAF50;
}

.toast-yellow {
    color: #fbc02d;
}

.card-exp, .card-subject {
    cursor: pointer;
    min-height: 320px;
}

    .card-exp .action-btn, .card-subject .action-btn {
        display: none;
        position: absolute !important;
        right: -10px;
        top: -10px;
    }

.action-btn2 {
    position: absolute !important;
    right: -5px;
    top: -15px;
}

.card-exp:hover, .card-subject:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .card-exp:hover .action-btn, .card-subject:hover .action-btn {
        display: block;
        transition: .4s ease;
    }


.card-content-exp .card-title {
    font-weight: 500;
    margin-bottom: 0 !important;
}

.card-content-exp .card-date {
    color: gray;
    font-size: 1rem;
    margin-bottom: 8px !important;
}

.card-cer {
    cursor: pointer;
}

    .card-cer .action-btn {
        display: none;
        position: absolute !important;
        right: -10px;
        top: -10px;
    }

    .card-cer:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        .card-cer:hover .action-btn {
            display: block;
            transition: .4s ease;
        }


.card-content-cer .card-title {
    font-weight: 500;
    margin-bottom: 0 !important;
}

.card-content-cer .card-date {
    color: gray;
    font-size: 1rem;
    margin-bottom: 8px !important;
}

.btn-floating.xs {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

    .btn-floating.xs i {
        font-size: 1.3rem;
        line-height: 30px;
    }

    .btn-floating.xs.edit-exp, .btn-floating.xs.edit-subject {
        background-color: #0094D8 !important;
        /*background-color: #006699;*/
    }

    .btn-floating.xs.remove-exp, .btn-floating.xs.remove-subject {
        background-color: lightgray !important;
        /*background-color: #006699;*/
    }

    .btn-floating.xs.edit-cer {
        background-color: #0094D8 !important;
        /*background-color: #006699;*/
    }

    .btn-floating.xs.remove-cer {
        background-color: lightgray !important;
        /*background-color: #006699;*/
    }

    .btn-floating.xs.remove-card {
        background-color: lightgray !important;
        /*background-color: #006699;*/
    }


    .btn-floating.xs.add-card, .btn-floating.xs.add-card2 {
        background-color: #4CAF50 !important;
    }

    .btn-floating.xs.remove-card-abono {
        background-color: lightgray !important;
        /*background-color: #006699;*/
    }



.scrollable-wrapper {
    position: relative;
    max-height: 60vh;
    width: 110%;
    padding-left: 5px;
    padding-right: 10%;
}

.p_money {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.card-img-logo {
    display: block;
    width: 50% !important;
    height: auto !important;
}


.card-content-pay {
    display: flex;
    align-items: center;
}

.block-with-text {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

    .block-with-text:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .block-with-text:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: #e5e5e5;
    }

#list_cat_a {
    color: rgba(0,0,0,0.87);
}

.none {
    display: none !important;
}

.shadow-table {
    box-shadow: 0 14px 38px 1px rgba(0,0,0,0.0), 0 1px 26px 3px rgba(0,0,0,0.12), 0 1px 5px -7px rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: 0 14px 38px 1px rgba(0,0,0,0.0), 0 1px 26px 3px rgba(0,0,0,0.12), 0 1px 5px -7px rgba(0,0,0,0.2) !important;
}

.IN-widget {
    display: none !important;
}

.error-txt {
    text-align: left;
    margin-bottom: -20px;
    color: #F44336;
    display: none;
}

label.error {
    display: none !important;
}

.business {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}

    .business:hover {
        cursor: pointer;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

.business-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
}

#user_avatar_rating {
    border-radius: 100%;
}


#user_name_rating {
    font-size: 1.3rem;
    margin-bottom: 0;
}

#info_wrapper {
    font-size: 1.3rem;
}

#pub_name {
}

#pub_time {
    font-weight: 500;
}

#pub_total {
    font-weight: 500;
}

.acerca {
    margin-bottom: 0;
    padding: 0 .75rem;
}

.rating {
    line-height: 22px;
    font-size: 1.7rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .rating .fa-star {
        color: #e5e500;
        padding-right: 6px;
    }

    .rating .fa-star-o {
        color: rgba(0,0,0,0.5) !important;
        padding-right: 6px;
    }

.star-rating-wrapping label {
    font-size: 1.1rem;
}
