/************************* Fonts ************************************/
@import url('https://use.typekit.net/hxl1vpp.css"');

@font-face {
    font-family: 'Great day';
    font-style: normal;
    src: url('../fonts/Great/Great_Day.ttf') format('truetype');
}

@font-face {
    font-family: 'Great day bold';
    font-style: normal;
    src: url('../fonts/Great/Great_Day_bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    src: url('../fonts/Helvetica/HelveticaNeueLTCom-Bd.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica roman';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Helvetica/HelveticaNeueLTCom-Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica bold';
    font-style: normal;
    src: url('../fonts/Helvetica/HelveticaNeueLTCom-BdEx.ttf') format('truetype');
}

.font-great-day {
    font-family: 'Great day';
}

.font-great-day-bold {
    font-family: 'Great day bold';
}

.font-helvetica {
    font-family: 'Helvetica';
}

.font-helvetica-roman {
    font-family: 'Helvetica roman';
}

.font-helvetica-bold {
    font-family: 'Helvetica bold';
}


/************************* General Style ************************************/

html, body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

.no-display{
    display: none;
}

.bg-light-gray {
    background-color: #F5F5F5;
}

.btn-primary {
    background-color: #b89b5b;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-family: 'Helvetica roman';
    font-weight: 300;
    height: 40px;
    letter-spacing: 1px;
    opacity: 1;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    z-index: 2;
}

.btn-primary:hover {
    background-color: #DBDBDB;
    color: #b89b5b;
    text-decoration: none;
}

.line-w-sm{
    background-color: #b89b5b;
    height: 20px;
    left: 0;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);    
    width: 100px;
}

.carousel-overlay{
    background: rgba(47, 73, 65, 0.5);
    height: 100%;
    left:0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#carouselIntro .carousel-inner .carousel-item img{
    max-height: 100vh;
}

.background-line-left, .background-line-right, .background-form-1{
    position: relative;
}

.background-line-left::after, .background-line-right::after, .background-form-1::after{
    content: "";
    background-image: url('../images/lineas_izq.svg');
    background-position: -100px center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
}

.background-form-1::after{
    background-image: url('../images/back_timeline.svg');
    opacity: 1;
}

.background-line-right::after{
    background-image: url('../images/lineas_der.svg');
    background-position: right center;
}

.relevoButton{
    align-items: center;
    background-color: #FFF;
    border-radius: 50%;
    bottom: 100px;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-items: center;
    right: 30px;
    padding: 10px;
    position: fixed;
    width: 60px;
    z-index: 2;
}

.relevoButton img{
    width: 100%;
    max-width: 100%;
}

.goTop {
    display: none;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #b89b5b !important;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.zoom {
    position: relative;
    transition: transform .2s;
    z-index: 1;
}
  
.zoom:hover {
    transform: scale(1.1);
    z-index: 2;
}


/**************************** Footer  ************************************/

footer {
    background: #FFF;
    color: #8D8D8D;
    font-size: 12px;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

footer h3 {
    font-size: 20px;
}


/**************************** Intro  ************************************/

#intro {
    background-color: #2f4941;
    height: 100vh;
    overflow: hidden;
}

.intro-info {
    background: #DBDBDB;
    color: #000;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.intro-info-title {
    font-size: 20px;
    font-weight: 700;
}

.intro-info-txt {
    font-weight: 500;
}

.intro-mobile-slide {
    background-image: url('../images/back_intro_mv.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
}

.age-box {
    background: no-repeat padding-box #fff;
    box-shadow: 0 5px 20px #000;
    left: 10%;
    max-width: 450px;
    opacity: 1;
    padding: 150px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    z-index: 2;
}

.age-box img {
    margin: 4%;
}

#carouselIntro .carousel-item {
    position: relative;
}

#carouselIntro .carousel-item .item-text {
    position: absolute;
    top: 40%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 3;
}

#carouselIntro .carousel-item .item-text h3 {
    color: #FFFAB7;
    font-family: 'Great day bold';
    font-size: 100px;
}

#carouselIntro .carousel-item .item-text h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    text-align: right;
}

#carouselIntro .carousel-item .item-text h4 span {
    display: block;
    font-family: 'Helvetica bold';
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}


/**************************** HEADER TOP   ************************************/

.header-top {
    height: auto;
    padding: 55px 0;
}

.header-top-black {
    background-color: #000;
}

.header-logo {
    left: 50%;
    max-height: 120px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -40%);
    z-index: 1;
}

body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.mobile-offcanvas{
    display:none !important;
}


.bt-nav-mobile {
    background-color: transparent;
    border: none;
    display: none;
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

ul.header-social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.header-social-nav li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

ul.header-social-nav li:first-child {
    margin-left: 0;
}

ul.header-social-nav li a {
    color: #b89b5b;
    font-size: 18px;
}

.header-top-black ul.header-social-nav li a {
    color: #FFF;
}


/**************************** HEADER NAV   ************************************/

.header-nav {
    background-color: #2f4941;
    height: 100px;
}

.header-nav #nav {
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.header-nav #nav li {
    display: inline-block;
    float: none;
    position: relative;
    margin: 0 3px;
}

.header-nav #nav li:first-child {
    background: none;
}

.header-nav #nav li a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-family: 'Helvetica roman';
    font-weight: 300;
    letter-spacing: 0px;
    opacity: 1;
    padding: 10px 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: justify;
    z-index: 20;
}

.header-nav #nav li a:hover {
    color: #fff;
    opacity: 1;
}

.header-nav #nav li a .fa {
    padding: 0 0 0 12px;
}

.header-nav #nav li:hover>a {
    background: none;
}

.header-nav #nav li ul li a:hover,
.header-nav #nav li ul li:hover>a {
    /*color: #fff;*/
    text-decoration: none;
}

.header-nav #nav li ul {
    background: #fff;
    border: none;
    border-radius: 5px;
    display: none;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 99999;
}

.header-nav #nav li:hover>ul {
    display: block;
}

.header-nav #nav li ul li>ul {
    left: 99%;
    padding: 0;
    position: absolute;
    top: 0%;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    width: 190px;
}

.header-nav #nav li:nth-child(n+7) ul li>ul{
    left: -75%;
}

.header-nav #nav li ul li {
    background: none;
    border-top: 1px solid;
    border: none !important;
    display: block;
    float: none;
    margin: 0px;
    padding: 0;
    width: auto;
}

.header-nav #nav li ul li:first-child {
    border: 0;
}

.header-nav #nav li.active ul li a {
    color: #444;
}

.header-nav #nav li ul li a {
    background: none;
    color: #8D8D8D;
    display: block;
    font: 13px/16px 'Lato', sans-serif;
    opacity: 1;
    padding: 13px 20px;
    position: relative;
    text-align: left;
    text-transform: none;
    margin: 0px;
}

.header-nav #nav li ul li a:before {
    background-color: #F5F5F5 !important;
    color: #000000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}

.header-nav #nav li ul li a:hover:before {
    width: 100%;
}

.header-nav #nav li ul li a:hover {
    color: #000000 !important;
    border-left: 5px solid #b89b5b;
}

.header-nav #nav li ul li {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
}

.navigation .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navigation .navbar {
    border-radius: 0;
}

.navigation .navbar {
    border: 0;
    margin-bottom: 0;
    min-height: auto;
    position: relative;
}

.navigation .navbar-collapse {
    padding: 0;
}


/**************************** BANNER HOME   ************************************/

.banner-top{
    position: relative;
}

.welcome-text{
    padding: 50px 100px;
}

.welcome-logo img{
    max-width: 150px;
}

.welcome-text h2{
    font-family: 'Helvetica bold';
    color: #333;
    text-transform: uppercase;
    margin:0;
}

.welcome-text h1{
    font-family: 'Helvetica bold';
    color: #b89b5b;
    text-transform: uppercase;
    margin:0;
}

.welcome-text h4{
    font-family: 'Helvetica roman';
    font-weight: 500;
    font-size: 18px;
    color: #8D8D8D;
    margin: 30px 0;
}

.carousel-indicators {
    position: absolute;
    right: -12% !important;
    left: inherit !important;
    display: inline-block !important;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-indicators li {
    background-color: #fff;
    height: 15px !important;
    width: 15px !important;
    margin: 10px 5px;
    border-radius: 50%;
}

.carousel-item-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    text-align: center;
    width: 60%;
}

.carousel-item-text.left{
    left: 5%;
    text-align: left;
    transform: translateY(-50%);
    width: 40%;
}

.carousel-item-text.top{
    top: 20%;
    transform: translateX(-50%)
}

.carousel-item-text h2{
    font-size: 3vw;
    color: #FFF;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}

.carousel-item-text p{
    font-size: 1vw;
    color: #FFF;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-style: italic;
}

/**************************** MAIN CONTENT  ************************************/


.about-us{
    background-color: #0D1E19;
    background-image: url('../images/back_aboutus.jpg');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    color: #FFF;
    font-family: "museo-sans", sans-serif;
    padding: 40px 60px;
}

.about-us h2{
    font-size: 30px;    
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 40px;
}

.quick-access{
    background-color: #21302b;
    padding: 100px 10%;
}

.quick-access ul{
    display: grid;
    grid-template-columns: repeat(5, auto); 
    gap: 30px; 
    list-style-type: none;
    padding: 0;
    margin: 0;    
}


.quick-access ul li a img{
    max-width: 100%;
}

.brands{
    background-color: #EDEDED;
    padding: 100px 10%;
}

.brands ul{
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 30px; 
    list-style-type: none;
    padding: 0;
    margin: 0; 
}


.brands ul li a img{
    max-width: 100%;
}

.news{
    background-color: #C1C9B1;
    padding: 100px 10%;
}

.section-block-title {
    text-align: center;
    position: relative;
}

.section-block-title::before{
    content: "";
    height: 0px;
    background-color: #8D8D8D;
    left: 0;
    bottom: 12%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.section-block-title img {
    margin: 20px auto;
    max-width: 160px;
}

.section-block-title h3 {
    background-color: #FFF;
    font-family: 'Helvetica bold';
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 380px;
}


.section-block-title span {
    font-family: 'Helvetica roman';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}

.site-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 80vh;
}

.site-item img {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    height: 70vh;
    z-index: 2;
}

.site-title {
    background-color: #fff;
    bottom: 35px;
    color: #000;
    height: 70px;
    font-family: 'Helvetica bold';
    font-size: 20px;
    font-weight: 700;
    padding: 10px 50px 10px 50px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 80%;
    z-index: 1;
}

.site-title::before {
    content: " ";
    position: absolute;
    left: -69px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 70px 70px 0;
    border-color: transparent #FFF transparent transparent;
}

.site-title span {
    display: block;
    max-width: 50%;
    margin-left: 50%;
}

.section-title {
    background-image: url('../images/back_title.jpg');
    background-attachment: fixed;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFF;
    padding-bottom: 100px;
    padding-top: 200px;
    position: relative;
    height:400px;
    text-align: center;
    width: 100%;
}

.section-title h2{
    color: #FFFAB7;
    font-family: 'Helvetica bold';
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px; 
}

.section-title h1 {
    color: #FFFAB7;
    font-family: 'Helvetica bold';
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-title .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.section-title .breadcrumb>li {
    color: #fff;
    font: 300 14px/14px 'Roboto light', sans-serif;
    text-transform: uppercase;
}

.section-title .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-subtitle h2 {
    color: #8D8D8D;
    font-family: 'Helvetica roman';
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.section-content-title{
    background-color: #FFF;
    margin-top:-100px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section-content-title h1{
    color: #000;
    font-family: 'Helvetica bold';
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 30px 20px 30px 0px;
    text-align: right;
    border-right: 2px solid #b89b5b;
}

.section-content-title .post-title h1{
    border: none;
    color: #000;
    font-family: 'Helvetica bold';
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 800px;
    padding: 30px 0px;
    text-align: left;
}

.section-content-title-img img {
    margin: 20px auto;
    max-width: 120px;
}

.container-section{
    max-width: 820px;
}

.brand-container{
    background-color: #F5F5F5;
}

.brand-container .background-line-left::after, .brand-container .background-line-right::after{
    z-index: 0;
    opacity: 0.2;
}

.brand-text{
    font-family: 'Helvetica roman';
    text-align: center;
}

.brand-text img{
    display: block;
    max-width: 180px;
    margin: 0px auto 30px auto;
}

.brand-text h2{
    font-family: 'Helvetica bold';
    margin-bottom: 30px;
}

.post-content{
    color: #8D8D8D;
    padding: 50px 0;
}

.post-info{
    color: #8D8D8D;
    font-size: 14px;
    margin: 20px 0;
}

.file-item {
    background-color: #F5F5F5;
    margin-bottom: 20px;
}

.file-item-text {
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.file-item-text h2 {
    font-family: 'Helvetica bold';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.file-item-text p {
    font-size: 12px;
    font-weight: 400;
}

.file-item-text span {
    color: #8D8D8D;
    display: block;
    font-size: 10px;
    margin-top: 20px;
}

/* Tarjeta por año (documentos agrupados) */
.year-documents-card {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.year-documents-card-header {
    background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
    border-bottom: 2px solid #b89b5b;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.year-documents-card-title {
    color: #333;
    font-family: 'Helvetica bold';
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
}

.year-documents-card-badge {
    background-color: #b89b5b;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.year-documents-card-body .file-item:last-child {
    margin-bottom: 0;
}

.year-documents-card-body .file-item {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.year-documents-card-body .file-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.year-documents-card-body {
    padding: 20px 24px 24px;
}

.event{
    background: #F5F5F5;
    margin-bottom: 20px;
    position: relative;
}

.event .event-text{
    padding: 20px 50px;
} 

.event .event-text h2{
    font-family: 'Helvetica bold';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.event .event-date{
    background-color: #fff;
    color: #b89b5b;
    padding: 10px;
    position: absolute;
    right: 50px;
    top: 0;
    text-align: center;
    width: 100px;
}

.event .event-date::after {
    border-color: #FFF transparent transparent transparent;
    border-style: solid;
    border-width: 45px 100px 0px 0;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
}

.event .event-date h3{
    font-family: 'Helvetica bold';
    font-size: 20px;
    font-weight: 700;
    margin:0;
}

.event .event-date p{
    line-height: 15px;
}

.event-action .btn-primary{
    bottom: 10%;
    left: 50%;;
    position: absolute;
    transform: translateX(-50%);
    width: 190px;
}

.accordion .btn-link{
    color:#b89b5b;
}

.section-box a{
    text-decoration: none;
}

.section-box .section-box-title{ 
    background: #b89b5b;
	color: #fff;
	font-family: 'Helvetica roman';
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    letter-spacing: 1px;
}

.section-box .section-box-title img{
    margin: 10px;
    max-width: 48px;
} 

.section-box .section-box-title i{
    font-size: 45px;
    color: #FFF;
    margin: 10px;
    display: inline-block;
}

.tab-menu-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #eeeeee;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px; 
    overflow-y: auto;
    padding: 30px 18px;
    width: 100%;
}

.tab-menu-box ul{
    list-style:none;
}
.tab-menu-box ul li{
    display: block;
    list-style:none;
}

.section-box .tab-menu-box ul li a{
	color: #000;
}

.section-box .tab-menu-box ul li a:hover{
	color: #d01217;
}

/******************************* CONTACT ***********************************/

.contact-info-box h2 
{
	color: #000;
	display: block;
	margin: 0 0 50px 0;
	text-transform: uppercase;
}

.contact-info ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li 
{
	display: block;
	overflow: hidden;
	padding: 0 0 40px 0;
}
.contact-info strong.title, .contact-section strong.title 
{
	color: #000;
	display: block;
    font-size: 22px;
	padding: 0 0 10px 0;
}
.contact-info li p, .contact-info li a 
{
	color: #000;
    font-size: 15px;
    font-weight: 300;
}

.contact-section form input[type="text"] 
{
	background: none;
	border-bottom: 1px solid #d01217 !important;
	border: 0;
	color: #000;
	height: 50px;
	margin-bottom: 15px;
	width: 100%;
}
.contact-section form input[type="email"] 
{
	background: none;
	border-bottom: 1px solid #d01217 !important;
	border: 0;
	color: #000;
	height: 50px;
	margin-bottom: 15px;
	width: 100%;
}
.contact-section form textarea 
{
	background: none;
	border-bottom: 1px solid #d01217 !important;
	border: 0;
	color: #000;
	display: block;
	height: 120px;
	margin-bottom: 15px;
	margin: 0 auto;
	overflow: hidden;
	resize: none;
	width: 100%;
}
.btn-row 
{
	display: block;
	text-align: center;
	width: 100%;
}
.contact-section form input[type="submit"] 
{
	border: 0;
	color: #fff;
	display: inline-block;
	margin: 15px 0 15px 0;
	padding: 13px 20px;
}
.contact-section form input[type="submit"]:hover 
{
	background: #ccc;
}
.contact-section-bg:before 
{
	bottom: -117px;
}
.contact-section-bg 
{
	margin: 0 0 100px 0;
}
.contact-section button
{
	background-color: #d01217;
	border: none;
	color: #fff;
	margin: 15px 0px 15px 0px;
}
.contact-section button:hover
{
	background-color: #b89b5b;
	border: none;
	color: #000;
}

.iframe-tour{
    height: 100vh; 
    width:100vw;
}


/**************************** NEWS / POST  ************************************/

.post-box {
    background-color: #F5F5F5;
}

.post-box-green{
    background: rgb(17,40,34);
    background: linear-gradient(360deg, rgba(17,40,34,1) 54%, rgba(50,73,66,1) 100%);
}

.post-title {
    height: 75px;
    overflow: hidden;
}

.post-box-green .post-title{
    color: #FFF;
}

.post-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 200px;
    min-height: 200px;
}

.post-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.post-image:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.post-date {
    text-align: right;
    color: #8D8D8D;
    font-size: 12px;
}

.post-abstract {
    color: #000000;
    font-size: 14px;
}

.post-box-green .post-abstract{
    color: #FFF;
}

.btn-orange:hover {
    color: #fff;
    text-decoration: none;
}

.post-btn {
    position: absolute;
    width: 94%;
    bottom: 20px;
}

.background-posts,
.background-events {
    background-image: url('../../../../img/new/secciones/back_sala_de_prensa.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}

.background-posts #openMenu i,
.background-events #openMenu i {
    color: #ffffff;
}

.posts .social-network a,
.social-network a:hover,
.events .social-network a,
.social-network a:hover {
    color: #ffffff;
}

.search,
.filter {
    border-radius: 20px !important;
    color: #8D8D8D;
}

.w-100-px {
    width: 100px;
}


/**************************** FOOTER   ************************************/

.logo-gov-footer{
    position: absolute;
    top: 50%;
    left: 25%;
    width: 100px;
    transform: translate(-50%, -50%);
}

.logo-gov-footer img{
    width: 100%;
    margin-bottom: 10px;
}

.logo-gov-footer img.logo-co{
    width: 60%;
    margin: 10px auto;
}

.footer-social {
    padding-top: 20px;
}

.footer-social .custom-icon{
    width: 20px; 
    height: 20px; 
    fill: #b89b5b;
}

.footer-social a {
    color: #b89b5b;
    font-size: 20px;
    text-decoration: none;
}

.certifications{
    height: 60px;
}

.certifications img{
    margin: 10px;
}

.back-red-form {
    height: 100vh;
    max-width: 380px;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    z-index: 2;
}

.column-banners {
    position: absolute;
    top: 0;
    z-index: 1;
    max-height: 100vh;
    overflow: hidden;
}

.centered {
    align-items: center;
    min-height: 100vh;
    position: absolute;
    top: 5px;
    width: 100%;
}

.z-index-10 {
    z-index: 10;
}

.btn-orange:focus,
.btn-yes:focus,
.btn-no:focus {
    border: none !important;
    outline: none;
}

.general-information {
    background-color: #DBDBDB;
    height: 80px;
}

.text-light-gray {
    color: #8D8D8D;
}

.row-social-networks a {
    color: #8D8D8D;
}

.row-social-networks a:hover {
    color: #b89b5b;
}

.btn-yes {
    background: #b89b5b;
    color: #fff;
}

.btn-no {
    background-color: #DBDBDB;
    color: #000;
}


.btn-yes,
.btn-no {
    width: 130px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    height: 30px;
    opacity: 1;
    text-align: center;
    margin: 0 5px;
}


/**************************** PAGINATION ************************************/

.pagination-box 
{	
	background-color: #F5F5F5;
	float: left;
	width: 100%;
    padding: 50px 0;
}
.pagination-box 
{
	float: left;
	width: 100%;
}
.pagination-box .pagination 
{
	border-radius: 0;
	display: block;
	margin: 20px 0 20px 0;
	padding-left: 0;
	text-align: center;
}
.pagination-box .pagination > li {
	display: inline-block;
}
.pagination-box .pagination > li > a, .pagination-box .pagination > li > span {
	background-color: #dddddd;
	color: #000;
	float: left;
	font: 400 13px/13px 'Roboto light', sans-serif;
	margin-left: 3px;
	padding: 12px 15px;
	position: relative;
	text-decoration: none;
}
.pagination > .active > span
{
	background-color: #EE841B !important;
	border-color: #EE841B !important;
	color: #fff !important;
}
.pagination-box .pagination > li:first-child > a, .pagination-box .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination-box .pagination > li:last-child > a, .pagination-box .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination-box .pagination > li > a:hover, .pagination-box .pagination > li > span:hover, .pagination-box .pagination > li > a:focus, .pagination-box .pagination > li > span:focus {
	border-color: #EE841B;
	color: #000;
	z-index: 2;
}

/***************** LOADING ******************/

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 73, 65, 1)
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0, rgba(255, 255, 255, 1) 1.1em 1.1em 0 0, rgba(255, 255, 255, 1) 0 1.5em 0 0, rgba(255, 255, 255, 1) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 1) 0 -1.5em 0 0, rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0, rgba(255, 255, 255, 1) 1.1em 1.1em 0 0, rgba(255, 255, 255, 1) 0 1.5em 0 0, rgba(255, 255, 255, 1) -1.1em 1.1em 0 0, rgba(255, 255, 255, 1) -1.5em 0 0 0, rgba(255, 255, 255, 1) -1.1em -1.1em 0 0, rgba(255, 255, 255, 1) 0 -1.5em 0 0, rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/************************************** STEP BY STEP FORM ***************************************/


.msform-container{
    min-height: 100vh;
}

#msform {
    text-align: center;
    position: relative;
    margin: 30px 0px;
}

#msform fieldset {
    background: white;
    border-radius: 0px;
    border: 0 none;
    box-shadow: 0 0 15px 1px rgba(200, 200, 200, 0.4);
    box-sizing: border-box;
    margin: 50px auto;
    padding: 20px 30px;
    position: relative;
    width: 95%;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .row .col{
    padding: 0 5px;
}

#msform input, #msform select, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}


#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #b89b5b;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #b89b5b;
}

#msform .action-button-previous {
    width: 100px;
    background: #8D8D8D;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #eeeeee;
}

#msform .file-item{
    background: #FDFDFD;
    padding: 10px !important;
    text-align: left;
}

#msform label, #msform .file-item label{
    display: block;
    font-weight: 600;
    text-align: left;
}

#msform .file-item label span{
    color: #b89b5b;
}

#msform .file-item span{
    color: #8D8D8D;
    font-size: 12px;
    font-style: italic;
}

#msform .file-item span a{
    color: #b89b5b;
    font-weight: 600;
}

#msform .note{
    color: #8D8D8D;
    font-size:12px; 
}

.form-group label span{
    color: #b89b5b;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin: 50px 0;
    overflow: hidden;
    padding: 0;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #8D8D8D;
    text-transform: uppercase;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #ccc;
    background: #eeeeee;
    border-radius: 32px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #eeeeee;
    position: absolute;
    left: -50%;
    top: 14px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #b89b5b;
    color: white;
}

/* cookies box */
.box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
    text-align: center;
    padding: 25px;
    color: #fff;
    font-size: 18px;
}

.box-cookies .btn-cookies {
    background: #b89b5b;
    border: none;
    cursor: pointer;
    align-self: normal;
}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}