@charset "UTF-8";

.bg-tecnm {
  background-color: #1b396a !important;
  color: #fff !important;
}
.text-tecnm {
  color: #1b396a !important;
}

/* Redes Sociales Lateral */
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -135px;
  top: 230px;
  width: 210px;
  z-index: 1100;
}

/*.sticky-container:hover{ right:-135px;}*/
.sticky li {
  list-style-type: none;
  background-color: transparent;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.sticky li:hover {
  background-color: #fff;
}
.sticky li:hover {
  margin-left: -115px;
}
.sticky li img {
  float: left;
  margin: 5px 4px;
  margin-right: 5px;
}
.sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 11px;
}
.sticky li p a {
  text-decoration: none;
  color: #000;
}
.sticky li p a:hover {
  text-decoration: underline;
}

/* Menú Azul */
#main_navbar .dropdown-menu {
  background-color: #1b396a;
}
#main_navbar .dropdown-menu li:before {
  background-color: #1b396a;
}
#main_navbar .dropdown-menu li:after {
  background-color: #1b396a;
}
#main_navbar .dropdown-menu a {
  color: #fff;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*estilos que se cargaron para la oferta educativa*/
.oferimagen {
  width: 100%;
  max-height: 300px;
}

.ofertitulo {
  /* font-family: "Roboto-Bold"; */
  font-size: 1.5em;
  color: #23b3df;
}

.oferlema {
  /* font-family: "Roboto-Bold"; */
  font-size: 1em;
  text-align: justify;
}

.oferobj {
  font-family: "Roboto-Regular";
  font-size: 1em;
  text-align: justify;
}

.ofersubtitulo {
  margin-top: 5px;
  /* font-family: "Roboto-Bold"; */
  font-size: 1em;
  color: #9123df;
}

.ofertitulodet {
  /* font-family: "Roboto-Bold"; */
  font-size: 2em;
  color: #02232e;
}

.ofertaimpdet {
  margin-top: 5px;
  font-family: "Roboto-Regular";
  font-size: 1em;
  color: #1911ae94;
  text-align: justify;
}

.ofercomilla {
  font-size: 3em;
  font-family: "BIZUDGothic-Bold";
  color: #35964c;
}

.ofertexto {
  font-size: 1em;
  font-family: "Roboto-Regular";
  color: #000000b5;
  text-align: justify;
}

/*===================oferta educatriva =============================*/
.btnPag {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: #2618c0;
  color: #fff;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s;
  cursor: pointer;
}

.btnPag:hover {
  background-color: #3eacd8;
  color: #03011a;
}

/*===============================tabs ==========================================*/
.accordion.width {
  border: 2px solid rgba(0, 0, 0, 0.125);
  display: flex;
  height: 250px;
}

.accordion_icon {
  color: #e7e7ea;
  font-size: 1.5em;
  padding-left: 5px;
  transform: rotate(180deg);
  writing-mode: horizontal-tb;
  display: flex;
  position: relative;
  top: 100px;
}

.accordion.width .card {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: min-content;
}

.accordion.width .card .card-header {
  cursor: pointer;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-family: "AmaranthB";
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  background-color: #04599a;
  border: 0px;
  margin: 0px;
}

.accordion.width .card .card-header:not(.collapsed) {
  pointer-events: none;
  background-color: #aec531d4;
}

.card-body:not(.collapsed) {
  font-family: "AmaranthB";
  font-size: 1.5em;
  color: #0c0233;
  width: 400px !important;
}

.collapsing.width {
  transition: width 0.35s ease;
  height: auto;
  width: 0px;
}

.card-header .accordion_icon:hover {
  color: #aec531d4;
}

/*========================================CARD con circulo en la esq. sup . derecha===================================*/
.shadown {
  box-shadow: 0px 0px 15px rgba(74, 10, 108, 0.1);
  transition: box-shadow 0.25s ease-in;
}

.shadown:hover {
  box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.4);
}

.delivery-list {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 560px) {
  .delivery-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .pay-card {
    order: 3;
  }
}

@media (min-width: 561px) and (max-width: 992px) {
  .delivery-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .pay-card {
    order: 3;
  }
}

.delivery-card {
  background: #e3eef2;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 32px;
  position: relative;
  width: 100%;
  border: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
}
.pay-card {
  background: #f2f2f2;
  box-shadow: none;
}
.delivery-card .delivery-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #222222;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
  margin-top: 26px;
  z-index: 20;
  max-width: 85%;
  font-family: "Roboto-Regular";
  text-align: justify;
}
.delivery-card .numeric {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: absolute;
  left: 5px;
  top: -20px;
}
.delivery-card .numeric span {
  color: #222222;
  font-size: 15px;
  opacity: 50%;
  /* font-family: "Roboto-Bold"; */
  font-size: 1.5em;
}
.delivery-card .circle {
  width: 80px;
  height: 80px;
  background: #f2f2f2;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: absolute;
  right: -25px;
  top: -20px;
  font-size: 1.5em;
  color: #065372;
}

.scroll1::-webkit-scrollbar {
  width: 10px;
  background-color: #033649;
  border-radius: 5px;
}

.scroll1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0px 0px 6px rgba(3, 54, 73, 0.3);
  background-color: #f5f5f5;
}

.scroll1::-webkit-scrollbar-thumb {
  background-color: #033649;
  border-radius: 5px;
}

/*==============================================================*/
.indicador-container {
  display: flex;
  align-items: center;
  width: max-content;
}

.indicador {
  background-color: #4caf50;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
}

.leyenda {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 14px;
  margin-left: 10px;
}

/*=======================================================TABS AZUL SENCILLO =============================*/
* {
  box-sizing: border-box;
}

.tabbed {
  width: 100%;
  margin-top: 0px auto;
}

.tabbed > input {
  display: none;
  cursor: pointer;
}

.tabbed label {
  display: block;
  float: left;
  padding: 15px 20px;
  font-size: 22px;
  transition: background-color 0.4s;
  cursor: pointer;
}

.tabbed > label:hover,
.tabbed > input:checked + label {
  background: #11033f;
  color: white;
}

.tabs {
  clear: both;
  position: relative;
  border-top: 4px solid #11033f;
  box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 300px;
  overflow: auto;
}

.tabs > div {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
  transform: translateY(6px);
}

#tab-nav-1:checked ~ .tabs > div:nth-child(1),
#tab-nav-2:checked ~ .tabs > div:nth-child(2),
#tab-nav-3:checked ~ .tabs > div:nth-child(3) {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s linear 0.1s;
}

/*==========================================================================*/
.tiposmat {
  width: 100%;
  margin: 0px;
  font-size: 0.6em;
}

/*==================================CARD ========================================*/

/* .container {
  position: relative;
  width: 100%;
  max-width: 960px;
  min-height: 100%;
  margin: 0px auto;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: left;
} */

.element-card {
  position: relative;
  width: 100px;
  height: 130px;
  transform-style: preserve-3d;
  transform: rotatey(0deg) translatex(0px) translatey(0px);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  margin: 5px;
  cursor: pointer;
  overflow-wrap: break-word;
}
.element-card:hover {
  transform: rotatey(45deg) translatex(0px) translatey(0px);
}
.element-card.open {
  width: 200px;
  height: 260px;
  transform: rotatey(-180deg) translatex(0px) translatey(0px);
}
.element-card .front-facing {
  transform: rotateY(0deg) translateZ(2px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ecf0f1;
  border: 2px white solid;
  border-radius: 5px;
}
.element-card .front-facing .abr {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 42px;
  margin: -35px 0 0 0;
  text-align: center;
  color: #3498db;
}
.element-card .front-facing .title {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  text-transform: uppercase;
  font-size: 12px;
  margin: 15px 0 0 0;
  text-align: center;
  color: #3498db;
  /* font-family: "Roboto-Bold"; */
}
.element-card .front-facing .atomic-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #2980b9;
  /* font-family: "Roboto-Bold"; */
}
.element-card .front-facing .atomic-mass {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #2980b9;
}
.element-card .back-facing {
  transform: rotateY(180deg) translateZ(0px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ecf0f1;
  border: 2px white solid;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  font-family: "Roboto-Regular";
}
.element-card .back-facing p {
  font-size: 14px;
  margin: 0;
}
.element-card .back-facing a.btn {
  display: inline-block;
  background-color: white;
  padding: 5px 15px;
  margin: 20px 0 0 0;
  color: #eee;
  background-color: #3498db;
  text-decoration: none;
  border-radius: 3px;
}
.element-card .back-facing a.btn:hover,
.element-card .back-facing a.btn:focus {
  color: #fff;
  background-color: #2980b9;
}

.suppoprt-me {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 20vw;
  max-width: 250px;
  min-width: 200px;
  z-index: 9;
}
.suppoprt-me img {
  width: 100%;
  height: auto;
}
