html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
  	scroll-behavior: smooth;
	background-color: white !important;
}
body {
    font-family: 'open_sansregular';
	font-size: 14px;
}
a {
	display: block;
	text-decoration: none;
	color: #026f3a;
}
a:hover, a:visited { text-decoration: none !important; }
.inline { display: inline !important; }
input::placeholder, textarea::placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered[title*=Escoge] { color: rgba(0,0,0,0.5); }
div#small-dialog {
    text-align: center;
    font-size: 1.5em;
}
div#small-dialog h1 {
	font-size: 2.2em;
	color: #bb0202;
}
div#small-dialog a {
	display: inline;
	color: #ec1c24;
}
select.form-control:not(.input-sm) {
	height: 50px;
	margin-bottom: 15px;
	background-color: #e0e4f3;
	font-size: 2em;
	color: black;
}
select.form-control:not(.input-sm) option {
	background-color: white;
	font-size: 0.8em;
	color: black;
}
select.form-control[disabled], select.form-control[readonly], fieldset[disabled] select.form-control { opacity: 0.5; }
a#whatsWrapper {
	position: fixed;
	z-index: 10;
	right: 2%;
	bottom: 2%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 12px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	transform: rotate(0deg);
	animation: rotation 6s cubic-bezier(.65,-0.62,.15,1.57) infinite;
	background-color: #12a600;
}
img#whatsapp {
	width: 100%;
	height: 100%;
}
div#navWrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 165px;
	box-shadow: 0 4px 7px rgba(0,0,0,0.4);
	transition: all ease-in-out 0.7s;
	background-color: rgba(255,255,255,1);
}
div#navWrapper h1 {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 22%;
    max-width: 300px;
	margin: 0;
    transform: translateY(-50%);
}
div#navWrapper h1 {
	display: inline-block;
	vertical-align: middle;
}
img#logo_alta {
    width: 100%;
    height: auto;
}
img.logo {
	width: 250px;
	height: auto;	
}
@keyframes rotation {
	0%,20% { transform: rotate(0deg) }	
	40%,100% { transform: rotate(360deg) }
}
section#datos { padding: 4% 0; }
section#datos a, section#datos p { color: #87898b; }
section#datos a {
	display: block;
	margin-bottom: 5%;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bolder;
}
div#contactoDatos {
    display: inline-block;
    margin-top: 0;
    padding: 20px;
    padding-left: 30px;
	vertical-align: middle;
}
div#contactoDatos a {
	text-decoration: underline;
	font-size: 2em;
	color: #004ea2;
}
div#contactoDatos a:hover { text-decoration: underline; }
img#ver_mas {
	width: 100%;
	height: auto;	
}
div#detalleDatos {
	margin-top: -2%;
	padding: 0 5%;
	font-size: 1.8em;
	font-variant: small-caps;
}
strong { color: black; }
span.capital {
	vertical-align: sub;
	font-size: 2em;
	font-weight: bolder;
	color: #6bc6b7;
}
img#focoIdeas {
    display: inline-block;
    width: auto;
    height: 130px;
    margin: 0 auto;
	margin-left: 4%;
    vertical-align: middle;
}
div.row.marginSides { margin-left: 3%; margin-right: 3%; }
form#landingForm {
    position: relative;
    top: 165px;
    right: 3%;
    z-index: 2;
    width: calc(25% - 25px);
    /*height: 500px;
    max-height: 95%;*/
	float: right;
    padding: 15px 2%;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    background-color: #e2e0f0;
}
form#landingForm h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 3em;
	font-variant: small-caps;
	font-weight: bolder;
}
form#landingForm input, form#formContacto input:not(#archivo), form#formContacto textarea {
	width: 100%;
	height: 40px;
	margin-bottom: 5%;
	border: none;
	box-shadow: 4px 4px 0 #89a9b9;
	text-indent: 5px;
	font-size: 1.5em;
}
.module-border-wrap {
	/*position: absolute;
	bottom: 15px;
	left: 7.5%;*/
	width: 100%;
	margin-top: 5%;
	border: 5px rgba(113,113,113,0.6) solid;
	border-radius: 8px;
	padding: 7px;
	transition: all ease-in-out 0.5s;
	cursor: pointer;
	background: #a4a7a9;
	background: -moz-linear-gradient(left,  #a4a7a9 0%, #dddfe0 25%, #4e4f51 66%, #eeefef 96%, #eeefef 100%);
	background: -webkit-linear-gradient(left,  #a4a7a9 0%,#dddfe0 25%,#4e4f51 66%,#eeefef 96%,#eeefef 100%);
	background: linear-gradient(to right,  #a4a7a9 0%,#dddfe0 25%,#4e4f51 66%,#eeefef 96%,#eeefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a7a9', endColorstr='#eeefef',GradientType=1 );
}
.module-border-wrap:hover {
	transform: scale(1.1,1.1);
}
.module {
	border: 5px rgba(164,13,18,0.6) solid;
	border-radius: 8px;
	padding: 12px;
	background: #cf181f;
	background: -moz-linear-gradient(left,  #cf181f 0%, #cf181f 3%, #f5851f 26%, #a40d12 96%, #a40d12 100%);
	background: -webkit-linear-gradient(left,  #cf181f 0%,#cf181f 3%,#f5851f 26%,#a40d12 96%,#a40d12 100%);
	background: linear-gradient(to right,  #cf181f 0%,#cf181f 3%,#f5851f 26%,#a40d12 96%,#a40d12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf181f', endColorstr='#a40d12',GradientType=1 );
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 1px black;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
}
img#mano {
	position: absolute;
	z-index: 2;
	bottom: -15%;
	right: -18%;
	width: 150px;
	height: auto;
	transform: translateX(120%) rotate(-25deg);
	transition: all ease-in-out 0.8s;
}
img#mano.active { transform: translateX(10%) rotate(-15deg); }
div#bannerSolucion {
    margin-top: 165px;
	padding: 50px 0;
	background-image: url(../imgs/bannerSolucion.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}
img#logo_alta_solucion {
	display: inline-block;
	margin-right: 5%;
	vertical-align: middle;
}
div#bannerSolucion h2 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	font-size: 3.5em;
	font-variant: small-caps;
}
div#bannerSolucion a.btn {
	width: 300px;
	display: inline-block;
	vertical-align: middle;
}
div#bannerCotizamos, div#bannerNoEsta {
	padding: 3% 6%;
	background-color: #44c7f4;
	line-height: 1.5;
	text-align: center;
	font-size: 2.5em;
	font-variant: small-caps;
}
div#bannerNoEsta { background-color: #dddfe0; }
div#bannerCotizamos .cursiva_especial { color: white; }
div#bannerNoEsta .cursiva_especial { color: #a34385; }
.cursiva_especial {
	display: inline-table;
	margin-bottom: -40px;
	text-shadow: 4px 4px 1px rgba(0,0,0,0.2);
	font-family: 'alex_brushregular';
	font-size: 3em;
}
div.galeriaWrapper {
	white-space: nowrap;
    transform: translateX(0px);
	animation: animGaleria 50s linear infinite;
}
@keyframes animGaleria {
	0% { transform: translateX(0px); }
	100% { transform: translateX(-400%); }
}
div.galeriaWrapper:hover { animation-play-state: paused; }
div.galeriaEjemplo {
	position: relative;
	width: 50%;
	height: 400px;
	display: inline-block;
	overflow: hidden;
}
div.galeriaEjemplo a {
	width: 100%;
	height: 100%;
}
div.galeriaEjemplo img { transition: all ease-in-out 0.6s; }
div.galeriaEjemplo:hover img { transform: translate(-50%,-50%) scale(1.3,1.3); }
div#wrapperDatos {
	position: absolute;
	right: 2%;
	top: 50%;
	width: 710px;
	white-space: nowrap;
	transform: translateY(-50%);
}
div#lista {
	position: relative;
	margin-top: -5px;
	padding: 50px 0;
	text-align: center;
}
div#lista ul {
	display: table;
	margin: 0 auto;
	text-align: left;
}
div#lista li {
	list-style: disc;
	font-size: 2.5em;
	color: #ec1c24;
}
div#lista li span {
	text-transform: uppercase;
	color: black;
}
div#lista::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../imgs/pinturas.png) left center no-repeat;
	background-size: auto 100%;
}
div#mano2Wrapper {
	position: relative;
	display: table;
	margin: 0 auto;
}
div#mano2Wrapper img#mano2 {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100px;
	height: auto;
	transform: translate(-70%,85%);
}
div#detalle {
	width: 100%;
	display: none;
	margin-bottom: 3%;
	margin-left: 0;
	border: #ec1c24 thin dashed;
	padding: 5px;
	white-space: normal;
	background-color: transparent;
	text-align: left;
	font-size: 1.5em;
	color: #ec1c24;
}
div#detalle strong { color: #ec1c24; }
.select2-container { width: 100% !important; margin-bottom: 15px; }
.select2-container--default .select2-selection--single, section#cotizador input.escoge {
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 5px;
	transition: all ease-in-out 0.5s;
	background-color: #e0e4f3;
	font-size: 2em;
}
span#select2-productos-container {
	border-radius: 5px;
	background-color: #ec1c24;
	color: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: black;
}
div#productosCol .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: white transparent transparent transparent; }
section#cotizador #productos {
	background-color: #ec1c24;
	color: white;
}
section#cotizador { margin-top: 5%; }
section#cotizador input.escoge {
	padding: 8px;
	border-radius: 5px;
	background-color: #94a9d6;
}
input.escoge[disabled] { cursor: not-allowed; opacity: 0.5; }
.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: not-allowed;
	opacity: 0.5;
	background-color: #e0e4f3;
}
.select2-results__option { font-size: 1.3em; }
::placeholder {
	opacity: 1;
	color: black;
}
div#tablaWrapper { margin-top: 5%; }
div.dataTables_wrapper div.dataTables_filter { display: inline-block; }
.table>tfoot>tr>th { padding: 0; }
.btn.btn-terra.buttons-html5 span { color: #004ea2; }
a#agregar {
	display: table;
	margin-left: auto;
	border-radius: 5px !important;
	padding: 5px;
	background-color: #ec1c24;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bolder;
	color: white;
}
.btn { transition: all ease-in-out 0.4s; }
.btn:hover { transform: scale(1.05,1.05); }
.table-striped>tbody>tr:nth-of-type(even), .table-striped>tbody>tr:nth-of-type(odd) { background-color: rgba(224,227,243,0.6); }
#tabla th, #tabla td {
	text-align: center;
	font-size: 1.2em;
}
#tabla th { background-color: #fdd109; }
table#tabla td:nth-child(7) { color: #ed1c25; }
a[rel=nofollow] {
	font-size: 2em;
	font-weight: bolder;
	color: #ec0000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	border-color: #94a9d6;	
	background-color: #94a9d6;
}
div#totalWrapper { margin: 3.5% 0 5%; }
div#totalWrapper a, div#totalWrapper p { padding: 6px; }
div#totalWrapper p {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	font-size: 2.2em;
}
div#totalWrapper a {
	display: none;
	margin-left: 15px;
	border: #ed0000 thin solid;
	background-color: #ed0000;
	font-size: 1.5em;
	color: white;
}
div#totalWrapper strong { color: #ed1c25; }
section#contacto {
	margin-top: 0%;
	padding: 3%;
	padding-bottom: 15px;
	background-image: url(../imgs/bannerSolucion.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
section#contacto p { font-size: 1.5em; }
section#contacto div.col-md-4 a {
	display: inline-block;
	text-decoration: underline;
	color: #004ea2;
}
div#datosContacto { padding-top: 80px; }
form#formContacto h3 {
	margin: 0 auto 20px;
	line-height: 1.2;
	font-size: 3em;
	font-weight: bold;
	color: #9a1179;
}
form#formContacto input:not(#archivo), form#formContacto textarea { margin-bottom: 3%; }
form#formContacto textarea { height: 100px; }
div.fileUpload span, a#enviar {
	display: table;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bolder;
	color: white;
}
div.fileUpload {
	position: relative;
	display: inline-table;
	float: left;
}
div.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 40px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
div.fileUpload span { background-color: #004fa2; }
div.fileUpload:hover span {
    transform: scale(1.05,1.05);
	color: white;
}
a#enviar {
	float: right;
	background-color: #ec1c24;
}
a#productosCotizador {
	font-size: 0.6em;
	color: #777;
}
a#marruffo {
    margin-top: 40px;
    text-align: center;
    font-family: arial;
    font-variant: small-caps;
    font-weight: lighter;
    color: rgba(0,0,0,0.4);
}
.centradoraAbs { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.margin-bottom { margin-bottom: 5%; }
.desktop { display: block; }
.mobile { display: none; }

/*RESPONSIVE*/
@media screen and (min-width:1200px){
	section#datos a { font-size: 1.5em; }
}
@media screen and (max-width:1050px){ a#regaloWrapper { font-size: 0.8em; } }
@media screen and (max-width:991px)
{
	body { position: relative; }
	body { font-size: 10px; }
	div#navWrapper h1, img#flashBtn { width: 30%; }
	div#wrapperDatos {
		left: 30%;
	    width: 81%;
	}
	img#focoIdeas { height: 100px; }
	a#regaloWrapper { font-size: 1em; }
	@keyframes grow {
		0%,60% { transform: scale(1,1) translate(-50%,-50%); }	
		70%,100% { transform: scale(1.05,1.05) translate(-50%,-48%); }
	}
	form#landingForm {
		position: absolute;
		top: 165px;
		right: 5%;
		width: 90%;
		height: 500px;
	}
	div#banner {
		height: 500px;
		background-image: url(../imgs/mainBanner_MOBILE.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}
	img#mano.active { transform: translateX(-15%) rotate(-15deg); }
	form#landingForm h3 { font-size: 4em; }
	form#landingForm input, form#formContacto input:not(#archivo), form#formContacto textarea { width: 95%; }
	form#landingForm input, form#formContacto input:not(#archivo), form#formContacto textarea, .module { font-size: 2em; }
	form#landingForm input { margin-left: 2%; margin-bottom: 3%; }
	div#detalleDatos { font-size: 2.5em; }
	div#lista:before { background-image: url(../imgs/pinturas_MOBILE.png); }
	section#datos { padding: 6% 0; }
	section#datos a { font-size: 1.7em; }
	div#contactoDatos a[href*=tel] { font-size: 1.6em; }
	div#lista li { margin-left: -15px; }
	section#datos a, section#datos p { line-height: 1.5; }
	div#detalleDatos p:first-child { line-height: 1; }
	table.dataTable#tabla { width: 85%; }
	img#ver_mas { max-width: 500px; }
	div#bannerSolucion { background-image: url(../imgs/bannerSolucion_MOBILE.jpg); }
	div#bannerSolucion h2 { margin: 20px 4% 0; }
	div.galeriaWrapper{ animation-duration: 45s; }
	div.galeriaEjemplo { width: 50%; }
	@keyframes animGaleria {
		0% { transform: translateX(0px); }
		100% { transform: translateX(-400%); }
	}
	.lightbox { position: fixed; }
	div#lista .col-md-3:nth-child(3) ul { padding-left: 57px; }
	div#lista .col-md-4 ul { padding-left: 76px; }
	div#bannerCotizamos, div#bannerNoEsta {
		padding: 6%;
		font-size: 3.2em;
	}
	div#pasos h3 {
		margin-top: 0;
		margin-bottom: 30px;
	}
	div#pasos p {
		margin-bottom: 40px;
		font-size: 2.3em;
	}
	a#agregar {
		margin-right: auto;
		font-size: 1.8em;
	}
	.select2-results__option { font-size: 2em; }
	table.dataTable#tabla, tbody, tr, td {
		width: 100%;
		display: block;
	}
	thead, tfoot { display: none; }
	td:first-child { background-color: #ffd105; }
	tr { margin-bottom: 15px; }
	#tabla th, #tabla td {
		padding: 5px 0;
		font-size: 1.8em;
	}
	div#totalWrapper { text-align: center; }
	div#totalWrapper p { font-size: 3em; }
	section#contacto { background-image: url(../imgs/bannerSolucion_MOBILE.jpg); }
	section#contacto p {
		line-height: 1.8;
		font-size: 2em;
	}
	div#datosContacto {
		padding-top: 20px;
		text-align: center;
	}
	div#datosContacto p:first-child { margin-top: 100px; }
	img#logo_alta_contacto {
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	form#formContacto h3 {
		margin: 40px auto 20px;
		font-size: 5em;
	}
	form#formContacto input:not(#archivo), form#formContacto textarea { margin-bottom: 5%; }
	.desktop { display: none; }
	.mobile { display: block; }
}
@media screen and (max-width:768px)
{
	div#navWrapper {
		position: relative;
		height: auto;
		padding-top: 1px;
		padding-bottom: 15px;
		text-align: center;
	}
	div#navWrapper h1 {
		position: static;
		display: inline-block;
		width: 70%;
		max-width: none;
		height: auto;
		margin: 15px 4% 0;
		margin-top: 20px;
		transform: translate(0,0);
	}
	a#flashWrapper {
		display: inline-block;
		width: 40%;
		max-width: 165px;
		margin: 2px 4% 0;
	}
	img#flashBtn {
		position: static;
		display: inline-block;
	    width: 100%;
    	transform: translate(0,0);	
	}
	div#navWrapper a#regaloWrapper {
		display: table;
		margin: 0 auto;
		color: black;
	}
	div#regalo { transform-origin: center; }
	div#regalo, div#regalo > span {
		position: static;
		transform: translate(0,0);
		vertical-align: super;
	}
	@keyframes grow {
		0%,60% { transform: scale(1,1) translate(0,0); }	
		70%,100% { transform: scale(1.1,1.1) translate(0,-2%); }
	}
	form#landingForm { top: 220px; max-height: none; }
	div#banner { margin-top: 0; }
	div#wrapperDatos {
		position: static;
		width: 100%;
		margin-top: 7px;
		transform: translate(0);
	}
	section#datos a { font-size: 1.5em; }
	div#contactoDatos { padding: 0; }
	div#contactoDatos a[href*=tel] { font-size: 1.5em; }
	div#bannerSolucion { margin-top: 0; }
	div.galeriaWrapper{ animation-duration: 35s; }
}
@media screen and (min-width:460px) and (max-width:767px){
	section#datos a { font-size: 2.7em; }
	div#contactoDatos a[href*=tel] { font-size: 3em; }
}
@media screen and (max-width:460px){
	div#navWrapper { height: 180px; }
	a#regaloWrapper { font-size: 0.7em; }
	img#focoIdeas { height: 80px; }
	form#landingForm { top: 180px; }
	section#datos a { font-size: 1.6em; }
	div#contactoDatos a { font-size: 1.1em; }
	div#contactoDatos a[href*=tel] { font-size: 1.5em; }
	a#productosCotizador { font-size: 0.5em; }
}