body {
  font-family: "Roboto", sans-serif !important;
  color: #444444;
  background: #fff;
}

.form-control {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
  color: #767676 !important;
  padding: 8px 12px !important;
  background-color: #ffffff !important;
  outline: none !important;
  margin-bottom: 4px !important;
  border-radius: 5px !important;
}
label {
  margin-bottom: 2px !important;
}
p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
a {
  color: #003057;
}

a:hover {
  color: #003057;
  text-decoration: none;
}
strong {
  font-weight: 600;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #3399ff;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3399ff;
  color: #fff;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3399ff;
  height: 35px;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #082e57;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #082e57;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #003399 !important;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  top: 35px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
}

#header .logo a {
  color: #e1f0ff;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}
.cont-seguimiento {
  width: 100%;
  height: 240px;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
  -moz-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
  box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
}
.cont-seguimiento > .title {
  color: #fff;
  text-align: center;
  padding: 5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 300;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 5px 2px;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #fff;
  border-color: #333454;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(161, 143, 127, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  color: #333454;
  border: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #1977cc;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.appointment-btn {
  margin-left: 25px;
  background: #3399ff !important;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
}

.appointment-btn:hover {
  background: #3399ff !important;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    /*margin: 0 48px 0 0;*/
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #113064;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  /* border-radius: 10px; */
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  text-decoration: none;
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #003057;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  margin-top: 80px;
  color: #b3abab;
  font-size: 14px;
  background: #003399;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #003399;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #b3abab;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #b3abab;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #76bd1d;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #76bd1d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #082e57;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #b3abab;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #082e57;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #76bd1d;
  color: #fff;
  text-decoration: none;
}

.m-left-solid {
  border-left: 1px solid #fff;
}

.icon-blue {
  color: #003399 !important;
}
.col-md-4.m-left-solid h6 {
  font-weight: 700;
  font-size: 14px;
}

.col-md-4.m-left-solid a {
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  padding: 18px 0px;
}

.col-md-4.m-left-solid a:hover {
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
#footer .col-md-4.m-left-solid a {
  padding: 0px !important;
}
.cont-blue {
  background: #003057;
}
.cont-green {
  background: #76bc21;
}

.cont-skyblue {
  background: #0b7db9;
}

.cont-lightgreen {
  background: #bfd730;
}

.cont-lightblue {
  background: #66afd4;
}

.cont-white {
  background: #fff;
}

.cont-center {
  text-align: center;
}

.t-blue {
  color: #003057;
}
.tb-blue {
  color: #003057;
  font-weight: 700;
}

.t-green {
  color: #76bc21;
}

.t-white {
  color: #fff !important;
}

.m-left30 {
  /*margin-left: 23% !important;*/
  margin-left: 34% !important;
}

.social-links > a > i {
  color: #fff;
}

#carouselExampleIndicators {
  margin-top: 117px;
}

.cont-left {
  text-align: left;
}

.cont-mtb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cont-mtb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cont-mt130 {
  margin-top: 130px;
}

.btn-send {
  background: #082e57;
  color: #fff !important;
  border-radius: 20px;
  border: 0;
  padding: 5px 30px;
  cursor: pointer;
}

.btn-send:hover {
  background: #0b7db9;
  color: #fff;
  border-radius: 20px;
  padding: 5px 30px;
}

.cont-w80 {
  width: 80%;
  margin: auto !important;
}

.container-cl {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 50px;
  height: 280px;
  text-align: center;
  box-shadow: 0 6px 4px -3px rgb(0 0 0 / 10%);
  max-width: none;
}

.container-cl:hover {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 50px;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
  -moz-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
  box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
}

.t-justify {
  text-align: justify;
  font-size: 14px;
  padding: 0px 20px;
}

.t-15 {
  font-size: 14px;
  font-family: "Roboto", sans-serif !important;
}

.t-16 {
  font-size: 16px;
}

.cont-cl {
  margin-top: 180px;
  margin-bottom: 80px;
}

.panel.panel-default {
  border: 0.6px solid #0b7db9;
}
#Panel_Principal > div > div > h5 {
  background: #0b7db9;
  padding: 15px;
  color: #fff;
}

.cont-boxcorreos {
  margin-top: 125px;
}

.btn-register {
  background: #76bd1d;
  border-radius: 20px;
  border: 0;
  color: #fff;
  padding: 10px 25px;
}

.btn-register:hover {
  background: #576b80;
  border-radius: 20px;
  border: 0;
  color: #fff;
  padding: 10px 25px;
}

.overlay.bg-parallax {
  background-image: url(../img/api-banner.png);
}

.breadcrumb_area {
  position: relative;
  padding: 200px 0px 84px;
  z-index: 1;
  overflow: hidden;
}
.breadcrumb_area .bg-parallax {
  z-index: -1;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
}
.breadcrumb {
  text-align: center;
  background: transparent;
  padding: 0px;
  display: inline-block;
}

.breadcrumb li {
  display: inline-block;
  color: #fff;
}
.breadcrumb li a {
  color: #fff;
}

.checked {
  line-height: 24px;
  list-style-image: url(../img/icons/checked.png);
}

.triangulo {
  font-size: 100px;
  color: #fff;
}

.api {
  position: absolute;
  width: 100%;
  margin-top: -45px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #003057;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #003057;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #074f9c;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #77bd1e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.box {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cont-gray {
  background-color: #dfdfeb;
  padding-top: 35px;
  padding-bottom: 35px;
}

#footer {
  background: #3d3d3d !important;
}

.footer-top {
  /*background:  #003057 !important;*/

  background-size: 100% 100% !important;
}

#footer .social-links a {
  background-color: #fff !important;
}

#footer .footer-top {
  padding: 46px 0px 30px 0px !important;
}

.link {
  color: #fff !important;
  text-align: left !important;
}
#footer p {
  font-style: normal !important;
  line-height: 20px !important;
  text-align: left;
}
#footer .social-links a {
  width: 30px !important;
  height: 30px !important;
  padding: 6px 0 !important;
}

.text-footer {
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.container-f {
  width: 80%;
  margin: auto;
}
#footer .footer-newsletter form {
  margin-top: -11px !important;
  background: #fff !important;
  padding: 3px 13px !important;
}

#footer .footer-newsletter form:active {
  margin-top: -11px !important;
  background: #fff !important;
  padding: 3px 13px !important;
}
.link a {
  cursor: pointer;
}

.link a:hover {
  border-bottom: 1px solid #fff;
}

.cont-calc {
  padding: 60px 45px;
  background-color: #dadada;
  border-radius: 20px;
  width: 80%;
  margin: auto;
}
.btn-calcula {
  padding: 6px 25px;
  background: #074f9c;
  color: #fff;
  border: 0;
  border-radius: 20px;
}

.btn-cancela {
  padding: 6px 25px;
  background: red;
  color: #fff;
  border: 0;
  border-radius: 20px;
}

.btn-banner {
  padding: 12px 59px;
  background-color: #003057;
  color: #fff !important;
  border-radius: 20px;
}

.btn-banner:hover {
  padding: 12px 59px;
  background-color: #0b7db9;
  border: 0;
  color: #fff !important;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .btn-viewmore {
    padding: 10px 40px;
  }

  .btn-viewmore:hover {
    padding: 10px 40px !important;
  }
  .m-left30 {
    margin-left: 18% !important;
  }
}

.cont-btn {
  width: 100%;
  position: absolute;
  z-index: 9999;
  margin-top: -16%;
  text-align: right;
  margin-left: -9%;
}

@media (max-width: 992px) {
  .btn-banner {
    padding: 8px 35px;
  }

  .btn-banner:hover {
    padding: 8px 35px;
  }
  #carouselExampleIndicators {
    margin-top: 90px;
  }

  .footer-top {
    background: #333454 !important;
  }
  .container-footer {
    padding: 18px;
    width: 90%;
  }
}

.card-deck.py-3 > .card {
  text-align: center;
}

/* US1box*/

.cont-stores {
  background: #383a44;
  padding-top: 50px;
  padding-bottom: 50px;
}
.tb-white {
  font-weight: bold;
  color: #fff;
}
.t-white {
  color: #fff !important;
}
.card-deck.py-3 > .card {
  text-align: center;
  background-color: transparent;
  border: 0px;
}

.tb-violet {
  color: #333454;
  font-weight: bold;
}

.cont-s {
  padding: 30px 30px 2px 30px;
}
.sub-footer {
  height: 50px;
  background: #3399ff;
}
.cont-b {
  margin-top: 16px;
}
.cont-b > a {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  margin-right: 2%;
}

.ico-footer {
  font-size: 34px;
  color: #fff;
  background: #1e73be;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
}

.card-deck.py-3.stores .card {
  border: 1px solid #cacaca;
  border-radius: 5px;
}

#accordion > .card > .card-header {
  background-color: #fff;
}
#accordion > .card {
  margin-top: 10px;
  border: 0;
}

.accordion-head i {
  font-size: 17px;
  margin-left: -35px;
  color: #fff;
  background: #333454;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  float: left;
}

.t-faq {
  font-size: 13px;
  font-weight: 500;
  color: #003057;
  text-transform: uppercase;
}

a[aria-expanded="true"] > h5::before {
  content: "-";
  position: absolute;
  left: 0px;
  font-size: 19px;
  margin-left: -18px;
  margin-top: 0px;
  background: #333454;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a[aria-expanded="false"] > h5::before {
  content: "+";
  position: absolute;
  left: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  margin-left: -18px;
  margin-top: 0px;
  background: #333454;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a[aria-expanded="true"] > h1::before {
  content: "-";
  position: absolute;
  left: 0px;
  font-size: 19px;
  margin-left: -18px;
  margin-top: 0px;
  background: #333454;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a[aria-expanded="false"] > h1::before {
  content: "+";
  position: absolute;
  left: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  margin-left: -18px;
  margin-top: 0px;
  background: #333454;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont-faq {
  margin-top: 180px;
  margin-bottom: 120px;
}

.cont-casilla {
  /* margin-top: 13% !important;
  margin-bottom: 3% !important;*/
  margin-top: 200px !important;
  margin-bottom: 80px !important;
}

.nav-menu .drop-down li:hover {
  background: #3399ff;
  color: #fff !important;
}

.nav-menu .drop-down ul a:hover {
  color: #fff !important;
}
.input-group-text {
  height: 39px !important;
}

/*  New styles*/

@media (max-width: 1250px) {
  .container.cont-casilla {
    margin-top: 190px !important;
  }
}

@media (max-width: 992px) {
  .drop-down > a > i {
    float: right;
  }
  .mobile-nav .drop-down > a {
    border-bottom: 1px solid;
  }
  .mobile-nav a {
    padding: 8px 20px;
    font-size: 14px;
  }
  .mobile-nav > ul > li > ul > li > a {
    padding: 6px 20px !important;
  }
}

@media (max-width: 600px) {
  .btn-rt {
    margin-top: -39px;
    width: 130px;
    display: flex;
    justify-content: center;
    margin-left: 10px;
  }

  .btn-lg {
    background: #1e73be;
    margin-left: 10px;
    margin-top: 35px;
    margin-left: -129px !important;
    width: 130px;
    display: flex;
    justify-content: center;
  }
}

.fas-40 {
  font-size: 40px;
}
.fas-45 {
  font-size: 45px;
}
.t-red {
  color: #d6001a;
}
.t-white {
  color: #fff;
}
.fa-calculator {
  color: #fff;
  background: #1e73be;
  font-size: 27px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
}
.f-right {
  float: right;
}
.f-300 {
  font-weight: 300;
}
.f-900 {
  font-weight: 900;
}
.f-700 {
  font-weight: 700;
}
.f-xl {
  font-size: 12px !important;
}
.t-sm {
  font-size: 14px !important;
}

.t-md {
  font-size: 16px !important;
}

.t-lg {
  font-size: 18px !important;
}

.padding-bsm {
  padding-bottom: 30px;
}

.btn-search {
  background: #1e73be;
  border: 0px;
  padding: 8px 25px;
  border-radius: 20px;
}

.m-top10 {
  margin-top: 10px;
}

.m-topxl {
  margin-top: 15px;
}
.m-topsm {
  margin-top: 20px;
}
.m-topmd {
  margin-top: 25px;
}
.m-toplg {
  margin-top: 30px;
}

.style-none {
  list-style: none;
}
.m-leftxl {
  margin-left: 15px;
}
.m-leftsm {
  margin-left: 20px;
}
.m-leftmd {
  margin-left: 25px;
}
.m-leftlg {
  margin-left: 30px;
}
.t-underline {
  text-decoration: underline !important;
}
.footer-links > div > a {
  color: #a2a3b1 !important;
  font-weight: 600;
}
@media (max-width: 991px) {
  .sub-footer {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .sub-footer {
    height: 80px;
  }
  footer#footer .sub-footer > .container p {
    text-align: center !important;
  }
  footer#footer .sub-footer > .container .text-right.cont-b {
    text-align: center !important;
    margin: 0px !important;
  }
}

@media (max-width: 767px) {
  .m-left-solid {
    border: 0px !important;
    text-align: center !important;
  }
  .m-left-solid h6 {
    margin-top: 25px;
  }
  .card-deck.py-3 > .card > img {
    margin: auto;
  }

  .card-deck.py-3 > .card > p {
    padding: 0px 10% 0px 10%;
  }
  .categories-buy {
    display: none !important;
  }
  .cont-gray p {
    text-align: center !important;
  }
  .cont-gray #btn-searh {
    padding: 7px 53px !important;
    border-radius: 5px !important;
  }
  .cont-stores {
    margin-top: -70px;
  }
  .cont-stores .card {
    flex: 1 0 30%;
  }
}
._banner-movil {
  display: none;
}
._h1 {
  font-size: 28px;
}

@media (max-width: 750px) {
  ._banner-movil {
    display: block;
  }
  ._banner-desktop {
    display: none;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 22px !important;
  }
  .cont-gray {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cont-casilla {
    margin-top: 150px !important;
  }
  .p-form {
    width: 96% !important;
  }
  .carousel-indicators {
    display: none !important;
  }
}

@media (max-width: 667px) {
  ._h1 {
    font-size: 22px !important;
  }
}

@media (max-width: 1000px) {
  .cont-casilla {
    margin-top: 180px !important;
  }
}

@media (max-width: 992px) {
  .p-form {
    margin-top: 20px !important;
  }
}

@media (max-width: 515px) {
  .btn-m-r {
    /*width: 130px;*/
    margin-top: -42px;
    margin-left: 8px;
  }
  .bnt-m-s {
    /* width: 130px;*/
    margin-left: -130px;
    margin-top: 38px;
  }
}
