@charset "utf-8";
/* CSS Document */
#mainimage { width:100%; height:auto; }
#logo { max-width: 100%;height: auto !important; }
.logo { width:auto; }
 
@media only screen and (min-width: 20em) {
  .logo { width:60%; height: auto;  }
}
 /* 328px */
 
@media only screen and (min-width: 48em){
  .logo {
    width:60%;
    height: auto;
  }
}
/* 768px */


 
@media only screen and (min-width: 56.25em){
  .logo { background-position: left 0px; width:100%; height: auto; }
  .logo-main,.header-right { width:auto; }
 }
 /* 900px */
 
 .cush3{ border-top:2px solid white; border-bottom:2px solid white; padding:10px; font-family:'Avenir LT Std 55 Roman';  font-weight:normal; font-size:18px;}
 .cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 227px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:182px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:-0px;
		width: 100%;
}

@media screen and (max-width: 480px){
	 .cush3{ border-top:2px solid white; border-bottom:2px solid white; padding:10px; font-family:'Avenir LT Std 55 Roman';  font-weight:normal; font-size:16px;}
 .cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 40px;
	 	top:0px;
	 	border:solid 1px;
	 	
	 
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: none;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:0px;
		/*-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;*/
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 100px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 0px;
		text-align: center;
		top:-0px;
		width: 100%;
}
	
.explore-title { width:100%; font-size:14px; color:#fff; text-align:right; text-transform:uppercase; font-size:11px; font-family: 'Avenir LT Std 65 Medium';}
.explore-title a {color: #fff;}
.explore-title h3 {display:block;text-transform:none; margin:6px  0 17px 0; font-family: 'Avenir LT Std 55 Roman';  font-weight:normal; font-size:16px;}
	
}
 /*=============================== explore section =========================*/
.explore-main2 {
  background:#e9007f; 
  padding:17px;
  text-align:center;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;

}
.explore-title2 {float:left; width:100%; font-size:14px; color:#fff; text-align:left; text-transform:uppercase; font-size:11px; font-family: 'Avenir LT Std 65 Medium';}
.explore-title2 a {color: #fff;}
.explore-title2 h3 {display:block;text-transform:none; margin:6px  0 17px 0; font-family: 'Avenir LT Std 55 Roman';  font-weight:normal; font-size:24px;}
 
h2.title-main22 { width:100%; font-size: 16px !important; color: #501d3c;font-family: 'Avenir LT Std 55 Roman'; position: relative; }
h2.title-main22:before { content: '';   position: absolute; left: 0; bottom: -18px; width: 32px; height: 2px; background: #501e3c; }


.wp-video-fullscreen {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.wp-video-fullscreen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}