@charset "utf-8";
/* CSS Document */
/******************************
[Table of Contents]
1600px
1440px
1280px
1199px
1024px
991px
959px
880px
768px
767px
575px
539px
479px
400px
******************************/

/************
1600px
************/
@media only screen and (max-width: 1600px) {
}

/************
1440px
************/
@media only screen and (max-width: 1440px) {
}

/************
1380px
************/
@media only screen and (max-width: 1380px) {
	.header {
		width: 1200px;
	}
	.header_content {
		width: calc(100% - 219px);
	}
	.main_nav_container {
		padding-right: 63px;
	}
	.header_side {
		width: 219px;
	}
	.header_side span {
		font-size: 14px;
	}
	.header_side img {
		width: 20px;
		height: 20px;
	}
}

/************
1280px
************/
@media only screen and (max-width: 1280px) {
	.header {
		width: 90%;
	}
	.header_content {
		width: 100%;
	}
	.header_side {
		display: none !important;
	}
	.main_nav_container {
		padding-right: 53px;
	}
	.home_content h1 {
		font-size: 56px;
	}
	.card-institucional .card-title {
		font-size: 28px;
	}
}

/************
1199px
************/
@media only screen and (max-width: 1199px) {
}

/************
1024px
************/
@media only screen and (max-width: 1024px) {
	.main_nav_item {
		margin-right: 33px;
	}
}

/************
991px
************/
@media only screen and (max-width: 991px) {
	.main_nav_container {
		display: none;
	}
	.logo_container {
		padding-left: 30px;
	}
	.hamburger_container {
		display: block;
	}
	.home_content h1 {
		font-size: 48px;
	}
	.directora-section {
		margin: 60px 0;
	}
	.directora-foto {
		text-align: center;
		margin-bottom: 40px;
	}
	.directora-img {
		max-width: 300px;
	}
	.directora-mensaje {
		padding: 35px 30px;
	}
	.card-institucional {
		margin-bottom: 40px;
	}
	.card-institucional:last-child {
		margin-bottom: 0;
	}
	.card-institucional .card-title {
		font-size: 26px;
	}
	.newsletter_form_container {
		width: 90%;
	}
	.footer_col {
		margin-bottom: 30px;
	}
	.footer_col:last-child {
		margin-bottom: 0px;
	}
}

/************
767px
************/
@media only screen and (max-width: 767px) {
	.menu_container {
		right: -100vw;
		width: 100vw;
		height: 100vh;
	}
	.newsletter_email {
		width: 100%;
	}
	.newsletter_submit_btn {
		margin-top: 15px;
	}
}

/************
575px
************/
@media only screen and (max-width: 575px) {
	h1 { font-size: 24px; }
	p { font-size: 13px; }
	.header {
		height: 74px;
	}
	.logo_container {
		padding-left: 15px;
	}
	.logo img {
		width: 50px;
		margin-right: 10px;
	}
	.logo span {
		font-size: 16px;
	}
	.hamburger_container {
		right: 5px;
	}
	.menu {
		top: 70px;
	}
	.menu_item {
		margin-bottom: 0px;
	}
	.menu_item a {
		font-size: 24px;
	}
	.menu_copyright {
		display: none;
	}
	.menu_social_container {
		margin-top: 50px;
	}
	.menu_close_container {
		right: 30px;
		top: 34px;
	}
	.home {
		height: 372px;
	}
	.home_content {
		padding-top: 17px;
		padding-bottom: 11px;
		padding-left: 22px;
		padding-right: 24px;
	}
	.home_content h1 {
		font-size: 30px;
	}
	.instituto-info .section-subtitle,
	.directora-mensaje .section-subtitle {
		font-size: 24px;
	}
	.directora-img {
		max-width: 250px;
	}
	.directora-mensaje {
		padding: 30px 25px;
	}
	.directora-nombre {
		font-size: 18px;
	}
	.directora-texto p {
		font-size: 15px;
		line-height: 1.8;
	}
	.card-institucional {
		padding: 30px 25px;
	}
	.card-institucional .card-title {
		font-size: 24px;
	}
	.card-institucional .card-text,
	.instituto-text {
		font-size: 15px;
		line-height: 1.7;
	}
	.btn-about-contact {
		padding: 14px 35px;
		font-size: 15px;
		width: 100%;
		max-width: 350px;
	}
	.footer_bar {
		padding-top: 49px;
		padding-bottom: 52px;
	}
	.footer_social {
		margin-top: 20px;
	}
	.footer_copyright span {
		font-size: 13px;
	}
}

/************
479px
************/
@media only screen and (max-width: 479px) {
	.header {
		height: 60px;
		top: 15px;
	}
	.home_content h1 {
		font-size: 28px;
	}
	.about.page_section {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.directora-img {
		max-width: 200px;
	}
	.card-institucional .card-title {
		font-size: 22px;
	}
	.btn-about-contact {
		padding: 12px 30px;
		font-size: 14px;
	}
}

/************
400px
************/
@media only screen and (max-width: 400px) {
}