/* =================================
------------------------------------
  Colegio 5035 - Portal Web
  Version: 1.0 LIMPIO
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.destacado {
	margin: 20px;
}

.links {
	margin: 100px;	
	font-size: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 600;
	color: #1d1d1d;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #838383;
	line-height: 2.1;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.sec-title {
	margin-bottom: 84px;
}

.sec-title span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
	color: #1a5ed1;
	letter-spacing: 2px;
}

.sec-title h2 {
	font-weight: 500;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 90px;
	padding-bottom: 90px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*------------------
  Hero section
---------------------*/

.hero-section {
	height: 450px;
}

/*------------------
  Botones principales debajo del hero
---------------------*/

.botones-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin: 10px 0 20px 0;
	padding: 0 15px;
}

.btn-colegio {
	position: relative;
	padding: 12px 24px;
	border: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	min-width: 160px;
}

.btn-noticias {
	background-color: #e74c3c;
	color: #fff;
}

.btn-cursos {
	background-color: #3498db;
	color: #fff;
}

.btn-programas {
	background-color: #f24992;
	color: #fff;
}

.btn-eventos {
	background-color: #b58cf5;
	color: #fff;
}

.btn-contacto {
	background-color: #2ecc71;
	color: #fff;
}

.btn-inscripcion {
	background-color: #f39c12;
	color: #fff;
}

/* Efectos hover personalizados por botón */
.btn-noticias:hover {
	background-color: #c0392b !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(231, 76, 60, 0.4);
}

.btn-cursos:hover {
	background-color: #2980b9 !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(52, 152, 219, 0.4);
}

.btn-programas:hover {
	background-color: #f24992 !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(52, 152, 219, 0.4);
}

.btn-eventos:hover {
	background-color: #b58cf5 !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(155, 89, 182, 0.4);
}

.btn-contacto:hover {
	background-color: #27ae60 !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(46, 204, 113, 0.4);
}

.btn-inscripcion:hover {
	background-color: #e67e22 !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(243, 156, 18, 0.4);
}

/*------------------
  Footer section
---------------------*/

.footer-section {
	background: #1d1d1d;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 40px;
}

.footer-widget h4 {
	margin-bottom: 55px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
	color: #f3e830;
}

.footer-logo {
	float: left;
}

.footer-menu {
	float: right;
	list-style: none;
}

.footer-menu li {
	display: inline;
}

.footer-menu li a {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-left: 35px;
	padding: 10px 0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-menu li a:hover {
	color: #f3e830;
}

.footer-bottom {
	padding-top: 40px;
	padding-bottom: 38px;
	border-top: 1px solid #5b5b5b;
	overflow: hidden;
}

.footer-bottom .social {
	float: right;
	margin-left: 80px;
	padding-top: 7px;
}

.footer-bottom .social a {
	color: #fff;
	margin-left: 25px;
	padding: 5px 1px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-bottom .social a:hover {
	color: #f3e830;
}

/*------------------
	Responsive
---------------------*/

@media (max-width: 768px) {
	.botones-container {
		flex-direction: column;
		align-items: center;
	}
	.btn-colegio {
		width: 90%;
		max-width: 300px;
		margin-bottom: 10px;
	}
	
	.footer-widget:nth-child(3),
	.footer-widget:nth-child(4) {
		margin-top: 50px;
	}
	
	.footer-bottom {
		text-align: center;
	}
	
	.footer-bottom .social {
		float: none;
		margin-left: 0;
		margin-top: 15px;
	}
	
	.footer-menu {
		float: none;
		padding-top: 20px;
		text-align: center;
	}
	
	.footer-menu li:first-child a {
		margin-left: 0;
	}
	
	.footer-logo {
		padding-top: 20px;
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}

@media (max-width: 479px) {
	.footer-menu li a {
		font-size: 14px;
		margin-left: 15px;
	}
	
	.footer-bottom .social a {
		margin-left: 15px;
	}
}