.bk-color-indagia {
  background-color: #203864 !important;
}

/*
.modal .modal-header>.modal-title,
.modal .modal-header>.close {
  color: #fff;
}

 .modal-header {
  background-color: #203864;
}

.modal-header span {
  color: #fff;
}
*/
.modal-title {
  color: #fff;
}

select.custom-select {
  display: inline-block !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-35 {
  width: 35% !important;
}

.w-70 {
  width: 70% !important;
}

.w-85 {
  width: 85% !important;
}

.v-center-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v-center-screen>img {
  width: 100%;
}


.radio-groupo>input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}
.radio-groupo>label {
    color: #203864;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 20px;
}
.radio-groupo>input[type=radio]:checked+label {
    color: #ffffff;
    background: #203864;
}
.radio-groupo>label+input[type=radio]+label {
    border-left: solid 2px #675f6b;
}


.pricing-card .price .number:before {
    content: "";
    position: absolute;
    font-size: 1.88rem;
    margin-left: -1.2rem;
    margin-top: .7rem;
}

.pricing-card .price .number:after {
    content: "";
    position: absolute;
    font-size: 1.88rem;
    margin-top: 3rem;
}

.li_dick {
    border-bottom: 3px solid rgba(238, 238, 238, 0.459) !important;
    margin-bottom: 1rem;
}


.pricing-card .price .number {
    font-size: 3.5rem;
    padding: 1.1rem;
    font-weight: 300;
}

.precio_detalles {
    font-size: 3rem;
    font-weight: 300;
}

.precio_detalles_small {
    font-size: 1.3rem!important;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #203864 !important;
    left: 1.5rem;
}

#radio-groupo *::selection, #elswitch *::selection {
    display: none;
  }

  .indagia-color {
    background-color: #203864!important;
    }
  
.indagia-text {
    color: #203864!important;
}


.btn-indagia {
    background-color:  #203864!important;
    color: #fff;
}

.w-fa {
    width: 1rem;
}


.indagia-gradient {
    background: -webkit-linear-gradient(50deg,#4cc5f1,#203864 100%)!important;
    background: -o-linear-gradient(50deg,#4cc5f1,#203864)!important;
    background: linear-gradient(40deg,#4cc5f1,#203864)!important;
}




.ribbon {
    position: absolute;
    right: -2%; top: -2%;
    z-index: 1;
    overflow: hidden;
    width: 100%; height: 100%; 
    text-align: right;
 }
 .ribbon span {
    font-size: 13px;
    color: #fff; 
    text-transform: uppercase; 
    text-align: center;
    font-weight: bold; line-height: 180%;
    transform: rotate(45deg);
    width: 50%; display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17%; right: -9%;
 }
 .ribbon span::before {
    content: '';
    position: absolute; 
    left: 0%; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
 }
 .ribbon span::after {
    content: '';
    position: absolute; 
    right: 0%; top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
 }
 .red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
 .red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
 .red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}
 
 .blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
 .blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
 .blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}
 

 #cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #203864;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}