/*
	Theme Name: UNAM MAPAS
	Theme URI: https://virkapp.com/
	Author: virkapp
	Author URI: https://virkapp.com/
	Description:  custom theme for UNAM
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: unam
	Tags: unam web site
*/
:root{
	--primary-color : #313A5B;
	--default-color : #555555;
	--secondary-color: #0E1737;
	--muted-color : #6A7393;
	--muted-accent-color : #D8C394;
	--accent-color:#B09861;
	--purple-color : #07355E;
	--border-color : #DDDDDD;
	--primary-font:'Open Sans', sans-serif;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: var(--primary-font);
	font-size: 14px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p{
	font-size: 14px;
	font-family: var(--primary-font);
	font-weight: 400;
}
.wrapper{
	min-height: 300px;
}
.yellow{
	color: #D59F0F;
}
.blue{
	color: #07355E;
}
.institute{
	height: 400px;
}
.container-blue h3, .container-blue p{
	color: white;
}
.container-blue p{
	margin-bottom: 20px;
}
.bg-gray{
	background-color: #F6F6F6;
	padding-bottom: 60px;
}
.card-gray{
	background-color: #F5F5F5;
	padding: 25px;
	min-height: 300px;
	margin-bottom: 30px;
}
.card-gray h3{
	color: #00132C;
	font-size: 20px;
	font-weight: bold;
}
.card-gray p{
	color: #00132C;
	font-size: 16px;
	font-weight: 400;
}
.text-white{
	color: white !important;
}
.logo-card-a{
	position: absolute;
}
.logoetica{
	width: 600px;
}
.container-codigo{
	margin-top: 240px;
	margin-bottom: 60px;
}
.card-quienes{
	background-color: #07355E;
	margin-top: 50px;
}
.card-quienes .card-content{
	padding: 40px;
	justify-content:center;
}
.card-quienes .img-quienes{
	width: 350px;
	height: 100%;
}
.nomargin{
	margin: 0px;
}
.card-objetivos{
	padding-right: 60px;
}
.content-funcionarios{
	width: 30%;
	display: flex;
    align-items: center;
}
.card-objetivos span{
	font-weight: bold;
	margin-top: 40px;
}
.complete{
	width: 100%;
}
.btn-estructura{
	background-color: transparent;
	border: 1px solid #00142E !important;
	color: #00142E !important;
	border-radius: 5px !important;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 10px !important;
	height: 90px !important
}
.btn-estructura:hover{
	color: white !important;
	background-color: #D59E10;
	border: 0px !important;
}
.card-gaceta a{
	color:white;
	text-decoration: none;
}
.line-blue{
	background-color: #001734;
	height: 3px;
	width: 80px;
	margin-top: 15px;
    margin-bottom: 15px;
}
.white{
	color: white !important;
}
.yellow{
	color: #D59F0F !important;
}
.img_gaceta{
	min-width: 220px;
    height: 220px;
	border-radius: 5px;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}
.img_comunidad{
	min-width: 150px;
    height: 220px;
	border-radius: 5px;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}
.card-comunidad{
	padding: 8px;
	background-color: #F8F8F8;
}
.card-margin{
	margin-bottom: 25px !important;
}
a.blue{
	color: #071931 !important;
}
.img-norm{
	width: 100%;
    height: 350px;
    z-index: 2;
    position: relative;
}
.img-100{
	width: 100%;
	height: 500px;
}
header{
	z-index: 9;
	height: 90px;
	position: sticky;
	top: 0px;
	background-color: #07355E;
	box-shadow: 0px 1px 5px rgba(106,115,147,0.16);
}
.form_directory a{
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.card-consejo a{
	color: #07355E !important;
}
.form_directory p{
	font-weight: bold;
	color: #07355E !important;
}

.form_directory p.gray{
	font-weight: bold;
	color: #707070 !important;
}
.footer-about{
	color: #8595AB;
	font-size: 10px;
}
.card-funcionarios{
	background-image: url('./images/bg-card.png');
	background-repeat: no-repeat;
	background-position: right;
	padding: 10px;

}
.card-funcionarios img{
	height: 230px;
	width: 230px;
}
header nav{
	height: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
header .navbar-logo{
	max-height: 80px;
}
footer{
	padding-bottom: 15px;
	background-color: #1B3D70;
}
.footer-bg{
	background-image: url('./images/footer.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.logofooter{
	height: 75px;
	width: auto;
}
.logoazul{
	height: 450px;
	width: auto;
	margin-top: 40px;
}
.menu-footer ul{
	list-style: none;
	display: flex;
	padding-inline-start: 0px;
	flex-direction: column;
}
.margin-general{
	margin-bottom: 60px;
}
.card-funcionarios{
	margin-bottom: 50px;
}
.menu-footer li a{
	color: white;
	font-size: 13px;
	text-decoration: none;
	margin-right: 25px;
}
h1,h2,h3,h4,h5,h6{
	color : white;
	font-family: var(--primary-font);
	font-weight: bold;
	font-style: normal;
	position: relative;
}
h1{
	font-size: 48px;
}
h1.section:after,h2.section:after,h3.section:after,h4.section:after,h5.section:after{
	content: '';
	height: 2px;
	background-color: var(--accent-color);
	width: 33%;
	position: absolute;
	bottom:  -6px;
	left: 0px;
}
h2.section:after{
	width: 25%;
}
h3.section:after{
	width: 20%;
}
h4.section:after{
	width: 15%;
}
h5.section:after{
	width: 5%;
}

h2{
	font-size: 35px;
}
.blue-text{
	color: #07355E;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}
.blue{
	color: #07355E;
}
.card-enlaces{
	display: flex;
    align-items: center;
}
.card-enlaces img{
	width: 100%;
    height: auto;
	max-height: 130px;
}
.social-banner{
	display: flex;
	margin-bottom: 20px;
}
.social-banner a{
	text-decoration: none;
}
.social-banner a i{
	font-size: 20px;
	color: #07355E;
	margin-right: 10px;
}
.social-header{
	display: flex;
	margin-top: 10px;
}
.social-header a{
	text-decoration: none;
}
.social-header a i{
	font-size: 20px;
	color: #fff;
	margin-right: 20px;
}
.social-menu{
	margin-bottom: 60px;
}
.mt-3{
	margin-top: 30px;
}
footer h1,footer h2, footer h3 , footer h4, footer h5, footer h6{
	color: white;
}
footer p{
	color: #8595AB;
	font-size: 10px;
}
.container-footer{
	padding-top: 40px;
}

footer a{
	text-decoration: none;
}
footer h4{
	color: white;
	font-size: 16px;
}
footer ul{
	list-style: none;
	padding-left: 0px;
}
footer ul li, footer ul li a{
	color: #8595AB;
	text-decoration: none;
}

footer .btn-whiteus{
	border:1px #D8C394 solid;
	color:#D8C394;
	margin:15px 0;
	width:160px;
	height:52px;
	font-weight: bold;
}

header .btn-header{
	border: 2px #555555 solid;
    color: #555555;
    margin: 0px 15px;
    width: 168px;
    height: 52px;
    font-weight: bold;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.news-last{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.fa-chevron-circle-right{
	color: #D59F0B;
	font-size: 18px;
	margin-left: 10px;
}
.fa-arrow-circle-down{
	color: #D59F0B;
	font-size: 18px;
	margin-right: 10px;
}

/*header*/
#menu-header-menu{
	height: 90px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

#menu-header-menu li.menu-item{
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
#menu-header-menu li:hover, #menu-header-menu li.current_page_item{
	border-top: 2px solid #B09861;
	border-bottom: 2px solid #B09861;

}
#menu-header-menu li.current-menu-item{
	border-top: 2px solid #B09861;
	border-bottom: 2px solid #B09861;

}

#menu-header-menu li.menu-item a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color : white;
	text-decoration: none;
	font-weight: 700;
	font-family: var(--primary-font);
}

#menu-header-menu li:hover a, #menu-header-menu li.current_page_item a{
	color : white;
}
p.copyright{
	color:var(--muted-color);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.terms a{
	color:var(--muted-color);
	margin: 0px;
	padding: 0px;
}
.content-footer{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.footer-space{
	margin-bottom: 15px;
}
.social-footer{
	display: flex;
	align-items: center;
}
.social-footer a i{
	color: var(--muted-color);
	font-size: 16px;
    margin-right: 20px;
}
/*helpers*/
.text-center{
	text-align: center;
}
.el-right {
	margin: 0px 0px 0px auto !important;
}
.m-banner{
	margin-bottom: 60px;
	margin-top: 40px;
}


/*home*/

.home-banner{
	background-color: #F2F2F2;
	background-image: url('./images/principal-unam.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 675px;
}
.home-banner-content{
	height: 675px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.home-banner-content h1{
	font-size: 72px;
	color: var(--default-color );
	margin-bottom: 15px;
	margin-top: 0px;
}
.home-banner-content p{
	font-family: var(--primary-font);
	font-size: 16px;
	color: var(--default-color );
	font-weight: 400;
}
.home_banner, .page_banner{
	width: 100%;
	height: 730px !important;
	min-height: 730px !important;
}
.home_banner .mask{
	background: rgba(9,30,49,.8);
	display: flex;
	height: 100%;
}
.logoslider{
	height: 146px;
	width: auto;
}
.logosidebar{
	height: auto;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
.home_banner h2{
	color: white;
	margin-top: 50%;
}
.container-slider{
	justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.margin-t5{
	margin-top: 50px;
}
.home_banner h1{
	color: white;
	font-size: 48px;
	margin-top: 35%;
}
.home_banner p{
	color: white;
	width: 200px;
}
.banner-head{
	background-image: url('./images/principal-unam.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 420px;
	border-radius: 5px;
}
.mask-banner{
	background: rgba(33,33,33,.6);
	display: flex;
	height: 100%;
	border-radius: 5px;
}
.content-banner{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#banners .slick-dots{
	bottom: 15px;
}
#banners .slick-dots li button:before{
	color: #fff;
    opacity: .9;
}
#textslider .slick-dots li button:before{
	color: #fff;
    opacity: .9;
}
.banner-head p{
	color: white;
	margin-bottom: 40px;
}
.banner-head h2{
	margin-bottom: 0px;
	font-size: 32px;
}
.banner-head .btn{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.slider-btn{
	margin-top: 35%;
	margin-bottom: 8%;
}
.slick-dots li button:before {
	font-size: 40px !important;
}

.slick-dots li.slick-active button:before, .slick-dots li:hover button:before{
	color: var(--accent-color) !important;
}
.slick-dotted.slick-slider{
	margin-bottom: 0px !important;
}
#slider-home .slick-dots{
	bottom: 50px;
	z-index: 99;
}

#slider-home .slick-dots li button:before{
	color: #fff;
	opacity: .9;
}

@media all and (max-width: 768px) {
	.home-banner{
		background-image: url('./images/home-banner-mobile.png');
		background-size: 100% auto;
		background-position: 0px -100px;
		height: 500px;
	}
	.home-banner-content{
		height: 500px;
	}
	.home-banner-content h1{
		font-size: 36px;
	}
	.home-banner-content a{
		width: 200px;
	}
}

.main-features{
	background-color: var(--purple-color);
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 523px;
}
.main-links{
	background-color: var(--purple-color);
	position: relative;
	padding-top: 60px;
	background: linear-gradient(to bottom, var(--purple-color) 50%, white 50%);
	padding-bottom: 60px;
	min-height: 523px;
}

.main-features h2, .main-links h2{
	color: white;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}
.main-links h1{
	margin-top: 10px;
}
.half-content{
	width: 50%;
	border-radius: 5px;
	padding: 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 440px;
	z-index: 3;
}
.half-content h2{
	margin-bottom: 10px;
	color: #001632;
	font-size: 30px;
	width: 60%;
}
.half-content p{
	line-height: 26px;
}
.half-r{
	width: 50%;
	height: 100%;
	z-index: 2;
	left: -40px;
	top: 40px;
	position: relative;
}
.mghalf{
	margin-bottom: 100px;
}
.line-y{
	background-color: #FACF72;
	height: 3px;
	width: 80px;
	margin-top: 15px;
    margin-bottom: 15px;
}
.años{
	 height: 435px;
}
.line-blue{
	background-color: #07355E;
	height: 3px;
	width: 80px;
}
.redes_sociales i{
	margin-right: 5px;
}
.card-features{
	z-index: 2;
	position: relative;
	padding: 30px;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	box-shadow: 0px 1px 5px rgba(106,115,147,0.16);
}
.card-features .icon{
	width: 72px;
	height: 72px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}
.card-features h2{
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.card-features p{
	margin: 0px;
	font-size: 16px;
	color: var(--default-color);
}

.wrapper-featured-image{
	left: calc( ( ( 100vw / 2) - 100% ) * -1 );
	width: calc(100vw / 2);
	height: calc(100vh - 90px);
	min-height: 500px;
	position: relative;
}
.iconimg{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.mt-secciones{
	margin-top: 120px;
	margin-bottom: 80px;
}
.impar .marg-txt{
	padding-left: 40px;
}
.par .marg-txt-par{
	padding-left: 40px;
}
.parnorm{
	padding-bottom: 60px;
}
.single-header span{
	color: white;
	font-size: 15px;
}
.single-header{
	display: flex;
	justify-content: center;
}
.single-header h1{
	margin-top: 0px;
}
.bg-white{
	margin-bottom: 40px;
}
.bg-white h2{
	color: #07355E;
}
.bg-marine .form_directory h2{
	color: white !important;
}
#mapa{
	width: 100%;
	height: 100%;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.home_banner {
	background-image: url('./images/principal-unam.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #f1f1f1;
	width: 100%;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
.featured-image{
	background-position: center;
	margin-left: calc( ( ( 100vw / 2) - 100% ) * -1 );
	width: calc(100vw / 2);
	height: calc(100vh - 90px);
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	position:sticky !important;
	top: 90px;
}
.featured-image .credit-image{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 15px;
	padding-left: 30px;
	color: white;
	font-size: 16px;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(14,23,55,1));
}
.card-enlaces h3{
	font-size: 20px;
	color: #07355E;
	font-weight: bold !important;
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tool-sidebar-overlay{
	display: none;
}
.filter-bar{
	display: none;
}
.content-bg{
	background-color: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 60px;
}
.content-bg h2, .content-bg span, .content-bg p{
	color: #000000 !important;
}
@media all and (max-width: 768px) {
	h1{
		font-size: 30px;
	}
	.featured-image{
		margin-left: 0px;
		width: calc(100% + 30px);
		height: 300px;
		margin-left: -15px;
		min-height: 300px;
	}
	.btn-go-back{
		display: none !important;
	}

	.tool .tool-sidebar{
		position: fixed;
		transition: all 0.4s ease-in;
		transition: all 0.4s ease-out;
		left: -330px;
		z-index: 999;
		height: auto !important;
		min-height: auto !important;
		top: 0px;
		bottom: 0px;
	}
	body.open .tool-sidebar{
		transition: all 0.4s ease-in;
		transition: all 0.4s ease-out;
		left: 0px;
	}

	body.open .tool-sidebar-overlay{
		position: fixed;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		z-index: 99;
		display: block;
		background-color: rgba(29,58,91,0.2);
	}
	.filter-bar{
		height: 50px;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		padding-left: 15px;
		padding-right: 15px;
		background-color: white;
	}
	.filter-bar button{
		font-family: cormorant-garamond,serif;
		border:1px solid #DDDDDD;
		color: #555555;
		background-color: white;
		font-size: 16px;
		width: 93px;
		height: 36px;
	}
	.tool .tool-wrapper-map,.tool{
		min-height: 300px !important;
    	height: calc(100vh - 90px) !important;
	}
	.tool .tool-wrapper-map .mapa{
		min-height: 300px !important;
    	height: calc(100vh - 90px - 50px) !important;
	}
}

@media all and (max-width: 320px) {
	.tool .tool-sidebar{
		width: 280px !important;
		min-width: 280px !important;
		left: -300px;

	}
}

.filter-years{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.filter-years{
	color: #555555;
	font-family: var(--primary-font);
	font-size: 16px;
}
.filter-years input{
	font-size: 12px;
	color: #555555;
	font-family: var(--primary-font);
	text-align: center;
	height: 45px;
	width: 112px;
	border:1px solid #DDDDDD;
	outline: none;
}
.half-text{
	padding-right: 90px;
}
.blue-text{
	color: #07355E;
}
.half-text p{
	color: #868B99;
	line-height: 20px;
	font-size: 14px;
}
.imghalf{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.map-half{
	width: 50%;
}
.form-half{
	padding: 40px;
	padding-top: 70px;
	padding-bottom: 70px;
	width: 50%;
}
.form-contact p{
	font-size: 16px;
	color: #868B99;
}
.form-contact span{
	color: #000000;
	font-size: 16px;
}
.div-datos{
    align-items: center;
	display: flex;
}
.div-datos span{
	margin-right: 10px;
}
.info-cont{
	padding-right: 20px;
    width: 50%;
}
.img-map{
	height: 580px;
	width: 580px;
	padding: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
	margin-left: auto;
	margin-top: 40px;
}
.links-footer{
	display: flex;
}
.links-footer  .link-card{
	background-color: #003E79;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 34%;
}
.links-footer  .link-card a{
	color: white;
	text-decoration: none;
	padding: 40px !important;
}
.links-footer .skyblue{
	background-color: #375E99;
}
fieldset{
	border: none;
	font-size: 18px;
	color: #000000;
	padding: 0px;
}
.form-contact label{
	font-size: 16px;
	color: #868B99;
}
.form-group{
	width: 85%;
}
.form-contact input, .form-contact textarea{
	border: none;
	border-bottom: 1px solid black;
	width: 80%;
	margin-top: 0px;
}
.margin-label{
	margin-top: 80px;
}
.blue-tenue{
	background-color: #07355E;
}
.event-container{
	background-color: #F6F6F6;
	padding-bottom: 80px;
}
.event-container .card-evento *{
	color: #07355E !important;
}
.event-container .card-evento .line_gold{
	background-color: #07355E !important;
}
.timeline{
	width:100%;
	display: flex;
	align-items: center;
	padding:70px 0px;
}

.timeline .prev, .timeline .next{
	width:35px;
	height:35px;
	flex-shrink: 0;
	border-radius: 50%;
	background:#3B4142;
	display: flex;
	align-items: center;
	justify-content: center;
	border:4px white solid;
	cursor: pointer;
}

.timeline .prev path:last-child, .timeline .next path:last-child{
	fill:white;
}

.timeline .items{
	width:calc(100% - 70px);
	height:1px;
	border-top:1px #9AB1C0 solid;
	position: relative;
}

.timeline .items .item-timeline{
	position: absolute;
	top:-8px;
}

.timeline .items .item-timeline .circle{
	width:16px;
	height: 16px;
	border-radius: 50%;
	background: #5D6F88;
	border:2px white solid;
	cursor: pointer;
}

.timeline .items .item-timeline .date{
	position: absolute;
	top:-80px;
	left:-36px;
	width:94px;
	height:59px;
	display: none;
	align-items: center;
	justify-content: center;
	background:#3B4142;
	font-size:20px;
	font-weight: 500;
	color: white;
	border-radius: 8px;
}
.timeline .items .item-timeline .date::before{
	content:'';
	position: absolute;
	bottom:-13px;
	width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3B4142;
}

.timeline .items .item-timeline:hover .circle, .timeline .items .item-timeline.active .circle{
	background: #3B4142;
}

.timeline .items .item-timeline:hover .date, .timeline .items .item-timeline.active .date{
	display: flex;
}

.our-roots .info-item{
	display: none;
}

.our-roots .info-item.active{
	display: flex;
}
.single-content{
	padding-top: 50px;
}
h1.title-single{
	font-size: 20px;
}
.img-single{
	position: absolute;
    height: 300px;
    top: 45px;
}
.single-event-content{
	margin-top: 80px;
}
.content-entidades{
	height: 308px;
}
.bggray{
	background-color: #F8F8F8;
	padding-bottom: 40px;
}
.bg_gaceta{
	height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.closemenu{
	font-size: 30px;
    color: #fff;
    margin-left: 80%;
    margin-bottom: 40px;
}
.openbutton{
	font-size: 30px;
    color: #fff;
}
.closemenu:hover, .openbutton:hover{
	cursor: pointer;
}
.content-estuctura .par{
	background-color: #0A345E;
}
.bg-estruc{
	background-image: url('./images/Escudo-estructura-organica.png');
	background-repeat: no-repeat;
	background-position: right;
}
.content-estuctura .impar{
	background-color: #375E99;
}
.form-estructura{
	padding: 40px;
	width: 50%;
}
.form-estructura h2{
	color: white;
	font-size: 30px;
}
.form-estructura h3{
	font-size: 21px;
	color: white;
	margin-top: 20px;
}
.form-estructura p{
	font-size: 17px;
	color: white;
	font-weight: 500;
}
.form-estructura span{
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 300;
}
.card-estructura{
	margin-bottom: 50px;
}
.pr-cod{
	padding-right: 80px;
}
.mb-3{
	margin-bottom: 30px;
}
.mb-2{
	margin-bottom: 20px;
}
.card-margin span{
	margin-top: 10px;
}
.card-margin h3{
	margin: 0px;
    margin-top: 5px;
}
.card-margin p{
	margin-top: 0px;
}
.mt-general-b{
	margin-bottom: 80px;
}
.container-sitemap h2{
	color: #001734;
	font-size: 30px;
}
.container-sitemap ul li a{
	color: #001734;
	text-decoration: none;
}
.container-sitemap ul li a:hover{
	text-decoration: underline;
}
.atss-right{
	display: none !important;
}
.atss .at-share-btn{
	display: none !important;
}
.descarga-normatividad{
	font-size: 16px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	margin-bottom: 15px;
}
.btn-dowmload{
	margin-left: 20px;
	color: #001632;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	text-decoration: none;
    align-items: center;
	border-left: 1px solid #000000;
	padding-left: 15px;
}
.timercount{
	font-size: 40px !important;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	background-color: #E8E8E8;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 0px !important;
}
.countdown{
	font-size: 20px !important;
	font-weight: 700;
	text-align: center;
}
.content-countdown{
	margin-right: 20px;
	text-align: center;
}
.single-text p{
	line-height: 22px;
}
.container-paginate{
	display: flex;
    justify-content: end;
}
.container-paginate{

}
.wp-pagenavi a, .wp-pagenavi span{
	border: 2px solid #CCCCCC;
	color: #CCCCCC;
	border-radius: 5px;
	height: 39px;
	width: 32px;
	font-size: 16px;
	text-align: center;
	padding: 8px 11px !important;
	margin: 8px !important;
}
.wp-pagenavi span.current{
	border: 2x solid #406592 !important;
	color: #406592;
	border-color: #406592;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border-color: #406592;
}
.previouspostslink, .nextpostslink{
	border: none !important;
	color: #406592 !important;
    font-weight: bold !important;
    font-size: 24px !important;
    position: relative !important;
    top: 2px !important;
}
@media all and (max-width: 320px) {
	.filter-years input{
		width: 80px;
	}
}
@media all and (min-width:1024px){
	.text-right-lg{
		text-align: right;
	}

	.bg-about{
		margin-bottom:-42px;
		z-index:1;
	}

}
.somos-archive{
	margin-bottom: 170px;
}
.evento-archives{
	margin-bottom: 170px;
}

	.openbtn span{
		font-size:30px;
	}
	.search-opts{
		display: none !important;
	}
	nav{
		position: relative;
	}
	#mySidebar{
		max-height:0px;
		width:0px;
		height:0px;
		overflow: hidden;
		position: fixed;
		visibility: hidden;
		top: 0px;
		padding-top: 90px;
		width: 600px !important;
		right: 0px;
		justify-content: center;
		transition: max-height .3s ease-out;
	}
	#mySidebar.open{
		visibility: visible;
		height:auto;
		max-height: 620px !important;
    	background: #07355E;
    	transition: max-height .3s ease-in;
	}
	#menu-header{
		flex-direction: column;
		height: auto;
	}
	#menu-header-menu{
		flex-direction:column;
		height: auto;
		margin-bottom: 10px;
	}

	.search-form{
		position:relative;
		top:0px;
		right:0px;
		width:80%;
		box-shadow: none;
		padding:5px;
		display:block;
		margin:15px auto;
		border: 2px #313A5B solid;
	}

	.btn-header{
		margin:15px auto !important;
	}
	#menu-header li.menu-item:first-child{
		margin-left:10px !important;
	}

@media all and (max-width:480px){
	header .navbar-logo{
	    max-width: 70%;
	}
}

@media all and (max-width: 768px) {
	p{
		font-size: 12px;
		line-height: 21px;
	}
	.rowfeatures{
		flex-wrap: wrap-reverse;
	}
	.institute{
		width: 100%;
		height: auto !important;
		margin-top: 0px !important;
	}
	.main-features{
		margin-top: 30px !important;
	}
	.links-footer .link-card{
		width: 100%;
	}
	.half-content, .half-r{
		width: 100%;
	}
	.imghalf{
		height: 100px;
	}
	.half-text{
		padding-right: 10px;
	}
	.menu-footer ul{
		flex-flow: wrap;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 20px;
	}
	.menu-footer ul li{
		margin-bottom: 10px;
	}
	.half-r{
		left: 0px;
		top:0px;
		height: 300px;
	}
	.half-content{
		height: auto;
		padding: 0px;
	}
	.m-banner{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.card-gaceta{
		margin-bottom: 0px;
	}
	.card-margin{
		margin-bottom: 40px !important;
	}
	.logoazul{
		height: 250px;
	}
	.institute{
		height: 200px;
		margin-top: 30px;
	}
	.map-half{
		width: 100%;
		height: 300px;
	}
	.mghalf{
		margin-bottom: 40px;
	}
	.half-content h2{
		font-size: 28px;
	}
	.half-content p{
		font-size: 12px;
		line-height: 20px;
	}
	footer *{
		text-align: center;
		justify-content: center;
	}

	.enlaces-de-interes ul li{
		justify-content: center;
	}
	footer .btn-whiteus{
		margin:20px auto;
	}
	footer .social-footer{
		float:none;
		margin:20px auto;
	}
	.img-mobile{
		display: flex;
		justify-content: center;
	}
	.margin-mobile-top{
		margin-top: 60px;
	}
	.card-quienes{
		flex-direction: column;
	}
	.img-quienes{
		width: 100%;
	}
	.somos-archive{
		margin-bottom: 0px;
	}
	.card-consejo{
		flex-direction: row;
	}
	h2{
		font-size: 22px;
	}
	.card-funcionarios{
		flex-direction: column;
	}
	.logo-card{
		max-height: 230px;
		width: 200px;
		height: auto;
		display: flex;
		margin: auto;
	}
	.btn-estructura{
		width: 100% !important;
		font-size: 10px !important;
		height: auto !important;
		margin-bottom: 20px;
		line-height: 12px;
		min-height: 60px;
	}
	.form-contact input, .form-contact textarea{
		width: 100%;
	}
	.form-half{
		padding: 10px;
	}
	.archive-header h1{
		font-size: 22px;
	}
	.content-funcionarios{
		width: 100%;
		padding: 12px;
	}
	.content-funcionarios-img{
		justify-content: center;
	}
	.container-codigo{
		margin-top: 120px;
	}
	.evento-archives{
		margin-bottom: 30px;
	}
	.content-footer{
		flex-direction: column;
	}
	.content-footer .terms{
		flex-direction: column;
	}
	#mySidebar{
		width: 300px !important;
	}
	.img-map{
		height: 250px;
		width: 100%;
		padding: 0px;
	}
	.form-half{
		width: 100%;
	}
	.links-footer{
		flex-direction: column;
	}
	.at4-thankyou, .at-share-dock{
		display: none !important;
	}
	.news-last{
		flex-direction: column;
		align-items: normal;
	}
	.card-quienes .img-quienes{
		width: 100%;
		height: auto;
	}
	.card-mision{
		flex-direction: column-reverse;
	}
	.card-objetivos{
		padding-right:0px;
	}
	.card-funcionarios{
		background-image: none;
		background-color: #F8F8F8;
		margin: 12px;
	}
	.bg-estruc{
		background-image: none;
	}
	.form-estructura{
		width: 100%;
		padding: 20px;
	}
	.form-estructura h2{
		font-size: 20px;
	}
	.form-estructura h3{
		font-size: 16px;
	}
	.form-estructura p{
		font-size: 12px;
	}
	.descarga-normatividad{
		font-size: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.btn-dowmload{
		font-size: 12px;
		margin-left: 0px;
	}
	.content-frame{
		margin-bottom: 30px;
	}
	.atss .at-share-btn{
		display: none !important;
	}
	.info-cont{
		width: 100%;
		padding-right: 0px;
	}
	.info-cont-r{
		padding-right: 15px;
	}
	.form-contact h3{
		margin-top: 0px !important;
	}
	.form-contact p{
		font-size: 12px;
		overflow-wrap: break-word;
	}
	.form-contact span{
		font-size: 12px;
	}
	.form-contact h3{
		font-size: 14px;
	}
	legend{
		font-size: 16px;
	}
	.img_comunidad{
		margin-right: 15px;
	}
	.single-evento{
		margin-top: 100px !important
	}
}

/*header*/
#menu-header{
	height: 90px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

#menu-header li.menu-item{
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
	list-style: none;
	position:relative;
	height:90px;
	display: flex;
	align-items: center;
}


#menu-header li.menu-item a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color : var(--default-color);
	text-decoration: none;
	font-weight: 700;
	font-family: var(--primary-font);
	border-bottom:1px transparent solid;
}

#menu-header li.menu-item a:hover{
	border-bottom:1px var(--default-color) solid !important;
}

#menu-header li:hover a, #menu-header li.current_page_item a{
	color : var(--primary-color) !important;
}

#menu-header li ul {
    display: none;
    visibility: hidden;
    box-shadow: 0px 5px 10px #292F4029;
    border-radius: 6px;
    padding:8px;
}

#menu-header li .sub-menu:before{
	border-style: solid;
    border-width: 0px 24px 24px;
    top: -16px;
    content: "";
    height: 0;
    left: calc(50% - 24px);
    position: absolute;
    width: 0;
    opacity: 1;
    background: none;
    border-color: transparent transparent rgba(254,254,254,1);
    transition: all 0.3s ease-in;
}

#menu-header li a, #menu-header li .sub-menu a{
	text-decoration: none !important;
	color:#353B47;
	font-weight: bold;
	font-size:14px;
	display: flex;
	align-items: center;
}

#menu-header li img, #header-sidebar li img {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
    padding: 0px;
    margin-right: 10px;

}

#menu-header li .sub-menu a{
	font-size: 14px
	font-weight: bold;
	display: flex;
	color:var(--gray);
}

#menu-header li .sub-menu a:hover{
	color:var(--blue) !important;
	border-color:var(--blue) !important;
}

#menu-header li ul{
	display:none;
	visibility:hidden;
	-webkit-transition: visibility .3s ease;
    -moz-transition: visibility .3s ease;
    -o-transition: visibility .3s ease;
    transition: visibility .3s ease;
}

#menu-header li:hover ul{
	visibility: visible;
	display:block;
	position:absolute;
	background:white;
	z-index:99;
	padding-top:0px;
	padding-left:0px;
	width:250px;
	top:100% !important;
	left:calc(((250px - 100%) / 2) * -1) !important;
}

#menu-header li:hover .sub-menu li{
	list-style: none;
	display:block;
	padding:5px;
	height:auto;
}

#menu-header li:hover .sub-menu li:last-child{
	border : 0px ;
}

.openbtn{
	border:none;
	background:none !important;
	cursor: pointer;
}

.openbtn *{
	fill: #fff;
}


header.bg-white{
	box-shadow: 0px 5px 10px #00ACDC29;
	z-index:999;
}

header.bg-white .openbtn *{
	fill: #fff !important;
}

.header-home{
	padding: 200px 0px 0px 0px;
    min-height: 698px;
    margin-top: -160px;
    align-items: center;
    display: flex;
    background-repeat: no-repeat;
    background-position: right;
    background-size: initial;
}

.header-home label{
	color:var(--blue);
	font-weight: 600;
}

.header-home h1{
	color:var(--gray);
	font-size:50px;
	font-weight: bold;
}

.roundered{
	border-radius:30px;
}

.text-blue{
	color:var(--blue) !important;
}

.blue-b{
	background:var(--blue);
}

.border-blue{
	border: 3px var(--blue) solid;
}

.header-home p{
	color:var(--gray);
	font-size:18px;
}

.header-home a{
	display: inline-block;
	margin:10px 0px;
	font-size: 14px;
}


#header-sidebar{
	width:500px;
	height:100vh;
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top:0px;
	right: -500px;
	z-index: 999;
	background: #07355E;
	margin: 0px -15px 0px -15px !important;
	display: flex;
	flex-direction: column;
	padding:15px 30px;
	overflow: auto;
	transition: all .3s ease-out;

}
#header-sidebar.open{
	visibility: visible;
	right: 0px;
}

#header-sidebar button{
	background:none;
	border:none;
    font-size: 30px;
	color:#D8D8D8;
	cursor: pointer;
}
#header-sidebar button i{
	font-size: 30px;
}

#header-sidebar .navbar-logo{
	max-height: 75px;
    width: 180px;
}

#header-sidebar ul{
	list-style-type: none;
	padding:0px;
}

#header-sidebar hr{
	width:69pt;
	height:5pt;
	background:#D8D8D8;
	margin-left:54px;
}

#header-sidebar .social-menu{
	display: flex;
	align-items: center;
}

#header-sidebar .social-menu a{
	margin:15px;
	display: block;
	width:30pt;
	height:30pt;
	border-radius: 50%;
	background:var(--blue);
	color:white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:16pt;
}


#header-sidebar .level-1{
	padding-left:54px;
}

#header-sidebar ul li{
	margin:10px 0px;
}

#header-sidebar ul li a{
	display: flex;
	align-items: center;
	font-size: 18px;
	color:#435059;
	font-weight: 600;
	font-family: 'Poppins';
}
#header-sidebar ul li a span{
	border-bottom: 1px transparent solid;
}

#header-sidebar ul li a:hover span{
	color:var(--blue) !important;
	border-color: var(--blue) !important;
}

@media all and (min-width: 1440px){
	.home_cls .openbtn *{
		fill: white;
	}
}

@media all and (max-width: 1024px){
	.header-home a{
		width: 318px;
	}
	.header-home{
		margin-top:-200px;
	}
}

@media all and (max-width: 1023px){
	.header-home{
		background:url("../images/header-mob.png") no-repeat right center / 40% 100% !important;
	}
}

@media all and (max-width: 767px){
	#mySidebar{
		display: none !important;
	}
	.header-home a{
		font-size:13px;
		width:300px;
	}

	.header-home h1{
		font-size:35px;
	}

	#header-sidebar.open{
		max-width: calc(100vw - 30px);
		box-shadow: -2px 0px 5px #58585850;
		width: calc(100vw - 30px);
		overflow: auto;
	}
	#header-sidebar ul li a{
		font-size:14px;
	}

	#header-sidebar .navbar-logo {
    	width: 160px;
    }

	#header-sidebar button{
		font-size:20pt;
	}
	#header-sidebar ul li{
		margin:10px 0px;
	}
	.social-header a i{
		margin: 15px;
	}
}

@media all and (max-width:480px){

	#header-sidebar .social-menu a{
		flex-shrink: 0;
		width: 25pt;
    	height: 25pt;
    	margin:5px;
	}

	#header-sidebar .level-1, #header-sidebar .social-menu{
		padding-left:43px;
	}

	#header-sidebar hr{
		margin-left:43px;
	}
}

@media all and (max-width:320px){
	.header-home{
		padding-top:270px;
	}
}
