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

@font-face {
	font-family: "Neon";
	src: url(../recursos/Neon.ttf);
}
@font-face {
	font-family: "Antipasto_regular";
	src: url(../recursos/Antipasto_regular.otf)
}
@font-face {
	font-family: "Antipasto_regular";
	src: url(../recursos/Antipasto_regular.otf)
}
@font-face {
	font-family: "GeosansLigh";
	src: url(../recursos/GeosansLight.ttf);
}
.todo {
	width: 1200px;
	margin: auto;
	clear: both;
	background-color: #FFF;
}
.arriba {
	width: 100%;
	height: 139px;
	clear: both;
	background-color: #FFF;
}
.logo {
	width: 357px;
	height: 129px;
	margin: auto;
	padding-top: 5px;
}
.logo img {
	width: 100%
}
.menu {
	width: 100%;
	height: 56px;
	margin: 0px;
	clear: both;
	background-color: #FFF;
}
.menu2 {
	width: 100%;
	height: 56px;
	margin: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	background-color: #FFF;
}
nav {
	width: 540px;
	height: 56px;
	clear: both;
	margin: auto;
	padding-top: 4px;
	background-color: #162346;
}
.header {
	width: 100%;
	height: 690px;
	clear: both;
	background-color: #FFF;
}
.header img {
	width: 100%
}
.trabajos {
	width: 100%;
	height: 722px;
	clear: both;
	margin: 0px;
}
.pcon {
	width: 830px;
	height: 320px;
	clear: both;
	margin: auto;
	padding-top: 50px;
}
.contenedor {
	width: 542px;
	height: 320px;
	clear: both;
	float: left;
	overflow: hidden;
}
.contenedor img {
	width: 100%
}
.contenedoruno {
	width: 285px;
	height: 320px;
	float: right;
	overflow: hidden;
}
.contenedoruno img {
	width: 100%
}
.pcon2 {
	width: 830px;
	height: 320px;
	clear: both;
	margin: auto;
}
.contenedordos {
	width: 100%;
}
.cuadro1 {
	width: 265px;
	height: 265px;
	float: left;
	margin: 26px 5px 0px 5px;
	position: relative;
	top: 0;
	right: 0px;
	margin-left: 6px;
	overflow: hidden;
}
.cuadro1 img {
	width: 100%
}
.mas {
	transition: .3s;
	overflow: hidden;
}
.mas:hover {
	transform: scale(1.1);
	opacity: 0.4;
}
.boton {
	width: 78x;
	height: 45px;
	float: left;
	margin-left: 386px;
	margin-top: 6px;
}
.boton ul {
	list-style: none;
}
.boton ul li {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
.boton ul li a {
	text-decoration: none;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	display: block;
	color: #162346;
	border: 1px solid #162346;
	font-family: "GeosansLigh";
}
.boton ul li a:hover {
	text-decoration: none;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	display: block;
	color: #099;
	border: 1px solid #099;
	font-family: "GeosansLigh";
}
.quienes {
	width: 100%;
	height: 392px;
	clear: both;
}
.bloque {
	width: 700px;
	height: 400px;
	margin: auto;
	padding-top: 13px;
}
.texto1 {
	width: 400px;
	height: 340px;
	font-size: 23px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 25px;
	line-height: 20px;
}
.textodos {
	width: 260px;
	height: 200px;
	font-size: 55px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 10px;
	margin-top: 80px;
	color: #FFF;
}
.losquesomos {
	width: 100%;
	height: 459px;
	clear: both;
}
.contenedor3 {
	width: 1210px;
	height: 326px;
	margin: auto;
	padding: 0px;
	padding-top: 50px;
}
.nosotros {
	width: 190px;
	height: 326px;
	float: left;
	margin: 5px 5px 0px 5px;
	position: relative;
	top: 0;
	right: 0px;
	margin-left: 4, 5px;
	opacity: 2;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff;
}
.nosotros .mascara {
	opacity: 0.5;
	background-color: rgba(46,157,120, 0.7);
	transition: all 0.3s ease-in-out;
}
.nosotros h2 {
	transform: translateX(-200px);/*Desplazamos a la izquierda*/
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
.nosotros p {
	transform: translateX(200px);/*Desplazamos a la derecha*/
	opacity: 0;
	transition: all 0.4s linear;
}
.nosotros:hover img {
	transform: scale(1.1);/*Damos un ligero zoom a la imagen*/
	opacity: 0.5;
}
.nosotros .mascara {
	opacity: 1;
}
.nosotros:hover h2, .nosotros:hover p, .nosotros:hover a.link {
	opacity: 1;
	transform: translateX(0px);/*Regresamos a las posiciones originales*/
}
.nosotros:hover p {
	transition-delay: 0.1s;
}
.nosotros:hover a.link {
	transition-delay: 0.2s; /*Aplicamos un pequeño retardo para que se muestre al final*/
	transform: translateY(0px);
}
imgnosotros {
	width: 190px;
	height: 233px;
}
.informacion {
	width: 190px;
	height: 60px;
	float: left;
	margin-top: 50px;
	margin: 5px 5px 0px 5px;
	position: relative;
	top: 0;
	right: 0px;
	margin-left: 0px;
	padding-top: 20px;
}
.informacion h1 {
	padding-bottom: 3px;
	border-bottom: 2px solid #e2491e;
	font-family: "GeosansLigh";
	color: #162346;
	font-size: 20px;
	text-align: center;
}
.informacion h2 {
	font-family: "GeosansLigh";
	color: #162346;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
.boton1 {
	width: 78x;
	height: 45px;
	float: left;
	margin-left: 570px;
	margin-top: 10px;
}
.boton1 ul {
	list-style: none;
}
.boton1 ul li {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
.boton1 ul li a {
	text-decoration: none;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	display: block;
	color: #162346;
	border: 1px solid #162346;
	font-family: "GeosansLigh";
}
.boton1 ul li a:hover {
	text-decoration: none;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	display: block;
	color: #099;
	border: 1px solid #099;
	font-family: "GeosansLigh";
}
footer {
	width: 1200px;
	height: 129px;
	background-color: #162346;
	padding-top: 10px;
}
#bloque1 {
	width: 100%;
	height: 722px;
}
#bloque2 {
	width: 100%;
	height: 392px;
	background-color: #FFF;
}
#bloque3 {
	width: 100%;
	height: 459px;
}
.icon {
	height: 69px;
	clear: both;
	color: #999;
	border-bottom: #FFF 1px solid;
}
.icon ul {
	float: left;
	list-style: none;
	margin: auto;
}
.icon ul li {
	float: left;
	list-style-type: none;
	margin-left: 170px;
	padding-top: -6px;
	margin-top: 15px;
}
.icon ul li a {
	width: 16px;
	height: 16px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	border-radius: 100px;
	padding: 12px;
	border: 1px solid #FFF;
}
.icon ul li a:hover {
	color: #e2491e;
	border: 1px solid #e2491e;
}
.textotres {
	width: 220px;
	font-size: 28px;
	font-family: "Antipasto_regular";
	margin: auto;
	color: #FFF;
}
.texto3 {
	width: 1200px;
	font-size: 12px;
	font-family: "Antipasto_regular";
	color: #FFF;
	margin-top: 10px;
	margin-left: 5px;
}
.texto4 {
	width: 400px;
	float: right;
	height: 20px;
}
.texto4 ul {
	list-style: none;
}
.texto4 ul li {
	float: right;
}
.texto4 ul li a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 2px solid #fbf3d3;
	text-decoration: none;
	color: #FFF;
	font-family: "Antipasto_regular";
}
.texto4 ul li a:hover {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 2px solid #e2491e;
	text-decoration: none;
	color: #e2491e;
	font-family: "Antipasto_regular";
}
/*Pagina de los que somos*/

.video {
	width: 100%;
	height: 690px;
	clear: both;
	background-color: #162346;
	padding-bottom: 10px;
}
.crew {
	width: 100%;
	height: 261px;
	margin: auto;
	padding-top: 30px;
	background-color: #162346;
}
.Descripcion {
	width: 520px;
	height: 230px;
	font-size: 24px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 2px;
	line-height: 25px;
	float: right;
	padding-bottom: 2px;
	margin-left: 300px;
}
.titulom2 {
	text-align: left;
	width: 300px;
	height: 100px;
	font-size: 55px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 30px;
	margin-top: 20px;
	color: #FFF;
	float: left;
	text-align: center;
	padding-top: 40px;
}
.titulo {
	width: 500px;
	height: 48px;
	text-align: center;
	font-size: 48px;
	font-family: "Antipasto_regular";
	margin: auto;
	color: #e2491e;
	padding-top: 40px
}
.ilustraciones {
	width: 100%;
	height: 720px;
	padding: 30px, 0px, 0pxs, 0px;
}
.uno {
	width: 786px;
	height: 534px;
	margin: auto;
	margin-top: 50px;
}
.somos {
	width: 257px;
	height: 257px;
	position: relative;
	top: 0;
	float: left;
	margin-top: 7px;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	background-image: url(../fotos%20de%20la%20agencia/lauragrande.png);
}
.somos:hover {
	background-image: url(../fotos%20de%20la%20agencia/hoverlaura.png);
	border-radius: 120px;
}
.negro{
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: 0px;
	color:none;
}
.negro ul {
	list-style: none;
}
.negro ul li {
	margin-left: 70px;
	margin-top: 10px;
}
.negro ul li a {
	display: block;
	color:#006;
	text-decoration: none;
	font-family: "Antipasto_regular";
	font-size: 25px;
}
.negro ul li a:hover {
	display: block;
	text-decoration: none;
	font-family: "Antipasto_regular";
	font-size: 25px;
}
.somos1 {
	width: 257px;
	height: 257px;
	position: relative;
	top: 0;
	float: left;
	margin-top: 7px;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	background-image:url(../fotos%20de%20la%20agencia/cami.jpg);
}

.somos1:hover{
	width: 257px;
	height: 257px;
	position: relative;
	top: 0;
	float: left;
	margin-top: 7px;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	background-image:url(../fotos%20de%20la%20agencia/hovercamila.png);
}


.somos .mascara {
	opacity: 0.5;
	background-color: rgba(46,157,120, 0.7);
	transition: all 0.3s ease-in-out;
}
.somos h3{
	text-align:center;
	font-family: "Antipasto_regular";
	font-size: 20px;
	color:#FFF;
	transform: translateX(-300px);/*Desplazamos a la izquierda*/
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
.somos:hover img {
	transform: scale(1.1);/*Damos un ligero zoom a la imagen*/
	opacity: 0.5;
}
.somos .mascara {
	opacity: 1;
}
.somos:hover h3, .nosotros:hover p, .somos:hover a.link {
	opacity: 1;
	transform: translateX(0px);/*Regresamos a las posiciones originales*/
}


.somos1 .mascara {
	opacity: 0.5;
	background-color: rgba(46,157,120, 0.7);
	transition: all 0.3s ease-in-out;
}
.somos1 h3{
	text-align:center;
	font-family: "Antipasto_regular";
	font-size: 18px;
	color:#FFF;
	transform: translateX(-300px);/*Desplazamos a la izquierda*/
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
.somos1:hover img {
	transform: scale(1.1);/*Damos un ligero zoom a la imagen*/
	opacity: 0.5;
}
.somos1 .mascara {
	opacity: 1;
}
.somos1:hover h3, .nosotros:hover p, .somos1:hover a.link {
	opacity: 1;
	transform: translateX(0px);/*Regresamos a las posiciones originales*/
}


.somos2 {
	width: 257px;
	height: 257px;
	position: relative;
	float: left;
	margin-top: 7px;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	background-image: url(../fotos%20de%20la%20agencia/laurisgrande.png);
}
.somos2:hover {
	background-image: url(../fotos%20de%20la%20agencia/hoverlauris.png);
	border-radius: 120px;
}


.somos2 .mascara {
	opacity: 0.5;
	background-color: rgba(46,157,120, 0.7);
	transition: all 0.3s ease-in-out;
}
.somos2 h3{
	text-align:center;
	font-family: "Antipasto_regular";
	font-size: 20px;
	color:#FFF;
	transform: translateX(-300px);/*Desplazamos a la izquierda*/
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
.somos2:hover img {
	transform: scale(1.1);/*Damos un ligero zoom a la imagen*/
	opacity: 0.5;
}
.somos2 .mascara {
	opacity: 1;
}
.somos2:hover h3, .nosotros:hover p, .somos2:hover a.link {
	opacity: 1;
	transform: translateX(0px);/*Regresamos a las posiciones originales*/
}


.somos3 {
	width: 257px;
	height: 257px;
	position: relative;
	float: left;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	margin-top: 7px;
	background-image: url(../fotos%20de%20la%20agencia/NORMAN.jpg);
}


.somos3:hover {
	border-radius: 120px;
	background-image: url(../fotos%20de%20la%20agencia/normanhover.png);
}

.somos3 .mascara {
	opacity: 0.5;
	background-color: rgba(46,157,120, 0.7);
	transition: all 0.3s ease-in-out;
}
.somos3 h3{
	text-align:center;
	font-family: "Antipasto_regular";
	font-size: 20px;
	color:#FFF;
	transform: translateX(-300px);/*Desplazamos a la izquierda*/
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
.somos3:hover img {
	transform: scale(1.1);/*Damos un ligero zoom a la imagen*/
	opacity: 0.5;
}
.somos3 .mascara {
	opacity: 1;
}
.somos3:hover h3, .nosotros:hover p, .somos3:hover a.link {
	opacity: 1;
	transform: translateX(0px);/*Regresamos a las posiciones originales*/
}


.negro1 {
	width: 100%;
	height: 44px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0px;
}
.negro1 ul {
	list-style: none;
}
.negro1 ul li {
	margin-left: 80px;
	margin-top: 10px;
}
.negro1 ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: "Antipasto_regular";
	font-size: 25px;
}
.negro1 ul li a:hover {
	display: block;
	color: #e2491e;
	text-decoration: none;
	font-family: "Antipasto_regular";
	font-size: 25px;
}
.somos4 {
	width: 257px;
	height: 257px;
	position: relative;
	float: left;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	margin-top: 7px;
	background-image: url(../fotos%20de%20la%20agencia/aleja.jpg);
}
.somos4:hover {
	border-radius: 120px;
	background-image: url(../fotos%20de%20la%20agencia/alejahover.png);
}


.somos4 .mascara {
	opacity: 0.5;
	background-color: rgba(46,157,120, 0.7);
	transition: all 0.3s ease-in-out;
}
.somos4 h3{
	text-align:center;
	font-family: "Antipasto_regular";
	font-size: 18px;
	color:#FFF;
	transform: translateX(-300px);/*Desplazamos a la izquierda*/
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
.somos4:hover img {
	transform: scale(1.1);/*Damos un ligero zoom a la imagen*/
	opacity: 0.5;
}
.somos4 .mascara {
	opacity: 1;
}
.somos4:hover h3, .nosotros:hover p, .somos4:hover a.link {
	opacity: 1;
	transform: translateX(0px);/*Regresamos a las posiciones originales*/
}


.somos5 {
	width: 257px;
	height: 257px;
	position: relative;
	float: left;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	margin-top: 7px;
	background-image: url(../fotos%20de%20la%20agencia/SANTI.jpg);
}
.somos5:hover {
	border-radius: 120px;
	background-image: url(../fotos%20de%20la%20agencia/santiagohover.png);
}

.somos5 .mascara {
	opacity: 0.5;
	background-color: rgba(46,157,120, 0.7);
	transition: all 0.3s ease-in-out;
}
.somos5 h3{
	text-align:center;
	font-family: "Antipasto_regular";
	font-size: 20px;
	color:#FFF;
	transform: translateX(-300px);/*Desplazamos a la izquierda*/
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
.somos5:hover img {
	transform: scale(1.1);/*Damos un ligero zoom a la imagen*/
	opacity: 0.5;
}
.somos5 .mascara {
	opacity: 1;
}
.somos5:hover h3, .nosotros:hover p, .somos5:hover a.link {
	opacity: 1;
	transform: translateX(0px);/*Regresamos a las posiciones originales*/
}


/*Pagina de quienes somos*/


.slider1 {
	width: 100%;
	height: 431px;
	background-color: #960934;
	margin: auto;
}
.mision {
	width: 100%;
	height: 261px;
	margin: auto;
	padding-top: 30px;
	background-color: #162346;
}
.titulom {
	width: 600px;
	height: 230px;
	float: right;
}
.titulom1 {
	text-align: left;
	width: 300px;
	height: 100px;
	font-size: 55px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 10px;
	margin-top: 80px;
	color: #FFF;
	margin: auto;
	float: left;
	text-align: center;
	padding-top: 70px;
}
.intermision {
	width: 600px;
	height: 230px;
	float: left;
}
.imision {
	width: 400px;
	height: 200px;
	font-size: 20px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 15px;
	line-height: 20px;
	float: right;
	padding-bottom: 15px;
}
.agencia {
	width: 100%;
	height: 615px;
	background-color: #339;
	margin: auto;
}
.contenedor1 {
	width: 595px;
	height: 308px;
	float: left;
	background-color: #9f1e34;
	margin: 0px;
}
.contenedor2 {
	width: 595px;
	height: 308px;
	background-color: #9f1e34;
	float: right;
	margin: 0px;
}
.vision {
	width: 100%;
	height: 281px;
	background-color: #162346;
	margin: auto;
}
.titulov {
	width: 600px;
	height: 230px;
	float: right;
}
.titulov1 {
	text-align: left;
	width: 300px;
	height: 100px;
	font-size: 55px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 10px;
	margin-top: 80px;
	color: #FFF;
	margin: auto;
	float: left;
	text-align: center;
	padding-top: 70px;
}
.intervision {
	width: 600px;
	height: 230px;
	float: left;
}
.ivision {
	width: 400px;
	height: 200px;
	font-size: 20px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 15px;
	line-height: 20px;
	float: right;
	padding-bottom: 15px;
	margin-top: 20px;
}
.valores {
	width: 100%;
	height: 281px;
	margin: auto;
	padding-bottom: 2px;
}
.primero {
	width: 382px;
	height: 272px;
	float: left;
	margin: 1px;
}
.segundo {
	width: 395px;
	height: 280px;
	float: left;
	background-color: #FFF;
	margin: 1px;
}
.circulo {
	border-radius: 100px;
	border: 1px solid #d3411d;
	padding: 20px;
	width: 15px;
	height: 15px;
	margin-top: 25px;
	text-align: center;
	margin-left: 5px;
	font-size: 25px;
	font-family: "GeosansLigh";
	color: #d3411d;
}
.frase1 {
	font-family: "GeosansLigh";
	font-size: 26px;
	margin-left: 80px;
	margin-top: -53px;
	color: #162346;
	font-weight: bold;
}
.frase2 {
	width: 270px;
	height: 60px;
	font-family: "Antipasto_regular";
	font-size: 18px;
	margin-left: 80px;
	color: #162346;
	margin-top: 10px;
	font-weight: bold;
}
/*trabajos*/

.explicacion {
	width: 600px;
	height: 245px;
	background-color: #162346;
	margin:auto;
	padding-top:5px;
	padding-right:7px;
}
.work {
	width: 100%;
	height: 900px;
}
.cuadros {
	width: 874px;
	height: 840px;
	margin: auto;
	padding-top: 30px;
}
.cuadrouno {
	width: 435px;
	height: 278px;
	float: left;
	margin: 1px;
}

.titulom3 {
	text-align: left;
	width: 250px;
	height: 100px;
	font-size: 40px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 30px;
	margin-top: 20px;
	color: #FFF;
	float: left;
	text-align: center;
	padding-top: 90px;
	margin:auto;
}

.descripcion1 {
	width: 320px;
	height: 230px;
	font-size: 19px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	line-height: 25px;
	padding-top:3px;
	float: right;
	padding-bottom: 2px;
}
/*contacto*/
.mapa {
	width: 600px;
	height: 450px;
	margin-top: 50px;
	margin-left: 298px;
}
.textomapa {
	width: 1200px;
	height: 150px;
	margin-top: 50px;
}
.textomapa h2 {
	font-family: "Antipasto_regular";
	color: #162346;
	font-size: 50px;
	text-align: center;
}
.textomapa p {
	font-family: "Antipasto_regular";
	color: #162346;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin-top: 30px;
}
.formulario {
	width: 600px;
	height: 550px;
	margin: auto;
}
.contacto {
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 45px 45px 20px;
	margin-top: 50px;
	background-color: #162346;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}
.contacto label {
	display: block;
	font-family: "Antipasto_regular";
	font-weight: bold;
	color: #FFF;
}
.contacto div {
	margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea {
	padding: 7px 6px;
	width: 294px;
	border: 1px solid #F90;
	resize: none;
	box-shadow: 0 0 0 3px #FFF;
	margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus {
	outline: none;
	box-shadow: 0 0 0 3px #dde9ec;
}
.contacto input[type='submit'] {
	border: 1px solid #F90;
	box-shadow: 0 0 0 3px #FFF;
	padding: 8px 16px;
	border-radius: 20px;
	text-shadow: 1px 1px 0px white;
	font-family: "Antipasto_regular";
	background: #0F3;
	background: -moz-linear-gradient(top, #0F9 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
}
.contacto input[type='submit']:hover {
	background: #edfcff;
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #FC6 0%, #dde9ec 100%);
}
.contacto input[type='submit']:active {
	background: #cfe6ef;
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
}

 @media all and (max-width:960px) {
.todo {
	width: 768px;
	margin: auto;
	clear: both;
	background-color: #FFF;
}
.arriba {
	width: 100%;
	height: 139px;
	clear: both;
	background-color: #FFF;
}
.logo {
	width: 357px;
	height: 129px;
	margin: auto;
	padding-top: 5px;
}
.logo img {
	width: 100%
}
.menu {
	width: 100%;
	height: 56px;
	margin: 0px;
	clear: both;
	background-color: #FFF;
}
.menu2 {
	width: 100%;
	height: 56px;
	margin: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	background-color: #FFF;
}
nav {
	width: 540px;
	height: 56px;
	clear: both;
	margin: auto;
	padding-top: 4px;
	background-color: #162346;
}
.header {
	display: none;
}
.trabajos {
	width: 100%;
	height: 722px;
	clear: both;
	margin: 0px;
}
.pcon {
	width: 100%;
	height: 320px;
	clear: both;
	margin: auto;
	padding-top: 50px;
}
.contenedor {
	width: 462px;
	height: 320px;
	clear: both;
	float: left;
	overflow: hidden;
	margin-left:5px;
}
.contenedor img {
	width: 100%
}
.contenedoruno {
	width: 285px;
	height: 320px;
	float: right;
	overflow: hidden;
	margin-right:8px;
}
.contenedoruno img {
	width: 100%
}
.pcon2 {
	width: 830px;
	height: 320px;
	clear: both;
	margin: auto;
}
.contenedordos {
	width: 100%;
}
.cuadro1 {
	width: 245px;
	height: 235px;
	float: left;
	margin: 15px 5px 0px 5px;
	position: relative;
	top: 0;
	right: 0px;
	margin-left: 6px;
	overflow: hidden;
}
.cuadro1 img {
	width: 100%
}
.mas {
	transition: .3s;
	overflow: hidden;
}
.mas:hover {
	transform: scale(1.1);
	opacity: 0.4;
}
.boton {
	width: 78x;
	height: 45px;
	float: left;
	margin-left: 386px;
	margin-top: 16px;

}
.boton ul {
	list-style: none;
}
.boton ul li {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
.boton ul li a {
	text-decoration: none;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	display: block;
	color: #162346;
	border: 1px solid #162346;
	font-family: "GeosansLigh";
}
.boton ul li a:hover {
	text-decoration: none;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	display: block;
	color: #099;
	border: 1px solid #099;
	font-family: "GeosansLigh";
}
.quienes {
	width: 100%;
	height: 392px;
	clear: both;
}
.bloque {
	width: 700px;
	height: 400px;
	margin: auto;
	padding-top: 13px;
}
.texto1 {
	width: 400px;
	height: 340px;
	font-size: 23px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 25px;
	line-height: 20px;
}
.textodos {
	width: 260px;
	height: 200px;
	font-size: 55px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 10px;
	margin-top: 80px;
	color: #FFF;
}
.losquesomos {
	width: 100%;
	height: 740px;
	clear: both;
}
.nosotros {
	width: 190px;
	height: 326px;
	float: left;
	margin: 15px 25px 0px 25px;
	position: relative;
	top: 0;
	right: 0px;
	margin-left: 37px;
	opacity: 2;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff;
}


.nosotros:hover p {
	transition-delay: 0.1s;
}
.nosotros:hover a.link {
	transition-delay: 0.2s; /*Aplicamos un pequeño retardo para que se muestre al final*/
	transform: translateY(0px);
}
imgnosotros {
	width: 190px;
	height: 233px;
}
.informacion {
	width: 190px;
	height: 60px;
	float: left;
	margin-top: 50px;
	margin: 5px 5px 0px 5px;
	position: relative;
	top: 0;
	right: 0px;
	margin-left: 0px;
	padding-top: 20px;
}
.informacion h1 {
	padding-bottom: 3px;
	border-bottom: 2px solid #e2491e;
	font-family: "GeosansLigh";
	color: #162346;
	font-size: 20px;
	text-align: center;
}
.informacion h2 {
	font-family: "GeosansLigh";
	color: #162346;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
.boton1 {
	width: 78x;
	height: 45px;
	float: left;
	margin-left: 370px;
	margin-top: 10px;
}
.boton1 ul {
	list-style: none;
}
.boton1 ul li {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
.boton1 ul li a {
	text-decoration: none;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	display: block;
	color: #162346;
	border: 1px solid #162346;
	font-family: "GeosansLigh";
}
.boton1 ul li a:hover {
	text-decoration: none;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	display: block;
	color: #099;
	border: 1px solid #099;
	font-family: "GeosansLigh";
}
footer {
	width: 768px;
	height: 179px;
	background-color: #162346;
	padding-top: 10px;
}
#bloque1 {
	width: 100%;
	height: 722px;
}
#bloque2 {
	width: 100%;
	height: 392px;
	background-color: #FFF;
}
#bloque3 {
	width: 100%;
	height: 459px;
}
.icon {
	height: 69px;
	clear: both;
	color: #999;
	border-bottom: #FFF 1px solid;
}
.icon ul {
	float: left;
	list-style: none;
	margin: auto;
}
.icon ul li {
	float: left;
	list-style-type: none;
	margin-left: 100px;
	padding-top: -6px;
	margin-top: 15px;
}
.icon ul li a {
	width: 16px;
	height: 16px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	border-radius: 100px;
	padding: 12px;
	border: 1px solid #FFF;
}
.icon ul li a:hover {
	color: #e2491e;
	border: 1px solid #e2491e;
}
.textotres {
	width: 220px;
	font-size: 28px;
	font-family: "Antipasto_regular";
	margin: auto;
	color: #FFF;
}
.texto3 {
	width: 1200px;
	font-size: 12px;
	font-family: "Antipasto_regular";
	color: #FFF;
	margin-top: 10px;
	margin-left: 5px;
}
.texto4 {
	width: 400px;
	float: left;
	height: 20px;

}
.texto4 ul {
	list-style: none;
}
.texto4 ul li {
	float: right;
}
.texto4 ul li a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 2px solid #fbf3d3;
	text-decoration: none;
	color: #FFF;
	font-family: "Antipasto_regular";
}
.texto4 ul li a:hover {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 2px solid #e2491e;
	text-decoration: none;
	color: #e2491e;
	font-family: "Antipasto_regular";
}

/*Pagina de quienes somos*/


.slider1 {
	width: 100%;
	height: 285px;
	background-color:#FFF;
	margin: auto;
}
.mision {
	width: 100%;
	height: 261px;
	margin: auto;
	padding-top: 30px;
	
}
.titulom {
	width: 300px;
	height: 230px;
	float:right;
}
.titulom1 {
	text-align: left;
	width: 200px;
	height: 100px;
	font-size: 45px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 10px;
	margin-top: 80px;
	color: #FFF;
	margin: auto;
	float: left;
	text-align: center;
	padding-top: 70px;
}
.intermision {
	width: 400px;
	height: 230px;
	float: left;
	padding-left:45px;
}
.imision {
	width: 400px;
	height: 200px;
	font-size: 20px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 28px;
	line-height: 20px;
	float: right;
	padding-bottom: 15px;
}
.agencia {
	width: 100%;
	height: 1230px;
	background-color: #339;
	margin: auto;

}
.contenedor1 {
	width: 595px;
	height: 308px;
	background-color: #9f1e34;
	float:left;
	margin:auto;
	margin-left:90px;

}
.contenedor2 {
	width: 595px;
	height: 308px;
	background-color: #9f1e34;
	float:left;
	margin-left:90px;


	}
.vision {
	width: 100%;
	height: 261px;
	margin: auto;
	background-color: #162346;
	

}
.titulov {
	width: 300px;
	height: 230px;
	float:right;
}
.titulov1 {
	text-align: left;
	width: 300px;
	height: 100px;
	font-size: 55px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 10px;
	margin-top: 80px;
	color: #FFF;
	margin: auto;
	float: left;
	text-align: center;
	padding-top: 70px;
}
.intervision {
	width: 400px;
	height: 230px;
	float: left;
	padding-left:45px;
}
.ivision {
	width: 400px;
	height: 200px;
	font-size: 20px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 15px;
	line-height: 20px;
	float: right;
	padding-bottom: 15px;
	margin-top: 20px;
}
.valores {
	display:none;
}
.primero {
	display:none;
}
.segundo {
	display:none;
}

.explicacion {
	width: 545px;
	height: 230px;
	background-color: #162346;

}

.titulom3 {
	text-align: left;
	width: 150px;
	height: 100px;
	font-size: 35px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 30px;
	margin-top: 20px;
	color: #FFF;
	float: left;
	text-align: center;
	padding-top: 70px;
	margin:auto;
}

.descripcion1 {
	width: 360px;
	height: 205px;
	font-size: 18px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	line-height: 25px;
	padding-top:15px;
	padding-bottom: 2px;
}


.work {
	width: 100%;
	height: 1700px;
	clear:both;
}
.cuadros {
	width: 435px;
	height: 840px;
	margin: auto;
	clear:both;
}
.cuadrouno {
	width: 100%;
	height: 278px;
	float: left;
	margin: 1px;
	clear:both;
	margin:auto;
}



.mapa {
	width: 600px;
	height: 450px;
	margin-top: 50px;
	margin:auto;
}
.textomapa {
	width: 100%;
	height: 150px;
	margin-top: 90px;
	margin:auto;

}
.textomapa h2 {
	margin:auto;
	font-family: "Antipasto_regular";
	color: #162346;
	font-size: 50px;
	text-align: center;
	padding-top:30px;
}
.textomapa p {
	font-family: "Antipasto_regular";
	color: #162346;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin-top: 30px;
}
.formulario {
	width: 600px;
	height: 550px;
	margin: auto;
}
.contacto {
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 45px 45px 20px;
	margin-top: 50px;
	background-color: #162346;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}
.contacto label {
	display: block;
	font-family: "Antipasto_regular";
	font-weight: bold;
	color: #FFF;
}
.contacto div {
	margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea {
	padding: 7px 6px;
	width: 294px;
	border: 1px solid #F90;
	resize: none;
	box-shadow: 0 0 0 3px #FFF;
	margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus {
	outline: none;
	box-shadow: 0 0 0 3px #dde9ec;
}
.contacto input[type='submit'] {
	border: 1px solid #F90;
	box-shadow: 0 0 0 3px #FFF;
	padding: 8px 16px;
	border-radius: 20px;
	text-shadow: 1px 1px 0px white;
	font-family: "Antipasto_regular";
	background: #0F3;
	background: -moz-linear-gradient(top, #0F9 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
}
.contacto input[type='submit']:hover {
	background: #edfcff;
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #FC6 0%, #dde9ec 100%);
}
.contacto input[type='submit']:active {
	background: #cfe6ef;
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
}

video {
	width: 768px;
	height: 690px;
	clear: both;
	background-color: #162346;
	padding-bottom: 10px;
}
.crew {
	width: 100%;
	height: 261px;
	margin: auto;
	padding-top: 30px;
	background-color: #162346;
}

.Descripcion {
	width: 420px;
	height: 230px;
	font-size: 19px;
	font-family: "GeosansLigh";
	color: #FFF;
	text-align: right;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding-top: 2px;
	line-height: 25px;
	float: right;
	padding-bottom: 2px;
	margin-left:70px;
}
.titulom2 {
	text-align: left;
	width: 300px;
	height: 100px;
	font-size: 55px;
	font-family: "Antipasto_regular";
	color: #000;
	float: right;
	margin-left: 30px;
	margin-top: 20px;
	color: #FFF;
	float: left;
	text-align: center;
	padding-top: 40px;
}
.titulo {
	width: 500px;
	height: 48px;
	text-align: center;
	font-size: 48px;
	font-family: "Antipasto_regular";
	margin: auto;
	color: #e2491e;
	padding-top: 40px
}
.ilustraciones {
	width: 100%;
	height: 1000px;
	padding: 30px, 0px, 0pxs, 0px;
}
.uno {
	width: 100%;
	height: 534px;
	margin: auto;
	margin-top: 50px;
}
.somos {
	width: 257px;
	height: 257px;
	position: relative;
	top: 0;
	float: left;
	margin-top: 7px;
	right: 0px;
	margin-left: 140px;
	transition: all 0.5s;
	background-image: url(../fotos%20de%20la%20agencia/lauragrande.png);

}
.somos:hover {
	background-image: url(../fotos%20de%20la%20agencia/hoverlaura.png);
	border-radius: 120px;
}

.somos1 {
	width: 257px;
	height: 257px;
	position: relative;
	top: 0;
	float: left;
	margin-top: 7px;
	right: 0px;
	transition: all 0.5s;
	background-image:url(../fotos%20de%20la%20agencia/cami.jpg);
}

.somos1:hover{
	width: 257px;
	height: 257px;
	position: relative;
	top: 0;
	float: left;
	margin-top: 7px;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	background-image:url(../fotos%20de%20la%20agencia/hovercamila.png);
}
.somos2 {
	width: 257px;
	height: 257px;
	position: relative;
	float: left;
	margin-top: 7px;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	margin-left: 140px;
	background-image: url(../fotos%20de%20la%20agencia/laurisgrande.png);
}
.somos2:hover {
	background-image: url(../fotos%20de%20la%20agencia/hoverlauris.png);
	border-radius: 120px;
}
.somos3 {
	width: 257px;
	height: 257px;
	position: relative;
	float: left;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	margin-top: 7px;
	background-image: url(../fotos%20de%20la%20agencia/NORMAN.jpg);
}
.somos3:hover {
	border-radius: 120px;
	background-image: url(../fotos%20de%20la%20agencia/normanhover.png);
}
.negro1 {
	width: 100%;
	height: 44px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0px;
}
.negro1 ul {
	list-style: none;
}
.negro1 ul li {
	margin-left: 80px;
	margin-top: 10px;
}
.negro1 ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: "Antipasto_regular";
	font-size: 25px;
}
.negro1 ul li a:hover {
	display: block;
	color: #e2491e;
	text-decoration: none;
	font-family: "Antipasto_regular";
	font-size: 25px;
}
.somos4 {
	width: 257px;
	height: 257px;
	position: relative;
	float: left;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	margin-top: 7px;
	margin-left: 140px;
	background-image: url(../fotos%20de%20la%20agencia/aleja.jpg);
}
.somos4:hover {
	border-radius: 120px;
	background-image: url(../fotos%20de%20la%20agencia/alejahover.png);
}
.somos5 {
	width: 257px;
	height: 257px;
	position: relative;
	float: left;
	right: 0px;
	margin-left: 3.2px;
	transition: all 0.5s;
	margin-top: 7px;
	background-image: url(../fotos%20de%20la%20agencia/SANTI.jpg);
}
.somos5:hover {
	border-radius: 120px;
	background-image: url(../fotos%20de%20la%20agencia/santiagohover.png);
}


}

