.navigation .logo {
  max-height: 96px;
  height: 40px;
}
.icon-home {
  max-width: 160px !important;
}
.pricing .pricing-value .price:after {
  position: relative;
  content: '/mes';
}
.pricing-note {
  font-size: 10px;
}
.pricing .pricing-value {
  font-size: 2.8rem;
}
.bg-light.edge.bottom-right::after {
  background-image: unset;
}

.purple-text {
  color: #282763 !important;
  font-weight: bold;
}
.white-text {
  color: #fff !important;
  font-weight: bold;
}
.text-secondary-white{
  color: #fff !important;
}
.product-container {
  background-color: rgba(255,255, 255, .75);
  padding: 30px;
  border-radius: 19px;
}
.loginArea, .userLogued{
  display: none;
}
.form-control-tc{
  background-color: #ffffff !important;
  padding: 10px;
  margin-bottom: 20px;
}
.label-tc{
  width: 86%;
}
.label-tc-mid{
  width: 40%;
  margin-right: 5%;
}
.label-tc > span, .organization-name {
  font-weight: bold;
  color: #000;
}
.thanks-div{
  display: none;
}
.ico36{
  width: 36px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .logo {
      max-width: 158px !important;
  }
  .navigation .nav-link {
    padding-left: 8px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 1200px)
{
  h2, .h2 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 992px)
{
  .cont-step-over{
    background-color: rgba(40,39,99,.7);
  }
}


.bg-light {
  background-color: #99cde5 !important;
}
.card_dark{
  background-color: #5173ab !important;
}
.icon-plans{
  width: 90px;
  margin: 10px;
}
.icon-plans2{
  height: 136px;
  margin: 10px;
}
.pricing {
  padding: 4rem 2rem 2rem 2rem !important;
}
.btn-light {
  background-color: #99cde5 !important;
  border-color: #99cde5;
  color: #fff;
}
.btn-light:hover{
  -webkit-box-shadow: -1px 3px 10px 0 rgba(40, 39, 99, 0.4) !important;
  box-shadow: -1px 3px 10px 0 rgba(40, 39, 99, 0.4) !important;
}
.btn-dark-blue{
  background-color: #5173ab !important;
  border-color: #5173ab;
  color: #fff;
}
div#basic_plan {
  border-style: solid;
  border-width: 2px;
  padding: 20px;
  border-radius: 17px;
  color: #99cde5;
}
#basic_plan h2, #basic_plan h3, #basic_plan h6 {
  color: #99cde5;
}
div#advanced_plan {
  border-style: solid;
  border-width: 2px;
  padding: 20px;
  border-radius: 17px;
  color: #5173ab;
}
#advanced_plan h2, #advanced_plan h3, #advanced_plan h6 {
  color: #5173ab;
}
@media (min-width: 768px)
{
  .fullscreen-md {
      min-height: 113vh;
  }
  
}
@media (max-width: 768px)
{
  /*
  .container-master{
    margin-top: 50px;
  }*/
  .proactive-message{
    bottom: 30px !important;
    right: 9rem !important;
  }
  .row-10{
    margin-left: 10px;
    margin-right: 10px;
  }
  .row-nospc{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  
}

.svg-ico-language {
  max-width: 20px;
}
.gtranslate_wrapper{
  display:none;
}


#basic_plan, #advanced_plan, .btn-create-plans{
  display:none;
}
.btn-create-plans {
  margin-top: 25px;
}
.invalid-feedback{
  margin-bottom: 0.75rem;
}
.is-invalid {
  border-color: #dc3545 !important;
  background-color: #fff5f5 !important;
}
.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  outline: 0;
}
form.cozy .form-group, .form.cozy .form-group {
  margin-bottom: 5px !important;
  margin-top: 30px;
}
.icon-sign{
  width: 16px;
}
.set-type-div{
  display: none;
}
#storage-card, #new-card, .link-payment{
  display:none;
} 
.back-blue-light{
  background-color: #99cde5;
}
.step2{
  display: none;
}
.companyname {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 70px;
  z-index: 200;
}
.price-fix-h{
  height: 93px;
}

.proactive-message {
  position: fixed;
  bottom: 30px !important;
  right: 9rem !important;
  z-index: 99999;
  padding: 1rem;
  background-color: rgba(40, 39, 99, .9);
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
  line-height: 1.4em;
  max-width: 13rem;
  border-radius: .4rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.proactive-message-active{
  visibility: visible;
  opacity: 1;
}
.btn-rounded{
  border-radius: 6px !important;
}
.btn-secondary{
  background-color: #00a0e0!important;
  border-color: #00a0e0!important;
}

.lead {
  font-size: 1.0rem !important;
  font-weight: 300;
}
.cont-steps{
  background-size: auto 100%;
  background-position-x: right;
  background-repeat: no-repeat;
  background-color: #282763;
}
.cont-steps-left{
  background-position-x: left;
}


.ia-integration{
  background-image: url(/assets/recobra/images/assets_web/ia_background.png);
  
}
.process-aut{
  background-image: url(/assets/recobra/images/assets_web/automated_collection_background.png);
}
.control-monit{
  background-image: url(/assets/recobra/images/assets_web/global_monitoring_background.png);
}
.integration_back{
  background-image: url(/assets/recobra/images/assets_web/integration_background.png);
}

.icon-transformation{
  max-width: 105px;
}

.left-col h1, .left-col p {
  text-align: right;
}
.bg-footer {
  background-color: #282763 !important;
}
.img-step-icon{
  max-width: 150px !important;  
}
.banner_prinicpal {
  padding-bottom: 20vh !important;
}
#stripes{
background: unset;
}
#stripes :nth-child(1),#stripes :nth-child(2),#stripes :nth-child(3),#stripes :nth-child(4), #stripes :nth-child(5){
background-color: unset;
}
.price-header {
  background: url(/assets/recobra/images/assets_web/price_hero.png);
  background-size: auto 100%;

  background-position-x: right;
  background-repeat: no-repeat;
  background-color: #282763;
}
.section-header { 
  background-size: auto 100%; 
  
  background-position-x: right;
  background-repeat: no-repeat;
  background-color: #282763;
}
.corp_contact  
{
  background-image: url(/assets/recobra/images/assets_web/contact_hero.png);
}
.bg-contrast.edge.top-left::before{
background-image: unset;
}
.back-box {
  background-color: #f4fcff;
  border-radius: 15px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.div-image-center{
display: flex !important;
justify-content: center;
}
.text-cars-cont{
padding: 10%;
text-align:center;
color: #282763 !important;
}
.bluel{
    background-color: #f4fcff;
    margin-top:40px;
}
.form-control {
  color: #6d768b !important;
  border-bottom: 1px solid #000 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}
 .container-master{
  background: linear-gradient(0, #00a0e02b, #ffffff70, #ffffff);
background-size: 100% 100%;
padding-top: 90px;
/* animation: gradient 15s ease infinite; */

}
.bp-widget-widget2 {
  margin-bottom: 10px !important;;
  
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
  width: 90px !important;
  
}
.bp-widget-web{
  z-index: 2000 !important;
  right: 0px !important;
  position: fixed;
  bottom: 27px;
}
.recobraChat-button i {
    transition: opacity 0.3s ease;
    opacity: 1;
    fill: inherit;
    stroke: inherit;
    width: 100%;
    padding: 0;
    line-height: 0;
}
.recobraChat-button {
    float: left;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 52px;
    height: 52px;
    cursor: pointer;
    border-radius: 0px;
    overflow: visible;
    padding: 0;
    border: none;
    background-clip: padding-box;
    transition: width 1s, height 1s;
    background-color: transparent;
    box-shadow: 0 0 0 0 #0cceff;
    animation: pulse 1.25s infinite;
    border-radius: 50%;
    background-color: transparent;
}
.bpw-header-container{
  background-color: #0cceff !important;
}
@keyframes pulse {
  to {
      box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);
  }
}
.radius-30 {
  border-radius: 30px;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
html .login-view .social-btn svg {
  margin-right: .3rem;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.social-btn svg {
  margin-right: .3rem;
}
.social-btn{
  width: 100%;
  margin-bottom: 20px;
}
.mg-10{
  margin-top: 10px !important;
}
