/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html {
    border: 4px solid #303775;
    padding: 10px;
    margin: 1%;
    border-radius: 15px;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

small {
    color: #303775;
    font-weight: 400;
    font-size: 20px;
    padding-top: 0%;
    padding-bottom: 3%;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

iframe {
    border-radius: 15px;
    height: 322px;
    margin-left: 0%;
    width: 100%;
    margin-top: 0%;
}

.label_star {
  color: grey;
  font-size: 32px;
}

.input_star[type="radio"] {
  display: none;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.label_star:hover,
.label_star:hover ~ label {
  color: orange;
}

.input_star[type="radio"]:checked ~ label {
  color: orange;
}

.border-left-primary {
    border-left: 0.25rem solid #4e73df!important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a!important;
}

.border-left-danger {
    border-left: 0.25rem solid #a42b0c!important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc!important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e!important;
}

.border-left-alert {
    border-left: 0.25rem solid #f6f43e!important;
}

.text-gray-300 {
    color: #dddfeb!important;
}

.li_space {
    padding: 0px 15px;
}

.wrapper{
    height: 50px;
}

.navbar {
    padding: 15px 10px;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.container {
    max-width: 99%;
    margin-left: 8px;
    margin-top: -8%;
}

.collapse {
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-header {
    display: contents;
}

.margin-title-top {
    padding-top: 8%;
    color: #303775;
    font-size: 2em;
    font-weight: 500;
}

.margin-title {
    padding-top: 0%;
    color: #303775;
    font-weight: 100;
}

.navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0rem;
    color: #303775;
    font-size: 1.7em;
}


element.style {
}
.navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0rem;
    color: #303775;
    font-size: 1.7em;
}
.navbar-nav .nav-link {
    padding-right: 3px;
    padding-left: 3px;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.btn-info {
    color: #fff;
    background-color: #303775;
    border-color: #303775;
}

.btn-exito {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-exito:hover {
    color: #fff;
    background-color: #198754;
    border-color: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.img-logo{
  width: 80%;margin-top: 0%;margin-left: 8%;margin-bottom: 0%;
  }

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: linear-gradient(#30377f 50%, #cf8934);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: transparent;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: transparent;
}

.subindice {
    font-size: 0.75em;
    margin-left: 2%;
    position: absolute;
    margin-top: -4%;
    text-align: center;
    width: 25px;
    height: 20px;
    background: #313678;
    color:  #fff;
}

.subindice1 {
    font-size: 0.75em;
    margin-left: 3%;
    position: absolute;
    margin-top: -4%;
    text-align: center;
    width: 25px;
    height: 20px;
    background: #313678;
    color:  #fff;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 36%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: fff!important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; 
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0px;
    left: auto;
    top: 57px;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    /*content: '\e259';*/
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    /*content: '\e260';*/
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: transparent!important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px 0px;
    min-height: 100vh;
    transition: all 0.3s;
    top: 0;
    right: 0;
    left: 0.2%;
}


.list-group-item-1 {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
} 

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
    text-align: justify;
}

.img-thumbnail-store-proveedores {
    width: 200px;
    padding: 0.25rem;
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: 0.25rem;
    margin-left: 4%;
    margin-top: -4%;
    margin-bottom: 3%;
}

.img-thumbnail-store {
    background-color: #fff;
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    /*border: 1px solid #dee2e6;*/
    border: none;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-doctor {
    padding: 0.25rem;
    background-color: #fff;
    border: none;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.h-100 {
    height: 100%!important;
}


.card-doctor {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 0.25rem;
    margin-top: 9%;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    margin-top: -4%;
}

.card-header-1 {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body-1 {
    flex: 1 1 auto;
    padding: 0.5rem 1.25rem;
}

.card-title-1 {
    font-size: 0.9rem;
    font-weight: 600;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -3px;
    margin-top: -12%;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.mb-4-blog {
    margin-bottom: 1.5rem!important;
    padding: 12px 0px;
}

/* ---------------------------------------------------
    CARROUSEL STYLE
----------------------------------------------------- */


.card-carrousel {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 15px;
}

.img-thumbnail-carrousel {
    background-color: #fff;
    border-radius: 0px;
    max-width: 100%;
    height: auto;
}

.div-carrousel {
    margin-top: -40%;padding-left: 3px;
}

.slick-arrow{
    border-radius: 30px;
    background-color: transparent;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
   /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);*/
    border: 0;
    cursor: pointer;
}
.slick-arrow:focus{
    outline: 0;
}
.slick-arrow svg{
    width: 100%;
    height: 100%;
    color: #fff;
}

.slick-arrow-right {
    position: absolute;
    margin-left: 90%;
    margin-top: 7%;
}

.slick-arrow-left {
    position: absolute;
    margin-left: 5%;
    margin-top: 7%;
}

.slick-prev{
    left: -55px;
}
.slick-next{
    right: 43%;
}

.slick-list{
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto;
    width: 100%;
    overflow: hidden;
    margin-left: 0%;
    border-radius: 15px;
   /* background-image: url(../../../../assets/img/inicio/background.jpg);*/
}
.slick-track{
    position: relative;
    top: 0%;
    left: 10%;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
    height: auto;
    margin-top: 0%;
    padding-right: 0px;
    border-radius: 15px;
}

.slick{
    position: relative;
    width: 150.98px;
    padding: 8px 0px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: auto;
    margin-top: 7%;
    margin-left: 1%;
}



/* ---------------------------------------------------
    CREDENCIAL STYLE
----------------------------------------------------- */

.card-credencial-inicio {
    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-radius: 0.25rem;
}

.img-thumbnail-2 {
    background-color: #fff;
    border-radius: 15px;
    width: 326px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 8%;
}

.btn-adquirir{
    position: absolute;
    margin-top: 5%;
    margin-left: 65%;
    border-radius: 30px;
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 15px;
}

.btn-adquirir-store{
    position: absolute;
    font-size: 16px;
    margin-left: -28%;
    margin-top: 7%;
    border-radius: 30px;
    background-color: #fff;
    border: none;
    color: #000;
}

.btn-download {
    position: absolute;
    margin-top: 5%;
    margin-left: 60%;
    border-radius: 30px;
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 15px;
}



/* ---------------------------------------------------
    IMAGES START STYLE
----------------------------------------------------- */

.img-thumbnail-1 {
    background-color: #fff;
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    margin-bottom: 3%;
}

.margin-images-doctors {
    margin-top: -13%;
    margin-left: 26%;
    width: 100%;
}

.my-4-video {
    margin-top: -4%;
}

.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: 0px solid rgb(48 55 117);
    border-radius: 0.25rem;
}

.card-img-top {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 3%;
    height: auto;
}

.card-img-conditions {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 3%;
    height: 350px;
}

.card-img-cupon {
    width: 100%;
    margin-bottom: 3%;
    height: 350px;
}

.card-img-top-promo {
    height: 146px;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 3%;
    margin-top: -3%;
    margin-left: 0%;
}

.card-body-personal {
    display: flex;
    font-size: 13px;
    flex: 1 1 auto;
    padding: 1.25rem;
    margin-top: 0%;
}

.card-doctors {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 0.25rem;
}

.card-directory {
    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 rgb(48 55 117);
    border-radius: 0.25rem;
    margin-bottom: 3%;
}

.card-store {
    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 gray;
    border-radius: 0.25rem;
}

.card-hospitals {
    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: none;
    border-radius: 0.25rem;
}


.card-body-inicio {
    margin-top: -10%;
    margin-left: 23%;
    margin-bottom: 4%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 25px;
    transition: color .15s
}

.btn-here{
    width: 10%;
    color: #313678;
    background: transparent;
    margin-top: -2%;
    margin-bottom: 2%;
}

.btn-informacion{
    border-radius: 25px;
    background: transparent;
    color: white;
    border: none;
    font-size: 15px;
    width: 100%;
}

.btn-inicio{
    width: 190px;
    margin: 0% 3%;
    border-radius: 25px;
    font-size: 15px;
}

.btn-llamar{
    border-radius: 25px;
    font-size: 15px;
    margin: 0% 100%;
}

.btn-adquirir-contact {
    margin-top: -72%;
    margin-left: 65%;
    background: #fff;
    color: #000;
}

.text-directory {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.text-blog {
    text-align: justify;
    line-height: initial;
}

.text-date-blog {
    text-align: end;
    font-size: 0.8em;
    color: #999;
    font-weight: 600;
}

 @media (max-width: 390px) {
    .margin-images-doctors {
        margin-top: -15%;
        margin-left: 15%;
        width: 100%;
    }

    .btn-informacion {
        border-radius: 25px;
        background: transparent;
        color: white;
        border: none;
        font-size: 9px;
    }

    .btn-inicio {
        width: 95px;
        margin: 0% 0%;
        border-radius: 25px;
        font-size: 9px;
    }

    .btn-llamar {
        border-radius: 25px;
        font-size: 9px;
        margin: 0% 12%;
    }

    .slick-arrow-left {
        position: absolute;
        margin-left: 10%;
        margin-top: 5%;
    }

    .slick-arrow-right {
        position: absolute;
        margin-left: 90%;
        margin-top: 5%;
    }



    .btn-adquirir {
        position: absolute;
        margin-top: 5%;
        margin-left: 65%;
        border-radius: 30px;
        background-color: #fff;
        border: none;
        color: #000;
        font-size: 12px;
    }

    .li_space {
        padding: 0px 5px;
    }

    .margin-title-top {
        padding-top: 8%;
        color: #303775;
        font-size: 1.3em;
        font-weight: 500;
        margin-left: -5%;
    }

    small {
        color: #303775;
        font-weight: 400;
        font-size: 15px;
        padding-top: 0%;
        padding-bottom: 8%;
    }

    .row-line {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -3px;
        margin-top: -20%;
    }

    .slick-list {
        position: relative;
        display: flex;
        align-items: center;
        height: auto;
        padding: 0px 0px;
        margin: 0px auto;
        width: 110%;
        overflow: hidden;
        margin-left: -7%;
        border-radius: 15px;
        background-image: url(../../../../assets/img/inicio/background.jpg);
    }

    .card-img-top {
        width: 110%;
        border-radius: 15px;
        margin-bottom: 3%;
        margin-left: -7%;
    }

    .card-img-top-promo {
        height: 146px;
        width: 110%;
        border-radius: 15px;
        margin-bottom: 4%;
        margin-top: -6%;
        margin-left: -7%;
    }

    iframe {
        border-radius: 15px;
        height: 317px;
        margin-left: -7%;
        width: 110%;
        margin-top: -4%;
    }

    .container {
        max-width: 99%;
        margin-left: 8px;
        margin-top: 0%;
    }




}
