/* CSS Document */

*, ::after, ::before {
    box-sizing: border-box;
}


html{
	background-size:cover;
	background-attachment:fixed; 
	
} 

body{
	margin:0;
	padding:0;
	font-family: sans-serif;
	color: #333;
	font-size:19px;
	line-height: initial;
	background-color: #f6f6f7;
	background-image: url(img/trama-de-fondo-web.jpg);
}

a {
    color: blue;
    text-decoration: none;
}


h1{
    color: #1f3c6f;
    font-size: 2em;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
}

h2{
    color: #1f3c6f;
    font-size: 1.2em;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
}

h3{
    color: #1f3c6f;
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
}

button {
    display: inline-block;
    padding: 0.5em;
    font-size: 0.9em;
    background-color: #1b3361;
    border: none;
    color: white;
    text-align: center;
}

.inner{
	max-width: 1180px;
	margin:0 auto;
}

#top-tools{
	position: absolute;
    right: 0;
    background-color: rgba(4, 38, 68, 0.74);
    padding: 0.3em 1em;
    border-radius: 0 0 0 0.5em;
}

#top-tools a {
    text-decoration: none;
}

#top-bar{
	/*background-color: rgba(27, 43, 76, 0.75);*/
	background-size:cover;
	text-align: center;
}

#main-logo{
	width: 760px;
	height:auto;
	margin:1.5em 0;
}

/**/

#top-menu  {
	position:relative;
}

#top-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-variant: small-caps;
    font-size: 1.1em;
    display: flex;
    flex-wrap: wrap;
}

#top-menu ul p {
    text-transform: none;
    color: white;
    margin: 0;
    padding: 2em;
    float: left;
    width: 33%;
    height: 100%;
}

#top-menu ul ul{
	display: none;
	font-variant:normal;
	font-size:1em;
	position:absolute;
	width: 90%;
	left: 50%;
	margin-left:-45%;
	background-color: #fdfffa;
	text-align:left;
	padding:1em;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.30196078431372547);
	z-index:10000;
	
}

#top-menu li{
	display: inline-block;
	margin:0;
	padding:0;
	vertical-align: top;
	flex-grow: 1;
}

#top-menu li a {
    display: block;
    color: white;
    padding: 0.3em 0.5em;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 1em;
    border: 1px solid #cde0a5;
    border-top: none;
    border-left: none;
    text-shadow: 1px 1px 1px #587718;
}

#top-menu li li a {
    padding: 0.5em 1em;
    color: #97c13d;
    font-variant: small-caps;
    text-shadow: none;
}

#top-menu li li:hover a {
    color: white;
}

#top-menu li li {
    width: auto;
    text-align: center;
} 

#top-menu li li:hover {
    background-color: #3b4e6e;
}

#top-menu li a small {
    text-transform: none;
    display: block;
	color: #b2bdd0;
	font-variant:normal;
}

#top-menu.sticky {
    position: fixed;
    top: 0;
	width:100%;
	z-index:10000;
}

#top-menu:hover {
	
}

#top-menu li:hover {
	    background-color: #3b4e6e /*rgba(21, 37, 67, 1)*/;
}

#top-menu li:hover ul {
    display: flex;
    padding: 0;
    width: 430px;
    left: initial;
    margin-left: 0;
    border: 1px solid #738c42;
}

#top-menu li:hover ul > p {
    display: none;
}

#top-menu li.menu-mobile {
    display: none;
}

#top-menu a.current-item {
    color: white;
    background-color: #748c42;
}

#top-menu li:hover a.current-item {
    background-color: #748c42;
    color: #fff;
}

#top-menu li:hover li a.current-item {
    background-color: #738c42;
    color: #ffffff;
}

#top-menu li:hover  li:hover a.current-item {
    background-color: transparent;
}

#top-menu li li a.current-item {
    border: 1px solid;
    background-color: #25163b;
}

#top-menu .inner {
    max-width: 1180px;
    background-color: #97c03d;
}

a.search-btn {
    border-bottom: none !important;
}

/**/

#top-slider {
    height: 22vw;
    overflow: hidden;
}

.slide{
	
}


.group:after {
  content: "";
  display: table;
  clear: both;
}

.content-wrap {
	max-width: 1180px;
	margin: 2em auto 0;
}

.content-wrap.modal {
    padding: 2em;
    margin: 0;
}

#main-content {
    padding: 0em;
}

#main-content:after {
  content: "";
  display: table;
  clear: both;
}

#main-content .inner-wrap {
    background-color: white;
    padding: 1em 3em;
	text-align: justify;
}

#main-content img {
    max-width: 100%;
}

#footer{
	
}

#footer .inner,
#footer2 .inner {
    max-width: 1180px;
    text-align: center;
    background-color: white;
    padding: 1em;
}

#footer .inner p{
	border-bottom: 1px solid #1c2d3c; 
	border-top: 1px solid #1c2d3c; 
	margin: 1em;
	padding: 1em 0;
}

#footer2 small{
	font-size: 0.7em;
}

/**/

#side-menu {
    float: left;
}

#side-menu .inner{
    position: relative;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.35);;
    width: 10em;
    border-radius: 0 0 2em 0;
}

#side-menu ul,
#side-menu ul li{
    margin: 0;
    padding: 0;
    display: block;
    font-variant: small-caps;
}

#side-menu ul ul li{
	color: red;
	display: list-item;
	font-variant: none;
}

#side-menu ul ul{
    margin-left: 2em;
}

#side-menu a {
    color: #d4d9de;
    border-bottom: 1px solid #1c2d3c; 
    margin: 0.8em 0;
    display: block;
    line-height: 1em;
}

#side-menu ul ul a {
    border: none; 
    color: #22b7dd;
}

/**/

.slide{
	text-align: center;
}


/**/


.main-feature{
	text-align: center;
	margin-bottom: 2em;
}

.main-feature .excerpt {
    display: inline-block;
    width: 23%;
    margin: 0.5%;
    padding: 1.5%;
	vertical-align:top;
	background-color: rgba(4, 38, 68, 0.74); /*rgba(4,16,36,0.83);*/
	border-top: 1px solid red;
	font-family: serif !important;
	font-size: 1em !important;
} 

.excerpt span{
	font-family: georgia, serif !important;
	font-size: 1em !important;
}

.excerpt p {
    text-align: left !important;
}

.excerpt-image img {
    max-width: 100%;
    height: 9em !important;
    display: block;
    width: auto !important;
    margin: 0 auto;
}

.excerpt-image img {
    display: none;
}

.excerpt-image {
    height: 10em;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single .excerpt-image {
    background-size: contain;
}

.single .excerpt-image {
    height: 21em;
    /* background-size: contain; */
}


 .image-info{
    margin-bottom: 2em;
    text-align: center;
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.43137254901960786);
}


/**/

.secondary-feature{
	text-align: center;
	width: 75%;
	float:left;
	margin-bottom: 2em;
}

.secondary-feature .excerpt {
    display: inline-block;
    width: auto;
    margin: 0 1% 1em;
    padding: 1.5%;
    vertical-align: top;
    background-color: rgba(4, 38, 68, 0.74);
	border-top: 1px solid red;
	width: 47%;
    float: left;
}

.secondary-feature .excerpt p{
    text-align: left;
}

.secondary-feature .excerpt img{
	float: left;
	margin-right: 1em;
	max-height: 7em;
    width: auto;
	margin-top: 1em;
}

.secondary-feature  .excerpt-image  {
	height: 7em;
    width: 50%;
    float: left;
    margin-right: 1em;
}

.secondary-feature h3{
	text-align:left;
}


/**/

.tertiary-feature {
    width: 23%;
    float: right;
    margin-right: 2%;
}

.tertiary-feature p {
    background-color: rgba(4, 38, 68, 0.74);
    text-align: left;
    padding: 1em;
	border-top: 1px solid #1f3c6f;
    margin: 0 0 1em;
}

.tertiary-feature p::first-letter {
  font-weight: normal;
  font-size:1.5em;
  color: #1f3c6f;
}


.tertiary-feature a {
    color: #ccc;
}


/**/

#bottom-menu {
    clear: both;
    background-color: rgba(37, 22, 59, 0.68);
	text-align: center;
	padding: 2em 0;
}

#bottom-menu ul {
    margin: 0;
	padding:0;
}

#bottom-menu li li {
    display: block;
	border-left: none;
    margin: 0.1em;
    padding: 0.1em;
}
#bottom-menu li {
    display: inline-block;
    vertical-align: top;
	text-align:left;
	border-left: 1px solid #3d4b6b;
    margin: 0.5em;
    padding: 0.5em;
}

#bottom-menu li li a{
	border-bottom:none;
	text-transform:none;
	color: white;
	font-variant: normal;
    font-size: 0.9em;
}
#bottom-menu li a{
	text-decoration:none;
	font-variant: small-caps;
    font-size: 1.2em;
    color: #1f3c6f;
}

/**/

#search-form {
    padding: 1em;
    margin: 0;
    position: absolute;
    z-index: 10000000;
    background-color: black;
    right: 0;
    width: 300px;
    display: none;
    text-align: center;
}

#search-form input[type="text"] {
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    
}

#search-form  button {
    margin-top:0.5em;
    width: 100%;
}

#search-form.sticky {
    position: fixed;
    top: 2.4em;
}

.menu-search i.fa.fa-search {
    font-size: 1.1em;
}

/**/

.single .article-summary{
    background-color: rgba(4, 22, 39, 0.74);
    padding: 2%;
    margin: 0 1% 2% 1%;
    width: 40%;
    float: left;
    border-top: 1px solid #d30000;
}

.article-summary img{
    max-width: 100%;
}

.single .inner:after {
  content: "";
  display: table;
  clear: both;
}

.excerpt span.leer {
    text-align: left !important;
    display: block;
    font-size: 0.8em !important;
}

.modal-blackout{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.77);
    z-index: 10000;
}

.modal-video{
    position: fixed;
    top: 5vh;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    z-index: 10001;;
}

.modal-video-closer {
    border: 1px solid #ccc;
    position: fixed;
    top: 0;
    right: 0;
    color: #ccc;
    z-index: 10003;
    font-size: 2em;
    padding: 0;
    background-color: #00000087;
    cursor: pointer;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1em;
}

.modal-video-closer:hover{
	border: 1px solid #fff;
    color:  #fff;
}

.single .article-summary:after {
  content: "";
  display: table;
  clear: both;
}

body #at4-share, body #at4-soc {
    top: 40% !important;
    bottom: auto;
}


/**/

.gallery {
    padding: 1em;
}

.gallery img {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}


.last-update {
    margin: 1em 0;
    color: #888888;
}

/**/

table img {
    max-width: 100%;
    vertical-align: top;
    display: block;
    height: auto;
}


/**/

#social-links {
    position: fixed;
    left: 1px;
    width: auto;
    bottom: 2em;
    margin-top: -100px;
    font-family: arial;
    font-size: 0.7em;
    background-color: #434f6b;
	color: white;
    border-radius: 0 5px 5px 0;
    padding: 2px;
}

#social-links a {
    display: block;
}

#social-links img {
    width: 3em;
    height: 3em;
    margin-bottom: 2px;
    background-color: white;
}

.addthis-smartlayers {
    display: none;
}

.search-entry h2 {
    text-align: left;
    margin-bottom: 0;
    margin-top: 2em;
}

#main-content .addthis-smartlayers {
    display: block;
}

#search-pager {
    text-align: center;
    padding: 2em 1em;
}

.page-num {
    display: inline-block;
    border: 1px solid;
	width: 1.6em;
	line-height: 1.5em;
    text-align: center;
}

.addthis_inline_share_toolbox {
    margin-top: 2em;
}

.inner.slider.flexslider {
    margin-top: -2em;
}


form.standard {
    width: 350px;
    border: 1px solid #ccc;
    padding: 1em;
    margin: 0 auto;
    text-align: center;
}

form.standard label {
    width: 40%;
    display: inline-block;
    text-align: right;
}

form.standard input {
    width: 50%;
    display: inline-block;
}


@media screen and (max-width: 1160px) {
	#top-menu ul {
		font-size:1em;
	}
}

@media screen and (max-width: 1160px) {
	#top-menu ul {
		font-size:0.9em;
	}
}

@media screen and (max-width: 930px) {
	body {
	    font-size: 5vw;
	}
	
	img,iframe{
		max-width: 100%;
	}
	
	#main-logo {
	    width: 90%;
	    height: auto;
	    margin: 1em auto 1em;
	    display: inline-block;
	}
	
	#top-slider {
	    height: 30vw;
	}
	
	#top-tools {
	    padding: 0.2em;
	    display: none;
	}
	
	#top-tools a {
	    margin: 0 0.3em;
	}
	
	#top-menu li {
	    display: none;
	    width: 100%;
	}
	
	#top-menu li.menu-home {
	    display: block;
	}
	
	#top-menu li.menu-mobile {
	    display: block;
	}
	
	#top-menu li.menu-search {
	    display: block;
	}
	
	#top-menu li:hover ul {
	    display: flex;
	    width: auto;
	}
	
	#main-content.single {
	    padding: 0em;
	}
	
	#bottom-menu {
	    padding: 2em;
	}
	
	#bottom-menu li {
	    display: block;
	    border: none;
	}
	
	#search-form {
	    width: 100%;
	}
	
	#main-content {
	    padding: 1em;
	}
	
	.main-feature .excerpt {
	    display: block;
	    width: 100%;
	    margin: 0;
	    padding: 6vw;
	}
	
	.secondary-feature {
	    width: 100%;
	    float: none;
	}
	
	.secondary-feature .excerpt {
	    display: block;
	    width: 100%;
	    margin: 0;
	    padding: 6vw;
	    float: none;
	}
	
	.tertiary-feature {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	
	#bottom-menu li,
	#bottom-menu li li {
	    display: block;
	    border-left: none;
	    margin: 0.5em;
	    font-size: 6vw;
	    padding: 0.1em;
	}
	
	#footer {
	    padding-bottom: 0;
	}
	
	.menu-home,
	.menu-mobile,
	.menu-search{
		display: inline-block !important;
    	width: 32%;
	}
	
	#top-menu ul p {
	    text-transform: none;
	    color: white;
	    margin: 0;
	    padding: 2em;
	    float: left;
	    width: auto;
	    height: auto;
	}
	
	#top-menu ul {
		font-size: 1.2em;
	}
	
	#top-menu ul ul {
	    display: flex;
	    position: static;
	    margin-left: 0;
	    box-shadow: none;
	    background-color: transparent;
	    padding: 0;
	    margin-right: 0;
	    width: auto;
	    background-color: #f5ffdf;
	    border: none !important;
	}
	
	#top-menu li li {
	    display: block;
	    width: auto;
	    border: 1px solid #cde0a5;
	    border-left: none;
 		border-bottom: none;
	}
	
	#top-menu li li a{
	    border: none;
	}
	
	#top-menu ul p {
	    display: none;
	}
	
	.mobile-shown {
    	padding: 0 !important;
	    background-color: tarnsparent;
	}
	
	.mobile-shown > a {
	    font-size: 1.2em;
	    background-color: #97c13d;
	}
	
	.single .excerpt-image {
    	height: 60vw;
	}
	
	#main-content .inner-wrap {
	    background-color: white;
	    padding: 6vw;
	}
	
	#side-menu {
	    float: none;
	    display: none;
	}
	
	.content-wrap {
	    margin: 0;
	}
	
	.single .article-summary {
		width: auto;
		float: none;
		margin: 0;
		padding: 1em 0;
		background: none;
	}
	
	#main-content.single h1{
	    padding:  0 1em;
	}
	
	#social-links {
	    position: fixed;
	    left: 1px;
	    width: 100%;
	    top: auto;
	    bottom: 0;
	    margin-top: -0;
	    font-family: arial;
	    font-size: 0.7em;
	    background-color: #051f36;
	    border-radius: 0 5px 5px 0;
	    padding: 1vw;
	    text-align: center;
	}
	
	#social-links a {
	    display: inline-block;
	    vertical-align: middle;
	}
	
	#social-links img {
	    width: 9vw;
    	height: 9vw;
	    margin: 0 1vw;
	    margin-bottom: 0;
	    background-color: white;
	}
	
	.inner.slider.flexslider {
	    margin-top: 0;
	}
	
	#main-content img {
	    max-width: 100%;
	    height: auto !important;
	}
	
	#footer2 {
	    margin-bottom: 2em;
	}
	
	#top-menu li:hover {
	    background-color: transparent;
	}
	
	#top-menu li.menu-home,
	#top-menu li.menu-mobile {
	    width: 50%;
	}
	
	#top-menu li li a {
	    text-shadow: none;
	    padding: 1.5vw;
	    text-align: center;
	    color: #97c23d;
	    font-variant: small-caps;
	}
	
	table {
	    width: auto !important;
	}
	
	#top-menu li li a.current-item {
	    border: none;
	    background-color: #8da55d;
	}
}