

a:hover,
a:focus,
a:active{
    text-decoration: none;
    color: initial;
}

.site-row-container-inner{
    padding: 50px 0;
}
.site-row{
    margin: 0;
}

.top-bar{
    background-color: #25364a;
    color: #f7f7f7;
}

.container{
    width: 100%;
    max-width: 1300px;
}

.navbar-top{
    margin-bottom: 0;
    font-family: 'Ubuntu';
}

.navbar-top .navbar-nav > li > a {
    color: #f7f7f7;
    font-size: 15px;
    letter-spacing: 1.07px;
}

.navbar-top .navbar-nav > li > a:hover,
.navbar-top .navbar-nav > li > a:focus,
.navbar-top .navbar-nav > li > a:active{
    background-color: transparent;
    color: #a69d64;
}

.navbar-top .navbar-nav > li > a > i{
    font-size: 24px;
}

.navbar-top .container-fluid{
    padding: 0;
}

.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;
}

.bar-logo .container{
    position: relative;
}

figure.logo {
    position: absolute;
    width: 30%;
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 9;
}
.logo img {
    position: absolute;
    max-width: 60px;
}
.logo figcaption {
    position: absolute;
    left: 65px;
    width: 220px;
    border-left: 1px solid #cdcdcd;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #737373;
    font-size: 13px;
}

.mega-menu{
    width: 100%;
    font-family: 'Raleway', sans-serif;
}

.mega-menu .nav>li {
    position: static;
}
.mega-menu .navbar-nav > li > a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .98px;
    color: #70706f;
    padding-top: 15px;
    padding-bottom: 28px;
}

.mega-menu .navbar-nav > li > a:hover,
.mega-menu .navbar-nav > li > a:focus,
.mega-menu .navbar-nav > li > a:active,
.mega-menu .navbar-nav > li > a:hover .caret,
.mega-menu .navbar-nav > li > a:focus .caret
.mega-menu .navbar-nav > li > a:active .caret{
    background: transparent;
    color: #1e2e3d;
}

.mega-menu .caret{
    color: #a3995c;
    font-size: 19px;
    border-top: 7px dashed;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.mega-menu .navbar-nav .open .dropdown-menu{
    padding: 0;
}


.mega-menu .mega-menu-item-content .row{
    margin: 0;
}
.mega-menu .mega-menu-item-content .row .col-sm-6,
.mega-menu .mega-menu-item-content .row .col-sm-9,
.mega-menu .mega-menu-item-content .row .col-sm-3,
.mega-menu .mega-menu-item-content .row .col-md-8,
.mega-menu .mega-menu-item-content .row .col-md-4,
.mega-menu .mega-menu-item-content .row .col-md-3
{
    padding: 0;
}

.mega-menu .mega-menu-item-content a.menu-img-description {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

.mega-menu .menu-img-description figure{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.mega-menu .menu-img-description figure img{
    position: absolute;
    width: 100%;
    margin: auto;
    top: -100%;
    left: 0;
    bottom: -100%;
}
.mega-menu .menu-img-description .description{
    color: #fff;
    padding: 10px;
}

.mega-menu .mega-menu-item-content ul{
    list-style-type: none;
    padding-left: 0;
}





/* 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;
}



.acontecer-slider .item figure{
    position: relative;
    min-height: 250px;
    overflow: hidden;
}

.acontecer-slider .item figure img{
    height: 100%;
    width: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}

.acontecer-slider .item figure figcaption{
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
    text-align: center;
    color: #fff;
    z-index: 99;
}

.acontecer-slider .item figure figcaption:before {
    content: '';
    width: 50%;
    height: 1px;
    display: block;
    margin: 0 25%;
    position: absolute;
    bottom: 4.5px;
    background-color: #fff;
}

.acontecer-slider .item figure figcaption:after {
    content: '';
    width: 30%;
    height: 10px;
    display: block;
    margin: 5px auto 0 auto;
    background-color: #fff;
}

.acontecer-slider .item figure figcaption.uabjo:before {
    background-color: #a09a64;
}

.acontecer-slider .item figure figcaption.uabjo:after {
    background-color: #a09a64;
}

.acontecer-slider .item figure:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.46) 62%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(0%, rgba(0,0,0,0)), color-stop(29%, rgba(0,0,0,0)), color-stop(62%, rgba(0,0,0,0.46)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.46) 62%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.46) 62%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.46) 62%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.46) 62%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}


.acontecer-slider .post-date{
    position: absolute;
    width: 50px;
    background: rgba(165, 155, 98,.7);
    padding: 5px;
    color: white;
    text-align: center;
    z-index: 1;
}
.acontecer-slider .post-date .date-month,
.acontecer-slider .post-date .date-day,
.acontecer-slider .post-date .date-year{
    display: block;
    width: 100%;
    line-height: 1;
}
.acontecer-slider .post-date .date-day{
    font-size: 20px;
    letter-spacing: 2px;
}



/* 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;
}



.item-style-3{
    padding: 30px;
    margin-bottom: 20px;
    background-color: #edebdf;
}

.item-style-3 .header{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.item-style-3 .header img{
    margin-right: 15px;
    max-width: 35%;
}

.item-style-3 .text{
    color: #777;
    font-size: 18px;
    text-decoration: none;
    padding: 0 15px;
}

.item-style-3 .text .ver-mas{
    text-align: right;
}

.item-style-3 .text .ver-mas a{
    color: #a59b62;
}

.item-style-3 .header h3{
    border-bottom: none;
    border-top: none;
}


.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;
}

/** news */

/**** 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%;
}



.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;
}

/** end news **/


#agenda{
    opacity: 1;
}
.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: Calc(100% -30px);
    padding: 12px 15px;
    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;
}
/* end agenda */


/*** 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: Calc(100% - 30px);
    padding: 12px 15px;
}

.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 ***/

/*** agenda grid ***/
.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: Calc(100% - 15px);
    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;
}
/***** end agenda grid ***/

.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 .navbar-nav{
    width: 100%;
}

.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: #ffffff;
}

.menu-footer .dropdown-menu>li>a:focus,
.menu-footer .dropdown-menu>li>a:hover {
    color: #a3995c;
    background-color: transparent;
}

.menu-footer .navbar-nav>li>a {
    color: #a3995c;
}

.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: #fff;
    font-weight: 500;
}

.menu-footer .navbar-nav>li {
    width: 50%;
    float: left;
}
/* end menu footer */



/*** footer ****/

.footer{
    background-color:#1e2e3d;
    color: #fff;
}

.copyright {
    padding: 15px 0 5px 0;
}
.copyright a {
    color: #a09a64;
    cursor: pointer;
}
.footer-logo{
    width: 100%;
    text-align: center;
}
.footer-logo figcaption{
    padding-top: 15px;
    color: #a09a64;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
}

/* end footer */


/**** titulos ****/
.title-section {
    text-align: center;
    text-transform: uppercase;
    color: #2e384a;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.line:before {
    position: relative;
    top: 11px;
    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;
    color: #707070;
}

.title-page{
    color: #5f5f5f;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.page .title-page{
    margin-bottom: 30px;
}

/* end titulos*/

.content-post{
    font-family: 'Maitree';
    font-weight: 500;
    font-size: 18px;
    color: #333;

}

figure.img-post {
    margin-bottom: 30px;
}

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;
}

/** backgrounds**/

.bg-gold{
    background-color: #a3995c;
}

.bg-blue{
    background-color: #1e2e3d;
}

.bg-blue-soft{
    background-color: #405363;
}

.bg-gray-soft{
    background-color: #dadada;
}

.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;
}

/*  end backgorunds */


/* Botones */

.btn-blue {
    color: #1e2e3d;
    border-color: #1e2e3d;
}

.btn-blue:focus,
.btn-blue.focus,
.btn-blue:hover {
    color: white;
    background-color: #1e2e3d;
    border-color: #1e2e3d;
}


.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;
}

/* end botones */



/* widgets */

.widget-social-icons-share{
    width: 100%;
}

.widget-social-icons-share .sis-item{
    padding: 10px;
    border-bottom:1px solid #cdcdcd;
}

.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: 40px;
}
.sis-item.facebook i{
    color: #3b5998;
}
.sis-item.twitter i{
    color: #55acee;
}
.sis-item.google-plus i{
    color: #d95032;
}


.posts-relacionados{
    padding-bottom: 70px;
}
.post-relacionados-item {
    width: 100%;
    max-height: 270px;
    position: relative;
    overflow: hidden;
    margin-bottom:25px;
}
.post-relacionados-item .date{
    position: absolute;
    width: 50px;
    background: rgba(165, 155, 98,.7);
    padding: 5px;
    color: white;
    text-align: center;
    z-index: 1;
}

.post-relacionados-item .title{
    z-index: 1;
    position: absolute;
    bottom:0;
    right: 0;
    left: 0;
    min-height: 70px;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
}
.post-relacionados-item .title h3{
    color: #fff;
    font-size: 15px;
    padding: 10px;
    margin: 0;
}

.post-relacionados-item figure {
    position: relative;
    height: 250px;
}

.post-relacionados-item img {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    height: 100%;
    margin: auto;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    transition: all .5s;
}

.post-relacionados-item:hover img{
    height: 105%;
    transition: all .5s;
}
.post-date-single {
    color: #a59b62;
    margin-bottom: 10px;
    margin-bottom: 30px;
}

.meta-content {
    border-top: 1px solid #a59b62;
    border-bottom: 1px solid #a59b62;
    padding: 10px 15px;
    margin-top: 35px;
    font-size: 15px;
    font-family: 'Raleway',sans-serif;
    text-align: right;
    text-transform: uppercase;
}

section.content-page .row {
    margin: 0;
}



/** template contenido page ***/

.page-contenido .content-post {
    padding: 30px 0;
}

.list-post-item > a{
    width: 100%;
    overflow: hidden;
    margin-right: 0;
}

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;
}

.list-post-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #49678f;
}

.list-post-item figure:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(73, 103, 143, 0.7);
    opacity: 1;
    transition: opacity .5s;
}

.list-post-item figure:hover:before{
    opacity: 0;
    transition: opacity .5s;
}

.list-post-item figure {
    overflow: hidden;
    position: relative;
}

.post-details {
    width: Calc(100%);
}

.list-post-item figure img {
    width: 100%;
    height: auto;
}

.list-post-item .date{
    display: none;
}

.list-post-item .post-details h3 {
    color: #a59c64;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;

}
.no-padding {
    padding: 0;
}


.content-post img {
    max-width: 100%;
    height: auto;
}

/** template contenido page ***/


.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;
}

.bg-search {
    background-color: #c8d5e2;
    padding: 30px;
    width: 70%;
    margin: 0 auto 15px auto;
}

.input-search-custom {
    width: 100%;
    margin: auto;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #a6b6c5;
}

.logo-algolia{
    margin: 15px;
    text-align: right;
}

.search_wrapper {
    padding: 15px;
    position: relative;
    width: 100%;
}

.search_wrapper i{
    color: #fff;
}

.search_wrapper .fa-search,
.search_wrapper .icon_close {
    position: absolute;
    top: 25px;
    font-size: 22px;
    line-height: 22px;
    display: block;
}

.search_wrapper .fa-search{
    top: 18px;
}

#search-container {
    background-color: #a59b62;
    display: none;
    width: 100%;
}

.search_wrapper input[type="text"],
.header-search input[type="text"] {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding-left: 35px;
    background: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.25)!important;
    font-size: 15px;
    color: #fff;
}

.search_wrapper .icon_close {
    right: 18px;
    color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.search_wrapper .form-control::-moz-placeholder {
  color: rgba(255,255,255,.7);
  opacity: 1;
}
.search_wrapper .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,.7);
}
.search_wrapper .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,.7);
}

.header-search {
    background-color: #243549;
    padding: 25px;
}

.main-search {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.main-search #left-column {
    width: 25%;
}

.main-search #left-column {
    background-color: #ffffff;
    padding: 25px;
}


.main-search #left-column h5 {
    text-transform: uppercase;
    margin: 0;
    padding: 15px;
    background-color: #a49a62;
    color: white;
}
.main-search #right-column {
    width: 75%;
}


.lg-backdrop {
    background-color: rgba(36, 53, 73, 0.93)!important;
}



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;
}


.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;
}


.gold{
    color: #a59b62;
}
.white{
    color:#ffffff;
}



@media (max-width: 767px ){
    /*  menu mobile */

    .main-header > .row{
        margin: 0;
    }
    .bar-mobile{
        background-color: #1e2e3d;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

    .bar-mobile .navbar-toggle{
        margin-right: 0;
    }
    span.icon-bar {
        background-color: #fff;
        height: 4px!important;
        width: 25px!important;
        margin-top: 5px;
    }

    .menu-mb-inline{
        left: 0;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }
    .menu-mb-inline nav ul{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .menu-mb-inline nav ul li a{
        padding-left: 7px;
        padding-right: 7px;
    }

    .menu-mb-half{
        padding: 0;
    }

    .menu-mb-half nav ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border:none;
    }

    .menu-mb-half .navbar-top{
        border: 0;
    }

    .menu-mb-half nav ul li{
        width: 50%;
    }

    .menu-mb-half .navbar-top .navbar-nav > li > a{
        background-color: #f5f5f5;
        color: #1e2e3d;
        text-transform: uppercase;
        text-align: center;
        border-bottom: 1px solid #1e2e3d;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 13px;
    }
    .menu-mb-half .navbar-top .navbar-nav > li > a:hover,
    .menu-mb-half .navbar-top .navbar-nav > li > a:focus,
    .menu-mb-half .navbar-top .navbar-nav > li > a:active {
        background-color: #5e83ad;
        color: #fff;
    }

    .menu-mb-half .navbar-top .navbar-nav > li:nth-child(even){
        border-left: 1px solid #1e2e3d;
    }


    .bar-logo .container{
        padding: 0;
    }

    .mega-menu{
        border: 0;
    }
    .mega-menu .mega-menu-item-content{
        padding: 0;
        background: #5e83ad;
    }
    .mega-menu .container-fluid{
        padding: 0;
    }
    .mega-menu .navbar-nav{
        margin: 0;
    }

    .mega-menu .navbar-nav > li {
        width: 100%;
        background-color: #1e2e3d;
    }

    .mega-menu .navbar-nav > li > a{
        color: #a3995c;
        text-transform: uppercase;
        position: relative;
        font-size: 14px;
    }

    .mega-menu .caret{
        position: absolute;
        right: 10px;
        top: Calc(50% - 3.5px );
    }

    .mega-menu .navbar-nav > li > a:hover,
    .mega-menu .navbar-nav > li > a:active,
    .mega-menu .navbar-nav > li > a:focus,
    .mega-menu .navbar-nav > li > a:hover .caret,
    .mega-menu .navbar-nav > li > a:active .caret,
    .mega-menu .navbar-nav > li > a:focus .caret{
        color: #fff;
    }


    .mega-menu .mega-menu-item-content ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border:none;
    }
    .mega-menu .mega-menu-item-content ul li {
        width: 50%;
    }
    .mega-menu .mega-menu-item-content ul li:nth-child(even){
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mega-menu .mega-menu-item-content ul li a{
        width: 100%;
        display: inline-block;
        background-color: #5e83ad;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
    }
    .mega-menu .mega-menu-item-content ul li a:hover,
    .mega-menu .mega-menu-item-content ul li a:active,
    .mega-menu .mega-menu-item-content ul li a:focus,
    .mega-menu .mega-menu-item-content a.menu-img-description:hover .description,
    .mega-menu .mega-menu-item-content a.menu-img-description:focus .description,
    .mega-menu .mega-menu-item-content a.menu-img-description:active .description {
        background-color: #f5f5f5;
        color: #1e2e3d;
    }

    .mega-menu .menu-img-description figure{
        display: none;
    }

    .mega-menu .menu-img-description .description{
        background-color: #5e83ad;
    }


    /* end menu mobile */
}

@media (min-width: 450px) AND (max-width: 991px){
    .widget-agenda .item {
        width: Calc(50% - 10px);
        border-bottom: 1px solid #cdcdcd;
    }
    .widget-agenda > div > div:nth-child(even){
        margin-left: 5px;
    }
    .widget-agenda > div > div:nth-child(odd){
        margin-right: 5px;
    }
}

@media (min-width: 450px){

    div.lightgallery a {
        width: Calc(33.333% - 10px);
    }


    .home-slider .item figure {
        height: 240px;
    }
    .home-slider .item figure figcaption .text-slider{
        font-size: 15px;
    }
    .agenda-grid .item {
        width: 50%;
    }
     .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;
    }
    .category-container-previous .post-category img{
        height: auto;
        width: 100%;
    }

}

@media (min-width: 768px){
    div.lightgallery a {
        width: Calc(25% - 10px);
    }
    #top-container{
        display: block!important;
        height: auto!important;
    }
    .bar-logo{
        height: 80px;
        border-bottom: 1px solid #cdcdcd;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(220,220,220,1);
        -moz-box-shadow: 0px 2px 2px 0px rgba(220,220,220,1);
        box-shadow: 0px 2px 2px 0px rgba(220,220,220,1);
    }

    /*  menu  */
    .mega-menu{
        position: absolute;
        right: 0;
        top: 15px;
    }

    .mega-menu .dropdown-menu{
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
    }
    .mega-menu-item-content {
        padding: 25px;
    }

    .menu-footer .navbar-nav>li {
        width: 20%;
    }

    .mega-menu .menu-img-description{
        display: flex;
    }
    .mega-menu .menu-img-description figure {
        width: 55%;
        height: 225px;
        overflow: hidden;
        position: relative;
    }
    .mega-menu .menu-img-description .description{
        width: 45%;
    }
    .mega-menu .mega-menu-item-content a.menu-img-description {
        width: 95%;
        border-right: 1px solid #e0e0e0;
    }
    .mega-menu .menu-img-description .description {
        color: #4c4c4c;
        padding: 25px;
        font-size: 17px;
        line-height: 1.2em;
    }

    .mega-menu .mega-menu-item-content ul li a {
        width: 100%;
        display: inline-block;
        color: #a3995c;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .mega-menu .mega-menu-item-content ul li a:hover,
    .mega-menu .mega-menu-item-content ul li a:active,
    .mega-menu .mega-menu-item-content ul li a:focus,
    .mega-menu .mega-menu-item-content a.menu-img-description:hover .description,
    .mega-menu .mega-menu-item-content a.menu-img-description:focus .description,
    .mega-menu .mega-menu-item-content a.menu-img-description:active .description {
        color: #1e2e3d;
    }

    .mega-menu .nav .open>a, .mega-menu .nav .open>a:focus, .mega-menu .nav .open>a:hover {
        background-color: transparent;
        border:0;
    }


    .menu-footer .navbar-nav>li {
        width: 50%;
    }

    /** home slider **/

    .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;
    }


    .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;
    }

    .footer-logo{
        max-width: 250px;
        text-align: center;
    }

    .agenda-grid .item {
        width: 33.33%;
    }


    .main-news-inner {
        width: 50%;
    }
    .main-news {
        width: 100%;
        padding-bottom: 100%;

    }
    .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 img {
        max-height: initial;
        max-width: 100%;
    }

    .previous-news-container{
        display: flex;

    }

    .secondary-news figure {
        margin-left: 7px;
    }

    figure.container-img-page-contenido {
        height: 200px;
    }
    figure.container-img-page-contenido figcaption h1{
        top: Calc(50% - 33px);
        font-size: 39px;
    }

    .list-post-item > a{
        width: 30%;
        margin-right: 20px;
    }
    .post-details {
        width: Calc(70% - 20px);
    }

    .category-container-previous .post-category img{
        height: 100%;
        width: auto;
    }

}

@media (min-width: 992px){
    .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;
    }

    .menu-footer .navbar-nav>li {
        width: 33.333%;
    }
    .widget-agenda .item {
        width: 100%;
        border-bottom: 1px solid #cdcdcd;
    }
    .agenda-grid .item {
        width: 25%;
    }

    .list-post-item > a{
        width: 20%;
        margin-right: 20px;
    }
    .post-details {
        width: Calc(80% - 20px);
    }
}


@media (min-width: 1280px){

    .home-slider .item figure {
        height: 430px;
    }

    /*.home-slider .item figure img {
        height: auto;
        width: 71%;
        top: -100%;
        bottom: -100%;
        left: 0;
        right: initial;
    }*/
    .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 figcaption .text-slider {
        max-width: 450px;
    }*/

    .menu-footer .navbar-nav>li {
        width: 20%;
    }

    figure.container-img-page-contenido {
        height: 250px;
    }
    figure.container-img-page-contenido figcaption h1{
        top: Calc(50% - 39px);
        font-size: 49px;
    }
}


@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;
    }
}
