@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
div, li, input, textarea, select, img {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background-color: #fff;
}
.wrapper, .footer {
	overflow:hidden;
}
.header, .main, .footer {
	max-width:100%;
	margin:0 auto;
}
.top-bar-wrapper {
	width:100%;
	background-color:#2C4B9D;
	overflow: hidden;
}
.top-bar {
	max-width:1100px;
	margin:0 auto;
	padding: 5px 10px;
	text-align: left;
	overflow: hidden;
}
.top-bar ul {
	list-style: none;
}
.top-bar ul li {
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 0px 10px 0px 22px;
}
.logo {
	float: left;
	width: 300px;
	height: 62px;
	background-image: url("../imagenes/logo.png");
	background-repeat:no-repeat;
	background-size:contain;
	margin: 26px 0;
}
a.siguenos {
	color: #2C4B9D!important;
	background-color: #f6f6f6!important;
	padding: 9px 22px!important;
	font-family:'Open Sans'!important;
	font-weight: 400!important;
	font-size:15px!important;
	border: 2px solid #2C4B9D!important;
	border-radius:3px!important;
	margin: 15px 0 15px 15px!important;
	top: 35px;
	right:10px;
}
a.siguenos:hover {
	color: #fff!important;
	background-color:#2C4B9D!important;
}
a.siguenos1 {
	color: #2C4B9D!important;
	background-color: #fff!important;
	padding: 9px 22px!important;
	font-family:'Open Sans'!important;
	font-weight: 600!important;
	font-size: 16px!important;
	border: 2px solid #2C4B9D!important;
	border-radius:3px!important;
	margin: 15px 0 15px 15px!important;
	top: 35px;
	right:10px;
}
a.siguenos1:hover {
	color: #fff!important;
	background-color:#2C4B9D!important;
}
.clear {
	clear:both;
}
.chiliseo a {
	color:#bbb;
	font-family: sans-serif;
	font-size: 13px;
}
.slider {
	max-width: 100%;
}
.main {
	overflow: hidden;
}
.overlay {
   background:transparent; 
   position:relative; 
   width:640px;
   height:480px;
   top:480px;
   margin-top:-480px;
}
#googleMap {
	width: 100%;
	height:350px;
}
.static-slider {
	overflow: hidden;
	width: 100%;
	border-bottom: 10px solid #E3E3E3;
	padding: 30px 0;
}
.section-color-1 {
	overflow: hidden;
	background-color: #f6f6f6;
	width: 100%;
	border-bottom: 10px solid #E3E3E3;
	padding: 100px 0;
}
.section-color-2 {
	overflow: hidden;
	background-color: #2C4B9D;
	width: 100%;
	padding: 50px 0 40px 0;
	border-bottom: 10px solid #E3E3E3;
}
.section-color-3 {
	overflow: hidden;
	background-color: #f6f6f6;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.section-color-4 {
	overflow: hidden;
	background-color: #111;
	width: 100%;
	padding: 50px 0;
}
.bg1 {
	background-image: url("../imagenes/bg-acrilicos.jpg");
}
.bg2 {
	background-image: url("../imagenes/bg-rotulacion.jpg");
}
.bg3 {
	background-image: url("../imagenes/bg-exhibidores.jpg");
}
.welcome1 {
	color: #2C4B9D;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	font-size: 35px;
	text-align: center;
	margin: 0;
	padding: 10px 20px 0 20px;
}
.welcome3 {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	margin: 0;
	padding: 10px 20px 0 20px;
}
.form-container {
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
}
.contenedor {
	margin: 0 auto;
	max-width: 1100px;
	overflow: hidden;
	text-align: center;
	padding: 0 15px;
}
.contenedor img {
	max-width:100%;
}
.contenedor1 {
	margin: 0 auto;
	max-width: 1100px;
	overflow: hidden;
	text-align: left;
	padding: 0 20px;
}
.dos-columnas-imagen-centrado {
	width: 100%;
	float: none;
	text-align: center;
}
.dos-columnas-texto-centrado {
	width: 100%;
	float: none;
}
.cols-3 {
	float:left;
	width:33.3333333333%;
	padding: 10px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cols-3 img{
	max-width: 100%;
	border: 10px solid rgba(255, 255, 255, 0.1);
}
.cols-4 {
	float:left;
	width:25%;
	padding: 10px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cols-4 img{
	max-width: 100%;
}
.text {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.55em;
	margin:0;
	padding-bottom: 5px;
}
.centered {
	text-align: center;
}
.left {
	text-align: left;
}
.section-title{
	display: inline-block;
	position:relative;
	z-index: 1;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 34px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
}
.section-title:before {
  content : "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50%;  /* or 100px */
  border-bottom:3px solid #01BBD4;
}
.section-intro {
	max-width: 500px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	margin: 0;
	padding: 10px 0;
}
.subtitle {
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 25px;
	margin: 0;
	padding-bottom: 15px;
}
.contenedor-transparente {
	width:100%;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
}
.contenido-fancybox {
	position: relative;
	margin:15px auto;
	max-width: 1200px;
	overflow: hidden;
    padding: 0 8px;
    text-align: center;
}
.contenido-fancybox2 {
	position: relative;
	margin:15px auto;
	max-width: 1200px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	display:none;
}
.fancybox img {
	margin: 7px;
}
.footer {
	padding: 0;
}
ul.footer-address {
	list-style: none;
}
ul.footer-address li{
	display:block;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin:0;
	text-align: left;
	padding-left: 24px;
	margin-bottom: 10px;
}
.address {
	background-image: url("../imagenes/location.png");
	background-repeat: no-repeat;
}
.phone {
	background-image: url("../imagenes/phone.png");
	background-repeat: no-repeat;
}
.email {
	background-image: url("../imagenes/mail.png");
	background-repeat: no-repeat;
}
ul.footer-menu {
	list-style-type: disc;
	list-style-position: inside;
}
ul.footer-menu li{
	display: list-item;
	margin:0;
	text-align: left;
}
ul.footer-menu li a {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.derechos {
	clear: both;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.derechos-empresa, a {
	color:#333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
}

/*Inicio formulario*/
form {
	width: 100%;
	padding: 20px!important;
}
input {
	width:100%;
	height: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size:13px;
	background-color: #FFF;
	border: 0px solid #84775B;
	color:#666;
	border-radius: 6px;
	padding: 5px 10px;
}
select {
	width:100%;
	height: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size:13px;
	background-color: #FFF;
	border: 0px solid #84775B;
	color:#666;
	border-radius: 100px;
	padding: 5px 7px;
}
textarea {
	width:100%;
	height:150px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size:13px;
	background-color: #fff;
	border: 0px solid #84775B;
	color:#666;
	overflow:auto;
	padding: 5px 10px;
	border-radius: 6px;
}
input[type=submit] {
	width:120px;
	height:40px;
	color: #2C4B9D!important;
	background-color: #f6f6f6!important;
	padding: 9px 22px!important;
	font-family:'Open Sans'!important;
	font-weight: 400!important;
	font-size:15px!important;
	border: 2px solid #2C4B9D!important;
	border-radius:3px!important;
	margin: 15px 0 15px 15px!important;
	top: 35px;
	right:10px;
}
input[type=submit]:hover {
	color: #fff!important;
	background-color:#2C4B9D!important;
}


::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}
::-moz-placeholder {
    color:    #999;
}
:-ms-input-placeholder {
    color:    #999;
}
/*Fin formulario*/

@media screen and (max-width: 480px) {
	.logo {
		width: 192px;
		height: 50px;
		margin-top: 9px;
		margin-left: 46px;
	}
	.contenido-fancybox {
		display:none;
	}
	.contenido-fancybox2 {
		display:inline;
	}
	.welcome1 {
		font-size: 30px;
	}
	.derechos-empresa, a {
		font-size: 13px;
	}
	.cols-3, .cols-4 {
		width:100%;
	}
	.top-bar-wrapper {
		display:none;
	}
	#googleMap {
		height:350px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.logo {
		width: 192px;
		height: 50px;
		margin-top: 5px;
		margin-left: 60px;
	}
	.cols-3, .cols-4 {
		width:100%;
	}
	.top-bar-wrapper {
		display:none;
	}
	#googleMap {
		height:350px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
	.logo {
		width: 220px;
		height: 61px;
	}
}
@media only screen and (min-width : 1024px) and (max-width : 1365px) {

}
/*Chat de Whatsapp*/
.float {
    position: fixed;
    width: 58px;
    height: 58px;
    bottom: 25px;
    right: 25px;
    background-color: #3BBF26;
    color: #FFF;
    border-radius: 58px;
    text-align: center;
    font-size: 44px;
    line-height: 58px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
    z-index: 100;
}
.float:hover {
    color: #FFF;
}
.float:focus {
    color: #FFF;
}
.float:active {
    color: #FFF;
}
.my-float{
}
@media only screen and (max-width: 768px) {
.float {
    width: 58px;
    height: 58px;
    border-radius: 58px;
    font-size: 44px;
    line-height: 58px;
    z-index: 1000;
}
.my-float{
margin-top:6px;
}
}
/*Termina chat de Whatsapp*/