@font-face {
  font-family: "let";
  src: url("../fonts/let.eot?sdgr2");
  src: url("../fonts/let.eot?sdgr2#iefix") format("embedded-opentype"), url("../fonts/let.ttf?sdgr2") format("truetype"), url("../fonts/let.woff?sdgr2") format("woff"), url("../fonts/let.svg?sdgr2#let") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "let" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-calendar:before {
  content: "\e90b";
  color: #fff;
}

.ico-user:before {
  content: "\e90c";
  color: #fff;
}

.ico-checklist:before {
  content: "\e900";
  color: #f60;
}

.ico-co2:before {
  content: "\e901";
  color: #f60;
}

.ico-check:before {
  content: "\e902";
  color: #fff;
}

.ico-inspection:before {
  content: "\e903";
  color: #fff;
}

.ico-leaf:before {
  content: "\e904";
  color: #fff;
}

.ico-operator:before {
  content: "\e905";
  color: #f60;
}

.ico-phone:before {
  content: "\e906";
  color: #f60;
}

.ico-question:before {
  content: "\e907";
  color: #fff;
}

.ico-smog:before {
  content: "\e908";
  color: #f60;
}

.ico-temperature:before {
  content: "\e909";
  color: #f60;
}

.ico-x:before {
  content: "\e90a";
  color: #fff;
}

.orange {
  color: #FF6600;
}

.green {
  color: #281C5F;
}

.black {
  color: #262626;
}

.orange-light {
  color: #FFE6D5;
}

.blue-light {
  color: #F6FAFF;
}

.bg-orange {
  background-color: #FF6600;
  color: white;
}

.bg-orange-light {
  background-color: #FFE6D5;
  color: white;
}

.bg-blue-light {
  background-color: #F6FAFF;
}

.bg-green {
  background-color: #281C5F;
  color: white;
}

.bg-white {
  background-color: white;
  color: #262626;
}

body {
  font-family: "Barlow", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

nav a {
  color: #262626;
  font-size: 18px;
  margin: 0 10px;
}
nav a.active {
  font-weight: 800;
}

em {
  font-style: normal !important;
}

h1 {
  font-size: 50px !important;
}
@media (max-width: 991px) {
  h1 {
    font-size: 22px !important;
  }
}

#hamburger span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.holdy {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  #primary-menu a {
    margin: 0 6px;
    font-size: 14px;
  }
}

#hamburger {
  width: 30px;
  height: 20px;
  position: absolute;
  display: none;
  z-index: 9999;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #hamburger {
    display: block;
  }
}
#hamburger span {
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #000;
}
#hamburger span.line-1 {
  top: 0;
}
#hamburger span.line-2 {
  top: 50%;
}
#hamburger span.line-3 {
  top: 100%;
}
#hamburger:hover span.line-1 {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
#hamburger:hover span.line-3 {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#hamburger.close span {
  position: absolute;
}
#hamburger.close span.line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
#hamburger.close span.line-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#hamburger.close span.line-3 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav-primary-holder {
  position: relative;
  top: -9px;
}
@media (max-width: 991px) {
  .nav-primary-holder {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 100px;
    height: auto;
    width: 100vw;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
    visibility: hidden;
  }
  .nav-primary-holder #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 78vw;
  }
  .nav-primary-holder #primary-menu .small {
    display: block;
  }
  .nav-primary-holder #primary-menu a {
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px dotted #999;
    padding-bottom: 8px;
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: 400;
    color: #222;
    padding: 0;
  }
  .nav-primary-holder #primary-menu a:nth-child(even) {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  .nav-primary-holder #primary-menu a:nth-child(odd) {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

.menu-active {
  overflow: hidden;
}
.menu-active #hamburger {
  top: 20px !important;
  right: 20px !important;
  position: fixed;
}
.menu-active .logo {
  position: fixed;
  z-index: 1000000000000000000;
  top: 20px;
  left: 25px;
  width: 150px !important;
}
.menu-active #hamburgerx {
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-active .holdyx {
  position: initial;
}
@media (max-width: 991px) {
  .menu-active header {
    z-index: 99;
  }
}
.menu-active .overlay {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu-active .nav-primary-holder {
  visibility: visible;
  z-index: 40;
}
.menu-active .burger {
  opacity: 0;
}
.menu-active #primary-menu a {
  -webkit-transition: all 0.6s 0.6s !important;
  transition: all 0.6s 0.6s !important;
}
.menu-active #primary-menu a:nth-child(even) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-active #primary-menu a:nth-child(odd) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-active .bt-close {
  top: 36px;
  right: 38px;
}

.overlay {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
}
.overlay:before {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: "";
}

@media (max-width: 991px) {
  .bt-black {
    color: white !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 10px !important;
  }
}

.bt-link {
  font-size: 20px;
  font-weight: 400;
}
.bt-link:hover {
  color: #FF6600;
}

#autoinspeccion h1 span {
  margin-right: 10px;
}
#autoinspeccion h1 span:before {
  color: #FF6600;
}
#autoinspeccion .step-number {
  background-color: #FF6600;
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
}
@media (max-width: 991px) {
  #autoinspeccion .step-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
#autoinspeccion .step {
  border-bottom: 1px dotted #ccc;
}
#autoinspeccion .step img {
  width: 200px;
}
@media (max-width: 991px) {
  #autoinspeccion .step p {
    margin-top: 20px;
  }
}
#autoinspeccion em {
  font-size: 27px;
}

.login h1 {
  font-size: 33px !important;
}
@media (max-width: 991px) {
  .login h1 {
    font-size: 24px !important;
  }
}
.login h1 span {
  margin-right: 10px;
}
.login h1 span:before {
  color: #FF6600;
}

.home .bt-home {
  display: none;
}

@media (max-width: 991px) {
  .bt-black {
    display: none;
  }
}

@media (max-width: 991px) {
  p {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

input {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
}

textarea {
  min-height: 200px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.bt-contact {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

form {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 25px;
}

@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@-webkit-keyframes left-right {
  0% {
    right: 0px;
  }
  100% {
    right: -8px;
  }
}
@keyframes left-right {
  0% {
    right: 0px;
  }
  100% {
    right: -8px;
  }
}
.bt {
  text-decoration: none;
}
.bt span {
  margin-right: 4px;
  font-size: 13px;
}
.bt.bt-medium {
  font-size: 14px;
  border-radius: 11px;
  padding: 10px 20px;
}
.bt.bt-dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  padding: 14px 11px;
}
.bt.bt-dual .fs-6 {
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .bt.bt-dual {
    padding: 11px 12px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 312px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bt.bt-dual .fs-6 {
    font-size: 15px !important;
  }
}
.bt.bt-dual span[class^=ico-] {
  font-size: 29px;
  padding-right: 4px;
}
@media (max-width: 991px) {
  .bt.bt-dual span[class^=ico-] {
    font-size: 20px;
  }
}
.bt.bt-white {
  background-color: white;
  color: black;
}
.bt.bt-black {
  background-color: #262626;
  color: white;
}
.bt.bt-black span {
  color: white;
}
.bt.bt-black strong {
  color: #FF6600;
}
.bt.bt-orange {
  background-color: #FF6600;
  color: white;
}

button.bt {
  border: 0;
  width: 100%;
  border-radius: 10px;
  height: 40px;
}

.box-service {
  min-height: 200px;
}
.box-service * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-service .icon {
  width: 58px;
  height: 58px;
  top: 0;
  right: 20px;
  margin-top: -29px;
  text-align: center;
}
.box-service .icon span {
  font-size: 30px;
  line-height: 58px;
}

.currentx .box-service {
  min-height: 300px;
}
.currentx .box-service * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.currentx .box-service .icon {
  margin-top: 30px;
  width: 71px;
  height: 71px;
}
.currentx .box-service .icon span {
  line-height: 71px;
}
.currentx .box-service h3 {
  margin-top: 50px;
}

.box-brief {
  -webkit-box-shadow: 0px 0px 5px -1px #ccc;
          box-shadow: 0px 0px 5px -1px #ccc;
  border-radius: 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-brief span {
  font-size: 70px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 30px;
}
.box-brief em {
  color: #FF6600;
  font-weight: 700;
  font-size: 30px;
}
.box-brief p {
  margin-bottom: 0;
}
.box-brief h3 {
  color: #FF6600;
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 47px;
  height: 47px;
}

.carousel-control-prev, .carousel-control-next {
  width: 47px;
}
@media (max-width: 991px) {
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}

.carousel-control-prev {
  left: -55px;
}

.carousel-control-next {
  right: -55px;
}

.carousel-indicators {
  margin-bottom: -30px;
}
.carousel-indicators button {
  background-color: #FF6600 !important;
  width: 50px !important;
}

.holdy a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.holdy a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.orange:hover {
  color: #FF6600 !important;
}

.icon-exclamation {
  width: 30px;
  height: 30px;
  background-color: #FF6600;
  font-style: normal;
  color: white;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.minimized #navbar_top:not(.fixed) {
  position: relative !important;
}

.minimized #navbar_top {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 9;
  top: 0;
  -webkit-box-shadow: 0px 0px 7px -2px #999;
          box-shadow: 0px 0px 7px -2px #999;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.minimized #navbar_top .holdy a {
  height: 36px;
  overflow: hidden;
}
.minimized #navbar_top .nav-primary-holder {
  position: relative;
  top: 0px;
}
@media (max-width: 991px) {
  .minimized #navbar_top .nav-primary-holder {
    height: 0;
    overflow: hidden;
  }
}
.minimized #navbar_top .menu-holder {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.minimized #navbar_top #hamburger {
  top: 8px;
}
.minimized #navbar_top img {
  max-width: 140px;
}

#navbar_top {
  -webkit-box-shadow: 0px 0px 0px 0px #999;
          box-shadow: 0px 0px 0px 0px #999;
  background-color: white;
}
#navbar_top.fixed {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 9;
  top: 0;
  -webkit-box-shadow: 0px 0px 7px -2px #999;
          box-shadow: 0px 0px 7px -2px #999;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#navbar_top.fixed .holdy a {
  height: 36px;
  overflow: hidden;
}
#navbar_top.fixed .nav-primary-holder {
  position: relative;
  top: 0px;
}
@media (max-width: 991px) {
  #navbar_top.fixed .nav-primary-holder {
    height: 0;
    overflow: hidden;
  }
}
#navbar_top.fixed .menu-holder {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#navbar_top.fixed #hamburger {
  top: 8px;
}
#navbar_top.fixed img {
  max-width: 140px;
}

section {
  overflow: hidden;
}

.box-msj {
  background-color: #FFE6D5;
  border: 1px solid #FF6600;
  border-radius: 10px;
  display: block;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
}
.box-msj p {
  margin: 0;
  font-weight: 500;
}

@media (max-width: 991px) {
  .menu-active .nav-primary-holder {
    padding-top: 100px;
    height: auto !important;
    overflow: inherit !important;
  }
}

@media (max-width: 991px) {
  .only-desktop {
    display: none;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 991px) {
  .only-mobile {
    display: block;
  }
}

.top-message img {
  width: 90px;
}
@media (max-width: 991px) {
  .top-message {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .top-message img {
    width: 77px !important;
  }
}

@media (max-width: 991px) {
  .logo {
    width: 150px;
  }
}

.actions .col-md-4 {
  padding-left: 4px;
  padding-right: 4px;
}

/* accordion-1 */
#accordion-1 {
  position: relative;
  -webkit-box-shadow: 0px 1px 7px #DBDBDB;
          box-shadow: 0px 1px 7px #DBDBDB;
}

#accordion-1 .head {
  background-color: #FFFFFF;
  color: #563e6e;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#accordion-1 .arrow {
  color: #563e6e;
  font-size: 60px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 0.3;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#accordion-1 .head:hover .arrow {
  opacity: 1;
}

#accordion-1 .head:hover, #accordion-1 .active {
  background-color: #ffe77a;
}

#accordion-1 .arrow-animate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 1;
}

#accordion-1 .content {
  background-color: #FFFFFF;
  display: none;
  padding: 20px 30px;
  color: #333333;
}

/* accordion-2 */
#accordion-2 {
  position: relative;
  -webkit-box-shadow: 0 1px 7px #DBDBDB;
          box-shadow: 0 1px 7px #DBDBDB;
}

#accordion-2 .head {
  background-color: #FFFFFF;
  color: #563e6e;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#accordion-2 .arrow {
  content: "";
  position: absolute;
  right: 0;
  right: 30px;
  top: 65px;
  opacity: 1;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 40px solid #FFFFFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}

#accordion-2 .head:hover .arrow, #accordion-2 .arrow-animate {
  border-top: 40px solid #ffe77a;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#accordion-2 .content {
  background-color: #FFFFFF;
  display: none;
  padding: 30px;
  color: #333333;
}

#accordion-2 .head:hover, #accordion-2 .active {
  background-color: #ffe77a;
}

@media (max-width: 991px) {
  .acc-content {
    display: none;
  }
}

.bt-acc {
  position: relative;
  padding-right: 30px;
}
.bt-acc img {
  mix-blend-mode: initial !important;
  position: absolute;
  top: 20px;
  right: 17px;
  width: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.bt-acc.open img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#nuestros-clientes img {
  width: 160px;
  height: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nuestros-clientes img:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

#alianzas img {
  width: 158px;
  height: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
#alianzas img:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.nav-link {
  font-size: 21px;
  font-weight: 700;
  background-color: #FFE6D5;
  color: #262626;
  margin: 0 5px;
  min-height: 53px;
  width: 100%;
  border-radius: 15px;
  outline: 0;
  border: none;
}
@media (max-width: 991px) {
  .nav-link {
    font-size: 15px;
    min-height: 49px;
    min-width: 312px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.nav-link.active {
  background-color: #FF6600;
  color: white;
}

.tabs-section .tab-pane img {
  mix-blend-mode: multiply;
}
.tabs-section .tab-pane ul {
  padding: 0;
}
.tabs-section .tab-pane ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.tabs-section .tab-pane ul li:before {
  content: url(../images/chevron.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.tabs-section .icon-holder {
  background-color: #FFE6D5;
  width: 178px;
  height: 178px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}
.tabs-section .icon-holder span {
  font-size: 80px;
  line-height: 178px;
}
@media (max-width: 991px) {
  .tabs-section .icon-holder {
    width: 80px;
    height: 80px;
  }
  .tabs-section .icon-holder span {
    font-size: 40px;
    line-height: 80px;
  }
}
.tabs-section .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs-section .nav-pills .nav-item {
  width: 32%;
}
@media (max-width: 991px) {
  .tabs-section .nav-pills .nav-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.tabs-section .nav-pills .nav-link {
  font-size: 21px;
  font-weight: 700;
  background-color: #FFE6D5;
  color: #262626;
  margin: 0 5px;
  min-height: 53px;
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .tabs-section .nav-pills .nav-link {
    font-size: 15px;
    min-height: 49px;
    min-width: 312px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tabs-section .nav-pills .nav-link.active {
  background-color: #FF6600;
  color: white;
}

.top-message .ico-x {
  cursor: pointer;
}
@media (max-width: 991px) {
  .top-message .info {
    font-size: 16px !important;
    padding-right: 31PX;
    display: block;
  }
}
@media (max-width: 991px) {
  .top-message .bt {
    background: transparent;
    color: white;
    font-weight: 800;
  }
}

.box-dual img {
  width: 333px;
}

@media (max-width: 991px) {
  .img-cabecera {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
  }
}/*# sourceMappingURL=main.css.map */

/* Botón "Descargar Folleto" */
.btn-folleto {
    display: inline-block;
    background-color: #281C5F;
    color: #fff;
    font-weight: bold;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 15px;
}

.btn-folleto:hover {
    background-color: #1f1548;
    color: #fff;
}

/* Botón de formulario */
#submitButton {
    background-color: #281C5F !important;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    width: auto;
    min-width: 180px;
    margin: 0 auto;
    display: block;
}

#submitButton:hover {
    background-color: #281C5F !important;
}
/*Tamaño del video*/
.video-container {
    max-width: 1200px;
    margin: 0 auto;
}

.video-container video {
    width: 100%;
    height: auto;
    border-radius: 6px;
}



