body {
	background-color: #dfdad4;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial;
	background-color: #1F2023 !important;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
main {
	width: 100%;
	height: 100%;
}
#menu-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
	position: relative;
	background-color: black;
}
main{
	background-color: #dfdad4;
}

div#nombre_obra {
    width: 50%;
    text-align: left;
    align-items: center;
    justify-content: center;
    height: 12%;
    padding-top: 6vh;
    position: absolute;
    margin-left: 20%;
}

div#nombre_obra > h1 {
	border-left: solid 1px;
    padding-left: 10px;
	font-size: 2vw;
    font-weight: bold;
}

div#nombre_obra_movil {
	display:none;
	background-color: #dfdad4;
	min-height:6%;
}

#menu {
    width: 100%;
    height: 88% !important;
    min-height: 84% !important;
    max-height: 84% !important;
    overflow: visible;
    margin: 0 auto;
    float: left;
}

/*
#menu {
    width: 100%;
	height: 82% !important;
    min-height: 82% !important;
    max-height: 82% !important;
    overflow: visible;
    margin: 0 auto;
	float:left;
}
*/

div#header_menu_obra {
    width: 100%;
    text-align: center;
    background-color: #dfdad4;
    height: 18%;
    position: relative;
}
/*
div#logo_entreluces_menu {
    width: 20%;
    position: absolute;
    height: 100%;
    max-height: 100%;
}
*/

div#logo_entreluces_menu {
    width: 20%;
    position: absolute;
    height: 100%;
    max-height: 100%;
}

div#logo_entreluces_menu > img {
	height:auto;
	object-fit: contain;
	width: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.home {
    height: 100%;
    position: absolute;
    width: 5%;
    right: 0;
	margin-right: 10%;
	display: flex;
}

#lang-change {
    height: 100%;
    position: absolute;
    width: 5%;
    right: 0;
    top: 0;
	margin-right:2%;
	display: flex;
}

div#lang-change {
    top: 0;
    right: 0;
}

.home > a > img {
	width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div#lang-change > a > img {
	width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.video-target{
	cursor: pointer;
    color: white;
    text-align: center;
    width: 50%;
    height: 100% !important;
    border: 1px solid dark#e8e8e8;
	float:left;
	vertical-align: top;
	position:relative;
}
#video-target-1{
	background-size: contain;
	background-color: #bab5b0;
	background-repeat: no-repeat;
	background-position-y:center;
}
#video-target-2{
	background-size: cover;
}

div#titulo_obra {
    width: 100%;
    padding-top: 10vh;
    text-align: center;
    background: linear-gradient(to top, #333, transparent);
    height: 30%;
    font-size: 7vh;
    line-height: 7.5vh;
    font-family: 'LatoRACAV';
    position: absolute;
    bottom: 0;
    vertical-align: middle;
}

#ContenedorManoQR{
	display:none;
	position:absolute;
	bottom:0px; 
	right: 0;
	cursor:pointer;
	padding-right: 10px; 
	z-index: 2;
	width:120px;
	height:120px;
}

#imgHandQr{
	width: 100%;
}

#racav {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	display: none;
	background-color: white;
}

@media only screen and (orientation: portrait) {
#imgHandQr{
	width: 100%;
}
}

/* ------------- MI RESPONSIVE ------------- */

/*

1.- Saltos de Responsive Vertical

iPhone 5/SE - 568px
  Galaxy Note, Galaxy S5, LG Optimus - 640px
  iPhone 6, 7, 8, 6S  - 667px
  iPhone 8 Plus, 7 Plus, 6S Plus - 736px
  Galaxy S9, Note 8, S8 - 740px
  Pixel 3, 3XL - 786px
  iPhone XS - 812px
  Galaxy S9 Plus, S8 Plus - 846
  iPhone XR - 896px
  iPad - 1024px
  iPad Pro (10.5) - 1112px
  Kindle Fire - 1280px
  iPad Pro (12.9) - 1366px 
*/

@media screen and (min-width: 320px) and (orientation: portrait){
	div#header_menu_obra {
		width: 100%;
		height: 20%;
	}

	div#logo_entreluces_menu {
		width: 40%;
	}
/*
	div#logo_entreluces_menu > img {
		width: auto;
	}
*/
	.home, #lang-change {
		width: 8%;
	}

	.home {
		margin-right: 14%;
	}

	div#nombre_obra {
		display:none;
	}
	div#nombre_obra_movil {
		display:block;
		width:100%;
		text-align:center;
		border-top: solid 1px #1b1b1b;
    	padding-top: 1vh;
	}

	div#nombre_obra_movil > h1 {
		border-left: 0px;
		font-family: 'LatoRACAV';
		margin-bottom: 0px;
		padding-bottom: 5px;
		font-size: 2.5vh;
	}

	#video-target-2 {
		margin-top: 0vh;
		border-top: solid 1px #000;
	}

	div#titulo_obra {
		width: 100%;
		padding-top: 10vh;
		text-align: center;
		background: linear-gradient(to top, #333, transparent);
		height:auto;
		font-size: 4vh;
		line-height: 7.5vh;
		font-family: 'LatoRACAV';
		position: absolute;
		bottom: 0;
		vertical-align: middle;
	}
}

@media screen and (min-width: 600px) and (orientation: portrait){
	div#logo_entreluces_menu {
		width: 30%;
	}
}


@media screen and (max-width: 667px) and (orientation: portrait)
{
	div#header_menu_obra {
		width: 100%;
		height:10%;
	}
	.home {
		height: 100%;
		position: absolute;
		margin-top: 0px;
	}
	div#logo_entreluces_menu {
		height: 100%;
	}
/*	
	div#logo_entreluces_menu > img {
		height: 100%;
	}
*/
	div#nombre_obra {
		width: 100%;
		height: 8%;
	}
	div#nombre_obra > h1{
		font-size: 4vw;
	}

	#video-target-1, #video-target-2 {
		width: 100%;
		height: 50% !important;
	}
	div#titulo_imagen {
		height: 40%;
		margin-top: 20%;
	}
	div#titulo_imagen > p {
		font-size: 5vw;
		font-weight: bold;
	}
}

@media screen and (min-width: 768px) and (orientation: portrait)
{
	div#header_menu_obra {
		width: 100%;
		height:10%;
	}
	.home {
		height: 100%;
		position: absolute;
		margin-top: 0px;
	}

	div#logo_entreluces_menu {
		height: 100%;
	}
/*	
	div#logo_entreluces_menu > img {
		height: 100%;
	}
*/	
	div#nombre_obra {
		width: 100%;
		height: 8%;
	}

	div#nombre_obra > h1 {
		font-size: 4vw;
	}

	#video-target-1, #video-target-2 {
		width: 100%;
		height: 50% !important;
	}
	div#titulo_imagen {
		height: 40%;
		margin-top: 20%;
	}
	div#titulo_imagen > p {
		font-size: 5vw;
		font-weight: bold;
	}
}


/*

2.- Saltos de Responsive Horizontal

  iPhone 5/SE - 568px
  Galaxy Note, Galaxy S5, LG Optimus - 640px
  iPhone 6, 7, 8, 6S  - 667px
  iPhone 8 Plus, 7 Plus, 6S Plus - 736px
  Galaxy S9, Note 8, S8 - 740px
  Pixel 3, 3XL - 786px
  iPhone XS - 812px
  Galaxy S9 Plus, S8 Plus - 846
  iPhone XR - 896px
  iPad - 1024px
  iPad Pro (10.5) - 1112px
  Kindle Fire - 1280px
  iPad Pro (12.9) - 1366px 
*/

@media screen and (min-width:568px) and (orientation: landscape) 
{

	div#logo_entreluces_menu {
		margin-top: 0%;
	}
	div#titulo_imagen {
		margin-top: 30%;
	}
}


@media screen and (max-width:666px) and (orientation: landscape) 
{
	.home, #lang-change {
		margin-top: 0px;
		height: 100%;
	}
}

@media screen and (min-width:740px) and (orientation: landscape) 
{
	div#logo_entreluces_menu {
		width: 18%;
	}
	.home, #lang-change {
		margin-top: 0px;
		height: 100%;
	}


}

@media screen and (min-width:800px) and (max-width: 895px) and (orientation: landscape) 
{
	div#logo_entreluces_menu {
		width: 18%;
		margin-top:0vh;
		margin-left:0vh;
	}
/*
	div#logo_entreluces_menu > img {
		width: 92%;
	}
*/
}

@media screen and (min-width: 896px) and (max-width: 900px) and (orientation: landscape)
{
	div#logo_entreluces_menu > img {
		width: 85% !important;
	}
	div#logo_entreluces_menu 
	{
		margin-top:0vh;
		margin-left:0vh;
	}
}

@media screen and (min-width: 846px) and (orientation: landscape)
{
	div#logo_entreluces_menu {
    width: 18%;
}
}

@media screen and (min-width: 960px) and (orientation: landscape)
{
	div#header_menu_obra {
		height: 16%;
}

#menu {
    min-height: 84% !important;
    max-height: 84% !important;
}
}



@media screen and (min-width:1024px) and (orientation: landscape) 
{
	.home {
		margin-top: 0px;
		height: 100%;
	}

	div#logo_entreluces_menu {
		margin-left: 0vh;
		margin-top: 0vh;
	}
/*
	div#logo_entreluces_menu > img {
		margin: 1.5vh;
	}
*/	
}

@media screen and (min-width:1280px) and (orientation: landscape) 
{
	div#logo_entreluces_menu {
		width: 17%;
		margin-top: 0vh;
	}
/*
	div#logo_entreluces_menu > img {
		margin-left: 2vh;
		margin-top: 1vh;
	}
*/
}

@media screen and (min-width:2778px) and (orientation: landscape) 
{
	/*
	div#logo_entreluces_menu > img {
		height: 90%;
		width: auto;
	}
	*/
}



@font-face {
	font-family: 'LatoRACAV';
	src: url('./fonts/lato/Lato-Bold-RACAV.ttf') format('truetype'),
		 url('./fonts/lato/Lato-Bold-RACAV.eot') format('embedded-opentype'),
		 url('./fonts/lato/Lato-Bold-RACAV.woff') format('woff'),
		 url('./fonts/lato/Lato-Bold-RACAV.woff2') format('woff2'),
		 url('./fonts/lato/Lato-Bold-RACAV.svg') format('svg');
		 
	font-weight: normal;
	font-style: normal; 
}

/*focus-visible*/
*:focus-visible {
    outline: 8px solid yellow;
}

@supports not selector(:focus-visible) {
	*:focus {
	  /* Fallback for browsers without :focus-visible support */
	  outline: 8px solid yellow;
	  outline-offset: 8px;
	}
}	


