@charset "UTF-8";
/* CSS Document */
    img, video, object {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    text-shadow: 0px 0px;
}

body {
	margin: 0px;
	background-color: white;
	font-family: 'Poppins', sans-serif;
}

.base {
    width: 100%;
    height: 2191px;
    background-color: #f2f2f2;
    float: left;
}

footer {
    width: 100%;
    height: 44px;
    background-color: #000000;
    float: left;
}

.home {
    width: 100%;
    height: 694px;
    background-image: url(../images/home_1.jpg);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: #FFFFFF;
}

.contenido_1 {
    width: 94%;
    height: 730px;
	padding-top: 15px;
	padding-left: 3%;
	padding-right:3%;
    background-image: url("../images/home_2.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 0%;
	text-align: center;
	font-size: 22px;
    font-weight: 200;
}

.contenido_2 {
    width: 100%;
    height: 655px;
    background-image: url("../images/home_3.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 0%;
	text-align: left;
	font-size: 22px;
    font-weight: 200;
}

.home_text {
    width: 500px;
    height: 454px;
    padding-top: 240px;
	padding-left: 842px;
	padding-right: 40px;
    color: #333333;
    font-size: 22px;
    font-weight: 200;
    margin-left: auto;
    margin-right: auto;
}

.promo_text {
    width: 500px;
    height: 524px;
    padding-top: 170px;
	padding-right: 800px;
	padding-left: 82px;
    color: #333333;
    font-size: 22px;
    font-weight: 200;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #E1121E;
    font-weight: 400;
    font-size: 40px;
    line-height: 0px;
}

header {
    width: 100%;
    height: 97px;
    float: left;
    background-color: #F2F2F2;
}

.col_head_1 {
    width: 1382px;
    height: 97px;
    margin-left: auto;
    margin-right: auto;
}

.col_head_2 {
    width: 173px;
    height: 97px;
    float: left;
}

.col_head_3 {
    width: 1209px;
    height: 60px;
	padding-top: 37px;
    float: left;
    text-align: right;
}

.col_foot_1 {
    width: 1382px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
}

.col_foot_2 {
    width: 1157px;
    height: 44px;
    float: left;
}

.col_foot_3 {
    width: 225px;
    height: 44px;
    float: left;
    text-align: right;
}

a.menus:link{
	font-weight: 400;
    color: #000;
    text-decoration: none;
	}
	a.menus:hover{
		font-weight: 400;
    color: #E1121E;
    text-decoration: none;
	}
	a.menus:active{
		font-weight: 400;
    color: #000;
    text-decoration: none;
	}
	a.menus:visited{
		font-weight: 400;
    color: #000;
    text-decoration: none;
	}

@media screen and (max-width : 1382px){
	
	.base {
    height: auto;
}
	
	header {
    height: auto;
}
	
	.col_head_1 {
    width: 100%;
		height: auto;
}

.col_head_2 {
    width: 12.51%;
	height: auto;
}

.col_head_3 {
    width: 86.48%;
	height: auto;
	padding-top: 2.5%;
	padding-right: 1%;
}
	
	.home {
    width: 100%;
}
	
	.home_text {
    width: 36.17%;
	padding-left: 60.92%;
	padding-right: 2.89%;
}
	
	.promo_text {
    width: 36.17%;
	padding-right: 57.88%;
	padding-left: 5.93%;
}

	h1 {
   
    font-size: 3vw;
}
	

.col_foot_1 {
    width: 100%;
}

.col_foot_2 {
    width: 50%;
}
	
	.col_foot_3 {
    width: 50%;
}
	
}

@media screen and (max-width : 768px){
	
	header {
    height: auto;
}

.col_head_1 {
    width: 100%;
    height: auto;
}

.col_head_2 {
    width: 100%;
    height: auto;
	text-align: center;
}

.col_head_3 {
    width: 100%;
    height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
    text-align: center;
}

	
	.home {
    height: 494px;
    background-image: url(../images/home_1.jpg);
    background-size: 110% auto;
    background-repeat: no-repeat;
    background-position: 0% 90%;
}
	
	.contenido_1 {
	height: 494px;
	padding-top: 15px;
    background-image: url("../images/home_2.png");
    background-size: 130% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
	
	.contenido_2 {
    background-image: url("../images/home_3.png");
    background-size: 170% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
	
	.home_text {
	width: 94%;
	height: 694px;
    padding-top: 40px;
	padding-left: 3%;
	padding-right: 3%;
    font-size: 22px;
	text-align: center;
}
	
		.promo_text {
    width: 94%;
			height: 524px;
    padding-top: 0px;
	padding-right: 3%;
	padding-left: 3%;
	text-align: center;
}
	
	h1 {
    font-size: 40px;
}
	
}