/* CSS Document */



*{
	margin: 0;
	padding: 0;
}


@font-face {
    font-family: "Geogrotesque";
	font-weight: normal;
    src: url("fonts/woff/Geogtq-Rg.woff") format("woff"), url("fonts/ttf/Geogtq-Rg.ttf")  format("truetype"), url("fonts/otf/Geogtq-Rg.otf")  format("opentype") ;
}

@font-face {
    font-family: "Geogrotesque";
	font-weight: bold;
    src: url("fonts/woff/Geogtq-Sb.woff") format("woff"), url("fonts/ttf/Geogtq-Sb.ttf")  format("truetype"), url("fonts/otf/Geogtq-Sb.otf")  format("opentype");
}

@font-face {
    font-family: "Geogrotesque";
	font-weight: lighter;
    src: url("fonts/woff/Geogtq-Lg.woff") format("woff"), url("fonts/ttf/Geogtq-Lg.ttf")  format("truetype"), url("fonts/otf/Geogtq-Lg.otf")  format("opentype");
}
/***** AJUSTES GENERALES *****/
body{
	font-family: "Geogrotesque" !important;
}


h1{
	
}

h2{
	font-size: 22pt !important;
	color: #7f56c5 !important;
	margin-bottom: 20px !important;
	font-weight: bold !important;
	width: 90%;
	margin: 0 auto 0 auto;
}

.prod{
	background-image:url("../images/bill.jpg")
}
h3{
	font-family: "Geogrotesque";
	color: #000 !important;
	font-size: 18pt !important;
	text-align: center !important;
	text-transform: uppercase !important;
	font-weight: bold !important;width: 90%;
	margin: 0 auto 0 auto;
}

h4{
	
}

h5{
	
}

p{
	font-size: 14pt;
	line-height: 2em;
	width: 90%;
	margin: 0 auto 0 auto;
}

li{
	font-size: 14pt;
	line-height: 2em;
	width: 80%;
	margin: 0 auto 0 auto;
}

a{
	color: #34d9c3 !important;
	text-decoration: underline !important;
}

.space{
	height: 10vh;
	width: 100%;
	background-color: #f4f5f9; 
}

/***** HEADERBIS Paginas alternativas *****/

.headerbis{
	width: 100%;
	position: relative;
	top: 0;
	height:100px;
	z-index: 100000000;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	background-color: #ffffff;

}

@media screen and (max-width: 1124px){
	
	.headerbis{
	width: 100%;
	position: relative;
	top: 0;
		height: auto;
	min-height:80px;
	z-index: 100000000;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	background-color: #ffffff;

}
	
}


/* Dropdown container - needed to position the dropdown content */
.headerbis .dropdown {
  float: left;
	height: 40px;
}

/* Style the dropdown button to fit inside the topnav */
.headerbis .dropdown .dropbtn {
  
  border: none;
  outline: none;
	background-color:#fff;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.headerbis .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.headerbis .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.headerbis .topnav a:hover, .headerbis .dropdown:hover .dropbtn {
}

/* Add a grey background to dropdown links on hover */
.headerbis .dropdown-content a:hover {
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.headerbis .dropdown:hover .dropdown-content {
  display: block;
	z-index:1000000000;
}




@media screen and (max-width: 600px){
	
	.headerbis{
	width: 100%;
	position: relative;
	top: 0;
		height: auto;
	min-height:60px;
	z-index: 100000000;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	background-color: #ffffff;

}
	
}

.headerbis .logo img{
	display: block;
	height: 100px;
	margin-left: 5%;
}



@media screen and (max-width: 1124px){
	.headerbis .logo img{
	display: block;
	height: 80px;
	margin-left: 3%;
}
}

@media screen and (max-width: 600px){
	.headerbis .logo img{
	display: block;
	height: 60px;
	margin-left: 2%;
}
}


/***** TOPNAV *****/
.headerbis .topnav{
	width: 70%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1100px){
	.headerbis .topnav{
	width: 70%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
}
}


@media screen and (max-width: 600px){
	.headerbis .topnav{
	width: 50%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
}
}
.headerbis .topnav a{
	text-transform: uppercase;
	font-size: 11pt !important;
	padding: 14px 20px;
	text-decoration: none !important;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: #000 !important;
	
}
@media screen and (max-width: 1100px){
	.headerbis .topnav a{
	text-transform: uppercase;
	font-size: 10pt !important;
	padding: 14px 14px;
	text-decoration: none !important;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: #000 !important;
	
}
}

@media screen and (max-width: 900px){
	.headerbis .topnav a{
	text-transform: uppercase;
	font-size: 10pt !important;
	padding: 14px 14px;
	text-decoration: none !important;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: #000 !important;
	
}
}
.headerbis .topnav a:hover{
	border-bottom: 2px solid #7f56c5;
	color: #7f56c5;
	cursor: pointer;
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}






/***** HEADER *****/

.header{
	z-index: 100000000;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100px;
}

@media screen and (max-width: 450px){
	.header{
	z-index: 100000000;
	width: 100%;
	position: absolute;
	top: 0;
	height: 80px;
}

}
.portada .logo{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1200000;
}


.header .logo img{
	display: none;
}

/***** TOPNAV *****/
.header .topnav{
	z-index: 90000000000000 !important;
	width: 60%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	background-color: rgba(0,0,0,0.2)
}

@media screen and (max-width: 1280px){
	.header .topnav{
	width: 70%;
}
}

@media screen and (max-width: 1100px){
	.header .topnav{
	width: 80%;
}
}

@media screen and (max-width: 980px){
	.header .topnav{
	width: 90%;
}
}

@media screen and (max-width: 830px){
	.header .topnav{
	width: 96%;
}
	
	.header .topnav a{
	
	padding: 5px 20px !important;
	
	
}
	
}



.header .topnav a{
	text-transform: uppercase;
	font-size: 12pt !important;
	padding: 14px 20px;
	text-decoration: none !important;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: #fff !important;
	
}

.header .topnav a:hover{
	border-bottom: 2px solid #7f56c5;
	color: #7f56c5;
	cursor: pointer;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
}




.topnav a {
  float: left;
  display: block;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 848px) {
  .topnav a:not(:first-child), .topnav .dropdown {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 848px) {
	
	.header .topnav.responsive{background-color: rgba(0,0,0,0.9);}
  .topnav.responsive {position: relative;display: block; top: auto; transform: none !important; left: auto; margin: 0 auto 0 auto;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/* Dropdown container - needed to position the dropdown content */
.header .dropdown {
  float: left;
	height: 40px !important;
}

/* Style the dropdown button to fit inside the topnav */
.header .dropdown .dropbtn {
  background-color: rgba(0,0,0,0) !important;
	border: none !important;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.header .dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	background-color: rgba(0,0,0,0.3);
}

/* Style the links inside the dropdown */
.header .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
	
}

/* Add a dark background on topnav links and the dropdown button on hover */
.header .topnav a:hover, .header .dropdown:hover .dropbtn {
}

/* Add a grey background to dropdown links on hover */
.header .dropdown-content a:hover {
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.header .dropdown:hover .dropdown-content {
  display: block;
	z-index:1000000000;
}




/***** HEADER FIXED *****/

.headerbis.fixed{
	position: fixed !important;
	top: 0;
	display: none;
}

@media screen and (max-width: 700px){
	
}


.topnav a.solicitar{
	border-radius: 50px;
	color: #000 !important;
	background-color: #34d9c3;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.topnav a.solicitar:hover{
	background-color: green;
	border-radius: 50px;
	color: #fff !important;
	background-color: #7f56c5;
}
/***** PORTADA*****/

.portada .carousel{
	width: 100vw;
}

@media screen and (max-width: 760px){
	.portada, .portada .carousel{
	height: 40vh !important;
		position: relative;
}

}

@media screen and (max-width: 760px){
	.portada .parallax__container .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}
}
.portada .carousel-item img{
	width: 100vw;
}



.portada .carousel-indicators{
	position: absolute;
	top: 95vh;
	cursor: pointer !important;
}
@media screen and (max-width: 760px){
	.portada .carousel-indicators{
	position: absolute;
	top: 45vh;
	cursor: pointer !important;
}
}

.portada .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 40px !important;
    height: 4px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer !important;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.portada .carousel-caption {
    position: absolute;
    right: 5% !important;
    top: 60vh !important;
    left: auto;
	width: 90%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


@media screen and (max-width: 760px){
	.portada .carousel-caption {
    position: absolute;
    right: 5% !important;
    top: 17vh !important;
    left: auto;
	width: 90%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
	.portada p{
	font-size: 15pt !important;
	color: #fff !important;
	padding-left: 10%;
	text-align: left !important;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
}
.portada p{
	font-size: 18pt;
	color: #fff !important;
	padding-left: 10%;
	text-align: left !important;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.portada .logo img{
	width: 40%;
}

@media screen and (max-width: 760px){
	.portada .logo img{
	width: 55%; 
}
		.portada .logo{
	top: 45%; 
}
	
	.portada p{
	font-size: 13pt !important; 
	color: #fff !important;
	padding-left: 2%;
		margin-top: 30px;
	text-align: left !important;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
	
	
}

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

	.portada p{
	font-size: 10pt !important; 
	color: #fff !important;
	padding-left: 2%;
		margin-top: 10px;
	text-align: left !important;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
	
	
}
.por


.portada {
	position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
	max-height: 100vh;
	overflow: hidden;
}



.container .content {
    background: rgba(0,0,0,.75);
    border-radius: 8px;
    color: #fff;
    margin: 0 auto;
    padding: 30px 35px;
    text-align: center;
	
}

.portada .content{
	z-index: 100000;
}
.parallax__container {
    clip: rect(0,auto,auto,0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
	
}
.parallax__container .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%
}

@media screen and (max-width: 500px){
	.parallax__container .parallax {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%
}

}
.bg1 {
   /* background-image: url("../images/portada.jpg")*/
}

.ciu {
    background-image: url("../images/ciudadano.jpg")
}


.com {
   background-image: url("../images/comercio.jpg")
}

.int {
   background-image: url("../images/interior.jpg")
}


.pos {
   background-image: url("../images/pos.jpg")
}
.cal {
   background-image: url("../images/cal.jpg")
}



.bgtec{
    background-image: url("../images/tecno.jpg")
}



.solicitari {
	position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
	height: 50vh;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
	
}



.solicitari .contenedor{
	background-color: none;
	width: 90%;
	margin-left: 5%;
	padding: 2% 3% 2% 3%;
	box-shadow: none;
	position: relative;
	z-index:1000000;color: #fff;
	text-align: center;
}

.solicitari .content{
	width: 100% !important;
	
}

.solicitari a.solicitar{
	
}

.solicitari a.solicitar{
	border-radius: 50px;
	color: #000 !important;
	background-color: #34d9c3;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	padding: 20px;
	text-transform: uppercase;
	font-size: 14pt;
	text-decoration: none !important;
}

.solicitari a.solicitar:hover{

	border-radius: 50px;
	color: #fff !important;
	background-color: #7f56c5;
}


@media screen and (max-width: 700px){
.solicitari .contenedor{
	width: 70%;
}
}

@media screen and (max-width: 500px){
.solicitari .contenedor{
	width: 90%;
}
}


.sol{
    background-image: url("../images/info.jpg")
}

.software {
	position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
	height: 90vh;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
	
}



.software .contenedor{
	background-color: rgba(0,0,0,0.7);
	width: 40%;
	margin-left: 5%;
	padding: 2% 3% 2% 3%;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index:1000000;color: #fff;
}
@media screen and (max-width: 700px){
.software .contenedor{
	width: 70%;
}
}

@media screen and (max-width: 500px){
.software .contenedor{
	width: 90%;
}
}


.soft{
    background-image: url("../images/software.jpg")
}

.show-on-mobile--inline {
    display: none
}

@-webkit-keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
60% {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
}
@keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
60% {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
}

@media screen and (max-width:480px) {
.hide-on-mobile {
    display: none
}
.show-on-mobile--inline {
    display: inline
}
}



/***** CONTENIDO *****/

.shadow{
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.full{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 5% 5% 5% 5%;
	background-color: #f4f5f9; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
}

#quienes{
	background-image: url("../images/quienes.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5% 0 5% 0 ;
}


@media screen and (max-width: 768px){
#quienes{
	background-image: none;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5% 0 5% 0 ;
}

}



#quienessomos{
	width: 100%;
	height: 10vh;
	margin-top: -10vh;
}

.full .box{
	padding: 2% 3% 2% 3%;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
}

.full .box.transparent{
	box-shadow: none !important;
	width: 80%;
	background-color: rgba(0,0,0,0) !important;
}

@media screen and (max-width: 700px){
	.full .box.transparent{
	box-shadow: none !important;
	width: 90%;
	background-color: rgba(0,0,0,0) !important;
}
}
.full .box.quienes{
	width: 70%;
}

.full .box.que{ 
	width: 55%;
}

@media screen and (max-width: 768px){
.full .box.quienes{
	width: 90%;
	margin-bottom: 20px;
}

.full .box.que{ 
	width: 90%;
}	
}

/***** OBJETIVOS *****/

.objetivos {
	position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
	height: 60vh;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
}


.objetivos .contenedor{
	background-color: rgba(0,0,0,0.7);
	width: 40%;
	margin-left: 5%;
	padding: 2% 3% 2% 3%;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index:1000000;color: #fff;
}


.objetivos .content{

	width: 100%;
	
}



@media screen and (max-width: 700px){
	.objetivos .contenedor{
	width: 70%;
}
}

@media screen and (max-width: 500px){
	.objetivos .contenedor{
	width: 90%;
}
	
		.objetivos .contenedor p{
			font-size: 11pt;
			line-height: 17pt;
}
	
}

@media screen and (max-width: 300px){
	.objetivos .contenedor{
	width: 90%;
}
}


.obj{
	
  
	background-image: url("../images/objetivos.jpg")
}


/***** CAJEROS *****/

#cajeros{
	background-color: #f4f5f9; 
	height:4.5vh;
	width: 100%;
}
.cajeros {
	position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 70%;
	height: 90vh;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
	
}
@media screen and (max-width: 820px){
	.cajeros {
	
    width: 100%;
	height: 90vh;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
	
}
}

.cajeroscont{display: flex;
width: 100%;}

@media screen and (max-width: 820px){
	.cajeroscont{display: block;
width: 100%;}
}

.cajeroscont .col{
width: 30%;margin: 0 !important; padding: 0 !important;box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);}

@media screen and (max-width: 820px){
	.cajeroscont .col{
width: 70%;margin: 20px auto 0 auto !important; padding: 0 !important;box-shadow: none;}
	.cajeroscont .billeteras{
		margin-bottom: 20px;
	}
}
.cajeros .contenedor{
	background-color: rgba(0,0,0,0.7);
	width: 40%;
	margin-left: 5%;
	padding: 2% 3% 2% 3%;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index:1000000;color: #fff;
}
@media screen and (max-width: 700px){
.cajeros .contenedor{
	width: 70%;
}
}

@media screen and (max-width: 500px){
.cajeros .contenedor{
	width: 90%;
}
}


.caje{
	
  
	background-image: url("../images/cajeros.jpg")
}




.billeteras {
	position: relative;
	background-image: url("../images/billeteras.jpg");
	background-size: cover;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
	height: 45vh;
	box-shadow: 0 0 0px 0px rgba(0,0,0,0.5);
	
}


.billeteras .contenedor{
	background-color: rgba(0,0,0,0.7);
	width: 90%;
	margin-left: 5%;
	padding: 2% 3% 2% 3%;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index:1000000;color: #fff;
}
@media screen and (max-width: 700px){
.billeteras .contenedor{
	width: 70%;
}
}

@media screen and (max-width: 500px){
.billeteras .contenedor{
	width: 90%;
}
}


.bill{
	
  
	background-image: url("../images/billeteras.jpg")
}


.corresponsalia {
	position: relative;
	background-image: url("../images/corresponsalia.jpg");
	background-size: cover;
	background-position: right;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
	height: 45vh;
	box-shadow: 0 0 0px 0px rgba(0,0,0,0.5);
	
}

.pimg{
	width: 90%;padding: 1% 5% 5% 5%;
}
.corresponsalia .content, .billeteras .content{
	width: 100%;
}
.corresponsalia .contenedor{
	background-color: rgba(0,0,0,0.7);
	width: 90%;
	margin-left: 5%;
	padding: 2% 3% 2% 3%;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index:1000000;color: #fff;
}
@media screen and (max-width: 700px){
.corresponsalia .contenedor{
	width: 70%;
}
}

@media screen and (max-width: 500px){
.corresponsalia .contenedor{
	width: 90%;
}
}




/***** MITAD *****/

.flex{
	display: flex;
	justify-content: space-around;
	align-content: space-around;
	flex-wrap: wrap;
	background-color: #f4f5f9; 
}
.mitad {
	position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 47vw;
	height: 40vh;
	margin-bottom: 5vh;
	
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
}


.mitad .content{
	width: 100%;
}

.mitad p{
	font-size: 14pt;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	width: 100%;
}
.mitad .contenedor{
	background-color: rgba(0,0,0,0.7);
	padding: 2% 3% 2% 3%;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index:1000000;color: #fff;
	
}
.obj{
	
  
	background-image: url("../images/objetivos.jpg")
}





/***** INTEGRANDO *****/

.integrando {
	position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
	height: 60vh;
	
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.5);
   -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
   box-shadow:         inset 0 0 10px rgba(0,0,0,0.5);
}


.integrando .contenedor{
	background-color: rgba(255,255,255,0.7);
	width: 40%;
	margin-left: 5%;
	padding: 2% 3% 2% 3%;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
}
.integ{
	
  
	background-image: url("../images/argentina.jpg")
}



/***** CLIENTES *****/

.clientes{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-content: space-around;
	padding: 1% 0 1% 0;
	
}

@media screen and (max-width: 680px){
	.clientes{
	width: 100%;
	display: block;
	justify-content: space-around;
	align-content: space-around;
	padding: 1% 0 1% 0;
		text-align: center;
}

}

.clientes .cliente{
	width: 25%;
	min-width: 200px;
	padding: 6% 0 6% 0;
	margin: 10px auto 10px auto;
	position: relative;
	text-align: center;
}

.cliente a{
	color: #000 !important;
	text-decoration: none !important;
}
.clientes #retail{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("../images/retailv.jpg");
	background-size: cover;
	-webkit-transition: background-image .5s;
	transition: background-image .5s;
	opacity: 1;
	z-index: 1;
	top: 0;
	left: 0;
	
}
.clientes #retail:hover, .cliente.retail:hover #retail{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("../images/retail.jpg?001");
	background-size: cover;
	-webkit-transition: background-image .5s;
	transition: background-image .5s;
	z-index: 1;
	top: 0;
	left: 0;
	
}


.clientes .empresas #empresas{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("../images/empresasv.jpg");
	background-size: cover;
	-webkit-transition: background-image .5s;
	transition: background-image .5s;
	z-index: 1;
	top: 0;
	left: 0;
	
}
.clientes .empresas #empresas:hover, .cliente.empresas:hover #empresas{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("../images/empresas.jpg");
	background-size: cover;
	-webkit-transition: background-image .5s;
	transition: background-image .5s;
	z-index: 1;
	top: 0;
	left: 0;
	
}



.clientes #bancos{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("../images/bancosv.jpg");
	background-size: cover;
	-webkit-transition: background-image .5s;
	transition: background-image .5s;
	z-index: 1;
	top: 0;
	left: 0;
	
}
 .clientes #bancos:hover, .cliente.bancos:hover #bancos{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("../images/bancos.jpg");
	background-size: cover;
	-webkit-transition: background-image .5s;
	transition: background-image .5s;
	z-index: 1;
	top: 0;
	left: 0;
	
}




.clientes .cliente img{
	width: 50%;
	max-width: 100px;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.clientes .cliente p,.clientes .cliente strong{
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	width: 100%;
	position: relative !important;
	z-index: 1000 !important;
	text-transform: uppercase;
	color: #fff;
}
/***** FOOTER *****/

.footer{
	display: flex;
	width: 100%;
	text-align: center !important;
	padding: 3% 10% 3% 10%;

	background-color: #4c484c;
}

.footer .info{
	
	width: 30%;
	
}

@media screen and (max-width: 850px){
	.footer .info{
	
	width: 100%;
	
}
}


.footer .menu{
	width: 60%;
	
}
@media screen and (max-width: 850px){
	.footer .menu{display: none;}
}

.footer .menu a{
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14pt;
	padding: 2%;
}
.footer p{
	color: #fff;
	font-weight: bold;
	font-size: 11pt;
	line-height: 12pt;
}

.footer a{
	color: #fff; 
	font-weight: bold;
	font-size: 11pt;
	line-height: 12pt;
}

.footer .in{
	font-size: 30px;
}

.portada .carousel{
	position: relative;
	top: 0;
	max-height: 100vh;
	overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.productos_cajero{
	width: 45% !important;
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 800px){
	
.productos_cajero{
	width: 90% !important;
	display: block;
	position: relative;
}

}

.productos_cajero p{
	width: 90%;
}

.productos_cajero ul li{
	    font-size: 12pt;
    line-height: 30pt;
    width: 80%;
    margin: 0 auto 0 auto;
}

.productos_cajero h3{
	    font-size: 14pt;
    line-height: 30pt;
    width: 90%;
    margin: 0 auto 0 auto;
	font-weight: bold;
	text-align: left !important;
}


.productos_cajero p{
	width: 90%;
}

.productos_cajero .carousel{
	width: 70%;
	margin: 0 auto 0 auto;
}

.productos_cajero .carousel img{
	width: 100%;
}


.productos_cajero .carousel-control-prev-icon,
.productos_cajero .carousel-control-next-icon {
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.productos_cajero .carousel-control-next-icon:after
{
  content: '>';
  font-size: 20px;
  color: #000;
	text-decoration: none !important;
}

.productos_cajero  .carousel-control-prev-icon:after {
  content: '<';
  font-size: 20px;
  color: #000;
	text-decoration: none !important;
}

.productos_cajero a{
	text-decoration: none !important;
}


/***** CONTACTO *****/

.contacto{
	width: 100%;
	background-color: #f4f5f9; 
	padding: 5% 0 5% 0;
}

.contacto h2{
	width: 80%;
	margin: 0 auto 0 auto;
}
.contacto .content{
	display: flex;
	justify-content: center;
	
}
@media screen and (max-width: 850px){
	.contacto .content{
	display: block;
	justify-content: center;
	
}
}

.contacto .info{
	width: 40% !important;
	margin: 0 !important;
}

@media screen and (max-width: 850px){
.contacto .info{
	width: 90% !important;
	margin: 0 auto 0 auto !important;
}

}
.contacto .info a{
	color: #222222 !important;
}

.contacto .info iframe{
	width: 90%;
	height: 30vh;
	margin: 5vh auto 0 auto;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
}

.contacto .info p::before{
	color: #222222 !important;
	margin-right: 10px;
}
.contacto form{
	width: 40%;
	text-align: center;
	padding: 2%;
	border-left: 1px solid rgba(0,0,0,0.2);

}

@media screen and (max-width: 850px){
.contacto form{
	width: 80%;
	text-align: center;
	padding: 2%;
	margin: 0 auto 0 auto ;
	border-left: 0px solid rgba(0,0,0,0.2);

}

}
.contacto form input[type=text], .contacto form textarea{
	width: 90%;
	padding: 5px;
	font-size: 13pt;
	margin: 0 auto 0 auto;
	border: 1px solid #7f56c5;
	text-align: left;
}
.contacto form input[type=submit]{
	width: auto;
	padding: 5px 20px 5px 20px;
	font-size: 13pt;
	margin: 10px auto 20px auto;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}



.contacto form label{
	margin-top: 0.5em;
	width: 100%;
	text-align: left;color: #000
}


.cor{
	background-image: url('../images/corresp.jpg');
}

.bil{
	background-image: url('../images/bill.jpg');
}
