:root {
  --bg-green-custom: #4caf50;
  --bg-grey-custom: #e4e4e4;
  --bg-grey-dark-custom: #424242;
}

p {
  color: #424242;
}

body {
  font-family: "Open Sans", sans-serif !important;
}

ul.custom {
  list-style-type: none;
}

.btn-float-whatsapp {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
}

.btn-modal-contact {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

}



.bg-green-custom {
  background-color: var(--bg-green-custom) !important;
}

.bg-grey-custom {
  background-color: var(--bg-grey-custom) !important;
}

.bg-grey-dark-custom {
  background-color: var(--bg-grey-dark-custom) !important;
}

.text-break {
  white-space: normal;
}

.font-18 {
  font-size: 18px;
}

/* video responsive */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.list-item.active {
  background-color: #222222;
}

.list-item.last-item {
  background-color: #3e7c17;
}

.breadcrumb2 {
  background-color: #eeeeee;
  display: flex;
}

.breadcrumb2-no-cursor {
  pointer-events: none;
}

.breadcrumb2 .breadcrumb2-item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  padding-right: 10px;
  padding-left: 25px;
  text-decoration: none;
  align-content: center;
}

.breadcrumb2 .breadcrumb2-item .breadcrumb2-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.breadcrumb2 .breadcrumb2-item .breadcrumb2-icon {
  display: table-cell;
  text-align: center;
  line-height: 25px;
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
}

.breadcrumb2 .breadcrumb2-item:first-child {
  border-radius: 4px 0 0 4px;
  padding-left: 15px;
}

.breadcrumb2 .breadcrumb2-item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #eeeeee;
  position: absolute;
  margin-top: -20px;
  margin-left: 1px;
  left: 100%;
  z-index: 2;
  top: 50%;
}

.breadcrumb2 .breadcrumb2-item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  margin-top: -20px;
  margin-left: 0px;
  left: 100%;
  z-index: 3;
  top: 50%;
}

.breadcrumb2 .info.breadcrumb2-item,
.breadcrumb2 .info.breadcrumb2-item-md,
.breadcrumb2 .info.breadcrumb2-item-sm {
  background-color: #2c66ab;
  color: #ffffff;
}

.breadcrumb2 .info.breadcrumb2-item:before,
.breadcrumb2 .info.breadcrumb2-item-md:before,
.breadcrumb2 .info.breadcrumb2-item-sm:before {
  border-left-color: #2c66ab;
}

.breadcrumb2 .info.breadcrumb2-item:hover,
.breadcrumb2 .info.breadcrumb2-item-md:hover,
.breadcrumb2 .info.breadcrumb2-item-sm:hover {
  background-color: #4fc1e9;
}

.breadcrumb2 .info.breadcrumb2-item:hover:before,
.breadcrumb2 .info.breadcrumb2-item-md:hover:before,
.breadcrumb2 .info.breadcrumb2-item-sm:hover:before {
  border-left-color: #4fc1e9;
}

.toast {
  position: fixed;
  z-index: 99999;
  bottom: 4rem;
  right: 4rem;
  max-width: 260px;
  font-size: 1.6rem;
  background-color: #fff;
}

.toast .toast-body {
  padding: 2rem;
}

.toast .toast-header {
  padding: 1.3rem 2rem;
}

.cursor-pointer {
  cursor: pointer;
}

.alert-message-home {}

.right-line-gray {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 30px 0;
}

.right-line-gray::after {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: " ";
  border-left: solid 20px #f5f5f5;
  background-color: #ddd;
}

.btn {
  text-transform: none;
}

/* @media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
} */

.modal-dialog-register {
  max-width: 660px;
}

.video-container {
  width: 100% !important;
}

.media>div {
  width: 100% !important;
}

.image_resized>img {
  width: 100% !important;
  height: auto !important;
}

.card-hg-home {
  height: 400px;
}

.card-hg-home img.card-image-home {
  aspect-ratio: 16/9;
  width: 100%;
}

.card-content-home {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 200px;
}



.carousel-indicators button {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  opacity: 0 !important;
}

.carousel-indicators button {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  opacity: 0 !important;
}

.carousel-item {
  cursor: pointer !important;
}

.carousel-indicators button.active {
  opacity: 0 !important;
  background-color: #919191;
}

.slide:hover .carousel-indicators button.active {
  opacity: 1 !important;
}

.slide:hover .carousel-indicators button {
  opacity: 0.5 !important;
}

.box-free {
  background-color: #dcf0ff;
}

.box-free ol {
  list-style-type: none;
  padding-left: 0;
}

.box-free .title-h2 {
  font-size: 2.2rem;
  color: #424242;
  text-align: center;
}

.masonry-item {
  padding: 8px;
}

.container-scroll-y {
  max-height: 600px;
  overflow-y: auto;
}

.box-options {
  clear: both;
}

.box-options .icon {
  text-align: center;
  position: relative;
}

.box-options>.icon>.image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid #fff;
  line-height: 88px;
  border-radius: 50%;
  background: #2c66ab;
  vertical-align: middle;
}

.plan-ribbon-wrapper {
  height: 95px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 95px;
}

.plan-ribbon {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #8cc152;
  color: #fff;
  font-size: 16px;
  left: -4px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  top: 12px;
  transform: rotate(45deg);
  width: 133px;
}

.box-options>.icon>.image>i {
  font-size: 36px !important;
  color: #fff !important;
}

.box-options>.icon>.info {
  margin-top: -24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.info_type_test {
  background: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
  height: 280px;
  display: flex;
  flex-direction: column;
}


@media screen and (max-width: 1200px) {
  .info_type_test {
    height: 310px;
  }
  .box-options>.icon>.info {
    height: 310px;
  }
}
@media screen and (max-width: 992px) {
  .info_type_test {
    height: 270px;
  }
  .box-options>.icon>.info {
    height: 270px;
  }
}
@media screen and (max-width: 578px) {
  .info_type_test {
    height: auto;
  }
  .box-options>.icon>.info {
    height: auto;
  }
  .card-content-home {
    height: auto;
  }

  .video-container {
    height: 257px !important;
  }


}

.container-ventajas {
  display: flex;
  background-color: #f6eca1;
  padding: 1rem;
}

.right {
  float: right;
}

/* NAVBAR */

.nav-item-home-footer a {
  text-decoration: none;
  color: #aab2bd;
}

.clear-localStorage {
  cursor: pointer;
  position: absolute;
  top: -7px;
  right: -6px;
  font-size: 20px;
}

.btn-search {
  border: 1px solid #b7b6b6;
}

.btn-search:hover {
  background: #f8f9fa;
  border: 1px solid #b7b6b6;
}

.nav-title-footer {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.nav-item-home-footer a:hover {
  text-decoration: none;
  color: #fff;
}

.z-index-10 {
  z-index: 10 !important;
}

.has-error .input-group-adivon {
  color: #a94442;
  border-color: #a94442;
}

.custom-error {
  height: 25px;
}

select:invalid {
  color: #bfbfbf;
}

option {
  color: #000;
  padding: 5px 10px !important;
}

.was-validated .form-group.is-empty .invalid-feedback {
  display: block;
}

.offcanvas-body a {
  text-decoration: none;
  color: #007bff;
  text-align: center;
}

.offcanvas-body a:hover {
  background-color: #e9ecef;
}

.nav-item-home {
  flex: 1;
  border-left: 1px solid #6599d7;
  text-align: center;
  max-width: 176px;
  max-height: 86px;
  height: 100% !important;
}

.navbar-nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 86px !important;
}

.navbar-nav .nav-link.collapsed span.float-end {}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.nav-link.active {
  background: #1e456b;
}

.offcanvas-body .nav-link {
  margin-bottom: 0;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ececec;
  position: relative;
  display: flex;
  flex-direction: row;
  color: var(--bs-gray-600);
  font-weight: 500;
}

.offcanvas-body .nav-link i {
  font-size: 20px;
  color: #2c66ab;
  width: 30px;
  margin-bottom: 0;
}

.offcanvas-header {
  background: #2c66ab;
  color: #fff;
  padding: 1rem 2.5rem;
}

.offcanvas-header .btn-close,
.navbar-menu .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.offcanvas-header h5 {
  margin: 0;
}

.navbar-menu {
  border-bottom: solid 5px #40b3ff;
  background-color: #2c66ab;
  padding: 0px;
  font-size: 16px;
}

.navbar-menu h3 {
  margin-bottom: 0px;
  font-size: 1.7rem;
  margin-top: 0.3rem;
}

#logo-image {
  margin: 10px 0;
  width: 270px;
}

.nav-item-home:last-child {
  border-right: 1px solid #6599d7;
}

/* .dropdown-profile{
  padding-top: .5rem;
} */

@media (max-width: 568px) {
  .btn-group {
    width: 100%;
  }
}


.dropdown-profile {
  padding: 10px !important;
}

.dropdown-menu.dropdown-profile li a {
  display: flex;
  align-items: center;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-profile .divider {
  height: 1px;
  margin: 0;
  overflow: hidiven;
  background-color: rgba(0, 0, 0, 0.12);
}

.dropdown-profile li a i {
  margin-right: 5px;
  font-weight: 100 !important;
  font-size: 1.5rem;
}

.dropdown-profile li a button {
  background: transparent;
  border: none;
  color: #333;
}

@media (max-width: 767px) {
  .offcanvas.offcanvas-start {
    width: 250px;
  }

  .offcanvas-body {
    padding: 1rem;
  }

  #logo-image {
    width: 140px;
  }

  #logo-image+div {
    display: flex;
  }

  #logo-image+div .btn-group button,
  #logo-image+div>button {
    margin: 0;
    padding: 0.25rem 0.5rem;
    font-size: 10px;
  }

  .navbar-menu .navbar-toggler {
    margin-left: auto;
    display: block;
    border: none;
    padding: 0.5rem 1.5rem;
  }
}

/* .content-form {
  display: none;
} */

.content-layout>header {
  background: #f5f5f5;
}

.content-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

.content-layout main {
  flex-grow: 1;
}

.btn-back-button {
  padding: 10px 1.5rem;
  display: none;
}

@media (max-width: 1024px) {
  .navbar-menu {
    font-size: 12px;
  }

  /* .navbar-nav .nav-link i {
      font-size: 1.5rem;
  } */

  #logo-image+div .btn-group button,
  #logo-image+div>button {
    font-size: 12px;
  }

  .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 1200px) {
  .container-tablet {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .navbar-menu {
    padding: 0 15px;
  }
}

.btn-google {
  background-color: #db4437;
  color: white;
}

.btn-google:hover {
  background-color: #c53929;
  color: white;
}

.btn-resource-type {
    padding: 5px 10px !important;
}

.icon-margin {
    margin-top: 4px !important;
}

/* cards-radio test */

.cards-radio {
    scroll-margin-top: 100px;
}



