/* CSS Document */
.Body_NegroAzul{
	/*background: -webkit-linear-gradient(#000216,#000216,#081c53,#081c53,#000216,#000216,#000,#000); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#000216,#000216,#081c53,#081c53,#000216,#000216,#000,#000); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#000216,#000216,#081c53,#081c53,#000216,#000216,#000,#000); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#000216,#000216,#081c53,#081c53,#000216,#000216,#000,#000); /* Standard syntax */
	
	background: -webkit-linear-gradient(#000216,#000216,#025f8b,#025f8b,#000216,#000216,#000,#000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#000216,#000216,#025f8b,#025f8b,#000216,#000216,#000,#000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#000216,#000216,#025f8b,#025f8b,#000216,#000216,#000,#000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#000216,#000216,#025f8b,#025f8b,#000216,#000216,#000,#000); /* Standard syntax */
}

/***************************Header********************************/
.Header_Inicio_2020{
	width: 100%;
	overflow: hidden;
	text-align: center;
	/*background-image: url(../images2021/Fondos_Inicio/Buceo.jpg);*/
	background-repeat: no-repeat;
	background-position: center;
	text-shadow: 2px 2px 5px #000;
}
.Header_Inicio_2020_Txt{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	font-family: 'Whyte Bold';
	font-size: 50px;
	line-height: 70px;
	color: #fff;
	margin-top: 60px;
	transition: 0.5s ease-in-out;
}
.Header_Inicio_2020_Txt_2{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	font-family: 'Whyte Medium';
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	transition: 0.5s ease-in-out;
}
.Header_Inicio_2020_Play{
	width: 100px;
	margin: 30px 0;
	cursor: pointer;
	transition: 0.5s ease-in-out;
}
.Header_Inicio_2020_Degradado{
	width: 100%;
	height: 200px;
	background: -webkit-linear-gradient(transparent,#000216); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(transparent,#000216); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(transparent,#000216); /* For Firefox 3.6 to 15 */
	background: linear-gradient(transparent,#000216); /* Standard syntax */
}
.Header_Inicio_2020_Vimeo{
	width: 711px;
	height: 400px;
	margin: 30px auto;
	transition: 0.5s ease-in-out;
	display: none;
}
@media only screen and (max-width: 1150px) {
	.Header_Inicio_2020_Txt{
		font-size: 50px;
		line-height: 60px;
	}
	.Header_Inicio_2020_Txt_2{
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 700px) {
	.Header_Inicio_2020_Txt{
		font-size: 45px;
		line-height: 55px;
	}
	.Header_Inicio_2020_Txt_2{
		font-size: 20px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 485px) {
	.Header_Inicio_2020_Txt{
		font-size: 28px;
		line-height: 40px;
	}
	.Header_Inicio_2020_Txt_2{
		font-size: 18px;
		line-height: 26px;
	}
}

.Header_Video_2020{
	width: 100%;
	overflow: hidden;
}
.Header_Video_2020_Txt{
	font-family: "ArchivoBlack";
	font-size: 50px;
	color: #fff;
	float: left;
	margin-left: 5%;
	margin-top: 120px;
}
.Header_Video_2020_Vimeo{
	width: 711px;
	height: 400px;
	float: right;
	right: 0;
	margin-right: 0;
}
.Linea_Header_Cont{
	width: 100%; overflow: hidden;
}
.Linea_Header_Left{
	background-color: #e2b22b;
	height: 5px;
	/*float: right;*/
	width: 60%;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	margin: 30px 0;
}
.Linea_Header_Right{
	background-color: #e2b22b;
	height: 5px;
	float: right;
	width: 60%;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	margin: 30px 0;
}
@media only screen and (max-width: 1500px) {
	.Header_Video_2020_Txt{
		margin-left: 3%;
	}
}
@media only screen and (max-width: 1450px) {
	.Header_Video_2020_Txt{
		margin-top: 100px;
	}
	.Header_Video_2020_Vimeo,.Header_Inicio_2020_Vimeo{
		width: 600px;
		height: 338px;
	}
}
@media only screen and (max-width: 1350px) {
	.Header_Video_2020_Txt{
		font-size: 40px;
	}
}
@media only screen and (max-width: 1200px) {
	.Header_Video_2020_Txt{
		margin-top: 80px;
	}
	.Header_Video_2020_Vimeo,.Header_Inicio_2020_Vimeo{
		width: 500px;
		height: 282px;
	}
}
@media only screen and (max-width: 1100px) {
	.Header_Video_2020_Txt{
		font-size: 30px;
	}
}
@media only screen and (max-width: 950px) {
	.Header_Video_2020_Txt{
		width: 94%;
		padding: 0 3%;
		margin-left: 0;
		float: none;
		margin-top: 30px;
		font-size: 40px;
	}
	.Header_Video_2020_Vimeo{
		float: none;
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.Header_Video_2020_Txt{
		font-size: 30px;
	}
	.Header_Inicio_2020_Vimeo{
		width: 400px;
		height: 226px;
	}
}
@media only screen and (max-width: 440px) {
	.Header_Video_2020_Txt{
		font-size: 23px;
	}
	.Header_Inicio_2020_Vimeo{
		width: 340px;
		height: 192px;
	}
}

/**************************Catálogo*******************************/
.Catalogo_Cont{
	width: 100%;
	overflow:hidden;
}
.Catalogo_Cont a{ text-decoration: none; }
.Catalogo_Cont a:hover{ text-decoration: none; }
.Catalogo_Sec_Tit{
	font-family: 'Whyte Bold';
	font-size: 35px;
	color: #fff;
	margin-bottom: 20px;
	margin-left: 1%;
	line-height: 38px;
}
.Catalogo_Tit{
	font-family: "Open Sans Bold";
	font-size: 20px;
	color: #fff;
	margin-left: 1%;
}
.Catalogo_Item{
	transition: all .5s;
	cursor: pointer;
	width: 360px;
}
.Catalogo_Item:hover{
	transform: scale(1.2);
	box-shadow: 0px 0px 10px #000;
}
.Catalogo_Item_Datos{
	width: 94%;
	height: 88px;
	overflow: auto;
	padding: 5px 3%;
	color: #000;
	background-color: #fff;
}
.Catalogo_Item_Tit{
	font-family: "Open Sans Bold";
	font-size:20px;
}
.Catalogo_Item_Info{
	font-size: 12px;
}
.Catalogo_Item_SelloNaat{
	height: 50px;
	width: 50px;
	max-height: 50px;
	margin-top: -145px;
	margin-left: 10px;
}
.Catalogo_Item_GratisTag{
	height: 35px;
	max-height: 35px;
	margin-top: -130px;
	margin-left: 10px;
}
.Catalogo_Swipe{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	display: none;
}
.Catalogo_Swipe img{
	width: 60px;
}
@media only screen and (max-width: 900px) {
	.Catalogo_Sec_Tit{
		margin-left: 2%;
	}
	.Catalogo_Tit{
		margin-left: 2%;
	}	
}
@media only screen and (max-width: 768px) {
	.Catalogo_Cont{
		margin-bottom: 20px;
	}
	.Catalogo_Sec_Tit{
		font-size: 25px;
		line-height: 30px;
		margin-left: 3%;
	}
	.Catalogo_Tit{
		margin-left: 3%;
		margin-bottom: 10px;
	}
	.Catalogo_Item:hover{
		transform: none;
		box-shadow: none;
	}
}
@media only screen and (max-width: 400px) {
	.Catalogo_Swipe{
		display: block;
	}
}

/********************************Carrusel******************************************/
#Carrusel_Catalogo{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom: 30px;
	overflow:hidden;
	padding-bottom:50px;
}

.slider_Catalogo {
	width: 96%;
    margin: 0px auto;
}
.slick-slide {
	margin: 0px 5px;
	max-height: 410px;
}
.slick-slide .Catalogo_Item_Img {
	width: 100%;
	height: auto;
	transition: all .5s;
	cursor: pointer;
	margin-top: 34px;
}
.slick-prev:before,.slick-next:before {
	color: black;
}
.slick-dots{/*Se esconden los puntos ya que son muchas imágenes*/
	visibility:hidden;
}
@media only screen and (max-width: 768px) {
	.slick-slide {
		margin: 0px 5px;
		max-height: 326px;
	}
	.slick-slide .Catalogo_Item_Img {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 860px) {
	.slick-prev:before,
	.slick-next:before{
	    font-size: 20px;
	}
	.slick-prev{
    	left: -25px;
	}
	[dir='rtl'] .slick-prev{
    right: -25px;
	}
}
@media only screen and (max-width: 860px) {
	.slick-prev,.slick-next{
		visibility: hidden;
	}
}

/**************************************************Side Menu******************************************************/

#Side_Menu{
	position: fixed;
	height: 100%;
	width: 400px;
	max-width: 80%;
	background-color: #fff;/*#151F68*/
	color: #333;
	box-shadow: 2px 0px 5px #000;
	font-family: "Open Sans Light";
	top: 0;
	left: 0;
	/*
	display: flex;
    align-items: center;
	*/
	font-size: 22px;
	margin-left: -450px;
	overflow: auto;
	z-index: 9999999999998;
}

#Side_Menu_Cont{
	width: 100%;
	margin-top: 40px;
	font-family: "Open Sans";
}
#Side_Menu_Cont a{
	text-decoration: none;
}

.Side_Menu_Logo{
	font-size: 16px;
	text-align: center;
	width: 80%;
	padding: 0 10%;
}
.Side_Menu_Logo img{
	width: auto;
	max-height: 100px;
}

.Side_Menu_Titulo{
	margin: 20px 0;
	color: #333;/*#e2b22b*/
	text-align: left;
	width: 80%;
	padding: 0 10%;
	font-family: "Open Sans SemiBold";
	font-size: 18px;
}
.Side_Menu_SubTitulo{
	margin-bottom: 20px;
	text-align: left;
	width: 80%;
	padding: 0 10%;
	font-size: 14px;
	display: flex;
    align-items: center;
}
.Side_Menu_SubTitulo img{
	width: 20px;
	margin-right: 10px;
}
.Side_Menu_Option{
	width: 80%;
	padding: 20px 10%;
	cursor: pointer;
	color: #333;
	font-size: 16px;
}
.Side_Menu_Option:hover{
	background-color: #e2b22b;
	color: #000;
}

#Side_Menu_Flecha{
	position: fixed;
	width: 15px;
	height: 300px;
	padding: 0 5px;
	background-color: #e2b22b;
	box-shadow: 2px 2px 5px #000;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	top:50%;
	margin-top:-150px;
	cursor: pointer;
	left: 0px;
}
#Side_Menu_Flecha:hover{
	background-color: #C0C0C0;
}
#Side_Menu_Flecha img{
	margin: 0 auto;
	margin-top: 140px;
	width: 100%;
	vertical-align: middle;
}
@media only screen and (max-width:415px) {
	#Side_Menu_Flecha{
		height: 120px;
		margin-top:-60px;
	}
	#Side_Menu_Flecha img{
		margin-top: 50px;
	}
}


#Side_Menu_Cerrar{
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	width:30px;
	height:30px;
}

/********************************Side Menu Accordion*********************************************/
#Side_Menu_Accordion{
	width:100%;
	text-align: left;
}

.Side_Menu_Linea_Amarilla_80{
	width: 80%;
	height: 1px;
	margin: 10px auto;
	background-color: #e2b22b;
}

button.Side_Menu_accordion {
	font-family: 'Open Sans';
	font-size:16px;
	min-height:40px;
	background-color:#fff;
    color: #000;
    cursor: pointer;
    padding-left:10%;
	padding-right:10%;
    width: 100%;
	max-width: 100%;
    border: none;
	border-radius: 0;
    text-align: left;
    transition: 0.4s;
}

button.Side_Menu_accordion.active{
}

button.Side_Menu_accordion:hover {
    color:#01BB3F;
}

button.Side_Menu_accordion:after {
    content: '\2756';
    font-size: 20px;
    color: #01BB3F;
    float: right;
    margin-left: 5px;
	margin-top:-36px;
}

button.Side_Menu_accordion.active:after {
    content: "\2756"; color:#01BB3F; transform:  rotate(45deg);
}

button.Side_Menu_acc_vacio:after {
	margin-bottom:18px;
	content: "";
}

button.Side_Menu_acc_vacio.active:after {
	content: "";
}


div.Side_Menu_panel {
    padding: 0px 10%;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	width:80%;
	margin: 0 auto;
	color:#333;
	font-size:14px;
	text-align: left;
}
div.Side_Menu_panel a {
	color:#333;
	transition: 0.5s ease-in-out;
}
div.Side_Menu_panel a:hover {
	color:#01BB3F;
}

div.Side_Menu_panel.show {
    opacity: 1;
    max-height: 3000px;
	padding-top: 10px;
	padding-bottom:0;
}

.Side_Menu_Modulo_Txt{
	font-size: 14px;
	color: #6F6F6F;
}

.Side_Menu_panel button{
	color:#333;
	font-size:14px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	transition: 0.5s ease-in-out;
}
.Side_Menu_panel button:hover {
	color:#01BB3F;
}

/*********************************Contenido************************************/

.Columns_Cont{
	width:100%;
}

.Column_Cont{
	width:100%;
	margin: 0px auto;
	padding: 100px 0;
	overflow: hidden;
	display: table;
	text-align: center;
}
.Column{
	width: 600px;
	display:inline-table;
	vertical-align:top;
	margin: 0 3%;
}
.Column img{
	max-width: 100%;
	margin: 0 auto;
}
.Column_Tit{
	font-family: "ArchivoBlack";
	font-size: 35px;
	color: #202020;
}
.Column_Txt{
	font-family: "Open Sans";
	font-size: 16px;
	color: #202020;
}
@media only screen and (max-width:1365px) {
	.Column{ 
		width: 500px;
		margin: 0 2%;
	}
}
@media only screen and (max-width:1090px) {
	.Column_Cont{
		padding: 50px 0;
	}
	.Column{ 
		width: 450px;
		margin: 0 2%;
	}
}
@media only screen and (max-width:980px) {
	.Column{ 
		width: 80%;
		margin: 20px 0;
	}
	.Column_Tit{
		font-size: 30px;
	}
}
@media only screen and (max-width:660px) {
	.Column_Cont{
		padding: 30px 0;
	}
	.Column{ 
		width: 90%;
		margin: 20px 0;
	}
	.Column_Tit{
		font-size: 28px;
	}
}

/***********************Webpage_IndexPopUp*************************/
.Webpage_IndexPopUp{
	width:fit-content;
	max-width:90%;
	height:fit-content;
	max-height:70%;
	overflow: auto;
	position:fixed;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	top:20%;
	background-color:#fff;
	box-shadow: 0px 0px 10px #333;
	border: 1px solid #000;
	z-index:24999;
}
.Webpage_IndexPopUp_Cerrar{
	position:absolute;
	right:0px;
	margin-top:0px;
	cursor:pointer;
	width:25px;
	height:25px;
	-webkit-filter: invert(100%);  
	-moz-filter: invert(100%); 
	-ms-filter: invert(100%); 
	-o-filter: invert(100%);
}