:root {
    font-family: arial;
    font-size: 16px;
}
.content {
    max-width: 1020px;
    margin: 0 auto;
}
h1 {
    font-size: 30px;
    font-weight: 700;
	padding: 20px 0 10px 0;
	border-bottom: medium solid black;
	margin-bottom: 20px;
}
h2 {
	font-size: 26px;
	padding: 10px;
}
h3 {
	font-size: 20px;
	padding-top: 30px;
}
h4 {
	font-size: 30px;
	line-height: 50px;
	padding-top: 20px;

}
/* ---- headerlogos ---- */
header {
	background-image: linear-gradient(#B7BDC3,whitesmoke,whitesmoke,whitesmoke);
	margin-bottom: 0;
}
.innerHeader {
    width: 90%;
    margin: 0 auto;
	padding-bottom: 10px;
}
.headerLogo,.headerQuote,.headerName {
	text-align: center;
}
.headerLogo img {
    max-height: 100px;
	max-width: 100px;
	margin-top: 20px;
	box-shadow: 3px 3px 5px 1px black;
    border-radius: 50%;
}
.headerName img {
	max-width: 150px;
}
.headerQuote quote {
	font-style: italic;
	margin-left: O;
	line-height: 40px;
	text-align: center;
}
/* ---- navigation menu ---- */
.navigation {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto Opx auto;
}
ul {
    padding: 30px 0 0 0;
    text-align: center;
	margin: 0 auto;
  }
.navigation li {
    display: inline-block;
    margin: 10px 10px 5px 10px;
    list-style: none;
    width: 100%;
}
.navigation li a {
    color: #18677A;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
	text-decoration: none;
    line-height: 1.2;
}
.navigation li a:hover {
    color: #000;
    font-weight: 700;
}
.navigation .current {
    color: #000;
    font-weight: 700;
}
.navigation .current_language {
	display: none;
}
 .cf:before,.cf:after {
     content: " "; /* 1 */
     display: table; /* 2 */
 }
 .cf:after {
     clear: both;
 }
 .cf {
     *zoom: 1;
 }
/* ---- intro ---- */
 #intro, .intro_text {
	 padding: 30px 40px;
	 background-image: linear-gradient(#81C1D0,#3b9fb5,#3b9fb5,#3b9fb5,#81C1D0);
}
.bold {
	font-weight: 700;
	font-size: 20px;
}
.homepage_text {
	padding-right: 20px;
}
.homepage_text p, #beneficios p {
	line-height: 26px;
}
.carroussel {
	height: 420px;
    background: url(../images/smartphone_background.gif);
	padding: 20px;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
}
@-webkit-keyframes slidy {
0% { left: 0%; }
10% { left: 0%; }
15% { left: -100%; }
30% { left: -100%; }
35% { left: -200%; }
50% { left: -200%; }
55% { left: -300%; }
70% { left: -300%; }
75% { left: -400%; }
90% { left: -400%; }
95% { left: -500%; }
100% { left: -500%; }
}
@keyframes slidy {
0% { left: 0%; }
10% { left: 0%; }
15% { left: -100%; }
30% { left: -100%; }
35% { left: -200%; }
50% { left: -200%; }
55% { left: -300%; }
70% { left: -300%; }
75% { left: -400%; }
90% { left: -400%; }
95% { left: -500%; }
100% { left: -500%; }
}
#slider { 
    overflow: hidden; 
    width: 200px;
    margin-left:auto;
	margin-right: auto;
    display: block;
	padding-top: 20px;
}
#slider figure img { 
    width: 20%; 
    float: left; 
}
#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	-webkit-animation: 10s slidy infinite;
	animation: 10s slidy infinite;
	background-image: url(../imagenes/smartphone_background.gif);
	background-color: #FFFFFF;
	color: #99CC66;
}
/* ---- scanner ---- */
.scanner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.scanner img {
	min-width: 250px;
	max-height: 350px;
	object-fit: cover;
	border: solid thin;
	margin: 10px;
	box-shadow: 3px 3px 3px 1px black;
}
.scanner img:hover {
	resize: both 10px;
}
.passesframe {
	padding: 10px;
}

.scannerframe {
	border: solid medium;
	border-color: #000000;
	border-radius: 20px;
	padding: 10px;
	margin-top: 20px;
	background-image: linear-gradient(#ECF0F1,#EAEDED);
}
.scannerframe p {
	padding: 10px 10px 20px;
}
.scannerframe li, #beneficios li,#como_usar_Zebra_Tapp li {
	text-align: left;
	padding: 10px;
}
#adquiere_un_scanner ul, #beneficios ul, #como_usar_Zebra_Tapp ul {
	list-style-type: circle;
	padding: 20px;
}
#adquiere_un_scanner a, #preguntas_frequentes a {
	text-decoration: none;
	font-weight: 700;
	color: black;
}
#adquiere_un_scanner button {
	border: solid medium;
	border-color: #000000;
	border-radius: 20px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-image: linear-gradient(#ECF0F1,#EAEDED);
}
.pagar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: stretch;
	height: 200px;
}
.pagarbutton,.pagartransferencia {

}
.pagarbutton p,.pagartransferencia p {
	text-align: center;
	font-size: 20px;
}
.pagarbutton i {
	font-size: 50px;
	margin: 20px;
}
.videodiv {
	text-align: center;
	padding: 50px 30px;
}

/* ---- beneficios ---- */
.box_patchwork {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 50px 20px;
}
.small_box, .middle_box, .large_box {
	background-image: linear-gradient(#ECF0F1,#EAEDED);
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 3px 3px 3px 1px black;
	height: 70px;
}

.small_box {
	flex-grow: 1;
}
.small_box p, .middle_box p, .large_box p {
	padding-top: 25px;
	padding-bottom: 25px;
}
.middle_box {
	flex-grow: 5;
}
.large_box {
	flex-grow: 8;
}



/* ---- testimonies ---- */
#testimonies1,#testimonies2 {
	padding: 40px 10px;
}
.testi,.testi2 {
	margin: 20px;
	border: medium solid grey;
	box-shadow: 5px 5px 5px 1px grey;
	border-radius: 5px 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: linear-gradient(#B7BDC3,whitesmoke,whitesmoke);

}
.testi img,.testi2 img {
	margin: auto;
	display: block;
	max-height: 100%;
	max-width: 100%;
	border-radius: 50%;
	box-shadow: 3px 3px 5px 1px grey;
	
}
.testi p,.testi2 p {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}



/* ---- one two three ---- */
#onetwothree {
	background-color: #3b9fb5;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.intro_text {
	display: flex;
	flex-direction: column;
}
.passes {
	background-color: whitesmoke;
	display: flex;
	flex-wrap: wrap;
	max-height: 350px;
	min-height: 150px;
	align-self: center;
	margin: 30px 20px;
	border: medium solid black;
    border-radius: 10px;
	box-shadow: 1px 3px 5px 1px black;
}
.number {
	flex-basis: 20%;
	font-size: 4rem;
	text-align: center;
	margin: auto;
}
.description {
	margin: auto;
	padding-bottom: 15px;
}
.description p {
	font-size: 1.5rem;
	text-align: center;
	margin: 10px 5px auto 5px;
}
.link img {
	width: 200px;
    max-width: 80%;
	max-height: 160px;
	border-radius: 5px;
	border: solid medium grey;
	display: block;
	margin: 0 auto 10px auto;
	box-shadow: 1px 3px 5px 1px grey;
}
.descriptionlink {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-basis: 80%;	
}
.link {
	display: inline;
	text-align: center;
	margin: auto;
}
.link a {
	font-size: 1.3rem;
	line-height: 35px;
	font-weight: 500;
}
.link a:hover,.link img:hover {
    opacity: 0.7;
}
.button {
	background-color: black;
	color: whitesmoke;
	text-decoration: none;
	font-size: 1.1rem;
	padding-top: 13px;
	padding-bottom: 13px;
	border-radius: 5px;
	width: 200px;
    max-width: 80%;
	max-height: 160px;
    display: block;
	border: solid medium grey;
	margin: 0 auto 10px auto;
	box-shadow: 1px 3px 5px 1px grey;
}



/* ---- contactform ---- */
input[type=text],input[type=tel], input[type=email],select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    display: inline-block;
	padding-top: 20px;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
	margin-top: 20px;
    padding: 15px 20px;
    border: solid #145A32;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}


.col-25 {
    float: left;
    width: 100%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 100%;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}




/* ---- footer ---- */
footer {
    background-image: linear-gradient(#EBEDEF,#AEB6BF,#85929E,#5D6D7E);
	padding: 2.5%;
}
.footer-social-and-logos {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.socialmedia {
	padding-top: 20px;
	width: 200px;
	text-align: center;
}
.footermenu,.footerlogos {
	width: 100%;
	text-align: center;
}
.footerquote quote {
	font-size: 20px;
	font-style: italic;
	line-height: 40px;
}
.footerlogo2 img,.footerlogo1 img {
	width: 150px;
}
footermenu li {
	list-style: none;
}
footer li a {
	text-decoration: none;
	color: black;
	line-height: 25px;
}
footer li a:hover {
	color: white;
	font-weight: 700;
}
footer ul {
	margin: 10px 0;
}
.fa {
    width: 50px;
	height: 50px;
	margin: 5px;
    text-align: center;
	line-height: 50px;
    text-decoration: none;
    border-radius: 50%;
	font-size: 20px;
}
.fa:hover {
    filter: brightness(120%);
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-instagram {
  background: orange;
  color: white;
}
.fa-whatsapp {
  background: #a4c639;
  color: white;
}
.fa-linkedin {
  background: #1D84B8;
  color: white;
}
.fa-envelope {
  background: purple;
  color: white;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #a4c639;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}





@media (min-width:400px)  {
	.headerLogo {
	width: 25%;
	float: left;
	text-align: left;}
	.headerQuote,.headerName {
	width: 65%;
	float: right;
	text-align: right;
	margin-right: 10;
	margin-left: 10;
	margin-bottom: 0;
	}
}


@media (min-width:560px) {
	.headerQuote {
		width: 45%;
		float: left;
		margin-top: 50px;
		margin-right: 20px;
	}
	.headerQuote quote {
		font-size: 1.2rem;
	}
	.headerName {
		width: 25%;
		float: right;
		margin-top: 30px;
	}
	.navigation {
		display: flex;
	}
	.navigation li {
		width: 40%;
	}
	.testi {
		display: flex;
		padding: 10px;
	}
	.testi2 {
		display: flex;
		padding: 10px;
		flex-direction: row-reverse;
	}
	.testi img,.testi2 img {
		height: 30%;
		width: 30%;
	}
	.testi p,.testi2 p {
		padding: 5%;
	}
	.descriptionlink {
		display: flex;
		flex-direction: row;
	}
	.description {
		width: 40%;
	}
	.col-25, input[type=submit]{
		width: 25%;
	}
	.col-75 {
        width: 70%;
  
    }
	.footercolumns {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	.footer-social-and-logos {
	width: 66%;
	}
	.footermenu {
		width: 33%;
	}
	.footermenu ul {
		padding-top: 20%;
		padding-bottom: 20%;
	}
}



@media (min-width: 750px) {
	.navigation {
		width: 100%;
	}
	.navigation li {
		width: 30%;
		vertical-align: middle;
	}
	.flexcontainer_intro {
		display: flex;
		flex-direction: row-reverse;
	}
	.homepage_text p {
		padding-right: 30px;
	}
	.flexcontainer_testimonies {
		display: flex;
	}
	.testi,.testi2 {
		display: block;
		width: 33%;
		margin: 10px;
	
	}
	.testi img,.testi2 img {
		height: auto;
		width: auto;
	}
	.description {
		width: 60%;
	}
	.passes {
		width: 80%;
	}
	.footermenu {
		width: 30%;
	}
	.footermenu ul {
		padding: 0px;
	}
	.footer-social-and-logos {
		display: flex;
		flex-direction: column;
		width: 66%;
	}
	.footerlogos {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	
	}
	.footerlogos quote {
		font-size: 18px;
	}
	.socialmedia {
		width: 100%;
	}
}
