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

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

body{
	background-color: #F9F9F9;
}

.teleile-container-content h1{
	color: #333333;
	font-family: Gotham-Bold;
	font-size: 42px;
	font-style: normal;
	font-weight: bold;
	line-height: 55px;
	margin: 10vh 0;
	text-align: center;
}

.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: 0px 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;
}

.accordion>.card>.card-header{
	margin-bottom: 0px !important;
}

.teleile-container-content .accordion .card{
	border: none;
	margin: 15px 0;
}

.teleile-container-content .accordion .card .card-header{
	background-color: white;
	border-bottom: 1px solid #EDEDED;
	cursor: pointer;
}

.teleile-container-content .accordion .card .collapsed{
	border-bottom: none;
}

.teleile-container-content .accordion h3{
	color: #6F6F72;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
}

.teleile-container-content .accordion p,
.teleile-container-content  p
{
	color: #6F6F72;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
}

.teleile-container-content .accordion i{
	color: #9F2241;
	font-size: 22px;
}

.teleile-container-accordion{
	margin: 5vh 0;
}

.teleile-container-accordion .accordion .card-body ul li{
	color: #6F6F72;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	margin: 20px 0;
	text-align: justify;
}

.teleile-container-filter p{
	color: #6F7271;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 0px;
	text-align: right;
}

.teleile-container-filter .dropdown button{
	background-color: white;
	border: none;
	color: #6F6F72;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
}

.teleile-container-filter .dropdown button:focus{
	box-shadow: none;
}

.teleile-container-filter .dropdown-menu{
	padding: 0px 0px;
	width: 250px;
}

.teleile-container-filter .dropdown-menu .dropdown-item {
	color: #6F6F72;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	padding: 10px 13px;
	text-align: center;
	white-space: inherit;
}

.teleile-container-filter .dropdown-menu .dropdown-item:hover {
	background-color: #235B4E;
	color: white;
}

.same-height .card{
	min-height: 28em;
	border: 0;
    border-radius: 5px;
}
.same-height .card >p{
	min-height: 16em;
}


a.boton-rojo,
a.boton-transparente {
	border: none;
	width: 100%;
	padding: 5px 0;
	border-radius: 5px;
	margin-bottom: 25px;
}


a.boton-rojo:hover,
a.boton-transparente:hover{
	background-color: #691C32;
	color: #FFFFFF;
	text-decoration: none;
}


a.boton-transparente{
	border: 1px solid #9F2241;
}


.texto-realzado{
	color: #10312B;
	font-style: italic;
	font-weight: bold;
}

a{
	cursor: pointer;
}

/* Css para celulares */
@media (max-width: 576px){
	.teleile-container-content h2{
		color: #6F6F72;
	}

	.teleile-container-filter p{
		text-align: left;
	}

	.teleile-container-filter .dropdown button{
		margin: 20px 0;
		width: 100%;
	}

	.teleile-container-filter .dropdown-menu{
		width: auto;
	}

	.same-height .card{
		min-height: 15em;
	}

	.same-height .card >p{
		min-height: 8em;
	}
}

/* Css para tablets */
@media (max-width: 780px){

	.same-height .card{
		min-height: 10em;
	}

	.same-height .card >p{
		min-height: 5em;
	}
}


/* 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 .active{
	/* background-color: #BC955C; */
	text-decoration-line: underline;
}

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

.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;
	}

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


	.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: 20px;
}

.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 */