/*
Theme Name: very-theme
Theme URI: https://
Author: Granota.net
Author URI: https://granota.marketing
Description: Un tema básico para WordPress con Bootstrap.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: very-theme
*/


:root{
	--primary-color: #868e8c;
	--secondary-color: #4b4b4d;
	--background-color: #FDFDFD;
}

.gn-barraSup{
	background-color: var(--primary-color);
	color: white;
	padding: 10px 0px;
}
.gn-rectGray{
	background-color: var(--secondary-color);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	width:36px;
	height:36px;
}
.gn-barraSup a{
	color: white;
	text-decoration: none;
	font-size: 16px;
}
.gn-barraLat{border-left: 1px solid white;}
.gn-telefonoBSup{
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}
.gn-menu{
	background-color: white;
	border: 0px;
	padding: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.gn-menu .navbar-brand{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.gn-menu .navbar-brand img{height: 60px;}
.gn-menu .navbar-collapse {
	border-color: #e7e7e7;
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}
.gn-menu ul.menu{
	list-style-type: none !important;
	margin: 0px;
	padding: 0px;
	display: flex;
}
.gn-menu li a {
	color:var(--primary-color);
	font-size: 14px;
}
.gn-menu  li a:hover {color:var(--secondary-color);}
.gn-menu li{border-right: 1px solid var(--primary-color);}
.gn-menu li:last-child{border-right: 0px solid transparent;}
.gn-menu .dropdown-menu.dropdown-especialidades {
  right: 0 !important;          
  left: auto !important;        
  top: calc(100% + 8px) !important; 
  width: 680px !important;      
  border-radius: 0;
  border: 0;
  grid-template-columns: repeat(2, 1fr); 
  gap: 5px;               
}
.gn-menu .dropdown-menu.show{display: grid;}
.gn-menu .dropdown-menu.dropdown-especialidades li {
  list-style: none;
  margin: 0;
  padding: 0;    
  border: 0px;
}
.gn-menu .dropdown-menu.dropdown-especialidades li a {
  display: block;
  padding: 10px;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;                 
  box-sizing: border-box;
  border-radius: 0px; 
  text-transform: capitalize;
}
.gn-menu .dropdown-menu.dropdown-especialidades li a:hover {
  opacity: 0.95;
  text-decoration: none;
}
.gn-collapsePhone{
	background-color: white;
	border-top: 1px solid var(--primary-color);
	padding-top: 10px;
}
.gn-collapsePhone ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.gn-collapsePhone li{margin-bottom: 10px;}
.gn-collapsePhoneInter{
	margin-top: 10px;
	list-style-type: none;
}
.gn-collapsePhoneInter li{margin-bottom: 3px !important;}
.gn-collapsePhoneInter li a{
	justify-content: flex-start !important;
	background-color: var(--primary-color) !important;
	color: white !important;
	text-transform: uppercase;
}
.gn-collapsePhone li a{
	width: 100%;
	display: flex;
	padding: 10px 20px;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #e7e7e7;
	color: rgb(62, 64, 64);;
}
.gn-collapsePhone li a i{margin-right: 10px;}
footer {
	background-color: #3C4959;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	font-size: 14px;
}
.gn-centrohabilit{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
footer hr{border-top: 1px solid white !important;}
footer h2{
	font-size: 16px;
	color: white;
	text-transform: uppercase;
}
footer .gn-enlacesInteres ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
footer .gn-enlacesInteres img{
	width: 100px;
	margin-top: -15px;
}
footer .gn-enlacesInteres{
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
}
footer .gn-logoRed{
	background-color: white; 
	border-radius: 10px 10px 0px 0px; 
	color: black; 
	display: flex; 
	flex-direction: column; 
	justify-content:center; 
	align-items: center; 
	align-content: center;
}
footer .social-icons{
	margin-top: 40px;
	margin-bottom: 40px;
}
footer .social-icons a{
	background-color: var(--primary-color);
	width: 40px;
	padding: 10px 15px;
	border-radius: 50px;
	color: #fff;
	margin: 10px;
	text-decoration: none;
}
footer p.gn-legals{
	margin: 0px;
	padding: 0px;
}
footer p.gn-legals a{
	text-decoration: none;
	color: var(--secondary-color);
}
.gn-banner{
	background-image: url('/blog/wp-content/themes/very-theme/assets/images/portada.jpg');
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 40px;
}
.gn-banner h1{
	font-size: 25px;
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
}
.gn-sidebar .wp-block-search__inside-wrapper{margin-bottom: 20px;}

.gn-sidebar .wp-block-heading{
	font-size: 26px;
	margin-bottom: 20px;
}
.gn-sidebar .wp-block-latest-posts__post-title{
	text-decoration: none;
	color: black;
	
}
.gn-sidebar .wp-block-latest-posts__list li{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: .5px solid black;
}
.gn-sidebar .wp-block-latest-posts__list li:last-child{
	border-bottom: 0px solid transparent;
}
.gn-sidebar .wp-block-latest-posts__post-title:before{
	content: '\f1ea';
	margin-right: 5px;
}
.wp-block-categories-list{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.wp-block-categories-list li a{
	background-color: var(--primary-color);
	display: flex;
	width: 100%;
	padding: 5px 10px;
	text-decoration: none;
	color: white;
}

.gn-archive article{
	margin-bottom: 20px;
	border-bottom: 1px solid var(--primary-color);
	padding-bottom: 30px;
}
.gn-archive .entry-image{
	height: 300px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.gn-archive .entry-title a{
	text-decoration: none;
	color: #868E8C;
	font-size: 24px;
}
.gn-archive .entry-excerpt{
	font-size: 16px;
}
.read-more{
	background-color: var(--primary-color);
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}
.post-navigation{
	border-top: 1px solid var(--primary-color);
	padding-top: 15px;
	padding-bottom: 10px;
}
.post-navigation a{
	background-color: var(--primary-color);
	display: flex;
	padding: 10px 20px;
	text-decoration: none;
	color: white;
}
.post-navigation .next-post a{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.featured-image{
	height: 500px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.entry-meta{
	font-size: 15px;
}
.gn-404{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 120px;
}
.gn-404 a{
  background-color: var(--primary-color);
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
}
@media (max-width: 768px){
	.gn-enlacesInteres{display: none !important;}
}

@media (max-width: 991px){
	.gn-barraSup{padding: 5px 0px;}
	.gn-telefonoBSup{display: initial;}
	.gn-barraLat{border-right: none;}
	.gn-menu .navbar-collapse {display: none;}
}
