/*Código mío*/

body{
	background-color: #dfdad4;
}
#logo_entreluces{
    text-align: center;
}
div#logo_entreluces img {
    width: 500px;
}
div#contenidomenu {
    margin: 0 auto;
    width: 600px;
    max-width: 600px;
}
div#filabandera {
	width:100%;
	display:block;
}
div#bandera_img_spain, div#bandera_img_france, div#bandera_img_uk {
    display:inline-block;
	height: 200px;
}
div#bandera_img_spain > img, div#bandera_img_france > img, div#bandera_img_uk > img {
    height: 200px;
}
span.icoClass {
    text-align: center;
    display: inline-block;
}
#info{
	text-align:center;
}	
div#icons {
	display: inline-block;
    width: 200px;
    margin: 4% 0;
    border-left: solid 1px #000;
    vertical-align: middle;
}
#icons img {
    width: 80px;
}
/*
div#icons_expl {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    border-radius: 25px 25px 0px 0px;
	padding: 25px;
}*/

div#icons_expl {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    padding: 15px 25px 25px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dfdad4;
	border-left: solid 2px rgba(0,0,0,.1);
	border-right: solid 2px rgba(0,0,0,.1);
}

div#close_icons_expl {
	width: 100%;
	height: 30px;
	text-align: right;
}

div#close_icons_expl > img {
    width: 30px !important;
}

#info {
    background-color: black;
    width: 150px;
    color: white;
    font-weight: bold;
    border: solid 1px #000;
    padding: 5px;
    border-radius: 5px;
	margin: 0 auto;
}
.ico_expl {
    display: inline-block;
    margin: 10px;
}
.h4_ind {
	font-weight:bold;
	padding-bottom: 10px;
	text-align: center;
}

div#icons_expl img {
    width: 80px;
	vertical-align: top;
}
span.ico_text {
    display: block;
    padding-left: 10px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
	border-left: 1px solid #000;
}
div#idqr {
	height: 275px !important;
	text-align: center;
}
img#imgHandQr {
    height: 250px;
}

p.develop {
    text-align: center;
    margin: 20px 0px;
    font-weight: bold;
}


/* RESPONSIVE */

@media screen and (max-width:360px) and (orientation: portrait) 
{
	img.anchofoto {
		height: 100px !important;
	}
	div#icons {
		width: auto;
		padding-left: 10px;
	}
	div#icons_expl {
		top: 0;
		overflow: auto;
	}
}

@media screen and (min-width:375px) and (orientation: portrait) 
{
	img.anchofoto {
		height: 100px !important;
	}
	div#icons {
		width: auto;
		padding-left: 10px;
	}
	div#icons_expl {
		top: 0;
		overflow: auto;
	}
}


@media screen and (min-width:688px) and (orientation: portrait) 
{
	img.anchofoto {
		height: 150px !important;
	}
	.ico_expl{
		width:45%;
		text-align:left;
	}
	div#icons_expl img {
		width: 150px;
		vertical-align: top;
	}
	span.ico_text {
		font-size: 20px;
		margin: 2% 0;
	}
}

@media screen and (min-width:668px) and (max-width:736px) and (orientation: portrait) 
{
	div#bandera_img_spain, div#bandera_img_france, div#bandera_img_uk {
		height: 180px;
	}
	div#bandera_img_spain > a > img, div#bandera_img_france > a > img, div#bandera_img_uk > a > img {
		height: 150px;
	}
	#icons img {
		width: 40px;
	}
	div#contenidomenu {
		margin: 0 auto;
		width: 450px;
		max-width: 450px;
	}
	div#logo_entreluces img {
		width: 350px;
	}
	.h4_ind {
		padding: 10px 30px;
	}
	div#icons_expl {
		width: auto;
	}
	.ico_expl{
		width:90%;
		text-align:left;
	}
	div#icons_expl img {
		width: 100px;
		vertical-align: top;
	}
	span.ico_text {
		font-size: 20px;
		margin: 2% 0;
	}
}

@media screen and (max-width:667px) and (orientation: portrait) 
{
	div#contenidomenu {
		width: 350px;
		max-width: 350px;
	}
	div#bandera_img_spain, div#bandera_img_france, div#bandera_img_uk {
		height: 120px;
	}
	div#bandera_img_spain > a > img, div#bandera_img_france > a > img, div#bandera_img_uk > a > img {
		height: 120px;
	}
	div#icons{
    width: auto;
	}
	#icons img {
		width: 40px;
	}
	div#logo_entreluces img {
		width: 350px;
	}
	.h4_ind {
		padding: 10px 20px;
	}
	div#icons_expl {
		width: auto;
	}
	.ico_expl{
		width:90%;
		text-align:left;
	}
	div#icons_expl img {
		width: 80px;
		vertical-align: top;
	}
	span.ico_text {
		font-size: 20px;
		margin: 2% 0;
	}
}

/*Notas: responsive vertical

  iphone XR - 896
  Galaxy S9 Plus, S8 Plus - 846
  Iphone XS - 812
  Pixel 3, 3XL - 786
  Galaxy S9, Note 8, S8 - 740
  iPhone 8 Plus, 7 Plus, 6S Plus - 736
  iPhone 6, 7, 8 - 667
*/

@media screen and (min-width: 640px) and (orientation: landscape) {
	img.anchofoto {
		height: 150px !important;
	}
	div#icons_expl {
		top: 0;
		overflow: auto;
	}
}

@media screen and (max-width: 667px) and (orientation: landscape) {
	div#logo_entreluces img {
		width: 150px;
	}
	div#contenidomenu {
		width: 100%;
		max-width: 100%;
	}
	div#filabandera {
		width: 33%;
		display: block;
		text-align: center;
		height: 170px;
	}
	div#icons {
		display: inline-block;
		width: 200px;
		margin: 4% 0;
		border-left: 0px;
		border-top:1px solid #c5c5c5;
		vertical-align: middle;
		text-align: left;
		padding-top: 8px;
	}
	span.icoClass {
		text-align: center;
		display: inline-block;
		width: 22%;
		font-size: 12px;
	}
	#icons img {
		width: 30px;
	}
	
}

@media screen and (max-width: 786px) and (orientation: landscape) {
	div#logo_entreluces img {
		width: 150px;
	}
	div#contenidomenu {
		width: 100%;
		max-width: 100%;
		height: 200px;
	}
	div#filabandera {
		width: 33%;
		display: block;
		text-align: center;
		height: auto;
	}
	div#bandera_img_spain, div#bandera_img_france, div#bandera_img_uk {
		height: 150px;
	}
	div#bandera_img_spain > a > img, div#bandera_img_france > a > img, div#bandera_img_uk > a > img {
		height: 150px;
	}
	div#icons {
		display: inline-block;
		width: 200px;
		margin: 4% 0;
		border-left: 0px;
		border-top:1px solid #c5c5c5;
		vertical-align: middle;
		text-align: left;
		padding-top: 8px;
	}
	span.icoClass {
		text-align: center;
		display: inline-block;
		width: 22%;
		font-size: 12px;
	}
	#icons img {
		width: 30px;
	}
	
}

@media screen and (max-width: 896px) and (orientation: landscape) {
	div#logo_entreluces img {
		width: 150px;
	}
	div#contenidomenu {
		width: 100%;
		max-width: 100%;
		height: 200px;
	}
	div#filabandera {
		width: 33%;
		display: block;
		text-align: center;
		height: auto;
	}
	div#bandera_img_spain, div#bandera_img_france, div#bandera_img_uk {
		height: 150px;
	}
	div#bandera_img_spain > a > img, div#bandera_img_france > a > img, div#bandera_img_uk > a > img {
		height: 150px;
	}
	div#icons {
		display: inline-block;
		width: 200px;
		margin: 4% 0;
		border-left: 0px;
		border-top:1px solid #c5c5c5;
		vertical-align: middle;
		text-align: left;
		padding-top: 8px;
	}
	span.icoClass {
		text-align: center;
		display: inline-block;
		width: 22%;
		font-size: 12px;
	}
	#icons img {
		width: 30px;
	}
	
}

@media screen and (min-width: 897px) and (max-width: 1023px) and (orientation: landscape) {
	div#logo_entreluces img {
		width: 350px;
	}
	div#contenidomenu {
		width: 100%;
		max-width: 100%;
		height: 375px;
	}
	div#filabandera {
		width: 33%;
		display: block;
		text-align: center;
		height: auto;
	}
	div#bandera_img_spain, div#bandera_img_france, div#bandera_img_uk {
		height: 200px;
	}
	div#bandera_img_spain > a > img, div#bandera_img_france > a > img, div#bandera_img_uk > a > img {
		height: 200px;
	}
	div#icons {
		display: inline-block;
		width: 200px;
		margin: 4% 0;
		border-left: 0px;
		border-top:1px solid #c5c5c5;
		vertical-align: middle;
		text-align: left;
		padding-top: 8px;
	}
	span.icoClass {
		text-align: center;
		display: inline-block;
		width: 42%;
		font-size: 18px;
	}
	#icons img {
		width: 50px;
	}
	
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
	div#logo_entreluces img {
		width: 350px;
	}
	div#contenidomenu {
		padding: 0 10%;
		width:100%;
		max-width:100%;
	}
	div#filabandera {
		width: 33%;
		display: block;
		text-align: center;
		height: auto;
	}
	div#bandera_img_spain, div#bandera_img_france, div#bandera_img_uk {
		height: 200px;
	}
	img.anchofoto {
		height: 200px !important;
	}
	div#bandera_img_spain > a > img, div#bandera_img_france > a > img, div#bandera_img_uk > a > img {
		height: 200px;
	}
	div#icons {
		display: inline-block;
		width: 200px;
		margin: 4% 0;
		border-left: 0px;
		border-top:1px solid #c5c5c5;
		vertical-align: middle;
		text-align: left;
		padding-top: 8px;
	}
	span.icoClass {
		text-align: center;
		display: inline-block;
		width: 42%;
		font-size: 18px;
	}
	#icons img {
		width: 50px;
	}
	
}
/*
Notas: responsive horizontal

  iPad Pro - 1112
  large screen - 1031
  iPad - 1024
  iPhone XR - 896
  Galaxy S9 Plus, S8 Plus - 846
  Iphone XS - 812
  Pixel 3, 3XL - 786
  Galaxy S9, Note 8, S8 - 740
  iPhone 8 Plus, 7 Plus, 6S Plus - 736
  iPhone 6, 7, 8 - 667
*/


