

/* css new model */

/* navbar*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
.navbar {
    background: #09122c;
    color: #fff;
    height: 46px;
    font-size: 16px;
}

.nav-link:hover, .nav-link:focus {
    background: #0f69b4;
}

.autocomplete-result-list{
    color:#000 !important;
    width: 450px !important;
    right: 0 !important;
}


.autocomplete-input {
    height: 36px;
    border-radius: 5px;
    max-width: 190px;
}

.ahover>.nav-item>.nav-link:hover{
    background: #343a4096 !important;
    border:none;
}

.navbar-brand {
    font-size: 1.1rem !important;
    height: 46px;
}



#nav-collapse.navbar-collapse {
    background: #09122c;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
}

/*bg*/

#app .text-primary {
    color: #09122c !important;
}

#app .bg-primary {
    background-color:#09122c !important;
}

#app .bg-blue {
    background-color:#0f69b4 !important;
}
#app .bg-body {
    background: #ededed;
}

#app h2 , h3{
    color:#09122c !important;
}

.social{
    height: 25px;
    width: 25px;
    padding: 0.3rem;
}

.bg-social {
    background: #3C455F !important;
}

.bg-grey {
    background-color: #343a4096 !important;
    border-color: #343a4096 !important;
}

/* button*/

.btn-primary {
    color: #fff !important;
    background-color:#09122c !important;
    border-color: #09122c !important;
}

.btn-primary:hover {
    color: #fff !important;
    background: #3C455F !important;
    border-color: #0062cc !important;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff !important;
  background-color: #3C455F !important;
  border-color: #0062cc !important;
}

.btn-secodary {
    background: #979FA5 !important;
    color: #fff !important;
    border-color: lightgray !important;
}

.btn-secondary:hover {
    background: #B1B9BF !important;
    color: #fff !important;
    border-color: lightgray !important;
}

.btn-secondary:focus,
.btn-secondary.focus {
  background-color: #B1B9BF !important;
  border-color: lightgray !important;
}

.bg-consulta-primary{
    background: #27ABA1 !important;
}

:root {
  --primary: #09122c !important;
  --blue: #0f69b4 !important;
  --close:#FE6847;
  --font-family-Roboto Slab: 'Roboto Slab' !important;
  --font-family-sans-serif: none !important;
  --font-family-monospace: none !important;
}


hr {
    margin-top: 0rem !important;
    margin-bottom: 0.1rem !important;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1) !important;
}

h1,
.h1 {
    font-size: 3.2em !important;
    font-family: 'Roboto Slab' !important;
}
h2,
.h2 {
    font-size: 2.000em !important;
    font-family: 'Roboto Slab' !important;
}
h3,
.h3 {
    font-size: 1.625em !important;
    font-family: 'Roboto Slab' !important;
}
h4,
.h4 {
    font-size: 1.375em !important;
    font-family: 'Roboto Slab' !important;
}
h5,
.h5 {
    font-size: 1.250em !important;
    font-family: 'Roboto Slab' !important;
}
h6,
.h6 {
    font-size: 0.9em !important;
    font-family: 'Roboto Slab' !important;
}

a{
  color: #09122c !important;
}

a:hover {
  color: #3C455F !important;
  text-decoration: none !important;
}

.doc:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

.doc{
    color: #0056b3 !important;
    text-decoration: underline !important;
}

.breadcrumb {
    background-color: #e0e0e0 !important;
}

.vl {
  border-left: 1px solid #D3D3D3;
  height: 300px;
  margin-left: 6rem ;
  margin-right: 5rem ;
}

.mid {
    border-left: 2px solid #D3D3D3;
    height: 100px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0.9rem;
}

.popover-header {
    font-size: 0.8rem !important ;
}

.offset-btn-lg {
    margin-left: 37.666667%
}

.alert-danger {
    color: #FE2E35  !important;
    background-color: #FED0D2  !important;
    border-color: #FEA2A5  !important;
}


.modalSend{
    background-color: transparent  !important;
    border: 0px solid rgba(0, 0, 0, 0.2)  !important;
}

.chevron::before {
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: '';
    display: inline-block;
    height: 1.4em;
    left: 0.15em;
    position: relative;
    top: 0.0em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 1.4em;
    color:#09122c
}

.chevron.right:before {
    left: 0;
    transform: rotate(45deg);
}

.tooltip-inner {
    max-width: 250px  !important;
    padding: 0.0rem 0.0rem  !important;
    color: #fff;
    text-align: center;
    background-color: #fff !important;
    border-radius: 0.5rem !important;
}

.tooltip-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: #ededed;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tooltip-body {
    background: #fff;
    color: #6c757d;
}

.tooltip.b-tooltip {
    opacity: 15 !important;
}

.text-close {
    color:#EA5D4E;
}
/* pagination */

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #09122c !important;
    border-color: #09122c !important;
}

.page-link {
    color: #007bff  !important;
}


/* card consultation*/

.bg-card {
    background: #F1F1F2;
}


.dayCounter {
    background: #1baba1;
    color: #fff;
    height: auto;
    border-top-left-radius: 0.6rem !important;
    border-bottom-left-radius: 0.6rem !important;
}


.lock {
    background: #EA5D4E;
    color: #fff;
    height: auto;
    border-top-left-radius: 0.6rem !important;
    border-bottom-left-radius: 0.6rem !important;
}

.numberCounter {
    font-weight: lighter;
    font-size: 56px !important;
}

.daysRemaining{
    font-weight: normal;
    font-size: 12px;
}

.cardEncasillamiento {
    border-radius: 0rem !important;
    border: 0rem !important;
}

.card {
    border-radius: 0.5rem !important;
}

.p-card {
    padding-left: 0.0rem !important;
    padding-right: 0.0rem !important;

}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.card-border {
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
}


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


.cardEncasillamiento a:after {
    font-family:Fontawesome;
    content:'\f077';
    float:right;
    font-size:10px;
    font-weight:300;
}
.cardEncasillamiento a.accordion:after {
    font-family:Fontawesome;
    content:'\f078';
}

/* header*/

.header-card {
    font-size: 20px !important;
    font-family: 'Roboto Slab' !important;
}


.img-header {
    position: relative;
    overflow: hidden;
    z-index: -1;
}

.header {
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.buttom-header {
    top: 22vw;
    position: absolute !important;
}
.header-texts {
    position: relative;
    bottom: 16.4vw;
    color: white;
}
 /***/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px  !important;
    margin-left: 0px  !important;
}


.slick-slide[data-v-e4caeaf8] {
    padding-right: 16px;
}

/* leer mas */

.masTexto {
  width: 100%;
  height: 6em;
  color: #2468B4;
  text-align: right;
  padding-top: 80px;
  margin-top : -70px;
}
.padding-text{
    padding-top: -20px;
}

.btn-read { cursor: pointer; }

.texto{
  height: 5.5em;
  overflow: hidden;
}

.hideText{
    overflow: initial;
    height: auto;
}


@media (min-width: 992px){
    .p-button-lg {
        padding-left: 7.5rem !important;
    }
    .button-pl{
        padding-left: 6.0rem !important;
    }
    .position {
        position: absolute !important;
    }
    .header {
        height: 22vw !important;
    }

    .lg-1 {
        max-width: 7.333333% !important;
    }
    .p-20{
        padding: 0 24% !important;
    }

    .upquery{
        margin: 0rem 0rem !important;
    }

}
@media (min-width: 200px) and (max-width: 550px){
    .subtitle{
        font-size: 1.1em !important;
    }
    .vl {
        display: none !important;
    }
    .img-header {
        height: 150px !important;
    }

    .header-texts {
        position: relative;
        bottom: 25vw;
        color: white;
        font-weight: 800;
    }

    .buttom-hidden {
        display: none;
    }

    .offset-btn-lg {
        margin-left: 23.666667%;
    }

    .w-autoResponive {
        width: auto;
    }

    .hidden {
        display: none !important;
    }
    .mma-logo {
        width:100px !important;
    }
    .logo {
        width: 200px !important;
    }
    .p-button-lg {
        padding-left: 0.1rem !important;
    }
    .home-main{
        height: 32em !important;
    }

    .chevron-hidden{
        display: none;
    }

    .mid {
        border-bottom: solid 1px grey;
        width: 100%;
        height: 12px;
        border-left: none;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .flecha:before {
        border-style: solid !important;
        border-width: 0.2em 0.2em 0 0 !important;
        content: '' !important;
        display: inline-block !important;
        height: 2em !important;
        left: 0.15em !important;
        position: relative !important;
        top: 1em !important;
        transform: rotate(-45deg) !important;
        vertical-align: top !important;
        width: 2em !important;
        color: #fff !important;
    }

    .flecha.right:before {
         left: 3rem !important;
         transform: rotate(45deg) !important;
    }

    .floatClose{
        float: left;
    }
    .nav-border>.nav-item>.nav-link{
        border: 1px solid #343a4029 !important;
        width: 18rem;
    }

    .ahover>.nav-item>.nav-link:hover {
        background: #343a4096 !important;
        border: none;
    }

    .numberCounter {
        font-size: 32px !important;
    }

    .upCon{
        margin: 0rem !important;
    }

    .upquery{
        margin: 1.4rem 0.4rem !important;
    }

    .fullW{
        margin-left: 0 !important;
        margin-right: -2px !important;
        padding-left: 0 !important;
        min-width: 3rem !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 360px) and (max-width: 650px){
    .subtitle{
        font-size: 1.2em !important;
    }
    .vl {
        display: none !important;
    }
    .img-header {
        height: 150px !important;
    }

    .header-texts {
        position: relative;
        /* bottom: 25vw; */
        color: white;
        font-weight: 800;
    }

    .buttom-hidden {
        display: none;
    }

    .offset-btn-lg {
        margin-left: 23.666667%;
    }

    .w-autoResponive {
        width: auto;
    }

    .hidden {
        display: none !important;
    }
    .p-button-lg {
        padding-left: 0.1rem !important;
    }
    .home-main{
        height: 30em !important;
    }

    .chevron-hidden{
        display: none;
    }

    .mid {
        border-bottom: solid 1px grey;
        width: 100%;
        height: 12px;
        border-left: none;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .flecha:before {
        border-style: solid !important;
        border-width: 0.2em 0.2em 0 0 !important;
        content: '' !important;
        display: inline-block !important;
        height: 2em !important;
        left: 0.15em !important;
        position: relative !important;
        top: 1em !important;
        transform: rotate(-45deg) !important;
        vertical-align: top !important;
        width: 2em !important;
        color: #fff !important;
    }

    .flecha.right:before {
         left: 4rem !important;
         transform: rotate(45deg) !important;
    }

    .floatClose{
        float: left;
    }

    .nav-border>.nav-item>.nav-link{
        border: 1px solid #343a4029 !important;
        width: 21rem;
    }

    .ahover>.nav-item>.nav-link:hover {
        background: #343a4096 !important;
        border: none;
    }

    .upCon{
        margin: 0rem 0.1rem !important;
    }
    .upquery{
        margin: 1.4rem 1.6rem !important;
    }
    .numberCounter {
        font-size: 46px !important;
    }

    .fullW{
        margin-left: 0 !important;
        margin-right: -2px !important;
        padding-left: 0 !important;
        min-width: 3rem !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 400px) and (max-width: 750px){
    .subtitle{
        font-size: 1.5em !important;
    }
    .vl {
        display: none !important;
    }
    .img-header {
        height: 150px !important;
    }

    .header-texts {
        position: relative;
        bottom: 15vw;
        color: white;
        font-weight: 800;
    }

    .buttom-hidden {
        display: none;
    }

    .offset-btn-lg {
        margin-left: 23.666667%;
    }

    .w-autoResponive {
        width: auto;
    }

    .hidden {
        display: none !important;
    }
    .p-button-lg {
        padding-left: 0.1rem !important;
    }
    .home-main{
        height: 29em !important;
    }
    .mid {
        border-bottom: solid 1px grey;
        width: 100%;
        height: 12px;
        border-left: none;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
    .chevron-hidden{
        display: none;
    }

    .flecha:before {
        border-style: solid !important;
        border-width: 0.2em 0.2em 0 0 !important;
        content: '' !important;
        display: inline-block !important;
        height: 2em !important;
        left: 0.15em !important;
        position: relative !important;
        top: 1em !important;
        transform: rotate(-45deg) !important;
        vertical-align: top !important;
        width: 2em !important;
        color: #fff !important;
    }

    .flecha.right:before {
         left: 5rem !important;
         transform: rotate(45deg) !important;
    }

    .floatClose{
        float: left;
    }

    .nav-border>.nav-item>.nav-link{
        border: 1px solid #343a4029 !important;
        width: 23rem;
    }

    .ahover>.nav-item>.nav-link:hover {
        background: #343a4096 !important;
        border: none;
    }

    .upCon{
        margin: 0rem 1.5rem !important;
    }

    .upquery{
        margin: 1.4rem 2.3rem !important;
    }

    .fullW{
        margin-left: 0 !important;
        margin-right: -2px !important;
        padding-left: 0 !important;
        min-width: 3rem !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 420px) and (max-width: 830px){
    .subtitle{
        font-size: 0.9em !important;
    }
    .vl {
        display: none !important;
    }
    .img-header {
        height: auto !important;
    }

    .header-texts {
        position: relative;
        bottom: 15vw;
        color: white;
        font-weight: 800;
    }

    .buttom-hidden {
        display: none;
    }

    .offset-btn-lg {
        margin-left: 23.666667%;
    }

    .w-autoResponive {
        width: auto;
    }

    .hidden {
        display: none !important;
    }
        .p-button-lg {
        padding-left: 0.1rem !important;
    }

    .home-main{
        height: 27em !important;
    }

    .chevron-hidden{
        display: none;
    }

    .mid {
        border-bottom: solid 1px grey;
        width: 100%;
        height: 12px;
        border-left: none;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .flecha:before {
        border-style: solid !important;
        border-width: 0.2em 0.2em 0 0 !important;
        content: '' !important;
        display: inline-block !important;
        height: 2em !important;
        left: 0.15em !important;
        position: relative !important;
        top: 1em !important;
        transform: rotate(-45deg) !important;
        vertical-align: top !important;
        width: 2em !important;
        color: #fff !important;
    }

    .flecha.right:before {
         left: 15rem !important;
         transform: rotate(45deg) !important;
    }

    .floatClose{
        float: left;
    }

    .nav-border>.nav-item>.nav-link{
        border: 1px solid #343a4029 !important;
        width: 22rem;
    }

    .ahover>.nav-item>.nav-link:hover {
        background: #343a4096 !important;
        border: none;
    }

    .upCon{
        margin: 1.5rem 10rem !important;
    }
    .upquery{
        margin: 1.5rem 7rem !important;
    }

    .fullW{
        margin-left: 0 !important;
        margin-right: -2px !important;
        padding-left: 0 !important;
        min-width: 5rem !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 750px) and (max-width: 1024px){
    .subtitle{
        font-size: 1.9em !important;
    }

    .vl {
        border-left: 1px solid #D3D3D3;
        height: 300px;
        margin-left: 4rem ;
        margin-right: 4rem ;
    }

    .lg-1 {
        max-width: 7.333333% !important;
    }

    .img-header {
        height: auto !important;
    }

    .header-texts {
        position: relative;
        bottom: 15vw;
        color: white;
        font-weight: 800;
    }

    .buttom-hidden {
        display: none;
    }

    .offset-btn-lg {
        margin-left: 37.666667%;
    }

    .buttom-header {
        top: 29vw;
        position: absolute !important;
    }

    .w-autoResponive {
        width: auto;
    }

    .hidden {
        display: none !important;
    }

    .p-button-lg {
        padding-left: 0.1rem !important;
    }
    .nav-border>.nav-item>.nav-link{
        border: 0 !important;
        width: 43rem;
    }

    .ahover>.nav-item>.nav-link:hover {
        background: none !important;
        border: none;
    }
}

@media (min-width: 1024px) and (max-width: 1370px){
    .subtitle{
        font-size: 1.2em !important;
    }

    .vl {
        border-left: 1px solid #D3D3D3;
        height: 300px;
        margin-left: 4rem ;
        margin-right: 4rem ;
    }

    .lg-1 {
        max-width: 7.333333% !important;
    }

    .img-header {
        height: auto !important;
    }

    .header-texts {
        position: relative;
        bottom: 15vw;
        color: white;
        font-weight: 800;
    }

    .buttom-hidden {
        display: none;
    }

    .offset-btn-lg {
        margin-left: 33.666667%;
    }

    .buttom-header {
        top: 24vw;
        position: absolute !important;
    }

    .w-autoResponive {
        width: auto;
    }
    .p-button-lg {
         padding-left: 7.8rem !important;
    }

    /* .hidden {
        display: none !important;
    } */

    .p-20 {
        padding: 0 15% !important;
    }

    .nav-border>.nav-item>.nav-link{
        border: 0 !important;
        width: 14rem;
    }
}

@media (min-width: 1500px) and (max-width: 1870px){
    .subtitle{
        font-size: 1.9em !important;
    }

    .vl {
        border-left: 1px solid #D3D3D3;
        height: 300px;
        margin-left: 4rem ;
        margin-right: 4rem ;
    }

    .lg-1 {
        max-width: 7.333333% !important;
    }

    .img-header {
        height: auto !important;
    }

    .header-texts {
        position: relative;
        bottom: 15vw;
        color: white;
        font-weight: 800;
    }

    .buttom-hidden {
        display: none;
    }

    .offset-btn-lg {
        margin-left: 33.666667%;
    }

    .buttom-header {
        top: 24vw;
        position: absolute !important;
    }

    .w-autoResponive {
        width: auto;
    }
        .p-button-lg {
        padding-left: 0.1rem !important;
    }

    /* .hidden {
        display: none !important;
    } */

}

/* Custom pojeda */
.home-main{
    background-image: url('/img/header2.jpg');
    background-size: cover;
    height: 25em;
}
/*.home-main h1, .home-main h6 {
    text-shadow: 1px 1px 1px black;
}*/
.navbar-collapse.collapse.show, .navbar-collapse .nav-item{
    z-index:999;
}
.logo{
    margin-top:15px;
}


.panel-title button:after {
    font-family:Fontawesome;
    content:'\f077';
    float:right;
    font-size:10px;
    font-weight:300;
}
.panel-title button.collapsed:after {
    font-family:Fontawesome;
    content:'\f078';
}

#popup_content {
    background: #fff;
}
