@font-face {
    font-family: Gotham-Bold;
    src: url("../fonts/gotham/Gotham-Bold.otf") format("opentype");
}

body{
	background-color: #F9F9F9;
}

h1, h2, h3, h4, h5, h6, p, a, button, th, tr, td, li{
	font-family: 'Source Sans Pro', sans-serif;
}

.teleile-header-green{
	background-color: #235B4E;
	border-radius: 5px;
}

.teleile-header-green h1{
	color: #FFFFFF;
	font-family: Gotham-Bold;
	font-size: 37px;
	font-weight: 700;
	line-height: 1.3em;
	padding: 50px 70px;
	width: 50%;
}

.teleile-container-content h2{
	color: #333333;
	font-family: Gotham-Bold;
	font-size: 29px;
	font-style: normal;
	font-weight: bold;
	line-height: 45px;
}

.teleile-divisor hr{
	border: 1px solid #98989A;
	border-width: 0px 0px 2px 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.teleile-divisor div{
	background-color: #BC955C;
	height: 10px;
	margin-bottom: 20px;
	margin-top: -1px;
	width: 55px;
}

.teleile-paragraph-gray{
	color: #6F6F72;
	font-size: 18px;
	line-height: 28px;
}

.teleile-span-green{
	color: #235B4E;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}

.teleile-container-gold{
	background-color: #FFFFFF;
	border: 2px solid #BC955C;
	box-sizing: border-box;
	margin: 5vh 0;
}

.teleile-container-gold .teleile-paragraph-green{
	color: #235B4E;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0px;
	padding: 30px 40px;
}

.teleile-container-gray{
	background-color: #EDEDED;
	margin: 5vh 0;
}

.teleile-container-gray .teleile-paragraph-gray{
	padding: 45px 50px;
}

.teleile-container-red{
	background-color: #9F2241;
	margin-bottom: 5vh;
	padding: 50px 30px;
}

.teleile-container-red h3{
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: left;
}

.teleile-container-red button,
.teleile-container-red a.iniciar{
	background-color: #DDC9A3;
	border-radius: 5px;
	border: none;
	color: #6F6F72;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

.teleile-container-red button:hover,
.teleile-container-red a.iniciar:hover{
	background-color: #BC955C;
	color: #FFFFFF;
  text-decoration: none;
}

.teleile-container-content{
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.teleile-container-content .col-md-8{
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 40px 45px;
}

.teleile-container-content .teleile-no-pr{
	padding-right: 0px;
}

.display-only-mobile{
	display: none;
}



/* Css para celulares */
@media (max-width: 576px) {
	.display-only-mobile{
		display: block;
	}

	.teleile-header-green{
		margin: 5vh 15px;
		width: calc(100% - 30px);
		flex: inherit;
	}

	.teleile-header-green h1{
		padding: 30px 20px;
		width: 100%;
	}

	.teleile-container-gold .teleile-paragraph-green {
		padding: 20px 20px;
	}

	.teleile-container-gray .teleile-paragraph-gray {
		padding: 20px 20px;
	}

	.teleile-container-content .col-md-8 {
		padding: 25px 15px 40px 15px;
	}

	.teleile-container-content .teleile-no-pr {
		padding-right: 15px;
	}
}










/* Inicia CSS para el menu */
h1, h2, h3, h4, h5, h6, p, a, button, th, tr, td{
	font-family: 'Source Sans Pro', sans-serif;
}

.teleile-line-menu{
	background-color: #BC955C;
	height: 14px;
}

.teleile-row-menu{
	background-color: #235B4E;
}

.teleile-row-menu .col{
	align-items: center;
	border-left: 1px #BC955C solid;
	border-right: 1px #BC955C solid;
	display: flex;
	justify-content: center;
	min-height: 90px;
}

.teleile-row-menu a{
	color: #FFFFFF;
	font-size: 1.125rem;
	text-align: center;
}

.teleile-logo-cdmx{
	padding: 30px 0;
	width: 358px;
}

.teleile-row-menu .fondo-dorado{
	background-color: #BC955C;
}

.teleile-row-menu .active{
	/* background-color: #BC955C; */
	text-decoration-line: underline;
}

.display-on-mobile{
	display: none;
}

.display-on-mobile, .display-on-desktop{
	margin-bottom: 10vh;
}



/* Css para celulares */
@media (max-width: 576px) {
	.display-on-desktop{
		display: none;
	}

	.display-on-mobile{
		display: block;
	}

	.teleile-logo-cdmx{
		margin: 20px 0;
		max-width: 194px;
		width: 100%;
	}

	nav{
		border-radius: 5px;
		border: 1px solid #235B4E;
		box-sizing: border-box;
		width: 100%;
	}

	.navbar{
		padding: 0px 1rem;
	}

	nav p{
		color: #235B4E;
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		line-height: 28px;
		margin-bottom: 0px;
	}

	nav button{
		border-color: transparent !important;
	}

	nav button span{
		color: #235B4E;
	}

	nav button .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(35, 91, 78, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
	}

	nav button .navbar-toggler-icon.fondo-menu {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 2555, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
	}

	.teleile-container-menu-links{
		border: 1px solid #EDEDED;
		margin: 20px 0;
	}

	.teleile-container-menu-links ul li{
		border: 1px solid #EDEDED;
		padding: 0px 20px;
	}

	.teleile-container-menu-links ul li a{
		color: #6F7271;
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		line-height: 30px;
	}

	.font-size-21{
		font-size: 21px !important;
	}

	.font-size-14{
		font-size: 14px !important;
	}

	.teleile-container-menu-links ul li a i{
		font-weight: bold;
	}

	.teleile-container-menu-links .active  {
		border: 10px solid rgb(159,34,65);
		border-width: 0 0 0 10px;
		border-image: linear-gradient(to bottom, rgba(108,219,141,0) 0%,rgba(159,34,65,1) 0%,rgba(159,34,65,1) 100%,rgba(108,219,141,0) 0%);
		border-image-slice: 1;
	}

	.teleile-container-menu-links .active a{
		color: #9F2241;
	}

}
/* Termina CSS para el menu */


/* Inicia CSS para el boton flotante */
.container-float-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49px;
	height: 49px;
	background: #BC955C;
	border-radius: 50%;
	border: none;
	position:fixed;
	right: 20px;
	bottom: 90px;
}

.container-float-button:hover{
	background: #DDC9A3;
}

.container-float-button i{
	color: white;
	font-size: 45px;
}
/* Termina CSS para el boton flotante */


/* Inicia CSS para el footer */
footer{
	align-items: center;
	background-color: #235B4E;
	display: flex;
	justify-content: center;
	min-height: 70px;
	margin-top: 10vh;
}

footer a{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}


footer a:hover{
	color: #FFFFFF;
}
/* Termina CSS para el footer */

.fondo-menu{
	background-color: #235B4E;
	color: white;
}
