@charset "utf-8";
/* CSS Document */

/* FUENTES */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


/*sobreescribir*/ 

#wrapper {border: none!important;}

/* colores */
.btnVerde{ background: #13606D !important; }
.btnNaranja{ background: #EFA93C !important; color:#FFFFFF!important; }
.btnMarron{ background: #EA6D44 !important; }
.btnRojo{ background: #CA3135 !important; }
.btnMorado{ background: #3C4988 !important; color:#FFFFFF!important;}
.btnAzul{ background: #2B527B !important; }
.btnLila{ background: #C3C3C3 !important; }

ul li.btnVerde:hover{background:#187C8D !important;}
ul li.btnNaranja:hover{ background: #EA9413 !important; }
ul li.btnMarron:hover{ background: #E6501E !important; }
ul li.btnRojo:hover{ background: #A6282C !important; }
ul li.btnMorado:hover{ background: #4D51A4 !important; }
ul li.btnAzul:hover{ background: #3D73AF !important; }
ul li.btnLila:hover{ background: #A2A2A2 !important; }



.btn1{ background: #13606D !important; color:#FFFFFF!important; }
.btn2{ background: #8F384D !important; color:#FFFFFF!important; }
.btn3{ background: #2A9D8F !important; color:#FFFFFF!important; }
.btn4{ background: #EA6D44 !important; color:#FFFFFF!important; }
.btn5{ background: #F4A261 !important; color:#FFFFFF!important;}
.btn6{ background: #345B63 !important; color:#FFFFFF!important; }
.btn7{ background: #E9C46A !important; color:#FFFFFF!important; }










.nav-child{padding:5px!important;}

.nav-child li{border-bottom: 1px solid #DFDFDF;
    padding-bottom:9px;
}

.menu-principal .nav{
display: block!important;
}


#MenuIzq .nav{
display: block!important;
}


#MenuIzq h3{
display: block;
  background: #000000;
  color: #ffffff;
  line-height: 44px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-left: 20px;
  letter-spacing: 0.5px;
}



/* --- ESTILOS GENERALES --- */
html, body{
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	padding: 0;
}

.cuerpoPagina{
	float: left;
	width: 100%;
}

.item-page h2{
	font-size: 18px;
	padding-bottom: 18px;
	text-transform: uppercase;
}




/* --- ESTILOS ESPECIFICOS --- */

/* Cabecera */
.cabecera{
	float: left;
	width: 100%;
	height: auto;
	padding: 30px 0px;
}

.logoPagina{
	float: left;
	width: 80%;
}

.logoPagina img{
	max-width: 600px;
}


/* cuadroA */
.cuadroA{
	text-align: center;
	margin: 60px 0px 0px 0px;
}
.cuadroA img{
	max-width: 30px;
}








/* Botones */
.btn-circle.btn-sm {
	width: 50px;
	height: 50px;
	padding: 6px 0px;
	border-radius: 25px;
	font-size: 8px;
	text-align: center;
}
.btn-circle.btn-md {
	width: 80px;
	height: 80px;
	padding: 7px 10px;
	border-radius: 40px;
	font-size: 10px;
	text-align: center;
}
.btn-circle.btn-xl {
	width: 150px;
	height: 150px;
	padding: 65px 0px;
	border-radius: 75px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}





/* Menu Lateral */

.menulateral {
  width: auto;
}

.menulateral a {
	display: block;
	padding: 12px;
}

.menulateral a:hover {
  background-color: #ccc; /* Dark grey background on mouse-over */
}

.menulateral a.active {
  background-color: #04AA6D; /* Add a green color to the "active/current" link */
  color: white;
}



.pie{
	float: left;
	width: 100%;
	border-top: solid 1px #EEEEEE;
	text-align: center;
	padding: 60px 0px;
}

.pie-redes{
	float: left;
	width: 100%;
	text-align: center;
	padding: 14px 0px;
}

.pie-redes img{
	max-width: 40px;
	margin: 0px 4px;
}










/* Internas */
/* --- ESTILOS iamgen superior --- */

.image {
  background-color: #eeeeee;
  padding-bottom: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image > img {
  display: none !important;
}


.post-thumbnail {
  position: relative;
  height: 200px;
  padding-bottom: 0;
  display: table;
  width: 100%;
  text-align: center;
}
.post-thumbnail .post-thumbnail-inner {
  display: table-cell;
  vertical-align: middle;
}
.post-thumbnail .post-thumbnail-box {
  display: inline-block;
  background-color: rgba(245,245,245,0.8);
  padding: 30px 20px;
  width: 400px;
  max-width: 100vw;
}
.post-thumbnail .title {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 4px;
  margin: 0;
  font-size: 24px;
  line-height: 1.4em;
}
.post-thumbnail .post-details {
  margin-top: 11px;
}


.post-cat,
.single-post article .post-tags {
  line-height: 24px;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
}
.post-cat span,
.single-post article .post-tags span {
  font-weight: 700;
  margin-right: 5px;
}
.post-cat a:after,
.single-post article .post-tags a:after {
  content: ',';
  margin-right: 5px;
}
.post-cat a:last-child:after,
.single-post article .post-tags a:last-child:after {
  content: '';
  margin-right: 0;
}
.post-cat {
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}


.widget-title {
  display: block;
  background: #000000;
  color: #ffffff;
  line-height: 44px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-left: 20px;
  letter-spacing: 0.5px;
}











#wp-calendar {
  width: 100%;
}
 #wp-calendar caption {
  text-align: right;
  font-size: 12px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 8px;
}
 #wp-calendar thead {
  font-size: 12px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
 #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
 #wp-calendar tr td {
  border-left: 0;
  padding: 10px;
}
 #wp-calendar tbody td {
  background: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 8px;
}
 #wp-calendar #today a {
  font-weight: 700;
}
 #wp-calendar tfoot {
  display: none;
}

