/* Estilos home 2023 */
/*Modificado el 28-03-2023*/

.ntg-my-xl {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.ntg-py-xl {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.ntg-mt-xl {
	margin-top: 5rem !important;
}

.ntg-mb-xl {
	margin-bottom: 5rem !important;
}

.ntg-pt-xl {
	padding-top: 5rem !important;
}

.ntg-pb-xl {
	padding-bottom: 5rem !important;
}
.ntg-fs-extra-icon {
  font-size: 5rem !important;
}

.cn-bg-rojo{
	background-color:#D3464B;
}

.cn-bg-celeste{
	background-color:#6DBECD;
}

.cn-bg-amarillo{
	background-color:#FFA000;
}
.cn-bg-verde{
	background-color:#39B995;
}

.recuadros-innovacion .thumbnail .titulo {
	font-size: 1em;
}

.menu-cursos-portada ul li a {
	padding: 0px !important;
  	display: flex;
	justify-content: center;
	align-items: center;
}

#sitios_apoyo a img {
	border: 0px !important;
}

.menu-cursos-general ul li a {
	font-size: .000001em;
	border-radius: 100px;
	display: block;
	width: initial;
	height:initial;
	vertical-align: initial;
	padding: initial;
}

.noticias-home .ntg-titulo-caja {
	margin-left: 0px !important;
}

.ntg-btn-mostrar-ocultar[aria-expanded="false"] .ntg-open {
  display: inline-block; }
.ntg-btn-mostrar-ocultar[aria-expanded="false"] .ntg-hidden {
  display: none; }
.ntg-btn-mostrar-ocultar[aria-expanded="true"] .ntg-open {
  display: none; }
.ntg-btn-mostrar-ocultar[aria-expanded="true"] .ntg-hidden {
  display: inline-block; }

/* boton flotante */
/*
#btn_rrss_cn {
  bottom: unset !important;
  top: 25% !important;
}

.sticky-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
}

.sticky-btn a {
  display: block;
  padding: 10px 5px;
}

.sticky-btn a i {
  display: block;
  margin: 5px;
}

.social-links {
	display: flex;
	flex-direction: column;
}

.hide {
	display: none;
}

*/

.botones-texto-2018 {
	top: 75% !important;
}

@media (max-width: 991px) {
  .botones-texto-2018 {
      top: 90% !important;
  }
}

/*rrss*/

/* boton flotante */
@media (min-width: 766px) {
  #btn_rrss_cn {
    top: 35% !important;
  }
}

@media (max-width: 766px) {
  .sticky-btn {
    left: 0;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sticky-btn{
  right: 0;
  }
}

.sticky-btn a {
  display: block;
}

/*@media (min-width: 766px) {
  .sticky-btn a {
  padding: 10px 5px;
  }
}*/
.sticky-btn a i {
  display: block;
  margin: 5px;
}

/**Arreglo para minimizar btn rrss**/
/*.sticky-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 9999;
}
*/
.social-links {
	display: flex;
	flex-direction: column;
	/*gap: 10px;*/
}

.hide {
	display: none;
}

@media (max-width:766px){
  .rrss-responsive {
      display: flex !important;
  }
}
/****/

.botones-texto-2018 {
	top: 55% !important;
}

@media (max-width: 768px) {
  .botones-texto-2018 {
      top: 55% !important;
  }
}

.botones a:active,
.botones a:focus {
  background-color: #0b4e85;
}


#modalAvisoAtencion a img:hover {
	opacity: 1 !important;
  	border: 2px solid #FFC107;
}

.rrss-txt-label {
	/*left: calc(50% - .5rem);*/
	line-height: 1;
	padding-top: .5rem;
	position: relative;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  	text-align: center;
    font-weight: 500;
}

/*.rrss-colapsable{
	border-radius:50px 50px 0px 0px !important;
}
*/