#i-logo{ height: 100px; margin-top: 40%; }
#d-menu-logo{ background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491); }

#d-menu-golf{ background: #fff; }

.textos-detalle {
  font-size: 16px;
  color: #000000;
  width: 100%;
  line-height: 26px;
  height: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  text-align: center;
}

/*  
========================================================== VIDEOS PLAYLIST 
 */
.vid-list-container {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
}
.vid-list {
	width:auto;
	position:relative;
	top:0;
	left:0;
	text-align:center;
}
.vid-item {
	display:inline-block;
	width:30%;
	height: auto;
	margin:10px;
	padding:0px;
}
.thumb {
	/*overflow:hidden;*/
	height:100%;
}
.thumb img {
	width: 100%;
	height:auto;
	position:relative;
	/*top:-13px;*/
}
.vid-item .desc {
	color: #000;
	font-size: 16px;
	font-weight:lighter;
	text-transform:uppercase;
	margin-top:5px;
	width:100%;
	height:60px;
	line-height:60px;
	display:block;
}
.vid-item .desc span{
	line-height:normal;
	display: inline-block;
	vertical-align: middle;
	max-width:80%;
	margin:0 auto;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}
.vid-item:hover {
	background: #eee;
	cursor: pointer;
}
.arrows {
	position:relative;
	width: 100%;
}
.detallesfaq{
	display: none;
	padding: 20px 0 20px 0;
	font-size: 18px;
	font-family: "Roboto", sans-serif; 
}


#playlistm .mb-0{ text-align: center; }
#playlistm .btn{ white-space: normal; }
#playlistm .mb-0 .btn{ width: 100%; }
#playlistm .card-body{ margin-bottom: 2em; }

#playlistm iframe{ width: 100%; min-height: 14em; }

.vid-container iframe{ width:100%; height:600px; }
.ayuda{
	font-family: "Roboto", sans-serif; 
	font-size: 16px; 
	background-color: #1b63a7 !important; 
	color:#ffffff; 
	padding: 10px 20px;
	margin-top: 1%; 
	margin-bottom: 2%; 
}
.ayuda .fa{padding-left: 5px;}
.ayuda:hover{color: #fff;}


.return{
  z-index: 10;
}

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
@media screen and (max-width: 1280px){
	.vid-container iframe{ height: 520px; }
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 991px){
	.vid-item {width:43%;}
	.vid-container iframe{ height: 390px; }
}
@media screen and (max-width: 768px){
	.vid-item {width:75%;}
	.vid-container iframe{ height: 300px; }
	.ayuda{ margin-top: 2%; margin-bottom: 5%; } 
}
@media screen and (max-width: 700px){
}
@media screen and (max-width: 600px){
	.caption {margin-top: 40px;}
	.vid-list-container {padding-bottom: 20px;}
}
@media screen and (max-width: 480px){
	.vid-container iframe { height: 260px; }
}
@media screen and (max-width: 400px){
	.vid-container iframe { height: 200px; }
	.detallesfaq{font-size: 14px;}
}
@media screen and (max-width: 360px){
}


