/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
	display: none;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

.titulo-hidden {
	display: none;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url(../img/banner-home-2.jpg) no-repeat center center scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.top-menu {
	position: fixed;
	width: 100%;
	background: white;
	top: 0;
	text-align: center;
	margin
	z-index: 1;
}

.menu-main{
	display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #000;
}

.menu-main a{
    flex: 1;
    font-family: arial;
    display: flex;
    color: #000;
    text-decoration: none;
    /*font-size: 12px;*/
    /*font-weight: bold;    */
    justify-content: center;
    align-items: center;
	align-text: center;
	/*padding-left: 120px;*/
}

.mob-menu {
	display: none;
}

h2.h2-services {
    margin-bottom: 1.5rem;
    margin-top: 3.5rem;
}

.menu-main a:hover{
    background: rgba(200,200,200,0.5);
}

a.logo-smart:hover{
    background: #fff
}

a.logo-smart {
    width: 100%;
    padding-right: 775px;
	padding-left: 50px;
}

.option-menu {
		display: block;
}

.mob-menu {
		display: none;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #000;
		border-radius: 0px;
	}

h2.h2-btn-menu {
    width: 80%;
}

.menu-main a.active{
    background-color: #29487d;
}

h2.h2-menu {
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
}

@media (max-width: 768px) {
    
    .menu-main{
        height: auto;
        border-bottom: 0px;
        display: block;
    }
    
    .menu-main a{
        height: 45px;
        border-bottom: 1px solid #000;
    }

	a.logo-smart {
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0;
		height: 150px;
	}
	
	.sat-text {
		padding: 15px;
		padding-right: 15px;
	}
	
	.modal-dialog {
		width: 80% !important;
	}
	
	h2.h2-services {
		margin-bottom: 1.5rem;
		/* margin-top: 3.5rem; */
	}
	
	a.btn.btn-white.btn-lg.option-menu {
		border-radius: 0px;
	}

}

@media (max-width: 1786px) {

	a.logo-smart {
		width: 100%;
		padding-left: 50px;
		padding-right: 225px;
		height: 150px;
	}

}

@media (max-width: 1620px) {

	a.logo-smart {
		width: 100%;
		padding-left: 50px;
		padding-right: 450px;
		height: 150px;
	}

}

@media (max-width: 1400px) {

	a.logo-smart {
		width: 100%;
		padding-left: 50px;
		padding-right: 225px;
		height: 150px;
	}

}

@media (max-width: 1300px) {

	a.logo-smart {
		width: 100%;
		padding-left: 50px;
		padding-right: 0;
		height: 150px;
	}

}

@media (max-width: 1170px) {

	a.logo-smart {
		width: 100%;
		padding-left: 50px;
		padding-right: 0;
		height: 150px;
	}

}

.sh__arrows {
    width: 100%;
}

span.h2-left {
   /* width: 50%;
    position: relative;
    right: 21%;*/
	color: #000;
}


span.h2-right {
   /* width: 50%;
    position: relative;
    left: 21%;*/
	color: #000;
}

span.h2-videos {
   /* width: 50%;
    position: relative;
    right: 21%;*/
	color: #000;
}

h4.h2-left {
    color: #000;
}

.row.text-center.videos-row {
	padding-top: 60px;
}

.row.text-center.tutoriales-videos {
	padding-top: 100px;
}

/* About */

.about {
    padding: 10px 0;
    background-color: #fff;
    color: #000;
}

/* Services */

.services {
    /*padding: 50px 0;*/
    background-color: #fff;
}

.service-item {
    margin-bottom: 30px;
}

.chapas {
	padding-bottom: 10px;
}

/*.img-responsive:hover {
	opacity:0.7 !important;
	filter:alpha(opacity=70) !important; 
	box-shadow: 0 0 0px #ccc !important;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}*/


.button-container{
display:inline-block;
position:relative;
}

.button-container a{
	position: absolute;
	bottom:1em;
	right: 19em;
	background-color:#9aa;
	/*border-radius:1.5em;*/
	color:black;
	text-transform:uppercase;
	padding:1em 1.5em;
	opacity: 0.8;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.button-container-faq{
display:inline-block;
position:relative;
}

.button-container-faq a{
	position: absolute;
	bottom:1em;
	right: 11.5em;
	background-color:#9aa;
	/*border-radius:1.5em;*/
	color:black;
	text-transform:uppercase;
	padding:1em 1.5em;
	opacity: 0.8;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.button-container-videos-image a{
	position: absolute;
	bottom:1em;
	right: 40em;
	background-color:#9aa;
	/*border-radius:1.5em;*/
	color:black;
	text-transform:uppercase;
	padding:1em 1.5em;
	opacity: 0.8;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.button-container-list{
display:inline-block;
position:relative;
}

.button-container-list a{
	position: absolute;
	bottom:1em;
	right: 17em;
	background-color:#9aa;
	/*border-radius:1.5em;*/
	color:black;
	text-transform:uppercase;
	padding:1em 1.5em;
	opacity: 0.8;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.button-container-list-tutorial{
display:inline-block;
position:relative;
}

.button-container-list-tutorial a{
	position: absolute;
	bottom:1em;
	right: 19em;
	/*background-color:#9aa;*/
	/*border-radius:1.5em;*/
	color:black;
	text-transform:uppercase;
	padding:1em 1.5em;
	opacity: 0.8;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

a.btn.btn-light.android {
	position: absolute;
	bottom: -5em;
	right: 21em;
	/*background-color:#9aa;*/
	/*border-radius:1.5em;*/
	color:black;
	text-transform:uppercase;
	padding:1em 1.5em;
	opacity: 0.8;
	
}

a.btn.btn-light.ios {
	position: absolute;
	bottom: -5em;
	right: 15em;
	/*background-color:#9aa;*/
	/*border-radius:1.5em;*/
	color:black;
	text-transform:uppercase;
	padding:1em 1.5em;
	opacity: 0.8;
}

.col-lg-12.text-center {
    padding-top: 25px;
}

img.img-responsive.img-tutorial {
    width: 40%;
    margin: 0 auto;
}

.modelo {
	width: 35%;
	margin: 0 auto;
	padding-top: 15px;
}
.caracteristica {
	width: 100%;
	text-align: justify;
	color: #000;
	margin: 0 auto;
	padding-top: 15px;
	padding-right: 30px;
	
}

.tutoriales {
	width: 100%;
	text-align: center;
	color: #000;
	margin: 0 auto;
	padding-top: 15px;
}

a.tutoriales-android {
    padding-right: 25%;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

a.tutoriales-apple {
    padding-left: 25%;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

@media (max-width: 1620px) {

	a.tutoriales-android {
		padding-right: 20%;
	}

	a.tutoriales-apple {
		padding-left: 20%;
	}

}

@media (max-width: 1400px) {

	a.tutoriales-android {
		padding-right: 15%;
	}

	a.tutoriales-apple {
		padding-left: 15%;
	}

}

@media (max-width: 1200px) {

	a.tutoriales-android {
		padding-right: 30%;
	}

	a.tutoriales-apple {
		padding-left: 30%;
	}

	button.btn-modo-empleo {
		width: 80%;
		padding-left: 0px;
		color: #000;
		margin-top: 25px;
	}

}

@media (max-width: 800px) {

	a.tutoriales-android {
		padding-right: 15%;
	}

	a.tutoriales-apple {
		padding-left: 15%;
	}

}

@media (max-width: 500px) {

	a.tutoriales-android {
		
	}

	a.tutoriales-apple {
	}

	button.btn-modo-empleo {
		width: 100%;
		color: #000;
		margin-top: 25px;
	}

	.texto-modo-empleo {
		font-size: 1rem;
	}

}

.sheetSlider.banner-modelo.sh-fade.sh-auto {
	background-color: #fff;
}

button.btn-caracteristica {
    width: 48%;
    margin: 0 auto;
    color: #000;
    text-align: center;
}

button.btn-descripcion {
    width: 46%;
    margin: 0 auto;
    color: #000;
    text-align: center;
}

button.btn-modo-empleo {
    width: 80%;
    padding-left: 10px;
    color: #000;
	margin-top: 25px;
}

img.img-responsive.modo-empleo {
    display: inline-block;
    padding-right: 10px;
}

.container.modelos {
	width: 70%;
	position: relative;
    float: left;
}

.container.caracteristicas {
	width: 30%;
	position: relative;
	float: right;
}

h2.caracteristica {
    margin-bottom: 15px;
}

.container.app {
    /*width: 100%;*/
}

span.app {
	color: #000;
}

.button-container-app.one.service-item.col-lg {
    background: #e6e6fa;
	padding: 15px;

}

.button-container-app.two.service-item.col-lg {
    background: #afeeee;
	padding: 15px;
}

.button-container-app.three.service-item.col-lg {
    background: #f9e8c3;
	padding: 15px;
}

img.img-responsive.app {
    margin: 0 auto;
	width: auto;
	padding-top: 50px;
}

.only-one {
	float: none;
	margin: 0 auto;
}

.only-two {
	margin: 0 auto;
}

.cross-correa {
	width: 50%;
}

.correa-extra {
	width: 80%;
}

.cross-silicona {
	width: 50%;
	float: none;
	margin: 0 auto;
}

h4.app-link {
    padding-top: 15px;
	/*padding-bottom: 10px;*/
}

.button-container-app.service-item.col-md-5 {
    width: 50%;
}

.button-container-faq.service-item.col-md-3 {
    width: 23.3%;
}

@media only screen and (max-width:1200px) {

	.button-container{
		display:inline-block;
		margin-bottom:2em;
	}
	.button-container a{
		position:relative;
		bottom:5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	h2.h2-services {
		margin-bottom: 1.5rem;
		margin-top: 2.5rem;	
	}
	
	.button-container-faq{
		display:inline-block;
		margin-bottom:2em;
	}
	.button-container-faq a{
		position:relative;
		bottom:5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.button-container-videos-image{
		display:inline-block;
		margin-bottom:2em;
	}
	
	.button-container-videos-image a{
		position:relative;
		bottom:5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.button-container-list{
		display:inline-block;
		margin-bottom:2em;
	}
	.button-container-list a{
		position:relative;
		bottom: 5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.container.modelos {
		width: 100%;
		position: relative;
		float: left;
	}
	
	.container.caracteristicas {
		width: 80%;
		position: relative;
		float: none;
	}
	
	span.h2-right {
		color: #000;
		font-size: 16px;
	}
	
	a.btn.btn-light.android {
		position: absolute;
		bottom: -5em;
		right: 17em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	a.btn.btn-light.ios {
		position: absolute;
		bottom: -5em;
		right: 12em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	i.fa.fa-bars {
		display: inline-block;
		padding-left: 110%;
	}
	
}

@media only screen and (max-width:990px) {

	.button-container{
		display:inline-block;
		margin-bottom:2em;
	}
	.button-container a{
		position:relative;
		bottom: 5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	h2.h2-services {
		margin-bottom: 1.5rem;
		margin-top: 1em;
	}
	
	.button-container-faq{
		display:inline-block;
		margin-bottom:2em;
	}
	.button-container-faq a{
		position:relative;
		bottom: 5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.button-container-videos-image{
		display:inline-block;
		margin-bottom:2em;
	}
	
	.button-container-videos-image a{
		position:relative;
		bottom:6.25em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.button-container-list{
		display:inline-block;
		margin-bottom:2em;
		width: 75%;
	}
	.button-container-list a{
		position:relative;
		bottom: 5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.container.modelos {
		width: 100%;
		position: relative;
		float: left;
		margin: 0 auto;
	}
	
	.container.caracteristicas {
		width: 80%;
		position: relative;
		float: none;
	}
	
	.cross-correa {
		width: 35%;
	}
	
	a.btn.btn-light.android {
		position: absolute;
		bottom: 18em;
		right: 11em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	a.btn.btn-light.ios {
		position: absolute;
		bottom: 8em;
		right: 11em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	img.img-responsive.modelo {
		width: 25%;
	}
	
	.button-container-modelos.service-item.col-md-3 {
		width: 50%;
		float: left;
	}
	
	.row.text-center.tutoriales-videos {
		padding-top: 0px;
	}
	
}

@media only screen and (max-width:768px) {

	.button-container{
		display:inline-block;
		margin-bottom: 2em;
	}
	.button-container a{
		position:relative;
		bottom:5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.button-container-faq{
		display:inline-block;
		margin-bottom:2em;
	}
	.button-container-faq a{
		position:relative;
		bottom:5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.button-container-videos-image{
		display:inline-block;
		margin-bottom:2em;
	}
	
	.button-container-videos-image a{
		position:relative;
		bottom:5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.button-container-list{
		display:inline-block;
		margin-bottom:2em;
	}
	.button-container-list a{
		position:relative;
		bottom: 5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.container.modelos {
		width: 100%;
		position: relative;
		float: left;
	}
	
	.container.caracteristicas {
		width: 80%;
		position: relative;
		float: none;
	}
	
	.cross-correa {
		width: 35%;
	}
	
	img.img-responsive.modelo {
		width: 25%;
	}
	
	a.btn.btn-light.android {
		position: absolute;
		bottom: 18em;
		right: 11em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	a.btn.btn-light.ios {
		position: absolute;
		bottom: 8em;
		right: 11em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	.sh__btns {
		display: none;
	}
	
	.sh__arrows {
		display: none;
	}
	
	.sh-control {
		display: none;
	}
	
	.caracteristica {
		padding-right: 0;
	}
	
}

@media only screen and (max-width:600px) {

	.button-container{
		display: inline-block;
		margin-bottom: 0em;
	}
	.button-container a{
		position:relative;
		bottom: 5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.button-container-faq{
		display:inline-block;
		margin-bottom:2em;
	}
	
	.button-container-faq a{
		position:relative;
		bottom: 5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	.button-container-videos-image{
		display: inline-block;
		margin-bottom: 0em;
	}
	
	.button-container-videos-image a{
		position:relative;
		bottom: 5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}

	.button-container-list{
		display:inline-block;
		margin-bottom:2em;
	}
	.button-container-list a{
		position:relative;
		bottom: 5em;
		right: 0em;
		background-color:#fff;
		color:black;
		font-size:1em;
		padding:1em 1.5em;
		text-transform:uppercase;
		border-color:white;
		/*border-radius:1.5em;*/
		opacity:0.6;
	}
	
	a.btn.btn-light.android {
		position: absolute;
		bottom: 13em;
		right: 7em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	a.btn.btn-light.ios {
		position: absolute;
		bottom: 5em;
		right: 7em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	.button-container-modelos.service-item.col-md-3 {
		width: 100%;
	}
	
}

@media (max-width: 500px) {

	button.btn-modo-empleo {
		width: 100%;
		color: #000;
		margin-top: 25px;
	}

	.texto-modo-empleo {
		font-size: 1rem;
	}

}

@media only screen and (max-width:420px) {

	a.btn.btn-light.android {
		position: absolute;
		bottom: 11em;
		right: 3.5em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	a.btn.btn-light.ios {
		position: absolute;
		bottom: 3em;
		right: 3.5em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	i.fa.fa-bars {
		padding-left: 90%;
	}

}

@media only screen and (max-width:375px) {

	a.btn.btn-light.android {
		position: absolute;
		bottom: 11em;
		right: 4em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	a.btn.btn-light.ios {
		position: absolute;
		bottom: 2em;
		right: 4em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}

}

@media only screen and (max-width:320px) {

	a.btn.btn-light.android {
		position: absolute;
		bottom: 10em;
		right: 3em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	a.btn.btn-light.ios {
		position: absolute;
		bottom: 3em;
		right: 3em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}

	i.fa.fa-bars {
		padding-left: 90%;
	}

}

@media only screen and (max-width:280px) {

	a.btn.btn-light.android {
		position: absolute;
		bottom: 8em;
		right: 1em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}
	
	a.btn.btn-light.ios {
		position: absolute;
		bottom: 1em;
		right: 1em;
		/* background-color: #9aa; */
		/* border-radius: 1.5em; */
		color: black;
		text-transform: uppercase;
		padding: 1em 1.5em;
		opacity: 0.8;
	}

}

.button-container a:hover{
	background-color: black;
	cursor:pointer;
	color:white;
	opacity: 1;
}

.button-container-list a:hover{
	background-color: black;
	cursor:pointer;
	color:white;
	opacity: 1;
}

.sat-text {
	color: #000;
	text-align: justify;
	font-size: 16px;

}

.h4-faq {
	padding: 10px;
	font-weight: bold;
}

.h4-faq:hover {
	background: #e6e6e6;
}

#button-faq-1 {
	width: 100%;
	text-align: justify;
}

.faq-1 {
	display: none;
}

#button-faq-2 {
	width: 100%;
	text-align: justify;
}

.faq-2 {
	display: none;
}

#button-faq-3 {
	width: 100%;
	text-align: justify;
}

.faq-3 {
	display: none;
}

#button-faq-4 {
	width: 100%;
	text-align: justify;
}

.faq-4 {
	display: none;
}

#button-faq-5 {
	width: 100%;
	text-align: justify;
}

.faq-5 {
	display: none;
}

#button-faq-5 {
	width: 100%;
	text-align: justify;
}

.faq-6 {
	display: none;
}

#button-faq-6 {
	width: 100%;
	text-align: justify;
}

.faq-6 {
	display: none;
}

#button-faq-7 {
	width: 100%;
	text-align: justify;
}

.faq-7 {
	display: none;
}

#button-faq-8 {
	width: 100%;
	text-align: justify;
}

.faq-8 {
	display: none;
}

#button-faq-9 {
	width: 100%;
	text-align: justify;
}

.faq-9 {
	display: none;
}

#button-faq-9 {
	width: 100%;
	text-align: justify;
}

.faq-10 {
	display: none;
}

#button-faq-10 {
	width: 100%;
	text-align: justify;
}

.faq-11 {
	display: none;
}

#button-faq-11 {
	width: 100%;
	text-align: justify;
}

.faq-12 {
	display: none;
}

#button-faq-12 {
	width: 100%;
	text-align: justify;
}

.faq-13 {
	display: none;
}

#button-faq-13 {
	width: 100%;
	text-align: justify;
}

.faq-14 {
	display: none;
}

#button-faq-14 {
	width: 100%;
	text-align: justify;
}

.faq-15 {
	display: none;
}

#button-faq-15 {
	width: 100%;
	text-align: justify;
}

.faq-16 {
	display: none;
}

#button-faq-16 {
	width: 100%;
	text-align: justify;
}

.faq-17 {
	display: none;
}

#button-faq-17 {
	width: 100%;
	text-align: justify;
}

.faq-18 {
	display: none;
}

#button-faq-18 {
	width: 100%;
	text-align: justify;
}

.faq-19 {
	display: none;
}

#button-faq-19 {
	width: 100%;
	text-align: justify;
}

.faq-20 {
	display: none;
}

#button-faq-20 {
	width: 100%;
	text-align: justify;
}

.faq-21 {
	display: none;
}

#button-faq-21 {
	width: 100%;
	text-align: justify;
}

.faq-22 {
	display: none;
}

#button-faq-22 {
	width: 100%;
	text-align: justify;
}

.faq-23 {
	display: none;
}

#button-faq-23 {
	width: 100%;
	text-align: justify;
}

.faq-24 {
	display: none;
}

#button-faq-24 {
	width: 100%;
	text-align: justify;
}

.faq-25 {
	display: none;
}

#button-faq-25 {
	width: 100%;
	text-align: justify;
}

hr {
	border-top: 1px solid #a29c9c;
}


.servicio-tecnico-1 {
	display: none;
}

#button-servicio-tecnico-1 {
	width: 100%;
	text-align: justify;
}
.servicio-tecnico-2 {
	display: none;
}

#button-servicio-tecnico-3 {
	width: 100%;
	text-align: justify;
}
.servicio-tecnico-3 {
	display: none;
}

#button-servicio-tecnico-4 {
	width: 100%;
	text-align: justify;
}
.servicio-tecnico-4 {
	display: none;
}

#button-servicio-tecnico-5 {
	width: 100%;
	text-align: justify;
}

.servicio-tecnico-5 {
	display: none;
}

.button-container-list.service-item.col-lg-6.servicio-tecnico-5 {
	margin: 0 auto;
    position: relative;
    float: none;
}

.glyphicon {
	left: 88%;
	position: sticky;
}

.glyphicon-menu-up {
    /*display: none;*/
}

li.li-faq {
    list-style: disc !important;
	text-align: justify;
	margin-bottom: 10px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout-Munchen.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    /*padding: 50px 0;*/
    background-color: #fff;
    color: white;
	display: block;
}

.portfolio-item {
    margin-bottom: 30px;
	background-color: grey;
}

.portfolio-item-1 {
    margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.portfolio-item-2 {
    margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}


.img-portfolio {
	max-width:100%;
	width:auto;
	height:auto;
}

.button-container{
	display:inline-block;
	position:relative;
}

/* Call to Action */

.call-to-action {
    padding: 10px 0;
    background-color: #fff;
    color: #000;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 100px 0;
    background-color: #fff;
    color: #000;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.whatsapp {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 5px;
	width: 52px;
}

.text-faq {
	/*padding: 2px;*/
}

.modal-dialog {
    width: 45%;
}

video {
  max-width: 100%;
  height: auto;
}

#video_player { 
  display: table; line-height: 0;
  font-size: 0; background: #000;
  max-width: 1000px;
  margin: 0 auto;
}
#video_container { 
  position: relative;
}
#video_player div, #video_player figcaption { 
  display: table-cell;
  vertical-align: top; 
}
#video_container video { 
  position: absolute; 
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
#video_player figcaption { width: 25%; }
#video_player figcaption a { display: block; }
#video_player figcaption a { 
  opacity: .5;
  transition: 1s opacity; 
}
#video_player figcaption a img, figure video { 
  width: 100%; height: auto; 
}
#video_player figcaption a.currentvid, #video_player figcaption a:hover, #video_player figcaption a:focus { opacity: 1; }
@media (max-width: 700px) {
  #video_player video, #video_player figcaption { 
    display: table-row; 
  }
#video_container { padding-top: 56.25%; }
#video_player figcaption a { 
  display: inline-block; width: 33.33%; 
}
}

/* GALERIA DE IMAGENES*/

.img-responsive.img-galery:hover {
	border-radius:25%;
	-webkit-border-radius:25%;
	box-shadow: 0px 0px 15px 15px #827770;
	-webkit-box-shadow: 0px 0px 15px 15px #827770;
	/*transform: rotate(360deg);*/
	/*-webkit-transform: rotate(360deg);*/
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.img-responsive.img-galery {
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

i.fa.fa-times-circle.fa-2x {
    position: fixed;
    right: 5px;
    top: 5px;
    color: #000 !important;
}

.modal-body {
	padding: 0px;
}

/* TUTORIALES */

.fa.fa-android.fa-3x {
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}


.fa.fa-android.fa-3x:hover {
	transform: scale(2);
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.fa.fa-android.fa-2x:hover {
	transform: scale(1.5);
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.fa.fa-apple.fa-3x {
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}


.fa.fa-apple.fa-3x:hover {
	transform: scale(2);
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.fa.fa-apple.fa-2x:hover {
	transform: scale(1.5);
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.fa-2x {
	color: #8d9398;
}

.test {
	color: #fff;
}

button.btn.btn-dark-grey.btn-modo-empleo {
	background: #dadad7;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

button.btn.btn-dark-grey.btn-modo-empleo:hover {
	background: #e8e8e5;
	
}

/* MENU RESPONSIVE MOVIL */

/* APPS */

.app-title {
	padding-bottom: 25px;
}

/* GOOGLE TRANSLATE */
/*
.goog-te-gadget img {
    vertical-align: middle;
    border: none;
    display: none;
}

a.goog-logo-link {
    display: none;
} 

.goog-te-gadget{
   color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
   color: #000 !important;
}

.translation-links {
     text-align:right;
     position:absolute;
     right:0px;
 top:3px;
 }
 .translation-links img {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    border:0;
    cursor: pointer;
    margin-right:8px;
    height:24px;
    width:24px;
    }
.translation-links img:hover {
    filter:alpha(opacity=30);
    -moz-opacity: 0.30;
    opacity: 0.30;
    }
*/

#languages {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 10px;
	padding-right: 10px;
}

/* POLITICA DE PRIVACIDAD */

td, th {
    padding: 5px;
    border: 1px solid #000;
}

.text-muted a {
	color: #777;
}

/*video {
	max-height: 150vh;
    max-width: 100%;
	width: 1920px;
	object-fit: cover;
}*/