
a, a:hover, a:focus, a:active, a:link{
	text-decoration: none;
}
a {
    color: #a09a64;
}
a:hover{
    color: #2e384a;
}
.container{
    max-width: 1400px;
    width: auto;
}
#header{
	background-color: #f5f5f5;
	padding: 15px 0;
}

#header .container {
    display: flex;
    justify-content: space-between;
}

figure.main-logo {
    width: 70%;
}

.main-logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-logo img {
    max-width: 150px;
    max-height: 93px;
}

.main-logo span {
    padding-left: 20px;
    color: #2e384a;
    text-transform: uppercase;
    font-family: Raleway;
    font-size: 17px;
    font-weight: bold;
}

.navbar-brand img {
    max-height: 35px;
}

figure.right-logo {
    width: 30%;
    text-align: right;
}

.right-logo img {
    max-width: 80px;
}

.rs-x{
    background-image: url('../../images/icons/x_logo.png');
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: cover;
}

.rs-x-share{
    background-image: url('../../images/icons/x_logo_black.png');
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: cover;
}

/** bacgrounds**/

.bg-gold{
    background-color: #a09a64;
}

.bg-blue{
    background-color: #2e384a;
}
.bg-gray{
    background-color: #f5f5f5;
}

.bg-blue .title-section,
.bg-gold .title-section{
    color: #fff;
    padding: 0 0 50px 0;
}

.bg-white .title-section{
    color: #a09a64;
    padding: 0 0 50px 0;
}



/**** site rows ****/

.site-row-container-inner{
    padding: 50px 0;
}
.row.site-row{
    margin: 0;
}

/*** menus  ***/

.navbar {
    margin-bottom: 0;
}

.navbar-main {
    background-color: #f5f5f5;
    border-radius: 0;
}

.navbar-main a {
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
    color: #fff;
}

.navbar-main .nav>li>a:focus, .navbar-main .nav>li>a:hover {
    text-decoration: none;
    background-color: #a09a64;
    color: #fff;
}

.content-page .header-image-page {
    height: 285px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.social-icons-container {
    position: relative;
    height: 100%;
}
.social-icons-container .social-icons {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.social-icons a {
    font-size: 25px;
    color: #033045;
    padding: 0 3px;
}
.navbar-vertical ul li {
    width: 100%;
}

.navbar-vertical a {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #2e384a;
    color: #a59b62;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-top: 35px!important;
    padding-bottom: 35px!important;
}

.navbar-vertical ul li:nth-child(1) a{
	border-top: 1px solid #2e384a;
}

.navbar-vertical a:hover,
.navbar-vertical a:active,
.navbar-vertical a:focus{
	background-color: #a59b62!important;
	color: #fff;
}
.navbar-toggle .icon-bar {
    background-color: #2e384a;
    height: 3px;
}

.navbar-main .container #collapse-main-menu {
    background-color: #2e384a;
}

.navbar-main .container {
    padding: 0;
}

.navbar-main .nav .open>a, 
.navbar-main .nav .open>a:focus, 
.navbar-main .nav .open>a:hover {
    background-color: #a09a64;
    border-color: #a09a64;
}

.navbar-main .dropdown-menu {
    background-color: #243549;
    padding: 0;
}
.navbar-main .dropdown-menu>li>a {
    padding: 7px 10px;
    color: #fff;
}
.navbar-main ul.nav.navbar-nav li .dropdown-menu li {
    padding: 0;
}
.navbar-main .dropdown-menu>li>a:focus, 
.navbar-main .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #a09a64;
}

.menu-footer{
    font-family: 'Raleway', sans-serif;
}
.menu-footer .dropdown-menu {
    display: block;
    position: static;
    background-color: transparent;
    border: none;
    box-shadow: none;
}


.menu-footer .dropdown-menu>li>a{
    font-family:'Raleway', sans-serif;
    padding: 7px 15px;
}

.menu-footer .nav>li>a:focus, 
.menu-footer .nav>li>a:hover {
    background-color: transparent;
    color: #2e384a;
}

.menu-footer .dropdown-menu>li>a:focus, 
.menu-footer .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.menu-footer .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
}

.menu-footer span.caret {
    display: none;
}
.menu-footer .navbar-nav>li>a {
    text-transform: uppercase;
    padding: 7px 15px;
}
.menu-footer .dropdown-menu>li>a {
    color: #2e384a;
    font-weight: 600;
}

.menu-footer .navbar-nav>li {
    width: 100%;
    float: left;
}


/* content-post */
.content-post {
    padding-top: 25px;
}
.single .content-post,
.page .content-post {
    padding-top: 0;
}
.content-post p {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    text-align: justify;
}
.content-post ul li {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    text-align: justify;
}
figure.img-post {
    margin-bottom: 30px;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.page figure.img-post {
        height: 150px;
}

figure.img-post img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.meta-content {
    background-color: rgb(245, 245, 245);
    padding: 7px 15px;
    margin-bottom: 30px;
}

/*** footer ****/

.footer{
    background-color:#29323f;
    color: #fff;
}

.copyright {
    padding: 15px 0 5px 0;
}
.copyright a {
    color: #a09a64;
    cursor: pointer;
}
.footer-logo{
    max-width: 230px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer-logo img{
    width: 80%;
}
.footer-logo figcaption{
    padding-top: 15px;
    color: #2e384a;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    width: 100%;
}

/**** titulos ****/
.title-section {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #2e384a;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.line:before {
    position: absolute;
    top: 50%;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #a19a65;
}
.title-section span {
    z-index: 9;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 0 25px;
    max-width: 85%;
    word-break: break-word;
}

.with-out-line{
    width: 100%;
    font-size: 22px;
    padding-bottom: 15px;
    margin-top: 0;
    text-align: left;
}

.title-section.with-out-line span {
    max-width: 100%;
    text-align: left;
    padding: 0;
}


.left-col {
    padding-top: 25px;
}

/**** news ****/
.home-news {
    display: flex;
    flex-wrap: wrap;
}
.main-news-inner{
    display: block;
    width: 100%;
}
.main-news {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.main-news figure{
    padding-right: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 7px;
    left: 0;
    right: 0;
}
.main-news figure img {
    height: 100%;
    position: absolute;
    margin: auto;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.previous-news-inner{
    display: block;
    width: 33.333%;
}
.main-news figure:before,
.secondary-news figure:before,
.previous-news figure:before,
.category-container-previous .post-category figure:before
 {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(46, 56, 74, 0.5);
    position: absolute;
    z-index: 9;
}

.main-news figure figcaption,
.secondary-news figure figcaption {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.main-news figure figcaption h3,
.secondary-news figure figcaption h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.main-news figure figcaption:before,
.secondary-news figure figcaption:before {
    content: '';
    width: 50%;
    height: 1px;
    display: block;
    margin: 0 25%;
    position: absolute;
    bottom: 4.5px;
    background-color: #fff;
}

.main-news figure figcaption:after,
.secondary-news figure figcaption:after {
    content: '';
    width: 30%;
    height: 10px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
}

.main-news figure figcaption.uabjo:before,
.secondary-news figure figcaption.uabjo:before,
.main-news figure figcaption.uabjo:after,
.secondary-news figure figcaption.uabjo:after,
.previous-news figure figcaption.uabjo:before,
.previous-news figure figcaption.uabjo:after{
    background-color: #a09a64;
}



.secondary-news-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.secondary-news {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.secondary-news-inner {
    display: block;
    width: 100%;
}

.secondary-news figure{
    bottom: 7px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    
}
.secondary-news figure img {
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.previous-news {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}
.previous-news figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.previous-news figure img{
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.previous-news figure figcaption {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 25px;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.previous-news figure figcaption h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.previous-news figure figcaption:before {
    content: '';
    width: 50%;
    height: 1px;
    display: block;
    margin: 0 25%;
    position: absolute;
    bottom: 6px;
    background-color: #fff;
}

.previous-news figure figcaption:after {
    content: '';
    width: 25%;
    height: 12px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
}

.previous-news-container{
    width: 100%;
    display: none;
    flex-wrap: wrap;

}
div.previous-news-container div:nth-child(2) figure{
    margin-left: 7px;
    margin-right: 7px;
}
div.previous-news-container div:nth-child(2) figure img{
    min-height: 100%;
}

/**** agenda ****/

#agenda{
    opacity: 0;
}
.carousel-agenda .item figure .image {
    max-height: 160px;
    overflow: hidden;
}

.carousel-agenda .item figcaption {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Raleway', sans-serif;
    color: #2e384a;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
}

.carousel-agenda .item figcaption header {
    width: 100%;
    display: flex;
    padding: 7px;
    border-bottom: 1px solid #2e384a;
}

.carousel-agenda .item figcaption .type{
    width: 80%;
}

.carousel-agenda .item figcaption .icon{
    width: 20%;
    text-align: right;
}

.carousel-agenda .item figcaption .date {
    width: 30%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.carousel-agenda .item figcaption .date span.day {
    font-size: 51px;
    width: 100%;
    display: inline-block;

}
.carousel-agenda .item figcaption .date span.month {
    width: 100%;
    font-size: 20px;
}
.carousel-agenda .item figcaption .details {
    width: 70%;
    padding: 12px 0;
    height: 170px;
    overflow: hidden;
}

.carousel-agenda .item figcaption .details .title {
    font-size: 16px;
    color: #a09a64;
    padding-bottom: 5px;
}

.carousel-agenda .item figcaption .details .description {
    color: #4e4e4e;
}

.carousel-agenda .item figcaption footer.category {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    border-top: 1px solid #2e384a;
    padding: 7px 0;
    margin-top: 5px;
}

.owl-prev {
    position: absolute;
    top: Calc(50% - 40px);
    left: -15px;
}
.owl-next {
    position: absolute;
    top: Calc(50% - 40px);
    right: -15px;
}

.owl-prev i,.owl-next i {
    font-size: 85px;
    color: #d6d6d6;
}

.agenda-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.agenda-grid .item {
    width: 100%;
    overflow: hidden;
}
.agenda-grid .item figure{
    padding: 5px;
}
.agenda-grid .item figure .image {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.agenda-grid .item figure .image img {
    position: absolute;
    width: 100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
}

.agenda-grid .item figcaption {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Raleway', sans-serif;
    color: #2e384a;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
}

.agenda-grid .item figcaption header {
    width: 100%;
    display: flex;
    padding: 7px;
    border-bottom: 1px solid #2e384a;
}

.agenda-grid .item figcaption .type{
    width: 80%;
}

.agenda-grid .item figcaption .icon{
    width: 20%;
    text-align: right;
}

.agenda-grid .item figcaption .date {
    width: 30%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.agenda-grid .item figcaption .date span.day {
    font-size: 51px;
    width: 100%;

}
.agenda-grid .item figcaption .date span.month {
    width: 100%;
    font-size: 20px;
}
.agenda-grid .item figcaption .details {
    width: 70%;
    padding: 12px 0;
    height: 170px;
    overflow: hidden;
}

.agenda-grid .item figcaption .details .title {
    font-size: 16px;
    color: #a09a64;
    padding-bottom: 5px;
}

.agenda-grid .item figcaption .details .description {
    color: #4e4e4e;
}

.agenda-grid .item figcaption footer.category {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    border-top: 1px solid #2e384a;
    padding: 7px 0;
    margin-top: 5px;
}


.agenda-single .featured-image {
    width: 100%;
    height: 350px;
    position: relative;
}
.agenda-single .featured-image img {
    position: absolute;
    height: 100%;
    margin: auto;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
}


.agenda-tipo {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #243549;
    border-bottom: 1px solid #243549;
    background: #f5f5f5;
    padding: 10px;
}
.agenda-tipo .type {
    width: 50%;
}
.agenda-tipo .icon {
    width: 50%;
    text-align: right;
}
.agenda-descripcion {
    padding: 15px 0;
}

/*** widget agenda  ***/
.widget-agenda .widget-content{
    display: flex;
    flex-wrap: wrap;
}
.widget-agenda .agenda-item {
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}
.widget-agenda .agenda-item figure{
    width: 100%;
}
.widget-agenda .agenda-item figure .image {
    max-height: 150px;
    overflow: hidden;
}

.widget-agenda .agenda-item figure .image img {
    width: 100%;
}

.widget-agenda .agenda-item figcaption {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Raleway', sans-serif;
    color: #5f5f5f;
    font-weight: 600;
    font-size: 15px;
    background-color: #fff;
}

.widget-agenda .agenda-item figcaption header {
    width: 100%;
    display: flex;
    padding: 7px;
    border-bottom: 1px solid #cdcdcd;
}

.widget-agenda .agenda-item figcaption .type{
    width: 80%;
}

.widget-agenda .agenda-item figcaption .icon{
    width: 20%;
    text-align: right;
}

.widget-agenda .agenda-item figcaption .date {
    width: 30%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.widget-agenda .agenda-item figcaption img{
    display: none;
}

.widget-agenda .agenda-item figcaption .date span.day {
    font-size: 51px;
    width: 100%;

}
.widget-agenda .agenda-item figcaption .date span.month {
    width: 100%;
    font-size: 20px;
}
.widget-agenda .agenda-item figcaption .details {
    width: 70%;
    padding: 12px 0;
}

.widget-agenda .agenda-item figcaption .details .title {
    font-size: 16px;
    color: #a09a64;
    padding-bottom: 5px;
}

.widget-agenda .agenda-item figcaption .details .description {
    color: #4e4e4e;
}

.widget-agenda .agenda-item figcaption footer.category {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    border-top: 1px solid #2e384a;
    padding: 7px 0;
    margin-top: 5px;
}
/*** end widget agenda ***/

/***  sitios */

.sitios-grid{
    width: 100%;
    float: left;
}

.sitios-grid .item{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0;
}

.sitios-grid .cell-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.icono-sitio{   
    width: 75%;
    height: 75%;
    margin: 0 auto;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.icono-sitio a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
}

.icono-sitio a img{
    max-width: 55%;
    max-height: 55%; 
    padding-top: 20px;
}

.icono-sitio a .caption{
    height: 60px;
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}


/* Botones */
.btn-gold {
    color: #a59b62;
    border-color: #a59b62;
}

.btn-gold:focus,
.btn-gold.focus {
    color: white;
    background-color: #a59b62;
    border-color: #a59b62;
}

.btn-gold:hover {
    color: white;
    background-color: #a59b62;
    border-color: #a59b62;
}

.espacio-btn-gold{
    padding: 35px 0 10px 0;
}

.btn-white {
    color: white;
    border-color: white;
}

.btn-white:focus,
.btn-white.focus {
    color: white;
    background-color: #a59b62;
    border-color: white;
}

.btn-white:hover {
    color: white;
    background-color: #a59b62;
    border-color: white;
}

.btn-more{
    margin-top: 70px;
}
a.more-details {
    width: 100%;
    background: #123456;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0;
}




/* categorias */

.category-container-previous .post-category{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    height: 260px;
    margin-bottom: 30px;
}
.category-container-previous .post-category figure{
    position: relative;
    width: 100%;
    height: 100%;
}

.category-container-previous .post-category img{    
    position: absolute;
    height: 100%;
    width: auto;
    margin: auto;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.category-container-previous .post-category figure figcaption {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 25px;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.category-container-previous .post-category figure figcaption h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.category-container-previous .post-category figure figcaption:before {
    content: '';
    width: 50%;
    height: 1px;
    display: block;
    margin: 0 25%;
    position: absolute;
    bottom: 6px;
    background-color: #fff;
}

.category-container-previous .post-category figure figcaption:after {
    content: '';
    width: 25%;
    height: 12px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
}

/*.category-container-previous .post-category .caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 70px;
    width: 100%;
    background-color: rgba(12,34,56,.7); 
    display: flex;
    align-items: center;
}

.category-container-previous .post-category .caption h3{
    color: #fff;
    padding: 10px;
    font-size: 18px;
    margin: 0;
}*/

/* paginacion */

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination li a {
    background-color: #a59b62;
    margin: 2px;
    border: 1px solid #a59b62;
    color: #fff;
    border-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #243549;
    border: 1px solid #a59b62;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #ffffff;
    background-color: #243549;
    border-color: #f7f7f7;
}

/* widgets*/


.widget{
    margin-bottom:70px;
}

.widget h3{
    border-top: 2px solid  #a59b62;
    border-bottom: 2px solid  #a59b62;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom:15px;
    margin-top: 0;
}

.widget-social-icons-share{
    width: 100%;
    margin-bottom: 25px;
}

.widget-social-icons-share .widget-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.widget-social-icons-share .sis-item{
    padding: 5px;
    border-bottom:1px solid #333;
}

.sis-item a{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
}
.sis-item a span{
    padding-left: 20px;
}
.sis-item i{
    font-size: 25px; 
}
.sis-item.facebook i{
    color: #3b5998;
}
.sis-item.twitter i{
    color: #55acee;
}
.sis-item.google-plus i{
    color: #d95032;
}

.col-md-9.content img{
    max-width: 100%;
    height: auto;
}

.content-post img{
    max-width: 100%;
    height: auto;
}
.content-post table img{
    max-width: initial;
}

.youtube-container {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.buzon-container {
    position: fixed;
    bottom: 0;
    right: 25px;
    z-index: 9999;
}
.buzon{
    width: 250px;
}

.buzon h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #243549;
    margin: 0;
    padding: 15px;
    text-align: center;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    color: #fff;
}
.buzon #buzon-form-fx.open-form{
    opacity: 1;
    transform: translateY(0);
    transition: all .7s;
}
.buzon #buzon-form-fx {
    position: absolute;
    bottom: 50px;
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #243549;
    border-radius: 15px;
    padding: 15px;
    opacity: 0;
    transition: all .7s;
    transform: translateY(501px);
}
.buzon #buzon-form-fx label{
    font-weight: 400;
    font-size: 14px;
}

.form-container {
    width: 60%;
    margin: 0 auto;
}


div.lightgallery {
    display: flex;
    flex-wrap: wrap;
}

div.lightgallery a {
    width: Calc(50% - 10px);
    height: 125px;
    overflow: hidden;
    margin: 5px;
    position: relative;
    border: 3px solid #a59b62;
}

div.lightgallery img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    height: 100%;
    width: auto!important;
    max-width: initial;
}

/* banners */

.banners{
    font-family: 'Raleway', sans-serif;
}

.banners .banner-medium {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background-color: #95c11f;
    margin-bottom: 15px;
}

.banners .banner-medium figure{
    width: 100%;
    height: 100%;
    position: relative;

}
.banners .banner-medium figure:after{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(128,122,90,0);
    background: -moz-linear-gradient(left, rgba(128,122,90,0) 15%, rgba(128,122,90,0.15) 28%, rgba(128,122,90,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(15%, rgba(128,122,90,0)), color-stop(28%, rgba(128,122,90,0.15)), color-stop(100%, rgba(128,122,90,1)));
    background: -webkit-linear-gradient(left, rgba(128,122,90,0) 15%, rgba(128,122,90,0.15) 28%, rgba(128,122,90,1) 100%);
    background: -o-linear-gradient(left, rgba(128,122,90,0) 15%, rgba(128,122,90,0.15) 28%, rgba(128,122,90,1) 100%);
    background: -ms-linear-gradient(left, rgba(128,122,90,0) 15%, rgba(128,122,90,0.15) 28%, rgba(128,122,90,1) 100%);
    background: linear-gradient(to right, rgba(128,122,90,0) 15%, rgba(128,122,90,0.15) 28%, rgba(128,122,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807a5a', endColorstr='#807a5a', GradientType=1 );
}

.banners .banner-medium figure img{
    width: 100%;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}

.banners .banner-medium figure figcaption{
    width: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9;
    text-transform: uppercase;
}

.banners .site-row-container-inner {
    padding-top: 0;
}

.banners .container .row div.col-xs-12{
    padding: 0;
}



.btn-white {
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: .25px;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus{
    color: #fff;
}

.title-banner {
    font-weight: 600;
    font-size: 39px;
    letter-spacing: .39px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    margin: 15px;
    border-bottom: 1px solid #fff;
    padding: 28px 0;
    text-transform: uppercase;
}
.text-banner{

    margin: 15px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.banners .banner-medium .text-banner{
    display: none;
}

.banners .banner-large{
    width: 100%;
    height: 380px;
    overflow: hidden;
    background-color: #f4973c;
}

.banners .banner-large figure{
    width: 100%;
    text-align: center;
}
.banners .banner-large figure img{
    width: 80%;
    mix-blend-mode: multiply;
    max-width: 270px;
}
.banners .banner-large .title-banner{
    padding: 7px 0;
}
.banners .banner-large .text-banner{
    padding: 7px 0;
    border-bottom: 1px solid #fff;
    font-size: 17px;
}

.banners .col-sm-4{
    padding: 7.5px;
}

/*home slider */

.home-slider .item {
    width: 100%;
}

.home-slider .item figure {
    width: 100%;
    height: 225px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-slider .item figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    margin: auto;
}

.home-slider .item figure figcaption {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(51, 86, 125, 0.7);
}

.home-slider .item figure figcaption .text-slider{
    padding: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .3px;
    color: #fff;
    width: 100%;

}


.owl-prev {
    position: absolute;
    top: Calc(50% - 40px);
    left: -15px;
}

.owl-next {
    position: absolute;
    top: Calc(50% - 40px);
    right: -15px;
}

.home-slider .owl-prev{
    left: 0;
}

.home-slider .owl-next{
    right: 0;
}

.owl-prev i,.owl-next i {
    font-size: 85px;
    color: #d6d6d6;
}


figure.container-img-page-section {
    position: relative;
    width: 100% ;
    height: 450px;
    overflow: hidden;
}

.img-page-section {
    position: absolute;
    width: 100%;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
}

figure.container-img-page-contenido {
    position: relative;
    width: 100% ;
    height: 150px;
    overflow: hidden;
}

.img-page-contenido {
    position: absolute;
    width: 100%;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
}

figure.container-img-page-contenido figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

figure.container-img-page-contenido figcaption:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(73, 103, 143, 0.8);
    /* mix-blend-mode: color; */
}

figure.container-img-page-contenido figcaption h1 {
    position: absolute;
    top: Calc(50% - 25px);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}


@media (min-width: 450px){

    div.lightgallery a {
        width: Calc(33.333% - 10px);
    }
    
    .secondary-news-inner{
        width: 50%;
    }
    .secondary-news {
        width: 100%;
        padding-bottom: 95%;
    }

    .secondary-news-container {
        width: 100%;
        /*display: flex;
        flex-wrap: wrap;*/
    }
    article.secondary-news:nth-child(1) figure {
        right: 3.5px;
    }
    article.secondary-news:nth-child(2) figure {
        left: 3.5px;
    }

    .menu-footer .navbar-nav>li {
        width: 50%;
    }

    figure.img-post {
        height: 300px;
    }
    .page figure.img-post {
        height: 180px;
    }
    .agenda-grid .item {
        width: 50%;
    }

    .home-slider .item figure {
        height: 240px;
    }
    .home-slider .item figure figcaption .text-slider{
        font-size: 15px;
    }
}

@media (min-width: 768px){


.widget-social-icons-share .widget-content {
    display: initial;
}

.widget-social-icons-share .sis-item{
    padding: 10px;
}
.widget-social-icons-share .sis-item i{
    font-size: 40px; 
}

    div.lightgallery a {
        width: Calc(25% - 10px);
    }
    .buzon-container {
        right: 150px;
    }

    .main-news-inner {
        width: 50%;
    }
    .main-news {
        width: 100%;
        padding-bottom: 100%;
      
    }
    .navbar-toggle .icon-bar {
        background-color: #a09a64;
    }
    .navbar-main{
        background-color: #243549;
    }
    .secondary-news-inner {
        width: 100%;
    }
    .secondary-news {
        width: 100%;
        padding-bottom: 50%;
    }

    .secondary-news-container {
        width: 50%;
    }

    article.secondary-news:nth-child(1) figure,
    article.secondary-news:nth-child(2) figure {
        right: 0;
        left: 0;
    }

    .secondary-news figure {
        /*padding-left: 7px;*/
    }

    .secondary-news figure img {
        max-height: initial;
        max-width: 100%;
    }

    .previous-news-container{
        display: flex;

    }

    .secondary-news figure {
        margin-left: 7px;
    }
    .navbar-main .container #collapse-main-menu {
    background-color: transparent;
    }

    .navbar-main .container {
        padding: 0;
    }

    .navbar-vertical a {
        font-size: 16px;
        padding-top: 35px!important;
        padding-bottom: 35px!important;
    }

    .navbar-vertical ul li {
        width: 50%;
    }
    .navbar-vertical ul li:nth-child(1) a,
    .navbar-vertical ul li:nth-child(2) a {
        border-top: 1px solid #2e384a;
    }
    .navbar-vertical ul li:nth-child(even) a{
        border-left: 1px solid #2e384a;
    }
    .menu-footer .navbar-nav>li {
        width: 33%;
    }
    figure.img-post {
        height: 350px;
    }
    .page figure.img-post {
        height: 200px;
    }
    .agenda-grid .item {
        width: 33.33%;
    }


    .banners .container .row div.col-sm-4:nth-child(1){
        padding-left: 15px;
        padding-right: 5px;
    }

    .banners .container .row div.col-sm-4:nth-child(2){
        padding-left: 10px;
        padding-right: 10px;
    }

    .banners .container .row div.col-sm-4:nth-child(3){
        padding-right: 15px;
        padding-left: 5px;
    }

    .banners .banner-medium {
        height: 210px;
    }

    .banners .banner-medium .text-banner {
        display: block;
    }
    .title-banner {
        padding: 7px 0;
    }
    .banners .banner-large {
        height: 435px;
    }
    .banners .banner-large .text-banner {
        font-size: 20px;
    }

    .home-slider .item figure img {
        width: 60%;
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: 0;
        margin: auto;
    }

    .home-slider .item figure {
        height: 390px;
    }

    .home-slider .item figure img {
        height: 100%;
        width: auto;
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: 0;
        right: initial;
    }

    .home-slider .item figure figcaption {
        width: 100%;
        bottom: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
    }

    /*.home-slider .item figure figcaption {
        width: 40%;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
    }*/

    .home-slider .item figure figcaption .text-slider{
        font-size: 23px;
    }



}

@media (min-width: 992px){
    .navbar-main ul.nav.navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .navbar-main ul.nav.navbar-nav li {
        padding: 0 15px;
    }

    .navbar-vertical ul li {
        width: 100%;
    }
    
    .navbar-vertical ul li:nth-child(1) a{
        border-top: 1px solid #2e384a;
    }

    .navbar-vertical ul li:nth-child(2) a {
        border-top: none;
    }
    
    .navbar-vertical ul li:nth-child(even) a{
        border-left: none;
    }
    figure.img-post {
        height: 450px;
    }
    .page figure.img-post {
        height: 250px;
    }
    .agenda-grid .item {
        width: 25%;
    }

    .home-slider .item figure {
        height: 515px;
    }

    .home-slider .item figure figcaption .text-slider {
        font-size: 21px;
    }
    .home-slider .item figure img {
        height: 100%;
        width: auto;
        top: -100%;
        bottom: -100%;
        left: 0;
        right: initial;
    }
    .content-page .header-image-page {
        height: 450px;
    }
}


@media (min-width: 1280px){
    .home-slider .item figure img {
        height: auto;
        width: 100%;
        right: initial;
    }

    .home-slider .item figure figcaption .text-slider {
        max-width: 100%;
    }

    .home-slider .item figure {
        height: 430px;
    }
}


@media (min-width: 1440px){

    .home-slider .item figure {
        height: 525px;
    }
}

@media (min-width: 1600px){

    .home-slider .item figure {
        height: 537px;
    }
}

@media (min-width: 1900px){

    .home-slider .item figure {
        height: 730px;
    }
}

@media (min-width: 2400px){

    .home-slider .item figure {
        height: 900px;
    }
}

@media (min-width: 3500px){

    .home-slider .item figure {
        height: 1333px;
    }
}