* {
	font-family: 'Montserrat', sans-serif;
}

html {
	width: 100% !important;
	min-width: 320px !important;
	height: 100% !important;
}

@media (min-width:478px){
	div.c011 {
		width:100%;
		margin: 0px !important;
		padding: 0px !important;
		z-index: 0 !important;
	}
}

.centerLink {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-close {
	color: white !important;
}

.scroll-smooth {
	scroll-behavior: smooth;
}

.text-gold {
	color: #F1C40F !important;
}

.text-pink {
	color: #F5B7B1;
}

.border-pink{
	border: solid 1px #F1948A !important;
}

.zoom:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
	border: solid 2px #ccc;
}

.circleDiv {
	width: 100%;
	max-width: 380px;
	height: 100%;
	max-height: 380px;
}

@media (max-width: 380px) {
	.circleDiv {
		font-size: 11px !important;
		width: 100%;
	}
}

.bubles-fixed {
	position: fixed;
	right: 10px;
	top: 180px;
	z-index: 100;
}

.img-thumb {
	width: 120px;
	height: 80px;
}

.img-thumb:hover{
	border:#1B396A 2px solid;
	cursor: pointer;
}

.border-itesca {
	border-color:#A694EA !important;
}

.border-tec {
	border-color: #1B396A !important;
}

.text-tec {
	color: #1B396A;
}

.bg-tec {
	background:#1B396A;
}

.btn-tec {
	background: #1B396A;
	color:#fff;
}

.btn-tec:hover {
	background: #0b2042;
	color:#fff;
}

.btn-itesca {
	background: #A694EA;
	color:#fff;
}

.btn-itesca:hover {
	background: #8373bd;
	color:#fff;
}

.btn-outline-itesca {
	border: solid 1px #A694EA;
	color: #A694EA;
}

.btn-outline-itesca:hover {
	background: #A694EA;
	color: #fff;
}



.btn-outline-tec {
	border: solid 1px #1B396A;
	color: #1B396A;
}

.btn-outline-tec:hover {
	background: #1B396A;
	color: #fff;
}

.text-yellow {
	color: #F1C40F;
}
.bg-gray {
	background:#CCC;
}

.link-tec {
	color: #1B396A !important;
	text-decoration:none;
}

.link-tec:hover {
	font-weight:bold;
}

.link-light:hover {
	color:rgb(161, 161, 161);
}

.link-header {
	color: white;
	text-decoration: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.link-header:hover {
	background: white;
	color: #1B396A;
}

.list-header:hover{
	background-color: white;
	color:#1B396A;
}

.opaco:hover{
	opacity: 0.5;
}

.link-dark {
	text-decoration: none;
}

.link-bottom {
	font-size: 12px;
}

.link-dark:hover {
	color: #1B396A;
	font-weight: bold;
}

.txtSearch {
	width: 100%;
	outline: 0;
	border-width: 0 0 1px;
	border-color: #CCC;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.txtSearch:focus {
	border-color: #1B396A;
	color: #1B396A;
	border-width: 0 0 2px;
}

::-webkit-input-placeholder {
	color: #1B396A;
}

.footer-text{
	font-size: 12px;
}

.carousel-caption {
	bottom: 0;
	top: auto;
}

.card-carrera {
	background: #F7F7F7;
	user-select: none;
/*	touch-action: none;*/
}

.card-carrera:hover {
	transition: transform .2s;
	transform: scale(1.02);
}

.card-carrera img {
	display: none;
}

.card-activo {
	display: block !important;
}

#tblTel tbody tr:hover {
	background: #bacce4 !important;
	cursor: auto;
	border: solid 1px #1B396A;
}

#lkFacebook:hover {
	color: #85929E;
	background: #EBEDEF !important;
	border: 1px solid #1B396A !important;
}

#lkTwitter:hover {
	color: #85929E !important;
	background: #EBEDEF !important;
	border: 1px solid #1B396A !important;
}

#lkYouTube:hover {
	color: #85929E !important;
	background: #EBEDEF !important;
	border: 1px solid #1B396A !important;
}

#lkBuzon:hover {
	color: #85929E !important;
	background: #EBEDEF !important;
	border: 1px solid #1B396A !important;
}

#lkInstagram:hover {
	color: #85929E !important;
	background: #EBEDEF !important;
	border: 1px solid #1B396A !important;
}

.fade-in-image {
	animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
	0% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}

@media (max-width:575px) {
	.display-4 {
		font-size: 1.5rem;
	}

	.day h5 {
		background-color: #f8f9fa;
		padding: 3px 5px 5px;
		margin: -8px -8px 8px -8px;
	}

	.date {
		padding-left: 4px;
	}
}

@media (min-width: 576px) {
	.day {
		height: 14.2857vw;
	}
}


.imgsCalidad:hover{
	border: 1px #1B396A solid;
	cursor: pointer;
}

.miniHR {
	padding: 2px;
	width: 80px;
	margin-top: 0px;
	margin-bottom: 8px;
	background:#D41E3A;
}

.dvImgCont {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.backISO {
	background-image: url('../imgs/logos/iso9000-2015.png');
	background-repeat: no-repeat;
	background-position: center 15%;
	background-size: 75%;
}

.backInfo {
	background-image: url('../imgs/edificios/infoBG.png');
	background-repeat: no-repeat;
	background-position: center 1%;
	background-size: 100%;
}


/* TRÁMITES ESCOLARES */
.text-esc-azul{
	color: #5B80FC;
}

.border-esc-azul {
	border-color: #5B80FC !important;
}

.text-esc-pink {
	color: #F24E88;
}

.border-esc-pink {
	border-color: #F24E88 !important;
}

.text-esc-green {
	color: #00BDAB;
}

.border-esc-green {
	border-color: #00BDAB !important;
}

.text-esc-purple {
	color: #B678E6;
}

.border-esc-purple {
	border-color: #B678E6 !important;
}

.text-itesca {
	color: #A694EA;
}

.bg-itesca {
	background: #A694EA !important;
}

.card-img{
	position: absolute;
	top: 55.75%;
}

.card-padre {
	position: relative;
}

.link-carousel:hover {
	opacity: 0.7;
}


.imagenDark:hover{
	opacity: 0.5;
}

.nuestrocontenedor {
	position: relative;
}

.nuestraimagen {
	display: block;
	width: 100%;
	height: auto;
}

.nuestrobloque {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 1.0s ease;
	background-color: white;
}

.nuestrotexto {
	color: white;
	background-color: #1B396A;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.nuestrocontenedor:hover .nuestrobloque {
	opacity: 0.7;
}

 /* Footer Gobernación */
.dvBackgroundGob {
	background-image: url('../imgs/logos/fondofooter.jpg');
	background-repeat: repeat;
	background-size:100% auto;
}

@media screen and (min-width >= 800px) {
	.dvBackgroundGob{
		width:1200px;
		height:400px;
	}
}

@media screen and (min-width < 800px) {
	.dvBackgroundGob{
		width:800px;
		height:250px;
	}
}

.carrCircle {
	width: 40px;
	height: 40px;
	padding:10px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration:none;
	font-size:11px;

}

.carrCircle:hover {
	opacity: 0.8;
	border: 2px solid #A694EA !important;
}

.acc_invertir{
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	filter: invert(100%);
}

.link-innova {
	color: #1B396A;
	text-decoration: none;
}

.link-innova:hover {
	color: #ccc !important;
}

.card-tec {
	cursor:pointer;
}

.card-tec:hover{
	background: #1B396A;
	color: #FFFFFF;
}

.btn-check:active+.btn-outline-tec
.btn-check:checked+.btn-outline-tec
.btn-outline-primary.active,
.btn-outline-tec.dropdown-toggle.show,
.btn-outline-tec:active {
	color:#fff;
	background-color:#1B396A;
	border-color:#1B396A;
}

.hr-shadow {
	height: 3px;
	background:#999;
	box-shadow: 2px 4px 1px 0px #ccc;
}

@media (max-width: 265px) {
	.text-vw{
		font-size: 6vw;
	}
}

@media (min-width: 266px) and (max-width: 426px) {
	.text-vw{
		font-size: 5vw;
	}
}

@media (min-width: 427px) and (max-width: 533px) {
	.text-vw{
		font-size: 4vw;
	}
}

@media (min-width: 534px) and (max-width: 609px) {
	.text-vw{
		font-size: 3.5vw;
	}
}

@media (min-width: 610px) and (max-width: 690px) {
	.text-vw{
		font-size: 3vw;
	}
}
