/*
Theme Name: banner
Author: Juan Pablo Loo
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a, button{
 	text-decoration: none;
}

.clr {
	clear:both;
}
em {
	font-style:italic;
}


.entry-content-one {
	background-color:#fff;
}

/* header */
#header {
  width: 100%;
  height:auto;
  background-color: #23405b;
  padding:30px 7%;
}
.page .entry-content {
    margin: 0 10%;
    margin-top: -90px;
    background-color: #fff !important;
    z-index: 1 !important;
    position: relative;
	box-shadow: 0 0 60px #0000002b;
	padding-top: 5%;
	border-radius: 10px;
	margin-bottom: 3%;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

a img, iframe {
  border: none;
}

a {
  font-weight: normal;
  color: #9dc3e7;
  text-decoration: none;
}
a:hover {
  color: red;
  transition: all .25s ease-out;
}
p {
	text-align: justify;
	line-height: 2em;
	margin-bottom: normal;
	font-size: .93em; 
}
em {
	font-style:italic;
}

strong, b {
  font-weight: 700;

}
h1, h2, h3, h4, h5 {
	font-family: 'Urbanist', sans-serif;
	color: #00b2e3;
	margin: 30px 0;
	font-weight: 900;
	text-align: center;
}
h1,h2 {
  font-size: 2em;
}

h3 {
	font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
/*h1::after, h2::after, h3::after, h4::after, h5::after {
	display: block;
    border-top: 3px solid #f6921e;
    width: 3em;
    content: "";
    margin: 15px auto;
}*/

ul , ol{
  padding: 10px 20px;
  color: #333;
  margin: 0 0 24px 0;
}
.page .entry-content {
	padding: 3%;
}

.entry-content p {
	margin-bottom:20px;
}

.entry-content ul li, .entry-content ol li {
	padding: 8px 0;
	list-style-position: outside;
	line-height: 1.8em;
	color: #444;
	font-size: .93em; 
	border-bottom: 1px solid #e7e7e7;
	text-align:justify;
}
.entry-content ul li {
	list-style-position: inside;
	list-style-type: initial;
}
ul li p, ol li p{
	margin-bottom: 0 !important;
	border-bottom: 1px solid #e7e7e7;
	padding: 8px 0;
}
ol {
  padding: 30px 50px;
}
ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.entry-content table {
	margin: 40px 0;
}
.entry-content table td {
    padding: 4%;
    border: 1px solid #e9e9e9;
    line-height: 22px;
	font-size: .9em; 
}
.entry-content table td:hover {
	-moz-box-shadow:0 0 15px #ddd;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow:0 0 15px #ddd;
	transition: all .25s ease-out;
	border:none;
}	
.entry-content table td h3 {
    line-height: normal;
    font-weight: 600;
    font-size: 1.1em;
	text-decoration: none !important;	
}
.entry-content table td h3 a{
    line-height: normal;
    font-weight: 600 !important;
    color: #db6e59 !important;
    font-size: 1.1em !important;
	text-transform:none !important;
	font-weight: 300 !important;
	letter-spacing: normal;
}
.entry-content table td a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
	letter-spacing: 0.1em;
}
.entry-content th {
    padding: 10px;
    background-color: #600;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.entry-meta {
    margin-bottom: 20px;
	padding: 2% 7%;
	text-align: center;
}
.entry-date {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.7em;
	letter-spacing: 1px;
}
.entry-footer {
    background-color: #eee;
    color: #666;
    padding: 15px;
    clear: both;
    margin-top: 20px;
    display: none;
}

/* hide meta */
.author, .meta-sep {
	display:none;
}
.category-noticias .entry-meta {
	display:block;
}
.category-noticias .author, .category-noticias .meta-sep {
	display:none;
}
.category-galerias .wp-post-image {
    display: none;
}
/* cover */
/* cover imagen destacada pages */
.cover {
    position: relative;
	min-height: 400px;
	background-color:transparent;
	background-size:cover;
	background-position: center center;
	overflow:hidden !important;
}
.cover .imagen-destacada img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
	position: relative;
	mix-blend-mode: overlay;
}
.cover .titulo {
    position: absolute;
	top: 42%;
	width:60%;
	padding: 0;
	margin: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 20%;

}
.cover .titulo h1.entry-title {
	color:#fff;
	font-size: 2em;
	text-align: center;
	font-weight: 200;
	display: inherit;
	text-transform: inherit;
    width: 60%;
    padding: 3%;
    margin: auto;
	text-shadow: 1px 1px 2px #0000005e;
}
.cover .titulo h1.entry-title a {
	color: #fff;
}
.cover .titulo h1.entry-title::after {
	display:block;
	border-top: 3px solid #db6e59;
    width: 3em;
    content: "";
    margin: 15px auto;
}

.cover .imagen-destacada::after {
display: block;
position: relative;
background: rgba(97,14,240,1);
background: -moz-linear-gradient(left, rgba(97,14,240,1) 0%, rgba(64,167,219,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(97,14,240,1)), color-stop(100%, rgba(64,167,219,1)));
background: -webkit-linear-gradient(left, rgba(97,14,240,1) 0%, rgba(64,167,219,1) 100%);
background: -o-linear-gradient(left, rgba(97,14,240,1) 0%, rgba(64,167,219,1) 100%);
background: -ms-linear-gradient(left, rgba(97,14,240,1) 0%, rgba(64,167,219,1) 100%);
background: linear-gradient(to right, rgba(97,14,240,1) 0%, rgba(64,167,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610ef0', endColorstr='#40a7db', GradientType=1 );
margin-top: -400px;
height: 400px;
width: 100%;
content: '';
mix-blend-mode: hard-light;
}
/* cover imagen destacada blog */
.cover-post {
    position: relative;
	min-height: 300px;
}
.cover-post .imagen-destacada img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
	position: relative;
	filter: brightness(.85);	
	
}
.cover-post .imagen-destacada::before {
background:-webkit-linear-gradient(180deg, rgba(88, 16, 122, 0.66) 37%, rgba(0, 201, 255, 0.59) 100%);
background:-o-linear-gradient(180deg, rgba(88, 16, 122, 0.66) 37%, rgba(0, 201, 255, 0.59) 100%);
background:-moz-linear-gradient(180deg, rgba(88, 16, 122, 0.66) 37%, rgba(0, 201, 255, 0.59) 100%);
background:linear-gradient(180deg, rgba(88, 16, 122, 0.66) 37%, rgba(0, 201, 255, 0.59) 100%);
}
.cover-post .imagen-destacada::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #0000008a 100%);
  margin-top: -200px;
  height: 200px;
  width: 100%;
  content: '';
}

.cover-post .titulo {
	position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
	display: grid;
}
.cover-post .titulo h1.entry-title {
	color: #fff;
	margin-bottom:0;
	font-size: 1.3em;
	text-align: left;
	margin-left: 0;
	background-color: #c16125c2;
	position: relative;
	display: inline-block;
	padding: 3% 9%;
}
.cover-post .titulo h1.entry-title a {
	color: #fff;
}
.cover-post .titulo h1.entry-title::after {
	display:none;
}
/* extras */
.ico p {
	text-align: center;
	line-height: normal;
}
.lista ul li, .lista ol li {
	padding: 8px 0;
	list-style-position: outside;
	line-height: 1.8em;
	color: #444;
	font-size: .93em; 
	border-bottom: 1px solid #e7e7e7;
	text-align:justify;
}
li#menu-item-332.quadmenu-item-332.boton_banner {
  background-color: #6ec1e4 !important;
  border-radius: 10px !important;
}