.cont_banner
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	min-height: 600px;
}

.banner
{
	width: 100%;
	height: 100%;
	min-height: 600px;
	position: absolute;
	top: 0px;
	left: 101%;
	font-family: 'montserrat_bold';
}
.banner_fondo
{
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'montserrat_bold';
}
.banner3
{
	left: 0px;
}
.banner1 .banner_fondo
{
	background-image: url("../../img/banner1.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.banner h1
{
	font-size: 48px;
	line-height: 57px;
	color: white;
	margin: 0px;
	position: absolute;
	top: calc(50% - 80px);
	left: 80px;
}
.banner h1 span
{
	color: #FA3E32;
}


.banner2 .banner_fondo
{
	background-color: rgba(10,0,0,0.66);
}
.banner2
{
	background-image: url("../../img/banner2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



.blanco_superior
{
	height: 67px;
	background-color: white;
	width: 100%;
}
.izq_banner3
{
	height: calc(100% - 67px);
	float: left;
	width: 50%;
	background-color: #273B4D;
}
.der_banner3
{
	height: calc(100% - 67px);
	float: right;
	width: 50%;
	background-color: #D7E5E9;
}

.banner3 h1 
{
	font-size: 43px;
	line-height: 52px;
	color: white;
	margin: 0px;
	position: relative;
	margin-left: 80px;
	top: auto;
	left: auto;
	margin-top: 80px;
}
.linea_banner
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60px;
	height: 4px;
	background-color: #EE4136;
	margin-left: 80px;
}
.banner3 p
{
	font-size: 26;
	line-height: 31px;
	color: white;
	margin: 0px;
	letter-spacing: 1px;
	margin-left: 80px;
}
.img_mano
{
	height: 230px;
	width: 330px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("../../img/mano.svg");
	margin-bottom: 20px;
	margin-top: 80px;
}
.der_banner3 h4
{
	font-size: 26;
	line-height: 31px;
	color: #273B4D;
	margin: 0px;
	letter-spacing: 1px;
	margin-left: 210px;
}


@media screen and (max-width: 1130px) {
	.der_banner3 h4
	{
		font-size: 20px;
	}
	.banner3 h1
	{
		font-size: 35px;
	}
	.banner3 p
	{
		font-size: 20px;
	}
}
@media screen and (max-width: 980px) {
	.der_banner3 h4
	{
		font-size: 18px;
		line-height: 24px;
		margin-left: 40px;
	}
	.banner3 h1
	{
		font-size: 32px;
		line-height: 48px;
	}
	.banner3 p
	{
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 750px) {
	.izq_banner3
	{
		width: 100%;
		height: auto;
    	padding-bottom: 50px;
    	display: inline-block;
	}
	.der_banner3
	{
		width: 100%;
		height: auto;
        padding-bottom: 50px;
        display: inline-block;

	}
	.der_banner3 h4
	{
		font-size: 20px;
		margin-left: 210px;
	}
	.banner3 h1
	{
		font-size: 35px;
	}
	.banner3 p
	{
		font-size: 20px;
	}

}
@media screen and (max-width: 500px) {
	.der_banner3 h4
	{
		font-size: 18px;
		line-height: 24px;
		margin-left: 40px;
	}
	.banner3 h1
	{
		font-size: 32px;
		line-height: 48px;
	}
	.banner3 p
	{
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 400px) {
	.banner3 h1
	{
		font-size: 26px;
		line-height: 40px;
		margin-left: 40px;
	}
	.banner3 p
	{
		margin-left: 40px;
	}
	.der_banner3 h4
	{
		font-size: 17px;
		margin-left: 40px;
	}
}