/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,400i,600');

/*font-family: 'Montserrat', sans-serif;*/

body{
	font-family: 'Montserrat', sans-serif;
}

.header-logo{
	background-image: url(../images/logo-edenburg.png);
	width: 249px;
	height: 61px;
	float: left;
	text-indent: -10000px;
	margin-top: 20px;
	margin-bottom: 11px;
	margin-right: 32px;
}

nav{
	float: left;
	margin-top: 36px;
	margin-right: 28px;
}

nav ul li{
	display: inline;
}

nav ul li a{
	color: #9d201d;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

nav ul li a:hover{
	color: gray;
}

.separador-menu{
	color: #a4a4a4;
	font-size: 12px;
	font-weight: 600;
	margin: 0px 5px;
}

.language{
	float: left;
	margin-top: 28px;
}

.language li{
	margin-bottom: 0px;
}

.language li a{
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.language li a:hover{
	opacity: 0.5;
}

.footer{
	background-color: #e5e5e5;
	padding-top: 46px;
	padding-bottom: 49px;
}

.footer-logo{
	margin-bottom: 10px;
}

.footer p{
	font-size: 14px;
	line-height: 22px;
	color: black;
	font-weight: 400;
}

.footer a{
	color: #9d201d;
	font-weight: 600;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.footer a:hover{
	color: gray;
}

.footer h1{
	font-weight: 300;
	font-size: 20px;
	line-height: 40px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}

.site-map ul li{
	font-size: 14px;
	line-height: 40px;
	margin: 0px;
	border-top: 1px solid #b7b7b7;
}

.site-map ul li a{
	text-decoration: none;
}

.newsletter p{
	margin-bottom: 10px;
}

.newsletter #footer-newsletter-field{
	width: 100%;
	border: 1px solid #9d201d;
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: gray;
	margin-bottom: 11px;
}

.newsletter #footer-newsletter-button{
	background: #9d201d !important;
	border-radius: 0px;
	border: none;
	text-shadow: none;
	color: white;
	font-size: 14px;
	line-height: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 0px 20px;
	margin-bottom: 0px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.newsletter #footer-newsletter-button:hover{
	background: gray !important;	
}

.newsletter form{
	padding-bottom: 20px;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 10px;
}

.footer-redes:hover{
	opacity: 0.5;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}


/* #Page Styles
================================================== */
/* HOME */
.slider-home img{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.home-slide-projects{
	background-color: #4a4a49;
	color: white;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.boton{
	text-align: center;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-decoration: none !important;
}

.boton-youtube{
	background-image: url("../images/home-project-youtube.jpg") !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.boton-trip{
	background-image: url("../images/home-project-tryp.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.boton-hyatt{
	background-image: url("../images/home-project-hyatt.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.boton-radisson{
	background-image: url("../images/home-project-radisson.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



.overlay{
	background-color: black;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	top: -450px;
}
	
.overlay:hover{
	opacity: 0.8;
}

.overlay p{
	color: white;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 22px;
	padding: 30px 25px;
	margin-bottom: 0px;
}

.boton-radisson p{
	padding: 30px 15px !important;
}


.home-slide-projects ul{
	margin-bottom: 0px;
}

.home-slide-projects ul li{
	width: 24.8%;
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 0px;
}

.home-slide-contenedor-principal{
	
}

.home-slide-contenedor-principal .imagen{
	float: left;
	display: block;
	margin: 0px;
}

.home-slide-contenedor-principal .texto{
	background-color: #9d201d;
	padding: 15px 0px;
}

.home-slide-contenedor-principal .texto h3{
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 22px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.home-slide-contenedor-principal .texto h4{
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}

.home-slide-contenedor-principal .texto h5{
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 7px;
	font-style: italic;
}

.video-responsive {
	position: relative;
	padding-bottom: 64%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tryp-sobreimpreso{
	color: white;
	text-align: left;
	width: 320px;
	height: 233px;
	position: absolute;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.7);
}

.tryp-sobreimpreso p{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 50px;
	font-size: 14px;
	line-height: 22px;
}

#tryp-sombreimpreso-contenedor{
	opacity: 0;
	top: 95px;
	transition: all 1.5s;
}

#tryp-sombreimpreso-contenedor:hover{
	opacity: 1;
}

.contenido{
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}

.bold{
	font-weight: 600;
}
/* Fin HOME */


/* SERVICES */
.services-contenedor{
	background-image: url(../images/services-background.jpg);
	padding-top: 50px;
	padding-bottom: 70px;
	width: 100%;
}

.services-contenedor-blanco{
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding-top: 32px;
	padding-bottom: 50px;
}

.services-titulo{
	color: #9d201d;
	font-size: 41px;
	line-height: 41px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 45px;
}

.services-columna-izquierda{
	margin-left: 35px;
	float: left;
	width: 285px;
}

.services-columna-central{
	margin-left: 35px;
	float: left;
	width: 263px;
}

.services-columna-derecha{
	margin-left: 35px;
	float: left;
	width: 281px;
}

.services-items img{
	float: left;
	margin-right: 9px;
}

.services-items h2{
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 25px;
	width: 192px;
}

.services-items .subtitulo-una-linea{
	margin-top: 15px;
}

.services-items .subtitulo-dos-lineas{
	margin-top: 5px;
}

.services-items ul{
	margin-top: 12px;
}

.services-items ul li{
	margin: 0px;
	list-style: disc;
	margin-left: 15px;
	font-size: 16px;
	line-height: 22px;
}

.services-item-destacado{
	list-style: none !important;
	font-weight: 600;
	margin-left: 0px !important;
}
/* Fin SERVICES */


/* PROJECTS */
.slider-projects img{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	text-align: center;
}

.projects-btn-desactivado{
	width: 50%;
	float: left;
	background-color: #5d5d5d;
}

.projects-btn-desactivado h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: white;
	font-size: 30px;
	line-height: 59px;
	margin-bottom: 0px;
}

.projects-btn-activo{
	width: 50%;
	float: left;
	background-color: #9d201d;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.projects-btn-activo:hover{
	opacity: 0.5;
}

.projects-btn-activo h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: white;
	font-size: 30px;
	line-height: 59px;
	margin-bottom: 0px;
	
}

.btn-nationwide h2{
	text-align: right;
	margin-right: 20px;
}

.btn-international h2{
	margin-left: 20px;
}

.btn-international{
}

.projects-btn-proyecto{
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	background-color: #9D201D;
	color: white;
	text-decoration: none;
	width: 100%;
	margin-bottom: 20px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.projects-btn-proyecto h5{
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 15px;
	margin-top: -7px;
	font-style: italic;
}

.projects-btn-proyecto:hover{
	opacity: 0.5;
}

.projects-btn-proyecto img{
	display: block;
}

.projects-list{
	background-color: #EEEEEE;
	padding: 20px 0px 42px;
}

.projects-list h3{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #9D201D;
	border-bottom: 1px solid #9D201D;
	padding-bottom: 14px;
	margin-bottom: 30px;
}

.listado-proyectos li{
	text-align: center;
	font-weight: 300;
	margin-bottom: 8px;
}

.listado-proyectos li h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 0px;
	color: black;
	font-weight: 300;	
}

.listado-proyectos li p{
	color: gray;
	font-size: 14px;
	line-height: 19px;
}

.listado-proyectos-internacional li{
	text-align: center;
	font-weight: 300;
	margin-bottom: 8px;
}

.listado-proyectos-internacional li h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 10px;
	color: black;
	font-weight: 300;	
}

.listado-proyectos-internacional li p{
	color: #A1A1A1;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 5px;
}

.projects-name{
	background-color: #9D201D;
	width: 100%;
	margin-bottom: 45px;
}

.projects-name h1{
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 30px;
	line-height: 75px;
	font-weight: 600;
	margin: 0px;
	display: inline;
}

.projects-name h2{
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 20px;
	line-height: 75px;
	font-weight: 400;
	font-style: italic;
	margin: 0px;
	display: inline;
}

.projects-name a{
	color: white;
	font-size: 16px;
	line-height: 75px;
	text-decoration: none;
}

#carousel ul .thumbs{
	border-bottom: 7px solid white;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#carousel ul .thumbs:hover{
	border-bottom: 7px solid #9D201D;
}

.project-detail{
	margin-top: 40px;
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 20px;
}

.project-detail h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #9d201d;
}
/* Fin PROJECTS */


/* WHY */
.why-contenedor{
	background-image: url(../images/why-background.jpg);
	padding-top: 40px;
	padding-bottom: 150px;
	width: 100%;
}

.why-contenedor-negro{
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	padding-top: 32px;
	padding-bottom: 50px;
}

.why-titulo{
	color: white;
	font-size: 41px;
	line-height: 41px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 45px;
}

.why-contenido{
	font-size: 16px;
	line-height: 22px;
	color: white;
	text-align: center;
	margin: 0px 60px;
}

.why-destacados{
	background-color: #9D201D;
	text-align: center;
	padding: 25px 0px 30px;
}

.why-destacados h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: 300;
	color: white;
	margin: 0px;
}

.why-destacados h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	line-height: 36px;
	font-weight: 600;
	color: white;
	margin: 0px;
}

.why-videos{
	background-color: #9D201D;
	width: 100%;
	padding: 30px 0px;
}

.contenedor-videos{
	width: 33.2%;
	margin-right: 1px;
	text-align: center;
	float: left;
}

.contenedor-videos img{
	display: block;
}

.contenedor-videos h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0px 0px;
	color: white;
	font-weight: 600;
}

.contenedor-videos a img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.contenedor-videos a img:hover{
	opacity: 0.5;
}

.testimonials{
	text-align: center;
}

.testimonials-titulo{
	font-family: 'Montserrat', sans-serif;
	font-size: 41px;
	line-height: 41px;
	color: #9D201D;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 35px; 
}

.testimonials .contenido{
	margin-bottom: 40px;
}

.testimonials-txt h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	margin: 0px;
}

.testimonials-txt h5{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0px;
	font-style: italic;
}

.testimonials-txt p{
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 40px;
}
/*Fin WHY */


/* ABOUT US */
.aboutus-titulo{
	font-family: 'Montserrat', sans-serif;
	font-size: 41px;
	line-height: 41px;
	color: #9D201D;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 60px; 
}

.aboutus-destacado{
	background-color: #9D201D;
	text-align: center;
	margin-top: 40px;
}

.aboutus-destacado h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 96px;
	color: white;
	font-weight: 600;
	margin: 0px;
	display: inline;
}

.aboutus-destacado h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 96px;
	color: white;
	font-weight: 100;
	margin: 0px;
	display: inline;
}

.team-members{	
	background: rgba(210,210,210,1);
	background: -moz-linear-gradient(top, rgba(210,210,210,1) 0%, rgba(210,210,210,1) 65%, rgba(116,115,116,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,210,210,1)), color-stop(65%, rgba(210,210,210,1)), color-stop(100%, rgba(116,115,116,1)));
	background: -webkit-linear-gradient(top, rgba(210,210,210,1) 0%, rgba(210,210,210,1) 65%, rgba(116,115,116,1) 100%);
	background: -o-linear-gradient(top, rgba(210,210,210,1) 0%, rgba(210,210,210,1) 65%, rgba(116,115,116,1) 100%);
	background: -ms-linear-gradient(top, rgba(210,210,210,1) 0%, rgba(210,210,210,1) 65%, rgba(116,115,116,1) 100%);
	background: linear-gradient(to bottom, rgba(210,210,210,1) 0%, rgba(210,210,210,1) 65%, rgba(116,115,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#747374', GradientType=0 );
	padding-top: 30px;
	text-align: center;
}

.team-members h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 41px;
	line-height: 41px;
	color: black;
	font-weight: 600;
	margin-bottom: 40px;
}

.members-description{
	float: left;
	width: 16.6%;
}

.members-description h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}

.members-description p{
	font-size: 16px;
	line-height: 22px;
	height: 55px;
	margin-bottom: 0px;
}

.members-description img{
	display: block;
}
/* Fin ABOUT US */


/* NEWS */
.slider-news img{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	text-align: center;
}

.recent-news{
	background-color: #F2F2F2;
	padding: 25px 0px 25px;
}

.recent-news h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}

.recent-news a{
	color: #9D201D;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	font-weight: 300;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 10px;
	display: block;
}

.recent-news a:hover{
	color: black;
}

.recent-news a li{
	margin-left: 15px;
	margin-bottom: 10px;
}

.main-news{
	margin-top: 40px;
}

.main-news h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #9D201D;
}

.main-news h6{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 25px;
	color: gray;
}

.main-news img{
	margin-bottom: 20px;
}

.main-news-separador{
	background-color: #9D201D;
	height: 1px;
	margin: 20px 0px 40px;
}

.previous-news{
	margin-bottom: 40px;
}

.previous-news h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #848484;
	margin: 0px;
}

.previous-news .paginado{
	text-align: right;
	margin-top: 6px;
	margin-bottom: 10px;
}

.previous-news .paginado a{
	font-size: 9px;
	line-height: 16px;
	color: white;
	background-color: #9D201D;
	text-decoration: none;
	width: 16px;
	display: inline-block;
	text-align: center;
	font-weight: 300;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.previous-news .paginado a:hover{
	background-color: gray;
}

.resumen-noticia{
	background-color: #f4f4f4;
	padding: 20px 0px 30px;
}

.resumen-noticia h3{
	margin: 0px 20px 10px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.resumen-noticia h6{
	margin: 0px 20px 15px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: black;
}

.resumen-noticia p{
	margin: 0px 20px 0px 20px;
	height: 110px;
	overflow: hidden;
}

.resumen-noticia a{
	float: right;
	margin: 20px 20px 0px 20px;
	background-color: #9D201D;
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 32px;
	font-weight: 300;
	padding: 0px 12px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.resumen-noticia a:hover{
	background-color: gray;
}
/* Fin NEWS */


/* CONTACT US */
.slider-contactus img{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	text-align: center;
}

#formulario-contacto{
	border-bottom: 1px solid #B8B8B8;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#formulario-contacto label{
	font-size: 16px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	display: inline-block;
	margin-right: 20px;
}

.etiqueta-izquierda{
	width: 70px;
}

#formulario-contacto input,textarea{
	border: 1px solid #9D201D;
	border-radius: 0px;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 5px;
}

#name{
	width: 346px;
	margin-right: 30px;
}

#company{
	width: 346px;
}

#email{
	width: 835px;
}

#area-code{
	width: 60px;
}

#phone-number{
	width: 225px;
	margin-right: 30px;
}

#time{
	width: 90px;
}

#date{
	width: 60px;
}

#message{
	width: 835px;
}

.etiqueta-mensaje{
	vertical-align: top;
	margin-top: 3px;
}

#requested-option1-time{
	width: 90px;
}

#requested-option1-date{
	width: 60px;
	margin-right: 30px;
}

#requested-option2-time{
	width: 90px;
}

#requested-option2-date{
	width: 60px;
}

#contact-form-button{
	background: #9d201d !important;
	border-radius: 0px !important;
	border: none !important;
	text-shadow: none !important;
	color: white !important;
	font-size: 16px !important;
	line-height: 32px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300 !important;
	padding: 0px 20px !important;
	margin-bottom: 0px !important;
	transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	-moz-transition: all 0.2s !important;
	-ms-transition: all 0.2s !important;
	-o-transition: all 0.2s !important;
}

#contact-form-button:hover{
	background: gray !important;	
}

.contactus-links{
	margin-bottom: 60px;
}

.contactus-links a{
	color: #9d201d;
	font-weight: 600;
}
/* Fin CONTACT US */





/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		nav{
			margin-top: 0px;
		}
		
		.language{
			margin-top: -10px;
			margin-bottom: 0px;
		}
		
		.home-slide-contenedor-principal{
			
		}
		
		.imagen img{
			width: 100%;
		}
		
		.home-slide-contenedor-principal a{
			
		}
		
		.tryp-sobreimpreso{
			width: 33% !important;
		}
		
		.tryp-sobreimpreso p{
			margin: 20px 15px 0px 15px;
			font-size: 13px;
			font-weight: 300;
			line-height: 17px;
		}
		
		/*SERVICES*/
		.services-contenedor-blanco{
			text-align: center;
		}
		
		.services-columna-izquierda{
			width: 30%;
			margin-left: 20px;
		}
		
		.services-columna-central{
			width: 30%;
			margin-left: 20px;
		}
		
		.services-columna-derecha{
			width: 30%;
			margin-left: 20px;
		}
		
		.services-items img{
			height: 45px;
		}
		
		.services-items h2{
			text-align: left;
			width: 170px;
			font-size: 21px;
			line-height: 23px;
			margin: 0px;
		}
		
		.services-items ul li{
			font-weight: 300;
			text-align: left;
			font-size: 15px;
			line-height: 19px;
			margin-bottom: 3px;
		}
		
		.services-item-destacado{
			font-weight: 700 !important;
			margin-bottom: 10px !important;
		}
		
		.services-items .subtitulo-dos-lineas{
			margin: 0px;
		}
		
		/*PROJECTS*/
		.projects-btn-proyecto img{
			width: 100%;
		}
		
		.listado-proyectos li h4{
			font-size: 17px;
		}
		
		.listado-proyectos-internacional li h4{
			font-size: 17px;
		}
		
		.projects-btn-proyecto{
			line-height: 19px;
			font-weight: 300;
			height: 287px;
		}
		
		.projects-btn-proyecto img{
			margin-bottom: 10px;
		}
		
		/*WHY*/
		.why-contenedor{
			padding-bottom: 60px;
			background-size: auto 101%;
		}
		
		.why-destacados h2{
			font-weight: 100;
			font-size: 20px;
		}
		
		.why-destacados h3{
			font-size: 30px;
		}
		
		.contenedor-videos iframe{
			width: 100%;
		}
		
		.contenedor-videos img{
			width: 125%;
		}
		
		/*ABOUT US*/
		.aboutus-titulo{
			margin-top: 40px;
			margin-bottom: 20px;
		}
		
		.members-description p{
			font-size: 15px;
			line-height:17px;
			font-weight: 300;
		}
		
		/*CONTACT US*/
		#name{
			width: 644px;
			margin-right: 0px;
		}
		
		#company{
			width: 638px;
		}
		
		#email{
			width: 644px;
		}
		
		#area-code{
			width: 100px;
		}
		
		#phone-number{
			margin-right: 0px;
			width: 396px;
		}
		
		#time, #date{
			width: 264px;
		}
		
		#message{
			width: 644px;
		}
		
		.form2 .label1{
			width: 100% !important;
			margin-right: 0px !important;
			margin-bottom: 10px;
		}
		
		.form2 input{
			width: 16% !important;
		}
		
		#formulario-contacto{
			padding-bottom: 30px;
			margin-bottom: 30px;
		}
		
		.contactus-links{
			width: 47% !important;
			margin-bottom: 30px;
		}
		
		.contactus-links iframe{
			width: 100% !important;
			height: 300px;
		}
	}


	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.ocultar-s{
			display: none;
		}
		
		.header-logo{
			margin-right: 0px;
			margin-top: 40px;
		}
		
		.hamburger-menu {
			display: block !important;
			position: relative;
			top: -60px;
			float: right;
		}
		
		#menu-container{
			display: none;
		}
		
		nav{
			margin-top: 0px;
			margin-bottom: 0px;
			width: 100%;
		}
		
		nav ul{
			width: 100%;
		}
		
		nav ul li{
			display: block;
			width: 100%;
		}
		
		nav ul li a{
			line-height: 35px;
			border-bottom: 1px solid silver;
			width: 100%;
			display: block;
		}	
			
		.separador-menu{
			display: none;
		}
		
		.language{
			margin-top: 0px;
			display: none;
		}
		
		.language li{
			display: inline;
			margin-right: 10px;
		}
		
		.home-slide-projects{
			padding: 15px;
		}
		
		.home-slide-projects ul li{
			width: 49.7%;
		}
		
		.home-slide-contenedor-principal .texto h3{
			font-size: 18px;
			line-height: 18px;
		}
		
		.home-slide-contenedor-principal{
			width: 100%;
		}
		
		.flex-direction-nav{
			display: none;
		}
		
		.boton-hyatt p{
			padding: 30px 29px;
		}
		
		.boton-radisson p {
			padding: 30px 24px !important;
		}
		
		#boton-tryp a{
		}
		
		.tryp-sobreimpreso{
			height: auto;
			width: 100%;
			padding-bottom: 20px;
			background-color: rgba(0, 0, 0, 0.2);
		}
		
		.tryp-sobreimpreso p{
			margin: 20px;
			font-weight: 300;
			font-size: 13px;
		}
				
		#tryp-sombreimpreso-contenedor{
			top: 0px;
			position: relative;
			opacity: 1;
			padding-top: 1px;
			float: left;
		}
		
		.home-slide-contenedor-principal .imagen{
			width: 100%;
			float: right;
		}
		
		.home-slide-contenedor-principal .imagen img{
			width: 100%;
		}
		
		.home-slide-contenedor-principal a{
			text-decoration: none !important;
		}
		
		.video-responsive{
			margin-bottom: 5px;
		}
		
		/*SERVICES*/
		.services-contenedor{
			background-size: auto 100%;	
		}
		
		.services-titulo{
			text-align: left;
			margin-left: 25px;
			font-size: 33px;
			margin-bottom: 25px;
		}
		
		.services-columna-izquierda{
			margin-left: 25px;
			width: 90%;
		}
		
		.services-columna-central{
			margin-left: 25px;
			width: 90%;
		}
		
		.services-columna-derecha{
			margin-left: 25px;
			width: 90%;
		}
		
		.services-items img{
			height: 50px;
		}
		
		.services-items h2{
			width: auto;
			font-size: 22px;
		}
		
		.services-items .subtitulo-dos-lineas{
			margin-top: 13px;
		}
		
		.services-items ul li{
			font-size: 15px;
			font-weight: 300;
			line-height: 19px;
		}
		
		/*PROYECTS*/
		.btn-nationwide h2{
			text-align: center;
			margin-right: 0px;
		}
		
		.projects-btn-desactivado h2{
			font-size: 27px;
		}
		
		.btn-international h2{
			text-align: center;
			margin-left: 0px;
		}
		
		.projects-btn-activo h2{
			font-size: 27px;
		}
		
		.slider-logos{
			margin-bottom: 20px !important;
		}
		
		.projects-btn-proyecto{
			width: 49% !important;
			margin-right: 1% !important;
			margin-bottom: 5px !important;
		}
		
		.projects-btn-proyecto img{
			width: 100%;
			margin-bottom: 5px;
		}
		
		.projects-name{
			padding: 20px 0px;
			margin-bottom: 20px;
		}
		
		.projects-name h1{
			line-height: 30px;
		}
		
		.projects-name h2{
			line-height: 30px;
		}
		
		.projects-name a{
			line-height: 25px;
			font-weight: 300;
		}
		
		.project-detail{
			margin-top: 10px;
		}
		
		.project-detail h4{
			line-height: 60px;
		}
		
		#jssor_1{
			margin-bottom: 20px !important;
		}
		
		.projects-btn-proyecto{
			font-size: 14px;
			line-height: 16px;
			font-weight: 300;
			height: 240px;
		}
		
		.projects-btn-proyecto h5{
			line-height: 35px;
		}
		
		.projects-list h3{
			padding-bottom: 0px;
			margin-bottom: 20px !important;
		}
		
		.listado-proyectos-internacional{
			width: 33% !important;
		}
		
		.listado-proyectos-internacional li h4{
			font-size: 16px;
		}
		
		.listado-proyectos{
			width: 33% !important;
		}
		
		.listado-proyectos li h4{
			font-size: 16px;
		}
		
		.listado-proyectos li p{
			margin-bottom: 10px;
		}
		
		/*WHY*/
		.why-contenedor{
			padding-bottom: 60px;
		}
		
		.why-contenedor-negro{
			padding-bottom: 10px;
		}
		
		.why-titulo{
			margin-bottom: 20px;
			margin-left: 25px;
			text-align: left;
		}
		
		.why-contenido{
			text-align: left;
			margin-left: 25px;
			font-size: 15px;
			font-weight: 300;
			line-height: 21px;
			margin-bottom: 20px;
		}
		
		.bold{
			font-weight: 700;
		}
		
		.why-destacados{
			text-align: left;
			margin-bottom: 2px !important;
		}
		
		.why-destacados h2{
			margin-left: 25px;
			float: left;
			font-size: 20px;
			line-height: 36px;
		}
		
		.why-destacados h3{
			margin-left: 7px;
			float: left;
			font-size: 32px;
		}
		
		.contenedor-videos{
			width: 100%;
		}
		
		.contenedor-videos iframe{
			width: 100%;
			height: 60%;
		}
		
		.contenedor-videos h4{
			margin: 5px 0px 25px 0px;
		}
		
		.contenedor-videos a img{
			width: 100%;
		}
		
		/*ABOUT US*/
		.aboutus-destacado{
			margin-top: 20px;
		}
		
		.aboutus-destacado h2{
			font-size: 35px;
		}
		
		.aboutus-destacado h3{
			font-size: 35px;
		}
		
		.team-members .container{
			width: 100% !important;
		}
		
		.members-description{
			width: 16.6%;
		}
		
		.members-description img{
			height: 200px;
		}
		
		.members-description h4{
			font-size: 15px;
			line-height: 15px;
			width: 45%;
			text-align: center;
			margin: 0px auto 5px;
		}
		
		.members-description p{
			font-size: 14px;
			line-height: 16px;
			font-weight: 300;
			margin-bottom: 0px;
		}
		
		/*CONTACT US*/
		.slider-contactus{
			margin-bottom: 30px;
		}
		
		#formulario-contacto{
			margin-top: 20px !important;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}
		
		#formulario-contacto label{
			width: 100%;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		#formulario-contacto input, textarea{
			width: 97%;
		}
		
		#formulario-contacto textarea{
			width: 97%;
		}
		
		#area-code{
			width: 20% !important;
			margin-right: 7px;
		}
		
		#phone-number{
			width: 72% !important;
			margin-right: 0px;
		}
		
		#time, #date{
			width: 47% !important;
		}
		
		.form2 input{
			width: 47% !important;
		}	
		
		#requested-option1-date{margin-right: 0px;}
		
		#contact-form-button{
			width: 100% !important;
		}
		
		.contactus-links p{
			margin-bottom: 10px;
		}
		
		.contactus-links iframe{
			width: 100%;
			height: 300px;
			margin-bottom: 20px;
		}
		
		.fecha{
			line-height: 40px !important;
		}
		
		.main-news img{
			margin-bottom: 5px !important;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.ocultar-xs{
			display: none;
		}
		
		.header-logo{
			margin-right: 0px;
			margin-top: 30px;
		}
		
		.hamburger-menu {
			display: block !important;
			position: relative;
			top: -60px;
			float: right;
		}
		
		#menu-container{
			display: none;
		}
		
		nav{
			margin-top: 0px;
			margin-bottom: 0px;
			width: 100%;
		}
		
		nav ul{
			width: 100%;
		}
		
		nav ul li{
			display: block;
			width: 100%;
		}
		
		nav ul li a{
			line-height: 35px;
			border-bottom: 1px solid silver;
			width: 100%;
			display: block;
		}	
			
		.separador-menu{
			display: none;
		}
		
		.language{
			margin-top: 0px;
			display: none;
		}
		
		.language li{
			display: inline;
			margin-right: 10px;
		}
		
		.home-slide-projects{
			padding: 15px 15px;
		}
		
		.home-slide-contenedor-principal{
			width: 100%;
		}
		
		.home-slide-projects ul{
			text-align: center;
		}
		
		.home-slide-projects ul li{
			float: none;
			width: 100%;
			margin-right: none;
			text-align: center;
		}
		
		.flex-direction-nav{
			display: none;
		}
		
		#boton-tryp a{

		}
		
		.tryp-sobreimpreso{
			height: auto;
			width: 100%;
			padding-bottom: 20px;
			background-color: rgba(0, 0, 0, 0.2);
		}
		
		.tryp-sobreimpreso p{
			margin: 20px;
		}
				
		#tryp-sombreimpreso-contenedor{
			top: 50px;
			position: relative;
			opacity: 1;
			padding-top: 1px;
		}
		
		.home-slide-contenedor-principal .imagen img{
			width: 100%;
		}
		
		.home-slide-contenedor-principal a{
			text-decoration: none !important;
		}
		
		.video-responsive{
			margin-bottom: 5px;
		}
		
		.direccion{
			border-bottom: 1px solid #b7b7b7;
			margin-bottom: 10px !important;
			padding-bottom: 10px;
		}
		
		.site-map{
			display: none !important;
		}
		
		/*SERVICES*/
		.services-contenedor{
			background-size: 100%;
			background-repeat: no-repeat;
			padding-bottom: 0px;
		}
		
		.services-contenedor-blanco{
			padding-top: 30px;
		}
		
		.services-titulo{
			font-size: 32px;
			line-height: 32px;
			margin-bottom: 30px;
			margin-left: 25px;
			text-align: left;
		}
		
		.services-items h2{
			font-size: 22px;
		}
		
		.services-icono{
			width: 50px;
		}
		
		.services-items{
			border-bottom: 1px solid silver;
		}
		
		.services-items ul{
			margin-top: 10px;
		}
		
		.services-columna-izquierda{
			width: 90%;
			margin-left: 25px;
			margin-top: 10px;
		}
		
		.services-columna-central{
			width: 90%;
			margin-left: 25px;
			margin-top: 10px;
		}
		
		.services-columna-derecha{
			width: 90%;
			margin-left: 25px;
			margin-top: 10px;
		}
		
		/*PROYECTS*/
		.btn-nationwide{
			width: 100%;
		}
		
		.btn-nationwide h2{
			text-align: center;
			margin: 0px;
		}
		
		.btn-international h2{
			text-align: center;
			margin: 0px;
		}
		
		.btn-international{
			width: 100%;
		}
		
		.slider-logos{
			display: none !important;
		}
		
		.projects-btn-proyecto{
			margin-bottom: 10px !important;
		}
		
		.projects-list h3{
			margin-bottom: 20px !important;
			font-size: 22px;
		}
		
		.listado-proyectos li h4{
			font-size: 16px;
			line-height: 20px;
		}
		
		.projects-name{
			padding-top: 20px;
			padding-bottom: 15px;
			margin-bottom: 15px;
		}
		
		.projects-name h1{
			font-size: 25px;
			line-height: 25px;
			display: block;
		}
		
		.projects-name h2{
			font-size: 18px;
			line-height: 20px;
		}
		
		.projects-name a{
			font-size: 16px;
			line-height: 25px;
			font-weight: 100;
			text-align: right;
		}
		
		.project-detail{
			border: none;
			margin-top: 10px;
		}
		
		.project-detail h4{
			margin-bottom: 20px;
			line-height: 70px;
		}
		
		.contenido{
			font-size: 14px;
			line-height: 20px;
			font-weight: 300;
		}
		
		/*WHY*/
		.why-contenedor{
			padding-bottom: 60px;
			background-position: center top;
			background-position-x: 1830px;
		}
		
		.why-contenedor-negro{
			padding-bottom: 0px;
		}
		
		.why-titulo{
			font-size: 32px;
			line-height: 32px;
			margin-bottom: 30px;
			margin-left: 25px;
			text-align: left;
		}
		
		.why-contenido{
			margin: 0px 25px 20px 25px;
			font-size: 14px;
			line-height: 20px;
			font-weight: 300;
			text-align: left;
		}
		
		.why-destacados{
			margin-bottom: 2px !important;
			padding: 15px 0px 20px 0px;
		}
		
		.why-destacados h2{
			font-weight: 100;
			font-size: 22px;
			line-height: 26px;
			text-align: left;
			margin-left: 25px;
		}
		
		.why-destacados h3{
			font-size: 32px;
			text-align: left;
			margin-left: 25px;
		}
		
		.contenedor-videos{
			width: 100%;
		}
		
		.contenedor-videos h4{
			margin: 10px 0px 30px;
		}
		
		.contenedor-videos img{
			width: 100%;
		}
		
		/*ABOUT US*/
		.aboutus-titulo{
			font-size: 35px;
			margin-top: 30px;
			margin-bottom: 10px;
		}
		
		.aboutus-destacado h2{
			font-size: 20px;
			line-height: 70px;
		}
		
		.aboutus-destacado h3{
			font-size: 20px;
			line-height: 70px;
		}
		
		.team-members{
			background: #d2d2d2;
			text-align: center;
		}
		
		.team-members h1{
			font-size: 35px;
			line-height: 35px;
			margin-bottom: 20px;
		}
		
		.members-description{
			float: none;
			margin-bottom: 0px;
			width: 100%;
		}
		
		.members-description h4 br{
			display: none;
		}
		
		.members-description img{
			margin: auto;
		}
		
		.members-description p{
			height: auto;
		}
		
		.evan, .liz, .melissa, .maria{
			background-image: url(../images/members-shadow.png);
			background-repeat: no-repeat;
			background-position: center top;
			padding-top: 30px;
		}
		
		.maria{
			border-bottom: none;
			margin-bottom: 0px;
		}
		
		/*CONTACT US*/
		.slider-contactus{
			width: 100%;
			background-image: url(../images/contactus-slider00.jpg);
			background-position: center top;
			background-size: 145%;
			margin-bottom: 20px;
		}
		.slider-contactus img{
			opacity: 0;
		}
		
		#formulario-contacto{
			margin-top: 20px;
			margin-bottom: 25px;
			padding-bottom: 25px;
		}
		
		#formulario-contacto label{
			font-size: 14px;
			font-weight: 300;
			margin-top: 10px;
		}
		
		#formulario-contacto input{
			width: 96%;
		}
		
		#formulario-contacto textarea{
			margin-top: 5px;
			width: 96%;
		}
		
		#time, #date{
			width: 45% !important;
		}
		
		.form2 label{
			margin-right: 15px !important;
		}
		
		.form2 input{
			width: 28% !important;
		}
		
		#contact-form-button{
			width: 100% !important;
		}
		
		.bold{
			font-weight: 600;
		}
		
		.contactus-links iframe{
			width: 100%;
			margin-bottom: 30px;
			box-shadow: 10px;
			-webkit-box-shadow: 0px 0px 36px -18px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 36px -18px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 36px -18px rgba(0,0,0,0.75);
		}
		
		/*NEWS*/
		.main-news h6{
			line-height: 40px;
		}
		
		.main-news img{
			margin-bottom: 3px !important;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/