.cont_nuestros
{
	height: calc(100% - 67px);
	width: 100%;
	background-color: #D7E5E9;
	background-image: url("../../img/gota2_grande.svg");
	background-repeat: no-repeat;
	background-position: right;
	min-height: 600px;
	
}
.blanco_superior
{
	height: 67px;
	background-color: white;
	width: 100%;
}
.cont_items
{
	width: 100%;
	text-align: center;
}
.item
{
	width: 300px;
	height: 250px;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	vertical-align: top;
	position: relative;
	text-align: left;
}
.img_item
{
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-position: left;
}
.img1
{
	background-image: url("../../img/nuestros1.svg");
}
.img2
{
	background-image: url("../../img/nuestros2.svg");
}
.img3
{
	background-image: url("../../img/nuestros3.svg");
}
.cont_nuestros h1
{
	font-size: 43px;
	line-height: 52px;
	color: white;
	margin: 0px;
	padding-top: 80px;
	margin-left: 80px;
	margin-bottom: 80px;
	font-family: 'montserrat_bold';
}
.cont_nuestros h1 span
{
	color: #FA3E32;
}
.cont_nuestros h3
{
	font-size: 26px;
	line-height: 31px;
	color: #273B4D;
	font-family: 'montserrat_bold';
	margin: 0px;
}
.cont_nuestros p
{
	font-size: 13px;
	line-height: 18px;
	color: #273B4D;
	font-family: 'montserrat_regular';
}

@media screen and (max-width: 1170px) {
	
	.item 
	{
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
@media screen and (max-width: 1050px) {
	
	.item 
	{
	    width: 230px;
	}
	.cont_nuestros p
	{
		font-size: 11px;
	}
}
@media screen and (max-width: 850px) {
	
	.item 
	{
	    width: 200px;
	}
	.cont_nuestros h3 
	{
	    font-size: 20px;
	    line-height: 25px;
	    color: #273B4D;
	    font-family: 'montserrat_bold';
	    margin: 0px;
	}
	.cont_nuestros p
	{
		line-height: 16px;
	}
}
@media screen and (max-width: 750px) {
	
	.item 
	{
	    width: 169px;
	}
	.cont_nuestros h3 
	{
	    font-size: 20px;
	    line-height: 25px;
	    color: #273B4D;
	    font-family: 'montserrat_bold';
	    margin: 0px;
	}
	.cont_nuestros p
	{
		line-height: 14px;
	}
}
@media screen and (max-width: 650px) {
	
	.item 
	{
	    width: 275px;
	    height: auto;
	}
	.cont_nuestros
	{
		height: auto;
	}
	.cont_nuestros h1 
	{
	    font-size: 40px;
	    line-height: 50px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 40px;
	    text-align: center;
	    font-family: 'montserrat_bold';
	}
}
@media screen and (max-width: 500px) {
	
	.item 
	{
	    width: 250px;
	    height: auto;
	}
	
}
