/* reseteo universal */
@charset "utf-8";
*{
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "Verdana";
}

article, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

a {
    text-decoration: none;
}


@font-face {
  font-family: "BeltaBold";
  src: url("../fonts/belta-bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/belta-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/belta-bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/belta-bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/belta-bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/belta-bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/belta-bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Balqis";
  src: url("../fonts/Balqis.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Balqis.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Balqis.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Balqis.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Balqis.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Balqis.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Balqis.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Wonderful";
  src: url("../fonts/Wonderful.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Wonderful.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Wonderful.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Wonderful.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Wonderful.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Wonderful.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Wonderful.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'little-days';
    src: url('../fonts/little-days.eot');
    src: url('../fonts/little-days.eot?#iefix') format('embedded-opentype'),
         url('../fonts/little-days.woff2') format('woff2'),
         url('../fonts/little-days.woff') format('woff'),
         url('../fonts/little-days.ttf') format('truetype'),
         url('../fonts/little-days.svg#little-days') format('svg');
    font-weight: normal;
    font-style: normal;

}












body {
}

img {
	vertical-align: middle;
}
.ir-arriba {
    padding: 20px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    color: #fff;
    background-color: #9400FB;
    cursor: pointer;
    z-index: 999999;
    opacity: 0.6;
}

/* header  */
header {
	background-color: #a3fbf6;
	width: 100%;
	display: block;
	position: absolute;
	height: 55px;
	z-index: 99999;	
}
nav {
	float: right;
	width: 80%;
}
nav a {
	width: 15%;
	display: inline-block;
	text-align: center;
}
nav a {
	padding: 0.5em;
	color: #fff;
	font-family: 'little-days';
	font-size: 2em;
}
nav a:hover {
	font-weight: bold;
	color: blue;
}


ul {
	width: 40%;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

li {
	text-align: left;
	line-height: 1.7em;
}




.textoCabecera {
	display: block;
	position: fixed;
	width: 100%;
	text-align: center;
	font-family: 'little-days';
	font-size: 40px;
}
.imgLogo {
	display: block;
	width: 25%;
	position: absolute;
	margin-top: 0.2em;
	vertical-align: middle;
}
.icon-menu {
	position: fixed;
	float: right;
	right: 0;
	font-size: 2em;
	margin-right: 0.2em;
	margin-top: 0.2em;
	cursor: pointer;
}
.imgBackground {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.navegador {
	z-index: 2;
	display: block;
	position: absolute;
	top:160px;
	width: 100%;
	background-color: #808080;
	opacity: 0.8;
}
.navegador p {
	font-family: 'little-days';
	font-size: 2em;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-weight: bold;
}
.navegador img {
	vertical-align: middle;
	opacity: 1 !important;
}
/*  fin :: header*/

/* ventana modal */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
#popupBody{
    width: 46%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: relative;
    transition: all 5s ease-in-out;
    margin: 20% auto;    
}
#cerrar{
    position: fixed;
    width: auto;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
    z-index: 9999999;
}
/* FIN ventana modal */


/* iconos de la fuentes fontello */
.icon-info-circled {
	font-size: 2em;
	cursor: pointer;
}
/* FIN iconos fuente de fontello */


sup {
	font-size: 0.7em;
}



/* header y menu  */
#menu-bar, #ver-promo {
	display: none;
}


.menu {
	display: block;
	position: absolute;
	width: 100%;
	top: 55px;
	margin-left: 0;
	text-align: center;
	transition: all 0.5s;
	transform: translateX(-110%);
	opacity: 0.9;
	z-index: 999999999;
}

.menu a {
	width: 100%;
	background-color: #C8F8F5;
	border-bottom: 1px solid #fff;
	color: #000;
	color:#fff;
	text-shadow: 1px 1px #000;
}

.menu a:hover {
	color: blue;
	text-shadow: none;
	text-decoration: none;
}

#menu-bar:checked ~ .menu {
	transform: translateX(0%);

}

hr.uno {
	height: 10px;
	background-image: url('../images/separadores/uno.png');
}
hr.dos {
	height: 10px;
	background-image: url('../images/separadores/dos.png');
}


/* contactoIconFixed: botón fijo para llavar al formulario de contacto flotante; */
.contactoIconFixed {
	position: fixed;
	top: 150px;
	right: 0;
	width: auto;
	z-index: 999999;
	background-color: #ffd700;
	padding: 0.5em;
	border-radius: 0.5em 0 0 0.5em;
}
/* fin contactoIconFixed */

/* nueva MODAL */

.container-box
{
	display:inline-block; 
	padding:10px; 
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;	
	position: fixed;
  	top: 55%;
  	left: 0;

}

.modal-content
{
	background: rgba(255, 255, 255, .7);	
}


.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: top left;  
}

.mt-0 {
  margin-top: 100px !important;
}



/*  fin nueva MODAL*/


/*================================================================
    = @media(max-width: 801px) and (max-width: 1024px) SECTION: FORMULARIOS  =
    =================================================================*/
    form#myOwnForm {
        width: 60%;
        margin: 20px auto;
        text-align: center;
        background-color: #C6C2C2;
        border-radius: 3px;
        padding: 20px 0;
    }
    form#myOwnForm h2 {
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
        font-family: "BreeSerif-Regular";
        letter-spacing: 1px;
        font-style: normal;
        margin-bottom: 20px;
    }
    form#myOwnForm label {
        width: 100%;
        font-size: 20px;
        display: block;
    }

    form#myOwnForm input[type="text"],
    form#myOwnForm input[type="date"],
    form#myOwnForm input[type="email"],
    form#myOwnForm input[type="tel"],
    form#myOwnForm input[type="num"],
    form#myOwnForm textarea {
        width: 90%;
        font-size: 20px;
        border-radius: 3px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        margin-bottom: 20px;
    }
    div#condicionesAcepta {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;        
        margin-top: 5px;
        margin-bottom: 5px;
    }
    form#myOwnForm a {
        margin-left: 5px;
    }
    form#myOwnForm input[type="checkbox"] {
    }
    form#myOwnForm input[type="submit"] {
        width: 90%;
        display: block;
        text-align: center;
        margin: auto;
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: #82F087;
        margin-bottom: 20px;
        color: #369423;
        -webkit-appearance: none;
        font-size: 20px;
        cursor: pointer;
    }
    form#myOwnForm textarea {
        width: 90%;
        height: 7em;
        margin-bottom: 20px;
        border-radius: 3px;
        margin: auto;
    }
    /*=====  End of FORMULARIOS  ======*/

    section.cumpleaños-reservar {
        display: block;
        width: auto;
        margin: 20px auto;
        text-align: center;
        padding: 15px;
        border-radius: 3px;
        border: 2px solid #229B25;
        background-color: #A6E89D;
    }


/* mensajeDestacado 
.mensajeDestacado {
	width: 100%;
	position: fixed;
	z-index: 9999999;
	top: 150px;
}
.cajaInterior {
	width: 50%;
	margin: auto;
}
.cajaInterior img {
	border: 5px solid #f5a0ec;
	border-radius: 0.3em;	
	position: relative;
}	
.cajaInterior form {
	width: 50% !important;
	background-image: url('../images/background/formulario_de_contacto.jpg');
}

FIN  mensajeDestacado */



/* CUERPO de CONTENIDO */
main {
	display: block;
	position: relative;
	top:55px;
	width: 100%;
	height: 100vh;
}
.contenido {
	margin: auto;
	position: absolute;
	background-color: #d7d9e9;
	opacity: 0.8;
	z-index: -1;
}
.contenido h2 {
	font-family: "belta-bold";
}
.marcoPrincipal {
	width: 100%;
	display: block;
	padding-bottom: 1em;
}
.marcoPrincipal h1 {
	font-family: "BeltaBold";
	font-size: 50px;
	width: 100%;
	text-align: center;
}
.marcoPrincipal h2 {
	font-family: "little-days";
	font-size: 50px;
	width: 100%;
	text-align: center;
}
.marcoSecundario {
	width: 80%;
	margin: auto;
}
.frase {
	width: 100%;
	opacity: 1;
	margin-top: 0.5em;
	text-align: center;
}
.frase p {
	font-family: 'little-days';
	font-size: 1.7em;
}
.author {
	font-family: 'Wonderful';
	font-size: 1.5em;
}
.eslogan {
	width: 100%;
	margin: auto;
	background-color: #fff;
	text-align: center;
	padding-bottom: 0.5em;
	padding-top: 30px;
	padding-bottom: 30px;
}
.eslogan img {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.eslogan > ul > li > a {
	font-family: "little-days";
	font-size: 30px;
	line-height: 30px;
}
.eslogan >.contenedorImagenes {
	width: 90%;
	margin: auto;
	text-align: center;
}
.eslogan > .contenedorImagenes img {
	width: 100%;
	border-radius: 5px;
}
.eslogan label img {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.eslogan label {
	display: inline-block;
	font-family: 'little-days';
	width: 60%;
	text-align: center;
	font-size: 2em;
	margin: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	vertical-align: middle;
}	
.eslogan h1  {
	width: 90%;
	margin: auto;
	font-family: 'little-days';
	font-size: 2em;	
	text-align: center;
	margin-top: 2em;
}
.eslogan h4  {
	width: 90%;
	margin: auto;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: 'Wonderful';
	font-size: 2em;	
	text-align: center;
}
.detalle {
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	width: 100%;
	background-color: #a3fbf6;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.detalle h1, 
.detalle h2,
.detalle h3,
.detalle h4,
.eslogan h2,
.formulario  {
	width: 90%;
	margin: auto;
	font-family: 'little-days';
	font-size: 2.5em;	
	text-align: center;
	font-weight: bold;
}
.detalle h2 {
	font-size: 2em;
}
.detalle h3 {
	font-size: 1.2em;
}
.detalle h4 {
	font-size: 1.7em;
	font-family: 'Wonderful';
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.detalle p, .eslogan p, li {
	width: 90%;
	margin: auto;
	font-family: 'little-days';
	font-size: 1.5em;	
	text-align: center;	
}
.detalle img {
	width: 15%;
	border-radius: 0.5em;
	margin: 1em;
}
.detalle .contenedorImaganes,
.eslogan .contenedorImagenes {
	width: 90%;
	margin: 0 auto;	
}
.detalle  > .contenedorImaganes > img.along {
	width: 100%;
}

li {
	text-align: left;
}

/* FIN cuerpo de contenido */




/* FOOTER */
section#footer {
	width: 100%;
	display: block;
	padding-bottom: 2em;
}
section#footer .panel,
section#footer .copy {
	margin: auto;
	width: 90%;
	display: block;
	padding-top: 1em;
}
section#footer .panel label,
section#footer .panel a,
section#footer .copy {
	font-size: 0.9em;
	text-align: center;
	display: block;
	margin-top: 1em;
}	
section#footer .copy {
	font-size: 0.7em;
}
section#faldonIconosFijos {
	display: none;
}
/* fin de FOOTER */

.errorMessage {
    width: 100%;
    border: 2px solid #BCC525;
    background-color: #E0D970;
    padding: 5px 0;
    padding-left: 10px;
}
.successMessage {
    width: 100%;
    border: 2px solid #29C525;
    background-color: #7DE070;
    padding: 5px 0;
    padding-left: 10px;
    color: #fff;
}

/* FORM 
form {
	width: 90%;
	border: 1px solid #808080;
	border-radius: 0.3em;
	background-color: #eae3e3;
	margin: auto;
	padding-top: 2em;
	padding-bottom: 2em;
}
form img {
	padding: 1em;
	border-radius: 0.5em;
}
form section#cajaInterna {
	width: 90%;
	margin: auto;
}
form section#cajaInterna label {
	display: inline;
	font-family: 'Verdana';
	font-size: 1em;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="checkbox"],
textarea {
	width: 80%;
	display: block;
	padding: 0.5em;
	border: 1px solid #000;
	border-radius: 0.3em;
	margin: auto;
	margin-top: 0.5em;
	font-size: 1.2em;
}
input[type="checkbox"] {
	display: inline;
	width: auto;
	margin-right: 0.5em;
}
textarea {
	min-height: 10em;
}

input[type="submit"] {
	width: 90%;
	display: block;
	padding: 0.5em;
	border: 1px solid #000;
	border-radius: 0.3em;
	margin: auto; 
	margin-top: 0.5em;
	font-size: 1.2em;
	background-color: green;
	cursor: pointer;
}
 fin de FORM */



.infoMessage {
	display: block;
	position: relative;
	width: 80%;
	padding: 1em;
	border:3px solid #264d19; 
	background-color: #77e851;
	border-radius: 0.5em;
}
.errorMessage {
	display: block;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	margin: auto;
	text-align: center;
	padding: 1em;
	border:4px solid red;
	border-radius: 0.5em;
	font-size: 1.5em;
	z-index: 3;
	background-color: yellow;
}


.botonCerrarDiv {
	position: relative;
	top:1em;
	left: -0.5em;
	color: #000;
	border-radius: 70%;
	padding: 0.1em;
	border: 5px solid #fff356;
	background-color: #c6d93c;
	z-index: auto;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}

.fuente-color-rojo {
	color: red;
}
.fuente-negrita {
	font-weight: bold;
}




@media (min-width: 1501px) and (max-width: 2000px) {
	header {
		background-color: unset;
	}
	.imgLogo {
		width: 15%;
	}
	.textoCabecera, .icon-menu {
		display: none;
	}
	.menu {
		position: static;
		width: auto;
		height: auto;
		transform: unset;
		float: right;
		display: inline-flex;
	}
	.menu a {
		border: none;
		font-size: 3em;
		font-weight: bold;
		background-color: unset;
		color:#fff;
		text-shadow: 1px 1px #000;
	}
	.menu a:hover {
		color: blue;
		text-decoration: none;
		text-shadow: none;
	}
	main {
		top:unset;
	}
	.contenido {
		width: 100%;
	}
	.navegador {
		opacity: 0.8;
		top:500px;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.navegador p {
		font-size: 3em;
		margin-left: 3em;
	}
	
	.botonCerrarDiv {
		left:100px;
	}	
	section#footer .panel {
		width: 32%;
		display: inline-block;
		vertical-align: top;
	}
}
@media (min-width: 1201px) and (max-width: 1500px) {
	header {
		background-color: unset;
	}
	.imgLogo {
		width: 15%;
	}
	.textoCabecera, .icon-menu {
		display: none;
	}
	.menu {
		position: static;
		width: auto;
		height: auto;
		transform: unset;
		float: right;
		display: inline-flex;
	}
	.menu a {
		border: none;
		font-size: 2.5em;
		font-weight: bold;
		background-color: unset;
		color:#fff;
		text-shadow: 1px 1px #000;
	}
	.menu a:hover {
		color: blue;
		text-decoration: none;
		text-shadow: none;
	}
	main {
		top:unset;
	}
	.contenido {
		width: 100%;
	}
	.navegador {
		opacity: 0.8;
		top:500px;
		padding-top: 3em;
		padding-bottom: 3em;
		margin-top: -150px;
	}
	.navegador p {
		font-size: 3em;
		margin-left: 3em;
	}
	.botonCerrarDiv {
		left:100px;
	}	
	section#footer .panel {
		width: 32%;
		display: inline-block;
		vertical-align: top;
	}
}
@media (min-width: 1025px) and (max-width: 1200px) {
	header {
		background-color: unset;
	}

	.textoCabecera, .icon-menu {
		display: none;
	}
	.menu {
		position: static;
		width: auto;
		height: auto;
		transform: unset;
		float: right;
		display: inline-flex;
	}
	.menu a {
		border: none;
		font-size: 2.5em;
		font-weight: bold;
		background-color: unset;
		color:#fff;
		text-shadow: 1px 1px #000;
	}
	.menu a:hover {
		color: blue;
		text-decoration: none;
		text-shadow: none;
	}
	main {
		top:unset;
	}
	.contenido {
		width: 100%;
	}
	.navegador {
		opacity: 0.8;
		top:270px;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.navegador p {
		font-size: 3em;
		margin-left: 3em;
	}
	.botonCerrarDiv {
		left:100px;
	}	
	section#footer .panel {
		width: 32%;
		display: inline-block;
		vertical-align: top;
	}
}
@media (min-width: 901px) and (max-width: 1024px) {
	header {
		background-color: unset;
	}
	.textoCabecera, .icon-menu {
		display: none;
	}
	.menu {
		position: static;
		width: auto;
		height: auto;
		transform: unset;
		float: right;
		display: inline-flex;
	}
	.menu a {
		border: none;
		font-size: 2.2em;
		font-weight: bold;
		background-color: unset;
		color:#fff;
		text-shadow: 1px 1px #000;
	}
	.menu a:hover {
		color: blue;
		text-decoration: none;
		text-shadow: none;
	}
	main {
		top:unset;
	}
	.contenido {
		width: 100%;
	}
	.navegador {
		opacity: 0.8;
		top:250px;
		padding-top: 2em;
		padding-bottom: 1em;
	}
	.navegador p {
		font-size: 3em;
		margin-left: 3em;
	}
	.botonCerrarDiv {
		left:100px;
	}	
	section#footer .panel {
		width: 32%;
		display: inline-block;
		vertical-align: top;
	}
}
@media (min-width: 769px) and (max-width: 900px) {
	header {
		background-color: unset;
	}
	.textoCabecera, .icon-menu {
		display: none;
	}
	.menu {
		position: static;
		width: auto;
		height: auto;
		transform: unset;
		float: right;
		display: inline-flex;
	}
	.menu a {
		border: none;
		font-size: 1.8em;
		font-weight: bold;
		background-color: unset;
		color:#fff;
		text-shadow: 1px 1px #000;
	}
	.menu a:hover {
		color: blue;
		text-decoration: none;
		text-shadow: none;
	}
	main {
		top:unset;
	}
	.contenido {
		width: 100%;
	}
	.navegador {
		opacity: 0.8;
		top:200px;
	}
	.navegador p {
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 2em;
		font-size: 3.5em;
	}
	.botonCerrarDiv {
		left:40px;
	}
	section#footer .panel {
		width: 32%;
		display: inline-block;
		vertical-align: top;
	}	
	ul {
		width: 80%;
	}

}
@media (min-width: 600px) and (max-width: 768px) {
	header {
		height: 100px;
		position: fixed;
	}
	form#myOwnForm {
		width: 99%;
	}
	nav.menu {
		position: absolute;
		top:100px;

	}
	.textoCabecera {
		margin-top: 20px;
	}
	.imgLogo {
		position: fixed;
		width: 120px;
	}
	.frase img {
		display: block;
		margin:auto;
	}
	
	.eslogan img {
		width: 20%;
		display: inline;
	}
	.eslogan .contenedorImagenes {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.eslogan .contenedorImagenes img {
		width: 100%;
		border-radius: 5px;
	}
	.eslogan label img {
		display: inline-block;
		width: 30%;
		vertical-align: middle;
	}
	.eslogan label {
		width: 40%;
	}
	main {
		top:unset;
	}
	.contenido {
		width: 100%;
	}
	.navegador {
		opacity: 0.8;
		top:180px;
		font-size: 1.7em;
		padding-left: 20px;
		padding-bottom: 0;
		padding-top: 5px;
	}	
	.botonCerrarDiv {
		left:40px;
	}
	section#footer .panel {
		width: 32%;
		display: inline-block;
		vertical-align: top;
	}
	ul {
		width: 80%;
	}

}
@media (min-width: 550px) and (max-width: 599px) {
	header {
		height: 100px;
		position: fixed;
	}
	form#myOwnForm {
		width: 99%;
	}
	nav.menu {
		position: absolute;
		top:100px;

	}
	.textoCabecera {
		margin-top: 20px;
	}
	.imgLogo {
		position: fixed;
		width: 120px;
	}
	.frase img {
		display: block;
		margin:auto;
	}
	.eslogan img {
		width: 20%;
		display: inline;
	}
	.eslogan .contenedorImagenes {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.eslogan .contenedorImagenes img {
		width: 100%;
		border-radius: 5px;
	}
	.eslogan label img {
		display: inline-block;
		width: 30%;
		vertical-align: middle;
	}
	.eslogan label {
		width: 40%;
	}
	.contenido {
		width: 100%;
	}
	.navegador {
		top:130px;
		opacity: 0.8;
	}
	.navegador p{
		padding-left: 20px;
		padding-bottom: 0;
		padding-top: 5px;
		font-size: 40px;
	}	
	.botonCerrarDiv {
		left:40px;
	}
	section#footer .panel {
		width: 32%;
		display: inline-block;
		vertical-align: top;
	}
	ul {
		width: 80%;
	}
	.video-container { position: relative;  width: 100%; height: 100%;}



}
@media (min-width: 441px) and (max-width: 549px) {
	header {
		height: 70px;
		position: fixed;
	}
	form#myOwnForm {
		width: 99%;
	}
	.imgLogo {
		position: fixed;
	}
	.navegador {
		margin-top: 20px;
		opacity: 0.8;
	}
	.navegador p {
		font-size: 40px;
		padding-left: 10px;
		padding-bottom: 0;
		padding-top: 10px;
	}
	.eslogan img {
		display: inline;
		margin: auto;
		width: 50%;
	}
	.eslogan .contenedorImagenes {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.eslogan .contenedorImagenes img {
		width: 100%;
		border-radius: 5px;
	}
	.eslogan label img {
		display: inline-block;
		width: 40%;
		vertical-align: middle;
	}
	.eslogan label {
		width: 99%;
		text-align: center;
	}
	.eslogan p {
		font-size: 2em;
	}
	.eslogan h1 {
		font-size: 2.5em;
	}
	main {
		top:70px;
	}
	.contenido {
		width: 100%;
	}
	.menu {
		top:70px;
	}
	.frase img {
		display: block;
		margin:auto;
	}
	.frase p {
		font-size: 2em;
	}
	
	.detalle img {
		width: 25%;
	}	
	.detalle p {
		font-size: 2em;
	}
	ul {
		width: 80%;
	}

	section#faldonIconosFijos {
		position: fixed;
		bottom: 0px;
		background-color: #fff;
		padding: 10px;
		display: block;
		width: 100%;
		text-align: center;
	}
	section#faldonIconosFijos a img {
		margin-right: 20px;
	}
}
@media (min-width: 376px) and (max-width: 440px) {
	header {
		height: 70px;
		position: fixed;
	}
	form#myOwnForm {
		width: 99%;
	}
	.imgLogo {
		position: fixed;
	}
	.navegador {
		margin-top: 0px;
		opacity: 0.8;
	}
	.textoCabecera {
		font-size: 25px;
		margin-top: 10px;
	}
	.navegador p {
		font-size: 33px;
		padding-left: 10px;
		padding-bottom: 0;
		padding-top: 0px;
	}
	.eslogan img {
		display: inline;
		margin: auto;
		width: 50%;
	}
	.eslogan .contenedorImagenes {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.eslogan .contenedorImagenes img {
		width: 100%;
		border-radius: 5px;
	}
	.eslogan label img {
		display: inline-block;
		width: 40%;
		vertical-align: middle;
	}
	.eslogan label {
		width: 99%;
		text-align: center;
	}
	.eslogan p {
		font-size: 2em;
	}
	.eslogan h1 {
		font-size: 2.5em;
	}
	main {
		top:70px;
	}
	.contenido {
		width: 100%;
	}
	.menu {
		top:70px;
	}
	.frase img {
		display: block;
		margin:auto;
	}
	.frase p {
		font-size: 2em;
	}
	
	.detalle img {
		width: 25%;
	}	
	.detalle p {
		font-size: 2em;
	}
	ul {
		width: 80%;
	}

	section#faldonIconosFijos {
		position: fixed;
		bottom: 0px;
		background-color: #fff;
		padding: 10px;
		display: block;
		width: 100%;
		text-align: center;
	}
	section#faldonIconosFijos a img {
		margin-right: 20px;
	}
}
@media (min-width: 0px) and (max-width: 375px) {
	header {
		height: 60px;
		position: fixed;
	}
	form#myOwnForm {
		width: 99%;
	}
	.imgLogo {
		position: fixed;
	}
	main {
		top:60px;
	}
	.menu {
		top:60px;
	}
	.textoCabecera {
		font-size: 25px;
		margin-top: 15px;
	}	
	.eslogan img {
		width: 40%;
	}
	.eslogan .contenedorImagenes {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.eslogan .contenedorImagenes img {
		width: 100%;
		border-radius: 5px;
	}
	.eslogan label img {
		display: inline-block;
		width: 50%;
		vertical-align: middle;
	}
	.eslogan label {
		width: 99%;
		text-align: center;
	}
	.navegador {
		top:140px;
		opacity: 0.8;
	}
	.navegador p {
		padding-left: 10px;
		font-size: 25px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.frase p {
		font-size: 1.7em;
	}
	.detalle p {
		font-size: 1.7em;
	}
	.eslogan h1 {
		font-size: 2.5em;
	}
	.eslogan p {
		font-size: 2em;
	}
	ul {
		width: 80%;
	}

	section#faldonIconosFijos {
		position: fixed;
		bottom: 0px;
		background-color: #fff;
		padding: 10px;
		display: block;
		width: 100%;
		text-align: center;
	}
	section#faldonIconosFijos a img {
		margin-right: 20px;
	}	
}
