@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 2560px
************/

@media only screen and (max-width: 2560px)
{
	.header
	{
		background-image:url(../images/banner/banner.jpg)
	}
	.header_side
	{
		background-image:url(../images/banner/contact2.jpg)
	}
}

/************
2. 1920px
************/

@media only screen and (max-width: 1920px)
{
	
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.header
	{
		background-image:url(../images/banner/banner1.jpg)
	}
	.header
	{
		width: 90%;
	}
	.header_side
	{
		background-image:url(../images/banner/contact2.jpg)
	}
}

/************
3. 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;
	}
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.header
	{
		width: 80%;
		background-size: cover;
	}
	.header_content
	{
		width: 100%;
	}
	.header_side
	{
		display: none !important;
	}
	.main_nav_container
	{
		padding-right: 53px;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	
}

/************
4. 1160px
************/

@media only screen and (max-width: 1160px)
{
	.header
	{
		width: 85%;
	}
}

/************
4. 1060px
************/

@media only screen and (max-width: 1060px)
{
	.header
	{
		width: 90%;
	}
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	.main_nav_item
	{
		margin-right: 33px;
	}
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.header
	{
		height: 90px;
		background-image:url(../images/banner/banner2.jpg)
	}
	.main_nav_container
	{
		display: none;
	}
	.logo_container
	{
		padding-left: 38px;
		top: 10px;
	}
	.logo img
	{
		width: 140px;
	}
	.logo span
	{
		font-size: 20px;
	}
	.hamburger_container
	{
		display: block;
	}
	.hamburger_container i
	{
		text-shadow: rgb(255 255 255 / 45%) 2px 2px 1px;
	}
	.menu
	{
		top: 15px;
		column-width: 90px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 8x;
		top: 10px;
	}
	.sidebar_section_title
	{
		margin-top: 60px;
	}
	.newsletter_form_container
	{
		width: 90%;
	}
	.footer_col
	{
		margin-bottom: 20px;
	}
	.footer_content 
	{	
		column-width: 220px;
	}
	.footer_content .logo img
	{
		width: 95%;
	}
	.footer_col:last-child
	{
		margin-bottom: 5px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	.header
	{
		height: 90px;
	}
	.logo_container
	{
		padding-left: 35px;
	}
	.logo img
	{
		width: 135px;
	}
	.logo span
	{
		font-size: 45px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 15px;
		column-width: 80px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 8px;
		top: 10px;
	}
	.hero_slider_nav
	{
		display: none;
	}
	.hero_slide_content
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer_col
	{
		margin-bottom: 20px;
	}
	.footer_col:last-child
	{
		margin-bottom: 10px;
	}
}

/************
8. 830px
************/

@media only screen and (max-width: 830px)
{
	.header
	{
		height: 85px;
		background-image:url(../images/banner/banner2x.jpg)
	}
	.logo_container
	{
		top: 10px;
		padding-left: 35px;
	}
	.logo img
	{
		width: 130px;
	}
	.logo span
	{
		font-size: 45px;
	}
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.header
	{
		height: 85px;
		background-image:url(../images/banner/banner3x.jpg)
	}
	.menu_container
	{
		right: -100vw;
		width: 100vw;
		height: 100vh;
	}
	.news_post_title_container
	{
		margin-top: -4px;
		padding-left: 21px;
	}
	.news_post_title a
	{
		font-size: 27px;
	}
	.newsletter_email
	{
		width: 100%;
	}
	.newsletter_submit_btn
	{
		margin-top: 15px;
	}
}

/************
11. 642px
************/

@media only screen and (max-width: 642px)
{
	.header
	{
		background-image:url(../images/banner/banner3.jpg)
		width: 60%;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h1{font-size: 24px;}
	p{font-size:13px;}
	.header
	{
		height: 80px;
	}
	.logo_container
	{
		padding-left: 35px;
		top: 7px;
	}
	.logo img
	{
		width: 130px;
	}
	.logo span
	{
		font-size: 40px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 5px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 20px;
		top: 15px;
	}
	.home
	{
		height: 372px;
	}
	.home_content
	{
		padding-top: 17px;
	    padding-bottom: 11px;
	    padding-left: 22px;
	    padding-right: 24px;
	}
	.home_content h1
	{
		font-size: 30px;
	}
	.news_post_title_container
	{
		margin-top: 20px;
		padding-left: 0px;
	}
	.news_post_date
	{
		width: 55px;
		height: 55px;
	}
	.news_post_date div:first-child
	{
		font-size: 18px;
	}
	.news_post_date div:last-child
	{
		font-size: 11px;
	}
	.news_post_title a
	{
		font-size: 20px;
	}
	.news_post_text
	{
		margin-top: 20px;
	}
	.news_post_button
	{
		width: 138px;
		height: 42px;
	}
	.news_post_button a
	{
		font-size: 14px;
		line-height: 42px;
	}
	.tag
	{
		height: 35px;
	}
	.tag a
	{
		font-size: 14px;
		line-height: 35px;
		padding-left: 23px;
    	padding-right: 23px;
	}
	.footer_bar
	{
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.footer_social
	{
		margin-top: 8px;
	}
	.footer_copyright span
	{
		font-size: 8px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 490px)
{
	.header
	{
		height: 70px;
	}
	.logo_container
	{
		padding-left: 5px;
		top: 2px;
	}
	.logo
	{
		display: flex;
		align-items: center;
	}
	.logo img
	{
		width: 125px;
	}
	.event_content
	{
		margin-right: 50px;
		font-size: 12px;	
	}
	.nosotros_image img
	{
		width: 100%;
	}
	.sidebar_list_item video
	{
		width:	100%;
	}
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	.header
	{
		height: 65px;
		top: 15px;
	}
	.menu
	{
		top: 5px;
		column-width: 180px;
	}
	.menu_contact_icon img
	{
		width: 10%;
	}
	.comment_image
	{
		width: 50px;
		height: 50px;
	}
	.comment_content
	{
		padding-left: 19px;
	}
}

@media only screen and (max-width: 419x)
{
	.header
	{
		height: 65px;
		top: 15px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 5px;
		column-width: 180px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 20px;
		top: 15px;	
	}
	.footer_col
	{
		margin-bottom: 20px;
	}
	.footer_col:last-child
	{
		margin-bottom: 10px;
	}
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}