.contenedor {
    padding: 10px;
}

.sec-title span {
    /* color: rgb(18 112 115); */
    color: rgb(18 112 115);
}

.sec-title h2:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 130px;
    height: 2px;
    background: rgb(18 112 115);
}

.header-top {
    position: relative;
    font-size: 13px;
    padding: 7px 0px;
    /* background: rgb(18 112 115); */
    background: rgb(18 112 115);
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #fff;
}

.navbar-header {
    padding: 14px 0 40px 0 !important;
}

.mainmenu-area {
    background: #fff !important;
}

.mainmenu-area.stricky-fixed {
    margin: 0;
    position: fixed;
    background: rgb(0, 66, 119);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.navigation li a {
    /* padding: 8px 13px 57px !important; */
    text-transform: uppercase;
    /* color: rgb(18 112 115); */
    color: rgb(18 112 115);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.navigation>li>a {
    padding: 8px 13px 57px !important;
}

.navigation li a:hover {
    color: rgb(18 112 115);
}

.navigation>li:hover>a {
    color: rgb(18 112 115);
}

.navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    background: #333;
    width: 230px;
    margin-top: 0px !important;
    border-top: 2px solid #09a79b;
    padding: 12px 0px;
    z-index: 999;
    display: none;
}

.navigation>li>ul>li:hover>a {
    color: rgb(7, 163, 153);
}

.scroll-top {
    color: #fff;
    /* background: rgb(18 112 115); */
    background: rgb(18 112 115);
}

.circulo2 {
    width: 45px;
    height: 45px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: -7px 4px 30px 0px rgba(155, 155, 155, 0.39);
    -moz-box-shadow: -7px 4px 30px 0px rgba(155, 155, 155, 0.39);
    box-shadow: -7px 4px 30px 0px rgba(155, 155, 155, 0.39);

    background: #ea9834 !important;
}

.footer p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 27px;
}

.footer .title {
    font-size: 20px;
    color: rgb(7, 163, 153);
    font-weight: 800;
}

.footer-bottom {
    color: #000000;
    border-top: 1px solid #000;
    padding: 20px 0px 54px;
}

.footer .imangen-footer {
    width: 150px;
    background-color: rgb(18 112 115);
    border: 1px solid rgb(18 112 115);
}

.footer-bottom .copyright-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #000;
}

.footer-widget {
    margin-top: calc(50% - 150px);
}

@media only screen and (max-width: 992px) {
    .call-to-action a.thm-btn {
        float: none !important;
        margin: 0px;
    }

    .mainmenu-area {
        background: #0053a9;
        position: relative !important;
    }

    .main-menu {
        position: relative;
        margin-top: 5px;
    }

    .usuario {
        display: none;
    }

    .main-logo {
        margin: 10px 0 0px;
    }

    .mainmenu-area .right-area .link_btn {
        margin-top: 5px;
    }

    .main-menu .navbar-toggle .icon-bar {
        background: #0053a9;
        width: 30px;
    }
    .texto_encima {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .texto_encima {
        font-size: 12px;
    }
}

.rev_slider_wrapper .slide-content-box h2 {
    color: rgb(18 112 115);
}

.single-team-member .img-box .overlay {
    background: rgba(0, 102, 156, 0.82);
}


.single-team-member .author-info ul li i {
    background: rgb(18 112 115);
    color: #fff;
}

.our-services .item-list .item .icon-box i {
    color: rgb(18 112 115);
    border: none;
}

.our-team .owl-theme .owl-nav [class*=owl-] {
    background-color: rgb(18 112 115);
    color: #fff;
}

.latest-news .item .image-box .date,
.blog-latest-news .item .date,
.sidebar-page .blog-post .image-box .date {
    background: rgb(18 112 115);
    color: #fff;
}

.sidebar-page .blog-post .image-box .date p:before,
.blog-latest-news .item .date p:before {
    border-top: 8px solid rgb(18 112 115);
    border-right: 4px solid rgb(18 112 115);
}

.sidebar-page .blog-post .post-info li span:before {
    color: rgb(18 112 115);
}

.latest-news .item .admin-comments .icon:before {
    color: rgb(18 112 115);
}

.latest-news .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    background-color: rgb(18 112 115);
}

.latest-news .owl-theme .owl-nav [class*=owl-]:hover {
    color: rgb(7, 163, 153);
}

.thm-btn {
    /* background: rgb(18 112 115); */
    background:#4aa1a3;
    color: #ffffff;
    /* border: 2px solid rgb(18 112 115); */
}

.thm-btn:hover {
    background: #ffffff;
    color: rgb(18 112 115);
}

.our-services .item-list .item .content h4 a {
    color: rgb(7, 163, 153);
}

.our-services .item-list .item .content .content-layer .thm-btn:hover {
    background: #fff;
    border: 2px solid rgb(18 112 115);
    color: rgb(18 112 115);
}

.thm-btn-info {
    background: rgb(7, 163, 153);
    color: #ffffff;
    border: 2px solid rgb(7, 163, 153);
    border-radius: 5px;
}

.thm-btn-info:hover {
    background: #ffffff;
    color: rgb(7, 163, 153);
}


.our-services .item-list .item .content .content-layer .thm-btn-info:hover {
    background: #fff;
    border: 2px solid rgb(7, 163, 153);
    color: rgb(7, 163, 153);
}

.call-to-action {
    /* background: rgb(18 112 115); */
    background: rgb(18 112 115);
    padding: 15px 0;
    color: #fff;
}

.benifit-list li i {
    color: rgb(18 112 115);
}

.about-us .thm-btn:hover {
    color: rgb(18 112 115);
    border: 2px solid rgb(18 112 115);
}

.page-title .path a:hover {
    color: rgb(18 112 115);
}

.feature-style-three .item-list .item .inner-box .icon-box .icon {
    color: rgb(18 112 115);
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
    border: 1px solid rgb(18 112 115);
}

.contact_us .thm-btn:hover {
    border: 2px solid rgb(18 112 115);
    color: rgb(18 112 115);
}

.single-award .inner {
    background: rgb(18 112 115);
    color: #fff;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
    /* background: rgb(18 112 115); */
    color: #fff;
    /* border-color: rgb(18 112 115); */
    background: #4aa1a3;
    border-color: #4aa1a3;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
    color: rgb(18 112 115);
}

.donate-popup {
    z-index: 99999 !important;
}

.toast-container {
    z-index: 9999999 !important;
}

#alerta-cita {
    display: none;
    background: rgb(7, 163, 153);
    color: #fff;
    font-weight: bold;
    z-index: 21;
}

.terminos-condiciones {
    font-weight: bold;
}

.benifit-list>li {
    display: flex;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 3px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgb(18 112 115);
    border: 1px solid rgb(18 112 115);
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--default .select2-results__option--selected {
    background-color: rgb(18 112 115);
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    color: #fff;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #09a79b;
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 32px;
    margin-right: 20px;
    border: 1px solid rgb(7, 163, 153);
    padding: 0 10px 0 10px;
    background: rgb(7, 163, 153);
    color: #fff;
}

input[type=date] {
    padding: 0px 12px;
}

.modal-xl {
    width: 90% !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 10px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.rounded {
    border-radius: 5px !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .50rem !important;
}

.m-3 {
    margin: .75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .50rem !important;
}

.mt-3 {
    margin-top: .75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mr-2 {
    margin-right: .50rem !important;
}

.mr-3 {
    margin-right: .75rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

.mr-5 {
    margin-right: 1.25rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-2 {
    margin-bottom: .50rem !important;
}

.mb-3 {
    margin-bottom: .75rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.ml-2 {
    margin-left: .50rem !important;
}

.ml-3 {
    margin-left: .75rem !important;
}

.ml-4 {
    margin-left: 1rem !important;
}

.ml-5 {
    margin-left: 1.25rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .50rem !important;
}

.p-3 {
    padding: .75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pt-2 {
    padding-top: .50rem !important;
}

.pt-3 {
    padding-top: .75rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pt-5 {
    padding-top: 1.25rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pr-2 {
    padding-right: .50rem !important;
}

.pr-3 {
    padding-right: .75rem !important;
}

.pr-4 {
    padding-right: 1rem !important;
}

.pr-5 {
    padding-right: 1.25rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pb-2 {
    padding-bottom: .50rem !important;
}

.pb-3 {
    padding-bottom: .75rem !important;
}

.pb-4 {
    padding-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 1.25rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.pl-2 {
    padding-left: .50rem !important;
}

.pl-3 {
    padding-left: .75rem !important;
}

.pl-4 {
    padding-left: 1rem !important;
}

.pl-5 {
    padding-left: 1.25rem !important;
}

.dia {
    font-size: 50px;
    font-weight: 900;
    margin: 10px;
}

.mes,
.hora {
    font-weight: 900;
}

.archivo {
    width: 70px;
    height: 70px;
    font-size: 40px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
}

.excel {
    background: #01723a;
    color: #fff;
}

.pdf {
    background: #df0b0b;
    color: #fff;
}

.img {
    background: #339af0;
    color: #fff;
}

.word {
    background: #2b569a;
    color: #fff;
}

.required {
    color: #df0b0b;
}

.overflow-y {
    overflow-y: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

fieldset {
    min-width: 0;
    padding: 10px !important;
    margin: 0px;
    border: 1px solid #e5e5e5 !important;
}

legend {
    width: auto !important;
    padding: 10px !important;
    margin: 0 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 900;
    border: 0 !important;
}

textarea {
    resize: vertical;
}