@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../assets/fonts/webfonts/fa-brands-400.eot);
  src: url(../../../assets/fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../../assets/fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../assets/fonts/webfonts/fa-brands-400.woff) format("woff"), url(../../../assets/fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../assets/fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../assets/fonts/webfonts/fa-regular-400.eot);
  src: url(../../../assets/fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../../assets/fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../../../assets/fonts/webfonts/fa-regular-400.woff) format("woff"), url(../../../assets/fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../../../assets/fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../assets/fonts/webfonts/fa-solid-900.eot);
  src: url(../../../assets/fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../../assets/fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../assets/fonts/webfonts/fa-solid-900.woff) format("woff"), url(../../../assets/fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../../../assets/fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
@font-face {
  font-family: simple-line-icons;
  src: url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0);
  src: url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix) format("embedded-opentype"), url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0) format("woff2"), url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"), url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0) format("woff"), url(../../../assets/fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format("svg");
  font-weight: 400;
  font-style: normal; }
html, body {
  height: 100%; }

/* Global */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.alert {
  margin-top: 20px; }

.alert.alert-success {
  font-size: 16px;
  font-weight: bold; }

.error {
  color: red;
  font-size: 13px; }

.content {
  text-align: center; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

/* Masonry */
.grid {
  position: relative; }

.grid-sizer, .grid-item {
  min-height: auto !important; }

/*========================================================
        DARK LAYOUT
=========================================================*/
.chat-application .content-area-wrapper .content-right .content-wrapper {
  padding: 0; }

.chat-application .content-area-wrapper {
  border: 1px solid #dae1e7;
  border-radius: .25rem; }

.chat-application .chat-profile-sidebar {
  position: fixed;
  z-index: 6;
  width: 400px;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  transform: translateX(-110%);
  border-right: 1px solid #e4e7ed;
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff; }

.chat-application .chat-profile-sidebar.show {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.chat-application .chat-profile-sidebar .chat-profile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.chat-application .chat-profile-sidebar .chat-profile-header .header-profile-sidebar {
  margin: 2rem auto .5rem; }

.chat-application .chat-profile-sidebar .chat-profile-header .avatar {
  margin-bottom: 1.25rem; }

.chat-application .chat-profile-sidebar .chat-profile-header .close-icon {
  font-size: 1.75rem;
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer; }

.chat-application .chat-profile-sidebar .profile-sidebar-area .scroll-area {
  position: relative;
  height: -webkit-calc(100vh - 24.25rem);
  height: -moz-calc(100vh - 24.25rem);
  height: calc(100vh - 24.25rem);
  padding: 2rem; }

.chat-application .sidebar-content {
  width: 400px;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  margin: 0;
  border-right: 1px solid #e4e7ed;
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chat-application .sidebar-content .sidebar-close-icon {
  font-size: 1.25rem;
  position: absolute;
  z-index: 1;
  top: .25rem;
  right: .25rem;
  visibility: hidden;
  cursor: pointer; }

.chat-application .sidebar-content .chat-fixed-search {
  position: fixed;
  width: 400px;
  padding: .65rem;
  border-bottom: 1px solid #e4e7ed; }

.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar {
  display: inline-table;
  width: -webkit-calc(32px + 8px);
  width: -moz-calc(32px + 8px);
  width: calc(32px + 8px); }

.chat-application .sidebar-content .chat-fixed-search input.form-control {
  height: -webkit-calc(1.25em + 1.4rem + 4px);
  height: -moz-calc(1.25em + 1.4rem + 4px);
  height: calc(1.25em + 1.4rem + 4px);
  padding: .9rem 1rem .9rem 3rem; }

.chat-application .sidebar-content .chat-fixed-search .form-control-position {
  top: 5px; }

.chat-application .sidebar-content .chat-fixed-search .form-control-position i {
  left: 9px; }

.chat-application .sidebar-content .chat-user-list {
  width: 400px;
  height: -webkit-calc(100% - 5rem);
  height: -moz-calc(100% - 5rem);
  height: calc(100% - 5rem);
  margin-top: 5rem; }

.chat-application .sidebar-content .chat-user-list ul {
  margin-bottom: 0;
  padding-left: 0; }

.chat-application .sidebar-content .chat-user-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  padding: 1.322rem .85rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.chat-application .sidebar-content .chat-user-list li:not(:first-child) {
  border-top: 1px solid #e4e7ed; }

.chat-application .sidebar-content .chat-user-list li .user-chat-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.chat-application .sidebar-content .chat-user-list li .contact-info {
  width: -webkit-calc(100% - 1rem - 50px);
  width: -moz-calc(100% - 1rem - 50px);
  width: calc(100% - 1rem - 50px);
  margin-top: .3rem; }

.chat-application .sidebar-content .chat-user-list li .contact-info .truncate {
  margin: 0; }

.chat-application .sidebar-content .chat-user-list li:hover {
  cursor: pointer;
  background: #eee; }

.chat-application .sidebar-content .chat-user-list li.active {
  color: #fff;
  background: -webkit-linear-gradient(332deg, #003E7A, rgba(41, 36, 160, 0.7));
  background: -moz-linear-gradient(332deg, #003E7A, rgba(41, 36, 160, 0.7));
  background: -o-linear-gradient(332deg, #003E7A, rgba(41, 36, 160, 0.7));
  background: linear-gradient(118deg, #003e7a, rgba(41, 36, 160, 0.7));
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08); }

.chat-application .sidebar-content .chat-user-list li.active h1,
.chat-application .sidebar-content .chat-user-list li.active h2,
.chat-application .sidebar-content .chat-user-list li.active h3,
.chat-application .sidebar-content .chat-user-list li.active h4,
.chat-application .sidebar-content .chat-user-list li.active h5,
.chat-application .sidebar-content .chat-user-list li.active h6 {
  color: #fff; }

.chat-application .sidebar-content .chat-user-list li img {
  border: 2px solid #fff; }

.chat-application .sidebar-content .card {
  margin-bottom: 0; }

.chat-application .chat-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  visibility: hidden;
  border-radius: .25rem; }

.chat-application .chat-overlay.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.2); }

.chat-application .chat-app-window .favorite,
.chat-application .chat-app-window .sidebar-toggle {
  cursor: pointer; }

.chat-application .chat-app-window .user-chats {
  position: relative;
  height: -webkit-calc(100vh - 23.5rem);
  height: -moz-calc(100vh - 23.5rem);
  height: calc(100vh - 23.5rem);
  padding: 20px 30px;
  text-align: center; }

.chat-application .chat-app-window .start-chat-area,
.chat-application .chat-app-window .user-chats {
  background-color: #dfdbe5;
  background-image: url("../../images/backgrounds/chat-bg.svg"); }

.chat-application .chat-app-window .start-chat-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column; }

.chat-application .chat-app-window .start-chat-area .start-chat-icon,
.chat-application .chat-app-window .start-chat-area .start-chat-text {
  background: white;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important; }

.chat-application .chat-app-window .start-chat-area .start-chat-text {
  cursor: pointer;
  border-radius: -webkit-calc(.5rem * 4);
  border-radius: -moz-calc(.5rem * 4);
  border-radius: calc(.5rem * 4); }

.chat-application .chat-app-window .start-chat-area .start-chat-icon {
  font-size: 4rem;
  padding: 2rem;
  border-radius: 50%; }

.chat-application .chat-app-form {
  padding: 20px 10px;
  background-color: white; }

.chat-application .chats {
  padding: 0; }

.chat-application .chats .chat-body {
  display: block;
  overflow: hidden;
  margin: 10px 30px 0 0; }

.chat-application .chats .chat-body .chat-content {
  display: block;
  float: right;
  clear: both;
  margin: 0 20px 10px 0;
  padding: .75rem 1rem;
  text-align: right;
  color: #fff;
  border-radius: .5rem;
  background: -webkit-linear-gradient(332deg, #003E7A, rgba(41, 36, 160, 0.7));
  background: -moz-linear-gradient(332deg, #003E7A, rgba(41, 36, 160, 0.7));
  background: -o-linear-gradient(332deg, #003E7A, rgba(41, 36, 160, 0.7));
  background: linear-gradient(118deg, #003e7a, rgba(41, 36, 160, 0.7));
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }

.chat-application .chats .chat-body .chat-content p {
  margin: 0; }

.chat-application .chats .chat-avatar {
  float: right; }

.chat-application .chats .chat-left .chat-avatar {
  float: left; }

.chat-application .chats .chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px; }

.chat-application .chats .chat-left .chat-content {
  float: left;
  margin: 0 0 10px 20px;
  text-align: left;
  color: #626262;
  background: none;
  background-color: white; }

.chat-application .user-profile-sidebar {
  position: fixed;
  z-index: 6;
  right: 4.2rem;
  bottom: 5.25rem;
  width: 400px;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 0;
  border-right: 1px solid #e4e7ed;
  border-radius: .25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff; }

.chat-application .user-profile-sidebar.show {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(7%);
  -moz-transform: translateX(7%);
  -ms-transform: translateX(7%);
  -o-transform: translateX(7%);
  transform: translateX(7%);
  opacity: 1; }

.chat-application .user-profile-sidebar .user-profile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar {
  margin: 2rem auto .5rem; }

.chat-application .user-profile-sidebar .user-profile-header .avatar {
  margin-bottom: 1.25rem; }

.chat-application .user-profile-sidebar .user-profile-header .close-icon {
  font-size: 1.75rem;
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer; }

.chat-application .user-profile-sidebar .user-profile-sidebar-area {
  position: relative;
  height: -webkit-calc(100vh - 24.25rem);
  height: -moz-calc(100vh - 24.25rem);
  height: calc(100vh - 24.25rem); }

@media (max-width: 767.98px) {
  .chat-application .chat-app-window {
    height: -webkit-calc(100% - 132px);
    height: -moz-calc(100% - 132px);
    height: calc(100% - 132px); }

  .chat-application .sidebar-content .sidebar-close-icon {
    visibility: visible; } }
@media (max-width: 575.98px) {
  .chat-application .sidebar-content {
    left: -4px !important;
    width: 260px; }

  .chat-application .sidebar-content .chat-fixed-search,
  .chat-application .sidebar-content .chat-user-list {
    width: 260px; }

  .chat-application .chat-profile-sidebar {
    width: 260px; }

  .chat-application .user-profile-sidebar {
    right: 2.35rem;
    width: 260px; } }
@media (max-width: 991.98px) {
  .content-right {
    width: 100%; }

  .chat-application .sidebar-content {
    position: fixed;
    z-index: 5;
    left: 0;
    left: -2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%); }

  .chat-application .sidebar-content.show {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(8.5%);
    -moz-transform: translateX(8.5%);
    -ms-transform: translateX(8.5%);
    -o-transform: translateX(8.5%);
    transform: translateX(8.5%); } }
@media (max-width: 349.98px) {
  .chat-application .sidebar-content {
    left: -2px !important;
    width: 230px; }

  .chat-application .sidebar-content .chat-fixed-search,
  .chat-application .sidebar-content .chat-user-list {
    width: 230px; }

  .chat-application .chat-profile-sidebar {
    width: 230px; }

  .chat-application .user-profile-sidebar {
    width: 230px; } }
body.admin-site {
  background: radial-gradient(circle, #003e7a, #003e7a);
  /* Main */
  /* Store */
  /* Admin */
  /* Admin Editor */ }
  body.admin-site label {
    color: #003E7A; }
  body.admin-site a {
    color: #003E7A;
    font-size: 16px; }
  body.admin-site a:hover {
    color: #003E7A; }
  body.admin-site #create-sale .total, body.admin-site #create-sale .icon i {
    color: #003E7A; }
  body.admin-site #create-sale #products #amount.form-control[readonly], body.admin-site #create-sale #paid_amount.form-control[readonly] {
    background: #003E7A; }
  body.admin-site .admin-child-table {
    margin-top: 40px; }
  body.admin-site .btn-brand, body.admin-site .daterangepicker .ranges li.active, body.admin-site .btn-success {
    background: #003E7A;
    border-color: #003E7A; }
  body.admin-site .page-sidebar .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar .page-sidebar-menu > li.active > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, body.admin-site .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle .badge.badge-default {
    background: #003E7A; }
  body.admin-site .content-wrap.pdf-wrap h1, body.admin-site h2, body.admin-site h3, body.admin-site h4, body.admin-site h5, body.admin-site h6 {
    font-family: "Open Sans", sans-serif; }
  body.admin-site .tooltip-custom, body.admin-site #map-canvas a.active .btn, body.admin-site .progress_bar .bar, body.admin-site .btn-site {
    background: #003E7A; }
  body.admin-site #map-canvas .btn:hover, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link.active, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link.active, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover {
    border-color: #003E7A;
    color: #003E7A; }
  body.admin-site .table .title, body.admin-site .m-content h1, body.admin-site .m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__text {
    color: #003E7A; }
  body.admin-site .control-label, body.admin-site .btn.m-btn--label-brand, body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon {
    color: #003E7A; }
  body.admin-site .m-loader.m-loader--brand:before, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover:not(.m-menu__item--actions) > .m-menu__link .m-menu__link-text {
    color: #003E7A; }
  body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon:hover .m-nav__link-icon-wrapper, body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown--open > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #003E7A;
    border: 1px solid #003E7A; }
  body.admin-site .btn-site {
    color: #fff;
    background: #003E7A;
    color: #fff;
    padding: 10px 36px;
    border-radius: 26px;
    font-size: 16px; }
  body.admin-site .btn-site:hover {
    background: #003E7A; }
  body.admin-site .pagination > .active > a, body.admin-site .pagination > .active > a:hover, body.admin-site .pagination > .active > a:focus, body.admin-site .pagination > .active > span, body.admin-site .pagination > .active > span:hover, body.admin-site .pagination > .active > span:focus {
    background: #003E7A;
    border-color: #003E7A; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--active-tab > .m-menu__link, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--hover > .m-menu__link {
    background-color: #003E7A; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #003E7A; }
  body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text {
    color: #003E7A; }
  body.admin-site .flex-item .form_fields_actions {
    display: none;
    background: #f3f3f3;
    border: 1px dashed #ccc;
    padding: 10px;
    color: #777; }
  body.admin-site .flex-item:hover .form_fields_actions {
    display: block; }

@media (min-width: 1025px) {
  .admin-site.m-header--fixed.m-header--minimize-on .m-header .m-header__top {
    background-color: #003E7A !important; } }
body.error-site {
  background: #003E7A;
  color: #8A8A98; }
  body.error-site .top {
    background: #8A8A98;
    color: #003E7A; }
  body.error-site .button {
    background: #8A8A98;
    color: #003E7A; }
  body.error-site a:hover .button {
    background: #8A8A98; }

body.admin-site-2 {
  /*---- ~Juan~ ----*/
  /*---- End ~Juan~ ----*/
  /* Main */ }
  body.admin-site-2 .table .thead-dark th {
    border-color: #003E7A;
    background-color: #003E7A; }
  body.admin-site-2 .btn-default {
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background-color: #003E7A !important;
    transition: all ease 0.5s;
    box-shadow: 2px 2px 6px -1px #191919;
    border: 1px solid #003E7A;
    font-weight: 400; }
    body.admin-site-2 .btn-default:hover {
      color: #fff; }
    body.admin-site-2 .btn-default.type-2 {
      box-shadow: none;
      padding: 8px 15px; }
  body.admin-site-2 .fr-wrapper + div {
    display: none !important; }
  body.admin-site-2 .title_test {
    margin-bottom: 20px; }
  body.admin-site-2 .content_max .row_max .card .card-header p {
    margin: 0;
    font-weight: 600; }
  body.admin-site-2 .content_max .row_max .card .card-content .card-body {
    padding-top: 0; }
    body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card {
      padding: 15px 0; }
      body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card:not(:last-child) {
        border-bottom: 1px dashed #a0a0a0; }
      body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .card-title {
        margin-bottom: 15px;
        color: #003E7A;
        font-size: 15px; }
      body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item {
        padding: 0;
        line-height: normal; }
        body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label {
          cursor: pointer;
          padding: 0;
          color: #2b2b2b !important;
          display: flex;
          flex-flow: row; }
          body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label .number_option {
            color: #797979;
            font-size: 12px;
            font-weight: 900;
            padding: 10px;
            min-width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #f3f3f3; }
          body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label p {
            width: 100%;
            padding: 10px 15px;
            margin: 0;
            line-height: 18px; }
          body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label .radio_check {
            padding: 10px;
            min-width: 50px;
            width: 50px;
            padding: 0;
            border-left: 1px solid #f3f3f3;
            position: relative;
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content: center; }
            body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label .radio_check:before {
              content: "";
              width: 16px;
              height: 16px;
              background-color: #fff;
              border-radius: 50%;
              border: 1px solid #b5b5b5; }
        body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .custom-control-input:checked ~ .control_label .radio_check:before {
          border-color: #003E7A;
          border-width: 5px; }
  body.admin-site-2 .video_paldx_responsive {
    display: none; }
  body.admin-site-2 .fitVids-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
  body.admin-site-2 .fitVids-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.admin-site-2 .contnt_vid .ev_contnt {
    margin: 10px 5px 15px;
    box-shadow: 3px 3px 10px -5px black;
    border-radius: 15px;
    overflow: hidden; }
    body.admin-site-2 .contnt_vid .ev_contnt ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      background-color: transparent; }
    body.admin-site-2 .contnt_vid .ev_contnt ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background: rgba(255, 255, 255, 0.9);
      border-radius: 34px;
      margin: 2px 0; }
    body.admin-site-2 .contnt_vid .ev_contnt ::-webkit-scrollbar-thumb {
      background-color: #232323;
      border: 1.4px solid #dbdcde;
      border-radius: 40px; }
    body.admin-site-2 .contnt_vid .ev_contnt .contnt_video {
      position: relative; }
      body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 2; }
        body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play {
          background-color: #171717;
          border-radius: 50%;
          width: 100px;
          height: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          box-shadow: inset 0 0 28px 1px black;
          transition: all ease 0.5s; }
          body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play:hover {
            box-shadow: inset 0 0 11px 1px black; }
          body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play .icono_play {
            font-size: 4.5rem;
            color: #cecece;
            transform: translateX(5px); }
  body.admin-site-2 .contnt_vid .contnt_gg {
    margin: 10px 5px 15px;
    box-shadow: 3px 3px 10px -5px black;
    border-radius: 15px;
    overflow: hidden; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course {
      margin-bottom: 0;
      padding: 20px 30px;
      list-style: none;
      background: #fff;
      max-height: 600px;
      overflow-y: auto; }
      body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b {
        padding: 15px 0;
        margin: 0;
        align-items: center; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b:not(:last-child) {
          border-bottom: 1px dashed #2b2b2b;
          margin-bottom: 10px; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b:first-child {
          padding-top: 0; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_name {
          margin-bottom: 8px; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_name p {
            text-align: left;
            font-size: 15px;
            color: #2b2b2b;
            margin: 0; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_course {
          text-align: center; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_course .img_preview {
            font-size: 3rem; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn {
          text-align: center;
          padding: 0;
          margin-top: 8px; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn .donwload_btn {
            border: 0;
            box-shadow: 2px 2px 6px 0px #626262;
            padding: 10px 15px;
            width: 100%;
            border-radius: 20px;
            font-size: 14px;
            color: #fff;
            background-color: #1e1e1e !important;
            outline: none; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_descriptions {
          padding: 15px;
          border: 1px dashed #2b2b2b;
          border-radius: 15px; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_descriptions p {
            text-align: center;
            margin: 0; }
  body.admin-site-2 .subadmin-child-table {
    margin-top: 40px; }
  body.admin-site-2 .field-message {
    font-size: 13px;
    line-height: 15px; }
  body.admin-site-2 .control_label_disabled {
    background: #f5f5f1; }
  body.admin-site-2 .table {
    margin-top: 0; }
  body.admin-site-2 .contnt_vwo .table-responsive {
    box-shadow: 3px 3px 10px -5px black;
    border-radius: 15px;
    overflow-y: auto;
    max-height: 700px;
    margin: 10px 5px 15px; }
    body.admin-site-2 .contnt_vwo .table-responsive .md_darck {
      border-radius: 15px;
      margin: 0; }
      body.admin-site-2 .contnt_vwo .table-responsive .md_darck tbody tr {
        transition: all .3s ease;
        cursor: pointer;
        border-radius: .5rem;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.05) 0 4px 20px 0; }
        body.admin-site-2 .contnt_vwo .table-responsive .md_darck tbody tr:hover {
          transform: translateY(-4px); }
      body.admin-site-2 .contnt_vwo .table-responsive .md_darck .btn {
        padding: 10px 30px;
        color: #fff;
        font-size: 14px;
        border-radius: 20px;
        background-color: #003E7A !important; }
  body.admin-site-2 .img-profile {
    margin-top: 30px;
    border-radius: 12px; }
  body.admin-site-2 .bg-authentication .btn {
    padding-left: 1rem;
    padding-right: 1rem; }
  body.admin-site-2 label {
    color: #003E7A; }
  body.admin-site-2 a {
    color: #003E7A;
    font-size: 16px; }
  body.admin-site-2 a:hover {
    color: #003E7A; }
  body.admin-site-2 .bg-primary, body.admin-site-2 .badge.badge-primary {
    background: #003E7A !important; }
  body.admin-site-2 .main-menu .navbar-header .navbar-brand .brand-text {
    color: #003E7A !important; }
  body.admin-site-2 #dashboard-analytics .bg-analytics, body.admin-site-2 .main-menu.menu-light .navigation > li ul .active {
    background: linear-gradient(118deg, #003e7a, #003e7a); }
  body.admin-site-2 .pagination > .active > a, body.admin-site-2 .pagination > .active > a:hover, body.admin-site-2 .pagination > .active > a:focus, body.admin-site-2 .pagination > .active > span, body.admin-site-2 .pagination > .active > span:hover, body.admin-site-2 .pagination > .active > span:focus {
    background: #003E7A;
    border-color: #003E7A; }
  body.admin-site-2 .main-menu.menu-light .navigation > li ul .active {
    box-shadow: 0 0 10px 1px #003E7A; }
  body.admin-site-2 ul.pagination li a, body.admin-site-2 ul.pagination li span {
    min-height: 25px;
    line-height: 25px;
    display: block;
    background: #eaeaea;
    padding: 1px 8px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 5px; }
  body.admin-site-2 ul.pagination li.active span {
    background-color: #003E7A;
    color: #fff; }
  body.admin-site-2 .btn-outline-primary {
    color: #003E7A;
    border-color: #003E7A; }
  body.admin-site-2 .btn-outline-primary:not(:disabled):not(.disabled):active, body.admin-site-2 .btn-outline-primary:not(:disabled):not(.disabled).active, body.admin-site-2 .show > .btn-outline-primary.dropdown-toggle {
    background-color: #003E7A;
    border-color: #003E7A; }
  body.admin-site-2 .filter_button {
    text-align: left; }
  body.admin-site-2 .data-list-view-header .table-responsive .top, body.admin-site-2 .data-thumb-view-header .table-responsive .top {
    padding-left: 0; }
  body.admin-site-2 .data-list-view-header .table-responsive .top .action-btns .actions-dropodown, body.admin-site-2 .data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown {
    margin-right: 0; }
  body.admin-site-2 .data-list-view-header .table-responsive .top .action-btns, body.admin-site-2 .data-thumb-view-header .table-responsive .top .action-btns {
    margin-top: 0; }
  body.admin-site-2 .img-user {
    margin: auto;
    margin-bottom: 15px; }
  body.admin-site-2 .bg-authentication {
    background-color: #003E7A; }
    body.admin-site-2 .bg-authentication h4 {
      color: #003E7A; }
    body.admin-site-2 .bg-authentication .px-2 {
      text-align: left; }
    body.admin-site-2 .bg-authentication .vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
      background-color: #003E7A !important; }
    body.admin-site-2 .bg-authentication .vs-checkbox-primary input:checked ~ .vs-checkbox {
      border-color: #003E7A !important; }
  body.admin-site-2 .btn-outline-primary {
    border: 1px solid #003E7A; }
  body.admin-site-2 .main-menu .navbar-header {
    height: 18.9rem;
    background: unset; }
  body.admin-site-2 .btn-primary {
    border-color: #003E7A !important;
    background-color: #003E7A !important; }
  body.admin-site-2 .btn-primary:hover {
    border-color: #F3D600 !important;
    -webkit-box-shadow: 0px 0px 4px #F3D600;
    box-shadow: 0px 0px 4px #F3D600; }
  body.admin-site-2 .ecommerce-application .ecommerce-card .cart {
    background-color: #003E7A; }
  body.admin-site-2 .ecommerce-application .ecommerce-card .item-name {
    color: #003E7A; }
  body.admin-site-2 .main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(118deg, #003e7a, #003e7a);
    box-shadow: 2px 2px 8px #9e9e9e; }
  body.admin-site-2 .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover, body.admin-site-2 .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
    background: #003E7A; }
  body.admin-site-2 .cart a {
    color: #ffffff; }
  body.admin-site-2 .form-control:focus {
    border-color: #003E7A; }
  body.admin-site-2 .has-icon-left .form-control-position i {
    color: #003E7A; }
  body.admin-site-2 label {
    color: #003E7A !important;
    text-align: left !important; }
  body.admin-site-2 .content {
    text-align: left !important; }
  body.admin-site-2 .form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {
    color: #003E7A !important; }
  body.admin-site-2 .form-label-group > input:focus:not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group textarea:focus:not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
    color: #003E7A !important; }
  body.admin-site-2 .solunes-footer {
    color: #bfbfbf; }
  body.admin-site-2 .icon-solunes {
    color: #003E7A; }
  body.admin-site-2 .developed-by {
    font-size: 14px;
    color: #bfbfbf; }
  body.admin-site-2 .card .btn-ticket {
    padding: 2rem;
    border: 2px solid #dcdcdc;
    border-radius: 15px;
    transition: .3s all ease-in-out; }
    body.admin-site-2 .card .btn-ticket .price-ticket {
      text-align: right;
      border-bottom: 2px solid #d8d8d8;
      padding-bottom: 10px;
      color: #003E7A; }
    body.admin-site-2 .card .btn-ticket .name-ticket {
      text-align: center;
      margin-top: 2rem;
      margin-bottom: 0; }
    body.admin-site-2 .card .btn-ticket p {
      text-align: center;
      font-size: 12px;
      margin-top: 5px;
      color: #6d6d6d; }
    body.admin-site-2 .card .btn-ticket .btn.btn-primary {
      margin: 2rem auto 0 !important;
      display: block;
      max-width: 65%;
      color: #fff;
      transition: .3s all ease-in-out; }
    body.admin-site-2 .card .btn-ticket .btn.btn-primary:hover {
      background-color: #fff !important;
      color: #003E7A !important;
      font-weight: 700; }
  body.admin-site-2 .card .btn-ticket:hover {
    box-shadow: 2px 2px 14px 1px #dcdcdc; }
  body.admin-site-2 #profile-info .card .account-settings-form label {
    font-weight: 700; }
  body.admin-site-2 #profile-info .card .account-settings-form h2:first-child {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 0; }
  body.admin-site-2 #profile-info .card .account-settings-form h2 {
    padding: 1rem 0;
    font-size: 20px; }
  body.admin-site-2 #profile-info .card .account-settings-form #price {
    float: right;
    color: #003E7A; }
  body.admin-site-2 #profile-info .card .account-settings-form #total_price {
    float: right;
    border: 1px solid #609;
    color: #003E7A;
    padding: 5px 15px;
    border-radius: 10px; }
  body.admin-site-2 #profile-info .card .account-settings-form .btn.btn-primary {
    margin-left: -15px; }
  @media (min-width: 1400px) and (max-width: 1600px) {
    body.admin-site-2 .col-slg-1 {
      max-width: 8.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 8.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 8.33333% !important;
      flex: 0 0 8.33333% !important; }
    body.admin-site-2 .col-slg-2 {
      max-width: 16.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 16.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 16.66667% !important;
      flex: 0 0 16.66667% !important; }
    body.admin-site-2 .col-slg-3 {
      max-width: 25% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 25% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
      flex: 0 0 25% !important; }
    body.admin-site-2 .col-slg-4 {
      max-width: 33.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 33.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 33.33333% !important;
      flex: 0 0 33.33333% !important; }
    body.admin-site-2 .col-slg-5 {
      max-width: 41.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 41.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 41.66667% !important;
      flex: 0 0 41.66667% !important; }
    body.admin-site-2 .col-slg-6 {
      max-width: 50% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 50% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important; }
    body.admin-site-2 .col-slg-7 {
      max-width: 58.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 58.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 58.33333% !important;
      flex: 0 0 58.33333% !important; }
    body.admin-site-2 .col-slg-8 {
      max-width: 66.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 66.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 66.66667% !important;
      flex: 0 0 66.66667% !important; }
    body.admin-site-2 .col-slg-9 {
      max-width: 75% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 75% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
      flex: 0 0 75% !important; }
    body.admin-site-2 .col-slg-10 {
      max-width: 83.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 83.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 83.33333% !important;
      flex: 0 0 83.33333% !important; }
    body.admin-site-2 .col-slg-11 {
      max-width: 91.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 91.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 91.66667% !important;
      flex: 0 0 91.66667% !important; }
    body.admin-site-2 .col-slg-12 {
      max-width: 100% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 100% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn {
      order: +10;
      margin: 10px 0 0;
      width: 100%;
      max-width: none;
      flex: 0 0 100%; }
      body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
        width: 100%; } }
  @media (min-width: 1400px) {
    body.admin-site-2 .col-sxl-1 {
      max-width: 8.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%; }
    body.admin-site-2 .col-sxl-2 {
      max-width: 16.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%; }
    body.admin-site-2 .col-sxl-3 {
      max-width: 25%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
    body.admin-site-2 .col-sxl-4 {
      max-width: 33.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%; }
    body.admin-site-2 .col-sxl-5 {
      max-width: 41.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%; }
    body.admin-site-2 .col-sxl-6 {
      max-width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    body.admin-site-2 .col-sxl-7 {
      max-width: 58.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%; }
    body.admin-site-2 .col-sxl-8 {
      max-width: 66.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%; }
    body.admin-site-2 .col-sxl-9 {
      max-width: 75%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%; }
    body.admin-site-2 .col-sxl-10 {
      max-width: 83.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%; }
    body.admin-site-2 .col-sxl-11 {
      max-width: 91.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%; }
    body.admin-site-2 .col-sxl-12 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  @media (max-width: 1399px) {
    body.admin-site-2 .contnt_vid .op_top {
      -webkit-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_name p {
      text-align: center !important; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn {
      order: +10;
      margin: 10px 0 0; }
      body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
        max-width: 100%; } }
  @media (max-width: 480px) {
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
      width: 100% !important;
      max-width: unset !important; }
    body.admin-site-2 .dp-none-425 {
      display: none; }
    body.admin-site-2 .content-header-title {
      width: min-content;
      font-size: 12px;
      color: #003E7A !important; }
    body.admin-site-2 .card .btn-ticket {
      padding: 1rem;
      margin-bottom: 1.5rem; }
      body.admin-site-2 .card .btn-ticket .price-ticket {
        text-align: center; }
      body.admin-site-2 .card .btn-ticket .btn.btn-primary {
        max-width: 100%;
        font-size: 14px; }
    body.admin-site-2 #profile-info .card .account-settings-form #price {
      float: inherit;
      display: block;
      text-align: center;
      margin-top: 10px; }
    body.admin-site-2 #profile-info .card .account-settings-form #total_price {
      float: inherit;
      display: block;
      text-align: center;
      margin-top: 1rem; }
    body.admin-site-2 #profile-info .card .account-settings-form .btn.btn-primary {
      margin-left: 0; }
    body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play {
      width: 80px;
      height: 80px; }
      body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play .icono_play {
        font-size: 2.7rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body.admin-site-2 .card .btn-ticket {
      padding: 1rem; }
      body.admin-site-2 .card .btn-ticket .price-ticket {
        text-align: center; }
      body.admin-site-2 .card .btn-ticket .name-ticket {
        font-size: 16px;
        min-height: 40px; }
      body.admin-site-2 .card .btn-ticket .btn.btn-primary {
        max-width: 100%;
        font-size: 12px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    body.admin-site-2 .card .btn-ticket {
      padding: 1.5rem; }
      body.admin-site-2 .card .btn-ticket .price-ticket {
        text-align: center; }
      body.admin-site-2 .card .btn-ticket .name-ticket {
        min-height: 58px; }
      body.admin-site-2 .card .btn-ticket .btn.btn-primary {
        max-width: 100%; } }
  @media screen and (max-width: 1399px) {
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
      width: 100%;
      max-width: 200px; } }
  @media screen and (max-width: 767px) {
    body.admin-site-2 .breadcrumbs-top {
      padding: 0; }
      body.admin-site-2 .breadcrumbs-top .content-header-title {
        font-size: 20px;
        width: 100%; }
      body.admin-site-2 .breadcrumbs-top .breadcrumb-wrapper {
        padding: 0;
        overflow: hidden; }
        body.admin-site-2 .breadcrumbs-top .breadcrumb-wrapper .breadcrumb {
          padding: 0 !important;
          border: 0;
          flex-flow: row wrap;
          width: 100%; }
    body.admin-site-2 .video_paldx {
      display: none; }
    body.admin-site-2 .video_paldx_responsive {
      display: block !important;
      text-align: center; }
      body.admin-site-2 .video_paldx_responsive img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
      body.admin-site-2 .video_paldx_responsive h4 {
        margin-top: 20px;
        margin-bottom: 10px; }
    body.admin-site-2 .min_w-responsive {
      min-width: max-content; }
    body.admin-site-2 .max_w-300 {
      max-width: 400px; }
    body.admin-site-2 .dobo-home .modal__featured {
      display: none; } }
  body.admin-site-2 .btn-text-white {
    color: #fff !important;
    background-color: #003E7A !important; }
  body.admin-site-2 .solunes-store .card-body {
    padding: 0; }
  body.admin-site-2 .solunes-store h3 {
    font-size: 16px !important;
    text-align: center !important;
    padding: 25px 0 !important; }
  body.admin-site-2 .solunes-store .waves-button-input {
    background: #003E7A !important;
    color: #ffffff !important; }
  body.admin-site-2 .solunes-store .btn {
    width: 100% !important;
    padding: 0; }

body.main-site {
  font-family: "Open Sans", sans-serif;
  /*@import "master/main";
  @import "master/responsive";
  @import "segments/main";
  @import "segments/responsive";*/
  /**
  * variables
  ====================================== */
  /*==============  header  ===============*/
  /*==============  footer  ===============*/
  /*==============  forms  ===============*/
  /*==============  tables  ===============*/
  /*==============  general  ===============*/
  /*==============  Home  ===============*/
  /*==============  team building step 1  ===============*/
  /*==============  contact us  ===============*/
  /*==============  settings  ===============*/
  /*==============  News  ===============*/
  /* ---------------------------- */
  /* -------cordion------ */
  /* -----end-acordion----- */
  /* --------	MODAL-------- */
  /* --------	END MODAL-------- */
  /* ----------SLIDER SWIPPER----------- */
  /* ----------END SLIDER SWIPPER----------- */
  /* ----check---- */
  /* -----------MODAL---------------------- */
  /* .content-btn-alert{
  	display: flex;
  	gap: 1rem;
  } */
  /* ------------------------------ */
  /* input file style */
  /* .input-file+.js-labelFile .icon:before {
  	content: "\f2be";
  } */
  /* -------------TOOLTIP-------------- */
  /** positioning **/
  /* left tooltip */
  /* right tooltip */
  /* top tooltip */
  /* bottom tooltip */
  /* --------------------------------- */
  /* ---------------- */
  /* --LODING-- */
  /* ----------PAY SERVICE--------- */
  /* ----------------------- */
  /* ------------------------------------- */
  /* ===================================================== */
  /* .main{
  	height: 96%;
  } */
  /* .footer-section{
  	margin-top: 0px;
  } */
  /* -------- seguridad------------ */
  /* ===================================================================================== */
  /* bisa beneficio */ }
  body.main-site .scrollToTop {
    width: fit-content;
    height: fit-content;
    background-color: #003E7A;
    display: flex;
    padding: 1rem;
    border-radius: 10px; }
    body.main-site .scrollToTop:hover {
      transform: scale(1.05) !important; }
    body.main-site .scrollToTop .logo {
      width: 50px;
      object-fit: contain;
      margin-right: .5rem; }
    body.main-site .scrollToTop .caption {
      display: flex;
      flex-direction: column;
      align-items: center; }
      body.main-site .scrollToTop .caption img:not(.logo) {
        width: 40px;
        margin-top: -.5rem; }
      body.main-site .scrollToTop .caption p {
        font-size: 1.1rem;
        color: #F3D600;
        margin-top: -.6rem;
        font-weight: 600 !important; }
  body.main-site .header-section:not(.animated) .overlay {
    border-bottom: none !important; }
  body.main-site .header-section .navbar-toggler {
    margin-right: 23px; }
  body.main-site .header-section .transparent-btn {
    background-color: transparent;
    padding: 16px 2.8em 18px; }
    body.main-site .header-section .transparent-btn span {
      color: #003E7A;
      font-size: 15px; }
    body.main-site .header-section .transparent-btn i {
      color: #003E7A;
      font-size: 22px;
      margin-right: 5px;
      margin-top: -4px; }
  body.main-site .header-section .button-bisa {
    padding: 14px 1.8em 28px;
    background-color: #003E7A;
    text-align: center;
    display: block;
    border-radius: 0;
    width: 220px;
    height: 48px;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    margin-inline-start: 9px; }
    body.main-site .header-section .button-bisa img {
      padding: 2px;
      width: 115px;
      height: 45px;
      margin-top: -13px;
      margin-left: -7px;
      border-radius: 2px; }
  body.main-site .header-section .overlay_wrappwer {
    background-color: #fff;
    transition: all .3s linear;
    overflow: hidden;
    border: none; }
    body.main-site .header-section .overlay_wrappwer.links a {
      display: block;
      padding: .8rem 2.7rem .63rem 20px !important;
      font-weight: 400 !important;
      color: #003E7A !important;
      font-size: 15px;
      line-height: 29px;
      margin-right: 1px;
      text-transform: none !important; }
      body.main-site .header-section .overlay_wrappwer.links a.yellow {
        background-color: #F3D600;
        color: #003E7A;
        padding: 8px 2.7rem 10px 20px !important;
        margin-right: 12px; }
    body.main-site .header-section .overlay_wrappwer.links li:not(.nav-sub-item) a::after {
      content: "\f078";
      font-family: 'Font Awesome 5 Free';
      margin-left: 0.91rem;
      font-size: .6rem;
      margin-top: 1px;
      position: absolute;
      font-weight: 600;
      color: #003E7A; }
    body.main-site .header-section .overlay_wrappwer.show {
      min-height: 500px; }
    body.main-site .header-section .overlay_wrappwer .links-wrapper {
      display: none; }
  body.main-site .header-section .header-action {
    margin-top: 8px;
    margin-right: 11px; }
  body.main-site .header-section .overlay {
    background-color: #fff; }
  body.main-site .header-section:not(.animated) .overlay {
    border-bottom: 1px solid #F9F9F9; }
  body.main-site .header-section .navbar {
    padding: 0; }
    body.main-site .header-section .navbar .navbar-brand {
      margin-top: 21px;
      padding: 0;
      margin-right: 0;
      display: flex; }
      body.main-site .header-section .navbar .navbar-brand .back_button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        body.main-site .header-section .navbar .navbar-brand .back_button p {
          color: #003E7A;
          font-size: .8rem; }
        body.main-site .header-section .navbar .navbar-brand .back_button img {
          width: 20px;
          margin: 0;
          margin-top: -3px; }
      body.main-site .header-section .navbar .navbar-brand img {
        width: 200px;
        margin: 0 auto 0 23px; }
    body.main-site .header-section .navbar .navbar-collapse-end {
      align-items: flex-end;
      height: 100%; }
    body.main-site .header-section .navbar .navbar-collapse .right-area {
      margin-left: 0; }
    body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
      background-color: transparent;
      transition: all .3s; }
      body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        position: relative; }
        body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
          content: '\f078';
          font-family: 'Font Awesome 5 Free';
          font-weight: 900; }
        body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
        body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
          color: #003E7A; }
        body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
        body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
          color: #202020; }
    body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-content {
      display: none; }
      body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-content.show {
        display: block; }
      body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-content .nav-sub-item {
        background-color: #FAFAFA;
        transition: all .3s;
        border-bottom: 1px solid #f0f0f0; }
        body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-content .nav-sub-item .nav-link {
          position: relative;
          color: #000 !important; }
          body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-content .nav-sub-item .nav-link::after {
            content: "\f054";
            font-family: 'Font Awesome 5 Free';
            font-size: .6rem;
            font-weight: 600;
            color: #000;
            position: absolute;
            right: 0.65rem; }
    body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content {
      display: none; }
      body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content.show {
        display: block; }
      body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content .nav-sub-sub-item {
        background-color: #fff;
        transition: all .3s;
        border-bottom: 1px solid #f0f0f0; }
        body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content .nav-sub-sub-item .nav-link {
          position: relative;
          color: #000 !important;
          padding: 11px 72px !important; }
          body.main-site .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content .nav-sub-sub-item .nav-link::after {
            display: none; }
  body.main-site .header-section.animated.header-fixed {
    position: absolute;
    animation: none !important;
    box-shadow: none !important;
    top: 0; }
  body.main-site .header-section.header-section.header-fixed {
    background-color: #003E7A; }
  body.main-site .header-section .teams-header {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff; }
    body.main-site .header-section .teams-header a {
      color: #003E7A;
      padding: 10px calc(23px + .11rem);
      font-size: 1rem;
      font-weight: 700;
      text-rendering: optimizeLegibility;
      line-height: 1.42857143;
      -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
      transition: color 300ms, background-color 300ms, opacity 300ms; }
      body.main-site .header-section .teams-header a:hover {
        background-color: #F3D600; }
      body.main-site .header-section .teams-header a.active {
        border-bottom: 4px solid #003f7b; }
    body.main-site .header-section .teams-header img {
      margin: 0 .5rem;
      width: 40px; }
    body.main-site .header-section .teams-header .teams-inner {
      display: flex;
      width: 100%; }
      body.main-site .header-section .teams-header .teams-inner button {
        margin-right: 0; }
        body.main-site .header-section .teams-header .teams-inner button p {
          font-size: .75rem;
          font-weight: 700;
          margin-top: 4px;
          color: #003E7A; }
          body.main-site .header-section .teams-header .teams-inner button p::after {
            content: "\f078";
            font-family: 'Font Awesome 5 Free';
            font-size: .6rem;
            font-weight: 600;
            color: #003E7A;
            position: relative;
            margin-left: .5rem; }
  body.main-site .header-section .resp-menu {
    display: none; }
    body.main-site .header-section .resp-menu .resp-item {
      width: 60px;
      margin: 12px .4rem; }
      body.main-site .header-section .resp-menu .resp-item p {
        text-align: center;
        font-size: 13px;
        line-height: 1.42857143;
        color: #003E7A; }
    body.main-site .header-section .resp-menu button {
      display: block;
      margin: auto;
      background-color: #fff; }
  body.main-site .header-section .mega-menu {
    display: none; }
    body.main-site .header-section .mega-menu.show {
      display: block; }
    body.main-site .header-section .mega-menu .container {
      display: none;
      background-color: #fff;
      position: absolute;
      left: -40px;
      right: 0;
      padding-left: 29px;
      padding-right: 0;
      min-height: 390px; }
      body.main-site .header-section .mega-menu .container.show {
        display: block; }
        body.main-site .header-section .mega-menu .container.show .menu-wrapper {
          display: grid; }
      body.main-site .header-section .mega-menu .container.inverse {
        right: -40px;
        left: 0;
        padding-right: 29px;
        padding-left: 0;
        text-align: right; }
        body.main-site .header-section .mega-menu .container.inverse .menu-wrapper {
          grid-template-columns: auto 31.62%; }
          body.main-site .header-section .mega-menu .container.inverse .menu-wrapper .links-container ul li.active {
            border-right: 5px solid #F3D600;
            border-left: 0; }
          body.main-site .header-section .mega-menu .container.inverse .menu-wrapper .links-container ul li a::after {
            content: "\f053";
            left: .65rem;
            right: auto; }
      body.main-site .header-section .mega-menu .container .menu-wrapper {
        display: none;
        grid-template-columns: 31.62% auto;
        width: 100%;
        height: 100%; }
        body.main-site .header-section .mega-menu .container .menu-wrapper .links-container {
          padding: 1.54rem 0; }
          body.main-site .header-section .mega-menu .container .menu-wrapper .links-container ul li {
            border-bottom: 1px solid #f0f0f0; }
            body.main-site .header-section .mega-menu .container .menu-wrapper .links-container ul li.active {
              border-left: 5px solid #F3D600;
              background-color: #fafafa; }
              body.main-site .header-section .mega-menu .container .menu-wrapper .links-container ul li.active a {
                color: #003E7A !important; }
            body.main-site .header-section .mega-menu .container .menu-wrapper .links-container ul li a {
              font-size: 0.938rem;
              line-height: 1.25rem;
              width: 100%;
              padding: 14px 16px;
              line-height: 20px;
              position: relative;
              color: #202020 !important; }
              body.main-site .header-section .mega-menu .container .menu-wrapper .links-container ul li a::after {
                content: "\f054";
                font-family: 'Font Awesome 5 Free';
                font-size: .6rem;
                font-weight: 600;
                color: #003E7A;
                position: absolute;
                right: .65rem; }
        body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container {
          background-color: #FAFAFA;
          padding: 1.78rem 1.95rem;
          min-height: 390px; }
          body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container {
            display: none; }
            body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container.show {
              display: block; }
            body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid {
              display: grid;
              grid-template-columns: 50% 50%;
              width: 100%;
              row-gap: 60px;
              padding: .3rem; }
              body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid .img-item {
                display: flex;
                overflow: hidden;
                height: 115px; }
                body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid .img-item img {
                  margin-right: 15px;
                  width: 138px;
                  height: 130px; }
                body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid .img-item a {
                  padding-top: 0;
                  letter-spacing: -1px;
                  font-size: 0.938rem;
                  margin-top: -.25rem;
                  margin-left: -.15rem; }
                  body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid .img-item a.menu-blue {
                    padding-top: 1.1rem;
                    letter-spacing: normal;
                    margin-top: 0;
                    margin-left: 0; }
            body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid-2 {
              display: grid;
              grid-template-columns: 50% 50%;
              width: 100%;
              padding: .3rem; }
              body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid-2 .link-container {
                padding: 8px 0;
                border-bottom: 1px solid #D6D6D6;
                margin-left: 3%; }
                body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid-2 .link-container:hover a {
                  text-decoration: underline;
                  color: #003E7A; }
                body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid-2 .link-container a {
                  font-size: 1rem;
                  line-height: 1.88;
                  padding-top: 0; }
          body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container a {
            display: block;
            font-size: 0.97rem;
            font-weight: bolder;
            line-height: 1.67;
            color: #000;
            padding-top: 11px; }
            body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container a.menu-blue {
              color: #003E7A;
              font-size: 14px;
              font-weight: bold;
              padding-top: 1.1rem; }
              body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container a.menu-blue:hover {
                text-decoration: underline; }
          body.main-site .header-section .mega-menu .container .menu-wrapper .menu-container p {
            font-size: 12px;
            line-height: 1.5;
            margin: 0.5em 5px 0.5em 0;
            display: block; }
  body.main-site .footer-section {
    position: relative;
    border-top: 1px solid #F9F9F9;
    background-color: #003E7A;
    margin-top: 4rem;
    background-color: #002C62; }
    body.main-site .footer-section a,
    body.main-site .footer-section p {
      color: #fff;
      font-weight: 400;
      font-size: 0.8rem;
      line-height: 1.1rem; }
      body.main-site .footer-section a.l-h-5,
      body.main-site .footer-section p.l-h-5 {
        line-height: .5rem; }
    body.main-site .footer-section .gray-band-superior {
      height: 63px;
      background-color: #00346F;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    body.main-site .footer-section .ul-title {
      margin-bottom: 10px;
      font-weight: bold;
      height: 63px;
      display: flex;
      align-items: center;
      padding: 0 1.35rem;
      z-index: 1;
      position: relative;
      font-size: 1rem; }
      body.main-site .footer-section .ul-title::before {
        content: '';
        position: absolute;
        background-color: rgba(155, 154, 155, 0.3);
        width: 5px;
        height: 65%;
        left: -3px; }
    body.main-site .footer-section ul {
      list-style: none;
      padding-left: 1.2rem;
      margin: 2.5rem 0; }
      body.main-site .footer-section ul.bordred li:first-child {
        padding-bottom: 10px; }
      body.main-site .footer-section ul.bordred li:not(:first-child) {
        padding: 10px 0; }
      body.main-site .footer-section ul.bordred li:not(:last-child) {
        border-bottom: 1px solid rgba(155, 154, 155, 0.3); }
      body.main-site .footer-section ul.bordred a {
        font-weight: 600;
        font-size: 0.85rem; }
      body.main-site .footer-section ul.extra-marg li:nth-child(1) {
        padding-bottom: 10px;
        margin-bottom: 11px; }
      body.main-site .footer-section ul.extra-marg li:nth-child(2) {
        padding-bottom: 10px; }
      body.main-site .footer-section ul.extra-marg li:last-child {
        padding-bottom: 10px; }
      body.main-site .footer-section ul.extra-marg li {
        margin-bottom: 22px; }
        body.main-site .footer-section ul.extra-marg li a {
          font-weight: 600; }
      body.main-site .footer-section ul li {
        display: flex; }
        body.main-site .footer-section ul li:not(:nth-child(1)) .img-container-footer {
          margin-top: 1.25rem; }
        body.main-site .footer-section ul li .img-container-footer {
          height: 80px;
          display: flex;
          align-items: flex-start; }
          body.main-site .footer-section ul li .img-container-footer img {
            margin-right: 2.563rem;
            object-fit: cover;
            max-width: 80px; }
        body.main-site .footer-section ul li a {
          font-size: 0.778rem;
          font-weight: 400;
          line-height: 1.188rem; }
          body.main-site .footer-section ul li a:not(.no-hover):hover {
            text-decoration: underline; }
        body.main-site .footer-section ul li.no-list {
          display: grid;
          grid-template-columns: 25px auto;
          align-items: center;
          width: 100%;
          gap: 13px; }
          body.main-site .footer-section ul li.no-list img {
            max-width: 90%;
            display: block;
            margin: auto;
            max-height: 1.25rem; }
            body.main-site .footer-section ul li.no-list img.to_big {
              max-width: 72%;
              max-height: 1.25rem; }
    body.main-site .footer-section .newsletter {
      background-color: #202020;
      border: 1px solid #F9F9F9;
      z-index: 1;
      position: relative; }
      body.main-site .footer-section .newsletter form .form-group {
        background: #F9F9F9;
        border: 1px solid #F9F9F9; }
        body.main-site .footer-section .newsletter form .form-group input {
          background-color: transparent !important;
          border: none !important; }
        body.main-site .footer-section .newsletter form .form-group button {
          min-width: auto;
          padding: 5px 30px;
          border-radius: 25px; }
          body.main-site .footer-section .newsletter form .form-group button:hover {
            background-color: transparent;
            color: #003E7A; }
    body.main-site .footer-section .menu-item .footer-link li:not(:last-child) {
      border-right: 1px solid #fff; }
    body.main-site .footer-section .copyright {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      margin-top: 18px;
      padding: 20px 0; }
      body.main-site .footer-section .copyright .copy-area a {
        color: rgba(0, 0, 0, 0.2); }
      body.main-site .footer-section .copyright p {
        font-size: 0.688rem;
        line-height: 1.1rem;
        color: #d8d8d8;
        font-weight: 500; }
        body.main-site .footer-section .copyright p a {
          text-decoration: underline;
          font-size: 0.688rem;
          color: #d8d8d8;
          font-weight: 500;
          line-height: 1.1rem; }
  body.main-site .form-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1.5px solid #D9D9D9;
    padding-top: 25px; }
  body.main-site label {
    display: block;
    width: 100%;
    text-align: left; }
  body.main-site select {
    background-color: transparent !important;
    color: #202020;
    border: 1px solid #757575 !important;
    font-size: 18px;
    border-radius: 10px;
    display: block;
    width: 100%;
    background-image: url(../../../assets/img/icons/arrow_down.svg);
    background-size: 2rem;
    background-position: 98% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
    body.main-site select::-ms-expand {
      display: none; }
    body.main-site select:focus {
      border: 1px solid #003E7E !important; }
  body.main-site input {
    background-color: transparent !important;
    color: #202020;
    border: 1px solid #757575 !important;
    font-size: 18px;
    border-radius: 10px; }
    body.main-site input::placeholder {
      color: rgba(32, 32, 32, 0.6); }
    body.main-site input:focus {
      border: 1px solid #003E7E !important; }
    body.main-site input.outline {
      border: 1px solid #A5A5A5 !important;
      background-color: transparent !important; }
      body.main-site input.outline::placeholder {
        color: #A5A5A5; }
  body.main-site .input-icon {
    position: relative;
    height: fit-content; }
    body.main-site .input-icon.big {
      /* max-width: 422px; */
      width: 100%;
      flex: 1 0 422px; }
      body.main-site .input-icon.big input {
        height: 64px; }
    body.main-site .input-icon input {
      padding-right: 40px !important; }
    body.main-site .input-icon button {
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      height: fit-content;
      background-color: transparent; }
  body.main-site .input_wrapper {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    margin-bottom: 35px; }
  body.main-site .error-form {
    background-color: #F3D600;
    width: fit-content;
    padding: 0 15px;
    margin: 0 10px;
    display: flex;
    align-items: center; }
    body.main-site .error-form img {
      margin-right: 15px;
      height: 12px;
      width: auto; }
    body.main-site .error-form span {
      font-size: 13px;
      line-height: 13px;
      padding: .3rem 0;
      color: #003E7A; }
  body.main-site table {
    color: #fff;
    width: 100%; }
    body.main-site table th {
      text-align: center; }
      body.main-site table th.small {
        font-size: 12px;
        text-align: right; }
    body.main-site table td {
      vertical-align: middle; }
      body.main-site table td img {
        max-width: 50px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: .5rem; }
  body.main-site .mb-35 {
    margin-bottom: 35px; }
  body.main-site .mb-6 {
    margin-bottom: 4rem !important; }
  body.main-site .pt-220 {
    padding-top: 220px; }
  body.main-site .transparent {
    background-color: transparent; }
    body.main-site .transparent i {
      font-size: 1.5rem; }
  body.main-site .nav-views .cmn-btn {
    background-color: transparent;
    color: #003E7A; }
    body.main-site .nav-views .cmn-btn.active, body.main-site .nav-views .cmn-btn:hover {
      background-color: #003E7A;
      color: #000; }
  body.main-site .pt-140 {
    padding-top: 140px; }
  body.main-site .h_100 {
    min-height: 100vh !important; }
  body.main-site .pt-226 {
    padding-top: 226px !important; }
  body.main-site .w-fit {
    width: fit-content; }
  body.main-site hr {
    margin: 37px auto;
    background-color: #D9D9D9;
    height: 1.5px;
    width: 100%; }
  body.main-site .preloader {
    background: #e5eff1;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* &::after {
    	content: '';
    	background: url(../../../assets/img/preloader.gif) no-repeat center center;
    	background-size: 250px;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	inset: 0 0 0 0;
    	margin: auto;
    } */ }
    body.main-site .preloader.type-2 {
      background: #444444;
      position: absolute;
      width: 100%;
      height: 100%; }
  body.main-site span {
    line-height: 22px; }
  body.main-site h1,
  body.main-site h2,
  body.main-site h3,
  body.main-site h4,
  body.main-site h5,
  body.main-site p,
  body.main-site label ul li {
    font-family: "Open Sans", sans-serif;
    color: #000; }
  body.main-site h1.blue,
  body.main-site h2.blue,
  body.main-site h3.blue,
  body.main-site h4.blue,
  body.main-site h5.blue,
  body.main-site p.blue,
  body.main-site label.blue ul.blue li {
    color: #003E7E;
    font-weight: 500; }
  body.main-site h1.green,
  body.main-site h2.green,
  body.main-site h3.green,
  body.main-site h4.green,
  body.main-site h5.green,
  body.main-site p.green,
  body.main-site label.green ul.green li {
    color: #003E7A; }
  body.main-site h1.red,
  body.main-site h2.red,
  body.main-site h3.red,
  body.main-site h4.red,
  body.main-site h5.red,
  body.main-site p.red,
  body.main-site label.red ul.red li {
    color: #E90052; }
  body.main-site h1,
  body.main-site h2,
  body.main-site h3,
  body.main-site h4,
  body.main-site h5,
  body.main-site h6 {
    margin-top: 0; }
  body.main-site h2 {
    margin: 0;
    font-size: 49px;
    line-height: 54px; }
  body.main-site h4 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 5px; }
    body.main-site h4.title {
      font-weight: 600;
      margin-bottom: 35px;
      font-size: 30px;
      margin-top: 50px; }
  body.main-site h5 {
    font-weight: 500; }
  body.main-site li,
  body.main-site p {
    color: #202020; }
  body.main-site label.small {
    font-size: 14px; }
  body.main-site p {
    line-height: 22px; }
    body.main-site p span {
      color: #FF0000;
      font-weight: 700; }
    body.main-site p.subtitle {
      margin-bottom: 35px; }
  body.main-site a.green {
    color: #003E7A !important; }
  body.main-site .green-color {
    color: #003E7A;
    display: inline;
    font-weight: 700; }
  body.main-site .blue-color {
    color: #F3D600;
    display: inline;
    font-weight: 700; }
  body.main-site .underlined {
    text-decoration: underline; }
  body.main-site .highlight {
    background-color: #F3D600;
    color: #000;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px; }
  body.main-site .text_right {
    text-align: right; }
  body.main-site .text_left {
    text-align: left !important; }
  body.main-site .m-auto {
    margin: auto; }
  body.main-site .mt--140 {
    margin-top: -140px;
    z-index: 2;
    position: relative; }
  body.main-site .mt-6 {
    margin-top: 6rem; }
  body.main-site .banner-section .overlay {
    background-image: url(../../../assets/img/main-background.png);
    background-position: center center;
    background-size: cover; }
  body.main-site .cmn-btn {
    color: #202020; }
  body.main-site .background-img {
    background: url("../../../assets/img/main-background.png") center center no-repeat;
    background-size: cover;
    transition: all .3s; }
  body.main-site .card-white {
    background-color: #003E7A;
    padding: 50px;
    border: 1px solid #F9F9F9;
    border-radius: 25px;
    box-shadow: 20px 20px 19px -9px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 20px 20px 19px -9px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 20px 20px 19px -9px rgba(0, 0, 0, 0.21); }
    body.main-site .card-white.fit {
      width: fit-content;
      padding: 25px 75px;
      margin: auto; }
    body.main-site .card-white.no-border {
      border-radius: 0; }
    body.main-site .card-white.min-border {
      border-radius: 4px; }
    body.main-site .card-white.back-image {
      background-position: top left;
      background-repeat: no-repeat; }
    body.main-site .card-white.custom-1 {
      max-width: 925px;
      display: grid;
      grid-template-columns: 45% 10% 45%;
      gap: 1rem;
      width: calc(100% - 2rem);
      margin: auto;
      min-height: 80px; }
      body.main-site .card-white.custom-1.no-limit {
        max-width: 100%;
        width: 100%; }
      body.main-site .card-white.custom-1 img {
        margin: 0 .5rem; }
  body.main-site .normal-btn {
    font-size: 18px;
    line-height: 21px;
    background-color: #003E7A;
    color: #F9F9F9;
    text-align: center;
    padding: 17.5px 44.5px;
    border-radius: 5px;
    transition: all .2s ease-in; }
    body.main-site .normal-btn:hover {
      background-color: #002447; }
    body.main-site .normal-btn.right {
      display: block;
      margin-left: auto; }
    body.main-site .normal-btn.transparent {
      background-color: transparent;
      padding: 0; }
  body.main-site .cmn-btn {
    padding: 5px 30px;
    width: fit-content; }
    body.main-site .cmn-btn.p-min {
      padding: 10px 25px !important; }
    body.main-site .cmn-btn:hover {
      background-color: transparent;
      color: #003E7A; }
    body.main-site .cmn-btn.button-outline {
      background: transparent;
      color: #003E7A; }
      body.main-site .cmn-btn.button-outline:hover {
        background-color: #003E7A;
        color: #000; }
    body.main-site .cmn-btn.big-button {
      padding: 10px 35px;
      width: fit-content;
      height: fit-content; }
    body.main-site .cmn-btn.large-button {
      max-width: 422px;
      width: 100%; }
  body.main-site .grid-50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    width: calc(100% - 1.5rem);
    gap: 1.5rem; }
  body.main-site .grid-40-60 {
    display: grid;
    grid-template-columns: 40% 60%;
    width: calc(100% - .3rem);
    gap: .3rem; }
  body.main-site .grid-75-25 {
    display: grid;
    grid-template-columns: 75% 25%;
    width: calc(100% - 4rem);
    gap: 4rem; }
    body.main-site .grid-75-25.gap-min {
      gap: .5rem;
      width: calc(100% - .5rem); }
  body.main-site .grid-60-15-25 {
    display: grid;
    grid-template-columns: 60% 15% 25%; }
  body.main-site .couter {
    display: flex;
    justify-content: center; }
    body.main-site .couter .counter-wrap {
      margin: 0 5px;
      font-weight: 500; }
      body.main-site .couter .counter-wrap .counter-item {
        background-color: #F9F9F9;
        border-radius: 4px;
        font-size: 49px;
        color: #fff;
        padding: 25px;
        margin: 0 5px;
        width: 78px;
        height: 81px; }
  body.main-site .grid-responsive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(435px, 1fr));
    width: 100%;
    gap: 2rem; }
    body.main-site .grid-responsive .item-grid {
      width: 100%;
      height: 100%; }
      body.main-site .grid-responsive .item-grid .image_wrapper {
        position: relative;
        width: fit-content;
        height: fit-content;
        border-radius: 4px;
        overflow: hidden; }
        body.main-site .grid-responsive .item-grid .image_wrapper:hover .courtain {
          opacity: 1; }
        body.main-site .grid-responsive .item-grid .image_wrapper:hover .share_icons {
          z-index: 1;
          opacity: 1; }
        body.main-site .grid-responsive .item-grid .image_wrapper:hover .text-color-wrapper .text-color.text-small {
          color: #fff; }
        body.main-site .grid-responsive .item-grid .image_wrapper:hover .text-color-wrapper .text-color.blue {
          color: #fff; }
        body.main-site .grid-responsive .item-grid .image_wrapper .courtain {
          opacity: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #003e7a; }
        body.main-site .grid-responsive .item-grid .image_wrapper img {
          width: 100%; }
        body.main-site .grid-responsive .item-grid .image_wrapper .share_icons {
          display: flex;
          width: 100%;
          position: absolute;
          bottom: 12%;
          justify-content: center;
          z-index: -1;
          opacity: 0; }
          body.main-site .grid-responsive .item-grid .image_wrapper .share_icons img {
            width: 2.1rem;
            margin: 0 25px;
            cursor: pointer;
            transition: all .2s ease-in; }
            body.main-site .grid-responsive .item-grid .image_wrapper .share_icons img:hover {
              transform: translateY(-5px); }
        body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper {
          position: absolute;
          left: 10%;
          top: 30%;
          z-index: 1; }
          body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper.type-1 {
            top: 15%; }
          body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper.type-2 {
            top: 20%; }
          body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper.type-3 {
            top: 25%; }
          body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color {
            position: relative;
            user-select: none; }
            body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.text-normal {
              color: #fff;
              transition: all 0s ease-in;
              font-size: 30px;
              line-height: 30px; }
            body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.text-small {
              font-family: 'Mukta', sans-serif;
              color: #003E7A;
              font-weight: 700;
              transition: all 0s ease-in;
              font-size: 16px;
              line-height: 16px; }
            body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.blue {
              font-family: 'Kaushan Script', cursive;
              color: #003E7A;
              font-size: 3rem;
              line-height: 3rem;
              transition: all 0s ease-in; }
            body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.white {
              font-family: 'Kaushan Script', cursive;
              color: #fff;
              font-size: 4rem;
              line-height: 4rem;
              margin-left: 7%;
              transition: all 0s ease-in; }
            body.main-site .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.white.special {
              font-family: 'Kaushan Script', cursive;
              color: #fff;
              font-size: 3rem;
              line-height: 3rem;
              transition: all 0s ease-in;
              margin-left: 0; }
  body.main-site .slider-section {
    width: 100%;
    padding-top: 166px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center; }
    body.main-site .slider-section .sliderContainer {
      position: relative;
      background-color: transparent;
      overflow: hidden;
      border-radius: 4px;
      border: 1px solid #F9F9F9; }
    body.main-site .slider-section .slider {
      width: 100%;
      height: 100%;
      position: relative;
      height: 60vh; }
      body.main-site .slider-section .slider .slide-general {
        width: 100%;
        height: 60vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        body.main-site .slider-section .slider .slide-general img {
          width: auto;
          height: 60vh;
          max-width: none; }
    body.main-site .slider-section .slick-slide {
      height: 100%;
      color: white; }
    body.main-site .slider-section .slick-prev:before,
    body.main-site .slider-section .slick-next:before {
      color: black; }
    body.main-site .slider-section .slick-dots {
      bottom: -30px; }
    body.main-site .slider-section .progressBarContainer {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 5rem;
      display: flex;
      justify-content: center; }
      body.main-site .slider-section .progressBarContainer .progressBarInner {
        display: grid;
        grid-template-columns: auto 40px;
        width: fit-content;
        align-items: center; }
        body.main-site .slider-section .progressBarContainer .progressBarInner .progress-bars {
          justify-content: center;
          flex-wrap: wrap;
          display: flex;
          width: fit-content; }
        body.main-site .slider-section .progressBarContainer .progressBarInner div {
          display: block;
          width: 110px;
          padding: 0;
          cursor: pointer;
          margin-right: 1rem;
          color: white;
          margin-bottom: 20px; }
          body.main-site .slider-section .progressBarContainer .progressBarInner div.active p {
            color: #fff; }
          body.main-site .slider-section .progressBarContainer .progressBarInner div p {
            color: transparent;
            transition: all .3s ease-in-out; }
          body.main-site .slider-section .progressBarContainer .progressBarInner div span.progressBar {
            width: 100%;
            height: 3px;
            background-color: rgba(255, 255, 255, 0.4);
            display: block;
            border-radius: 50px; }
            body.main-site .slider-section .progressBarContainer .progressBarInner div span.progressBar .inProgress {
              background-color: #F9F9F9;
              width: 0%;
              height: 3px; }
    body.main-site .slider-section .controls_carousel {
      width: 100%;
      height: fit-content;
      position: absolute;
      z-index: 1;
      inset: 0 0 0 0;
      margin: auto;
      display: flex;
      justify-content: space-between;
      padding: 2rem; }
      body.main-site .slider-section .controls_carousel .back,
      body.main-site .slider-section .controls_carousel .next {
        width: 82px;
        height: 82px;
        position: relative;
        background-color: rgba(255, 255, 255, 0.25);
        cursor: pointer;
        transition: all .3s ease-in-out; }
        body.main-site .slider-section .controls_carousel .back:hover,
        body.main-site .slider-section .controls_carousel .next:hover {
          background-color: #fff; }
        body.main-site .slider-section .controls_carousel .back img,
        body.main-site .slider-section .controls_carousel .next img {
          width: 80%;
          display: block;
          margin: 9% auto; }
    body.main-site .slider-section .cont {
      margin-left: 5px; }
  body.main-site .counter-section {
    margin-top: 0; }
    body.main-site .counter-section .single-area {
      justify-content: center;
      height: 100%; }
      body.main-site .counter-section .single-area .text-area {
        margin-left: 15px; }
      body.main-site .counter-section .single-area .img-area {
        width: 300px; }
        body.main-site .counter-section .single-area .img-area img {
          margin: auto;
          display: block; }
    body.main-site .counter-section::before {
      left: 0;
      width: 100%;
      background-color: #202020;
      border: 1px solid #F9F9F9;
      border-radius: 25px; }
  body.main-site .default_section {
    min-height: 100vh;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    body.main-site .default_section.start {
      padding-top: 166px; }
    body.main-site .default_section.background {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  body.main-site .medium_section {
    min-height: 55vh;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    body.main-site .medium_section input.special {
      background-color: transparent !important;
      font-size: 42px;
      font-size: 42px;
      padding: 2.5rem;
      text-align: center;
      max-width: 1000px;
      border: 1px solid #D9D9D9 !important;
      transition: all .3s ease-in-out; }
      body.main-site .medium_section input.special:focus {
        border: 1px solid #fff !important; }
      body.main-site .medium_section input.special::placeholder {
        color: #D9D9D9; }
  body.main-site .bet-this-game .single-area {
    border: 1px solid #F9F9F9; }
    body.main-site .bet-this-game .single-area .head-area {
      background-color: #F9F9F9; }
    body.main-site .bet-this-game .single-area .bottom-item {
      border-top: 1px solid #F9F9F9; }
  body.main-site .amazing-features .features-carousel .slick-arrow.slick-next::before {
    background-image: url(../../../assets/images/icon/arrow-right.png); }
  body.main-site .amazing-features .features-carousel .slick-arrow.slick-prev::before {
    background-image: url(../../../assets/images/icon/arrow-left.png); }
  body.main-site .faqs-section .faq-bg::before {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
  body.main-site .faqs-section .accordion .accordion-item {
    background: #202020;
    border: 1px solid #F9F9F9; }
    body.main-site .faqs-section .accordion .accordion-item .accordion-button {
      background: #F9F9F9 !important; }
      body.main-site .faqs-section .accordion .accordion-item .accordion-button::before {
        background-color: #202020; }
    body.main-site .faqs-section .accordion .accordion-item .accordion-body p {
      border-top: 1px solid #fff; }
  body.main-site .log-reg .modal-content {
    background-color: #003E7E;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    border: none;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15%; }
    body.main-site .log-reg .modal-content::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../../../assets/img/general/Vector-2.png); }
    body.main-site .log-reg .modal-content.type-2 {
      position: relative;
      background-color: #f3f3f3;
      overflow: hidden;
      border-radius: 25px;
      position: relative;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      overflow: hidden; }
      body.main-site .log-reg .modal-content.type-2.flow-paper-patch {
        padding-bottom: 4rem;
        background-color: #444444; }
      body.main-site .log-reg .modal-content.type-2 .pdf_container {
        width: 100%;
        height: 90vh; }
      body.main-site .log-reg .modal-content.type-2 .pdf_container_2,
      body.main-site .log-reg .modal-content.type-2 .pdf_container_3 {
        width: 100%;
        height: 90vh; }
      body.main-site .log-reg .modal-content.type-2::after {
        display: none; }
    body.main-site .log-reg .modal-content img,
    body.main-site .log-reg .modal-content h4,
    body.main-site .log-reg .modal-content p {
      z-index: 2;
      position: relative;
      color: #003E7E;
      text-align: center; }
    body.main-site .log-reg .modal-content .log-reg-btn {
      position: relative;
      z-index: 1; }
      body.main-site .log-reg .modal-content .log-reg-btn li button {
        border-bottom: none; }
        body.main-site .log-reg .modal-content .log-reg-btn li button::before {
          content: '';
          width: 1000px;
          position: absolute;
          height: 500px;
          background-color: #F9F9F9;
          bottom: -15px;
          left: -100px;
          z-index: -1; }
        body.main-site .log-reg .modal-content .log-reg-btn li button.active {
          border-bottom: 1px solid #003E7A;
          color: #003E7A; }
    body.main-site .log-reg .modal-content .modal-header {
      z-index: 2;
      top: 1rem;
      right: 1rem; }
      body.main-site .log-reg .modal-content .modal-header .btn-close {
        background-color: white !important;
        background: url(../../../assets/img/icons/close.svg);
        opacity: 1;
        background-size: contain; }
    body.main-site .log-reg .modal-content .custom-btn {
      color: #fff;
      min-width: 100px;
      padding: 9px 14px;
      border-radius: 4px;
      font-size: 16px; }
      body.main-site .log-reg .modal-content .custom-btn.facebook-btn {
        background-color: #4067B2; }
      body.main-site .log-reg .modal-content .custom-btn.google-btn {
        background-color: #EA4335; }
    body.main-site .log-reg .modal-content .tab-content .login-reg-content .head-area {
      border-bottom: 1px solid #F9F9F9; }
    body.main-site .log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single input:checked ~ .checkmark {
      background: #F9F9F9;
      border: 1px solid #F9F9F9; }
    body.main-site .log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkmark {
      background-color: #F9F9F9; }
      body.main-site .log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkmark::after {
        width: auto;
        height: auto;
        background-image: none;
        content: '\f00c';
        font-weight: 900;
        color: #fff;
        font-family: 'Font Awesome 5 Free';
        font-size: .8rem; }
    body.main-site .log-reg .modal-content .modal_body {
      padding: 3rem 2rem;
      width: 100%;
      height: 100%; }
    body.main-site .log-reg .modal-content .share_icons_modal {
      display: flex;
      justify-content: space-evenly;
      padding: 50px 40px 15px; }
      body.main-site .log-reg .modal-content .share_icons_modal a i {
        font-size: 2.2rem;
        color: #003E7A; }
  body.main-site .input-wrapper {
    display: flex;
    justify-content: center; }
    body.main-site .input-wrapper .input-inner {
      padding: 0 1rem; }
      body.main-site .input-wrapper .input-inner.type-1 .input-container {
        background-color: #E90052;
        color: #fff;
        border-radius: 4px; }
      body.main-site .input-wrapper .input-inner.type-2 .input-container {
        background-color: #003E7A;
        color: #000;
        border-radius: 4px; }
        body.main-site .input-wrapper .input-inner.type-2 .input-container input {
          color: #000;
          width: 2rem; }
          body.main-site .input-wrapper .input-inner.type-2 .input-container input::placeholder {
            color: #000; }
      body.main-site .input-wrapper .input-inner label {
        font-size: 12px; }
        body.main-site .input-wrapper .input-inner label.mb {
          margin-bottom: .2rem; }
        body.main-site .input-wrapper .input-inner label.mt {
          margin-top: .2rem;
          color: #003E7A;
          text-decoration: underline;
          cursor: pointer; }
      body.main-site .input-wrapper .input-inner .input-container {
        display: flex;
        align-items: center;
        width: fit-content;
        padding: 10px;
        margin: auto; }
        body.main-site .input-wrapper .input-inner .input-container input {
          background: transparent;
          border: none;
          width: 1.5rem;
          height: fit-content;
          padding: 0;
          text-align: center; }
  body.main-site .grid-50-50 .last-name {
    grid-column: 1 / 3;
    text-align: left; }
  body.main-site .grid-50-50 span {
    text-align: left; }
  body.main-site .grid-60-15-25 p {
    text-align: left; }
  body.main-site .grid-60-15-25 .small {
    font-size: 12px; }
  body.main-site .field-container {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
    row-gap: 3rem; }
    body.main-site .field-container.type-2 {
      grid-template-columns: auto 125px; }
      body.main-site .field-container.type-2 .side-field {
        flex-direction: column; }
    body.main-site .field-container img {
      width: 100%;
      margin: auto;
      display: block; }
    body.main-site .field-container .side-field {
      display: flex;
      justify-content: center; }
    body.main-site .field-container .field {
      display: flex;
      flex-direction: column;
      position: relative; }
      body.main-site .field-container .field::after {
        content: '';
        background: url(../../../assets/img/general/field_2.png) center center no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        position: absolute; }
      body.main-site .field-container .field .field-row {
        display: flex;
        flex-direction: row;
        padding: .5rem 0; }
        body.main-site .field-container .field .field-row:nth-child(2) {
          padding: .5rem 24%; }
        body.main-site .field-container .field .field-row:nth-child(3) {
          padding: .5rem 19%; }
        body.main-site .field-container .field .field-row:nth-child(4) {
          padding: .5rem 34%; }
        body.main-site .field-container .field .field-row .player {
          margin: 0 auto;
          z-index: 2;
          position: relative; }
          body.main-site .field-container .field .field-row .player.captain::after {
            content: 'C';
            background-color: #F3D600;
            width: 30px;
            height: 30px;
            position: absolute;
            top: 10%;
            right: 15%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 500;
            border-radius: 4px;
            font-size: 1.2rem; }
          body.main-site .field-container .field .field-row .player img {
            width: 58px; }
          body.main-site .field-container .field .field-row .player p {
            font-size: 16px; }
    body.main-site .field-container .player {
      margin: 0 .5rem 25px; }
      body.main-site .field-container .player img {
        width: 60px; }
      body.main-site .field-container .player .card-white {
        border: 0;
        width: fit-content;
        margin: auto;
        padding: 5px 10px; }
  body.main-site .button-container {
    display: block;
    margin: 0 auto;
    width: fit-content; }
    body.main-site .button-container button {
      margin: 0 .5rem; }
  body.main-site .player-image {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #F9F9F9; }
    body.main-site .player-image img {
      max-height: 183px;
      width: auto;
      display: block;
      margin: auto; }
  body.main-site .player-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    width: calc(100% + 60px);
    background-color: #F9F9F9;
    margin-left: -30px;
    margin-right: -30px; }
    body.main-site .player-points .player-point {
      text-align: center;
      position: relative;
      display: block;
      padding: 1rem 0; }
      body.main-site .player-points .player-point:not(:last-child):after {
        content: '';
        position: absolute;
        width: 100%;
        height: 80%;
        border-right: 1px solid #D9D9D9;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
  body.main-site .modal-logo-container {
    display: grid;
    grid-template-columns: 50px auto;
    width: 100%; }
    body.main-site .modal-logo-container button {
      display: block;
      margin-left: auto; }
  body.main-site .faqs-section.faqs-page ul {
    border: none; }
    body.main-site .faqs-section.faqs-page ul .cmn-btn,
    body.main-site .faqs-section.faqs-page ul .faqs-section.faqs-page ul .cmn-btn {
      background-color: transparent;
      color: #003E7A; }
    body.main-site .faqs-section.faqs-page ul .cmn-btn.active,
    body.main-site .faqs-section.faqs-page ul .cmn-btn:hover {
      background-color: #003E7A;
      color: #000; }
  body.main-site .faqs-section .accordion .accordion-item .accordion-button {
    padding-left: 20px; }
    body.main-site .faqs-section .accordion .accordion-item .accordion-button img {
      margin-right: 20px; }
    body.main-site .faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
      background-image: url(../../../assets/img/icons/add.svg); }
  body.main-site .dashboard-content .bets-tab ul {
    border: none; }
    body.main-site .dashboard-content .bets-tab ul .cmn-btn {
      background-color: transparent;
      color: #003E7A;
      border: 1px solid #003E7A; }
    body.main-site .dashboard-content .bets-tab ul .cmn-btn.active,
    body.main-site .dashboard-content .bets-tab ul .cmn-btn:hover {
      background-color: #003E7A;
      color: #000; }
  body.main-site .dashboard-content .setting-personal-details {
    background-color: #202020;
    white_2: #F9F9F9; }
    body.main-site .dashboard-content .setting-personal-details .single-input input {
      background-color: #F9F9F9;
      white_2: #F9F9F9; }
  body.main-site .dashboard-content .dashboard-sidebar .single-item {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
  body.main-site .dashboard-content .dashboard-heading {
    background-color: #202020;
    border-bottom: 1px solid #F9F9F9; }
    body.main-site .dashboard-content .dashboard-heading ul li .nav-link.active,
    body.main-site .dashboard-content .dashboard-heading ul li .nav-link:hover {
      background-color: transparent;
      position: relative; }
      body.main-site .dashboard-content .dashboard-heading ul li .nav-link.active::after,
      body.main-site .dashboard-content .dashboard-heading ul li .nav-link:hover::after {
        content: '';
        position: absolute;
        width: calc(100% - 20px);
        height: 2px;
        background-color: #003E7A;
        left: 0;
        bottom: 25%;
        margin: 0 10px; }
  body.main-site .dashboard-content .deposit-with-tab .balance-area {
    background: #202020;
    border: 1px solid #F9F9F9; }
    body.main-site .dashboard-content .deposit-with-tab .balance-area .head-area {
      border-bottom: 1px solid #F9F9F9; }
      body.main-site .dashboard-content .deposit-with-tab .balance-area .head-area select {
        background-color: #202020;
        color: #fff; }
  body.main-site .dashboard-content .deposit-with-tab .right-area {
    background: #202020;
    border: 1px solid #F9F9F9; }
    body.main-site .dashboard-content .deposit-with-tab .right-area .address-bar {
      background-color: #202020;
      border: 1px solid #F9F9F9; }
      body.main-site .dashboard-content .deposit-with-tab .right-area .address-bar .input-area {
        background-color: #F9F9F9;
        border: 1px solid #F9F9F9; }
        body.main-site .dashboard-content .deposit-with-tab .right-area .address-bar .input-area input {
          background-color: #F9F9F9; }
    body.main-site .dashboard-content .deposit-with-tab .right-area .bottom-area .single-item h6 {
      color: #F3D600; }
  body.main-site .dashboard-content .transactions-tab form button {
    background-color: #003E7A;
    border: 1px solid #003E7A;
    border-radius: 25px;
    color: #000;
    transition: all .3s ease;
    padding: 5px 20px;
    margin-bottom: 3px; }
    body.main-site .dashboard-content .transactions-tab form button:hover {
      background-color: transparent;
      color: #003E7A; }
  body.main-site .dashboard-content .tab-content .table-responsive .table tr {
    background-color: #202020; }
  body.main-site .dashboard-content .tab-content .single-info {
    background-color: #F9F9F9; }
  body.main-site .dashboard-content .tab-content h5.title {
    background-color: #F9F9F9; }
  body.main-site .dashboard-content .buy-crypto {
    background-color: #202020;
    white_2: #F9F9F9; }
    body.main-site .dashboard-content .buy-crypto .form-box {
      background-color: #202020;
      white_2: #F9F9F9; }
    body.main-site .dashboard-content .buy-crypto .input-select {
      border: 1px solid #F9F9F9; }
      body.main-site .dashboard-content .buy-crypto .input-select input {
        background-color: #F9F9F9;
        border: 1px solid #F9F9F9; }
  body.main-site .dashboard-content .affiliate-tab {
    background-color: #202020;
    white_2: #F9F9F9; }
    body.main-site .dashboard-content .affiliate-tab .referral-bar {
      background-color: #202020;
      white_2: #F9F9F9; }
      body.main-site .dashboard-content .affiliate-tab .referral-bar .input-area {
        background-color: #F9F9F9;
        border: 1px solid #F9F9F9; }
        body.main-site .dashboard-content .affiliate-tab .referral-bar .input-area input {
          background-color: #F9F9F9; }
    body.main-site .dashboard-content .affiliate-tab .table-area {
      background-color: #202020; }
      body.main-site .dashboard-content .affiliate-tab .table-area .input-area {
        background-color: #F9F9F9;
        white_2: #F9F9F9; }
  body.main-site .blog-section .single-blog .blog-content {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
    body.main-site .blog-section .single-blog .blog-content .bottom-item {
      border-top: 1px solid #F9F9F9; }
  body.main-site .blog-section .sidebar-blog .sidebar-single {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
    body.main-site .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow {
      width: 30px;
      height: 30px; }
      body.main-site .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow:hover {
        background-color: transparent; }
      body.main-site .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-prev {
        right: calc(11%); }
        body.main-site .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-prev::before {
          background-image: url(../../../assets/img/icons/arrow_backward.png);
          background-position: center center; }
      body.main-site .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-next::before {
        background-image: url(../../../assets/img/icons/arrow_forward.png);
        background-position: center center; }
  body.main-site .blog-section .blog-post {
    background: #202020;
    border: 1px solid #F9F9F9; }
    body.main-site .blog-section .blog-post .author .author-img {
      border: 3px solid #F9F9F9;
      max-width: 80px; }
  body.main-site .blog-section .bottom-item {
    border-top: 1px solid #F9F9F9; }
  body.main-site .blog-section .comments-area .title {
    border-bottom: 1px solid #F9F9F9; }
  body.main-site .blog-section .comments-area .single-comments {
    border-bottom: 1px solid #F9F9F9; }
    body.main-site .blog-section .comments-area .single-comments .right-area .reply-btn {
      color: #003E7A; }
  body.main-site .blog-section .leave-comments {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
    body.main-site .blog-section .leave-comments .single-input .input-area {
      background-color: #F9F9F9;
      border: 1px solid #F9F9F9; }
    body.main-site .blog-section .leave-comments .single-input textarea {
      background-color: #F9F9F9;
      border: 1px solid #F9F9F9; }
  body.main-site .pagination .page-item .page-link {
    background: transparent;
    border: 1px solid #003E7A;
    color: #003E7A;
    font-size: 1.1rem; }
  body.main-site .add-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; }
    body.main-site .add-container img {
      max-width: 266px; }
    body.main-site .add-container h2 {
      margin: 1rem; }
  body.main-site .sample-container {
    width: 1000px;
    height: 1000px;
    margin: auto; }
  body.main-site .button-mobile {
    display: none; }
  body.main-site .bg-white-content {
    background-color: white;
    padding: 1.5rem;
    border-radius: 16px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.15); }
  body.main-site .w-medium {
    max-width: 500px; }
  body.main-site .title-secction {
    font-size: 43px;
    line-height: normal;
    font-weight: 700;
    color: #003E7A; }
  body.main-site .title-secction-form {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #003E7A; }
  body.main-site .txt-black {
    color: #000; }
  body.main-site .txt-blue {
    color: #003E7E; }
  body.main-site .txt-left {
    text-align: left; }
  body.main-site .over-none {
    overflow: initial; }
  body.main-site .content-parafo {
    padding: 0px 0.5rem; }
    body.main-site .content-parafo p {
      font-size: 1rem;
      color: #000;
      margin-bottom: 0.5rem; }
  body.main-site .content-img {
    width: 100%; }
    body.main-site .content-img img {
      width: 100% !important;
      max-height: 300px;
      min-height: 250px;
      /* height: 100%; */
      object-fit: contain;
      object-position: center; }
  body.main-site .mb-20 {
    margin-bottom: 20px; }
  body.main-site .mt-16px {
    margin-top: 30px; }
  body.main-site .accordion-wrap {
    padding: 0px 0.5rem; }
  body.main-site .accordion-item-b {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 16px; }
  body.main-site .accordion-header {
    transition: ease-in-out 100ms;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #002C62;
    font-weight: 700;
    padding: 8px;
    border-bottom: 1px solid rgba(174, 173, 173, 0.516);
    user-select: none; }
    body.main-site .accordion-header:hover {
      background-color: #e3e3e37f;
      border-radius: 5px; }
    body.main-site .accordion-header .h-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 40px !important;
      min-height: 40px !important;
      background-color: #002C62;
      border-radius: 5px;
      color: white; }
    body.main-site .accordion-header strong {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      line-height: normal; }
  body.main-site .accordion-text {
    width: 100%;
    display: none;
    padding-top: 5px;
    padding-bottom: 20px; }
    body.main-site .accordion-text ul {
      list-style: disc;
      padding: 1rem;
      margin-left: 1.5rem; }
      body.main-site .accordion-text ul li {
        font-size: 16px;
        margin-bottom: 8px; }
  body.main-site .fa {
    transition: ease-in-out 300ms; }
  body.main-site .rotate-fa {
    transform: rotate(180deg); }
  body.main-site .accordion-header .fa {
    float: right;
    line-height: 35px; }
  body.main-site .accordion-gold {
    color: #002C62; }
  body.main-site .accordion-no-bar {
    border-bottom: 0; }
  body.main-site .content-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-around; }
  body.main-site .sub-title-section {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #003E7E; }
  body.main-site .input-select {
    width: 170px;
    flex-grow: 2; }
    body.main-site .input-select label {
      font-weight: 400;
      font-size: 15px;
      color: #003E7E; }
    body.main-site .input-select select {
      border: 1px solid #003E7E !important; }
    body.main-site .input-select button {
      margin-top: 28px;
      padding: 14px 40px;
      background: rgba(0, 63, 126, 0.14);
      border-radius: 10px;
      color: #002C62; }
      body.main-site .input-select button:hover {
        background: rgba(0, 63, 126, 0.25); }
      body.main-site .input-select button:active {
        transform: scale(0.9); }
  body.main-site .conten-search {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-top: 28px; }
    body.main-site .conten-search label {
      font-weight: 400;
      font-size: 15px;
      color: #003E7E;
      width: fit-content; }
  body.main-site .grid-img {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 230px));
    gap: 1.5rem;
    background-color: #F6F9F9;
    padding: 1rem;
    justify-content: center; }
    body.main-site .grid-img .item-grid {
      width: 100%;
      height: 100%;
      min-height: 237px;
      border-radius: 1rem;
      object-fit: contain;
      transition: transform 0.3s;
      background-color: #fff;
      border: 1px solid rgba(200, 198, 198, 0.5);
      overflow: hidden; }
      body.main-site .grid-img .item-grid:hover {
        transform: scale(1.1);
        transition: transform 0.3s;
        box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.2); }
    body.main-site .grid-img img {
      width: 100%;
      min-height: 237px;
      object-fit: fill; }
    body.main-site .grid-img span {
      display: block;
      width: 100%;
      text-align: center;
      color: #00346F;
      padding: 0.5rem;
      font-size: 1rem; }
  body.main-site .slider-benifit {
    width: 100vw !important; }
  body.main-site .spacing {
    padding-top: 12rem;
    min-height: auto;
    /* margin-top: 12rem; */ }
  body.main-site .modal {
    visibility: hidden;
    opacity: 0;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.506);
    transition: all .4s;
    height: 100vh; }
  body.main-site .modal:target {
    visibility: visible;
    opacity: 1; }
  body.main-site .modal__content {
    border-radius: 12px;
    position: relative;
    width: 750px;
    max-width: 90%;
    max-height: 90vh;
    background: #ffffff;
    padding: 1em 2em;
    overflow: auto; }
  body.main-site .modal__content2 {
    width: 100%;
    max-width: initial;
    max-height: initial; }
    body.main-site .modal__content2 .title-secction {
      font-size: 28px;
      text-transform: uppercase; }
    body.main-site .modal__content2 .layou-moodal-subitem {
      justify-content: space-around; }
  body.main-site .modal__footer {
    text-align: right; }
    body.main-site .modal__footer a {
      color: #585858; }
    body.main-site .modal__footer i {
      color: #d02d2c; }
  body.main-site .modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: hwb(210 0% 51%/0.5);
    text-decoration: none;
    font-size: 2.5rem;
    transition: 0.2s; }
    body.main-site .modal__close:hover {
      color: hwb(210 0% 51%);
      transition: 0.2s; }
  body.main-site .info-wrapp-modal {
    color: #000;
    background-color: #B0B0B033;
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem; }
  body.main-site .status-modal {
    background-color: #1795EA1A;
    text-align: center;
    border-radius: 5px; }
    body.main-site .status-modal p {
      padding: 1rem;
      color: #1795EA;
      font-size: 1rem;
      font-weight: 700; }
  body.main-site .modal-descripcion p {
    font-size: 0.7rem;
    color: gray;
    line-height: 0.9rem;
    text-align: justify;
    padding: 0.7rem;
    background-color: #b0b0b082;
    margin-top: 0.5rem;
    border-radius: 5px; }
  body.main-site .img-modal {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px; }
  body.main-site .layou-moodal-img {
    display: flex;
    justify-content: center;
    /* background-color: rgba(0, 63, 126, 1);
    padding: 0.5rem; */ }
    body.main-site .layou-moodal-img img {
      border-radius: 10px;
      border: 1px solid rgba(200, 198, 198, 0.5); }
  body.main-site .layou-moodal-head {
    border-bottom: 1px solid #c9c4c47a;
    padding-bottom: 0.5rem; }
    body.main-site .layou-moodal-head p {
      color: #a9a9a9;
      font-size: 1rem;
      font-weight: 400;
      padding: 0.5rem 0rem; }
  body.main-site .layou-moodal-subitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem; }
    body.main-site .layou-moodal-subitem__item label {
      font-size: 1rem;
      color: #002C62;
      font-weight: 400; }
    body.main-site .layou-moodal-subitem__item span {
      font-size: 1.2rem;
      font-weight: 700;
      color: #000; }
  body.main-site .layou-moodal-body-list label {
    color: #221F1F;
    font-weight: 700;
    font-size: 1rem; }
  body.main-site .layou-moodal-body-list ul {
    list-style: disc;
    color: #221F1F;
    margin-left: 1rem; }
    body.main-site .layou-moodal-body-list ul li {
      font-size: 0.95rem;
      font-weight: 400;
      line-height: 1.5rem; }
  body.main-site .layou-moodal-head-socia {
    padding: 0.5rem 0rem; }
    body.main-site .layou-moodal-head-socia label {
      color: #002C62;
      font-size: 1rem;
      font-weight: 600; }
    body.main-site .layou-moodal-head-socia ul {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem; }
      body.main-site .layou-moodal-head-socia ul li {
        transition: transform 0.3s; }
        body.main-site .layou-moodal-head-socia ul li:hover {
          transform: scale(1.2);
          transition: transform 0.3s; }
  body.main-site .swiper {
    width: 100%;
    height: 100%;
    user-select: none; }
  body.main-site .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
  body.main-site .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  body.main-site .swiper-button-next::after,
  body.main-site .swiper-button-prev::after {
    content: ""; }
  body.main-site .swiper-button-next,
  body.main-site .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5); }
    body.main-site .swiper-button-next:hover,
    body.main-site .swiper-button-prev:hover {
      background-color: white; }
  body.main-site .swiper-button-next {
    right: 5%; }
  body.main-site .swiper-button-prev {
    left: 5%; }
  body.main-site .img-comunicado {
    display: flex;
    justify-content: center;
    padding: 1rem; }
  body.main-site .txt-justify {
    text-align: justify; }
  body.main-site .txt-bold {
    font-weight: 700; }
  body.main-site .content-btns {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    /* padding: 1rem; */ }
    body.main-site .content-btns a, body.main-site .content-btns button, body.main-site .content-btns input[type=submit] {
      background: #003E7E !important;
      border-radius: 5px;
      color: #F9F9F9;
      font-weight: 700;
      padding: 1.1rem 3rem;
      font-size: 18px;
      line-height: 21px;
      border: 1px solid #003E7E !important;
      text-align: center; }
      body.main-site .content-btns a:hover, body.main-site .content-btns button:hover, body.main-site .content-btns input[type=submit]:hover {
        color: #003E7E !important;
        background-color: transparent !important; }
    body.main-site .content-btns input[type=submit] {
      padding: 0px !important; }
    body.main-site .content-btns .btn-size-equal {
      width: 200px; }
    body.main-site .content-btns .cancel {
      background: #F3F3F3;
      color: rgba(35, 31, 31, 0.4);
      font-weight: 700;
      border: none !important;
      flex: 1 0 150px; }
      body.main-site .content-btns .cancel:hover {
        background: #e0e0e0 !important;
        color: rgba(35, 31, 31, 0.4); }
    body.main-site .content-btns .ok {
      font-weight: 700;
      background: #003E7E;
      border: none !important;
      flex: 1 0 150px; }
      body.main-site .content-btns .ok:hover {
        background: #002f5e !important;
        color: white !important; }
  body.main-site .content-parrafo {
    font-size: 1rem; }
    body.main-site .content-parrafo p {
      font-size: 1rem; }
  body.main-site .content-btns-rigth {
    display: flex;
    justify-content: flex-end; }
  body.main-site .contents-imgs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    background: white;
    z-index: 1; }
    body.main-site .contents-imgs__active {
      background-color: #BAE6FF; }
    body.main-site .contents-imgs__item {
      flex: 1 0 250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 2rem;
      cursor: pointer;
      background-color: white;
      position: relative;
      transition: transform 0.3s;
      		/* &:hover img{
      
      			filter: invert(88%) sepia(69%) saturate(5689%) hue-rotate(340deg) brightness(99%) contrast(96%);
      		}
      		 */
      /* &:hover .check {
      	border: 2px solid hsla(210, 100%, 25%, 0.5);
      } */ }
      body.main-site .contents-imgs__item img {
        padding: 0.5rem;
        width: fit-content;
        z-index: 2; }
      body.main-site .contents-imgs__item span {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #003E7E;
        z-index: 2;
        margin-top: 1rem;
        text-align: center; }
      body.main-site .contents-imgs__item label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        cursor: pointer; }
      body.main-site .contents-imgs__item .bg-check {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      body.main-site .contents-imgs__item img {
        filter: invert(13%) sepia(86%) saturate(2566%) hue-rotate(198deg) brightness(96%) contrast(101%); }
      body.main-site .contents-imgs__item:hover {
        /* background-color: #BAE6FF; */
        background-color: #f3d600;
        transform: scale(1.1);
        transition: transform 0.3s; }
      body.main-site .contents-imgs__item:hover input[type=radio]:checked ~ label ~ .bg-check {
        background-color: transparent; }
      body.main-site .contents-imgs__item .check {
        display: block;
        position: absolute;
        border: 2px solid #003E7E;
        border-radius: 100%;
        height: 27px;
        width: 27px;
        /* top: 30px;
        left: 20px; */
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear; }
      body.main-site .contents-imgs__item .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 15px;
        width: 15px;
        top: 50%;
        left: 50%;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        transform: translate(-50%, -50%); }
      body.main-site .contents-imgs__item input[type=radio]:checked ~ .check {
        border: 2px solid #003E7E; }
      body.main-site .contents-imgs__item input[type=radio] {
        z-index: -1 !important;
        opacity: 0; }
      body.main-site .contents-imgs__item input[type=radio]:checked ~ .check::before {
        background: #003E7E; }
      body.main-site .contents-imgs__item input[type=radio]:checked ~ label ~ .bg-check {
        background-color: #BAE6FF; }
  body.main-site div[disabled],
  body.main-site a[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; }
  body.main-site .title-section-form {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #003E7E;
    margin-bottom: 1rem; }
    body.main-site .title-section-form label {
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #202020;
      margin-top: 2rem; }
  body.main-site .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 0.5rem; }
    body.main-site .title-section .color-1 {
      color: #003E7E; }
    body.main-site .title-section h4 {
      font-weight: 700;
      font-size: 1.3rem;
      margin: 0px;
      line-height: 23px; }
    body.main-site .title-section span {
      font-size: 1rem;
      font-weight: 400;
      color: rgba(33, 33, 33, 0.5); }
  body.main-site .label-form {
    font-size: 1rem;
    font-weight: 400;
    color: #202020; }
    body.main-site .label-form span::after {
      content: "*";
      color: #FF0505; }
  body.main-site .a-i-c {
    align-items: center; }
  body.main-site .outline2 {
    font-weight: 500;
    color: #202020 !important; }
    body.main-site .outline2:focus {
      border: 1px solid #003E7E !important; }
  body.main-site .unstyled {
    margin: 0;
    padding: 1rem;
    list-style-type: none;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    /* .styled-checkbox:focus+label:before {
    	box-shadow: 0 0 0 3px #003E7E;
    } */ }
    body.main-site .unstyled li {
      width: 150px;
      display: flex;
      justify-content: end;
      /* flex: 1 0 150px; */ }
    body.main-site .unstyled label {
      color: #000;
      font-size: 1rem;
      display: flex;
      justify-content: center;
      width: fit-content;
      align-items: center;
      flex-direction: row-reverse;
      gap: 0.5rem;
      width: fit-content;
      line-height: normal; }
      body.main-site .unstyled label:hover {
        color: #003E7E; }
    body.main-site .unstyled .styled-checkbox {
      position: absolute;
      opacity: 0; }
    body.main-site .unstyled .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0; }
    body.main-site .unstyled .styled-checkbox + label:before {
      content: "";
      /* margin-right: 10px; */
      display: inline-block;
      vertical-align: text-top;
      min-width: 18px;
      min-height: 18px;
      background: #ffffff;
      border: 2px solid #003E7E;
      border-radius: 4px; }
    body.main-site .unstyled .styled-checkbox:hover + label:before {
      background: #003E7E; }
    body.main-site .unstyled .styled-checkbox:checked + label:before {
      background: #003E7E; }
    body.main-site .unstyled .styled-checkbox:disabled + label {
      color: #b8b8b8;
      cursor: auto; }
    body.main-site .unstyled .styled-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd; }
    body.main-site .unstyled .styled-checkbox:checked + label:after {
      content: "";
      position: absolute;
      right: 12px;
      top: 50%;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg) translateY(-50%); }
  body.main-site .unstyled2 {
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    body.main-site .unstyled2 li {
      width: 100%;
      display: flex;
      justify-content: start;
      /* flex: 1 0 150px; */ }
    body.main-site .unstyled2 label {
      flex-direction: initial; }
    body.main-site .unstyled2 .styled-checkbox:checked + label:after {
      content: "";
      position: absolute;
      left: 4px;
      /* top: 14px; */ }
  body.main-site .layou-center {
    display: flex;
    justify-content: stretch;
    /* align-items: center; */
    flex-direction: column; }
  body.main-site .login-img {
    display: flex;
    justify-content: center;
    align-items: center; }
    body.main-site .login-img img {
      width: 65%; }
  body.main-site .layou-full {
    display: flex;
    justify-content: stretch;
    align-items: stretch; }
  body.main-site .chk-title-list {
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    text-align: center;
    color: #003E7E; }
  body.main-site .txt-area-input {
    font-size: 1rem;
    background: transparent;
    border: 1px solid gray;
    height: auto;
    color: #000; }
    body.main-site .txt-area-input:focus {
      border: 1px solid #003E7E; }
    body.main-site .txt-area-input::placeholder {
      color: gray; }
  body.main-site .textArea-count {
    position: relative; }
    body.main-site .textArea-count span {
      position: absolute;
      bottom: 20px;
      right: 25px;
      font-weight: 400;
      font-size: 18px;
      line-height: 21px;
      color: #003E7E; }
  body.main-site .edModal {
    --modalContenedor__marginY: 40px;
    --modalContenedor__ancho: 800px;
    --modalContenido__colorFondo: white;
    --modalContenido__redondeado: 18px;
    --modalEncabezado__alineacion: flex-end;
    --modalEncabezado__padding: 15px 15px 5px;
    --modalCerrar__tamano: 30px;
    --modalCerrar__colorFondo: gray;
    --modalCerrar__colorFondo--hover: #4d4d4d;
    --modalCerrar__colorIcono: white;
    z-index: 999;
    background-color: transparent;
    padding: 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    max-height: 100vh;
    overflow: hidden; }
  body.main-site .edModal--activo {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color .4s;
    z-index: 999;
    /* overflow: hidden;
    max-height: 100vh; */ }
    body.main-site .edModal--activo a {
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1rem; }
      body.main-site .edModal--activo a:hover {
        border: none;
        outline: none;
        color: white; }
  body.main-site .edModal--activo .edModal__contenido {
    opacity: 1;
    transform: translateY(0); }
  body.main-site .edModal__fondo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  body.main-site .edModal__contenedor {
    max-width: 90%;
    width: 100%;
    min-height: calc(100% - (var(--modalContenedor__marginY) * 2));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: var(--modalContenedor__marginY) auto;
    max-height: 100vh; }
  body.main-site .edModal__contenido {
    width: 90%;
    min-height: var(--modalCerrar__tamano);
    background-color: var(--modalContenido__colorFondo);
    border-radius: var(--modalContenido__redondeado);
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); */
    opacity: 0;
    transition: transform .6s, opacity .6s;
    transform: translateY(-100px);
    max-height: 85vh;
    overflow: hidden;
    overflow-y: auto; }
  body.main-site .edModal__contenido-sucess {
    width: 750px; }
  body.main-site .edModal__encabezado {
    display: flex;
    justify-content: var(--modalEncabezado__alineacion);
    padding: var(--modalEncabezado__padding); }
  body.main-site .edModal-btn-close {
    border: none;
    background: none;
    font-size: 1.5rem;
    font-weight: 100;
    color: #00346f82; }
    body.main-site .edModal-btn-close:hover {
      color: #00346F; }
    body.main-site .edModal-btn-close:focus {
      outline: none;
      border: none; }
  body.main-site .edModal__cerrar {
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: var(--modalCerrar__tamano);
    height: var(--modalCerrar__tamano);
    background-color: var(--modalCerrar__colorFondo);
    border-radius: 50%;
    transition: background-color .3s; }
  body.main-site .edModal__cerrar:hover {
    cursor: pointer;
    background-color: red; }
  body.main-site .edModal__cerrarIcono {
    width: 60%; }
  body.main-site .edModal__cerrarIcono path {
    fill: white; }
  body.main-site .edModal__cuerpo {
    padding: 5px 30px 15px;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    /* overflow-y: auto; */
    max-height: 90vh;
    height: auto; }
    body.main-site .edModal__cuerpo .emodal-item-c {
      flex: 1 0 200px; }
  body.main-site .modal-conten-success {
    box-sizing: border-box;
    padding: 2rem 3.8rem 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; }
    body.main-site .modal-conten-success img {
      width: 130px; }
    body.main-site .modal-conten-success__txt {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 0.5rem; }
      body.main-site .modal-conten-success__txt p, body.main-site .modal-conten-success__txt span {
        color: #003E7E;
        text-align: center; }
      body.main-site .modal-conten-success__txt p {
        font-weight: 700;
        font-size: 24px;
        line-height: 33px; }
      body.main-site .modal-conten-success__txt span {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px; }
  body.main-site .btn-back {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1rem 1rem 0rem;
    color: #003E7E;
    margin-bottom: 2rem;
    border-radius: 8px;
    width: fit-content;
    cursor: pointer; }
    body.main-site .btn-back label {
      color: #003E7E;
      font-size: 24px;
      line-height: 33px;
      width: fit-content;
      cursor: pointer; }
    body.main-site .btn-back i {
      font-size: 1.2rem;
      padding: 0.5rem 1rem 0.5rem 0rem; }
    body.main-site .btn-back:hover ~ i, body.main-site .btn-back:hover ~ label {
      color: rgba(0, 64, 128, 0.5);
      cursor: pointer; }
  body.main-site .table-form-style {
    /* border: 1px solid rgba(128, 128, 128, 0.54) !important; */
    border-radius: 12px;
    /* border-collapse: inherit; */
    text-align: center;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 1px; }
    body.main-site .table-form-style thead {
      background-color: #0070C0; }
      body.main-site .table-form-style thead th {
        padding: 0.5rem 1rem 0.5rem 0.2rem;
        /* min-width: 300px;
        max-width: 350px; */
        font-weight: 600;
        font-size: 13px;
        line-height: 21px;
        border-collapse: collapse;
        /* min-width: 80px; */
        height: 50px; }
        body.main-site .table-form-style thead th div {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
    body.main-site .table-form-style tbody td, body.main-site .table-form-style tbody a, body.main-site .table-form-style tbody span {
      font-weight: 400 !important;
      font-size: 13px;
      line-height: 21px;
      color: #003E7E;
      text-transform: uppercase; }
      body.main-site .table-form-style tbody td:nth-child(1), body.main-site .table-form-style tbody a:nth-child(1), body.main-site .table-form-style tbody span:nth-child(1) {
        font-weight: 700; }
      body.main-site .table-form-style tbody td a, body.main-site .table-form-style tbody a a, body.main-site .table-form-style tbody span a {
        font-weight: 400 !important; }
        body.main-site .table-form-style tbody td a:hover, body.main-site .table-form-style tbody a a:hover, body.main-site .table-form-style tbody span a:hover {
          text-decoration: underline;
          cursor: pointer; }
    body.main-site .table-form-style tbody tr:nth-of-type(odd) {
      background: rgba(0, 62, 126, 0.05);
      background: rgba(0, 62, 126, 0.05); }
    body.main-site .table-form-style tbody tr {
      /* border: 1px solid rgba(128, 128, 128, 0.442); */ }
      body.main-site .table-form-style tbody tr:hover {
        background: rgba(0, 62, 126, 0.07); }
  body.main-site .txt-modal-msg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    color: #003E7E;
    margin-top: 2rem; }
    body.main-site .txt-modal-msg p {
      font-weight: 400;
      font-size: 1rem;
      line-height: 21px;
      color: #003E7E; }
  body.main-site .layou-par {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0rem;
    flex-wrap: wrap;
    gap: 1rem; }
  body.main-site .chk-login {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    body.main-site .chk-login input[type="checkbox"] {
      width: 22px;
      height: 22px; }
  body.main-site .content-date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; }
    body.main-site .content-date label {
      color: #000;
      width: fit-content;
      font-size: 1rem; }
  body.main-site .icon-table {
    display: flex;
    align-items: center;
    justify-content: center; }
    body.main-site .icon-table a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      body.main-site .icon-table a:hover {
        transform: scale(1.1);
        transition: transform 0.2s;
        background: rgba(0, 61, 122, 0.1);
        border-radius: 5px; }
    body.main-site .icon-table img {
      margin: 0px;
      border-radius: 0px;
      width: 75%; }
      body.main-site .icon-table img:hover {
        background: none; }
  body.main-site .txt-red {
    color: red; }
  body.main-site .selection {
    width: 100%; }
  body.main-site .select2-container {
    width: 100% !important; }
  body.main-site .select2-container--default .select2-selection--single {
    height: auto;
    border-radius: 10px; }
  body.main-site .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.5rem 1rem;
    max-width: 95%;
    height: 45px;
    font-size: 16px; }
  body.main-site .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 100%;
    background-image: url(../../../assets/img/icons/arrow_down.svg);
    background-size: 2rem;
    background-position: 98% center;
    background-repeat: no-repeat;
    margin-top: 12px; }
  body.main-site .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  body.main-site .hide-city {
    display: none; }
  body.main-site .brd-rigth {
    border-right: 1px solid #D9D9D9; }
  body.main-site .pd-1-5 {
    padding: 0rem 1.5rem; }
  body.main-site .pd-t-1-5 {
    padding: none; }
  body.main-site .img-shadow {
    filter: drop-shadow(0px 5px 10px rgba(0, 64, 128, 0.5)); }
  body.main-site .content-logos-img-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    body.main-site .content-logos-img-txt p {
      font-size: 1.1rem;
      font-weight: 500; }
  body.main-site .visibility-password {
    position: relative; }
    body.main-site .visibility-password div {
      position: absolute;
      right: 10px;
      top: 0px;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
    body.main-site .visibility-password input[type="password"], body.main-site .visibility-password input[type="text"] {
      padding-right: 3rem !important; }
  body.main-site .visibility-icon {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer; }
    body.main-site .visibility-icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  body.main-site .no-visibility {
    display: none; }
  body.main-site .btn-tertiary {
    padding: 0;
    line-height: 40px;
    width: 100%;
    margin: auto;
    display: block;
    border: 1px solid #A5A5A5;
    border-radius: 10px;
    position: relative; }
    body.main-site .btn-tertiary img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
  body.main-site .js-fileName {
    color: #000; }
  body.main-site .btn-tertiary:hover,
  body.main-site .btn-tertiary:focus {
    color: #888888;
    border-color: #888888; }
  body.main-site .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  body.main-site .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.2rem 1.5rem;
    cursor: pointer; }
  body.main-site .input-file + .js-labelFile.has-file .icon:before {
    content: "";
    color: #003E7E; }
  body.main-site #table-providers_length label {
    display: none; }
  body.main-site .txt-datatable .dataTables_info,
  body.main-site .txt-datatable div a {
    font-size: 13px;
    color: #4B4B4B;
    font-weight: 400; }
  body.main-site .dataTables_length {
    display: none; }
  body.main-site .pop-table {
    cursor: pointer; }
  body.main-site .tool-city, body.main-site .tool-rubro {
    max-width: 80px; }
  body.main-site .tool-location {
    width: 150px;
    max-width: 150px; }
  body.main-site .email-table {
    text-transform: lowercase !important; }
  body.main-site span[data-tooltip] {
    position: relative; }
  body.main-site span[data-tooltip]::before,
  body.main-site span[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85; }
  body.main-site span[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #003E7E;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    /* we don't want the text to wrap */
    white-space: nowrap;
    text-decoration: none;
    z-index: 99;
    /* max-width: 300px; */ }
  body.main-site span[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: ""; }
  body.main-site span[data-tooltip]:hover::before,
  body.main-site span[data-tooltip]:hover::after {
    display: block; }
  body.main-site span[data-tooltip][data-placement="left"]::before {
    top: -25%;
    right: 100%;
    margin-right: 10px; }
  body.main-site span[data-tooltip][data-placement="left"]::after {
    border-left-color: #003E7E;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 4px; }
  body.main-site span[data-tooltip][data-placement="right"]::before {
    top: -25%;
    left: 100%;
    margin-left: 10px; }
  body.main-site span[data-tooltip][data-placement="right"]::after {
    border-right-color: #003E7E;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px; }
  body.main-site span[data-tooltip][data-placement="top"]::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px; }
  body.main-site span[data-tooltip][data-placement="top"]::after {
    border-top-color: #003E7E;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px; }
  body.main-site span[data-tooltip][data-placement="bottom"]::before {
    top: 100%;
    left: 0;
    margin-top: 10px; }
  body.main-site span[data-tooltip][data-placement="bottom"]::after {
    border-bottom-color: #003E7E;
    border-top: none;
    top: 100%;
    left: 10px;
    margin-top: 4px; }
  body.main-site .item-list {
    width: 100%; }
    body.main-site .item-list .row {
      padding: 0.5rem; }
      body.main-site .item-list .row:nth-child(even) {
        background-color: rgba(0, 64, 128, 0.1); }
      body.main-site .item-list .row:nth-child(odd) {
        background-color: rgba(0, 64, 128, 0.2); }
  body.main-site .title-modal-item {
    color: #003E7E;
    font-size: 1rem;
    font-weight: 700; }
  body.main-site .contenido-modal-item {
    color: #003E7E;
    font-size: 1rem;
    font-weight: 400; }
  body.main-site .banner-img {
    width: 100%; }
    body.main-site .banner-img img {
      width: 100%; }
  body.main-site .layou-two-colum {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem; }
    body.main-site .layou-two-colum__item-1 {
      flex: 1 0 75%; }
    body.main-site .layou-two-colum__item-2 {
      flex: 1 0 300px; }
  body.main-site .container-new {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0rem 1.5rem;
    margin-top: 1.5rem; }
  body.main-site .layou-two-pall {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  body.main-site .select-drow .selectBox {
    border: 1px solid #ccc;
    position: relative;
    padding: 9px 24px;
    border-radius: 12px;
    cursor: pointer; }
    body.main-site .select-drow .selectBox__value {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
      body.main-site .select-drow .selectBox__value span {
        color: #000; }
      body.main-site .select-drow .selectBox__value img {
        max-height: 24px; }
    body.main-site .select-drow .selectBox:after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%) rotate(0deg);
      transition: all 0.2s ease-in-out;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='8.165' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E"); }
    body.main-site .select-drow .selectBox .dropdown-menu {
      transition: all 0.5s ease-in-out;
      opacity: 0;
      display: block;
      top: 100%;
      width: 100%;
      max-height: 200px;
      z-index: -1;
      overflow-y: auto;
      /* transform: translateY(-15%); */
      visibility: hidden; }
    body.main-site .select-drow .selectBox.show {
      background-color: #fff;
      			/* &:after {
      				transform: translateY(-50%) rotate(180deg);
      			}
       */ }
      body.main-site .select-drow .selectBox.show .dropdown-menu {
        transition: all 0.3s ease-in-out;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translate(-25px, 0px); }
  body.main-site .selectBox__value img {
    margin-right: 10px;
    max-height: 24px;
    width: 36px;
    object-fit: fill; }
  body.main-site .recu-password:hover {
    text-decoration: underline;
    cursor: pointer; }
  body.main-site .iti {
    width: 100%; }
  body.main-site .iti__country-list {
    width: fit-content; }
    body.main-site .iti__country-list li {
      width: fit-content; }
  body.main-site .iti__country-name {
    color: black !important;
    font-size: 0.7rem; }
  body.main-site .layout-msg-dow {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding-top: 1rem; }
  body.main-site .loader {
    width: 48px;
    height: 48px;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #003E7E;
    box-sizing: border-box;
    animation: rotation 1s linear infinite; }
  body.main-site .loader::after,
  body.main-site .loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(0, 0);
    background-color: #003E7E;
    border-radius: 50%;
    animation: animloader 1s infinite ease-in-out; }
  body.main-site .loader::before {
    background-color: #F3D600;
    transform: scale(0.5) translate(-48px, -48px); }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes animloader {
  50% {
    transform: scale(1) translate(-50%, -50%); } }
  body.main-site .container-new-full {
    width: 100%; }
  body.main-site .bg-white-solid {
    background: white; }
  body.main-site .bg-blue-light {
    background: rgba(0, 64, 128, 0.1); }
  body.main-site .pd-space-layoud {
    padding: 0rem 1.5rem; }
  body.main-site .layou-center-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-direction: column; }
    body.main-site .layou-center-title h1 {
      padding: 0px;
      margin: 0px;
      line-height: 50px; }
  body.main-site .txt-center {
    text-align: center; }
  body.main-site .pd-layout-full {
    padding: 2rem; }
  body.main-site .hide-content {
    overflow: hidden; }
  body.main-site .company-card {
    background-color: white;
    padding: 1rem;
    border-radius: 12px;
    /* height: 209px; */
    min-width: fit-content; }
    body.main-site .company-card h3 {
      font-size: 1rem;
      text-transform: uppercase;
      text-align: center;
      color: #003E7E; }
    body.main-site .company-card__body {
      display: flex;
      gap: 0.5rem;
      justify-content: center;
      align-items: stretch;
      flex-wrap: wrap; }
      body.main-site .company-card__body .body-item {
        width: 140px;
        border: 1px solid rgba(128, 128, 128, 0.2);
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
        align-items: center;
        justify-content: space-around;
        position: relative;
        padding: 1rem 0rem;
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.2s; }
        body.main-site .company-card__body .body-item:hover {
          transform: scale(1.05);
          transition: transform 0.2s;
          box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.2);
          cursor: pointer; }
        body.main-site .company-card__body .body-item img {
          width: 100px;
          height: 100px;
          border-radius: 8px;
          z-index: 9;
          object-fit: contain;
          object-position: center; }
        body.main-site .company-card__body .body-item span {
          color: #003E7E;
          font-weight: 700;
          font-size: 13px;
          line-height: normal;
          text-align: center;
          z-index: 9;
          padding: 5px; }
        body.main-site .company-card__body .body-item a, body.main-site .company-card__body .body-item p {
          color: #003E7E;
          font-weight: 400;
          font-size: 11px;
          line-height: normal;
          text-align: center; }
          body.main-site .company-card__body .body-item a:hover, body.main-site .company-card__body .body-item p:hover {
            color: #003f7eaf; }
        body.main-site .company-card__body .body-item input[type='radio'] {
          position: absolute;
          opacity: 0;
          z-index: -1; }
        body.main-site .company-card__body .body-item label {
          /* border: 1px solid red; */
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 9;
          cursor: pointer;
          background: transparent; }
        body.main-site .company-card__body .body-item .bg-card {
          position: absolute;
          border-radius: 5px;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1; }
        body.main-site .company-card__body .body-item input[type=radio]:checked ~ label ~ .bg-card {
          background: rgba(0, 64, 128, 0.25); }
        body.main-site .company-card__body .body-item input[type=radio]:checked ~ label:hover ~ .bg-card {
          background: transparent; }
      body.main-site .company-card__body .body-item--hover {
        transition: transform 0.3s; }
        body.main-site .company-card__body .body-item--hover:hover {
          background: rgba(0, 64, 128, 0.25);
          border-radius: 5px;
          transform: scale(1.1);
          transition: transform 0.3s; }
  body.main-site .layout-company {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    /* 	align-items: center; */
    /* 	overflow-x: auto; */
    padding: 1rem 0px;
    flex-wrap: wrap; }
  body.main-site .txt-1 {
    font-size: 1rem; }
  body.main-site .w-750 {
    max-width: 700px;
    margin: 0 auto; }
  body.main-site .title-medium {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #003E7E; }
  body.main-site .txt-title-xl {
    font-size: 36px;
    line-height: inherit !important;
    margin-bottom: 8px !important; }
  body.main-site .layou-pay {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem; }
    body.main-site .layou-pay__item {
      /* flex: 1 280px 280px; */
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.5rem;
      gap: 0.5rem;
      flex-direction: column;
      width: 280px; }
      body.main-site .layou-pay__item span {
        width: 37px;
        height: 37px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background: #003E7A;
        font-size: 24px;
        font-weight: 700; }
      body.main-site .layou-pay__item img {
        border-radius: 8px;
        height: 100px; }
      body.main-site .layou-pay__item h4 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        color: #003E7E;
        text-align: left;
        width: 100%;
        min-height: 50px;
        text-align: center; }
      body.main-site .layou-pay__item p {
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        text-align: left;
        width: 100%;
        min-height: 50px; }
      body.main-site .layou-pay__item a {
        width: 200px;
        padding: 0.7rem 0px;
        margin: 0px auto;
        background: #003E7E;
        border-radius: 8px;
        border: 1px solid #003E7E;
        color: white;
        font-size: 18px;
        font-weight: 500;
        text-align: center; }
        body.main-site .layou-pay__item a:hover {
          background: transparent;
          color: #003E7E; }
  body.main-site .content-filter-pay {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; }
    body.main-site .content-filter-pay .content-select {
      flex: 1 0 70%;
      display: flex;
      gap: 1rem;
      flex-wrap: wrap; }
      body.main-site .content-filter-pay .content-select .input-select {
        flex-grow: initial;
        flex: 1;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        /* flex-wrap: wrap; */ }
        body.main-site .content-filter-pay .content-select .input-select label {
          width: fit-content; }
    body.main-site .content-filter-pay .conten-search {
      flex: 1 0 30%;
      margin-top: 0px; }
      body.main-site .content-filter-pay .conten-search input {
        height: 55px; }
    body.main-site .content-filter-pay .line-filter {
      height: 55px;
      width: 1px;
      display: block;
      background-color: #8080805e; }
  body.main-site .layout-qr {
    max-width: 600px;
    padding: 1rem;
    margin: 0 auto; }
    body.main-site .layout-qr img {
      width: 100%; }
    body.main-site .layout-qr .txt-qr {
      width: 100%;
      text-align: center; }
      body.main-site .layout-qr .txt-qr p {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: #202020; }
      body.main-site .layout-qr .txt-qr h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        color: #003E7E; }
  body.main-site .content-txt-form {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5); }
  body.main-site .layout-icons-click {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    gap: 1.5rem; }
    body.main-site .layout-icons-click__item {
      background: white;
      height: 150px;
      border-radius: 12px;
      box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 1rem; }
      body.main-site .layout-icons-click__item span {
        font-weight: 700;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #003E7E; }
  body.main-site .dropdown {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  body.main-site a {
    color: #fff; }
  body.main-site .dropdown dd,
  body.main-site .dropdown dt {
    margin: 0px;
    padding: 0px; }
  body.main-site .dropdown ul {
    margin: -1px 0 0 0; }
  body.main-site .dropdown dd {
    position: relative; }
  body.main-site .dropdown a,
  body.main-site .dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px; }
  body.main-site .dropdown dt a {
    background-color: #4F6877;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    width: 272px; }
  body.main-site .dropdown dt a spa {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0; }
  body.main-site .multiSel {
    padding: 0;
    margin: 0;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5%; }
  body.main-site .multiSel span {
    cursor: pointer;
    display: inline;
    padding: 0 3px 2px 0; }
  body.main-site .dropdown dd ul {
    background-color: #4F6877;
    border: 0;
    color: #fff;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 280px;
    list-style: none;
    height: 100px;
    overflow: auto; }
  body.main-site .dropdown span.value {
    display: none; }
  body.main-site .dropdown dd ul li a {
    padding: 5px;
    display: block; }
  body.main-site .dropdown dd ul li a:hover {
    background-color: #fff; }
  body.main-site .txt-capitalize li label {
    text-transform: capitalize; }
  body.main-site .layout-form-grid {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    display: grid;
    column-gap: 2rem;
    row-gap: 1rem; }
  body.main-site #pais {
    grid-column: span 2; }
  body.main-site .new-accordion .accordion {
    min-width: 100%;
    margin: 0 auto 100px; }
  body.main-site .new-accordion .accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative; }
    body.main-site .new-accordion .accordion li form .new-form-edit {
      padding: 1.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      flex-wrap: wrap; }
      body.main-site .new-accordion .accordion li form .new-form-edit input {
        max-width: 400px; }
      body.main-site .new-accordion .accordion li form .new-form-edit button {
        padding: 11px 20px; }
  body.main-site .new-accordion .accordion li p {
    display: none;
    padding: 10px 25px 30px;
    color: #6b97a4; }
  body.main-site .new-accordion .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: 15px;
    user-select: none;
    color: #002C62; }
  body.main-site .new-accordion a.active-c {
    color: #002f5e; }
  body.main-site .dtr-details {
    width: 100%; }
    body.main-site .dtr-details li {
      text-align: left;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
  body.main-site .dtr-title div {
    font-weight: 700; }
  body.main-site .dtr-data {
    color: gray !important;
    margin-left: 1.5rem; }
  body.main-site .layuo-add {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  body.main-site .txt-datatable .dataTables_paginate span a {
    padding: 0px 10px !important;
    font-size: 1rem;
    background-color: gray !important;
    border: none !important; }
  body.main-site .new-input-form label {
    margin-bottom: 5px; }
  body.main-site .new-input-form input, body.main-site .new-input-form select {
    font-size: 16px;
    height: 45px; }
  body.main-site .new-input-form .row {
    padding: 0px;
    margin: 0px; }
  body.main-site .select2-container--default .select2-search--dropdown .select2-search__field {
    height: 35px;
    font-size: 16px;
    border-radius: 8px;
    padding: 0.8rem; }
  body.main-site .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #007aff; }
  body.main-site li.select2-results__option {
    font-size: 16px; }
    body.main-site li.select2-results__option:hover {
      background: #007aff; }
  body.main-site #register-form-table_filter label {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 16px; }
    body.main-site #register-form-table_filter label input {
      border-radius: 8px;
      border: 1px solid #002f5e !important;
      width: 300px;
      font-size: 16px;
      padding: 0rem 1rem; }
  body.main-site .content-slider {
    width: 100%;
    position: relative; }
    body.main-site .content-slider img {
      width: 100%; }
    body.main-site .content-slider a {
      position: absolute;
      right: 1.5rem;
      bottom: 1.5rem;
      min-width: 200px;
      padding: 0.7rem 0px;
      margin: 0px auto;
      background: #F3D600;
      border-radius: 8px;
      border: 1px solid #F3D600;
      color: #003E7A;
      font-size: 18px;
      font-weight: 500;
      text-align: center; }
      body.main-site .content-slider a:hover {
        background: rgba(243, 214, 0, 0.7);
        /* color: #003E7E; */ }
    body.main-site .content-slider .center {
      right: 50%;
      transform: translateX(50%);
      padding: 0.7rem 20px; }
  body.main-site .card-grid-b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    gap: 1rem; }
    body.main-site .card-grid-b .item {
      border-radius: 10px;
      overflow: hidden;
      height: 312px;
      position: relative; }
      body.main-site .card-grid-b .item img {
        width: 100%;
        object-fit: cover;
        object-position: center; }
      body.main-site .card-grid-b .item p {
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        padding: 1rem 2rem;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
        font-weight: 700; }
  body.main-site .card-video {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: stretch; }
    body.main-site .card-video .item-video {
      flex: 1 0 600px;
      position: relative; }
      body.main-site .card-video .item-video .bg-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #003e7e 0%, rgba(30, 84, 141, 0.5) 100%);
        display: flex;
        align-items: end;
        padding: 1rem; }
        body.main-site .card-video .item-video .bg-text p {
          background: none;
          height: fit-content;
          position: initial;
          text-align: initial;
          display: flex;
          align-items: center;
          padding: 0px;
          justify-content: space-between;
          gap: 1rem; }
          body.main-site .card-video .item-video .bg-text p span {
            color: white; }
          body.main-site .card-video .item-video .bg-text p i {
            color: #F3D600;
            font-size: 40px;
            cursor: pointer;
            transition: transform 0.2s; }
            body.main-site .card-video .item-video .bg-text p i:hover {
              transform: scale(1.1);
              transition: transform 0.2s; }
    body.main-site .card-video .video-big {
      overflow: hidden;
      border-radius: 10px;
      height: 638px; }
      body.main-site .card-video .video-big img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      body.main-site .card-video .video-big div {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        position: absolute;
        bottom: 1rem;
        left: 1rem; }
        body.main-site .card-video .video-big div span {
          font-size: 36px;
          font-weight: 700;
          color: white; }
        body.main-site .card-video .video-big div a {
          min-width: 200px;
          padding: 0.7rem 0px;
          background: #F3D600;
          border-radius: 8px;
          border: 1px solid #F3D600;
          color: #003E7A;
          font-size: 18px;
          font-weight: 500;
          text-align: center;
          transition: transform 0.2s; }
          body.main-site .card-video .video-big div a:hover {
            transform: scale(1.1);
            transition: transform 0.2s; }
  body.main-site .tabs {
    display: flex;
    flex-wrap: wrap;
    background: white;
    padding: 1.5rem;
    border-radius: 16px; }
    body.main-site .tabs h3 {
      display: flex;
      gap: 1rem;
      font-size: 20px;
      font-weight: 500;
      color: #003E7A;
      align-items: center; }
      body.main-site .tabs h3 img {
        width: 45px; }
    body.main-site .tabs p {
      font-size: 18px;
      color: #003E7A;
      font-weight: 300px;
      padding-bottom: 1.5rem;
      text-align: justify; }
    body.main-site .tabs .parafo-tab {
      font-size: 13px;
      font-weight: 300;
      color: #003E7A; }
    body.main-site .tabs hr {
      margin: 20px auto;
      background-color: #0d6efd; }
  body.main-site .tabs label {
    flex: 1 0 200px;
    order: 1;
    display: block;
    padding: 1rem 2rem;
    cursor: pointer;
    background: #E4F3FF;
    font-weight: bold;
    transition: background ease 0.2s;
    text-align: center;
    font-size: 18px;
    color: #859DB4;
    border-right: 1px solid #A7A7A7;
    height: 60px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center; }
    body.main-site .tabs label img {
      display: none; }
    body.main-site .tabs label:nth-last-child(-n+3) {
      border-right: 1px solid #a7a7a700; }
    body.main-site .tabs label:hover {
      background: #002C62;
      color: white; }
    body.main-site .tabs label:hover img {
      display: block; }
  body.main-site .tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1.5rem;
    background: #fff; }
  body.main-site .tabs input[type="radio"] {
    display: none; }
  body.main-site .tabs input[type="radio"]:checked + label {
    background: #002C62;
    color: white; }
  body.main-site .tabs input[type="radio"]:checked + label img {
    display: block; }
  body.main-site .tabs input[type="radio"]:checked + label + .tab {
    display: block; }
  @media (max-width: 45em) {
    body.main-site .tabs .tab,
    body.main-site .tabs label {
      order: initial; }
    body.main-site .tabs label {
      width: 100%;
      margin-right: 0;
      margin-top: 0.2rem; } }
  body.main-site .bg-white2 {
    background-color: white;
    padding: 1.5rem;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.15); }
  body.main-site .canje1 h3 {
    color: #003E7E;
    font-size: 35;
    font-weight: 700;
    line-height: normal;
    margin: 1rem 0rem; }
  body.main-site .canje1 p {
    color: #003E7E;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px; }
  body.main-site .canje1 h5 {
    color: #003E7E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  body.main-site .canje1 .txt-gray {
    color: #221F1F; }
  body.main-site .btn-tabs {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap; }
    body.main-site .btn-tabs__item {
      flex: 1 0 115px;
      padding: 10px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      border-radius: 5px;
      background: #003E7E;
      border-bottom: 2px solid #FFD200;
      color: white; }
  body.main-site .tabs-tajeta {
    background: transparent;
    gap: 1rem;
    padding: 0px 8px;
    justify-content: center; }
    body.main-site .tabs-tajeta .tab {
      margin-top: 1rem;
      border-radius: 10px; }
      body.main-site .tabs-tajeta .tab h3 {
        font-size: 20px; }
      body.main-site .tabs-tajeta .tab h2 {
        color: #003E7E;
        text-align: center;
        font-size: 36px;
        font-weight: 700; }
    body.main-site .tabs-tajeta label {
      border-radius: 10px;
      border: 1px solid #CDCDCD !important;
      background: #FFF;
      color: #221F1F;
      flex: initial;
      width: 300px; }
      body.main-site .tabs-tajeta label img {
        display: block; }
      body.main-site .tabs-tajeta label:hover {
        color: white;
        border-bottom: 3px solid #FFD200 !important; }
      body.main-site .tabs-tajeta label:hover img {
        filter: invert(100%) sepia(98%) saturate(18%) hue-rotate(224deg) brightness(104%) contrast(100%); }
    body.main-site .tabs-tajeta input[type="radio"]:checked + label {
      border-bottom: 3px solid #FFD200 !important; }
    body.main-site .tabs-tajeta input[type="radio"]:checked + label img {
      filter: invert(100%) sepia(98%) saturate(18%) hue-rotate(224deg) brightness(104%) contrast(100%); }
  body.main-site .select-chk {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem; }
    body.main-site .select-chk .chk-item {
      flex: 1 0 110px; }
      body.main-site .select-chk .chk-item label {
        background: #ebebeb;
        border-radius: 5px;
        font-size: 13px;
        padding: 7px 12px;
        border: 1px solid transparent !important;
        height: fit-content;
        text-transform: uppercase;
        width: auto; }
        body.main-site .select-chk .chk-item label:hover {
          background: #002C62;
          color: white; }
      body.main-site .select-chk .chk-item input {
        display: none;
        opacity: 0; }
      body.main-site .select-chk .chk-item input[type="checkbox"]:checked + label {
        background: #002C62;
        color: white; }
  body.main-site .sub-title-tabs h5 {
    color: #221F1F;
    font-size: 13px;
    font-weight: 700; }
  body.main-site .grid-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 2rem;
    padding: 2rem;
    border-radius: 10px;
    background: #F6F9F9;
    margin-bottom: 2rem; }
    body.main-site .grid-tabs__item {
      border-radius: 10px;
      background: #FFF;
      overflow: hidden;
      box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.1);
      outline: 2px solid #e6e6e6;
      height: 100%; }
      body.main-site .grid-tabs__item:hover {
        outline: 2px solid #FFD200;
        cursor: pointer; }
      body.main-site .grid-tabs__item .grid-img-tabs {
        width: 100%;
        margin-bottom: 12px;
        min-height: 210px; }
        body.main-site .grid-tabs__item .grid-img-tabs img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
      body.main-site .grid-tabs__item .grid-txt {
        border-radius: 9px;
        background: #FFDEB9;
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 8px 1rem;
        margin: 0px 8px 8px 8px; }
        body.main-site .grid-tabs__item .grid-txt span, body.main-site .grid-tabs__item .grid-txt strong {
          color: #C07531;
          font-size: 13px;
          line-height: normal;
          font-weight: 500;
          text-align: center; }
        body.main-site .grid-tabs__item .grid-txt strong {
          font-size: 15px;
          font-weight: 700; }
  body.main-site .info-txt-tabs {
    width: 100%;
    padding: 2rem 0px; }
    body.main-site .info-txt-tabs p {
      color: #003E7E;
      text-align: center;
      font-family: Open Sans;
      font-size: 24px;
      font-weight: 600;
      text-align: center; }
    body.main-site .info-txt-tabs a {
      margin: 0px auto;
      border-radius: 10px;
      background: #FFD200;
      padding: 10px 16px;
      color: #003E7E;
      font-size: 18px;
      font-weight: 600;
      display: block;
      width: fit-content;
      text-align: center; }
      body.main-site .info-txt-tabs a:hover {
        background: #ffdc42; }
    body.main-site .info-txt-tabs .txt {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
      body.main-site .info-txt-tabs .txt h5 {
        color: #003E7E;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 12px; }
      body.main-site .info-txt-tabs .txt ul {
        padding-left: 25px;
        margin-bottom: 1.5rem; }
        body.main-site .info-txt-tabs .txt ul li {
          color: #221F1F;
          font-family: Open Sans;
          font-size: 18px;
          font-weight: 400;
          margin-bottom: 7px; }
      body.main-site .info-txt-tabs .txt p {
        color: #003E7E;
        font-size: 24px;
        font-weight: 300;
        text-align: left; }
      body.main-site .info-txt-tabs .txt .content-btn-tab {
        display: flex;
        justify-content: end; }
        body.main-site .info-txt-tabs .txt .content-btn-tab a {
          background: #003E7E;
          color: white;
          margin: 0px; }
          body.main-site .info-txt-tabs .txt .content-btn-tab a:hover {
            background: #22507e; }
      body.main-site .info-txt-tabs .txt a {
        background: #003E7E;
        color: white; }
  body.main-site .title-parr {
    color: #003E7E;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4rem; }
  body.main-site .ipt-frm label {
    color: #111;
    font-size: 13px; }
  body.main-site .ipt-frm input, body.main-site .ipt-frm select, body.main-site .ipt-frm input[type="date"], body.main-site .ipt-frm textarea {
    border-radius: 10px;
    border: 1px solid #DDD !important;
    font-size: 15px;
    background: white; }
  body.main-site .ipt-frm hr {
    margin: 1rem 0px;
    width: 100%;
    height: 1.5px;
    background-color: #D9D9D9; }
  body.main-site .ipt-frm button {
    border-radius: 10px;
    background: #003E7E;
    text-align: center;
    color: white;
    padding: 1rem;
    width: 100%; }
  body.main-site .tabs .tab h3.podcast {
    margin-bottom: 1rem; }
  body.main-site .tabs .tab h3.podcast p {
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 700;
    background: transparent !important;
    margin: 0px;
    padding: 0px;
    text-align: left; }
  body.main-site .tabs .tab h3.podcast img {
    width: 65px;
    border-radius: 8px; }
  body.main-site .tabs .tab h3.podcast p a {
    font-size: 22px !important;
    margin-top: 0px;
    text-decoration: underline;
    color: #003E7A;
    background: transparent !important;
    margin-left: 18px; }
  body.main-site .tabs .tab h3.podcast p a:hover {
    color: #FFD200; }
  @media screen and (max-width: 530px) {
    body.main-site .tabs .tab h3.podcast p, body.main-site .tabs .tab h3.podcast p a {
      font-size: 16px !important;
      text-align: left; }
    body.main-site .tabs .tab h3.podcast p a {
      font-weight: 700;
      margin-left: 14px; }
    body.main-site .tabs .tab h3.podcast img {
      display: block; }
    body.main-site .tabs .tab h3 img {
      display: none; } }
  body.main-site .txt-color-purple {
    color: #5652A3; }
  body.main-site .title-libe {
    color: #5652A3;
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px; }
  body.main-site .list-img {
    list-style: none; }
    body.main-site .list-img li {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-bottom: 16px; }
      body.main-site .list-img li span {
        min-width: 50px;
        min-height: 50px;
        border-radius: 10px;
        border: 1px solid #EAECF0;
        background: #FFF;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        color: #5652A3;
        font-family: Open Sans;
        font-size: 24px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center; }
      body.main-site .list-img li p {
        font-size: 20px;
        margin: 0px; }
        body.main-site .list-img li p a {
          border-radius: 10px;
          border: 1px solid #EAECF0;
          background: #FFF;
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          border-radius: 8px;
          transition: transform 0.3s; }
          body.main-site .list-img li p a img {
            height: 60px;
            padding: 4px; }
          body.main-site .list-img li p a:hover {
            transform: scale(1.05);
            transition: transform 0.3s;
            border-color: #d1d3d6; }
  body.main-site .bg-purple-content {
    background-color: #5652A3;
    padding: 1.5rem;
    border-radius: 16px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.15);
    min-height: 320px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  body.main-site .libe {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; }
    body.main-site .libe img {
      width: 25%;
      padding: 16px; }
    body.main-site .libe div {
      width: 75%;
      padding: 16px; }
      body.main-site .libe div h3 {
        color: #FFF;
        font-family: Open Sans;
        font-size: 45px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px; }
      body.main-site .libe div a {
        border-radius: 8px;
        border: 1px solid #38CB89;
        background: #38CB89;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        padding: 10px 18px;
        color: #FFF;
        font-family: Open Sans;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        transition: transform 0.2s linear; }
        body.main-site .libe div a:hover {
          transform: scale(1.05);
          transition: transform 0.2s linear; }
  body.main-site .txt-servicios {
    color: #003E7E;
    text-align: center;
    font-family: 'Open', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    width: 100%; }
  body.main-site .footer-text {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    width: 100%;
    justify-content: center; }
    body.main-site .footer-text span {
      color: #002C62;
      text-align: center;
      padding: 0px !important; }
      body.main-site .footer-text span:last-child {
        color: #F3D600;
        text-decoration: underline; }
        body.main-site .footer-text span:last-child:hover {
          color: #002C62; }
  body.main-site .grid-use {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 16px;
    margin-top: 20px; }
    body.main-site .grid-use .grid-use_item {
      border-radius: 8px;
      border: 1px solid #F2F4F7;
      background: #FFF;
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      padding: 8px;
      display: grid;
      gap: 16px;
      grid-template-columns: 64px 1fr 40px;
      align-items: center; }
      body.main-site .grid-use .grid-use_item img {
        border-radius: 10px; }
      body.main-site .grid-use .grid-use_item:hover {
        border-color: #002c628a; }
      body.main-site .grid-use .grid-use_item .txt-use {
        margin: 0px;
        color: #344054;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      body.main-site .grid-use .grid-use_item .icon-use {
        border-radius: 8px;
        border: 1px solid #F2F4F7;
        background: #FFF;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        padding: 8px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center; }
  body.main-site .etiquta-txt-center {
    background-color: #003E7E;
    width: fit-content;
    padding: 12px 18px 12px 18px !important;
    border-radius: 10px;
    margin: 0 auto;
    color: #FFD200 !important;
    font-family: "Open Sans",sans-serif;
    font-size: 18px !important;
    line-height: normal;
    text-align: center !important;
    margin-bottom: 16px; }
  body.main-site .txt-list {
    /* background: #FFD200; */
    border-radius: 12px;
    padding: 16px;
    	/* background: linear-gradient(353deg, rgba(255, 159, 0, 1) 0%, rgba(255, 210, 0, 1) 29%, rgba(255, 210, 0, 1) 71%, rgba(255, 159, 0, 1) 100%);
    } */
    background: linear-gradient(353deg, #ff9f00 0%, #ffd200 20%, #ffd200 79%, #ff9f00 100%); }
  body.main-site .txt-list .grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px; }
  body.main-site .txt-list .list-item {
    display: flex;
    gap: 12px;
    margin: 14px 0px;
    flex-direction: column;
    align-items: center;
    background: white;
    /* padding: 16px; */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(224, 224, 224, 0.4); }
  body.main-site .txt-list .list-item svg {
    min-width: 35px;
    height: 70px;
    width: 70px; }
  body.main-site .txt-list .list-item svg:hover #anima-1 {
    transform: translate(30px, -30px);
    transition: 0.3s; }
  body.main-site .txt-list h4 {
    color: #003E7E;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center; }
  body.main-site .txt-list span {
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px;
    background-color: #003E7E;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
    width: 100%; }
  body.main-site .txt-list p {
    color: #003E7E;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 16px; }
  body.main-site .card-video {
    background-color: #003E7E;
    border-radius: 12px;
    margin-top: 35px; }
  body.main-site .card-video .title-content {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #FFF;
    height: fit-content; }
  body.main-site .card-video .title-content h3 {
    color: #FFD200;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
    text-align: center;
    display: block; }
  body.main-site .card-video .title-content p {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0px; }
  body.main-site .card-video .body-card {
    padding: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFF;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%; }
  body.main-site .card-video .body-card p {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex: 430px 0 1;
    text-align: center; }
  body.main-site .card-video .body-card iframe {
    flex: 1; }
  body.main-site .card-video .footer-card {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap; }
  body.main-site .card-video .footer-card p {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0px; }
  body.main-site .card-video .footer-card p a {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    background: none;
    padding: 0px;
    text-decoration: underline; }
  body.main-site .card-video .footer-card p a:hover {
    color: #FFD200; }
  body.main-site .card-video .footer-card a {
    margin: 0px !important;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 700; }
  body.main-site .banner-img-club {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    background-color: #e3e3e3;
    overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.main-site .card-video .title-content h3 {
      font-size: 25px; }
    body.main-site .card-video .title-content p {
      font-size: 18px; }
    body.main-site .card-video .body-card p {
      font-size: 18px;
      line-height: normal; }
    body.main-site .card-video .footer-card p {
      font-size: 18px;
      flex-wrap: wrap;
      justify-content: center; }
    body.main-site .card-video .footer-card p a {
      font-size: 18px; }
    body.main-site .etiquta-txt-center {
      font-size: 15px !important; }
    body.main-site .card-video .footer-card {
      justify-content: center; }
    body.main-site .txt-list span {
      font-size: 15px; } }
  body.main-site .bisabeneficio .container-new-full {
    width: 100%; }
  body.main-site .bisabeneficio .container-space-full {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 24px;
    margin-top: 1.5rem;
    border-radius: 16px; }
  body.main-site .bisabeneficio .bg-white {
    background-color: #ffffff; }
  body.main-site .bisabeneficio .content-slider {
    width: 100%;
    position: relative; }
    body.main-site .bisabeneficio .content-slider img {
      width: 100%; }
  body.main-site .bisabeneficio .tab-content {
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    gap: 16px; }
    body.main-site .bisabeneficio .tab-content label {
      flex: 1 0 200px;
      padding: 1rem 2rem;
      cursor: pointer;
      font-weight: bold;
      transition: background ease 0.2s;
      font-size: 18px;
      height: 60px;
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      border: 1px solid #CDCDCD;
      background: #FFF;
      color: #221F1F;
      user-select: none; }
      body.main-site .bisabeneficio .tab-content label img {
        display: block; }
      body.main-site .bisabeneficio .tab-content label:hover {
        background: #002C62;
        color: white;
        border-bottom: 3px solid #FFD200 !important; }
      body.main-site .bisabeneficio .tab-content label:hover img {
        display: block;
        filter: invert(100%) sepia(98%) saturate(18%) hue-rotate(224deg) brightness(104%) contrast(100%); }
    body.main-site .bisabeneficio .tab-content input[type="radio"] {
      display: none; }
    body.main-site .bisabeneficio .tab-content input[type="radio"]:checked + label {
      background: #002C62;
      color: white;
      border-bottom: 3px solid #FFD200 !important; }
    body.main-site .bisabeneficio .tab-content input[type="radio"]:checked + label img {
      display: block;
      filter: invert(100%) sepia(98%) saturate(18%) hue-rotate(224deg) brightness(104%) contrast(100%); }
  body.main-site .bisabeneficio .c-text-center {
    text-align: center; }
  body.main-site .bisabeneficio .c-text-right {
    text-align: right; }
  body.main-site .bisabeneficio .c-text-left {
    text-align: left; }
  body.main-site .bisabeneficio .title-section-one {
    font-size: 30px;
    font-family: "Inter", sans-serif;
    line-height: normal;
    color: #003E7E;
    font-weight: 600; }
  body.main-site .bisabeneficio .sub-title-one {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    line-height: normal;
    font-weight: 600;
    color: #003E7E; }
  body.main-site .bisabeneficio .p-16 {
    padding: 16px; }
  body.main-site .bisabeneficio .p-20px {
    padding: 20px; }
  body.main-site .bisabeneficio .p-25 {
    padding: 25px; }
  body.main-site .bisabeneficio .mb-16 {
    margin-bottom: 16px; }
  body.main-site .bisabeneficio .mb-20 {
    margin-bottom: 20px; }
  body.main-site .bisabeneficio .mb-25 {
    margin-bottom: 25px; }
  body.main-site .bisabeneficio .mt-16 {
    margin-top: 16px; }
  body.main-site .bisabeneficio .mt-20 {
    margin-top: 20px; }
  body.main-site .bisabeneficio .mt-25 {
    margin-top: 25px; }
  body.main-site .bisabeneficio .m-0 {
    margin: 0px !important; }
  body.main-site .bisabeneficio .content-article {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #FCFCFD;
    border: 1px solid #EAECF0;
    border-radius: 10px;
    padding: 10px; }
  body.main-site .bisabeneficio .content-article-two {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
    body.main-site .bisabeneficio .content-article-two .item {
      flex: 1 0 285px;
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-direction: column; }
    body.main-site .bisabeneficio .content-article-two .item-one {
      padding: 16px; }
  body.main-site .bisabeneficio p, body.main-site .bisabeneficio a {
    color: #003E7E;
    font-size: 16px;
    line-height: normal;
    font-weight: 400; }
  body.main-site .bisabeneficio a:hover {
    color: #F3D600; }
  body.main-site .bisabeneficio .content-img-small {
    width: 270px;
    max-width: 100%; }
    body.main-site .bisabeneficio .content-img-small img {
      width: 100%; }
  body.main-site .bisabeneficio .bg-blue {
    background: #003E7E;
    overflow: hidden;
    border-radius: 14px;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap; }
    body.main-site .bisabeneficio .bg-blue .item-img {
      flex: 1 0 700px; }
    body.main-site .bisabeneficio .bg-blue .item-img-txt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 20px;
      text-align: center;
      padding: 20px;
      flex: 280px;
      align-items: center; }
      body.main-site .bisabeneficio .bg-blue .item-img-txt span {
        font-family: "Inter", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        color: #ffffff; }
      body.main-site .bisabeneficio .bg-blue .item-img-txt p {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: normal;
        color: #ffffff; }
      body.main-site .bisabeneficio .bg-blue .item-img-txt a {
        width: 304px;
        height: 72px;
        padding: 8px 16px 8px 16px;
        border-radius: 10px;
        background-color: #FFD200;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-align: center; }
        body.main-site .bisabeneficio .bg-blue .item-img-txt a:hover {
          color: #ffffff; }
  body.main-site .bisabeneficio .list-one {
    list-style: disc;
    margin-left: 25px; }
    body.main-site .bisabeneficio .list-one li {
      color: #003E7E;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 8px;
      line-height: normal; }
      body.main-site .bisabeneficio .list-one li::marker {
        color: #003E7E; }
  body.main-site .bisabeneficio .list-two {
    list-style: none; }
    body.main-site .bisabeneficio .list-two li {
      margin-bottom: 8px;
      display: flex;
      gap: 8px;
      align-items: center; }
      body.main-site .bisabeneficio .list-two li span {
        color: #003E7E;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: normal; }
      body.main-site .bisabeneficio .list-two li::marker {
        color: #003E7E; }
  body.main-site .bisabeneficio .content-img-benefit {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap; }
    body.main-site .bisabeneficio .content-img-benefit a {
      height: 65px;
      transition: 0.3s; }
      body.main-site .bisabeneficio .content-img-benefit a img {
        height: 100%; }
      body.main-site .bisabeneficio .content-img-benefit a:hover {
        transform: scale(1.05); }
  body.main-site .bisabeneficio .grid-card-benefit {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px; }
    body.main-site .bisabeneficio .grid-card-benefit .item-card {
      background: #FCFCFD;
      border-radius: 12px;
      border: 1px solid #EAECF0;
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center;
      padding: 16px; }
      body.main-site .bisabeneficio .grid-card-benefit .item-card img {
        width: 90px; }
      body.main-site .bisabeneficio .grid-card-benefit .item-card span {
        color: #003E7E;
        font-size: 16px;
        line-height: normal;
        font-weight: 700;
        text-align: center; }
  @media screen and (max-width: 767px) {
    body.main-site .footer-section {
      background-color: #002C62; }
      body.main-site .footer-section .menu-item {
        padding: 1rem 0 0; }
    body.main-site .slider-section img.slider-img {
      display: none; } }
  @media (max-width: 999px) {
    body.main-site .slider-section {
      grid-template-columns: 100%;
      width: 100%;
      padding: 115px .5rem 0; }
    body.main-site .navbar .navbar-brand {
      margin: 1.25rem 0 !important; }
      body.main-site .navbar .navbar-brand img {
        margin-left: 0 !important; }
    body.main-site .pt-220 {
      padding-top: 130px; }
    body.main-site .responsive-patch {
      display: none !important; }
    body.main-site .footer-section .copyright {
      margin-top: 0 !important; } }
  @media (max-width: 991px) {
    body.main-site .header-section {
      box-shadow: none; }
      body.main-site .header-section .navbar:not(.nav-logo) {
        background-color: #f5f5f5; }
        body.main-site .header-section .navbar:not(.nav-logo) .navbar-collapse .navbar-nav {
          height: auto;
          margin: 0;
          background-color: #f5f5f5; }
          body.main-site .header-section .navbar:not(.nav-logo) .navbar-collapse .navbar-nav .nav-item {
            padding: 0;
            border-bottom: 1px solid #f0f0f0;
            background-color: #f5f5f5;
            border-radius: 0; }
            body.main-site .header-section .navbar:not(.nav-logo) .navbar-collapse .navbar-nav .nav-item a {
              color: #000 !important; }
              body.main-site .header-section .navbar:not(.nav-logo) .navbar-collapse .navbar-nav .nav-item a::after {
                color: #000 !important; }
              body.main-site .header-section .navbar:not(.nav-logo) .navbar-collapse .navbar-nav .nav-item a.yellow {
                background-color: #f5f5f5; }
      body.main-site .header-section .mega-menu.show {
        display: none; }
      body.main-site .header-section .resp-menu {
        display: flex; } }
  @media screen and (max-width: 435px) {
    body.main-site .field-container .field .field-row:nth-child(2) {
      padding: .5rem 0 !important; }
    body.main-site .field-container .field .field-row:nth-child(3) {
      padding: .5rem 0 !important; }
    body.main-site .field-container .field .field-row:nth-child(4) {
      padding: .5rem 10% !important; }
    body.main-site .field-container .field .player {
      margin: 0 auto; }
      body.main-site .field-container .field .player img {
        width: 52px; }
      body.main-site .field-container .field .player p {
        font-size: 14px; }
    body.main-site .slider-section .progressBarContainer {
      padding: 0;
      align-items: center; }
      body.main-site .slider-section .progressBarContainer .progressBarInner {
        align-items: center; }
        body.main-site .slider-section .progressBarContainer .progressBarInner div {
          margin-bottom: .5rem; }
    body.main-site .input-select {
      width: 100%; }
      body.main-site .input-select select {
        width: 100%; }
      body.main-site .input-select button {
        width: 100%; } }
  @media screen and (max-width: 530px) {
    body.main-site .couter .counter-wrap {
      margin: 0 2px; }
      body.main-site .couter .counter-wrap .counter-item {
        width: 11vw !important;
        font-size: 36px !important;
        height: 72px; }
    body.main-site .d_col_res {
      flex-direction: column; }
    body.main-site .d_col_res_inv {
      flex-direction: column-reverse; }
    body.main-site .grid-tabs {
      padding: 0px; }
    body.main-site .modal__content2 {
      padding: 0px 1.5rem 1.5rem; }
      body.main-site .modal__content2 .layou-moodal-img {
        width: 140px;
        margin: 0px auto; }
      body.main-site .modal__content2 .title-secction {
        font-size: 18px;
        margin-top: 10px; }
      body.main-site .modal__content2 .layou-moodal-head {
        margin-top: 15px; }
      body.main-site .modal__content2 .layou-moodal-head-socia ul {
        margin-top: 10px; } }
  @media screen and (max-width: 768px) {
    body.main-site {
      /* .bg-white-content{
          padding: 0px;
      } */ }
      body.main-site .field-container .field .field-row:nth-child(2) {
        padding: .5rem 10%; }
      body.main-site .field-container .field .field-row:nth-child(3) {
        padding: .5rem 5%; }
      body.main-site .field-container .field .field-row:nth-child(4) {
        padding: .5rem 24%; }
      body.main-site .field-container .field .player {
        margin: 0 auto; }
        body.main-site .field-container .field .player img {
          width: 52px; }
        body.main-site .field-container .field .player p {
          font-size: 14px; }
      body.main-site .couter .counter-wrap .counter-item {
        width: 68px;
        padding: 25px 0; }
      body.main-site .modal__content {
        overflow-y: auto; }
      body.main-site .title-secction {
        font-size: 30px; }
      body.main-site .content-date {
        flex-wrap: wrap; }
      body.main-site .layou-center-title {
        flex-wrap: wrap; }
      body.main-site .content-filter-pay {
        flex-wrap: wrap; }
        body.main-site .content-filter-pay .content-select .input-select {
          flex-wrap: wrap; }
        body.main-site .content-filter-pay .conten-search {
          margin-top: 28px; }
        body.main-site .content-filter-pay .line-filter {
          display: none; }
      body.main-site .layout-form-grid {
        grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); }
      body.main-site #pais {
        grid-column: inherit; }
      body.main-site .new-input-form label {
        margin-top: 1rem; }
      body.main-site .pdd {
        padding: 0px !important;
        margin-bottom: 10px; }
      body.main-site .card-video .item-video {
        flex: 1 0 100%; }
      body.main-site .list-img li {
        flex-wrap: wrap;
        justify-content: center; }
        body.main-site .list-img li p {
          line-height: 30px;
          text-align: center;
          width: 100%; }
      body.main-site .libe {
        flex-wrap: wrap;
        width: 100%;
        gap: 10px; }
        body.main-site .libe img {
          width: 120px;
          padding: 0px; }
        body.main-site .libe div {
          width: 100%; }
          body.main-site .libe div h3 {
            font-size: 35px;
            line-height: 38px; }
          body.main-site .libe div a {
            margin: 0px auto;
            display: block;
            text-align: center; }
      body.main-site .grid-use {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); } }
  @media screen and (max-width: 600px) {
    body.main-site .video-big {
      max-height: 312px; } }
  @media screen and (max-width: 575px) {
    body.main-site .input-container {
      font-size: 15px; }
    body.main-site .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide img.icon_image {
      width: 30px; }
    body.main-site .pdf_container {
      height: 100vh !important; }
    body.main-site .pdf_container_2 {
      height: 100vh !important; }
    body.main-site .modal-content.type-2 {
      min-height: auto !important; }
    body.main-site .accordion-header strong {
      font-size: 0.9rem; }
    body.main-site .swiper-button-next,
    body.main-site .swiper-button-prev {
      display: none; }
    body.main-site .unstyled {
      justify-content: center; }
      body.main-site .unstyled label {
        font-size: 0.8rem; }
      body.main-site .unstyled li {
        flex: 1 0 100px; }
    body.main-site .unstyled2 {
      /* .styled-checkbox:checked+label:after {
          content: "";
          top: 19px;
      } */ }
      body.main-site .unstyled2 li {
        flex: 1;
        gap: 1rem; }
      body.main-site .unstyled2 label {
        font-size: 1rem; }
    body.main-site .modal-conten-success {
      padding: 2rem 0rem 5rem; }
      body.main-site .modal-conten-success p {
        font-size: 18px;
        line-height: 23px; }
    body.main-site .login-img {
      display: none; }
    body.main-site .content-btns .btn-size-equal {
      width: 100%; }
    body.main-site .pd-1-5 {
      padding: 0.5rem rem 0rem; }
    body.main-site .pd-t-1-5 {
      padding: 0.5rem 12px; }
    body.main-site .grid-img {
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
    body.main-site .edModal__contenedor {
      min-width: 100%; }
    body.main-site .edModal__contenido {
      width: 100%; }
      body.main-site .edModal__contenido .edModal__cuerpo {
        padding: 0px 1rem 4.5rem 1rem; }
    body.main-site .rc-anchor {
      padding: 0px;
      margin: 0 auto;
      transform: scale(0.9); }
    body.main-site .bg-white-content {
      padding: 1rem; }
    body.main-site .content-filter-pay {
      flex-wrap: wrap; }
      body.main-site .content-filter-pay .content-select {
        flex: 1 0 100%; }
        body.main-site .content-filter-pay .content-select .input-select {
          flex: 1 0 100%; }
      body.main-site .content-filter-pay .conten-search {
        flex: 1 0 100%; }
    body.main-site .content-slider a {
      position: initial;
      width: 100%;
      margin-top: 1rem; }
    body.main-site .content-slider .center {
      transform: translateX(0%); }
    body.main-site .txt-title-xl {
      font-size: 26px; } }
  @media screen and (max-width: 992px) {
    body.main-site .container.sm-2 {
      max-width: 100%; }
    body.main-site .teams-header .teams-inner {
      justify-content: space-between; }
      body.main-site .teams-header .teams-inner a:not(.active) {
        display: none; }
      body.main-site .teams-header .teams-inner a.active {
        border-bottom: 0; }
    body.main-site h2 {
      font-size: 41px; }
    body.main-site .couter .counter-wrap {
      font-weight: 400; }
      body.main-site .couter .counter-wrap .counter-item {
        font-size: 41px; }
    body.main-site .grid-75-25 {
      grid-template-columns: 100%;
      width: 100%; }
    body.main-site .header-section {
      background-color: #202020; }
    body.main-site .pt-226 {
      padding-top: 150px !important; }
    body.main-site .input-icon.big {
      max-width: 100%; }
    body.main-site .input_wrapper p {
      margin-bottom: .5rem; }
    body.main-site .grid-responsive {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
      body.main-site .grid-responsive .item-grid .image_wrapper:hover .courtain {
        opacity: 0; }
      body.main-site .grid-responsive .item-grid .image_wrapper:hover .text-color-wrapper .text-color.blue {
        color: #003E7A; }
      body.main-site .grid-responsive .item-grid .image_wrapper .courtain {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 62, 122, 0.9);
        transition: all .3s ease-in; }
      body.main-site .grid-responsive .item-grid .image_wrapper .share_icons {
        opacity: 1;
        background-color: #003E7A;
        z-index: 1;
        padding: .8rem 0; }
        body.main-site .grid-responsive .item-grid .image_wrapper .share_icons img {
          width: 1.8rem; }
    body.main-site .teams-header a {
      padding: .7rem .5rem .3rem !important;
      font-size: .75rem !important; }
    body.main-site .nav-logo {
      flex-direction: column; }
      body.main-site .nav-logo .navbar-brand {
        width: auto; }
    body.main-site .text-color-wrapper {
      top: 20% !important;
      left: 5% !important; }
      body.main-site .text-color-wrapper .text-color.text-normal {
        font-size: 30px;
        line-height: 30px; }
      body.main-site .text-color-wrapper .text-color.text-small {
        font-size: 16px !important;
        line-height: 16px !important; }
      body.main-site .text-color-wrapper .text-color.blue {
        line-height: 2.5rem !important;
        font-size: 2.5rem !important; }
      body.main-site .text-color-wrapper .text-color.white {
        font-size: 2.8rem !important;
        line-height: 2.8rem !important;
        margin-left: 0 !important; }
    body.main-site .spacing {
      margin-top: 0px; }
    body.main-site .img-comunicado {
      display: none; }
    body.main-site .title-section span {
      display: none; }
    body.main-site .brd-rigth {
      border-right: none; } }
  @media screen and (max-width: 1000px) {
    body.main-site .button-desktop {
      display: none; }
    body.main-site .button-mobile {
      display: block; } }
  @media screen and (max-width: 1200px) {
    body.main-site .field-container.type-2 {
      grid-template-columns: 100%; }
      body.main-site .field-container.type-2 .side-field {
        flex-direction: row; } }
  @media screen and (min-width: 1400px) {
    body.main-site .container.footer {
      max-width: 1170px; }
    body.main-site .container.long {
      max-width: 1520px; }
    body.main-site .container.sm {
      max-width: 1205px; }
    body.main-site .container.sm-2 {
      max-width: 1181px; }
    body.main-site .mega-menu .container {
      max-width: 1200px; } }
  @media screen and (min-width: 576px) {
    body.main-site .extra-w {
      max-width: 900px; }
    body.main-site .extra-xw {
      max-width: 1200px; }
    body.main-site .sm-modal {
      max-width: 400px; }
      body.main-site .sm-modal .modal-content {
        min-height: auto; } }
  @media screen and (max-width: 1261px) {
    body.main-site {
      overflow-x: hidden; } }

body.admin-site-2 {
  /**
  * chart 
  ====================================== */
  /**
  * Modal 
  ====================================== */
  /* ------------------------------------------ */
  /* ---------------MOVER ESTILOS-------------------- */
  /**
  * variables
  ====================================== */
  /*==============  header  ===============*/
  /*==============  footer  ===============*/
  /*==============  forms  ===============*/
  /*==============  tables  ===============*/
  /*==============  general  ===============*/
  /*==============  Home  ===============*/
  /*==============  team building step 1  ===============*/
  /*==============  contact us  ===============*/
  /*==============  settings  ===============*/
  /*==============  News  ===============*/
  /* ---------------------------- */
  /* -------cordion------ */
  /* -----end-acordion----- */
  /* --------	MODAL-------- */
  /* --------	END MODAL-------- */
  /* ----------SLIDER SWIPPER----------- */
  /* ----------END SLIDER SWIPPER----------- */
  /* ----check---- */
  /* -----------MODAL---------------------- */
  /* .content-btn-alert{
  	display: flex;
  	gap: 1rem;
  } */
  /* ------------------------------ */
  /* input file style */
  /* .input-file+.js-labelFile .icon:before {
  	content: "\f2be";
  } */
  /* -------------TOOLTIP-------------- */
  /** positioning **/
  /* left tooltip */
  /* right tooltip */
  /* top tooltip */
  /* bottom tooltip */
  /* --------------------------------- */
  /* ---------------- */
  /* ------drow select check------ */
  /* .select-dropdown ul li label{
      width: 100%;
  } */
  /* table{
      color: black !important;
  } */ }
  body.admin-site-2 .content {
    margin-left: 0px; }
  body.admin-site-2 .menu-movil {
    display: none; }
  body.admin-site-2 .header-navbar {
    width: 97%; }
  body.admin-site-2 .menu-header-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    body.admin-site-2 .menu-header-list i {
      color: #003E7E !important; }
    body.admin-site-2 .menu-header-list span {
      color: #003E7E;
      font-weight: 700 !important; }
    body.admin-site-2 .menu-header-list:hover i {
      color: #F3D600 !important; }
  body.admin-site-2 .menu-hover a:hover {
    background: #003E7E !important;
    color: white !important; }
  body.admin-site-2 .b_container {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: fit-content;
    padding: 1rem 0; }
    body.admin-site-2 .b_container .card {
      width: 60%;
      background-color: #fff;
      padding: 4rem;
      box-shadow: 3px 6px 11.5px 1px rgba(0, 0, 0, 0.12);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 2rem;
      margin-top: 2rem; }
      body.admin-site-2 .b_container .card .title {
        color: #003E7A;
        margin-bottom: 2rem;
        text-align: center;
        font-weight: 700; }
      body.admin-site-2 .b_container .card img {
        width: 12rem;
        height: 12rem;
        margin: auto; }
      body.admin-site-2 .b_container .card label {
        font-weight: 500;
        font-size: 1rem; }
      body.admin-site-2 .b_container .card .line_red {
        content: '';
        background-color: #003E7A;
        width: 40px;
        height: 300px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(60deg) translate(-181%, -55%);
        border-radius: 20px; }
      body.admin-site-2 .b_container .card .line_blue {
        content: '';
        background-color: #F3D600;
        width: 21px;
        height: 300px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(60deg) translate(-558%, -38%);
        border-radius: 20px; }
      body.admin-site-2 .b_container .card .card_content .btn {
        width: 100%; }
  body.admin-site-2 .pace .pace-progress {
    background: #F3D600 !important; }
  body.admin-site-2 .b_container_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    position: relative;
    gap: 2rem; }
    body.admin-site-2 .b_container_2 .title {
      color: #003E7A;
      margin-bottom: 1rem;
      font-weight: 700; }
    body.admin-site-2 .b_container_2 .description {
      margin-bottom: 1rem; }
    body.admin-site-2 .b_container_2 .column_2 .float-right {
      float: right;
      color: #202020 !important;
      font-size: 1rem; }
    body.admin-site-2 .b_container_2 .column_2 label:not(.float-right) {
      font-size: 1rem;
      font-weight: 500; }
    body.admin-site-2 .b_container_2 .column_1 {
      background-color: #fff;
      border-radius: 10px;
      padding: 1rem;
      padding-top: 2rem; }
      body.admin-site-2 .b_container_2 .column_1 .list-group-item {
        display: grid;
        grid-template-columns: 15px auto; }
        body.admin-site-2 .b_container_2 .column_1 .list-group-item .list-title {
          color: #003E7A;
          font-weight: 500; }
  body.admin-site-2 .b_container_simple {
    background-color: #fff;
    padding: 1rem; }
    body.admin-site-2 .b_container_simple .title {
      color: #003E7A;
      margin-top: 1rem;
      font-weight: 700;
      margin-left: 1rem; }
    body.admin-site-2 .b_container_simple .b_container_tarjets {
      padding: 1rem;
      display: grid;
      gap: 1rem;
      grid-template-columns: 1fr 1fr 1fr; }
      body.admin-site-2 .b_container_simple .b_container_tarjets .item {
        height: 200px;
        box-shadow: 3px 6px 11.5px 1px rgba(0, 0, 0, 0.12);
        padding: 2rem;
        border-radius: 10px;
        overflow: hidden; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_grid {
          display: grid;
          grid-template-columns: 40% 60%;
          width: 100%;
          height: 100%;
          gap: .5rem; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .img_cont {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          body.admin-site-2 .b_container_simple .b_container_tarjets .item .img_cont img {
            max-width: 100%;
            max-height: 145px; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_title {
          color: #003E7A;
          font-size: 1rem;
          font-weight: 500;
          margin-bottom: .5rem; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description {
          text-align: justify;
          overflow-y: scroll;
          height: 103px;
          padding-right: .5rem; }
          body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description::-webkit-scrollbar {
            width: 7px;
            border-radius: 7px;
            margin-right: 7px; }
          body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description::-webkit-scrollbar-track {
            background: transparent; }
          body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description::-webkit-scrollbar-thumb {
            background: #bebebe;
            border-radius: 10px; }
            body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_description::-webkit-scrollbar-thumb:hover {
              background: #747474; }
        body.admin-site-2 .b_container_simple .b_container_tarjets .item .item_date {
          color: #acacac;
          float: right; }
  body.admin-site-2 select {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
    padding-right: 2.25rem;
    border-radius: 0.5rem;
    border: 1px solid #DDDEDF; }
  body.admin-site-2 select {
    -webkit-appearance: none;
    appearance: none; }
  body.admin-site-2 .select-wrapper {
    position: relative;
    width: fit-content; }
  body.admin-site-2 .select-wrapper::after {
    position: absolute;
    content: "▼";
    font-size: 1rem;
    top: .8rem;
    right: 10px; }
  body.admin-site-2 .button-two {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 0 !important; }
  body.admin-site-2 .title-section {
    color: #003E7A; }
  body.admin-site-2 .chart-circle {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
  body.admin-site-2 .pagination-content {
    display: flex;
    padding-top: 1rem;
    float: right; }
    body.admin-site-2 .pagination-content .element {
      padding: .1rem .5rem;
      color: #003E7A; }
    body.admin-site-2 .pagination-content .element.active {
      color: #fff !important;
      background-color: #003E7A; }
  body.admin-site-2 .ct-series-a .ct-line {
    stroke: #003E7A; }
  body.admin-site-2 .ct-label {
    color: #fff;
    fill: #fff; }
  body.admin-site-2 .modal-title {
    font-size: 1.3rem; }
  body.admin-site-2 .table-row {
    cursor: pointer; }
  body.admin-site-2 .modal-body-container {
    overflow: hidden;
    background-color: #4671C5; }
  body.admin-site-2 .grow-size {
    max-width: 700px; }
    body.admin-site-2 .grow-size .modal-body {
      width: 200%;
      display: grid;
      grid-template-columns: 50% 50%;
      background-color: #4671C5;
      padding: 0;
      padding-top: 1rem; }
      body.admin-site-2 .grow-size .modal-body .modal-body-message {
        text-align: center;
        color: #ffc000;
        font-size: 1.3rem;
        margin: auto 0;
        cursor: pointer; }
        body.admin-site-2 .grow-size .modal-body .modal-body-message span {
          margin-left: 1rem; }
        body.admin-site-2 .grow-size .modal-body .modal-body-message svg {
          width: 20px; }
      body.admin-site-2 .grow-size .modal-body .modal-body-inner {
        background-color: #4671C5;
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
        padding: .5rem; }
        body.admin-site-2 .grow-size .modal-body .modal-body-inner .modal-element {
          background-color: #fff;
          padding: .5rem;
          border-radius: 5px;
          width: 91.35px;
          font-size: .9rem;
          transition: all .25s ease;
          cursor: pointer; }
          body.admin-site-2 .grow-size .modal-body .modal-body-inner .modal-element p {
            margin-bottom: 0 !important; }
    body.admin-site-2 .grow-size .modal-body.active {
      transform: translateX(-50%);
      transition: all .5s; }
    body.admin-site-2 .grow-size .modal-body-2 {
      width: 200%;
      display: grid;
      grid-template-columns: 50% 50%;
      background-color: #4671C5;
      padding: 0;
      padding-bottom: 1rem; }
      body.admin-site-2 .grow-size .modal-body-2 .modal-body-2-message {
        text-align: center;
        color: #e0e0e0;
        font-size: 1.1rem;
        margin: auto 0; }
      body.admin-site-2 .grow-size .modal-body-2 .modal-body-2-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
        padding: .5rem; }
        body.admin-site-2 .grow-size .modal-body-2 .modal-body-2-inner .modal-2-element {
          background-color: #fff;
          padding: .5rem;
          border-radius: 5px;
          width: 139.35px;
          height: 5rem;
          font-size: .82rem;
          display: flex;
          align-items: center;
          text-align: center; }
    body.admin-site-2 .grow-size .modal-body-2.active {
      transform: translateX(-50%);
      transition: all .5s; }
@keyframes translate {
  100% {
    transform: translateX(0); } }
  body.admin-site-2 .picker__holder {
    margin-left: 0;
    transform: translateY(-115%); }
  body.admin-site-2 #creation_date_root .picker__holder {
    margin-left: 0;
    transform: translateY(0); }
  body.admin-site-2 .patch_tr {
    width: 70%; }
    body.admin-site-2 .patch_tr .fileupload {
      width: 33%; }
  body.admin-site-2 input {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    position: relative; }
  body.admin-site-2 .breadcrumbs-top {
    display: none; }
  body.admin-site-2 .mt-radio-inline {
    border: 1px solid rgba(0, 64, 128, 0.164);
    padding: 0.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    border-radius: 12px;
    justify-content: center; }
    body.admin-site-2 .mt-radio-inline .mt-radio {
      padding: 0px;
      margin: 0px;
      width: fit-content; }
  body.admin-site-2 .header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link i:hover {
    color: #003E7E; }
  body.admin-site-2 .breadcrumb-item a {
    color: #003E7E; }
  body.admin-site-2 .card .card-header h3 a,
  body.admin-site-2 .card .card-header h4 a {
    color: #003E7E; }
  body.admin-site-2 .flex-item label {
    color: #003E7E !important; }
  body.admin-site-2 .btn-group a button {
    background: #003E7E; }
  body.admin-site-2 .dropdown-item:hover {
    color: #003E7E !important;
    background: rgba(0, 64, 128, 0.2) !important; }
  body.admin-site-2 .admin-site {
    background: #003E7E !important; }
  body.admin-site-2 .card-header p {
    display: none; }
  body.admin-site-2 .scrollToTop {
    width: fit-content;
    height: fit-content;
    background-color: #003E7A;
    display: flex;
    padding: 1rem;
    border-radius: 10px; }
    body.admin-site-2 .scrollToTop:hover {
      transform: scale(1.05) !important; }
    body.admin-site-2 .scrollToTop .logo {
      width: 50px;
      object-fit: contain;
      margin-right: .5rem; }
    body.admin-site-2 .scrollToTop .caption {
      display: flex;
      flex-direction: column;
      align-items: center; }
      body.admin-site-2 .scrollToTop .caption img:not(.logo) {
        width: 40px;
        margin-top: -.5rem; }
      body.admin-site-2 .scrollToTop .caption p {
        font-size: 1.1rem;
        color: #F3D600;
        margin-top: -.6rem;
        font-weight: 600 !important; }
  body.admin-site-2 .header-section:not(.animated) .overlay {
    border-bottom: none !important; }
  body.admin-site-2 .header-section .navbar-toggler {
    margin-right: 23px; }
  body.admin-site-2 .header-section .transparent-btn {
    background-color: transparent;
    padding: 16px 2.8em 18px; }
    body.admin-site-2 .header-section .transparent-btn span {
      color: #003E7A;
      font-size: 15px; }
    body.admin-site-2 .header-section .transparent-btn i {
      color: #003E7A;
      font-size: 22px;
      margin-right: 5px;
      margin-top: -4px; }
  body.admin-site-2 .header-section .button-bisa {
    padding: 14px 1.8em 28px;
    background-color: #003E7A;
    text-align: center;
    display: block;
    border-radius: 0;
    width: 220px;
    height: 48px;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    margin-inline-start: 9px; }
    body.admin-site-2 .header-section .button-bisa img {
      padding: 2px;
      width: 115px;
      height: 45px;
      margin-top: -13px;
      margin-left: -7px;
      border-radius: 2px; }
  body.admin-site-2 .header-section .overlay_wrappwer {
    background-color: #fff;
    transition: all .3s linear;
    overflow: hidden;
    border: none; }
    body.admin-site-2 .header-section .overlay_wrappwer.links a {
      display: block;
      padding: .8rem 2.7rem .63rem 20px !important;
      font-weight: 400 !important;
      color: #003E7A !important;
      font-size: 15px;
      line-height: 29px;
      margin-right: 1px;
      text-transform: none !important; }
      body.admin-site-2 .header-section .overlay_wrappwer.links a.yellow {
        background-color: #F3D600;
        color: #003E7A;
        padding: 8px 2.7rem 10px 20px !important;
        margin-right: 12px; }
    body.admin-site-2 .header-section .overlay_wrappwer.links li:not(.nav-sub-item) a::after {
      content: "\f078";
      font-family: 'Font Awesome 5 Free';
      margin-left: 0.91rem;
      font-size: .6rem;
      margin-top: 1px;
      position: absolute;
      font-weight: 600;
      color: #003E7A; }
    body.admin-site-2 .header-section .overlay_wrappwer.show {
      min-height: 500px; }
    body.admin-site-2 .header-section .overlay_wrappwer .links-wrapper {
      display: none; }
  body.admin-site-2 .header-section .header-action {
    margin-top: 8px;
    margin-right: 11px; }
  body.admin-site-2 .header-section .overlay {
    background-color: #fff; }
  body.admin-site-2 .header-section:not(.animated) .overlay {
    border-bottom: 1px solid #F9F9F9; }
  body.admin-site-2 .header-section .navbar {
    padding: 0; }
    body.admin-site-2 .header-section .navbar .navbar-brand {
      margin-top: 21px;
      padding: 0;
      margin-right: 0;
      display: flex; }
      body.admin-site-2 .header-section .navbar .navbar-brand .back_button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        body.admin-site-2 .header-section .navbar .navbar-brand .back_button p {
          color: #003E7A;
          font-size: .8rem; }
        body.admin-site-2 .header-section .navbar .navbar-brand .back_button img {
          width: 20px;
          margin: 0;
          margin-top: -3px; }
      body.admin-site-2 .header-section .navbar .navbar-brand img {
        width: 200px;
        margin: 0 auto 0 23px; }
    body.admin-site-2 .header-section .navbar .navbar-collapse-end {
      align-items: flex-end;
      height: 100%; }
    body.admin-site-2 .header-section .navbar .navbar-collapse .right-area {
      margin-left: 0; }
    body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
      background-color: transparent;
      transition: all .3s; }
      body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        position: relative; }
        body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
          content: '\f078';
          font-family: 'Font Awesome 5 Free';
          font-weight: 900; }
        body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
        body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
          color: #003E7A; }
        body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
        body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
          color: #202020; }
    body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-content {
      display: none; }
      body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-content.show {
        display: block; }
      body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-content .nav-sub-item {
        background-color: #FAFAFA;
        transition: all .3s;
        border-bottom: 1px solid #f0f0f0; }
        body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-content .nav-sub-item .nav-link {
          position: relative;
          color: #000 !important; }
          body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-content .nav-sub-item .nav-link::after {
            content: "\f054";
            font-family: 'Font Awesome 5 Free';
            font-size: .6rem;
            font-weight: 600;
            color: #000;
            position: absolute;
            right: 0.65rem; }
    body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content {
      display: none; }
      body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content.show {
        display: block; }
      body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content .nav-sub-sub-item {
        background-color: #fff;
        transition: all .3s;
        border-bottom: 1px solid #f0f0f0; }
        body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content .nav-sub-sub-item .nav-link {
          position: relative;
          color: #000 !important;
          padding: 11px 72px !important; }
          body.admin-site-2 .header-section .navbar .navbar-collapse .navbar-nav .nav-sub-content .nav-sub-sub-item .nav-link::after {
            display: none; }
  body.admin-site-2 .header-section.animated.header-fixed {
    position: absolute;
    animation: none !important;
    box-shadow: none !important;
    top: 0; }
  body.admin-site-2 .header-section.header-section.header-fixed {
    background-color: #003E7A; }
  body.admin-site-2 .header-section .teams-header {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff; }
    body.admin-site-2 .header-section .teams-header a {
      color: #003E7A;
      padding: 10px calc(23px + .11rem);
      font-size: 1rem;
      font-weight: 700;
      text-rendering: optimizeLegibility;
      line-height: 1.42857143;
      -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
      transition: color 300ms, background-color 300ms, opacity 300ms; }
      body.admin-site-2 .header-section .teams-header a:hover {
        background-color: #F3D600; }
      body.admin-site-2 .header-section .teams-header a.active {
        border-bottom: 4px solid #003f7b; }
    body.admin-site-2 .header-section .teams-header img {
      margin: 0 .5rem;
      width: 40px; }
    body.admin-site-2 .header-section .teams-header .teams-inner {
      display: flex;
      width: 100%; }
      body.admin-site-2 .header-section .teams-header .teams-inner button {
        margin-right: 0; }
        body.admin-site-2 .header-section .teams-header .teams-inner button p {
          font-size: .75rem;
          font-weight: 700;
          margin-top: 4px;
          color: #003E7A; }
          body.admin-site-2 .header-section .teams-header .teams-inner button p::after {
            content: "\f078";
            font-family: 'Font Awesome 5 Free';
            font-size: .6rem;
            font-weight: 600;
            color: #003E7A;
            position: relative;
            margin-left: .5rem; }
  body.admin-site-2 .header-section .resp-menu {
    display: none; }
    body.admin-site-2 .header-section .resp-menu .resp-item {
      width: 60px;
      margin: 12px .4rem; }
      body.admin-site-2 .header-section .resp-menu .resp-item p {
        text-align: center;
        font-size: 13px;
        line-height: 1.42857143;
        color: #003E7A; }
    body.admin-site-2 .header-section .resp-menu button {
      display: block;
      margin: auto;
      background-color: #fff; }
  body.admin-site-2 .header-section .mega-menu {
    display: none; }
    body.admin-site-2 .header-section .mega-menu.show {
      display: block; }
    body.admin-site-2 .header-section .mega-menu .container {
      display: none;
      background-color: #fff;
      position: absolute;
      left: -40px;
      right: 0;
      padding-left: 29px;
      padding-right: 0;
      min-height: 390px; }
      body.admin-site-2 .header-section .mega-menu .container.show {
        display: block; }
        body.admin-site-2 .header-section .mega-menu .container.show .menu-wrapper {
          display: grid; }
      body.admin-site-2 .header-section .mega-menu .container.inverse {
        right: -40px;
        left: 0;
        padding-right: 29px;
        padding-left: 0;
        text-align: right; }
        body.admin-site-2 .header-section .mega-menu .container.inverse .menu-wrapper {
          grid-template-columns: auto 31.62%; }
          body.admin-site-2 .header-section .mega-menu .container.inverse .menu-wrapper .links-container ul li.active {
            border-right: 5px solid #F3D600;
            border-left: 0; }
          body.admin-site-2 .header-section .mega-menu .container.inverse .menu-wrapper .links-container ul li a::after {
            content: "\f053";
            left: .65rem;
            right: auto; }
      body.admin-site-2 .header-section .mega-menu .container .menu-wrapper {
        display: none;
        grid-template-columns: 31.62% auto;
        width: 100%;
        height: 100%; }
        body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .links-container {
          padding: 1.54rem 0; }
          body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .links-container ul li {
            border-bottom: 1px solid #f0f0f0; }
            body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .links-container ul li.active {
              border-left: 5px solid #F3D600;
              background-color: #fafafa; }
              body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .links-container ul li.active a {
                color: #003E7A !important; }
            body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .links-container ul li a {
              font-size: 0.938rem;
              line-height: 1.25rem;
              width: 100%;
              padding: 14px 16px;
              line-height: 20px;
              position: relative;
              color: #202020 !important; }
              body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .links-container ul li a::after {
                content: "\f054";
                font-family: 'Font Awesome 5 Free';
                font-size: .6rem;
                font-weight: 600;
                color: #003E7A;
                position: absolute;
                right: .65rem; }
        body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container {
          background-color: #FAFAFA;
          padding: 1.78rem 1.95rem;
          min-height: 390px; }
          body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container {
            display: none; }
            body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container.show {
              display: block; }
            body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid {
              display: grid;
              grid-template-columns: 50% 50%;
              width: 100%;
              row-gap: 60px;
              padding: .3rem; }
              body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid .img-item {
                display: flex;
                overflow: hidden;
                height: 115px; }
                body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid .img-item img {
                  margin-right: 15px;
                  width: 138px;
                  height: 130px; }
                body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid .img-item a {
                  padding-top: 0;
                  letter-spacing: -1px;
                  font-size: 0.938rem;
                  margin-top: -.25rem;
                  margin-left: -.15rem; }
                  body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid .img-item a.menu-blue {
                    padding-top: 1.1rem;
                    letter-spacing: normal;
                    margin-top: 0;
                    margin-left: 0; }
            body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid-2 {
              display: grid;
              grid-template-columns: 50% 50%;
              width: 100%;
              padding: .3rem; }
              body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid-2 .link-container {
                padding: 8px 0;
                border-bottom: 1px solid #D6D6D6;
                margin-left: 3%; }
                body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid-2 .link-container:hover a {
                  text-decoration: underline;
                  color: #003E7A; }
                body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container .img-container .img-grid-2 .link-container a {
                  font-size: 1rem;
                  line-height: 1.88;
                  padding-top: 0; }
          body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container a {
            display: block;
            font-size: 0.97rem;
            font-weight: bolder;
            line-height: 1.67;
            color: #000;
            padding-top: 11px; }
            body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container a.menu-blue {
              color: #003E7A;
              font-size: 14px;
              font-weight: bold;
              padding-top: 1.1rem; }
              body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container a.menu-blue:hover {
                text-decoration: underline; }
          body.admin-site-2 .header-section .mega-menu .container .menu-wrapper .menu-container p {
            font-size: 12px;
            line-height: 1.5;
            margin: 0.5em 5px 0.5em 0;
            display: block; }
  body.admin-site-2 .footer-section {
    position: relative;
    border-top: 1px solid #F9F9F9;
    background-color: #003E7A;
    margin-top: 4rem;
    background-color: #002C62; }
    body.admin-site-2 .footer-section a,
    body.admin-site-2 .footer-section p {
      color: #fff;
      font-weight: 400;
      font-size: 0.8rem;
      line-height: 1.1rem; }
      body.admin-site-2 .footer-section a.l-h-5,
      body.admin-site-2 .footer-section p.l-h-5 {
        line-height: .5rem; }
    body.admin-site-2 .footer-section .gray-band-superior {
      height: 63px;
      background-color: #00346F;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    body.admin-site-2 .footer-section .ul-title {
      margin-bottom: 10px;
      font-weight: bold;
      height: 63px;
      display: flex;
      align-items: center;
      padding: 0 1.35rem;
      z-index: 1;
      position: relative;
      font-size: 1rem; }
      body.admin-site-2 .footer-section .ul-title::before {
        content: '';
        position: absolute;
        background-color: rgba(155, 154, 155, 0.3);
        width: 5px;
        height: 65%;
        left: -3px; }
    body.admin-site-2 .footer-section ul {
      list-style: none;
      padding-left: 1.2rem;
      margin: 2.5rem 0; }
      body.admin-site-2 .footer-section ul.bordred li:first-child {
        padding-bottom: 10px; }
      body.admin-site-2 .footer-section ul.bordred li:not(:first-child) {
        padding: 10px 0; }
      body.admin-site-2 .footer-section ul.bordred li:not(:last-child) {
        border-bottom: 1px solid rgba(155, 154, 155, 0.3); }
      body.admin-site-2 .footer-section ul.bordred a {
        font-weight: 600;
        font-size: 0.85rem; }
      body.admin-site-2 .footer-section ul.extra-marg li:nth-child(1) {
        padding-bottom: 10px;
        margin-bottom: 11px; }
      body.admin-site-2 .footer-section ul.extra-marg li:nth-child(2) {
        padding-bottom: 10px; }
      body.admin-site-2 .footer-section ul.extra-marg li:last-child {
        padding-bottom: 10px; }
      body.admin-site-2 .footer-section ul.extra-marg li {
        margin-bottom: 22px; }
        body.admin-site-2 .footer-section ul.extra-marg li a {
          font-weight: 600; }
      body.admin-site-2 .footer-section ul li {
        display: flex; }
        body.admin-site-2 .footer-section ul li:not(:nth-child(1)) .img-container-footer {
          margin-top: 1.25rem; }
        body.admin-site-2 .footer-section ul li .img-container-footer {
          height: 80px;
          display: flex;
          align-items: flex-start; }
          body.admin-site-2 .footer-section ul li .img-container-footer img {
            margin-right: 2.563rem;
            object-fit: cover;
            max-width: 80px; }
        body.admin-site-2 .footer-section ul li a {
          font-size: 0.778rem;
          font-weight: 400;
          line-height: 1.188rem; }
          body.admin-site-2 .footer-section ul li a:not(.no-hover):hover {
            text-decoration: underline; }
        body.admin-site-2 .footer-section ul li.no-list {
          display: grid;
          grid-template-columns: 25px auto;
          align-items: center;
          width: 100%;
          gap: 13px; }
          body.admin-site-2 .footer-section ul li.no-list img {
            max-width: 90%;
            display: block;
            margin: auto;
            max-height: 1.25rem; }
            body.admin-site-2 .footer-section ul li.no-list img.to_big {
              max-width: 72%;
              max-height: 1.25rem; }
    body.admin-site-2 .footer-section .newsletter {
      background-color: #202020;
      border: 1px solid #F9F9F9;
      z-index: 1;
      position: relative; }
      body.admin-site-2 .footer-section .newsletter form .form-group {
        background: #F9F9F9;
        border: 1px solid #F9F9F9; }
        body.admin-site-2 .footer-section .newsletter form .form-group input {
          background-color: transparent !important;
          border: none !important; }
        body.admin-site-2 .footer-section .newsletter form .form-group button {
          min-width: auto;
          padding: 5px 30px;
          border-radius: 25px; }
          body.admin-site-2 .footer-section .newsletter form .form-group button:hover {
            background-color: transparent;
            color: #003E7A; }
    body.admin-site-2 .footer-section .menu-item .footer-link li:not(:last-child) {
      border-right: 1px solid #fff; }
    body.admin-site-2 .footer-section .copyright {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      margin-top: 18px;
      padding: 20px 0; }
      body.admin-site-2 .footer-section .copyright .copy-area a {
        color: rgba(0, 0, 0, 0.2); }
      body.admin-site-2 .footer-section .copyright p {
        font-size: 0.688rem;
        line-height: 1.1rem;
        color: #d8d8d8;
        font-weight: 500; }
        body.admin-site-2 .footer-section .copyright p a {
          text-decoration: underline;
          font-size: 0.688rem;
          color: #d8d8d8;
          font-weight: 500;
          line-height: 1.1rem; }
  body.admin-site-2 .form-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1.5px solid #D9D9D9;
    padding-top: 25px; }
  body.admin-site-2 label {
    display: block;
    width: 100%;
    text-align: left; }
  body.admin-site-2 select {
    background-color: transparent !important;
    color: #202020;
    border: 1px solid #757575 !important;
    font-size: 18px;
    border-radius: 10px;
    display: block;
    width: 100%;
    background-image: url(../../../assets/img/icons/arrow_down.svg) !important;
    background-size: 2rem !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important; }
    body.admin-site-2 select::-ms-expand {
      display: none; }
    body.admin-site-2 select:focus {
      border: 1px solid #003E7E !important; }
  body.admin-site-2 input {
    background-color: transparent !important;
    color: #202020;
    border: 1px solid #757575 !important;
    font-size: 1rem;
    border-radius: 10px;
    padding: 0.8rem; }
    body.admin-site-2 input::placeholder {
      color: rgba(32, 32, 32, 0.6); }
    body.admin-site-2 input:focus {
      border: 1px solid #003E7E !important;
      outline: none; }
    body.admin-site-2 input.outline {
      /*  border: 1px solid $border-color !important;
       background-color: transparent !important; */ }
      body.admin-site-2 input.outline::placeholder {
        color: #A5A5A5; }
  body.admin-site-2 .input-icon {
    position: relative;
    height: fit-content;
   /*  &.big {
        width: 100%;
        flex: 1 0 422px;
        ;

        input {
            height: 64px;
        }
    } */ }
    body.admin-site-2 .input-icon input {
      padding-right: 40px !important; }
    body.admin-site-2 .input-icon button {
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      height: fit-content;
      background-color: transparent; }
  body.admin-site-2 .input_wrapper {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    margin-bottom: 35px; }
  body.admin-site-2 .error-form {
    background-color: #F3D600;
    width: fit-content;
    padding: 0 15px;
    margin: 0 10px;
    display: flex;
    align-items: center; }
    body.admin-site-2 .error-form img {
      margin-right: 15px;
      height: 12px;
      width: auto; }
    body.admin-site-2 .error-form span {
      font-size: 13px;
      line-height: 13px;
      padding: .3rem 0;
      color: #003E7A; }
  body.admin-site-2 table {
    color: #fff;
    width: 100%; }
    body.admin-site-2 table th {
      text-align: center; }
      body.admin-site-2 table th.small {
        font-size: 12px;
        text-align: right; }
    body.admin-site-2 table td {
      vertical-align: middle;
      padding: 0.7rem; }
      body.admin-site-2 table td img {
        max-width: 50px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: .5rem; }
  body.admin-site-2 .mb-35 {
    margin-bottom: 35px; }
  body.admin-site-2 .mb-6 {
    margin-bottom: 4rem !important; }
  body.admin-site-2 .pt-220 {
    padding-top: 220px; }
  body.admin-site-2 .transparent {
    background-color: transparent; }
    body.admin-site-2 .transparent i {
      font-size: 1.5rem; }
  body.admin-site-2 .nav-views .cmn-btn {
    background-color: transparent;
    color: #003E7A; }
    body.admin-site-2 .nav-views .cmn-btn.active, body.admin-site-2 .nav-views .cmn-btn:hover {
      background-color: #003E7A;
      color: #000; }
  body.admin-site-2 .pt-140 {
    padding-top: 140px; }
  body.admin-site-2 .h_100 {
    min-height: 100vh !important; }
  body.admin-site-2 .pt-226 {
    padding-top: 226px !important; }
  body.admin-site-2 .w-fit {
    width: fit-content; }
  body.admin-site-2 hr {
    margin: 37px auto;
    background-color: #D9D9D9;
    height: 1.5px;
    width: 100%; }
  body.admin-site-2 .preloader {
    background: #e5eff1;
    background-size: 100%; }
    body.admin-site-2 .preloader::after {
      content: '';
      background: url(../../../assets/img/preloader.gif) no-repeat center center;
      background-size: 250px;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0 0 0 0;
      margin: auto; }
  body.admin-site-2 span {
    line-height: 22px; }
  body.admin-site-2 h1,
  body.admin-site-2 h2,
  body.admin-site-2 h3,
  body.admin-site-2 h4,
  body.admin-site-2 h5,
  body.admin-site-2 p,
  body.admin-site-2 label ul li {
    font-family: "Open Sans", sans-serif;
    color: #000; }
  body.admin-site-2 h1.blue,
  body.admin-site-2 h2.blue,
  body.admin-site-2 h3.blue,
  body.admin-site-2 h4.blue,
  body.admin-site-2 h5.blue,
  body.admin-site-2 p.blue,
  body.admin-site-2 label.blue ul.blue li {
    color: #003E7E;
    font-weight: 500; }
  body.admin-site-2 h1.green,
  body.admin-site-2 h2.green,
  body.admin-site-2 h3.green,
  body.admin-site-2 h4.green,
  body.admin-site-2 h5.green,
  body.admin-site-2 p.green,
  body.admin-site-2 label.green ul.green li {
    color: #003E7A; }
  body.admin-site-2 h1.red,
  body.admin-site-2 h2.red,
  body.admin-site-2 h3.red,
  body.admin-site-2 h4.red,
  body.admin-site-2 h5.red,
  body.admin-site-2 p.red,
  body.admin-site-2 label.red ul.red li {
    color: #E90052; }
  body.admin-site-2 h1,
  body.admin-site-2 h2,
  body.admin-site-2 h3,
  body.admin-site-2 h4,
  body.admin-site-2 h5,
  body.admin-site-2 h6 {
    margin-top: 0; }
  body.admin-site-2 h2 {
    margin: 0;
    font-size: 49px;
    line-height: 54px; }
  body.admin-site-2 h4 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 5px; }
    body.admin-site-2 h4.title {
      font-weight: 600;
      margin-bottom: 35px;
      font-size: 30px;
      margin-top: 50px; }
  body.admin-site-2 h5 {
    font-weight: 500; }
  body.admin-site-2 li,
  body.admin-site-2 p {
    color: #202020; }
  body.admin-site-2 label.small {
    font-size: 14px; }
  body.admin-site-2 p {
    line-height: 22px; }
    body.admin-site-2 p span {
      color: #FF0000;
      font-weight: 700; }
    body.admin-site-2 p.subtitle {
      margin-bottom: 35px; }
  body.admin-site-2 a.green {
    color: #003E7A !important; }
  body.admin-site-2 .green-color {
    color: #003E7A;
    display: inline;
    font-weight: 700; }
  body.admin-site-2 .blue-color {
    color: #F3D600;
    display: inline;
    font-weight: 700; }
  body.admin-site-2 .underlined {
    text-decoration: underline; }
  body.admin-site-2 .highlight {
    background-color: #F3D600;
    color: #000;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px; }
  body.admin-site-2 .text_right {
    text-align: right; }
  body.admin-site-2 .text_left {
    text-align: left !important; }
  body.admin-site-2 .m-auto {
    margin: auto; }
  body.admin-site-2 .mt--140 {
    margin-top: -140px;
    z-index: 2;
    position: relative; }
  body.admin-site-2 .mt-6 {
    margin-top: 6rem; }
  body.admin-site-2 .banner-section .overlay {
    background-image: url(../../../assets/img/main-background.png);
    background-position: center center;
    background-size: cover; }
  body.admin-site-2 .cmn-btn {
    color: #202020; }
  body.admin-site-2 .background-img {
    background: url("../../../assets/img/main-background.png") center center no-repeat;
    background-size: cover;
    transition: all .3s; }
  body.admin-site-2 .card-white {
    background-color: #003E7A;
    padding: 50px;
    border: 1px solid #F9F9F9;
    border-radius: 25px;
    box-shadow: 20px 20px 19px -9px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 20px 20px 19px -9px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 20px 20px 19px -9px rgba(0, 0, 0, 0.21); }
    body.admin-site-2 .card-white.fit {
      width: fit-content;
      padding: 25px 75px;
      margin: auto; }
    body.admin-site-2 .card-white.no-border {
      border-radius: 0; }
    body.admin-site-2 .card-white.min-border {
      border-radius: 4px; }
    body.admin-site-2 .card-white.back-image {
      background-position: top left;
      background-repeat: no-repeat; }
    body.admin-site-2 .card-white.custom-1 {
      max-width: 925px;
      display: grid;
      grid-template-columns: 45% 10% 45%;
      gap: 1rem;
      width: calc(100% - 2rem);
      margin: auto;
      min-height: 80px; }
      body.admin-site-2 .card-white.custom-1.no-limit {
        max-width: 100%;
        width: 100%; }
      body.admin-site-2 .card-white.custom-1 img {
        margin: 0 .5rem; }
  body.admin-site-2 .normal-btn {
    font-size: 18px;
    line-height: 21px;
    background-color: #003E7A;
    color: #F9F9F9;
    text-align: center;
    padding: 17.5px 44.5px;
    border-radius: 5px;
    transition: all .2s ease-in; }
    body.admin-site-2 .normal-btn:hover {
      background-color: #002447; }
    body.admin-site-2 .normal-btn.right {
      display: block;
      margin-left: auto; }
    body.admin-site-2 .normal-btn.transparent {
      background-color: transparent;
      padding: 0; }
  body.admin-site-2 .cmn-btn {
    padding: 5px 30px;
    width: fit-content; }
    body.admin-site-2 .cmn-btn.p-min {
      padding: 10px 25px !important; }
    body.admin-site-2 .cmn-btn:hover {
      background-color: transparent;
      color: #003E7A; }
    body.admin-site-2 .cmn-btn.button-outline {
      background: transparent;
      color: #003E7A; }
      body.admin-site-2 .cmn-btn.button-outline:hover {
        background-color: #003E7A;
        color: #000; }
    body.admin-site-2 .cmn-btn.big-button {
      padding: 10px 35px;
      width: fit-content;
      height: fit-content; }
    body.admin-site-2 .cmn-btn.large-button {
      max-width: 422px;
      width: 100%; }
  body.admin-site-2 .grid-50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    width: calc(100% - 1.5rem);
    gap: 1.5rem; }
  body.admin-site-2 .grid-40-60 {
    display: grid;
    grid-template-columns: 40% 60%;
    width: calc(100% - .3rem);
    gap: .3rem; }
  body.admin-site-2 .grid-75-25 {
    display: grid;
    grid-template-columns: 75% 25%;
    width: calc(100% - 4rem);
    gap: 4rem; }
    body.admin-site-2 .grid-75-25.gap-min {
      gap: .5rem;
      width: calc(100% - .5rem); }
  body.admin-site-2 .grid-60-15-25 {
    display: grid;
    grid-template-columns: 60% 15% 25%; }
  body.admin-site-2 .couter {
    display: flex;
    justify-content: center; }
    body.admin-site-2 .couter .counter-wrap {
      margin: 0 5px;
      font-weight: 500; }
      body.admin-site-2 .couter .counter-wrap .counter-item {
        background-color: #F9F9F9;
        border-radius: 4px;
        font-size: 49px;
        color: #fff;
        padding: 25px;
        margin: 0 5px;
        width: 78px;
        height: 81px; }
  body.admin-site-2 .grid-responsive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(435px, 1fr));
    width: 100%;
    gap: 2rem; }
    body.admin-site-2 .grid-responsive .item-grid {
      width: 100%;
      height: 100%; }
      body.admin-site-2 .grid-responsive .item-grid .image_wrapper {
        position: relative;
        width: fit-content;
        height: fit-content;
        border-radius: 4px;
        overflow: hidden; }
        body.admin-site-2 .grid-responsive .item-grid .image_wrapper:hover .courtain {
          opacity: 1; }
        body.admin-site-2 .grid-responsive .item-grid .image_wrapper:hover .share_icons {
          z-index: 1;
          opacity: 1; }
        body.admin-site-2 .grid-responsive .item-grid .image_wrapper:hover .text-color-wrapper .text-color.text-small {
          color: #fff; }
        body.admin-site-2 .grid-responsive .item-grid .image_wrapper:hover .text-color-wrapper .text-color.blue {
          color: #fff; }
        body.admin-site-2 .grid-responsive .item-grid .image_wrapper .courtain {
          opacity: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #003e7a; }
        body.admin-site-2 .grid-responsive .item-grid .image_wrapper img {
          width: 100%; }
        body.admin-site-2 .grid-responsive .item-grid .image_wrapper .share_icons {
          display: flex;
          width: 100%;
          position: absolute;
          bottom: 12%;
          justify-content: center;
          z-index: -1;
          opacity: 0; }
          body.admin-site-2 .grid-responsive .item-grid .image_wrapper .share_icons img {
            width: 2.1rem;
            margin: 0 25px;
            cursor: pointer;
            transition: all .2s ease-in; }
            body.admin-site-2 .grid-responsive .item-grid .image_wrapper .share_icons img:hover {
              transform: translateY(-5px); }
        body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper {
          position: absolute;
          left: 10%;
          top: 30%;
          z-index: 1; }
          body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper.type-1 {
            top: 15%; }
          body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper.type-2 {
            top: 20%; }
          body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper.type-3 {
            top: 25%; }
          body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color {
            position: relative;
            user-select: none; }
            body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.text-normal {
              color: #fff;
              transition: all 0s ease-in;
              font-size: 30px;
              line-height: 30px; }
            body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.text-small {
              font-family: 'Mukta', sans-serif;
              color: #003E7A;
              font-weight: 700;
              transition: all 0s ease-in;
              font-size: 16px;
              line-height: 16px; }
            body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.blue {
              font-family: 'Kaushan Script', cursive;
              color: #003E7A;
              font-size: 3rem;
              line-height: 3rem;
              transition: all 0s ease-in; }
            body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.white {
              font-family: 'Kaushan Script', cursive;
              color: #fff;
              font-size: 4rem;
              line-height: 4rem;
              margin-left: 7%;
              transition: all 0s ease-in; }
            body.admin-site-2 .grid-responsive .item-grid .image_wrapper .text-color-wrapper .text-color.white.special {
              font-family: 'Kaushan Script', cursive;
              color: #fff;
              font-size: 3rem;
              line-height: 3rem;
              transition: all 0s ease-in;
              margin-left: 0; }
  body.admin-site-2 .slider-section {
    width: 100%;
    padding-top: 166px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center; }
    body.admin-site-2 .slider-section .sliderContainer {
      position: relative;
      background-color: transparent;
      overflow: hidden;
      border-radius: 4px;
      border: 1px solid #F9F9F9; }
    body.admin-site-2 .slider-section .slider {
      width: 100%;
      height: 100%;
      position: relative;
      height: 60vh; }
      body.admin-site-2 .slider-section .slider .slide-general {
        width: 100%;
        height: 60vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        body.admin-site-2 .slider-section .slider .slide-general img {
          width: auto;
          height: 60vh;
          max-width: none; }
    body.admin-site-2 .slider-section .slick-slide {
      height: 100%;
      color: white; }
    body.admin-site-2 .slider-section .slick-prev:before,
    body.admin-site-2 .slider-section .slick-next:before {
      color: black; }
    body.admin-site-2 .slider-section .slick-dots {
      bottom: -30px; }
    body.admin-site-2 .slider-section .progressBarContainer {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 5rem;
      display: flex;
      justify-content: center; }
      body.admin-site-2 .slider-section .progressBarContainer .progressBarInner {
        display: grid;
        grid-template-columns: auto 40px;
        width: fit-content;
        align-items: center; }
        body.admin-site-2 .slider-section .progressBarContainer .progressBarInner .progress-bars {
          justify-content: center;
          flex-wrap: wrap;
          display: flex;
          width: fit-content; }
        body.admin-site-2 .slider-section .progressBarContainer .progressBarInner div {
          display: block;
          width: 110px;
          padding: 0;
          cursor: pointer;
          margin-right: 1rem;
          color: white;
          margin-bottom: 20px; }
          body.admin-site-2 .slider-section .progressBarContainer .progressBarInner div.active p {
            color: #fff; }
          body.admin-site-2 .slider-section .progressBarContainer .progressBarInner div p {
            color: transparent;
            transition: all .3s ease-in-out; }
          body.admin-site-2 .slider-section .progressBarContainer .progressBarInner div span.progressBar {
            width: 100%;
            height: 3px;
            background-color: rgba(255, 255, 255, 0.4);
            display: block;
            border-radius: 50px; }
            body.admin-site-2 .slider-section .progressBarContainer .progressBarInner div span.progressBar .inProgress {
              background-color: #F9F9F9;
              width: 0%;
              height: 3px; }
    body.admin-site-2 .slider-section .controls_carousel {
      width: 100%;
      height: fit-content;
      position: absolute;
      z-index: 1;
      inset: 0 0 0 0;
      margin: auto;
      display: flex;
      justify-content: space-between;
      padding: 2rem; }
      body.admin-site-2 .slider-section .controls_carousel .back,
      body.admin-site-2 .slider-section .controls_carousel .next {
        width: 82px;
        height: 82px;
        position: relative;
        background-color: rgba(255, 255, 255, 0.25);
        cursor: pointer;
        transition: all .3s ease-in-out; }
        body.admin-site-2 .slider-section .controls_carousel .back:hover,
        body.admin-site-2 .slider-section .controls_carousel .next:hover {
          background-color: #fff; }
        body.admin-site-2 .slider-section .controls_carousel .back img,
        body.admin-site-2 .slider-section .controls_carousel .next img {
          width: 80%;
          display: block;
          margin: 9% auto; }
    body.admin-site-2 .slider-section .cont {
      margin-left: 5px; }
  body.admin-site-2 .counter-section {
    margin-top: 0; }
    body.admin-site-2 .counter-section .single-area {
      justify-content: center;
      height: 100%; }
      body.admin-site-2 .counter-section .single-area .text-area {
        margin-left: 15px; }
      body.admin-site-2 .counter-section .single-area .img-area {
        width: 300px; }
        body.admin-site-2 .counter-section .single-area .img-area img {
          margin: auto;
          display: block; }
    body.admin-site-2 .counter-section::before {
      left: 0;
      width: 100%;
      background-color: #202020;
      border: 1px solid #F9F9F9;
      border-radius: 25px; }
  body.admin-site-2 .default_section {
    min-height: 100vh;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    body.admin-site-2 .default_section.start {
      padding-top: 166px; }
    body.admin-site-2 .default_section.background {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  body.admin-site-2 .medium_section {
    min-height: 55vh;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    body.admin-site-2 .medium_section input.special {
      background-color: transparent !important;
      font-size: 42px;
      font-size: 42px;
      padding: 2.5rem;
      text-align: center;
      max-width: 1000px;
      border: 1px solid #D9D9D9 !important;
      transition: all .3s ease-in-out; }
      body.admin-site-2 .medium_section input.special:focus {
        border: 1px solid #fff !important; }
      body.admin-site-2 .medium_section input.special::placeholder {
        color: #D9D9D9; }
  body.admin-site-2 .bet-this-game .single-area {
    border: 1px solid #F9F9F9; }
    body.admin-site-2 .bet-this-game .single-area .head-area {
      background-color: #F9F9F9; }
    body.admin-site-2 .bet-this-game .single-area .bottom-item {
      border-top: 1px solid #F9F9F9; }
  body.admin-site-2 .amazing-features .features-carousel .slick-arrow.slick-next::before {
    background-image: url(../../../assets/images/icon/arrow-right.png); }
  body.admin-site-2 .amazing-features .features-carousel .slick-arrow.slick-prev::before {
    background-image: url(../../../assets/images/icon/arrow-left.png); }
  body.admin-site-2 .faqs-section .faq-bg::before {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
  body.admin-site-2 .faqs-section .accordion .accordion-item {
    background: #202020;
    border: 1px solid #F9F9F9; }
    body.admin-site-2 .faqs-section .accordion .accordion-item .accordion-button {
      background: #F9F9F9 !important; }
      body.admin-site-2 .faqs-section .accordion .accordion-item .accordion-button::before {
        background-color: #202020; }
    body.admin-site-2 .faqs-section .accordion .accordion-item .accordion-body p {
      border-top: 1px solid #fff; }
  body.admin-site-2 .log-reg .modal-content {
    background-color: #003E7E;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    border: none;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15%; }
    body.admin-site-2 .log-reg .modal-content::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../../../assets/img/general/Vector-2.png); }
    body.admin-site-2 .log-reg .modal-content.type-2 {
      background-color: #f3f3f3;
      overflow: hidden;
      border-radius: 25px;
      position: relative;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      overflow: hidden; }
      body.admin-site-2 .log-reg .modal-content.type-2 .pdf_container {
        width: 100%;
        height: 90vh; }
      body.admin-site-2 .log-reg .modal-content.type-2 .pdf_container_2,
      body.admin-site-2 .log-reg .modal-content.type-2 .pdf_container_3 {
        width: 100%;
        height: 90vh; }
      body.admin-site-2 .log-reg .modal-content.type-2::after {
        display: none; }
    body.admin-site-2 .log-reg .modal-content img,
    body.admin-site-2 .log-reg .modal-content h4,
    body.admin-site-2 .log-reg .modal-content p {
      z-index: 2;
      position: relative;
      color: #003E7E;
      text-align: center; }
    body.admin-site-2 .log-reg .modal-content .log-reg-btn {
      position: relative;
      z-index: 1; }
      body.admin-site-2 .log-reg .modal-content .log-reg-btn li button {
        border-bottom: none; }
        body.admin-site-2 .log-reg .modal-content .log-reg-btn li button::before {
          content: '';
          width: 1000px;
          position: absolute;
          height: 500px;
          background-color: #F9F9F9;
          bottom: -15px;
          left: -100px;
          z-index: -1; }
        body.admin-site-2 .log-reg .modal-content .log-reg-btn li button.active {
          border-bottom: 1px solid #003E7A;
          color: #003E7A; }
    body.admin-site-2 .log-reg .modal-content .modal-header {
      z-index: 2;
      top: 1rem;
      right: 1rem; }
      body.admin-site-2 .log-reg .modal-content .modal-header .btn-close {
        background-color: white !important;
        background: url(../../../assets/img/icons/close.svg);
        opacity: 1;
        background-size: contain; }
    body.admin-site-2 .log-reg .modal-content .custom-btn {
      color: #fff;
      min-width: 100px;
      padding: 9px 14px;
      border-radius: 4px;
      font-size: 16px; }
      body.admin-site-2 .log-reg .modal-content .custom-btn.facebook-btn {
        background-color: #4067B2; }
      body.admin-site-2 .log-reg .modal-content .custom-btn.google-btn {
        background-color: #EA4335; }
    body.admin-site-2 .log-reg .modal-content .tab-content .login-reg-content .head-area {
      border-bottom: 1px solid #F9F9F9; }
    body.admin-site-2 .log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single input:checked ~ .checkmark {
      background: #F9F9F9;
      border: 1px solid #F9F9F9; }
    body.admin-site-2 .log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkmark {
      background-color: #F9F9F9; }
      body.admin-site-2 .log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkmark::after {
        width: auto;
        height: auto;
        background-image: none;
        content: '\f00c';
        font-weight: 900;
        color: #fff;
        font-family: 'Font Awesome 5 Free';
        font-size: .8rem; }
    body.admin-site-2 .log-reg .modal-content .modal_body {
      padding: 3rem 2rem;
      width: 100%;
      height: 100%; }
    body.admin-site-2 .log-reg .modal-content .share_icons_modal {
      display: flex;
      justify-content: space-evenly;
      padding: 50px 40px 15px; }
      body.admin-site-2 .log-reg .modal-content .share_icons_modal a i {
        font-size: 2.2rem;
        color: #003E7A; }
  body.admin-site-2 .input-wrapper {
    display: flex;
    justify-content: center; }
    body.admin-site-2 .input-wrapper .input-inner {
      padding: 0 1rem; }
      body.admin-site-2 .input-wrapper .input-inner.type-1 .input-container {
        background-color: #E90052;
        color: #fff;
        border-radius: 4px; }
      body.admin-site-2 .input-wrapper .input-inner.type-2 .input-container {
        background-color: #003E7A;
        color: #000;
        border-radius: 4px; }
        body.admin-site-2 .input-wrapper .input-inner.type-2 .input-container input {
          color: #000;
          width: 2rem; }
          body.admin-site-2 .input-wrapper .input-inner.type-2 .input-container input::placeholder {
            color: #000; }
      body.admin-site-2 .input-wrapper .input-inner label {
        font-size: 12px; }
        body.admin-site-2 .input-wrapper .input-inner label.mb {
          margin-bottom: .2rem; }
        body.admin-site-2 .input-wrapper .input-inner label.mt {
          margin-top: .2rem;
          color: #003E7A;
          text-decoration: underline;
          cursor: pointer; }
      body.admin-site-2 .input-wrapper .input-inner .input-container {
        display: flex;
        align-items: center;
        width: fit-content;
        padding: 10px;
        margin: auto; }
        body.admin-site-2 .input-wrapper .input-inner .input-container input {
          background: transparent;
          border: none;
          /* width: 1.5rem; */
          height: fit-content;
          padding: 0;
          text-align: center; }
  body.admin-site-2 .grid-50-50 .last-name {
    grid-column: 1 / 3;
    text-align: left; }
  body.admin-site-2 .grid-50-50 span {
    text-align: left; }
  body.admin-site-2 .grid-60-15-25 p {
    text-align: left; }
  body.admin-site-2 .grid-60-15-25 .small {
    font-size: 12px; }
  body.admin-site-2 .field-container {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
    row-gap: 3rem; }
    body.admin-site-2 .field-container.type-2 {
      grid-template-columns: auto 125px; }
      body.admin-site-2 .field-container.type-2 .side-field {
        flex-direction: column; }
    body.admin-site-2 .field-container img {
      width: 100%;
      margin: auto;
      display: block; }
    body.admin-site-2 .field-container .side-field {
      display: flex;
      justify-content: center; }
    body.admin-site-2 .field-container .field {
      display: flex;
      flex-direction: column;
      position: relative; }
      body.admin-site-2 .field-container .field::after {
        content: '';
        background: url(../../../assets/img/general/field_2.png) center center no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        position: absolute; }
      body.admin-site-2 .field-container .field .field-row {
        display: flex;
        flex-direction: row;
        padding: .5rem 0; }
        body.admin-site-2 .field-container .field .field-row:nth-child(2) {
          padding: .5rem 24%; }
        body.admin-site-2 .field-container .field .field-row:nth-child(3) {
          padding: .5rem 19%; }
        body.admin-site-2 .field-container .field .field-row:nth-child(4) {
          padding: .5rem 34%; }
        body.admin-site-2 .field-container .field .field-row .player {
          margin: 0 auto;
          z-index: 2;
          position: relative; }
          body.admin-site-2 .field-container .field .field-row .player.captain::after {
            content: 'C';
            background-color: #F3D600;
            width: 30px;
            height: 30px;
            position: absolute;
            top: 10%;
            right: 15%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 500;
            border-radius: 4px;
            font-size: 1.2rem; }
          body.admin-site-2 .field-container .field .field-row .player img {
            width: 58px; }
          body.admin-site-2 .field-container .field .field-row .player p {
            font-size: 16px; }
    body.admin-site-2 .field-container .player {
      margin: 0 .5rem 25px; }
      body.admin-site-2 .field-container .player img {
        width: 60px; }
      body.admin-site-2 .field-container .player .card-white {
        border: 0;
        width: fit-content;
        margin: auto;
        padding: 5px 10px; }
  body.admin-site-2 .button-container {
    display: block;
    margin: 0 auto;
    width: fit-content; }
    body.admin-site-2 .button-container button {
      margin: 0 .5rem; }
  body.admin-site-2 .player-image {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #F9F9F9; }
    body.admin-site-2 .player-image img {
      max-height: 183px;
      width: auto;
      display: block;
      margin: auto; }
  body.admin-site-2 .player-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    width: calc(100% + 60px);
    background-color: #F9F9F9;
    margin-left: -30px;
    margin-right: -30px; }
    body.admin-site-2 .player-points .player-point {
      text-align: center;
      position: relative;
      display: block;
      padding: 1rem 0; }
      body.admin-site-2 .player-points .player-point:not(:last-child):after {
        content: '';
        position: absolute;
        width: 100%;
        height: 80%;
        border-right: 1px solid #D9D9D9;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
  body.admin-site-2 .modal-logo-container {
    display: grid;
    grid-template-columns: 50px auto;
    width: 100%; }
    body.admin-site-2 .modal-logo-container button {
      display: block;
      margin-left: auto; }
  body.admin-site-2 .faqs-section.faqs-page ul {
    border: none; }
    body.admin-site-2 .faqs-section.faqs-page ul .cmn-btn,
    body.admin-site-2 .faqs-section.faqs-page ul .faqs-section.faqs-page ul .cmn-btn {
      background-color: transparent;
      color: #003E7A; }
    body.admin-site-2 .faqs-section.faqs-page ul .cmn-btn.active,
    body.admin-site-2 .faqs-section.faqs-page ul .cmn-btn:hover {
      background-color: #003E7A;
      color: #000; }
  body.admin-site-2 .faqs-section .accordion .accordion-item .accordion-button {
    padding-left: 20px; }
    body.admin-site-2 .faqs-section .accordion .accordion-item .accordion-button img {
      margin-right: 20px; }
    body.admin-site-2 .faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
      background-image: url(../../../assets/img/icons/add.svg); }
  body.admin-site-2 .dashboard-content .bets-tab ul {
    border: none; }
    body.admin-site-2 .dashboard-content .bets-tab ul .cmn-btn {
      background-color: transparent;
      color: #003E7A;
      border: 1px solid #003E7A; }
    body.admin-site-2 .dashboard-content .bets-tab ul .cmn-btn.active,
    body.admin-site-2 .dashboard-content .bets-tab ul .cmn-btn:hover {
      background-color: #003E7A;
      color: #000; }
  body.admin-site-2 .dashboard-content .setting-personal-details {
    background-color: #202020;
    white_2: #F9F9F9; }
    body.admin-site-2 .dashboard-content .setting-personal-details .single-input input {
      background-color: #F9F9F9;
      white_2: #F9F9F9; }
  body.admin-site-2 .dashboard-content .dashboard-sidebar .single-item {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
  body.admin-site-2 .dashboard-content .dashboard-heading {
    background-color: #202020;
    border-bottom: 1px solid #F9F9F9; }
    body.admin-site-2 .dashboard-content .dashboard-heading ul li .nav-link.active,
    body.admin-site-2 .dashboard-content .dashboard-heading ul li .nav-link:hover {
      background-color: transparent;
      position: relative; }
      body.admin-site-2 .dashboard-content .dashboard-heading ul li .nav-link.active::after,
      body.admin-site-2 .dashboard-content .dashboard-heading ul li .nav-link:hover::after {
        content: '';
        position: absolute;
        width: calc(100% - 20px);
        height: 2px;
        background-color: #003E7A;
        left: 0;
        bottom: 25%;
        margin: 0 10px; }
  body.admin-site-2 .dashboard-content .deposit-with-tab .balance-area {
    background: #202020;
    border: 1px solid #F9F9F9; }
    body.admin-site-2 .dashboard-content .deposit-with-tab .balance-area .head-area {
      border-bottom: 1px solid #F9F9F9; }
      body.admin-site-2 .dashboard-content .deposit-with-tab .balance-area .head-area select {
        background-color: #202020;
        color: #fff; }
  body.admin-site-2 .dashboard-content .deposit-with-tab .right-area {
    background: #202020;
    border: 1px solid #F9F9F9; }
    body.admin-site-2 .dashboard-content .deposit-with-tab .right-area .address-bar {
      background-color: #202020;
      border: 1px solid #F9F9F9; }
      body.admin-site-2 .dashboard-content .deposit-with-tab .right-area .address-bar .input-area {
        background-color: #F9F9F9;
        border: 1px solid #F9F9F9; }
        body.admin-site-2 .dashboard-content .deposit-with-tab .right-area .address-bar .input-area input {
          background-color: #F9F9F9; }
    body.admin-site-2 .dashboard-content .deposit-with-tab .right-area .bottom-area .single-item h6 {
      color: #F3D600; }
  body.admin-site-2 .dashboard-content .transactions-tab form button {
    background-color: #003E7A;
    border: 1px solid #003E7A;
    border-radius: 25px;
    color: #000;
    transition: all .3s ease;
    padding: 5px 20px;
    margin-bottom: 3px; }
    body.admin-site-2 .dashboard-content .transactions-tab form button:hover {
      background-color: transparent;
      color: #003E7A; }
  body.admin-site-2 .dashboard-content .tab-content .table-responsive .table tr {
    background-color: #202020; }
  body.admin-site-2 .dashboard-content .tab-content .single-info {
    background-color: #F9F9F9; }
  body.admin-site-2 .dashboard-content .tab-content h5.title {
    background-color: #F9F9F9; }
  body.admin-site-2 .dashboard-content .buy-crypto {
    background-color: #202020;
    white_2: #F9F9F9; }
    body.admin-site-2 .dashboard-content .buy-crypto .form-box {
      background-color: #202020;
      white_2: #F9F9F9; }
    body.admin-site-2 .dashboard-content .buy-crypto .input-select {
      border: 1px solid #F9F9F9; }
      body.admin-site-2 .dashboard-content .buy-crypto .input-select input {
        background-color: #F9F9F9;
        border: 1px solid #F9F9F9; }
  body.admin-site-2 .dashboard-content .affiliate-tab {
    background-color: #202020;
    white_2: #F9F9F9; }
    body.admin-site-2 .dashboard-content .affiliate-tab .referral-bar {
      background-color: #202020;
      white_2: #F9F9F9; }
      body.admin-site-2 .dashboard-content .affiliate-tab .referral-bar .input-area {
        background-color: #F9F9F9;
        border: 1px solid #F9F9F9; }
        body.admin-site-2 .dashboard-content .affiliate-tab .referral-bar .input-area input {
          background-color: #F9F9F9; }
    body.admin-site-2 .dashboard-content .affiliate-tab .table-area {
      background-color: #202020; }
      body.admin-site-2 .dashboard-content .affiliate-tab .table-area .input-area {
        background-color: #F9F9F9;
        white_2: #F9F9F9; }
  body.admin-site-2 .blog-section .single-blog .blog-content {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
    body.admin-site-2 .blog-section .single-blog .blog-content .bottom-item {
      border-top: 1px solid #F9F9F9; }
  body.admin-site-2 .blog-section .sidebar-blog .sidebar-single {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
    body.admin-site-2 .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow {
      width: 30px;
      height: 30px; }
      body.admin-site-2 .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow:hover {
        background-color: transparent; }
      body.admin-site-2 .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-prev {
        right: calc(11%); }
        body.admin-site-2 .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-prev::before {
          background-image: url(../../../assets/img/icons/arrow_backward.png);
          background-position: center center; }
      body.admin-site-2 .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-next::before {
        background-image: url(../../../assets/img/icons/arrow_forward.png);
        background-position: center center; }
  body.admin-site-2 .blog-section .blog-post {
    background: #202020;
    border: 1px solid #F9F9F9; }
    body.admin-site-2 .blog-section .blog-post .author .author-img {
      border: 3px solid #F9F9F9;
      max-width: 80px; }
  body.admin-site-2 .blog-section .bottom-item {
    border-top: 1px solid #F9F9F9; }
  body.admin-site-2 .blog-section .comments-area .title {
    border-bottom: 1px solid #F9F9F9; }
  body.admin-site-2 .blog-section .comments-area .single-comments {
    border-bottom: 1px solid #F9F9F9; }
    body.admin-site-2 .blog-section .comments-area .single-comments .right-area .reply-btn {
      color: #003E7A; }
  body.admin-site-2 .blog-section .leave-comments {
    background-color: #202020;
    border: 1px solid #F9F9F9; }
    body.admin-site-2 .blog-section .leave-comments .single-input .input-area {
      background-color: #F9F9F9;
      border: 1px solid #F9F9F9; }
    body.admin-site-2 .blog-section .leave-comments .single-input textarea {
      background-color: #F9F9F9;
      border: 1px solid #F9F9F9; }
  body.admin-site-2 .pagination .page-item .page-link {
    background: transparent;
    border: 1px solid #003E7A;
    color: #003E7A;
    font-size: 1.1rem; }
  body.admin-site-2 .add-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; }
    body.admin-site-2 .add-container img {
      max-width: 266px; }
    body.admin-site-2 .add-container h2 {
      margin: 1rem; }
  body.admin-site-2 .sample-container {
    width: 1000px;
    height: 1000px;
    margin: auto; }
  body.admin-site-2 .button-mobile {
    display: none; }
  body.admin-site-2 .bg-white-content {
    background-color: white;
    padding: 1.5rem;
    border-radius: 16px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.15); }
  body.admin-site-2 .title-secction {
    font-size: 43px;
    line-height: normal;
    font-weight: 700;
    color: #003E7A; }
  body.admin-site-2 .title-secction-form {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #003E7A; }
  body.admin-site-2 .txt-black {
    color: #000; }
  body.admin-site-2 .txt-blue {
    color: #003E7E; }
  body.admin-site-2 .txt-left {
    text-align: left; }
  body.admin-site-2 .over-none {
    overflow: initial; }
  body.admin-site-2 .content-parafo {
    padding: 0px 0.5rem; }
    body.admin-site-2 .content-parafo p {
      font-size: 1rem;
      color: #000;
      margin-bottom: 0.5rem; }
  body.admin-site-2 .content-img {
    width: 100%; }
    body.admin-site-2 .content-img img {
      width: 100% !important;
      max-height: 300px;
      min-height: 250px;
      /* height: 100%; */
      object-fit: contain;
      object-position: center; }
  body.admin-site-2 .mb-20 {
    margin-bottom: 20px; }
  body.admin-site-2 .mt-16px {
    margin-top: 30px; }
  body.admin-site-2 .accordion-wrap {
    padding: 0px 0.5rem; }
  body.admin-site-2 .accordion-item-b {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 16px; }
  body.admin-site-2 .accordion-header {
    transition: ease-in-out 100ms;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #002C62;
    font-weight: 700;
    padding: 8px;
    border-bottom: 1px solid rgba(174, 173, 173, 0.516);
    user-select: none; }
    body.admin-site-2 .accordion-header:hover {
      background-color: #e3e3e37f;
      border-radius: 5px; }
    body.admin-site-2 .accordion-header .h-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 40px !important;
      min-height: 40px !important;
      background-color: #002C62;
      border-radius: 5px;
      color: white; }
    body.admin-site-2 .accordion-header strong {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      line-height: normal; }
  body.admin-site-2 .accordion-text {
    width: 100%;
    display: none;
    padding-top: 5px;
    padding-bottom: 20px; }
    body.admin-site-2 .accordion-text ul {
      list-style: disc;
      padding: 1rem;
      margin-left: 1.5rem; }
      body.admin-site-2 .accordion-text ul li {
        font-size: 16px;
        margin-bottom: 8px; }
  body.admin-site-2 .fa {
    transition: ease-in-out 300ms; }
  body.admin-site-2 .rotate-fa {
    transform: rotate(180deg); }
  body.admin-site-2 .accordion-header .fa {
    float: right;
    line-height: 35px; }
  body.admin-site-2 .accordion-gold {
    color: #002C62; }
  body.admin-site-2 .accordion-no-bar {
    border-bottom: 0; }
  body.admin-site-2 .content-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between; }
  body.admin-site-2 .sub-title-section {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #003E7E; }
  body.admin-site-2 .input-select {
    width: 170px;
    flex-grow: 2; }
    body.admin-site-2 .input-select label {
      font-weight: 400;
      font-size: 15px;
      color: #003E7E; }
    body.admin-site-2 .input-select select {
      border: 1px solid #003E7E !important; }
    body.admin-site-2 .input-select button {
      margin-top: 28px;
      padding: 14px 40px;
      background: rgba(0, 63, 126, 0.14);
      border-radius: 10px;
      color: #002C62;
      border: none; }
      body.admin-site-2 .input-select button:hover {
        background: rgba(0, 63, 126, 0.25); }
      body.admin-site-2 .input-select button:active {
        transform: scale(0.9); }
  body.admin-site-2 .conten-search {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-top: 28px; }
    body.admin-site-2 .conten-search label {
      font-weight: 400;
      font-size: 15px;
      color: #003E7E;
      width: fit-content; }
  body.admin-site-2 .grid-img {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 230px));
    gap: 1.5rem;
    background-color: #F6F9F9;
    padding: 1rem;
    justify-content: center; }
    body.admin-site-2 .grid-img .item-grid {
      width: 100%;
      height: 100%;
      min-height: 237px;
      border-radius: 1rem;
      object-fit: contain;
      transition: transform 0.3s;
      background-color: #fff;
      border: 1px solid rgba(200, 198, 198, 0.5);
      overflow: hidden; }
      body.admin-site-2 .grid-img .item-grid:hover {
        transform: scale(1.1);
        transition: transform 0.3s;
        box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.2); }
    body.admin-site-2 .grid-img img {
      width: 100%;
      min-height: 237px;
      object-fit: fill; }
    body.admin-site-2 .grid-img span {
      display: block;
      width: 100%;
      text-align: center;
      color: #00346F;
      padding: 0.5rem;
      font-size: 1rem; }
  body.admin-site-2 .slider-benifit {
    width: 100vw !important; }
  body.admin-site-2 .spacing {
    padding-top: 12rem;
    min-height: auto;
    /* margin-top: 12rem; */ }
  body.admin-site-2 .modal {
    visibility: hidden;
    opacity: 0;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.506);
    transition: all .4s;
    height: 100vh; }
  body.admin-site-2 .modal:target {
    visibility: visible;
    opacity: 1; }
  body.admin-site-2 .modal__content {
    border-radius: 12px;
    position: relative;
    width: 750px;
    max-width: 90%;
    max-height: 90vh;
    background: #ffffff;
    padding: 1em 2em;
    overflow: auto; }
  body.admin-site-2 .modal__footer {
    text-align: right; }
    body.admin-site-2 .modal__footer a {
      color: #585858; }
    body.admin-site-2 .modal__footer i {
      color: #d02d2c; }
  body.admin-site-2 .modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: hwb(210 0% 51%/0.5);
    text-decoration: none;
    font-size: 2.5rem;
    transition: 0.2s; }
    body.admin-site-2 .modal__close:hover {
      color: hwb(210 0% 51%);
      transition: 0.2s; }
  body.admin-site-2 .info-wrapp-modal {
    color: #000;
    background-color: #B0B0B033;
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem; }
  body.admin-site-2 .status-modal {
    background-color: #1795EA1A;
    text-align: center;
    border-radius: 5px; }
    body.admin-site-2 .status-modal p {
      padding: 1rem;
      color: #1795EA;
      font-size: 1rem;
      font-weight: 700; }
  body.admin-site-2 .modal-descripcion p {
    font-size: 0.7rem;
    color: gray;
    line-height: 0.9rem;
    text-align: justify;
    padding: 0.7rem;
    background-color: #b0b0b082;
    margin-top: 0.5rem;
    border-radius: 5px; }
  body.admin-site-2 .img-modal {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px; }
  body.admin-site-2 .layou-moodal-img {
    display: flex;
    justify-content: center;
    /* background-color: rgba(0, 63, 126, 1);
	padding: 0.5rem; */ }
    body.admin-site-2 .layou-moodal-img img {
      border-radius: 10px;
      border: 1px solid rgba(200, 198, 198, 0.5); }
  body.admin-site-2 .layou-moodal-head {
    border-bottom: 1px solid #c9c4c47a;
    padding-bottom: 0.5rem; }
    body.admin-site-2 .layou-moodal-head p {
      color: #a9a9a9;
      font-size: 1rem;
      font-weight: 400;
      padding: 0.5rem 0rem; }
  body.admin-site-2 .layou-moodal-subitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem; }
    body.admin-site-2 .layou-moodal-subitem__item label {
      font-size: 1rem;
      color: #002C62;
      font-weight: 400; }
    body.admin-site-2 .layou-moodal-subitem__item span {
      font-size: 1.2rem;
      font-weight: 700;
      color: #000; }
  body.admin-site-2 .layou-moodal-body-list label {
    color: #221F1F;
    font-weight: 700;
    font-size: 1rem; }
  body.admin-site-2 .layou-moodal-body-list ul {
    list-style: disc;
    color: #221F1F;
    margin-left: 1rem; }
    body.admin-site-2 .layou-moodal-body-list ul li {
      font-size: 0.95rem;
      font-weight: 400;
      line-height: 1.5rem; }
  body.admin-site-2 .layou-moodal-head-socia {
    padding: 0.5rem 0rem; }
    body.admin-site-2 .layou-moodal-head-socia label {
      color: #002C62;
      font-size: 1rem;
      font-weight: 600; }
    body.admin-site-2 .layou-moodal-head-socia ul {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem; }
      body.admin-site-2 .layou-moodal-head-socia ul li {
        transition: transform 0.3s; }
        body.admin-site-2 .layou-moodal-head-socia ul li:hover {
          transform: scale(1.2);
          transition: transform 0.3s; }
  body.admin-site-2 .swiper {
    width: 100%;
    height: 100%;
    user-select: none; }
  body.admin-site-2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
  body.admin-site-2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  body.admin-site-2 .swiper-button-next::after,
  body.admin-site-2 .swiper-button-prev::after {
    content: ""; }
  body.admin-site-2 .swiper-button-next,
  body.admin-site-2 .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5); }
    body.admin-site-2 .swiper-button-next:hover,
    body.admin-site-2 .swiper-button-prev:hover {
      background-color: white; }
  body.admin-site-2 .swiper-button-next {
    right: 5%; }
  body.admin-site-2 .swiper-button-prev {
    left: 5%; }
  body.admin-site-2 .img-comunicado {
    display: flex;
    justify-content: center;
    padding: 1rem; }
  body.admin-site-2 .txt-justify {
    text-align: justify; }
  body.admin-site-2 .txt-bold {
    font-weight: 700; }
  body.admin-site-2 .content-btns {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    /* padding: 1rem; */ }
    body.admin-site-2 .content-btns a,
    body.admin-site-2 .content-btns button,
    body.admin-site-2 .content-btns input[type=submit] {
      background: #003E7E !important;
      border-radius: 5px;
      color: #F9F9F9;
      font-weight: 700;
      padding: 1.1rem 3rem;
      font-size: 18px;
      line-height: 21px;
      border: 1px solid #003E7E !important;
      text-align: center; }
      body.admin-site-2 .content-btns a:hover,
      body.admin-site-2 .content-btns button:hover,
      body.admin-site-2 .content-btns input[type=submit]:hover {
        color: #003E7E !important;
        background-color: transparent !important; }
    body.admin-site-2 .content-btns input[type=submit] {
      padding: 0px !important; }
    body.admin-site-2 .content-btns .btn-size-equal {
      width: 200px; }
    body.admin-site-2 .content-btns .cancel {
      /* background: #F3F3F3 !important;
      color: hsla(0, 5%, 13%, 0.4) !important; */
      font-weight: 700;
      border: none !important;
      flex: 1 0 150px;
      background: #e0e0e0 !important;
      color: #003E7E !important; }
      body.admin-site-2 .content-btns .cancel:hover {
        background: #003E7E !important;
        color: white !important; }
    body.admin-site-2 .content-btns .ok {
      font-weight: 700;
      background: #003E7E;
      border: none !important;
      flex: 1 0 150px; }
      body.admin-site-2 .content-btns .ok:hover {
        background: #002f5e !important;
        color: white !important; }
  body.admin-site-2 .content-parrafo {
    font-size: 1rem; }
    body.admin-site-2 .content-parrafo p {
      font-size: 1rem; }
  body.admin-site-2 .content-btns-rigth {
    display: flex;
    justify-content: flex-end; }
  body.admin-site-2 .contents-imgs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    background: white;
    z-index: 1; }
    body.admin-site-2 .contents-imgs__active {
      background-color: #BAE6FF; }
    body.admin-site-2 .contents-imgs__item {
      flex: 1 0 250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 2rem;
      cursor: pointer;
      background-color: white;
      position: relative;
      transition: transform 0.3s;
        /* &:hover .check {
			border: 2px solid hsla(210, 100%, 25%, 0.5);
		} */ }
      body.admin-site-2 .contents-imgs__item img {
        padding: 0.5rem;
        width: fit-content;
        z-index: 2; }
      body.admin-site-2 .contents-imgs__item span {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #003E7E;
        z-index: 2;
        margin-top: 1rem;
        text-align: center; }
      body.admin-site-2 .contents-imgs__item label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        cursor: pointer; }
      body.admin-site-2 .contents-imgs__item .bg-check {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      body.admin-site-2 .contents-imgs__item:hover {
        background-color: #BAE6FF;
        transform: scale(1.1);
        transition: transform 0.3s; }
      body.admin-site-2 .contents-imgs__item .check {
        display: block;
        position: absolute;
        border: 2px solid #003E7E;
        border-radius: 100%;
        height: 27px;
        width: 27px;
            /* top: 30px;
			left: 20px; */
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear; }
      body.admin-site-2 .contents-imgs__item .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 15px;
        width: 15px;
        top: 50%;
        left: 50%;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        transform: translate(-50%, -50%); }
      body.admin-site-2 .contents-imgs__item input[type=radio]:checked ~ .check {
        border: 2px solid #003E7E; }
      body.admin-site-2 .contents-imgs__item input[type=radio] {
        z-index: -1 !important;
        opacity: 0; }
      body.admin-site-2 .contents-imgs__item input[type=radio]:checked ~ .check::before {
        background: #003E7E; }
      body.admin-site-2 .contents-imgs__item input[type=radio]:checked ~ label ~ .bg-check {
        background-color: #BAE6FF; }
  body.admin-site-2 div[disabled],
  body.admin-site-2 a[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; }
  body.admin-site-2 .title-section-form {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #003E7E;
    margin-bottom: 1rem; }
    body.admin-site-2 .title-section-form label {
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #202020;
      margin-top: 2rem; }
  body.admin-site-2 .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 0.5rem;
    flex-wrap: wrap; }
    body.admin-site-2 .title-section .color-1 {
      color: #003E7E; }
    body.admin-site-2 .title-section h4 {
      font-weight: 700;
      font-size: 1.3rem;
      margin: 0px;
      line-height: 18px;
      width: inherit; }
    body.admin-site-2 .title-section span {
      font-size: 1rem;
      font-weight: 400;
      color: rgba(33, 33, 33, 0.5); }
  body.admin-site-2 .label-form {
    font-size: 1rem;
    font-weight: 400;
    color: #202020; }
    body.admin-site-2 .label-form span::after {
      content: "*";
      color: #FF0505; }
  body.admin-site-2 .a-i-c {
    align-items: center; }
  body.admin-site-2 .outline2 {
    font-weight: 500;
    color: #202020 !important; }
    body.admin-site-2 .outline2:focus {
      border: 1px solid #003E7E !important; }
  body.admin-site-2 .unstyled {
    margin: 0;
    padding: 1rem;
    list-style-type: none;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    /* .styled-checkbox:focus+label:before {
		box-shadow: 0 0 0 3px #003E7E;
	} */ }
    body.admin-site-2 .unstyled li {
      width: 150px;
      display: flex;
      justify-content: end;
      /* flex: 1 0 150px; */ }
    body.admin-site-2 .unstyled label {
      color: #000;
      font-size: 1rem;
      display: flex;
      justify-content: center;
      width: fit-content;
      align-items: center;
      flex-direction: row-reverse;
      gap: 0.5rem;
      width: fit-content;
      line-height: normal; }
      body.admin-site-2 .unstyled label:hover {
        color: #003E7E; }
    body.admin-site-2 .unstyled .styled-checkbox {
      position: absolute;
      opacity: 0; }
    body.admin-site-2 .unstyled .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0; }
    body.admin-site-2 .unstyled .styled-checkbox + label:before {
      content: "";
      /* margin-right: 10px; */
      display: inline-block;
      vertical-align: text-top;
      min-width: 18px;
      min-height: 18px;
      background: #ffffff;
      border: 2px solid #003E7E;
      border-radius: 4px; }
    body.admin-site-2 .unstyled .styled-checkbox:hover + label:before {
      background: #003E7E; }
    body.admin-site-2 .unstyled .styled-checkbox:checked + label:before {
      background: #003E7E; }
    body.admin-site-2 .unstyled .styled-checkbox:disabled + label {
      color: #b8b8b8;
      cursor: auto; }
    body.admin-site-2 .unstyled .styled-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd; }
    body.admin-site-2 .unstyled .styled-checkbox:checked + label:after {
      content: "";
      position: absolute;
      right: 12px;
      top: 50%;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg) translateY(-50%); }
  body.admin-site-2 .unstyled2 {
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    body.admin-site-2 .unstyled2 li {
      width: 100%;
      display: flex;
      justify-content: start;
      /* flex: 1 0 150px; */ }
    body.admin-site-2 .unstyled2 label {
      flex-direction: initial; }
    body.admin-site-2 .unstyled2 .styled-checkbox:checked + label:after {
      content: "";
      position: absolute;
      left: 4px;
      /* top: 14px; */ }
  body.admin-site-2 .layou-center {
    display: flex;
    justify-content: stretch;
    /* align-items: center; */
    flex-direction: column; }
  body.admin-site-2 .login-img {
    display: flex;
    justify-content: center;
    align-items: center; }
    body.admin-site-2 .login-img img {
      width: 65%; }
  body.admin-site-2 .layou-full {
    display: flex;
    justify-content: stretch;
    align-items: stretch; }
  body.admin-site-2 .chk-title-list {
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    text-align: center;
    color: #003E7E; }
  body.admin-site-2 .txt-area-input {
    font-size: 1rem;
    background: transparent;
    border: 1px solid gray;
    height: auto;
    color: #000; }
    body.admin-site-2 .txt-area-input:focus {
      border: 1px solid #003E7E; }
    body.admin-site-2 .txt-area-input::placeholder {
      color: gray; }
  body.admin-site-2 .edModal {
    --modalContenedor__marginY: 40px;
    --modalContenedor__ancho: 800px;
    --modalContenido__colorFondo: white;
    --modalContenido__redondeado: 18px;
    --modalEncabezado__alineacion: flex-end;
    --modalEncabezado__padding: 15px 15px 5px;
    --modalCerrar__tamano: 30px;
    --modalCerrar__colorFondo: gray;
    --modalCerrar__colorFondo--hover: #4d4d4d;
    --modalCerrar__colorIcono: white;
    z-index: 999;
    background-color: transparent;
    padding: 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    max-height: 100vh;
    overflow: hidden; }
  body.admin-site-2 .edModal--activo {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color .4s;
    z-index: 9999; }
    body.admin-site-2 .edModal--activo a {
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1rem; }
      body.admin-site-2 .edModal--activo a:hover {
        border: none;
        outline: none;
        color: white; }
  body.admin-site-2 .edModal--activo .edModal__contenido {
    opacity: 1;
    transform: translateY(0); }
  body.admin-site-2 .edModal__fondo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  body.admin-site-2 .edModal__contenedor {
    max-width: 90%;
    width: 100%;
    min-height: calc(100% - (var(--modalContenedor__marginY) * 2));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: var(--modalContenedor__marginY) auto;
    max-height: 100vh; }
  body.admin-site-2 .edModal__contenido {
    width: 90%;
    min-height: var(--modalCerrar__tamano);
    background-color: var(--modalContenido__colorFondo);
    border-radius: var(--modalContenido__redondeado);
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); */
    opacity: 0;
    transition: transform .6s, opacity .6s;
    transform: translateY(-100px);
    max-height: 85vh;
    overflow: hidden; }
  body.admin-site-2 .edModal__contenido-sucess {
    width: 750px; }
  body.admin-site-2 .edModal__encabezado {
    display: flex;
    justify-content: var(--modalEncabezado__alineacion);
    padding: var(--modalEncabezado__padding); }
  body.admin-site-2 .edModal-btn-close {
    border: none;
    background: none;
    font-size: 1.5rem;
    font-weight: 100;
    color: #00346f82; }
    body.admin-site-2 .edModal-btn-close:hover {
      color: #00346F; }
    body.admin-site-2 .edModal-btn-close:focus {
      outline: none;
      border: none; }
  body.admin-site-2 .edModal__cerrar {
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: var(--modalCerrar__tamano);
    height: var(--modalCerrar__tamano);
    background-color: var(--modalCerrar__colorFondo);
    border-radius: 50%;
    transition: background-color .3s; }
  body.admin-site-2 .edModal__cerrar:hover {
    cursor: pointer;
    background-color: red; }
  body.admin-site-2 .edModal__cerrarIcono {
    width: 60%; }
  body.admin-site-2 .edModal__cerrarIcono path {
    fill: white; }
  body.admin-site-2 .edModal__cuerpo {
    padding: 5px 30px 15px;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    max-height: 90vh; }
    body.admin-site-2 .edModal__cuerpo .emodal-item-c {
      flex: 1 0 200px; }
  body.admin-site-2 .modal-conten-success {
    box-sizing: border-box;
    padding: 2rem 3.8rem 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; }
    body.admin-site-2 .modal-conten-success img {
      width: 130px; }
    body.admin-site-2 .modal-conten-success__txt {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 0.5rem; }
      body.admin-site-2 .modal-conten-success__txt p,
      body.admin-site-2 .modal-conten-success__txt span {
        color: #003E7E;
        text-align: center; }
      body.admin-site-2 .modal-conten-success__txt p {
        font-weight: 700;
        font-size: 24px;
        line-height: 33px; }
      body.admin-site-2 .modal-conten-success__txt span {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px; }
  body.admin-site-2 .btn-back {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1rem 1rem 0rem;
    color: #003E7E;
    margin-bottom: 2rem;
    border-radius: 8px;
    width: fit-content;
    cursor: pointer; }
    body.admin-site-2 .btn-back label {
      color: #003E7E;
      font-size: 24px;
      line-height: 33px;
      width: fit-content;
      cursor: pointer; }
    body.admin-site-2 .btn-back i {
      font-size: 1.2rem;
      padding: 0.5rem 1rem 0.5rem 0rem; }
    body.admin-site-2 .btn-back:hover ~ i, body.admin-site-2 .btn-back:hover ~ label {
      color: rgba(0, 64, 128, 0.5);
      cursor: pointer; }
  body.admin-site-2 table.dataTable thead .sorting:after,
  body.admin-site-2 table.dataTable thead .sorting_asc:after,
  body.admin-site-2 table.dataTable thead .sorting_desc:after {
    top: 40%;
    padding-right: 8px; }
  body.admin-site-2 table.dataTable thead .sorting:before,
  body.admin-site-2 table.dataTable thead .sorting_asc:before,
  body.admin-site-2 table.dataTable thead .sorting_desc:before {
    top: 25%;
    padding-right: 8px; }
  body.admin-site-2 .table-form-style {
    /* border: 1px solid rgba(128, 128, 128, 0.54) !important; */
    border-radius: 12px;
    text-align: center;
    overflow: hidden; }
    body.admin-site-2 .table-form-style thead {
      background: #0070C0; }
      body.admin-site-2 .table-form-style thead tr {
        font-size: 13px;
        font-size: 600 !important;
        color: white;
        background: transparent !important; }
        body.admin-site-2 .table-form-style thead tr td {
          border: 1px solid #0070C0 !important; }
      body.admin-site-2 .table-form-style thead th {
        padding: 0.7rem !important;
        font-weight: 600;
        font-size: 13px;
        line-height: 21px;
        border-collapse: collapse;
        min-width: 80px;
        height: 50px; }
        body.admin-site-2 .table-form-style thead th div {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0.5rem; }
        body.admin-site-2 .table-form-style thead th::before {
          text-align: right;
          top: 40%;
          padding: 0px;
          bottom: 0px;
          height: fit-content;
          display: block;
          position: absolute;
          width: 100%;
          right: 0px;
          /*  content: "▲"; */ }
        body.admin-site-2 .table-form-style thead th::after {
          text-align: right;
          position: absolute;
          width: 100%;
          right: 0px;
          padding: 0px;
          /* content: "\F229";
          color: white;
          top: 50%; */ }
    body.admin-site-2 .table-form-style tbody td,
    body.admin-site-2 .table-form-style tbody a,
    body.admin-site-2 .table-form-style tbody span {
      font-weight: 400 !important;
      font-size: 13px;
      line-height: 21px;
      color: #003E7E;
      text-transform: uppercase;
      white-space: initial; }
      body.admin-site-2 .table-form-style tbody td:nth-child(1),
      body.admin-site-2 .table-form-style tbody a:nth-child(1),
      body.admin-site-2 .table-form-style tbody span:nth-child(1) {
        font-weight: 700; }
      body.admin-site-2 .table-form-style tbody td a,
      body.admin-site-2 .table-form-style tbody a a,
      body.admin-site-2 .table-form-style tbody span a {
        font-weight: 400 !important; }
        body.admin-site-2 .table-form-style tbody td a:hover,
        body.admin-site-2 .table-form-style tbody a a:hover,
        body.admin-site-2 .table-form-style tbody span a:hover {
          text-decoration: underline;
          cursor: pointer; }
    body.admin-site-2 .table-form-style tbody tr:nth-of-type(odd) {
      background: rgba(0, 62, 126, 0.1); }
    body.admin-site-2 .table-form-style tbody tr:nth-of-type(even) {
      background: rgba(0, 62, 126, 0.04); }
    body.admin-site-2 .table-form-style tbody tr:hover {
      background: rgba(0, 62, 126, 0.07); }
  body.admin-site-2 .txt-modal-msg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    color: #003E7E;
    margin-top: 2rem; }
    body.admin-site-2 .txt-modal-msg p {
      font-weight: 400;
      font-size: 1rem;
      line-height: 21px;
      color: #003E7E; }
  body.admin-site-2 .layou-par {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0rem;
    flex-wrap: wrap;
    gap: 1rem; }
  body.admin-site-2 .chk-login {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    body.admin-site-2 .chk-login input[type="checkbox"] {
      width: 22px;
      height: 22px; }
  body.admin-site-2 .content-date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content !important;
    gap: 1rem; }
    body.admin-site-2 .content-date label {
      color: #000;
      width: fit-content;
      font-size: 1rem; }
  body.admin-site-2 .icon-table {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 1.5rem; */ }
    body.admin-site-2 .icon-table a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      body.admin-site-2 .icon-table a:hover {
        transform: scale(1.1);
        transition: transform 0.2s;
        background: rgba(0, 61, 122, 0.1);
        border-radius: 5px; }
    body.admin-site-2 .icon-table img {
      margin: 0px;
      border-radius: 0px;
      width: 75%; }
      body.admin-site-2 .icon-table img:hover {
        background: none; }
  body.admin-site-2 .txt-red {
    color: red; }
  body.admin-site-2 .selection {
    width: 100%; }
  body.admin-site-2 .select2-container {
    width: 100% !important; }
  body.admin-site-2 .select2-container--default .select2-selection--single {
    height: auto;
    border-radius: 10px; }
  body.admin-site-2 .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.7rem 1rem;
    width: 100%; }
  body.admin-site-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 100%;
    background-image: url(../../../assets/img/icons/arrow_down.svg);
    background-size: 2rem;
    background-position: 98% center;
    background-repeat: no-repeat;
    margin-top: 12px; }
  body.admin-site-2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  body.admin-site-2 .hide-city {
    display: none; }
  body.admin-site-2 .brd-rigth {
    border-right: 1px solid #D9D9D9; }
  body.admin-site-2 .pd-1-5 {
    padding: 0rem 1.5rem; }
  body.admin-site-2 .pd-t-1-5 {
    padding: none; }
  body.admin-site-2 .img-shadow {
    filter: drop-shadow(0px 5px 10px rgba(0, 64, 128, 0.5)); }
  body.admin-site-2 .content-logos-img-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    body.admin-site-2 .content-logos-img-txt p {
      font-size: 1.1rem;
      font-weight: 500; }
  body.admin-site-2 .visibility-password {
    position: relative; }
    body.admin-site-2 .visibility-password div {
      position: absolute;
      right: 10px;
      top: 0px;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
    body.admin-site-2 .visibility-password input[type="password"],
    body.admin-site-2 .visibility-password input[type="text"] {
      padding-right: 3rem !important; }
  body.admin-site-2 .visibility-icon {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer; }
    body.admin-site-2 .visibility-icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  body.admin-site-2 .no-visibility {
    display: none; }
  body.admin-site-2 .btn-tertiary {
    padding: 0;
    line-height: 40px;
    width: 100%;
    margin: auto;
    display: block;
    border: 1px solid #A5A5A5;
    border-radius: 10px;
    position: relative; }
    body.admin-site-2 .btn-tertiary img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
  body.admin-site-2 .js-fileName {
    color: #000; }
  body.admin-site-2 .btn-tertiary:hover,
  body.admin-site-2 .btn-tertiary:focus {
    color: #888888;
    border-color: #888888; }
  body.admin-site-2 .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  body.admin-site-2 .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.2rem 1.5rem;
    cursor: pointer; }
  body.admin-site-2 .input-file + .js-labelFile.has-file .icon:before {
    content: "";
    color: #003E7E; }
  body.admin-site-2 .file-ok {
    opacity: 1; }
  body.admin-site-2 .file-cancel {
    opacity: 0; }
  body.admin-site-2 #table-providers_length label {
    display: none; }
  body.admin-site-2 .txt-datatable .dataTables_paginate a {
    font-size: 13px;
    color: #4B4B4B;
    font-weight: 400; }
  body.admin-site-2 .dataTables_length {
    display: none; }
  body.admin-site-2 .pop-table {
    cursor: pointer; }
  body.admin-site-2 .tool-city,
  body.admin-site-2 .tool-rubro {
    max-width: 80px; }
  body.admin-site-2 .tool-location {
    width: 150px;
    max-width: 150px; }
  body.admin-site-2 .email-table {
    text-transform: lowercase !important; }
  body.admin-site-2 span[data-tooltip] {
    position: relative; }
  body.admin-site-2 span[data-tooltip]::before,
  body.admin-site-2 span[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85; }
  body.admin-site-2 span[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #003E7E;
    color: #fff;
    font-size: 0.8rem;
    padding: 5px;
    border-radius: 5px;
    /* we don't want the text to wrap */
    text-decoration: none;
    z-index: 99;
    max-width: 250px;
    white-space: normal;
    /* min-width: 300px; */
    width: max-content;
    /* max-width: 95vw; */ }
  body.admin-site-2 span[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: ""; }
  body.admin-site-2 span[data-tooltip]:hover::before,
  body.admin-site-2 span[data-tooltip]:hover::after {
    display: block; }
  body.admin-site-2 span[data-tooltip][data-placement="left"]::before {
    top: 50%;
    right: 100%;
    margin-right: 10px;
    transform: translateY(-50%); }
  body.admin-site-2 span[data-tooltip][data-placement="left"]::after {
    border-left-color: #003E7E;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 4px; }
  body.admin-site-2 span[data-tooltip][data-placement="right"]::before {
    top: 50%;
    left: 100%;
    margin-left: 10px;
    transform: translateY(-50%); }
  body.admin-site-2 span[data-tooltip][data-placement="right"]::after {
    border-right-color: #003E7E;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px; }
  body.admin-site-2 span[data-tooltip][data-placement="top"]::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px; }
  body.admin-site-2 span[data-tooltip][data-placement="top"]::after {
    border-top-color: #003E7E;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px; }
  body.admin-site-2 span[data-tooltip][data-placement="bottom"]::before {
    top: 100%;
    left: 0;
    margin-top: 10px; }
  body.admin-site-2 span[data-tooltip][data-placement="bottom"]::after {
    border-bottom-color: #003E7E;
    border-top: none;
    top: 100%;
    left: 10px;
    margin-top: 4px; }
  body.admin-site-2 .item-list {
    width: 100%; }
    body.admin-site-2 .item-list .row {
      padding: 0.5rem;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(128, 128, 128, 0.1);
        /* &:nth-child(even) {
            background-color: hsla(210, 100%, 25%, 0.1);
        }

        &:nth-child(odd) {
            background-color: hsla(210, 100%, 25%, 0.2);
        } */ }
      body.admin-site-2 .item-list .row:hover {
        background-color: rgba(0, 64, 128, 0.1); }
  body.admin-site-2 .title-modal-item {
    color: #003E7E;
    font-size: 1rem;
    font-weight: 700; }
  body.admin-site-2 .contenido-modal-item {
    color: #003E7E;
    font-size: 1rem;
    font-weight: 500; }
  body.admin-site-2 .banner-img {
    width: 100%; }
    body.admin-site-2 .banner-img img {
      width: 100%; }
  body.admin-site-2 .layou-two-colum {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem; }
    body.admin-site-2 .layou-two-colum__item-1 {
      flex: 1 0 75%; }
    body.admin-site-2 .layou-two-colum__item-2 {
      flex: 1 0 300px; }
  body.admin-site-2 .container-new {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0rem 1.5rem;
    margin-top: 1.5rem; }
  body.admin-site-2 .layou-two-pall {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  body.admin-site-2 .select-drow .selectBox {
    border: 1px solid #ccc;
    position: relative;
    padding: 9px 24px;
    border-radius: 12px;
    cursor: pointer; }
    body.admin-site-2 .select-drow .selectBox__value {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
      body.admin-site-2 .select-drow .selectBox__value span {
        color: #000; }
      body.admin-site-2 .select-drow .selectBox__value img {
        max-height: 24px; }
    body.admin-site-2 .select-drow .selectBox:after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%) rotate(0deg);
      transition: all 0.2s ease-in-out;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='8.165' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E"); }
    body.admin-site-2 .select-drow .selectBox .dropdown-menu {
      transition: all 0.5s ease-in-out;
      opacity: 0;
      display: block;
      top: 100%;
      width: 100%;
      max-height: 200px;
      z-index: -1;
      overflow-y: auto;
      /* transform: translateY(-15%); */
      visibility: hidden; }
    body.admin-site-2 .select-drow .selectBox.show {
      background-color: #fff;
            /* &:after {
					transform: translateY(-50%) rotate(180deg);
				}
	 */ }
      body.admin-site-2 .select-drow .selectBox.show .dropdown-menu {
        transition: all 0.3s ease-in-out;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translate(-25px, 0px); }
  body.admin-site-2 table.dataTable {
    /* border-collapse: collapse !important; */
    border-collapse: separate !important;
    border-spacing: 1px; }
  body.admin-site-2 .w-full-m {
    width: 100% !important; }
  body.admin-site-2 .menu-principal {
    padding: 0.5rem; }
    body.admin-site-2 .menu-principal h3 {
      color: #003E7A;
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 1.5rem; }
    body.admin-site-2 .menu-principal li {
      background: #003E7E;
      text-align: center;
      border: 1px solid #003E7E;
      border-radius: 8px;
      margin-bottom: 10px; }
      body.admin-site-2 .menu-principal li a span {
        font-size: 12px;
        font-weight: 700;
        color: white; }
      body.admin-site-2 .menu-principal li:hover {
        background: transparent; }
      body.admin-site-2 .menu-principal li:hover a span {
        color: #003E7E; }
  body.admin-site-2 .recu-password:hover {
    text-decoration: underline;
    cursor: pointer; }
  body.admin-site-2 .iti__country-name {
    color: black !important; }
  body.admin-site-2 .open {
    background: transparent !important; }
    body.admin-site-2 .open a {
      background: transparent !important;
      color: #003E7E !important; }
  body.admin-site-2 .hover {
    background: transparent !important;
    color: #003E7E !important; }
    body.admin-site-2 .hover a {
      background: transparent !important;
      color: #003E7E !important; }
      body.admin-site-2 .hover a span {
        background: transparent !important;
        color: #003E7E !important; }
  body.admin-site-2 .menu-principal li:hover a {
    color: #003E7E !important; }
  body.admin-site-2 .menu-principal li:hover {
    background: transparent !important; }
  body.admin-site-2 .layout-msg-dow {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding-top: 1rem; }
  body.admin-site-2 .file_limitations {
    display: none; }
  body.admin-site-2 .file-d {
    border: 1px solid #00830070 !important;
    position: relative;
    padding-right: 2.5rem; }
    body.admin-site-2 .file-d::before {
      content: "";
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 30%;
      color: green;
      background: white;
      background-image: url(/assets/img/form-register/icons/ok.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 22px;
      height: 22px;
      transition: 10s;
      animation: bo 3s; }
@keyframes bo {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  body.admin-site-2 .nav-item a span {
    text-transform: uppercase; }
  body.admin-site-2 .table .title {
    background: #003E7E !important; }
  body.admin-site-2 .layout--select-check {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    width: 100%; }
  body.admin-site-2 .select-dropdown {
    box-sizing: border-box;
    position: relative;
    max-width: 400px;
    width: 100%;
    /*     margin: 80px auto 30px; */ }
  body.admin-site-2 .select-dropdown-btn, body.admin-site-2 .select-dropdown-btn2 {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    border: 1px solid #A5A5A5; }
  body.admin-site-2 .select-dropdown-btn .btn-text, body.admin-site-2 .select-dropdown-btn2 .btn-text {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    user-select: none; }
  body.admin-site-2 .select-dropdown-btn .arrow-dwn, body.admin-site-2 .select-dropdown-btn2 .arrow-dwn {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    transition: 0.3s; }
  body.admin-site-2 .select-dropdown-btn.open .arrow-dwn, body.admin-site-2 .select-dropdown-btn2.open .arrow-dwn {
    transform: rotate(-180deg); }
  body.admin-site-2 .select-dropdown ul, body.admin-site-2 .select-dropdown2 ul {
    position: relative;
    margin-top: 8px;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    display: none;
    border: 1px solid #A5A5A5;
    max-height: 150px;
    overflow-y: auto; }
  body.admin-site-2 .select-dropdown-btn.open ~ ul, body.admin-site-2 .select-dropdown-btn2.open ~ ul {
    display: block; }
  body.admin-site-2 .select-dropdown ul li, body.admin-site-2 .select-dropdown2 ul li {
    display: flex;
    align-items: center;
    list-style: none;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 15px;
    border-radius: 8px; }
  body.admin-site-2 .select-dropdown ul li:hover, body.admin-site-2 .select-dropdown2 ul li:hover {
    background-color: #e7edfe; }
  body.admin-site-2 .new-accordion {
    width: 100%; }
    body.admin-site-2 .new-accordion .accordion {
      min-width: 100%;
      /* margin: 0 auto 100px; */
      list-style: none; }
    body.admin-site-2 .new-accordion .accordion li {
      border-bottom: 1px solid #d9e5e8;
      position: relative; }
      body.admin-site-2 .new-accordion .accordion li form .new-form-edit {
        padding: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        flex-wrap: wrap; }
        body.admin-site-2 .new-accordion .accordion li form .new-form-edit input {
          max-width: 400px; }
        body.admin-site-2 .new-accordion .accordion li form .new-form-edit button {
          padding: 15px 20px; }
    body.admin-site-2 .new-accordion .accordion li form {
      display: none; }
    body.admin-site-2 .new-accordion .accordion li article {
      display: none;
      padding: 1rem 0px; }
    body.admin-site-2 .new-accordion .accordion a {
      width: 100%;
      display: block;
      cursor: pointer;
      font-weight: 600;
      line-height: 3;
      font-size: 1.2rem;
      /* text-indent: 15px; */
      user-select: none;
      color: #002C62; }
      body.admin-site-2 .new-accordion .accordion a:hover {
        color: #083266; }
    body.admin-site-2 .new-accordion a.active-c {
      color: #002449; }
    body.admin-site-2 .new-accordion table thead tr td {
      border: 1px solid white !important; }
    body.admin-site-2 .new-accordion table a {
      line-height: normal !important;
      font-size: 13px !important;
      width: fit-content !important;
      padding: 0.7rem 1rem !important; }
  body.admin-site-2 .dt-buttons a button span {
    color: white; }
  body.admin-site-2 table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  body.admin-site-2 table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: none; */ }
  body.admin-site-2 .dtr-details {
    width: 100%; }
    body.admin-site-2 .dtr-details li {
      text-align: left; }
  body.admin-site-2 .dtr-title div {
    font-weight: 700; }
  body.admin-site-2 .dtr-data {
    color: gray !important;
    margin-left: 1.5rem; }
  body.admin-site-2 .layuo-add {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  body.admin-site-2 .paginate_button {
    padding: 8px 14px !important;
    font-size: 1rem;
    border: 1px solid #002f5e;
    color: #002f5e;
    border-right: 1px solid rgba(0, 46, 92, 0); }
    body.admin-site-2 .paginate_button:hover {
      background-color: #002447;
      color: #F3D600 !important; }
  body.admin-site-2 .next {
    border-right: 1px solid #002f5e; }
  body.admin-site-2 .current {
    background-color: #002447 !important;
    color: #F3D600 !important; }
  body.admin-site-2 .file_container div.file_thumb {
    display: block; }
  body.admin-site-2 #table-admin-history_filter {
    width: fit-content; }
    body.admin-site-2 #table-admin-history_filter label {
      display: flex;
      gap: 1rem;
      justify-content: center;
      align-items: center; }
  body.admin-site-2 #dwl-1, body.admin-site-2 #dwl-2 {
    width: fit-content;
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
    flex-wrap: wrap; }
    body.admin-site-2 #dwl-1 #table-admin-history_filter label, body.admin-site-2 #dwl-1 #table-admin-providers_filter label, body.admin-site-2 #dwl-2 #table-admin-history_filter label, body.admin-site-2 #dwl-2 #table-admin-providers_filter label {
      font-size: 16px; }
      body.admin-site-2 #dwl-1 #table-admin-history_filter label input, body.admin-site-2 #dwl-1 #table-admin-providers_filter label input, body.admin-site-2 #dwl-2 #table-admin-history_filter label input, body.admin-site-2 #dwl-2 #table-admin-providers_filter label input {
        font-size: 1rem;
        margin-left: 10px; }
    body.admin-site-2 #dwl-1 #table-admin-providers_filter label input, body.admin-site-2 #dwl-2 #table-admin-providers_filter label input {
      width: 242px; }
  body.admin-site-2 table.dataTable > tbody > tr.child ul li {
    border-bottom: 1px solid rgba(0, 44, 98, 0.4);
    padding: 1rem 0px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  body.admin-site-2 div.dataTables_wrapper div.dataTables_info {
    white-space: normal; }
  body.admin-site-2 .th-td {
    width: 15px !important;
    max-width: 15px !important;
    min-width: 15px !important;
    padding: 0px !important; }
  body.admin-site-2 .filepond--drop-label {
    color: #4c4e53; }
  body.admin-site-2 .filepond--label-action {
    text-decoration-color: #babdc0; }
  body.admin-site-2 .filepond--panel-root {
    background-color: #edf0f4; }
  @media screen and (min-width: 1280px) {
    body.admin-site-2 .content__options-shop {
      grid-gap: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.admin-site-2 .content__options-shop .content_item-option {
        width: calc(100%/4); }
        body.admin-site-2 .content__options-shop .content_item-option.active {
          width: calc(100%/2.8); }
          body.admin-site-2 .content__options-shop .content_item-option.active .ctt__item::after {
            opacity: 0.8; } }
  @media screen and (max-width: 1199px) {
    body.admin-site-2 {
      /* .menu-movil{
        display: initial;
      } */ }
      body.admin-site-2 .app-content .header-navbar {
        width: 100%;
        /* max-width: calc(100% - (2.2rem * 2)); */
        left: 0;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (max-width: 767px) {
    body.admin-site-2 .table_responsive .dataTables_wrapper table.dataTable tbody tr.child ul.dtr-details {
      width: 100%;
      display: flex;
      flex-flow: wrap;
      padding: 1rem;
      padding-top: 0; }
      body.admin-site-2 .table_responsive .dataTables_wrapper table.dataTable tbody tr.child ul.dtr-details li {
        display: grid;
        grid-template-columns: minmax(0, 50%) minmax(0, 50%);
        width: 100%; }
        body.admin-site-2 .table_responsive .dataTables_wrapper table.dataTable tbody tr.child ul.dtr-details li .dtr-title,
        body.admin-site-2 .table_responsive .dataTables_wrapper table.dataTable tbody tr.child ul.dtr-details li .dtr-data {
          width: 100%;
          align-self: center; } }
  @media screen and (max-width: 639px) {
    body.admin-site-2 .select-content .filter-date {
      flex-wrap: wrap; } }
  @media screen and (max-width: 575px) {
    body.admin-site-2 .input-container {
      font-size: 15px; }
    body.admin-site-2 .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide img.icon_image {
      width: 30px; }
    body.admin-site-2 .pdf_container {
      height: 100vh !important; }
    body.admin-site-2 .pdf_container_2 {
      height: 100vh !important; }
    body.admin-site-2 .modal-content.type-2 {
      min-height: auto !important; }
    body.admin-site-2 .accordion-header strong {
      font-size: 0.9rem; }
    body.admin-site-2 .swiper-button-next,
    body.admin-site-2 .swiper-button-prev {
      display: none; }
    body.admin-site-2 .unstyled {
      justify-content: center; }
      body.admin-site-2 .unstyled label {
        font-size: 0.8rem; }
      body.admin-site-2 .unstyled li {
        flex: 1 0 100px; }
    body.admin-site-2 .unstyled2 li {
      flex: 1;
      gap: 1rem; }
    body.admin-site-2 .unstyled2 label {
      font-size: 1rem; }
    body.admin-site-2 .modal-conten-success {
      padding: 2rem 0rem 5rem; }
      body.admin-site-2 .modal-conten-success p {
        font-size: 18px;
        line-height: 23px; }
    body.admin-site-2 .login-img {
      display: none; }
    body.admin-site-2 .content-btns .btn-size-equal {
      width: 100%; }
    body.admin-site-2 .pd-1-5 {
      padding: 0.5rem rem 0rem; }
    body.admin-site-2 .pd-t-1-5 {
      padding: 0.5rem 12px; }
    body.admin-site-2 .grid-img {
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
    body.admin-site-2 .title-section button {
      width: 100%;
      text-align: center; }
    body.admin-site-2 .content-btns-rigth {
      width: 100%; }
      body.admin-site-2 .content-btns-rigth a {
        width: 100%; }
    body.admin-site-2 .big {
      width: 100%; }
      body.admin-site-2 .big input {
        width: 100%; }
    body.admin-site-2 .input-select button {
      width: 100%; }
    body.admin-site-2 .edModal__contenedor {
      min-width: 100%; }
    body.admin-site-2 .edModal__contenido {
      width: 100%; }
      body.admin-site-2 .edModal__contenido .edModal__cuerpo {
        padding: 0px 1rem 4.5rem 1rem; }
    body.admin-site-2 .bg-white-content {
      padding: 1rem; }
    body.admin-site-2 .new-accordion .accordion {
      padding: 0px; }
      body.admin-site-2 .new-accordion .accordion li form .new-form-edit {
        padding: 0px;
        gap: 1rem; }
        body.admin-site-2 .new-accordion .accordion li form .new-form-edit button {
          width: 100%; } }
  @media screen and (max-width: 768px) {
    body.admin-site-2 {
      /* .bg-white-content{
            padding: 0px;
        } */ }
      body.admin-site-2 .field-container .field .field-row:nth-child(2) {
        padding: .5rem 10%; }
      body.admin-site-2 .field-container .field .field-row:nth-child(3) {
        padding: .5rem 5%; }
      body.admin-site-2 .field-container .field .field-row:nth-child(4) {
        padding: .5rem 24%; }
      body.admin-site-2 .field-container .field .player {
        margin: 0 auto; }
        body.admin-site-2 .field-container .field .player img {
          width: 52px; }
        body.admin-site-2 .field-container .field .player p {
          font-size: 14px; }
      body.admin-site-2 .couter .counter-wrap .counter-item {
        width: 68px;
        padding: 25px 0; }
      body.admin-site-2 .modal__content {
        overflow-y: auto; }
      body.admin-site-2 .title-secction {
        font-size: 30px; }
      body.admin-site-2 .content-date {
        flex-wrap: wrap;
        width: 100% !important; }
        body.admin-site-2 .content-date label, body.admin-site-2 .content-date input {
          width: 100%;
          text-align: center !important; }
      body.admin-site-2 .dropdown-item {
        white-space: initial;
        line-height: initial; } }

body .main-seguro-vida {
  /* @font-face {
  	font-family: 'Lato Regular';
  	src: url('fonts/Lato-Regular.ttf');
  	src: url('fonts/Lato-Regular.woff2') format('woff2'),
  		url('fonts/Lato-Regular.woff') format('woff');
  	font-weight: normal;
  	font-style: normal;
  }
  
  @font-face {
  	font-family: 'Lato Bold';
  	src: url('fonts/Lato-Bold.ttf') format('woff2');
  	src: url('fonts/Lato-Bold.woff2') format('woff2'),
  		url('fonts/Lato-Bold.woff') format('woff');
  	font-weight: normal;
  	font-style: normal;
  }
  
  @font-face {
  	font-family: 'Lato Black';
  	src: url('fonts/Lato-Black.ttf') format('woff2');
  	src: url('fonts/Lato-Black.woff2') format('woff2'),
  		url('fonts/Lato-Black.woff') format('woff');
  	font-weight: normal;
  	font-style: normal;
  }
  
  body {
  	font-family: "Lato Regular", Helvetica, sans-serif;
  } */
  /*----- REST ---------*/
  /*----- END REST ---------*/
  /* -------------FEX------------ */
  /* -------------END FEX------------ */
  /* -------- custom scrpoll ---------- */
  /* -------- end custom scrpoll ---------- */
  /* ------------- STANDAR  ---------------- */
  /* ------------- END STANDAR  ---------------- */
  /* ---------------- CUSTOM RADIO ----------------- */
  /* --------------------- END CUSTOM RADIO ------------------------------ */
  /* ---------STANDAT---------- */ }
  body .main-seguro-vida a,
  body .main-seguro-vida abbr,
  body .main-seguro-vida acronym,
  body .main-seguro-vida address,
  body .main-seguro-vida applet,
  body .main-seguro-vida article,
  body .main-seguro-vida aside,
  body .main-seguro-vida audio,
  body .main-seguro-vida b,
  body .main-seguro-vida blockquote,
  body .main-seguro-vida big,
  body .main-seguro-vida body,
  body .main-seguro-vida center,
  body .main-seguro-vida canvas,
  body .main-seguro-vida caption,
  body .main-seguro-vida cite,
  body .main-seguro-vida code,
  body .main-seguro-vida datalist,
  body .main-seguro-vida dd,
  body .main-seguro-vida del,
  body .main-seguro-vida details,
  body .main-seguro-vida dfn,
  body .main-seguro-vida dl,
  body .main-seguro-vida div,
  body .main-seguro-vida dt,
  body .main-seguro-vida em,
  body .main-seguro-vida embed,
  body .main-seguro-vida fieldset,
  body .main-seguro-vida figcaption,
  body .main-seguro-vida figure,
  body .main-seguro-vida font,
  body .main-seguro-vida footer,
  body .main-seguro-vida form,
  body .main-seguro-vida h1,
  body .main-seguro-vida h2,
  body .main-seguro-vida h3,
  body .main-seguro-vida h4,
  body .main-seguro-vida h5,
  body .main-seguro-vida h6,
  body .main-seguro-vida header,
  body .main-seguro-vida hgroup,
  body .main-seguro-vida html,
  body .main-seguro-vida i,
  body .main-seguro-vida iframe,
  body .main-seguro-vida ins,
  body .main-seguro-vida kbd,
  body .main-seguro-vida keygen,
  body .main-seguro-vida label,
  body .main-seguro-vida legend,
  body .main-seguro-vida li,
  body .main-seguro-vida meter,
  body .main-seguro-vida nav,
  body .main-seguro-vida object,
  body .main-seguro-vida ol,
  body .main-seguro-vida output,
  body .main-seguro-vida p,
  body .main-seguro-vida pre,
  body .main-seguro-vida progress,
  body .main-seguro-vida q,
  body .main-seguro-vida s,
  body .main-seguro-vida samp,
  body .main-seguro-vida section,
  body .main-seguro-vida small,
  body .main-seguro-vida span,
  body .main-seguro-vida source,
  body .main-seguro-vida strike,
  body .main-seguro-vida strong,
  body .main-seguro-vida sub,
  body .main-seguro-vida sup,
  body .main-seguro-vida table,
  body .main-seguro-vida tbody,
  body .main-seguro-vida tfoot,
  body .main-seguro-vida thead,
  body .main-seguro-vida th,
  body .main-seguro-vida tr,
  body .main-seguro-vida tdvideo,
  body .main-seguro-vida tt,
  body .main-seguro-vida u,
  body .main-seguro-vida var {
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: -webkit-baseline-middle !important; }
  body .main-seguro-vida p {
    line-height: normal; }
  body .main-seguro-vida .input, body .main-seguro-vida select {
    height: auto;
    padding: 10px;
    background-color: transparent !important;
    color: #202020;
    border: 1px solid #c3c3c3 !important;
    font-size: 18px;
    border-radius: 10px; }
  body .main-seguro-vida #container,
  body .main-seguro-vida #container div,
  body .main-seguro-vida #container footer,
  body .main-seguro-vida section {
    display: flex; }
  body .main-seguro-vida #container {
    flex-wrap: wrap;
    justify-content: space-evenly; }
  body .main-seguro-vida #seguro-de-vida {
    flex: 0 1 98%;
    flex-direction: column; }
  body .main-seguro-vida #seguro-de-vida .seguro-de-vida-titulo {
    justify-content: center;
    align-items: center; }
  body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.botones {
    flex: 0 1 55%;
    justify-content: flex-end; }
  body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.botones div.botones-inner {
    flex-basis: 80%;
    justify-content: flex-start;
    flex-direction: column; }
  body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.imagen {
    flex: 0 1 45%; }
  body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.imagen div.imagen-inner {
    flex-basis: 80%;
    justify-content: center;
    align-items: center; }
  body .main-seguro-vida #por-que-asegurarte {
    flex: 0 1 100%;
    flex-direction: column; }
  body .main-seguro-vida #por-que-asegurarte .por-que-asegurarte-titulo {
    justify-content: center;
    align-items: center; }
  body .main-seguro-vida #por-que-asegurarte .imagenes {
    justify-content: space-evenly; }
  body .main-seguro-vida #por-que-asegurarte .imagenes div.imagenes-contenido {
    flex-basis: 25%;
    justify-content: center; }
  body .main-seguro-vida #por-que-asegurarte .imagenes div.imagenes-contenido div.imagenes-contenido-container {
    flex-basis: 60%;
    flex-direction: column; }
  body .main-seguro-vida #por-que-asegurarte .imagenes div.imagenes-contenido div.imagenes-contenido-container div.textos-contenido-inner {
    justify-content: center; }
  body .main-seguro-vida #ventajas {
    flex: 0 1 98%; }
  body .main-seguro-vida #ventajas .ventajas-imagen {
    flex-basis: 50%;
    justify-content: center; }
  body .main-seguro-vida #ventajas .ventajas-imagen div.ventajas-imagen-inner {
    align-items: center; }
  body .main-seguro-vida #ventajas .ventajas-contenido {
    flex-basis: 50%;
    flex-direction: column; }
  body .main-seguro-vida #ventajas .ventajas-contenido div.ventajas-contenido-inner {
    flex-basis: 81%;
    flex-wrap: wrap; }
  body .main-seguro-vida #ventajas .ventajas-contenido div.ventajas-contenido-inner div.ventajas-item {
    flex-basis: 50%;
    flex-direction: column; }
  body .main-seguro-vida #elige {
    flex: 0 1 98%; }
  body .main-seguro-vida #elige .elige-contacto {
    flex-basis: 50%;
    justify-content: center; }
  body .main-seguro-vida #elige .elige-contacto div.elige-contacto-container {
    flex-basis: 80%;
    justify-content: center; }
  body .main-seguro-vida #elige .elige-contacto div.elige-contacto-inner {
    flex-basis: 70%;
    flex-direction: column;
    justify-content: space-evenly; }
  body .main-seguro-vida #elige .elige-contenido {
    flex-basis: 50%;
    flex-direction: column; }
  body .main-seguro-vida #viajes {
    flex: 0 1 100%;
    flex-direction: column; }
  body .main-seguro-vida #viajes .viajes-titulo,
  body .main-seguro-vida #viajes .viajes-subtitulo {
    justify-content: center; }
  body .main-seguro-vida #viajes .viajes-titulo p,
  body .main-seguro-vida #viajes .viajes-subtitulo p {
    flex-basis: 90%; }
  body .main-seguro-vida #viajes .viajes-content {
    justify-content: center; }
  body .main-seguro-vida #viajes .viajes-content div.viajes-content-inner {
    flex-basis: 90%;
    flex-wrap: wrap; }
  body .main-seguro-vida #viajes .viajes-content div.viajes-content-inner div.viajes-content-item {
    flex-basis: 25%;
    flex-direction: column; }
  body .main-seguro-vida #planes {
    flex: 0 1 98%;
    flex-direction: column; }
  body .main-seguro-vida #planes .planes-titulo {
    justify-content: center; }
  body .main-seguro-vida #planes .planes-titulo p {
    flex-basis: 90%; }
  body .main-seguro-vida #planes .planes-contenido {
    justify-content: center; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container {
    flex-basis: 90%;
    flex-wrap: wrap;
    justify-content: space-around; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item {
    flex-basis: 24%;
    flex-direction: column; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item .planes-contenido-item-header {
    flex-direction: column;
    align-items: center; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item .planes-contenido-item-body {
    flex-direction: column; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item .planes-contenido-item-body .planes-contenido-item-body-button {
    justify-content: center; }
  body .main-seguro-vida #seguro {
    flex: 0 1 98%;
    flex-direction: column; }
  body .main-seguro-vida #seguro .seguro-titulo {
    flex-direction: column; }
  body .main-seguro-vida #seguro .seguro-titulo .seguro-titulo-1,
  body .main-seguro-vida #seguro .seguro-titulo .seguro-titulo-2 {
    justify-content: center; }
  body .main-seguro-vida #seguro .seguro-titulo .seguro-titulo-1 p,
  body .main-seguro-vida #seguro .seguro-titulo .seguro-titulo-2 p {
    flex-basis: 90%; }
  body .main-seguro-vida #seguro .seguro-contenido {
    justify-content: center; }
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner {
    flex-basis: 80%; }
  body .main-seguro-vida #frmCalcularPrima {
    flex-basis: 100%; }
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-1,
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-2,
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-3,
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-4 {
    justify-content: space-evenly; }
  body .main-seguro-vida .seguro-formulario-1-first-child {
    flex-direction: column; }
  body .main-seguro-vida .form-contact-us {
    justify-content: space-between; }
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-item {
    flex-direction: column; }
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-calcular {
    justify-content: flex-end; }
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-prima {
    align-items: center; }
  body .main-seguro-vida #final {
    flex: 0 1 100%;
    justify-content: space-between;
    align-items: center; }
  body .main-seguro-vida #final .final-bisa {
    flex-direction: column; }
  body .main-seguro-vida .scroll-crush {
    visibility: hidden;
    opacity: 0; }
  body .main-seguro-vida .scroll-crush.start {
    -webkit-animation: crush 2s ease-out forwards;
    -moz-animation: crush 2s ease-out forwards;
    -ms-animation: crush 2s ease-out forwards;
    -o-animation: crush 2s ease-out forwards;
    animation: crush 2s ease-out forwards; }
@-moz-keyframes crush {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
@-webkit-keyframes crush {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
  body .main-seguro-vida .header-1 {
    font-size: 2.488rem; }
  body .main-seguro-vida .header-2 {
    font-size: 2.074rem; }
  body .main-seguro-vida .header-3 {
    font-size: 1.728rem; }
  body .main-seguro-vida .paragr-m {
    font-size: 1.44rem; }
  body .main-seguro-vida .paragr-s {
    font-size: 1.125rem; }
  body .main-seguro-vida .paragr-xs {
    font-size: 0.875rem !important; }
  body .main-seguro-vida .margin-above {
    margin-top: 7px; }
  body .main-seguro-vida #seguro-de-vida {
    margin: 0 0 1em 0;
    padding: 3em 0; }
  body .main-seguro-vida #seguro-de-vida .seguro-de-vida-titulo {
    margin: 0 0 4em 0; }
  body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.botones div.botones-inner div.titulo-1 {
    margin: 0 0 1em 0;
    line-height: 45px; }
  body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.botones div.botones-inner div.titulo-2 {
    margin: 0 0 4em 0;
    padding: 0 4em 0 0; }
  body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.imagen div.imagen-inner img {
    width: 100%; }
  body .main-seguro-vida #por-que-asegurarte {
    padding: 3em 0; }
  body .main-seguro-vida #por-que-asegurarte .por-que-asegurarte-titulo {
    margin: 0 0 2em 0; }
  body .main-seguro-vida #por-que-asegurarte .imagenes .imagenes-contenido .imagenes-contenido-container .imagenes-contenido-inner img {
    width: 100%; }
  body .main-seguro-vida #ventajas .ventajas-imagen .ventajas-imagen-inner img {
    width: 100%; }
  body .main-seguro-vida #ventajas .ventajas-contenido .ventajas-contenido-titulo {
    padding: 4em 0 3em 0; }
  body .main-seguro-vida #ventajas .ventajas-contenido div.ventajas-contenido-inner div.ventajas-item {
    padding: 0 0 2em 0; }
  body .main-seguro-vida #ventajas .ventajas-contenido div.ventajas-contenido-inner div.ventajas-item div.ventajas-item-img {
    padding: 0 0 1em 0; }
  body .main-seguro-vida #ventajas .ventajas-contenido div.ventajas-contenido-inner div.ventajas-item div.ventajas-item-img img {
    width: 15%; }
  body .main-seguro-vida #ventajas .ventajas-contenido div.ventajas-contenido-inner div.ventajas-item div:nth-child(2) {
    padding: 0 1em 0 0; }
  body .main-seguro-vida #elige {
    margin: 3em 0 0 0; }
  body .main-seguro-vida #elige .elige-contenido .elige-contenido-texto ul {
    padding: 0 0 0 0.5em; }
  body .main-seguro-vida #elige .elige-contenido .elige-contenido-texto ul li {
    padding: 0 0 2em 2em; }
  body .main-seguro-vida #elige .elige-contenido .elige-contenido-texto ul li:last-child {
    padding: 0 0 0 2em; }
  body .main-seguro-vida #viajes {
    margin: 4.5em 0 0 0; }
  body .main-seguro-vida #viajes .viajes-titulo {
    margin: 4.5em 0 0 0; }
  body .main-seguro-vida #viajes .viajes-subtitulo {
    margin: 2em 0 0 0; }
  body .main-seguro-vida #viajes .viajes-content {
    margin: 2em 0 2em 0; }
  body .main-seguro-vida #viajes .viajes-content .viajes-content-inner .viajes-content-item {
    padding: 0 0 2em 0; }
  body .main-seguro-vida #viajes .viajes-content .viajes-content-inner .viajes-content-item .viajes-item-img {
    padding: 0 0 1em 0; }
  body .main-seguro-vida #viajes .viajes-content .viajes-content-inner .viajes-content-item .viajes-item-img img {
    width: 15%; }
  body .main-seguro-vida #viajes .viajes-content .viajes-content-inner .viajes-content-item div:nth-child(2) {
    padding: 0 1em 0 0; }
  body .main-seguro-vida #viajes .viajes-fin {
    margin: 0 0 4.5em 0; }
  body .main-seguro-vida #planes {
    margin: 0 0 4em 0; }
  body .main-seguro-vida #planes .planes-titulo {
    margin: 3em 0 3em 0; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item {
    margin: 0 0 2em 0; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item .planes-contenido-item-header {
    padding: 1em 0 1em 0; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item .planes-contenido-item-body .planes-contenido-item-body-bullets ul li {
    padding: 0 2em 1em 0; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item .planes-contenido-item-body .planes-contenido-item-body-bullets ul li:last-child {
    padding: 0 2em 2em 0; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item .planes-contenido-item-body .planes-contenido-item-body-button {
    margin: 0 0 1em 0 !important; }
  body .main-seguro-vida #seguro {
    margin: 0 0 4em 0; }
  body .main-seguro-vida #seguro .seguro-titulo .seguro-titulo-1,
  body .main-seguro-vida #seguro .seguro-titulo .seguro-titulo-2 {
    margin: 0 0 2em 0; }
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-1,
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-2,
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-3,
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-4 {
    margin: 3em 0; }
  body .main-seguro-vida .form-contact-us-radio {
    margin: 0 6em 0 0; }
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-item select,
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-item input,
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-item button {
    margin: 1em 0 0 0; }
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-item input {
    padding: 0 0.5em 0 0.5em; }
  body .main-seguro-vida #final .final-vitalicia {
    padding: 1em 0 1em 2em; }
  body .main-seguro-vida #final .final-bisa {
    padding: 1em 2em 1em 0; }
  body .main-seguro-vida .btn-calcula {
    width: 14em;
    background-size: 100%;
    padding: 0.8em 0; }
  body .main-seguro-vida .btn-cotiza {
    width: 14em;
    margin: 0 3em 0 0;
    background-size: 100%;
    padding: 0.8em 0; }
  body .main-seguro-vida .btn-contacta {
    width: 14em;
    background-size: 100%;
    padding: 0.8em 0; }
  body .main-seguro-vida .btn-cotiza-item {
    width: 80%;
    background-size: 100%;
    padding: 0.8em 0; }
  body .main-seguro-vida .form-contacto-input {
    width: 96% !important; }
  body .main-seguro-vida .cust-radio-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    body .main-seguro-vida .cust-radio-label:hover {
      color: #F3D600 !important; }
    body .main-seguro-vida .cust-radio-label:hover span {
      border-color: #F3D600; }
    body .main-seguro-vida .cust-radio-label:hover span:after {
      background: #F3D600; }
  body .main-seguro-vida .cust-radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  body .main-seguro-vida .cust-radio-span {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #12448E;
    border-radius: 50%;
    transform: translateY(-50%); }
  body .main-seguro-vida .cust-radio-span:after {
    content: "";
    position: absolute;
    display: none; }
  body .main-seguro-vida .cust-radio-label input:checked ~ .cust-radio-span:after {
    display: block; }
  body .main-seguro-vida .cust-radio-label .cust-radio-span:after {
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: #12448E;
    transform: translate(-50%, -50%); }
  body .main-seguro-vida .header-1,
  body .main-seguro-vida .header-2,
  body .main-seguro-vida .header-3,
  body .main-seguro-vida .bold {
    font-weight: bold; }
  body .main-seguro-vida .black {
    color: black; }
  body .main-seguro-vida .white {
    color: white; }
  body .main-seguro-vida .dark-gray {
    color: #252A2E; }
  body .main-seguro-vida .light-gray {
    color: #333E48; }
  body .main-seguro-vida .sup-gray {
    color: #8B9196; }
  body .main-seguro-vida .light-blue {
    color: #0E80C6; }
  body .main-seguro-vida .primary-blue {
    color: #003E7E; }
  body .main-seguro-vida .secondary-blue {
    color: #12448E; }
  body .main-seguro-vida .extrabold {
    font-family: "Lato Black", Helvetica, sans-serif; }
  body .main-seguro-vida .gradient-1 {
    background: -webkit-linear-gradient(#002B58, #CAE4FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  body .main-seguro-vida .gradient-2 {
    background: -webkit-linear-gradient(#1069C5, #CAE4FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  body .main-seguro-vida .gradient-3 {
    background: -webkit-linear-gradient(#A07F28, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  body .main-seguro-vida .gradient-4 {
    background: -webkit-linear-gradient(#7D7D7D, #B5B5B5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  body .main-seguro-vida .no-gradient-1 {
    color: #002B58; }
  body .main-seguro-vida .no-gradient-2 {
    color: #1069C5; }
  body .main-seguro-vida .no-gradient-3 {
    color: #A07F28; }
  body .main-seguro-vida .no-gradient-4 {
    color: #7D7D7D; }
  body .main-seguro-vida .online-account {
    text-decoration: none; }
  body .main-seguro-vida .mensaje-error {
    color: red;
    font-weight: bold; }
  body .main-seguro-vida #por-que-asegurarte {
    background: rgba(14, 128, 198, 0.1); }
  body .main-seguro-vida #por-que-asegurarte .imagenes div.imagenes-contenido div.textos-contenido-inner p {
    text-align: center; }
  body .main-seguro-vida #elige .elige-contacto .elige-contacto-container {
    background: rgba(14, 128, 198, 0.1); }
  body .main-seguro-vida #elige .elige-contenido .elige-contenido-texto ul {
    list-style-type: "\003E";
    padding: 16px; }
  body .main-seguro-vida #viajes {
    background: rgba(14, 128, 198, 0.1); }
  body .main-seguro-vida #viajes .viajes-titulo,
  body .main-seguro-vida #viajes .viajes-subtitulo {
    text-align: center; }
  body .main-seguro-vida #planes .planes-titulo p {
    text-align: center; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item {
    border: 1px solid #12448E;
    border-radius: 1em; }
  body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item .planes-contenido-item-header {
    border-bottom: 1px solid #12448E; }
  body .main-seguro-vida #seguro .seguro-titulo .seguro-titulo-1,
  body .main-seguro-vida #seguro .seguro-titulo .seguro-titulo-2 {
    text-align: center; }
  body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner {
    border: 2px solid #12448E;
    border-radius: 1em; }
  body .main-seguro-vida #final {
    background: rgba(231, 242, 249, 0.8); }
  body .main-seguro-vida .btn-cotiza {
    cursor: pointer;
    border: 2px solid #12448E;
    background: none;
    border-radius: 2em;
    font-weight: bold;
    transition: 0.5s; }
  body .main-seguro-vida .btn-cotiza:hover {
    border: 2px solid #0D346D;
    background: #0D346D;
    color: white; }
  body .main-seguro-vida .btn-contacta {
    cursor: pointer;
    border: none;
    background: #0E80C6;
    border-radius: 2em;
    font-weight: bold;
    transition: 0.5s; }
  body .main-seguro-vida .btn-contacta:hover {
    background: #095686; }
  body .main-seguro-vida .btn-calcula {
    cursor: pointer;
    border: none;
    background: #12448E;
    border-radius: 2em;
    font-weight: bold;
    transition: 0.5s; }
  body .main-seguro-vida .btn-calcula:hover {
    background: #0D346D; }
  body .main-seguro-vida .btn-cotiza-item {
    cursor: pointer;
    border: none;
    background: #12448E;
    border-radius: 2em;
    font-weight: bold;
    transition: 0.5s; }
  body .main-seguro-vida .btn-cotiza-item:hover {
    background: #0D346D; }
  body .main-seguro-vida span.bloque-ayuda {
    font-size: 14px;
    font-weight: bold;
    color: red; }
  body .main-seguro-vida span.bloque-ayuda-modal {
    font-size: 1em;
    color: red; }
  body .main-seguro-vida .tiene-error {
    outline: 1px solid red; }
  body .main-seguro-vida .planes-contenido-item-body ul {
    list-style: disc;
    padding: 16px; }
    body .main-seguro-vida .planes-contenido-item-body ul li {
      margin-left: 16px;
      color: #002B58 !important;
      padding: 0px !important;
      margin-bottom: 16px;
      line-height: 20px; }
  body .main-seguro-vida .form-custom-cal {
    gap: 16px;
    padding: 16px; }
    body .main-seguro-vida .form-custom-cal label {
      text-align: center; }
    body .main-seguro-vida .form-custom-cal .seguro-formulario-item:nth-child(1) {
      width: 40%; }
    body .main-seguro-vida .form-custom-cal .seguro-formulario-item:nth-child(2) {
      width: 20%; }
    body .main-seguro-vida .form-custom-cal .seguro-formulario-item:nth-child(3) {
      width: fit-content; }
  body .main-seguro-vida .modal-custom {
    visibility: hidden;
    opacity: 0;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.506);
    transition: all .4s;
    height: 100vh; }
    body .main-seguro-vida .modal-custom .modal__content {
      border-radius: 12px;
      position: relative;
      width: 550px;
      max-width: 90%;
      max-height: 90vh;
      background: #ffffff;
      padding: 1em 2em;
      overflow: hidden; }
      body .main-seguro-vida .modal-custom .modal__content .model__header {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #d5d5d5;
        margin-top: 8px; }
        body .main-seguro-vida .modal-custom .modal__content .model__header h2 {
          font-size: 25px;
          padding: 0px;
          color: #002B58;
          font-weight: 700;
          line-height: normal; }
      body .main-seguro-vida .modal-custom .modal__content .model__body {
        color: black;
        max-height: calc(78vh - 70px);
        overflow: auto;
        padding: 16px;
        margin-bottom: 8px; }
        body .main-seguro-vida .modal-custom .modal__content .model__body label {
          color: #002B58;
          font-size: 16px;
          line-height: normal; }
        body .main-seguro-vida .modal-custom .modal__content .model__body .form-group {
          margin-bottom: 16px; }
        body .main-seguro-vida .modal-custom .modal__content .model__body .form-row {
          display: flex;
          align-items: end;
          justify-content: space-between;
          gap: 16px;
          flex-wrap: wrap; }
        body .main-seguro-vida .modal-custom .modal__content .model__body .form-inline {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 16px; }
          body .main-seguro-vida .modal-custom .modal__content .model__body .form-inline label {
            width: fit-content; }
      body .main-seguro-vida .modal-custom .modal__content .model-footer {
        height: 70px;
        width: 100%;
        padding: 16px;
        border-top: 1px solid #d5d5d5; }
  body .main-seguro-vida .modal-custom:target {
    visibility: visible;
    opacity: 1;
    z-index: 999; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item {
      flex-basis: 44%; } }
  @media only screen and (max-width: 768px) {
    body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido {
      flex-direction: column-reverse; }
    body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.botones {
      flex: 0 1 100%;
      justify-content: center; }
    body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.imagen {
      flex: 0 1 100%;
      justify-content: center; }
    body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido .botones .botones-inner .titulo-3 {
      flex-direction: column; }
    body .main-seguro-vida #por-que-asegurarte .imagenes {
      flex-wrap: wrap; }
    body .main-seguro-vida #por-que-asegurarte .imagenes div.imagenes-contenido {
      flex-basis: 50%; }
    body .main-seguro-vida #por-que-asegurarte .imagenes div.imagenes-contenido div.imagenes-contenido-container {
      flex-basis: 70%; }
    body .main-seguro-vida #ventajas {
      flex-direction: column; }
    body .main-seguro-vida #ventajas .ventajas-imagen {
      justify-content: center; }
    body .main-seguro-vida #ventajas .ventajas-imagen div.ventajas-imagen-inner {
      flex-basis: 80%; }
    body .main-seguro-vida #ventajas .ventajas-contenido {
      align-items: center; }
    body .main-seguro-vida #ventajas .ventajas-contenido .ventajas-contenido-content {
      justify-content: center; }
    body .main-seguro-vida #ventajas .ventajas-contenido div.ventajas-contenido-inner {
      flex-basis: 80%; }
    body .main-seguro-vida #elige {
      flex-direction: column; }
    body .main-seguro-vida #elige .elige-contacto div.elige-contacto-container {
      flex-basis: 100%; }
    body .main-seguro-vida #elige .elige-contacto div.elige-contacto-container div.elige-contacto-inner {
      flex-basis: 90%; }
    body .main-seguro-vida #viajes .viajes-content div.viajes-content-inner div.viajes-content-item {
      flex-basis: 50%; }
    body .main-seguro-vida #planes .planes-contenido .planes-contenido-container {
      justify-content: center; }
    body .main-seguro-vida #planes .planes-contenido .planes-contenido-container .planes-contenido-item {
      flex-basis: 88%; }
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner {
      justify-content: center; }
    body .main-seguro-vida #frmCalcularPrima {
      flex-basis: 80%; }
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-1 {
      flex-wrap: wrap; }
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-1 div {
      flex-basis: 100%; }
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-2 {
      flex-direction: column; }
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-calcular {
      align-items: center; }
    body .main-seguro-vida #final .final-vitalicia {
      flex-basis: 40%;
      justify-content: center; }
    body .main-seguro-vida #final .final-bisa {
      flex-basis: 60%;
      align-items: center; } }
  @media only screen and (max-width: 1024px) {
    body .main-seguro-vida .header-1 {
      font-size: 1.75rem; }
    body .main-seguro-vida .header-2 {
      font-size: 1.5rem; }
    body .main-seguro-vida .header-3 {
      font-size: 1.728rem; }
    body .main-seguro-vida .paragr-m {
      font-size: 1.125rem; }
    body .main-seguro-vida .paragr-s {
      font-size: 1rem; } }
  @media only screen and (max-width: 768px) {
    body .main-seguro-vida #seguro-de-vida {
      margin: 0 0 0 0;
      padding: 1em 0 0 0; }
    body .main-seguro-vida #seguro-de-vida .seguro-de-vida-titulo {
      margin: 0 0 1em 0; }
    body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.botones div.botones-inner div.titulo-1 {
      margin: 1em 0 0 0; }
    body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.botones div.botones-inner div.titulo-2 {
      margin: 1em 0 0 0;
      padding: 0 0 0 0; }
    body .main-seguro-vida #seguro-de-vida .seguro-de-vida-contenido div.botones div.botones-inner div.titulo-3 {
      margin: 1em 0 0 0; }
    body .main-seguro-vida #ventajas .ventajas-contenido .ventajas-contenido-titulo {
      padding: 1em 0 2em 0; }
    body .main-seguro-vida #elige .elige-contacto .elige-contacto-container .elige-contacto-inner .elige-contacto-inner-titulo {
      margin: 2em 0 2em 0; }
    body .main-seguro-vida #elige .elige-contacto .elige-contacto-container .elige-contacto-inner .elige-contacto-inner-titulo p {
      padding: 0 5em 0 0; }
    body .main-seguro-vida #elige .elige-contacto .elige-contacto-container .elige-contacto-inner .elige-contacto-botones {
      margin: 3em 0 0 0; }
    body .main-seguro-vida #elige .elige-contenido .elige-contenido-titulo {
      padding: 2em 4em 2em 2em; }
    body .main-seguro-vida #elige .elige-contenido .elige-contenido-texto {
      padding: 0 2em 0 2em; }
    body .main-seguro-vida #viajes {
      margin: 2em 0 0 0; }
    body .main-seguro-vida #viajes .viajes-titulo {
      margin: 3em 0 0 0; }
    body .main-seguro-vida #viajes .viajes-content {
      margin: 2em 0 1em 0; }
    body .main-seguro-vida #viajes .viajes-fin {
      margin: 0 0 3em 0; }
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-1 div:nth-child(1),
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-1 div:nth-child(2),
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-1 div:nth-child(3) {
      margin: 0 0 1em 0; }
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-4 {
      margin: 3em 0 0 0; }
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-item select,
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-item input,
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-item button {
      margin: 1em 0 1em 0; }
    body .main-seguro-vida #seguro .seguro-contenido .seguro-contenido-inner .seguro-formulario-item input {
      width: 50%; }
    body .main-seguro-vida #final .final-vitalicia {
      padding: 1em 0 1em 1em; }
    body .main-seguro-vida #final .final-vitalicia img {
      width: 70%; }
    body .main-seguro-vida #final .final-bisa {
      padding: 1em 1em 1em 0; }
    body .main-seguro-vida #final .final-bisa img {
      width: 60%; }
    body .main-seguro-vida #final .final-bisa span {
      font-size: 0.875rem; }
    body .main-seguro-vida .btn-cotiza {
      width: 100%;
      margin: 0 0 1em 0; }
    body .main-seguro-vida .btn-contacta {
      width: 100%;
      margin: 0 0 3em 0; }
    body .main-seguro-vida .btn-calcula {
      width: 100%; }
    body .main-seguro-vida .form-custom-cal .seguro-formulario-item:nth-child(1) {
      width: 100%; }
    body .main-seguro-vida .form-custom-cal .seguro-formulario-item:nth-child(2) {
      width: 100%; }
    body .main-seguro-vida .form-custom-cal .seguro-formulario-item:nth-child(3) {
      width: 100%; }
    body .main-seguro-vida .form-custom-cal .seguro-formulario-item input {
      width: 100% !important; } }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
:root {
  --body-font: 'Open Sans', sans-serif;
  --body-color: #F5F5F5;
  --body-alt-color: #F5F5F5;
  --bg-color: #F5F5F5;
  --head-color: #003E7A;
  --head-alt-color: #003E7A;
  --border-color: #003E7A;
  --hover-color: #003E7A;
  --hover-alt-color: #202020; }

*::-webkit-scrollbar-button, *::-webkit-scrollbar-thumb {
  background-color: #adadad;
  border-radius: 50px; }

*::-webkit-scrollbar-track {
  background-color: rgba(173, 173, 173, 0.1); }
