@charset "UTF-8";

.head_nosotros
{
    height: 440px;
    width: 100%;
    top: -10px;
    position: relative;
    margin: auto;
    overflow: hidden;
	text-align: center;
}

h1
{
	font-family: Monserrat_black_italic;
	font-size: 30px;
    color: black;
    display: inline-block;
    position: relative;
    font-style: italic;
	top: -33px
}

h2
{
	font-family: Monserrat_black_italic;
	font-size: 35px;
    color: black;
    display: inline-block;
    font-style: italic;
}

h3
{
	font-family: Monserrat_black_italic;
	font-size: 30px;
    color: black;
    display: inline-block;
    font-style: italic;
}

.nosotros_info
{
	background-color: #ff6000;
    height: 330px;
    width: 100%;
    text-align: justify;
    position: relative;
    margin: auto;
    top: -20px;
}

.logo_nosotros
{
	max-width: 100%;
	width: 100%;
    height: 370px;
	top: 0px;
	position: auto;
	display: inline-block
		
}

p
{
	text-align: justify;
	width: 1180px;
}

.info_historia
{
	font-family: Monserrat_medium;
    font-size: 12px;
    color: white;
    display: inline-block;
    position: relative;
    left: 80px;
    margin: auto;
    overflow: hidden;
    width: 86%;
}

.equipo_trabajo
{
	text-align: center;
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 86%;
}

.catalogo 
{
  top: -50px;
}
.equipo_trabajo2
{
	text-align: center;
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 86%;
}

.equipo_info
{
	margin-left: 0px;
}

.equipo_info, .container_info
{
	padding: 20px;
}

.equipo_info:after
{
	content: "";
	display: table;
	clear: both;
}

.container_info .img_info
{
	display: block;
}

.container_info
{
  position: relative;
  width: 49%;
  float: left;
}

.image_info
{
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
  height: 200px;
  width: 200px;
}

p2
{
	font-family: Monserrat_medium;
	text-align: justify !important;
	width: 300px;
	display: inline-block;
}

p3
{
	text-align: justify;
	width: 300px;
	font-family: Monserrat_black_italic;
}

.info
{
	font-size: 12px;
	color: black;
}

.info2
{
	font-size: 16px;
	color: black;
	text-align: justify;
}

/*COMIENZA RESPONSIVE*/

@media screen and (max-width: 1700px) and (min-width: 1491px)
{
	.logo_nosotros{
		width: 1600px;
	}
	
	h1{
		top: -26px;
	}
}

@media screen and (max-width: 1490px) and (min-width: 1025px)
{
	.head_nosotros{
		top: -20px;
		height: 320px;
	}
	
	.logo_nosotros{
		width: 1284px !important;
    	height: 240px;
	}
	
	h1{
		top:-30px;
	}
	
	.nosotros_info{
		top: -50px;
	}
	
	.equipo_info
	{
	margin-left: 22px;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait)
{
	.head_nosotros
	{
		top: -25px;
		height: 300px;
	}
	
	.nosotros_info
	{
		top: -106px;
		height: 420px;
	}
	
	.logo_nosotros
	{
		width: 1027px;
    	height: 250px;
	}
	
	h1{
		top: -40px;
	}
	
	.nosotros_info{
		top: 0px;
	}
	
	.info_historia
	{
		left: 65px;
		font-size: 12px;
	}
	
	.equipo_trabajo{
		top: 0px;
	}
	
	.equipo_trabajo2{
		top: 0px;
	}
	
	.equipo_info, .container_info
	{
		padding: 10px;
	}
	
	.equipo_info
	{
		margin-left: 0px;
	}
	
	.container_info
	{
		width: 50%;
	}
	
	.image_info
	{
		width: 120px;
		height: 120px;
	}
}

@media screen and (min-width:1024px) and (max-width:1366px) and (orientation: landscape)
{
	
	.head_nosotros
	{
		top: -6px;
	}
	
	.logo_nosotros{
		width: 1370px;
	}
	
	.nosotros_info
	{
		top: -26px;
		height: 350px;
	}
	
	.equipo_info
	{
		margin-left: 0px;
	}
}

@media screen and (min-width:0px) and (max-width:767px)
{
	.head_nosotros{
		width: 100%;
		height: 150px;
	}
	
	h1
	{
		left: 0;
    	font-size: 12px;
    	top: -20px;
	}
	
	.logo_nosotros
	{
		left: 0px;
    	width: 415px;
    	height: 109px;
    	top: 0px;
	}
	
	.nosotros_info{
		height: 530px;
		width: 100%;
	}
	
	.info_historia
	{
		left: 28px;
    	font-size: 10px;
	}
	
	.equipo_info
	{
		margin-left: 0px;
	}
	
	.equipo_trabajo{
		width: 100%;
	}
	
	.equipo_trabajo2{
		width: 100%;
		top: -60px;
	}
	
	.container_info
	{
		width: 100%;
	}
	
	.image_info
	{
		width: 100px;
		height: 100px;
	}
	
	h3
	{
		font-size: 15px;
	}
	
	.info
	{
		font-size: 10px;
	}
}