/*!
Theme Name: afrmx2023-child
Template:   afrmx2023
Theme URI: http://emprend.me/
Author: Jorge Olvera
Author URI: http://emprend.me
Description: Tema hijo de Federación de Alianzas Francesas de México micro Sitios
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alianzafr.mx
*/

@import url("../afrmx2023/style.css");


.banner-cta{
	height: 300px;
	max-height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner-cta h2{
	font-size: 40px;
}

/*footer*/

.titleRed h1{
	color: #B52221;
}

.cursos p{
    font-size: 18px;
}

.graybg{
	background: linear-gradient( to right, white 0%, white 20%, #8C8D8F 20%, #8C8D8F 100% );
}

.redbg{
	background: linear-gradient( to left, white 0%, white 20%, #E1393E 20%, #E1393E 100% );
}

.blackbg{
	background: linear-gradient( to right, white 0%, white 20%, #000000 20%, #000000 100% );
}



footer{
	height: auto !important;
	background-color: #2C2C2C;
}

footer .list-unstyled{
	margin-bottom: 0px;
}

footer ul.list-unstyled li a, footer ul.list-unstyled li{
	color: #fff;
	text-decoration: none;
}

footer ul.list-unstyled{
	color: #fff;
}

footer ul.list-unstyled li a:hover{
	color: #fff;
	text-decoration: none;
}

footer p{
	color: #fff;
}

footer a{
	color: #fff;
}

.copyright {
	background-color: #2C2C2C;
	border-top: 1px solid #fff;
}

.copyright a{
	color: #fff;
	text-decoration: none;
}