* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background: #f2f2f2;
	font-family: 'Roboto', sans-serif;
}

p {
	margin-bottom: 20px;
	line-height: 150%;
}

main {
	margin: 20px auto;
	max-width: 1000px;
	background: #fff;
	min-height: 80vh;
	padding: 20px;
	border-radius: 10px;
}

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 5000;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #7D6608;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}










div.gallery {
  
}

div.gallery:hover {
 
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius:25%;
 
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
 
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 20%;
}


@media only screen and (max-width: 800px) {
  .responsive {
    width: 28%;
    margin: 6px 0;
  }
  
    div.desc {
  font-size:10px;
}

}


@media only screen and (max-width: 600px) {
	  .responsive {
		width: 46%;
		margin: 6px 0;
	  }
	  
		div.desc {
	  font-size:11px;
	}
}


@media only screen and (max-width: 550px) {
  .responsive {
    width: 44%;
    margin: 6px 0;
  }
  
    div.desc {
  font-size:11px;
}
}


@media only screen and (max-width: 500px) {
  .responsive {
    width: 44%;
  }
  
	  
	  div.desc {
	  font-size:10px;
	}
}

@media only screen and (max-width: 380px) {
  .responsive {
    width: 50%;
  }
  

@media only screen and (max-width: 350px) {
  .responsive {
    width: 50%;
  }
  
	  
	  div.desc {
	  font-size:10px;
	}
}



.clearfix:after {
  content: "";
  display: table;
  clear: both;
}




div.noticia {
  width: 50%;
  margin: 20px auto;
  background-color: #449;
  color: #fff;
  padding: 15px;
}

div.noticia img.izquierda {
  float: left;
  margin-right: 15px;
}

div.noticia img.derecha {
  float: right;
  margin-left: 15px;
}

div.reset {
  clear: both;
}




    .bankking{
        background-image: url('https://elitefintechglobal.com/boton/Bankking_in.webp');
        
        height:42px;
        width:141px;
        background-repeat: no-repeat;
		background-size: cover;
		cursor:pointer;
    }
	    .bankking:hover{
        background-image: url('https://elitefintechglobal.com/boton/Bankking_out.webp');
        
        height:42px;
        width:141px;
        background-repeat: no-repeat;
		background-size: cover;
		cursor:pointer;
    }
	

    .global{
        background-image: url('https://elitefintechglobal.com/boton/Global_in.webp');
        
        height:42px;
        width:141px;
        background-repeat: no-repeat;
		background-size: cover;
		cursor:pointer;
    }
	    .global:hover{
        background-image: url('https://elitefintechglobal.com/boton/Global_out.webp');
       
        height:42px;
        width:141px;
        background-repeat: no-repeat;
		background-size: cover;
		cursor:pointer;
    }

    .usa{
        background-image: url('https://elitefintechglobal.com/boton/Usa_in.webp');
        
        height:42px;
        width:129px;
        background-repeat: no-repeat;
		background-size: cover;
		cursor:pointer;
    }
	    .usa:hover{
        background-image: url('https://elitefintechglobal.com/boton/Usa_out.webp');
        
        height:42px;
        width:129px;
        background-repeat: no-repeat;
		background-size: cover;
		cursor:pointer;
    }

#div_ppal{
  position:absolute;
  height:2300px;
  width: 100%;
  background-color: rgb(194, 194, 194,1);
  z-index:1200;
}




#policy {
	height: 90%;
	width: 98%;
	border: 1px solid #ddd;
	background-color: rgb(194, 194, 194,1);
	overflow-y: scroll;
	position: absolute;
	top: 4%;
	left: 1%;
	z-index:4901;
}
#policy-texto {
	height: auto;
	z-index:4900;
}




