




 :root  {
 --bs-body-font-family:'outfit', sans-serif;
 --bs-link-color:#0C3A76;
 --bs-link-color-rgb:12, 58, 118;
 --bs-btn-active-bg:#5C636A;
 --bs-btn-active-border-color:#5C636A;
 --bs-btn-active-color:#fff;
 --bs-border-color:#a9a9a9;
 --bs-border-radius:8px;

}

.navbar {
  --bs-navbar-toggler-focus-width:0;
  align-items: flex-start;
}
.navbar-toggler { border: none; }
.btn {
  --bs-btn-padding-x:1rem;
}

@font-face {
  font-family: 'outfit';
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
}


@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



body {
  font-family:'outfit'!important;
}
h1, h2, h3 { letter-spacing: -.02em;}
.highlight { font-size: 3.4em; line-height: 1em;}


h2, h4 { font-weight: 700;}

.container-fluid {
  --bs-gutter-x:2rem;
}

@media (max-width: 1200px) {
  .highlight { font-size: 2.5em;}
}

@media (max-width: 580px) {
  .highlight { font-size: 2em; text-align: center; }
}

.icon-md { font-size: 1.5em; }
.btn { display: inline-flex; align-items: center; justify-content: center; }

.color-primary {color:#0C3A76;}
.lead { font-size:1.3rem;}
.lead strong { font-weight:700 ; }


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg:#0C3A76;
  --bs-btn-border-color:#0C3A76;
  --bs-btn-hover-bg:#166CDC;
  --bs-btn-hover-border-color:#166CDC;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#166CDC;
  --bs-btn-active-border-color:#166CDC;
}

.btn-primary-alter {
  --bs-btn-color: #0C3A76;
  --bs-btn-bg:#fff;
  --bs-btn-border-color:#fff;
  --bs-btn-hover-bg:#166CDC;
  --bs-btn-hover-border-color:#166CDC;
  --bs-btn-hover-color:#fff;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#166CDC;
  --bs-btn-active-border-color:#166CDC;
}


.btn-outline-primary {
  --bs-btn-color:#fff;
  --bs-btn-border-color:#fff;
}


.btn-outline-secondary {
  --bs-btn-color:#0C3A76;
  --bs-btn-border-color:#0C3A76;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#166CDC;
  --bs-btn-hover-border-color:#166CDC;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#166CDC;
  --bs-btn-active-border-color:#166CDC;
  --bs-btn-disabled-color:#4d4d4d;
  --bs-btn-disabled-bg:#a7a7a7;
  --bs-btn-disabled-border-color:#a7a7a7;
}


.nav-pills {
  --bs-nav-pills-link-active-bg: #0C3A76;
}
.nav {
  --bs-nav-link-hover-color:#0C3A76;
}
.time-subscription .nav-link:focus, .time-subscription .nav-link:hover {
  background-color: #166CDC;
}

.bg-header, .bg-landing, .bg-header .container-fluid { background-color: #E9EDF3;}
.bg-cta { background-color: #0C3A76; color:#fff; }
.bg-cta-gradient { background: rgb(17,77,156);
  background: linear-gradient(139deg, rgba(17,77,156,1) 0%, rgba(14,66,134,1) 22%, rgba(12,58,118,1) 51%, rgba(15,73,149,1) 77%, rgba(21,102,208,1) 100%); }
.bg-testimonies { background-color: #EEFCFF;}
.bg-footer { background-color: #2c2c2c;}


.navbar-brand { padding-top: 0; padding-bottom: 0;}

#testimonials .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
  border: none;
}
#testimonials .card-body {
  flex: 1 1 auto;
  padding: 2rem 2rem;
}

#testimonials .rounded img {
border-radius: .4rem;
}




#testimonials figure img {
  width: 100%;
  max-width: 100%;
  height: auto!important;
}

#testimonials .w-12 {
  width: 5rem!important;
}
#testimonials .w-16 {
  width: 6rem!important;
}
#testimonials .h-16 {
  height: 6rem!important;
}

#testimonials .blockquote-details {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

#testimonials .lead {
  text-align: center;
}



.owl-carousel.gap-small .owl-dots {
  margin-top: 1rem;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2rem;
  line-height: 1;
}
.owl-carousel .owl-dots .owl-dot.active span {
  transform: scale(1);
  background: 0 0;
  border-color: #cbcbcb;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 .3rem;
  background: #cbcbcb;
  opacity: .5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all .2s ease-in-out;
  border-radius: 100%;
  transform: scale(.6);
  border: 5px solid transparent;
}

header .container-fluid { padding: 15px;}
header .ctaframe { padding: 18px; display: flex; align-items: center; justify-content: center; color: #fff;}
header .ctaframe p { margin-bottom: 0;}

@media (max-width: 768px) {
  header .ctaframe { flex-direction: column; align-items: flex-start; text-align: left; font-size: 1.2em;}
}


@media (max-width: 768px) {
  .btn { flex-direction: row;}
}


.carousel-indicators [data-bs-target] {
  background-color: #cbcbcb;
  width: 15px;
  height:15px;
  border-radius:50%;
  margin-right: .5em;
  margin-left: .5em;
  border-top: none;
  border-bottom: none;
}

.carousel-indicators .active {
  width:5px;
  height: 5px;
  border: 5px solid #cbcbcb;
  background-color: transparent;
 }


 .marketing .row div {
    display: flex;
  justify-content: stretch;
 }

.marketing .row .card {
  flex-direction: column;
  align-items: center;
 }

 .marketing .row div .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
  padding: 1.5em;
  --bs-card-border-color:transparent;
  margin: 0 .4em;
  text-align: center;
  width: 100%;
}


.marketing .row .card h4 {line-height: 1em; margin-bottom: 1em;}
 .marketing .row .card img { margin-bottom: 2em;}
 .marketing .row .card p:nth-child(3) { flex: 1 0 auto;}
 .marketing .row .card p:last-child { width: 100%; align-self: flex-end; margin-top: auto; text-align: start;}
 .marketing .row .card p:last-child a { font-weight: 700; text-decoration: none;}

 .carousel-indicators {
  margin-bottom: 0;
 }

 #features ul  {
  margin: 0; padding: 0; list-style-type: none;
 }
 #features ul li { margin:1.8em .5em; display: flex; align-items: center;}
 #features ul li > i { color:#0C3A76 }

#numbers .map {
    background-image: url(../images/pic-map.webp);
    background-position: center left;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    background-size: contain;
}

 @media (max-width: 768px) {
  #numbers .map .row div:last-child { text-align: center};
}

footer {  color: #a9a9a9;}
footer .subscribe ul { list-style-type: none; margin: 0; padding: 0; display: flex; justify-content: end;}
footer ul li { padding: .4em; }
footer i { font-size: 1.3em;}
footer p { margin-bottom: .8em; line-height: 1.2em; }

@media (max-width: 768px) {
  footer ul { justify-content: center;}
  footer p { text-align: center;}
}


footer a { color: #fff;}
footer a:hover { color: #a9a9a9;}

.input-wrapper {
  position: relative;
  display: inline-block;
  width:100%;

}

.input-wrapper input {
  padding-right: 40px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: .65rem;
  width: 100%;
}

.input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: #a9a9a9;
  cursor: pointer;
  height: 47px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.375rem 1.5rem;
}

.input-wrapper .btn:hover {
  color: #fff;
  background-color: #166CDC;
  border-color: #166CDC;
}

footer button.navbar-toggler i { color: #a9a9a9;}

footer .nav-item a  { color: #a9a9a9!important; }
footer .nav-item a:hover { color: #fff!important;}


@media (max-width: 1200px) {
  .subscribe { display: flex; }
}


@media (max-width: 1200px) {
  .subscribe { flex-direction: column; margin-top: 2em; }
  footer .btn { flex-direction: row;}
}

@media (max-width: 992px) {
  footer .subscribe ul {justify-content: center;}
  footer .nav-item a  { font-size: 1.2em; }
}

#subscription input {
  background-color: #F1FCFF;
  border: 1px solid #def6fc;
}


 #subscription .input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: #0C3A76;
  cursor: pointer;
  height: 46px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.375rem 1.5rem;
  color: #fff;
}

#subscription  .btn:hover {
  background-color: #166CDC;
  border-color: #166CDC;
  color: #fff;
}

#calltoaction h2, #calltoaction p  { color: #fff; }
#calltoaction h1 { line-height: 1em; width:75%; }
#calltoaction .divh1 {
    line-height: 1em;
    width: 75%;
}

#calltoaction .card { background-color: #fff; padding: 2em; border-radius: 12px;}
#calltoaction ul, #help ul { list-style-type: none; margin: 0; padding: 0; }
#calltoaction ul li, #help ul li { display: flex; align-items: center; margin-bottom: 1em;}
#calltoaction ul li  span, #help ul li strong { font-weight: 700;  }
#calltoaction ul li  span { font-size: 1.3em;}
#calltoaction .btn, #features .btn,  #numbers .btn, #help .btn  { flex-direction: row;}


#calltoaction .container-fluid .container { display: flex; justify-content: center; align-items: center;}

#integration .container { display: flex; align-items: center; justify-content:start;}
#integration .container h2 { width: 30%; padding-right: .5em;}
#integration ul  { width:70%; display: flex; margin: 0; list-style: none; padding: 0; flex-wrap: wrap; justify-content: space-between; }


#integration ul li { width: 80px; height: 80px; margin: 5px 10px; }

#help .card { background-color: #EDEDED; padding: 1em; border-radius: 12px; border:none; width: 55%;}
#help .card .card-body { padding: 0;}

#help .btnline  {
  display: flex; justify-content: space-between;
}

#help .btnline a { line-height: 1.2em;}


#help .btnline a:first-child,
#help .btnline a:nth-child(2) { margin-right: 1em;}


@media (max-width: 1200px) {
#integration ul { justify-content: flex-start;}
}

@media (max-width: 992px) {
  #integration .container h2 { margin-bottom: 1.5em;}
  #help .col-lg-8 h2,#help .col-lg-8 p { text-align: center;}
  #calltoaction .container-fluid .container { flex-direction: column; align-items: flex-start;}

  #calltoaction h1 { width:100%; }
}

@media (max-width: 768px) {
  #integration .container h2 { width: 100%;}
  #integration ul { width: 100%; justify-content: flex-start;}
  #integration .container {flex-direction: column;}
}

@media (max-width: 580px) {
  #integration ul { width: 100%; justify-content: space-between;}
}




#pricing .col { display: flex; justify-content: stretch;}
#pricing .col .card { width: 100%;}

#pricing .card-body { display: flex; flex-direction: column; justify-content: space-between;}

#pricing .card-header {
  background-color: transparent;
  border-bottom: none;
}

#pricing .card-header h4 { font-weight: 700; font-size: 1.6em;}

#pricing .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
  border: none;
}

#pricing .card div:first-child { display: flex;  justify-content: center;}
#pricing .card .card-body div:first-child { height: 120px; }
#pricing .card div:first-child div { text-align: left;}
#pricing .card div:first-child h4 { line-height: 1.2em;}
#pricing .card .card-body ul { margin: 0 1em;}
#pricing .card .card-body ul li { text-align: left; display: flex;}

/* #calltoaction  .bg-cta-gradient .btn { line-height: 1em;} */

.slider .col-1 { width: 5%;}
.slider .col-10 { width: 90%;}
.slider .slide-item .row > div { position: relative; }
.indicator, .indicator-left {position:absolute; top:380px;}
.indicator {  right: 0;}
.indicator-left { left: 0; }

#testimonials .indicator, #testimonials .indicator-left  { top:380px;  }
#testimonials .card { width: 90%; margin: 0 auto;}
#testimonials .slide-item { margin: 0 auto;}


#onetestimony .indicator, #onetestimony .indicator-left {
    position: absolute;
    top: 1898px;
}

.slider .slide-item .row .row .col-4 { padding-right: 0; padding-left: 0;}

@media (max-width: 1200px) {
  .indicator, .indicator-left { top:150px!important;  }
}

@media (max-width: 992px) {
  .slider .col-1 { width: 8%;}
  .slider .col-10 { width: 84%;}
  #testimonials .indicator, #testimonials .indicator-left  { top: 130px;}
  #onetestimony .indicator, #onetestimony  .indicator-left {position:absolute; top:80px!important;}
  .item-inner { padding: 0;}
}

@media (max-width: 768px) {
  [class^="icon-"]:before, [class*=" icon-"]:before { margin-right: 0; margin-left: 0;}

}

@media (max-width: 580px) {
  .indicator, .indicator-left { top:150px;  }

}




.indicator a i { font-size: 3em; }
.indicator-left a i { font-size: 3em; }


.functions {  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "f1 f2"
    "f3 f4"
    "f5 f6"
    "f7 f8";
    margin: 1.5em 0;
}

.f1 { grid-area: f1; }
.f2 { grid-area: f2; }
.f3 { grid-area: f3; }
.f4 { grid-area: f4; }
.f5 { grid-area: f5; }
.f6 { grid-area: f6; }
.f7 { grid-area: f7; }
.f8 { grid-area: f8; }

.f1, .f2, .f3, .f4, .f5, .f6, .f7, .f8 { display: flex; align-items:flex-start; padding:.85em 2em .85em 0;  }


@media (max-width: 992px) {
  #help .card { margin:auto;}
}


@media (max-width: 580px) {
  .functions {
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
    grid-template-areas:
    "f1"
    "f2"
    "f3"
    "f4"
    "f5"
    "f6"
    "f7"
    "f8";
  }
  .f1, .f2, .f3, .f4, .f5, .f6, .f7, .f8 { display: flex; align-items:flex-start; padding:1em; }

  .f8 .btn { width: 100%; justify-content: center; }

  #help .btnline { flex-direction: column; display: inline-block; }

  #help .btnline .btn  { width: 100%; justify-content: center; padding: .6em; margin-bottom: .8em; }
  #help .btnline a:first-child, #help .btnline a:nth-child(2) { margin-right: 0;}

  #help .card { width: 100%;}

  .carousel-item .btnline .btn, #slider .btnline .btn  { width: 100%; justify-content: center; margin-bottom: 1rem;}
  .nav-link{ font-size: 1.2rem; }
}


.functions div > i { color:#0C3A76;}


.btn-info {
--bs-btn-color:#fff;
--bs-btn-bg:#166CDC;
--bs-btn-border-color:#166CDC;
--bs-btn-hover-color:#fff;
--bs-btn-hover-bg:#1f80ff;
--bs-btn-hover-border-color:#1f80ff;
--bs-btn-active-color:#fff;
--bs-btn-active-bg:#166CDC;
--bs-btn-active-border-color:#166CDC;
--bs-btn-disabled-color:#fff;
--bs-btn-disabled-bg:#979797;
--bs-btn-disabled-border-color:#979797;
}


.modal-header {
  border-bottom: none;
}

.form-control {
  padding: .7rem .75rem;
}

.float-icon { display: flex; flex-direction: column; position: relative; }
.float-icon i { position:absolute ; right: 25px; /*z-index: 200;*/ top:40px; font-size: 1.3em; }

.form-control::placeholder {
  color: #b2b2b2;
  opacity: 1; /* Firefox */
}

.modal-btn {
  display: flex; justify-content: space-between; padding-top: 2em;
}

.modal-btn button { justify-content: center; width:50%; padding: 1em 2em; line-height: 1em;}

@media (max-width: 580px) {
  .modal-btn {
    flex-direction: column; padding-top: 0;
  }
  .modal-btn button { width:100%; }
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color:#959595!important;
}

/* -------- Darkview ------------ */


body#darkview {
  background: #0D1B1F;
}

body#darkview .bg-header { background: #0D1B1F; }


body#darkview .btn-primary {
  --bs-btn-bg:#CCEC60;
  --bs-btn-color: #223B38;
  --bs-btn-border-color:#CCEC60;
  --bs-btn-hover-color:#142321;
  --bs-btn-hover-bg:#92aa42;
  --bs-btn-hover-border-color:#92aa42;
  --bs-btn-active-color:#142321;
  --bs-btn-active-bg:#92aa42;
  --bs-btn-active-border-color:#92aa42;
  --bs-btn-disabled-color:#b7b7b7;
  --bs-btn-disabled-bg:#596563;
  --bs-btn-disabled-border-color:#596563;
  --bs-secondary:17, 36, 41;
}

body#darkview .btn-secondary {
  --bs-btn-color: #CCEC60;
  --bs-btn-bg:#223B38;
  --bs-btn-border-color:#223B38;

  --bs-btn-hover-color:#e9ffa1;
  --bs-btn-hover-bg:#202827;
  --bs-btn-hover-border-color:#202827;

  --bs-btn-active-color:#e9ffa1;
  --bs-btn-active-bg:#202827;
  --bs-btn-active-border-color:#202827;

  --bs-btn-disabled-color:#b7b7b7;
  --bs-btn-disabled-bg:#515151;
  --bs-btn-disabled-border-color:#515151;
  --bs-secondary:17, 36, 41;
}



body#darkview .btn-outline-primary {
  --bs-btn-color:#fff;
  --bs-btn-border-color:#fff;
}


:root body#darkview  {
  --bs-link-color:#ccec60;
  --bs-link-color-rgb:204, 236, 96;
  --bs-body-color:#c9d9cd;
  --bs-body-color-rgb:201, 217, 205;
  --bs-dark:#152d32;
  --bs-dark-rgb:21, 45, 50;
  --bs-link-hover-color:#92aa42;
  --bs-link-hover-color-rgb:146, 170, 66;
  --bs-secondary-rgb:17, 36, 41;
 }

 body#darkview .btn {
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(182, 210, 86, .35)

 }

 body#darkview .functions div > i { color:#fff;}

 body#darkview .lead { font-size:1.6em; line-height:1.2em; }
 body#darkview .lead strong { color:#CCEC60; }

 body#darkview .nav {
  --bs-nav-link-hover-color:#92aa42;
}

body#darkview .navbar {
  --bs-navbar-color:rgba(255, 255, 255, .65);
  --bs-navbar-hover-color:rgba(255, 255, 255, .9);
  --bs-navbar-active-color:rgba(255, 255, 255, 1);
}



body#darkview .nav-link:focus-visible {
  box-shadow: 0 0 0 .25rem rgba(13, 253, 161, 0.25);
}

body#darkview .nav li a { color:#C9D9CD;}
body#darkview .nav li a:hover { color:#ccec60;}

body#darkview .btn-outline-secondary {
  --bs-btn-color:#C9D9CD;
  --bs-btn-border-color:#C9D9CD;
  --bs-btn-hover-color:#223B38;
  --bs-btn-hover-bg:#C9D9CD;
  --bs-btn-hover-border-color:#C9D9CD;
  --bs-btn-focus-shadow-rgb: 204, 236, 96;
  --bs-btn-active-color:#223B38;
  --bs-btn-active-bg:#C9D9CD;
  --bs-btn-active-border-color:#C9D9CD;
  --bs-btn-disabled-color:#898989;
  --bs-btn-disabled-bg:#C9D9CD;
  --bs-btn-disabled-border-color:#C9D9CD;
}

#benefits h2 { margin-bottom: 1em;}
.benefits-item-layout-imgleft div:last-child {
  display: flex; align-items: center; flex-direction: column; justify-content: center;
}

.benefits-item-layout-imgright div:first-child {
  display: flex; align-items: center; justify-content: center; flex-direction: column;
}
.benefits-item-layout-imgright div:first-child p { text-align: right;}

.benefits-item-layout-imgleft, .benefits-item-layout-imgright {
  padding: 5em 0;
}


@media (max-width: 992px) {
  .benefits-item-layout-imgleft div:last-child, .benefits-item-layout-imgright div:first-child {
    padding: 2em;
  }
}



body#darkview .input-wrapper button {
  height: 47px;
 background-color: #ccec60;
}

body#darkview .input-wrapper button:hover {
  background-color: #92aa42;
}

body#darkview #subscription .input-wrapper button {
  color: #223B38;
  height: 47px;
}

body#darkview #subscription .input-wrapper button:hover {
  color:#142321;
}

body#darkview #numbers .map {
  background-image: url(../images/pic-map-darkview.png);
 }


 body#darkview #features ul li > i {
  color: #C9D9CD;
 }
 body#darkview .bg-cta {
  background: #CCEC60;
 }

 body#darkview #calltoaction h3,  body#darkview #calltoaction p {
  color:#223B38;
 }


.cta-layout {display: flex; align-items: center;}

@media (max-width: 1200px) {
  .cta-layout {flex-direction: column;}
}

body#darkview  #help .card {
 background-color:#112429;

}

body#darkview .form-control {
   color:#212529;
 }

#darkview footer .input-wrapper button.btn { color:#223B38;}

 .form-control:focus {
   color:#212529;
   border-color: #ececec;
   box-shadow: 0 0 0 .25rem rgba(245, 245, 245, .25)
 }

body#darkview .bg-testimonies { background-color: transparent;}
body#darkview #calltoaction h2 { color:#223B38; text-align: center;}

body#darkview #benefits h1 { font-size:2rem; font-weight: 700;}
body#darkview #benefits .divh1 {
    font-size: 2rem;
    font-weight: 700;
}
body#darkview #benefits .lead { font-size:2rem; font-weight: 300; margin-bottom: 0; }

body#darkview .bg-header, body#darkview .bg-landing, body#darkview .bg-header .container-fluid { background-color:#0D1B1F; }

@media (max-width: 992px) {
  body#darkview #benefits .lead { font-size: 1.5em;}

}

@media (max-width: 580px) {
  .benefits-item-layout-imgright div:first-child p { text-align: left; }
}

.tagline { text-align: left; line-height: 1.25em; font-size: 1em; font-weight: 400;}
.btn-fluid-md {justify-content: center; width:100%;}

@media (max-width: 580px) {
  .btn-fluid { justify-content: center; width:100%;}
}

.form-container { width: 75%; }
.duo-btn { display: flex; flex-direction: row; margin-top: 3.5em; }
.duo-btn button { width: 50%; min-height: 55px;}

@media (max-width: 992px) {
  .form-container { width: 100%; padding-bottom: 2em; }

}

@media (max-width: 1200px) {
  .duo-btn { flex-direction: column; height:auto;}
  .duo-btn button { width: 100%;}
  .duo-btn button:nth-child(1) { margin-bottom: 1em;}

}


.start-50 { left: 30%!important; }
.toast { font-size: 1.05em; line-height: 1em; padding: .65em;}
.toast i { font-size: 1.35em;}

body#darkview .toast {
  color:#212529;
}

.bg-toast-success { background-color:#C2FFCF; border:1px solid #C2FFCF;
}
.bg-toast-danger { background-color:#FFDDDD; border:1px solid #FFD8D8;
}

.bg-toast-warning { background-color:#fff3cd; border:1px solid #fff3cd;}

.bg-toast-warning a { color:#664d03;  }


.bg-toast-info { background-color:#cff4fc; }

.bg-toast-info a { color:#055160; }




.toast {
  width: 40vw;
  max-width: unset;
}


@media (max-width: 780px) {
  .toast {
    width: 80vw;
    max-width: unset;
  }

  .start-50 { left: 5vw!important; }

}

.toast-positioning {
  z-index: 11; top: 70px;
}


.bg-toast-danger .toast-body a { color:#F93232; }
.toast > div > a { margin-top: .82em; margin-right:1em ;}
.toast > div > a i.icon-24-outlined-suggested-symbol-x { color:#979797;}
.toast.bg-toast-danger > div > div i { color:#F93232!important;}
.toast.bg-toast-success > div > div i { color:#439F6E!important;}

form .icon-24-eye-close-line-2, form .icon-eye-open, form .icon-info { color:#aaa;}


.tooltip-inner {
  color:#4f4f4f;
  background-color: #ececec;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.012);
  opacity: 1 !important;
  line-height: 1.1em;
  text-align: left;
  padding: .85em;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #ececec !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #ececec !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #ececec !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ececec !important;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #ececec !important;
}

.graybox {
  border-radius:16px; padding: 30px; font-size: 18px;
  background-color: #eee;
}


.graybox p, .graybox ul li {
  font-size:1rem;
}

.graybox ul {
  padding-left: 1.5rem;
}

.form-control.is-valid, .was-validated .form-control:valid,.form-control.is-invalid, .was-validated .form-control:invalid {
  background-position:right calc(.5em + 2.5rem) center;
}


.form-control.is-invalid, .was-validated .form-control:invalid {
  background-color: #FFF5F5;
}

#benefits h3 {  font-size:1.3rem; font-weight: 700; }
.w-75-fluid { width:75%;}

@media (max-width: 780px) {
  .w-75-fluid { width:100%;}

}


.cta-link { color:#fff; text-decoration: none;}
footer p { font-size:1em; } 
footer a  { color:#166CDC; text-decoration: none;}
footer ul.social { display:flex; align-items:center; }
footer ul.social li a { display: flex; justify-content:flex-end; margin-left:.5em; }
footer ul.social a  { color:#fff;}
footer ul.social li i {margin-right:0;}



footer ul { list-style-type:none; padding:0; }
footer ul.contact li { padding:.0 0 .5em 0;  }
footer ul li i { margin-right:.8em; }

body#darkview footer nav p.terms a { color:#ccec60;}

.toast-body a { text-decoration: none;}

.landing-hero-google .row { width: 75%;}

.quote { border-bottom:2px solid #0C3A76; padding: 1.4em; font-size:2.25em; color:#0C3A76; font-weight:300; width: 80%; margin: 0 auto;}
.quote strong { font-weight: 700;}

#GoogleInvoice .container { width: 75%;}
#GoogleInvoice h3 { font-weight: 700; font-size:1.65em; }
#GoogleInvoice p strong { font-weight: 700;}
#GoogleInvoice h4 {font-size:1.2em; }
#GoogleInvoice .row .col-12 { text-align: center;}
#GoogleInvoice .row .col-12 img { margin-bottom: 1.4em;}


#allinone h3.highlight { font-size:2.25em; color:#0C3A76; font-weight:300; line-height: 1.5;}
#allinone h3.highlight strong { font-weight:700; }

@media (max-width: 780px) {
.landing-hero-google .row, .quote, #GoogleInvoice .row .col-12 .w-50  { width: 100%!important;}

.quote, #allinone h3.highlight  { font-size:1.7em; line-height:1.2em; }

}

#pills-anual .card { background-color: #f9f9f9;}
.time-subscription { display: flex; justify-content:center; align-items: center; background-color: #EAFAFF;
  border-radius: 8px; padding: 10px;
}
.time-subscription p { margin-bottom: 0;}

.time-subscription .nav-link:hover { background-color:#166CDC; color: #fff;}
.time-subscription .nav-link:focus { background-color: #0c3a76;}

.card-title { margin-bottom:0; }

.banner-verifactu {
  background-color: #fff;
  color: #0C3A76;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  font-size: 1.12em;
  font-weight: 500;
}

.banner-verifactu a {
  color: #0C3A76;
  text-decoration: underline;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.banner-verifactu a:hover {
  color: #166CDC;
  text-decoration: underline;
}

/* Banner VERIFACTU modo dark*/
.banner-verifactu-dark {
    background-color: #CCEC60 !important;
    color: #223B38 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    font-size: 1.12em;
    font-weight: 500;
}

.banner-verifactu-dark a {
    color: #223B38 !important;
    text-decoration: underline;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.banner-verifactu-dark a:hover {
    color: #142321 !important;
    text-decoration: underline;
}

/* Solución para el recuadro negro que aparece sobre el título */
/* Eliminar outline de todos los elementos que pueden recibir foco automático */
a:focus, 
button:focus, 
.btn:focus,
.nav-link:focus,
[tabindex]:focus,
a:active,
button:active,
.btn:active,
.nav-link:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Asegurar que no haya elementos con foco visible por defecto */
*:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Eliminar cualquier outline o border de elementos del carrusel */
.carrusel-item a,
.carrusel-item button,
.indicator a,
.indicator-left a,
.carrusel-item a:focus,
.carrusel-item button:focus,
.indicator a:focus,
.indicator-left a:focus,
.carrusel-item a:active,
.carrusel-item button:active,
.indicator a:active,
.indicator-left a:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
}

/* Específicamente para el título h1 que puede estar siendo afectado */
h1:focus,
h1:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Restaurar outline solo para navegación por teclado (accesibilidad) */
*:focus-visible {
    outline: 2px solid #0C3A76 !important;
    outline-offset: 2px;
}