body {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}
h1 {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	font-size:46px;
	text-align:center;
	font-weight:100;
	color:#666;
	margin-bottom:30px
}
h3 {
	font-weight:100;
}
.cont-interna h2 {
	font-size:30px;
	text-align:left;
}
.cont-interna h3 {
	font-size:18px;
	text-transform:none;
}
h4 {
	font-size:24px;
	font-weight:100;
	color:#666;
	margin-bottom:10px
}
a {
	color:#C63035;
}
a:hover {
	color:#C63035;
	text-decoration:underline;
}
/* sections */
#section0 {
	background:	url(../img/bkg_main.jpg) #FFF !important;
	background-size:cover;
}
#section1 {
	background: url(../img/bkg_2.jpg) #FFF !important;
	background-size:cover;
}
#section2 {
	background: #eaeaea !important;
	background-size:cover;
}
#section3 {
	background: url(../img/bkg_2.jpg) #FFF !important;
	background-size:cover;
}
#section4 {
	background:	url(../img/bkg_5.jpg) no-repeat #FFF !important;
	background-size:cover;
}
/* botones */
.btn {
	padding:5px 27px;
	border:none;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
}
.btn:hover {
	border:none;
}
.btn.btn-success {
	background:#b32e2f;
	text-transform:uppercase;
	padding-top: 8px;
	padding-bottom: 6px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.btn.btn-success:hover {
	background:#9a2829;
}
.btn.btn-success i {
	margin-right:10px;
}
.btn-default {
	margin-right:15px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	box-shadow:none;
	border:none;
	display:inline-block;
}
.modal-info-home li {
	margin-bottom: 13px;
}
.btn-default:hover, .btn-primary:hover  {
	background:#ca4748;
	color:#fff;
	border:none;
}
.btn-default.active {
	background:#666;
	box-shadow:none;
	color:#fff;
	border:none;
	display:inline-block;
}
.btn-primary {
	background:#b32e2f;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size:16px;
	text-transform:uppercase;
}
/* menu */
#main-menu a {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	font-weight:200;
}
.item-mi-cuenta {
	padding-top: 10px;
}
.navbar-inverse .navbar-nav>.item-mi-cuenta>a:hover {
	box-shadow: inset 0 -4px #9a2829 !important;
  -moz-box-shadow: inset 0 -4px #9a2829 !important;
  -webkit-box-shadow: inset 0 -4px #9a2829 !important;
}
.item-mi-cuenta a {
	color: #FFF !important;
	background: #b32e2f !important;
	padding: 8px 22px 6px 22px !important;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;	
}
.movil .smooth {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 200;
}
.movil .mi-cuent {
	background: #b32e2f !important;
	color: #FFF !important;
	padding: 8px 22px 6px 22px !important;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;	
}
.item-mi-cuenta a:hover {
	background: #9a2829 !important;
	border-bottom: none !important;
}
.nav-container {
	position:fixed;
	z-index:999;
	width:100%;
}
.cont-interna .nav-container {
	background: #fff;
    padding-bottom: 20px;
}
.navbar {
	border:0;
	margin-bottom:0;
	border-radius:0;
	height:60px;
}
.navbar-inverse {
	background: none !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #7e7e7f;
	-moz-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #7e7e7f;
	box-shadow:inset 0 -4px #b1b1b1;
	-moz-box-shadow:inset 0 -4px #b1b1b1;
	-webkit-box-shadow:inset 0 -4px #b1b1b1;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background:none;
	color:#7e7e7f;
	box-shadow:inset 0 -4px #b32e2f;
	-moz-box-shadow:inset 0 -4px #b32e2f;
	-webkit-box-shadow:inset 0 -4px #b32e2f;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #7e7e7f;
}
.navbar-brand {
	padding:5px;
	margin-top: 7px;
	width: 212px;
	height: 59px;
	margin-left:0!important;
}
/*main section */
#section0 .fp-tableCell {
	position:relative;
	display:block;
}
#section0 .displays {
	display:block;
}
#section0 h3 {
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:26px;
	text-transform:uppercase;
	font-weight:300;
	margin-top:0;
}
.arrow-go-down {
	margin: 47px auto 0 auto;
	width: 85px;
}
.mi-cuenta h2 {
	font-family: 'Roboto', sans-serif!important;
	font-weight: 100!important;	
}
.mi-cuenta-menu a {
	color: #FFF !important; 
}
.error-form {
	color: #b32e2f;
}
/* description */
.description {
	color:#333333;
	text-align:center;
}
.description h2 {
	text-transform:uppercase;
}
.description h2 span {
	background:#95c9bd;
	padding:7px 7px 3px;
	white-space: pre-wrap;	
	border-left:7px #95c9bd solid;
}
.description h4 {
	text-transform:uppercase;
	margin-bottom:11px;
	font-size:21px;
}
.description img {
	display:inline-table;
	margin-bottom:10px;
}
/* galeria de diseños */
.design-state {
	padding:0 10px;
	width:100%;
	text-align:center;
}
.img-home {
	display:none;
	font-size:0;
}
img-blog {
	font-size:0;
}
/* galeria de diseños -- estilos slides horizontales */
.fp-controlArrow {
	border:none;
	width:34px!important;
	height:76px;
}
.fp-controlArrow.fp-next {
	background:	url(../img/arrow-right_dark.png) no-repeat;
}
.fp-controlArrow.fp-prev {
	background:	url(../img/arrow-left_dark.png) no-repeat;
}
/* comprar */
.price-tables {
	background:#ececec;
	color:#000000;
}
.price-tables .space {
	margin-bottom: 15px !important;
}
.price-tables .btn {
	padding-top: 7px;
}
.price-tables.small {
	margin-top:30px;
}
.price-tables h5 {
	border-top:14px solid;
	background:#f6f6f6;
	width:100%;
	display:block;
	padding:7px 30px 2px;
	font-size:32px;
	text-align:center;
}
.price-tables .btn {
	background:#b32e2f;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	width:100%;
	color:#fff;
	border-radius:0;
	height:56px;
	font-size:24px;
}
.col-sm-4 .price2 .price {
	margin-bottom: 0px !important;
}
.price-tables p {
	margin-bottom: 7px !important;
}
.price-tables .price {
	margin-bottom: 12px !important;
	line-height: 27px;
	margin-top: 16px;
}
.price-tables .price span {
	font-size: 15px !important;
	display: block;
}
.price-tables .btn:hover {
	background:#74A398;
}
.price-tables h5.opcion_1 {
	border-color:#c63035;
	color:#c63035;
}
.price-tables h5.opcion_2 {
	border-color:#94c9bd;
	color:#94c9bd;
}
.price-tables h5.opcion_3 {
	border-color:#eba136;
	color:#eba136;
}
.price-tables h5 i {
	float:right;
}
.price-tables h6, .price-tables p {
	padding-left:30px;
	padding-right:30px;
}
.price-tables h6 {
	font-size:21px;
	margin-top:20px;
	height: 38px;
	font-weight:300;
}
.price-tables p {
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.price-tables.big p {
	margin-bottom:30px;
}
.price-tables p.price {
	font-size:36px;
	font-weight:300;
	color:#c63035;
	text-align:center;
	font-weight:bold;
}
.popover-content {
	color:#000;
	text-transform:none!important;
	width:250px;
}
.popover-title {
	color:#000;
	font-weight:bold;
}
.modal-content {
	color:#333
}
.text-product-content a {
	font-weight:bold;
}
/* contacto */
.contact p, .galeria p{ 
	text-align:center;
	font-weight:300;
	font-size:16px;
	margin-bottom:15px;
}
.contact .form-control {
	border-radius:0;
	background: transparent;
	margin-bottom:20px;
	border:1px solid #ccc;
	color:#000;
	font-size:16px;
	box-shadow:none;
}
.contact textarea.form-control {
	height:150px;
	resize:vertical
}
.form-control::-webkit-input-placeholder { color:#666; font-size:16px; font-weight:100; }
.form-control::-moz-placeholder { color:#666; font-size:16px;} /* firefox 19+ */
.form-control:-ms-input-placeholder { color:#666;  font-size:16px; } /* ie */
input.form-control:-moz-placeholder { color:#666; font-size:16px; }
footer {
	position:absolute;
	bottom:0;
	height:139px;
	background:#161616;
	width:100%;
}
.menu-fotter {
	height: 50px;
	margin-top: 15px;
}
.menu-fotter ul{
	padding:0;
}

.menu-fotter ul li {
	list-style:none;
	display:inline-block;
	float:left;
	margin: 0px; 
}
.menu-fotter ul a {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
	display:block;
	text-align:left;
	margin-right:15px;
}
/* INTERNAS */
body.interna {
	background:	url(../img/bkg_comprar.jpg) top left #313131 no-repeat;
}
.interna h2 {
	margin-top:150px;
	text-align:left;
}
/* preguntas frecuentes */
.panel {
	background:none;
	border:none;
}
.panel-body {
	color:#999;
}
.panel-default>.panel-heading {
	background:none;
	border: none;
	padding:0;
}
.panel-default>.panel-heading a {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	display:block;
	color:#fff;
	padding: 10px 25px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	border-radius: 4px;
	background:#94c9bd;
}
.panel-default>.panel-heading a:hover, .panel-default>.panel-heading a:focus {
	text-decoration:none;
	background: #74A398;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border:none;
}
/* mi cuenta */
.tab-pane.active {
	padding-top:20px;
}
.form-control {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 42px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform:none;
}
.table p {
	padding-top:10px;
}
.table .form-control {
	margin-bottom:0;
}
.form-control:focus {
  border-color: #C63035;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1pxrgba(198, 48, 53, 0.075),0 0 8px rgba(198, 48, 53, 0.6);
  box-shadow: inset 0 1px 1px rgba(198, 48, 53, 0.075),0 0 8px rgba(198, 48, 53, 0.6);
}
.features {
	float: left;
}
.theme-visualizer h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #666;
}
.galeria h2 {
	margin-bottom: 30px;
	margin-top: 38px;
	}
.text-legal {
	margin-top: 14px;
}
.text-legal p {
	text-align: right;
	color: #b1b1b1;
	font-size: 13px;
	margin-top: 8px;
}
.logo-foot {
	margin-top: 17px;
}
.logo-foot a{
	display:inline-block;
}
#section1 .list-info {
	overflow: hidden;
}
#section2 .text-content {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #666;
	margin-bottom: 30px;
	font-size: 16px;
}
#section3 .text-content {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	color: #fff;
	padding: 5px 20px 5px 20px;
	display: table;
	margin: auto;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	margin-bottom: 10px;
	background: #94c9bd;
	text-shadow: 2px 1px 1px #696;
	font-size: 15px;	
}
.legal-compra {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	color: #666;
	margin-top: 12px;	
}
.info2co {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	padding-top: 8px;
	width: 717px;
	margin: auto;
	color: #666;
	background: #EFEFEF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 2px 3px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 5px -1px #c4c4c4;	
}
.captcha {
	height: 127px;
} 
.captcha img {
	width: 85%;
}
.error-form {
	color: #b32e2f !important;
	margin-bottom: 5px !important;
	font-weight: bold;
}
.ok-form {
	color: #090 !important;
	margin-bottom: 10px !important; 
}
.cont-interna .navbar-nav {
	display: block;
}
.cont-interna {
	background: url(../img/bkg_2.jpg);
}
.cont-interna footer {
	position: relative !important;
}
.cont-interna #navbar li {
	margin-left: 0px !important;
}
.cont-min-interna {
	padding-top:100px;
}
.cont-min-interna p {
	color: #666;
	font-size: 13px !important;
	font-weight:300;
}
.cont-min-interna a {
	font-size: 13px;
}
.cont-interna footer {
	margin-top:30px;
}
.boton_gen {
	margin-bottom: 4px;
}
.boton_gen a {
	color: #666;
	cursor: pointer;
	font-weight: 500;
	color: #333;
}
.cont-min-inerna h2 {
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 16px;
	font-size: 18px;
	color: #666 !important;
	margin-top: 10px !important;
	text-align: left;
}
.cont-min-inerna .olInfo ol {
	margin: 0 0 6px 20px;
	display: list-item;
	list-style-position: outside;
	font-weight: bold;
	list-style-image: url(../images/icons/icon_tick.png);
}
.cont-min-inerna .olInfo ol p {
	line-height: 16px !important;
	font-weight: 100;
	margin: 0px !important;
	font-family: 'Roboto', sans-serif !important;
	color: #666 !important;
	font-size: 13px !important;
}
.cont-min-inerna .bordes {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: #000 0 13px;
	box-shadow: #000 0 0 13px;
	float: right;
}
.cont-min-inerna .item-ifo {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #999;
}
.item-ifo img {
	margin-bottom: 30px;
}
.cont-min-inerna h1 {
	font-size: 22px;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	font-weight: 200 !important;
	color: #666 !important;
	margin: 0 0 8px 0 !important;
	text-align: left;
}
.cont-min-inerna h3 {
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	font-weight: 200 !important;
}
.cont-min-inerna .item-end {
	margin-bottom: 50px;
}
.cont-min-inerna .btnIrCompra {
	margin: 51px 5px 0 0;
	display: block;
}
.cont-min-inerna .btnIrLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: right;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	width: 300px;
	color: #FFF;
	display: block;
	background: url(../images/btns/btn_ir_compra.png) top;
}
.text-product-content {
	display: block;
	margin-right: 8px;
}
#galeria-home .fp-tableCell {
	vertical-align: super;
}
.contact-soporte p {
	font-size: 12px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	color: #666;
	line-height: 14px;
	margin-bottom: 10px;
}
.contact-soporte label {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #999;
}
.form-control {
	border-radius: 0;
	background: transparent;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 16px;
	box-shadow: none;
}
.contact-soporte .error-form {
	margin: 0px !important;
}
.contact-soporte textarea {
	height: 95px;
}
#frm_to_submit {
	margin-bottom: 80px;
}
.faqsSoporte {
	margin-bottom: 20px;
}
.instalacion-cont .info {
	float: left;
	width: 384px;
	height: 112px;
	padding-top: 0px;
	padding-left: 35px;
}
.instalacion-cont .info1 {
	background-image: url(../images/bkgs/bkg_info1_Install.png);
	background-repeat: no-repeat;
}
.instalacion-cont .info2 {
    background-image: url(../images/bkgs/bkg_info2_Install.png);
		background-repeat: no-repeat;
}
.instalacion-cont .info3 {
    background-image: url(../images/bkgs/bkg_info3_Install.png);
		background-repeat: no-repeat;
}
.instalacion-cont .info4 {
    background-image: url(../images/bkgs/bkg_info4_Install.png);
		background-repeat: no-repeat;
}
.instalacion-cont h1 {
	margin-bottom: 36px !important;
}
.instalacion-cont .item-ifo {
	border-bottom: none !important;
}
.mas-detalles h2, .mas-detalles h4  {
	margin-left: 16px;
}
.mas-detalles ul {
	margin-left: -5px;
	margin-right: 23px;
}



/* MEDIA QUERIES */
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
#main-menu a, .movil a {
    padding: 10px 3px !important;
}
#main-menu .smooth, .movil .smooth {
	padding-top: 12px !important;
}
#main-menu .item-mi-cuenta, .movil .item-mi-cuenta {
	padding-top: 0px !important;
}
.navbar-right {
    margin-top: 19px !important;
}
.cont-min-inerna .bordes {
	float: none !important;
}
#frm_to_submit {
	margin-bottom: 0px !important;
}
.faqsSoporte {
	border: none !important;
}
.galeria h2, #section3 h2, #section4 h2 {
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	font-weight: 200 !important;
	font-size: 35px;
	color: #666;
}
#section4 p {
	color: #666;
}
.rslides {
	height: auto;
}
#section1 h2 {
	font-size: 35px !important;
}
.price-tables {
    margin-bottom: 20px !important;
}
.info2co {
	margin-bottom: 20px;
}
#section3 .price-tables h6 {
    font-size: 15px !important;
		height: 73px !important;
}
#section3 .price-tables p {
	height: 108px !important;
}
.captcha img {
	width: 100% !important; 
}
#section0 {
	height: 1023px;
}
}
@media (max-width: 1024px) {
.navbar-brand {
	width: 174px !important;
}
.displays img {
	max-width: 74% !important; 
}
.price-tables h6 {
  font-size: 17px !important;
}
.price-tables p.price {
  font-size: 28px !important;
}
.price-tables p {
	font-size: 12px;
}
}
@media (min-width: 768px) {
/* Main content */
.logo-foot {
	height: 41px;
	padding-left: 30px;
	text-align:right;
}
#frm_to_submit {
	margin-bottom: 208px;
}
.text-product-content {
	height: 89px;
}
.cont-min-inerna .btnIrLink {
	width: 300px;
	height: 67px;
	padding: 26px 0 0 0;
}
.cont-inerna footer li {
	margin-left: 0px !important;
}
.cont-min-inerna {
	padding-top: 93px !important;
}
.cont-inerna .nav-container {
	position: absolute;
}
.main-content {
	margin: auto;
	padding-top: 110px;
}
.navbar-right {
	margin-top: 13px;
}
.over-nav .navbar-nav>li {
	padding-top:5px;
	padding-bottom:5px;
}
.over-nav .navbar-nav>li>a {
  padding-top:0;
  padding-bottom: 0;
  border-right:1px solid #838383;
}
.navbar-nav>li>a {
	padding-top: 21px;
	padding-bottom: 9px;
}
#section0 h1 {
	margin-bottom: 0;
	margin-top: 186px;
	text-align: right;
	font-weight:bold;
	color:#666;
	padding-right: 45px;
}
.cd-headline.hslide b {
	letter-spacing:-3px;
}
#section0 h2 {
	text-transform:uppercase;
	text-align: left;
}
h1 {
	font-size:35px
}
h2 {
	font-size:40px;
}
.description h2 {
	color:#666;
	font-weight: 100;
	margin:0 auto 30px auto;
	font-family: 'Roboto', sans-serif;
	width: 96%;	
	font-size: 36px;
	line-height: 37px;
	margin-top: 20px;
}
.theme-visualizer h4 {
	margin-bottom: 58px;
}
.contact textarea {
	height: 66px !important;
	color: #666 !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.mas-info-link {
	font-weight: bold;
	text-decoration: underline;
}
.info2co img {
	width: 84%;
}
.links-1 {
	padding: 0px !important;
}
.web {
	display: block;
}
.movil {
	display: none; 
}
.price-tables h6 {
	height: 63px !important;
}
.displays img {
    width: 100% !important;
}
#section0 h1 {
	padding-right: 0 !important;
}
}
@media (max-width: 768px) {
#section0 h1 {
	font-size: 35px !important;
	margin-top: 105px !important;
	margin-bottom: 18px !important;
}
.cd-words-wrapper {
	margin-left: 8px;
	width: 227px !important;
}
.text-cont-faq, .faq-cont h2 {
	margin-left: 15px;
	margin-right: 15px;
}
#section0 h1 {
	  display: table;
    margin: auto;
		color: #666;
}
.logo-foot {
	height: auto;
	padding-left: 15px;
	text-align:left;
}
.instalacion-cont .info {
	float: none !important;
	width: auto !important;
	height: auto !important;
}
footer {
	margin-top: 20px;
}
.price-tables h6 {
	height: auto !important;
}	
.text-product-content {
	height:  auto;
}
.cont-min-inerna .btnIrLink {
	width: 100%;
	background-size:cover;
	height: 64px;
	padding: 23px 0 0 0;	
}
.cont-inerna footer li {
	margin-left: 41px !important;
}
.cont-min-inerna .bordes {
	margin-top: 20px;
}
.cont-min-inerna {
    margin-top: 92px !important;
}
#section4 h2 {
	font-size: 25px !important;
	margin-top: 90px !important;
	margin-bottom: 5px;
}
.contact p {
	font-size: 13px !important;
	margin-bottom: 5px !important;
}
.contact textarea {
	height: 50px !important;
	color: #666 !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.contact .insert-codigo {
	height: 30px !important;
}
.contact .captcha img {
	width: 30%;
	margin-bottom: 20px;
}
.contact .input-text {
	height: 30px !important;
	font-family: 'Roboto', sans-serif;
	color: #666 !important;
	font-weight: 100;
}
.theme-visualizer img {
	width: 44%;
	margin: auto;
}
.arrow-go-down {
	margin-top: 16px !important;
}
.displays img {
	width: 62%;
	display: block;
	margin: auto;
}
#section0 .displays {
  width: 100% !important;
}
.navbar-nav {
	background-color: rgba(255, 255, 255, 0.8);
}
.main-content {
	width: auto !important;
}
.description h2 {
	font-size: 17px;
	line-height: 33px;
	margin-top: 90px !important;
}
#galeria-home, #comprar-home {
	padding-top: 90px;
}
.description img {
	width: 31% !important;
}
.features p {
	font-size: 15px !important;
}
.title-sec0 {
	padding-top: 53px;
}
.title-sec0 .title {
	width: 100%;
}
h2 {
    margin-top: 10px !important;
}
.title-sec0 .sub-title {
	width: 100%;
}
.title-sec0 .sub-title h2 {
	text-align: center !important;
}
.list-soluciones {
	overflow: auto;
}
#section1 .list-info {
	height: 270px;
	overflow: auto;
}
#section1  .list-info {
	width: 1150px;
}
#section1 .list-info .features {
	float: left;
	display: block;
}
.theme-visualizer h4 {
	text-align: center; 
}
.btn-success {
	margin: 0 auto 20px auto!important;
	display: table;
}
.callbacks_container {
	margin-bottom: 0px !important;
}
footer {
    position: relative !important;
    bottom: 0;
    height: auto !important;
}
.info2co {
	    width: 100% !important;
}
.navbar {
    min-height: 78px !important;
		position: fixed !important;
		background: #FFF !important;
		width: 100%;
		top:0px;
}
.arrow-go-down {
	display: none !important;
}
.rslides li {
	display: block !important;
	position: relative !important;
}
.features {
		margin-bottom: 50px !important;
}
.title-sec0 {
	padding-top: 20px !important;
}
.displays {
	margin-bottom: 20px;
}
.theme-visualizer {
	margin-bottom: 50px;
}
.price-tables {
	margin-bottom: 50px;
}
.contact-home {
	margin-bottom: 20px;
}
.legal-compra {
	margin-top: 0px !important;
	margin-bottom: 30px !important; 
}
.info2co p {
	text-align: center !important;
}
.meu-fotter {
	height: auto !important;
}
.text-legal p {
	text-align: left !important;
	padding-left: 0px;
	margin-bottom: 20px !important;
}
.web {
	display: none;
}
.movil {
	display: block;
}
}
@media (max-width: 980px) {
#section0 h2 {
	font-size:30px
}
#section0 h3 {
	font-size:20px
}
#section0 .displays {
	max-width:720px;
}
#section3, #section4 {
	background-size:cover;
}
/* responsive descripcion */
.description h2 {
	margin-top: 20px;
}
.description h4 {
	margin-bottom:10px;
	font-size:14px;
}
.features img {
	width:70%;
}
.features p {
	font-size:12px;
}
/* responsive comprar*/
.price-tables h5 {
	font-size:20px;
	border-top: 8px solid;
}
.price-tables h6 {
	font-size: 16px;
	margin-top: 15px;
}
.price-tables p {
  font-size: 11px;
}
.price-tables p.price {
  font-size: 24px;
}
.price-tables.small {
  margin-top: 0px;
}
.price-tables.big p {
  margin-bottom: 19px;
}
.price-tables .btn {
	height: 40px;
	font-size: 15px;
}
/*responsive contacto */
.contact .form-control {
	height:38px;
	font-size:12px;
}
.contact textarea.form-control {
	height:100px;
}
.form-control::-webkit-input-placeholder { font-size:12px; }
.form-control::-moz-placeholder { font-size:12px;} /* firefox 19+ */
.form-control:-ms-input-placeholder { font-size:12px; } /* ie */
input.form-control:-moz-placeholder { font-size:12px; }
}
/* VERTICAL BREAKPOINTS */
@media screen and (max-height:775px) { 
#section0 h1 {
	font-size: 43px;
	margin-top: 92px; 
}
#section0 h3 {
	font-size:24px;
}
#section0 .displays {
	width: 680px;
}
.description h2 {
	margin: 70px auto 20px auto;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 100;
}
.description img {
	margin-bottom: 0;
}
.description h4 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	margin-bottom:10px;
}
.features p {
	line-height:15px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 100;
}
.galeria h2 {
	margin-top:54px;
	margin-bottom:20px;
	font-size: 38px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 100;
	color: #666;
}
.price-tables h5 {
	font-size: 22px;
	text-align:center;
}
.price-tables h6 {
	font-size: 20px;
	margin-top: 13px;
}
.price-tables.small {
	margin-top: 15px;
}
.price-tables.big p {
	margin-bottom: 9px;
}
#section3 h2 {
	margin-top:12px;
	margin-bottom:20px;
	font-size: 38px;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color: #666;
}
.contact .form-control {
	height:45px;
}
.contact textarea.form-control {
	height: 100px;
}
#section4 h2 {
	margin-top: 25px;
	margin-bottom:30px;
	font-size: 38px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #666;
}
#section4 p, footer p {
	line-height:15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #666 !important;
	margin-bottom: 7px;
}
.rslides {
	height: auto !important;
}
.navbar-toggle {
	margin-right: 22px;
	margin-top: 24px !important;
	background: #c63035 !important;
	border: 1px solid #912425 !important; 
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none !important;
}
.info2co {
	margin-bottom: 20px;
}
.info2co img {
	width: 100%;
}
}
@media screen and (max-height:734px) {
#galeria-home img {
	width: 80% !important;
}
.arrow-go-down {
    margin: 32px auto 0 auto !important;
}
}
@media screen and (max-height:703px) {
	.displays img {
	width: 80% !important;
} 
}
@media (max-width: 768px) and (orientation:landscape) { 
.cont-min-inerna .btnIrLink {
	height: 99px !important;
	padding: 40px 0 0 0 !important;
}
}