/*Version 1.5*/

/*Define custom properties*/
:root {
    --primary-color: #04C69A;
    --secondary-color: #0394A7;
    --acent-color: #04CCA0;
    --smooth-color: rgba(4, 204, 160, 0.1);
    --danger-color: #FF3636;
    --success-color: #82d616;
    --gold-color: #BD8200;
    --gray-color: #626262;
    --font-bold: bold;
    --light-gray-color: #f1f1f1;
    --tab-gray-color: #EFEFEF;
    --medium-gray-color: #909090;
    --normal-gray-color: #707070;
    --menu-gray-color: #d8d8d8;
    --white-color: #ffffff;
    --transparent-color: transparent;
    --border-gray: #CACFD7 !important;
    --bg-icons: #EFEFEF;

    --font-h1: 3.125rem; /* 50*/
    --font-h2: 2.8125rem; /* 45*/
    --font-h3: 2.1875rem; /* 35*/
    --font-h4: 1.875rem; /* 30 */
    --font-h5: 1.5rem; /* 24*/
    --font-h6: 1.125rem; /* 18*/
    --font-h7: 1rem; /* 16 */

    --font-p: 0.875rem;  /* 14*/
    --font-medium: 1rem; /* 16*/
    --font-normal: 0.875rem; /* 14*/
    --font-small: 0.75rem; /* 12*/
    --font-40: 2.5rem; /* 40*/
    --font-20: 1.25rem; /* 20*/
}

/*Menu*/
.navbar-nav  .nav-item .nav-link.active{
    border-bottom: 1px solid var(--white-color);
}

/* Home section*/
.home > .navbar{
    box-shadow: none !important;
}

/*Home. Tabs info**/
#homeTabContent.tab-content{
    background: var(--tab-gray-color) !important;
    color: var(--gray-color) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.nav-tabs{
    border-bottom: none !important;
}

.nav-tabs .nav-item .nav-link{
    min-width: 200px;
    text-align: center;
    background-color: var(--transparent-color) !important;
    color: white !important;
    border: 1px solid white;
}

.nav-tabs .nav-item .nav-link.active{
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
    border: 1px solid var(--primary-color);
}


/*Select picker*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: var(--primary-color) !important;
    color: white;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
    box-shadow: none !important;
    border: 1px solid #aaa !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #aaa !important;
}

.select2-selection__choice__remove{
    font-size: 2rem !important;
    float: right;
    margin-left: 5px
}

.select2-container .select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0.5rem !important;
}

.select2-selection__choice{
    height: 36px !important;
    margin-top: 5px !important;
    border-radius: 20px !important;
    display: flex;
    justify-content: center;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #d2d6da !important;
}

.select2-results__option, .select2-selection__rendered{
    font-size: 0.875rem !important;
}


/*Calendar*/
@media only screen and (max-width: 600px) {
    .flatpickr-calendar.open {
        margin-left: 0px !important;
    }

    .select2-containert{
        width: 100% !important;
    }
}


/*Arrows Multiple solution*/
.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: 0;cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: 0;cursor: pointer
}


/* Add for multiple check*/
.select2-container--default .select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]:before {
    right: 15px;
    font-family: fontAwesome;
    color: #999;
    content: "\f00c";
    padding-right: 5px;
    width: 25px;
    height: 25px;
}

/*Jquery Filer*/
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success{
    background: var(--primary-color) !important;
}


/*Bold select2*/
.select2-results__option[aria-bold="true"]{
    font-weight: bold;
}


/*Extra custom styles**/
.site-full > section .content {
            min-height: calc(80vh - 250px) !important;
        }

@media only screen and (max-width: 600px){
    .position-sticky{
        position: static !important;
    }
}

.container-testimonials .owl-theme .owl-nav {
    color: #667080 !important;
}

.container-testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #667080 !important;
}

.owl-carousel .owl-item img.small-icon-image {
    border: 0px solid transparent !important;
    border-radius: 150px !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

img.small-icon-image{
    border: 1px solid var(--border-gray) !important;
    border-radius: 150px !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

.avatar-icon-image{
    border: 1px solid var(--border-gray) !important;
    border-radius: 150px !important;
    width: 120px !important;
    height: 120px !important;
}

.small-icon-extra-image{
    width: 120px !important;
    height: 120px !important;
}

.comment-icon-image{
    border: 1px solid var(--border-gray) !important;
    border-radius: 150px !important;
    width: 60px !important;
    height: 60px !important;
}

.treatment-icon-image, .office-icon-image{
    border-radius: 16px !important;
    max-width: 96px !important;
    max-height: 96px !important;
    width: 96px !important;
    height: 96px !important;
    object-fit: cover;
}


.text-banner.text-medium p {
    font-size: 1rem !important;
}

.black-white-filter{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.top-black-white-filter .fileuploader-item-image img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.overlay-primary{
    background: linear-gradient(0deg, rgba(3, 154, 173, 0.4), rgba(3, 154, 173, 0.4));
    width: 96px !important;
    height: 96px !important;
    position: absolute;
    border-radius: 16px !important;
    z-index: 1;
}


.plain-search .card {
    background: var(--tab-gray-color) !important;
}


/*Mobile adjust. Next try to move to */
@media only screen and (max-width: 600px){
    .footer-option{
        margin-top: 2rem;
    }
}

/*Version 1.5*/
@media only screen and (max-width: 600px) {
     #myTab_mobile{
        display: flex;
        justify-content: space-between;
    }
    .nav-tabs .nav-item .nav-link{
        min-width: 10px;
    }

    .block-search .btn{
        width: 100%;
    }
}

.lineh2{
    height: 2px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    border: 2px solid white;
    border-radius: 25px;
}

.carousel-inner{
    height: 600px !important;
    max-height: 600px !important;
    background-color: #EFEFEF !important;
}

.carousel-inner img{
    width: 100%;
    height: auto;
}

/*.left-side-slider {
    margin-left: auto;
    margin-right: 1.5rem !important;
}

.right-side-slider{
    margin-right: auto;
    margin-left: 1.5rem !important;
}*/

@media only screen and (max-width: 600px) {
    .carousel-inner {
        height: 400px !important;
    }
}



.btn-white-nh {
    border: 1px solid #dee2e6 !important;
    background-color: #fff;
    color: #344054;
}

.no-round{
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.rounded-no-left{
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
    border-left: none !important;
}

.rounded-no-right{
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-right: none !important;
}

.last_twice{
    border-left: 1px solid #dee2e6 !important;
}

.fix-form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

/*Hide map cordinates button*/
.mw-coordinates-wrap {
    display: none !important;
}

.mw-wrap {
    width: 100% !important;
    min-width: 100% !important;
}


/*Headers*/

.mw-header {
    margin-bottom: 40px !important;
}



.mw-adress-input-wrap {
    width: 100% !important;
}



.mw-header .mw-btn {
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 600px) {
    .mw-header {
        display: flex;
        flex-direction: column;
    }

    .mw-btn-my-location {
        width: 100% !important;
    }

    .mw-adress-input-wrap {
        width: 100% !important;
    }

    .mw-btn-add-marker {
        width: 100% !important;
    }
}


/*Validaciones*/
/*Password validation fields*/
/* The message box is shown when the user clicks on the password field */
#message {
    display: none;
    /*background: var(--smooth-color);*/
    position: relative;
    padding: 2px;
}

#message p {
    padding: 1px 35px;
}

.force-break{
    word-break: break-all;
}



#notifications_results li a {
    color: black !important;
}

.display-none{
    display: none !important;
}


/* Add a green text color and a checkmark when the requirements are right */
.valid-pass {
    color: var(--primary-color);
}

.valid-pass:before {
    position: relative;
    left: -35px;
    content: '\2714';
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid-pass, .has-error, .error,  .has-error label {
    color: var(--danger-color);
}

.invalid-pass:before {
    position: relative;
    left: -35px;
    content: "\2716";
}


/*Aditional registers csss*/
#loader {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.1) url(https://conexion-assets-v2production.s3.us-east-2.amazonaws.com/static/img/progressv2.gif) no-repeat center center;
        z-index: 10000;
    }

.block-title{
    margin-top: 0.5rem;
}


.icon-footer{
    width: 40px;
    height: 40px;
    background-color: var(--bg-icons);
}

/*Fix title sections mobile*/
@media only screen and (max-width: 600px) {
    header .page-header .container  .presentation-section{
        text-align: center;
    }

    header .page-header .container  .presentation-section .btn{
        width: 100%;
    }
    nav.navbar {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .btn{
        width: 100% !important;
    }
}

.avatar{
    width: 32px !important;
    height: 32px !important;
}

/*Debug mode**/
/*.container{
    border: 1px solid red;
}

.container-fluid{
    border: 1px solid blue;
}*/

@media only screen and (max-width: 600px) {
    .fix-mobile-top{
        margin-top: 1rem !important;
    }

    .fix-mobile-bottom{
        margin-bottom: 1rem !important;
    }

    .fix-mobile-left{
        margin-left: 1rem !important;
    }

    .fix-mobile-right{
        margin-right: 1rem !important;
    }

    .card-body{
        padding: 1rem 1rem !important;
    }
}


.ci {
    width: 24px;
    height: 24px;
    margin: 0px !important;
    margin-right: 5px !important;
}

.cix2 {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 600px) {
    .moving-tab.position-absolute.nav-link {
        margin-bottom: 70px;
        top: 4px;
    }
}

.moving-tab {
    box-shadow: 0px 1px 5px 1px #ddd;
    background: #fff !important;
}

.moving-tab .nav-link.active{
    background: var(--primary-color) !important;
    color: transparent !important;
}

.submenu .active{
    color: white !important;
}

.small-icon-tech{
    width: 62px !important;
    height: 46px !important;
}