﻿
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #f3f3f3;
}

html { height: 100%; box-sizing: border-box;}
h1, h2, h3 {
    text-transform: uppercase
}

h1 {font-size: 40px}
h2 {font-size: 30px;font-weight: 700}
h3 {font-size: 14px}
h4 {}
h5 {}
h6 {font-size: 18px}
a  {color: #009245}
    a:hover {color: #009245; text-decoration:underline }

#section-home .bgBlueOverlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#014476+0,048dab+100&0.83+0,0+79 */
    background: -moz-linear-gradient(top, rgba(1,68,118,0.83) 0%, rgba(3,126,160,0.8) 79%, rgba(4,141,171,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1,68,118,0.83) 0%,rgba(3,126,160,0.8) 79%,rgba(4,141,171,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1,68,118,0.83) 0%,rgba(3,126,160,0.8) 79%,rgba(4,141,171,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4014476', endColorstr='#00048dab',GradientType=0 ); /* IE6-9 */
}

.well {   border-radius: 0px}

.capital 
{
    text-transform:capitalize;
}

.bgBlueOverlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#043331+0,032825+100&0.42+0,0.94+100 */
    background: -moz-linear-gradient(top, rgba(4,51,49,0.42) 0%, rgba(3,40,37,0.94) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(4,51,49,0.42) 0%,rgba(3,40,37,0.94) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(4,51,49,0.42) 0%,rgba(3,40,37,0.94) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b043331', endColorstr='#f0032825',GradientType=0 ); /* IE6-9 */
}

.H li { float: left}
.navbar-default .navbar-brand:focus {color: #E14D20}
.navbar-default .navbar-nav li a, .navbar-default .navbar-brand {color: #fff}
.navbar-brand {font-weight: 700;font-size: 20px;color: #fff;height: auto;padding-left: 15px}

.navbar-default .navbar-brand:hover {color: #FC0 }

.navbar-fixed-top {    position: absolute}

.btnMegusta {    padding: 10px 15px}

.btnNoMegusta {    padding: 10px 5px}

.btnAprueba {    padding: 2px 10px}

.btnElimina {    padding: 2px 5px}
.mt25 { margin-top:25px
}
.mt50{ margin-top:50px}
.mTB50 {
    margin: 50px 0px
}
.close { float:none
}
/*FORM ELEMENTS*/
button, html input[type=button], input[type=reset], input[type=submit], .btn-lg, .input-lg {
    height: 45px;
    border-radius: 0px
}

.form-control {font-size: 11px;border-radius: 0px}

.btn-primary {
    border: 1px solid #FFFFFF;
    background-color: #004C66 /*#009245;*/
}

.thumbnail {
    border-radius: 0px
}
.wrap-bBox {
    border-right: 3px solid #ccc;
    padding-right: 25px
}
#divFuentesFinanciacion .wrap-bBox {
    border-right: none;
}
    .projects-section h2 {
    font-size: 18px;
    color: #fff
}

    .projects-section h2 a {
        color: #000;
    }

.projects-section .thumbnail {
    position: relative;
    background-color: #fff;
    padding: 8px;
    border: none
}

.s2-section .thumbnail {
    position: relative;
    padding: 0px;
    border: none;
    width: 250px /*TEMPORARY STYLE*/
}
.footerLinks{ text-align:center; margin:15px}
    .footerLinks a, .footer_sublinks a {
        margin: 0px 25px;
        display: inline-block
    }
    .footerLinks a img {
        height: 50px
    }
.footer_sublinks {
    padding: 15px;
    text-align: center;
    /*border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;*/
}


.projects-section .thumbnail img {
    border: 0.73px solid #B4BDCE;
}

.s2-section .thumbnail img {
    border: 0.73px solid #B4BDCE;
    width: 250px
}

.projects-section .thumbnail .caption {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0629+0,0a0629+100&0.42+0,1+100 */
    background: -moz-linear-gradient(top, rgba(10,6,41,0.42) 0%, rgba(10,6,41,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(10,6,41,0.42) 0%,rgba(10,6,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(10,6,41,0.42) 0%,rgba(10,6,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0a0629', endColorstr='#0a0629',GradientType=0 ); /* IE6-9 */
}

.s2-section .thumbnail .caption {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 174px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0629+0,0a0629+100&0.42+0,1+100 */
    background: -moz-linear-gradient(top, rgba(10,6,41,0.42) 0%, rgba(10,6,41,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(10,6,41,0.42) 0%,rgba(10,6,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(10,6,41,0.42) 0%,rgba(10,6,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b0a0629', endColorstr='#0a0629',GradientType=0 ); /* IE6-9 */
}

.labelCategory {
    padding: 3px;
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 0px;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: rgba(204,210,212,0.5);
}

.projects-section .thumbnail .caption, .s2-section .thumbnail .caption {
    padding-top: 30px;
    color: #fff
}

.budget-Section, .componentsActivities { padding:50px 0px}
.componentsActivities p{ color:#000}
#ejecucion_sect h2 {
    color: #004C66 /*#262632*/
}
#ejecucion_sect .btn-select-value {
    color: #000;
    border: 1px solid #262632;
}
#ejecucion_sect .btn-select-arrow {
    background: #004C66;
    color: #fff;
}
#ejecucion_sect .btn-select {
    border: 1px solid #262632
}

#divFiltroSectorNac {
    margin-top: 15px;
}
#divFiltroSectorNac .btn-select {
    background: #f3f3f3;
    
}
/*#1A936F*/
#col_filtro_sector label, #col_filtros label{ color:#333}
#col_filtro_sector, #col_filtros{padding-bottom:25px}

    .list1 img, .list2 img {
        height: 170px;
        width: 244px
    }

.projects-section .thumbnail .caption h3, .s2-section .thumbnail .caption h3 {
    color: #fff;
    display: block;
    margin-top: 20%
}

.s2-section .thumbnail .caption {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 166px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000333+0,000000+100&0.42+0,1+100 */
    /*background: -moz-linear-gradient(top, rgba(0,3,51,0.35) 0%, rgba(0,0,0,1) 100%); FF3.6-15 
    background: -webkit-linear-gradient(top, rgba(0,3,51,0.35) 0%,rgba(0,0,0,1) 100%); Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, rgba(0,3,51,0.35) 0%,rgba(0,0,0,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b000333', endColorstr='#000000',GradientType=0 ); IE6-9 */
   
    background: rgb(81,148,178);
    background: -moz-linear-gradient(180deg, rgba(81,148,178,.5) 0%, rgba(1,54,73,.8) 100%);
    background: -webkit-linear-gradient(180deg, rgba(81,148,178,.5) 0%, rgba(1,54,73,.8) 100%);
    background: linear-gradient(180deg, rgba(81,148,178,.5) 0%, rgba(1,54,73,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5194b2",endColorstr="#013649",GradientType=1);
}


/*CUSTOM BTN TY SELECT*/
.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 0;
    /*margin-bottom: 20px;*/
    border: 1px solid #004C66; /*#333;*/
}

    .btn-select .btn-select-value {
        padding: 6px 12px;
        display: block;
        position: absolute;
        left: 0;
        right: 34px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }

    .btn-select .btn-select-arrow {
        float: right;
        line-height: 20px;
        padding: 6px 10px;
        top: 0;
    }

    .btn-select ul {
        display: none;
        background-color: white;
        color: black;
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: none !important;
        position: absolute;
        left: -1px;
        right: -1px;
        top: 33px;
        z-index: 999;
    }

        .btn-select ul li {
            padding: 3px 6px;
            text-align: left;
        }

            .btn-select ul li:hover {
                background-color: #f4f4f4;
            }

            .btn-select ul li.selected {
                color: white;
            }
/*DARK VERSION*/

.mivCustom .btn-select-value {
    border: 1px solid #333;
    border-right-color: #333;
    /*background: #0A0629;*/
}

.mivCustom .btn-select-value a{ color:#333}
.mivCustom .btn-select-value:hover {
        color: #000;
    }

.mivCustom .btn-select-arrow {
    background: #00698C /*#333*/;
    color: #fff;
    border-left: 0px;
}

.mivCustom ul {
    border: 1px solid #333 !important;
    max-height: 300px !important;
    overflow-y: scroll !important;
}

    .mivCustom ul li {
        color: #000 !important
    }
/*LIGHT VERSION*/
.mivCustom2 .btn-select-value {
    border: 1px solid #000 !important;
    border-right-color: #0A0629;
    background: #fff;
}

    .mivCustom2 .btn-select-value:hover {
        color: #000;
    }

.mivCustom2 .btn-select-arrow {
    background: #fff;
    color: #E14D20;
    border-left: 0px;
    border: 1px solid #000 !important;
}

.mivCustom2 ul {
    border: 1px solid #000 !important;
    max-height: 300px !important;
    overflow-y: scroll !important;
}

    .mivCustom2 ul li {
        color: #000 !important
    }

.prueba_ul { border: 1px solid #000 !important; max-height: 300px !important;overflow-y: scroll !important;
}

.objHidden {
    /*visibility:collapse;*/
    display: none
}

.objVisible {
    /*visibility:visible;*/
    display: block
}
/*HOMEPAGE*/
.homepage {
    background: url("../img/location/home-image.jpg") no-repeat 0px 0px;
    background-color: transparent;
    background-size: cover;
    /*height: 40vw;*/
    padding-top: 15px;
    color: #fff;
    border-bottom: 5px solid #FFD24D;
    position: relative;
    padding-bottom: 25px;
}


.navbar-default {
    background: none;
    border-bottom: 0px
}

.videoBox {
    background-color: rgba(10,6,41,0.4);
    padding: 1.5rem
}

.searchBox {
    margin: 0px;
    padding: 10px;
    margin-top: 30px !important;
}

.mainSearchBox {
    /*background: #0D0929;*/
    background-color: rgba(10,10,10,0.42);
    padding: 10px;
    width: 70%;
    margin: 0 auto;
    margin-top: -30px;
    overflow: hidden;
}

    .mainSearchBox .form-control {
        background: none;
    }

    .mainSearchBox .col-md-11, .mainSearchBox .col-md-1 {
        padding: 0px
    }

    .mainSearchBox .btn-primary {
        width: 100%;
        border: 0px;
        padding: 13px;
        border-radius: 0px;
    }

.searchBox .col-md-8, .searchBox .col-md-4 {
    padding: 0px
}

.mapContainer {
    display: block
}

.homepage input[type="search"] {
    height: 45px;
    border: 1px solid #fff;
    border-radius: 0px;
    margin: 0 auto;
    width: 100%;
    color: #333;
    background: rgba(255,255,255,1) url(../img/location/icon-search.svg) no-repeat 10px;
    padding-left: 40px
}
/*.searchBox input[type="search"]::placeholder{color: rgba(255,255,255,1);}*/
.bgLine {
    /*border-top: 1px solid #0A0629;*/
}

.solidBluebox {
    background-color: rgba(10,10,10,0.42);
    padding: 10px
}
.botonera{ padding:5px; background-color:rgba(10,10,10,0.42); float:right; margin-right:-15px}
.topIcon {
    height: 25px;
}
.botonera .btn-link, .botonera .btn-link a {
        color: #fff; font-size:12px;
    }
.botonera .btn-link:hover { text-decoration:underline
    }
    .botonera .btn-link:last-child {
        border-left: 1px solid rgba(10,10,10,0.42)
    }
.mb25 {
        margin-bottom: 25px;
    }

.mb50 {
    margin-bottom: 50px;
}

.borderbox {
    border-left: 1px solid #0A0629;
    border-right: 1px solid #0A0629;
}

.blueBorderbox {
	border: 1px solid #004E70;padding: 15px;margin-bottom: 15px
}

    .blueBorderbox .bigNumber {
        font-size: 38px;
        color: #DC4C20;
        line-height: 32px;
    }

.acercaMIV, .faqs {
    background: url("../img/location/home-image.jpg") no-repeat 0px 0px;
    background-color: transparent;
    background-size: cover;
    height: auto;
    padding-top: 15px;
    color: #fff;
    position: relative;
}
.termConditions {
    background: url("../img/location/home-image.jpg") no-repeat 0px 0px;
    background-color: transparent;
    background-size: cover;
    height: auto;
    padding-top: 15px;
    color: #fff;
    position: relative;
    padding-bottom: 35px;
}

.WrapTermsConditions {
    padding: 50px 25px
}

.wrapDescIntro {
    border: 1px solid #fff;
    padding: 25px;
    margin: 25px
}

    .acercaMIV .solidBluebox {
        margin-top: 35px !important;
    }
    .acercaMIV a, .acercaMIV-s2 a {
        /*color: #fff !important;*/
        text-decoration: underline
    }
    .acercaMIV-s2 {
        padding-top: 15px;
        color: #000;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
.acercaMIV-s2 h2 { font-weight:400; font-size:25px; text-transform:initial}
.charBox {
    min-height: 350px;
    vertical-align: baseline
}
.text-bold { font-weight:700!important;}
.imgContainer{ text-align:center; padding:25px}
.steps {}
.steps .bigNumber { float:left
}
.steps p { margin-left:40px;
    }

/*SECTIONS*/
.mainTitPage {
    margin-top: 25px;
    margin-bottom: 25px
}


.projects-section {
    min-height: 45vw;
    padding-top: 0px !important;
    background: #fff url("../../content/img/bgFooter.png") bottom center repeat-x !important;
}

.services-section {
    height: 100%;
    padding-top: 150px;
    background-color: #007057; /*#0A0629*/ 
}

.s1-section, .s2-section, .s3-section, .s4-section {
    color: #FFF;
    background: #29647C /*#043331*/;
    padding-top: 50px;
    padding-bottom: 50px;
}
.s6-section {
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eaeef3;
}
/*.s0-section{height: 50vw; padding-top: 150px; color:#FFF;  background: url("../img/location/location-image.jpg") no-repeat top left;  background-color:transparent; background-size: 100%!important;}*/
.s0-section {
    height: 100%;
    padding-top: 150px;
    color: #FFF;
    background-color: #043331 !important;
    background-size: 100% !important;
    position: relative;
    padding-bottom: 150px;
}
.s0-section h3{ text-transform:none}

.s1-section {
    height: auto;
    padding: 50px 0px
}

.s2-section {
    height: auto;
    padding: 50px 0px;
    background: #8cb0c04a; /*#CDD3D5;*/
}

.s3-section {
    height: 50vw;
}

.s4-section {
    height: 48vw;
}

.s5-section {
    height: auto;
    /*margin-top: 25px;*/
    padding: 50px 0px;
}
/*ADMIN COMMENTS*/

.wrapComment {    background: #fff; padding: 25px}

.wrapCommentModeration {    background: #eaeaea; padding: 25px}
.wrapComment .btnAprueba, .wrapComment .btnElimina{ color:#333}
.section-comments { /*background-color: #fff;padding: 25px 0px;*/
    color: #000;
}

#divDetComent .lineComment {  margin-bottom: 15px;  border-bottom: 1px solid #ccc}

#divNomUsuarioLog {  margin-bottom: 30px}
.userLogin { width:350px; margin:0 auto}
.section-Admin {
    padding-top: 150px;
    color: #FFF;
    background: url("../img/backgroundAprobar.jpg") no-repeat top left;
    background-color: transparent;
    background-size: cover;
    position: relative;
    min-height: 100%;
}
.section-Admin .modal-header{ padding:15px!important;}
.section-Admin .close {
    float: right
}
.section-logIn {
    padding-bottom: 17vw
}
.section-Admin .whiteBg, .section-faq .whiteBg {
    background-color: rgba(255,255,255,1)
}

.section-Admin .Post_user {
    margin-left: 0px;
}
/*Tabs*/

.ML243 {
    margin-left: 243px;
}

.bbtm {
    border-bottom: 1px solid #00A3D9;
}

.BgTabs {
    width: 550px;
    margin: 0 auto;
}

.section-Admin .BgTabs {
    width: 100%;
    border-bottom: 3px solid #22B573;
    overflow: hidden;
    margin-top: 25px;
    background-color: rgba(13,40,75,.5);
}

.section-Admin .TabAct {
    margin: 0px;
    background: #22B573 !important;
    font-size: 14px;
    font-weight: 700;
}

    .section-Admin .TabAct a, .section-faq .BgTabs a {
        color: #fff
    }

.section-faq .TabAct, .section-faq .TabBen {
    font-size: 14px
}

.border-t-5 {
    border-top: 5px solid #00A3D9
}

.section-Admin .TabBen {
    background: none !important;
    font-size: 14px;
    font-weight: 700;
}

    .section-Admin .TabBen a {
        color: #fff
    }

        .section-Admin .TabBen a:hover {
            color: #000 !important;
            text-decoration: underline
        }

.section-Admin .well {
    margin-bottom: 0px;
    color: #000
}

.section-Admin .dataThumbnail {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #000
}

.section-Admin .boxImg .detailedLinks {
    border: 1px solid #e9e9e9;
    background-color: #e3e3e3;
}

.section-Admin .main-title {
}

.section-Admin .User_comment {
    float: none; margin-bottom:15px
}

.TabAct {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
    height: 50px;
    width: 240px;
    background: #00698C;
    margin: 0px 5px;
}

.tagM {
    padding: 10px;
    text-align: center;
}

.TabBen a:hover .tagM {
    padding: 10px;
    text-align: center;
}

.TabAct a:hover {
    color: #fff;
}

.TabBen {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
    height: 50px;
    width: 300px;
    background: #00A3D9;
}


.section-faq .BgTabs {
    /*width: 100%;*/
    overflow: hidden;
    margin-top: 25px;
}

.modal-header {
    border-bottom: 2px solid #99C562;
    padding: 3px !important;
    /*height: 30px;*/
}

.modal-content {
    border-radius: 0px
}

.modal-title {
    color: #99C562;
    font-size: 18px;
    font-weight: 700
}

.modal-footer {
    text-align: left;
    background-color: #eaeaea
}

.btn {
    border-radius: 5px
}

.borderbox-Coments {
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin-bottom: 15px
}

    .borderbox-Coments .btn-default {
        background-color: #518499;
        color: #fff;
        border-radius: 0px;
        border: none;
        margin-right: 15px
    }

#divDetComent .borderbox-Coments:first-child {
    margin-top: 15px
}

.section-Admin footer, .section-faq footer {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0px;
    right: 0px;
}


.section-Admin footer {
    position: relative;
    width: 100%;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.section-logIn {
    padding-bottom: 17vw
}

.section-Admin .orangeLink {
    color: #fff !important
}

.section-Admin .boxImg {
    margin-bottom: 25px
}

    .section-Admin .boxImg .labelCategory {
        right: 15px
    }

.section-Admin h3 {
    margin-bottom: 25px
}

#MicrosoftNav {
    top: 50px !important
}


.sx-section {
    height: 10vw;
    padding-top: 150px;
    color: #FFF;
    background: none;
    background-color: transparent;
    background-size: 100%;
    padding-bottom: 150px;
}

    .sx-section .highlightBox {
        background-color: #07041C
    }

.section-dataFuente {
    /*border-top: 1px solid #CDD3D5;*/
    border-bottom: 1px solid #CDD3D5;
    padding: 50px 0px;
    /*color: #fff;*/
    /*background-color: #CDD3D5;*/
    background: rgb(220,233,234);
    background: -moz-linear-gradient(180deg, rgba(220,233,234,1) 0%, rgba(179,233,234,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(220,233,234,1) 0%, rgba(179,233,234,1) 100%);
    background: linear-gradient(180deg, rgba(220,233,234,1) 0%, rgba(179,233,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dce9ea",endColorstr="#b3e9ea",GradientType=1);
}

    .section-dataFuente h3 {
        text-align: center;
        margin-bottom: 25px
    }
.btnPublicar p, .btnEliminaC p, .btnRespuesta p {
    display: inline-block
}

.btnPublicar span, .btnEliminaC span, .btnRespuesta span {
    margin-right: 5px
}

.headTit {
    background-color: #ece9e7;
    text-align: center;
    color: #000;
}

    .headTit h2 {
        font-size: 22px;
    }

.boxDataSource {
    width: 40%;
    margin: 0 auto;
    font-size: 13px; text-align:center
}
.border-right {
    border-right: 1px solid #00698C;
}

.boxDataSource span {
    display: inline-block;
    text-align: center;
}
.boxDataSource h4 {
    border: 1px solid #00698C;
    padding: 5px;
}
    .boxDataSource span:last-child {
            margin: 5px 0px;
            padding-left:15px;
        }

.boxDataSource span.t1 {
    display: inline-block;
    padding-left: 0px;
    /*color: #000;*/ margin-right: 5px;
}
/*LOCATION PROFILE*/
.s0-section img {
    background-size: 100% !important
}

.s0-section .mainTit_t1 {
    font-size: 26px;
    line-height: 30px;
    text-shadow: 0 2px 2px 0 rgba(0,0,0,1);
}

.s0-section .sub_t1_red {
    color: #fff;
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    font-weight: 700
}

.s0-section dt {
    font-size: 36px;
    font-weight: 400;
    color: #FFF;
}

.s0-section dd {
    font-size: 14px;
    font-weight: 700
}

.s0-section .nav > li > a:focus, .nav > li > a:hover {
    background-color: rgba(10,10,10,0.42);
}

.s0-section .navbar-nav {
    margin-top: 5vw;
    margin-left: 60px
}

    .s0-section .navbar-nav img {
        height: 50px;
        margin-bottom: 10px
    }

    .s0-section .navbar-nav a {
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin: auto 30px
    }

.s1-section .filtersBox {
}

    .s1-section .filtersBox .btn-select {
        width: 100%;
        min-width: 100%
    }

.s1-section .list-group-item {
    border: none;
    background: none;
    color: #fff
}

    .s1-section .list-group-item:hover {
        color: #fff;
        background-color: #100A3F;
        text-decoration: underline
    }

.s2-section h2 {
    margin-bottom: 25px;
    color: #000;
}

.mainTit_t1 {
    font-weight: 400
}

.navControls a {
    color: #fff;/*#E14D20;*/
}

.totalpages {
    text-align: center;
    width: 50%;
    display: inline-block
}

.s2-section .filtersBox {
    margin-top: 15px;
}

s2-section div.row:nth-child(2n) {
    margin-top: 15px;
}

.filtersBox {
    margin-bottom: 15px;
    margin-left: 10px; /*overflow:hidden*/
}

    .filtersBox .form-group {
        float: left;
        width: 50%
    }

    .filtersBox label {
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase;
        margin-right: 10px;
        color: #004C66;
    }

.whiteBg {
    background-color: #edf5fb5e; /*#f3f3f3; rgba(255,255,255,0.95);*/
    color: #000
}

.wBg {
    background-color: #fff;
    color: #000;
}

.sblue {
    background-color: #eaeef3;
}

.subSection {
    margin: 25px 0px;
    padding: 25px 0px;
}

.subSection2 {
    margin: 25px 0px;
    padding: 25px 0px;
}

.subSection h2 {
    color: #004C66; /*#0A0629;*/
    font-weight: 700;
    font-size: 30px
}

.borderLINK {
    border: 1px solid #949CA5;
    padding: 10px 5px;
    margin: 15px
}

.highlightedText {
    margin: 25px 0px
}

    .highlightedText .h2 {
        color: #E14D20
    }

.navbar-header {
    float: none
}

.urlLink {
    background: url(../img/location/icon-embed.svg) no-repeat center left;
    padding-left: 30px;
    height: 30px;
    margin: 15px 0px;
    display: block
}

.icBox {
    width: 30px;
    height: 30px;
    float: left
}

    .icBox img {
        width: 30px;
    }

.details {
    margin-top: 10%
}

    .details li {
        margin: auto 45px;
    }
        /*.details li span{ display:block; text-align:center; font-weight:600}*/
        .details li span {
            display: block;
            text-align: center;
            font-weight: 400
        }

            .details li span.h2 {
                font-size: 25px; font-weight:700;
            }
/*#divGraphAvanceFinanciero{ padding:50px 50px 50px 50px} */

#divListadoProyectos {
}
.graphContainer{ padding:15px}

#divListadoProyectos .list-group-item {
    border-bottom: 1px solid #97C9D9 /*#132F56*/;
    background: url("../img/icons/icon-proyectos-white.svg") no-repeat center left;
    padding-left: 25px
}

        #divListadoProyectos .list-group-item:before {
        }

    #divListadoProyectos .list-group-item:focus {
        color: #97C9D9;
    }
.headMoney{ width:100%; font-weight:700; font-size:1.2em}
.subMoney {
    display: inline-block;
    font-size: .7em
}
.subMoney:last-child{padding-left:8px}

/*PROJECT PROFILE*/
.sub_t1_red span:last-child {
    text-transform: uppercase
}
.projectProfile {
}

    .projectProfile .s0-section .navbar-nav {
        margin-top: 2vw
    }

    .projectProfile .s0-section .details {
        margin-top: 0px;
    }

    .projectProfile .s0-section .mainTit_t1 {
        font-size: 26px;
        text-transform:none;
    }

    .projectProfile .subSection {
        margin-top: 0px;
        margin-bottom: 0px
    }

.sub_t2_red a  {
    color: #fff;
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    font-weight: 700
}

.listDetail {
    margin-left: 0px;
    padding-left: 0px
}

    .listDetail span:first-child {
        float: left
    }

    .listDetail span:last-child {
        float: right
    }

    .listDetail li {
        display: block;
        border-bottom: 1px solid #CCD2D4;
        overflow: hidden;
        padding: 5px 0px
    }

        .listDetail li span {
            display: block;
        }

.listDetail .capital {
    text-transform:capitalize;
}

.type4 .labelCategory, .type5 .labelCategory {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    top: 82%;
    color: #000;
    font-weight: 400;
    background-color: rgba(255,255,255,.7);
    font-weight: bold
}

.type4 .detailedLinks, .type5 .detailedLinks {
    top: 110%;
    font-size: 10px;
    text-transform: uppercase
}

    .type4 .detailedLinks a, .type5 .detailedLinks a {
        color: #fff
    }

.smallPics .carousel-inner {
    min-height: 200px
}

.mediumPics .carousel-inner {
    min-height: 460px
}

.smallPics .carousel-control {
    /*top: -7vw*/
}

.mediumPics .carousel-control {
    top: 0
}

.mediumPics .thumbnail {
    width: 100%;
    height: 390px
}

    .mediumPics .thumbnail img {
        width: auto
    }

.mediumPics .type5 .labelCategory {
    height: 50px;
    top: 88%;
    padding-top: 15px
}

    .mediumPics .type5 .labelCategory .glyphicon {
        font-size: 20px
    }

.bgSoftGray {
    background-color: #EAEAEA;
    padding: 15px
}
.type5 .enlace_img {
    background-size: cover;
    height: 400px !important;
}

.projectProfile .content {
    background: none
}

.boxComent {
    border-bottom: 1px solid #ccc
}

    .boxComent .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .boxComent .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
        background-color: #333 !important
    }

.optionList a {
    color: #ccc
}

#content2 {
    padding-left: 0px !important
}
.projectProfile .s2-section h2 {
    color: #262632
}
/*CUSTOM MODAL BOX*/
.MIVBox label, .MIVBox h3, .MIVBox .modal-title {
    color: #000000;
    text-align: left
}

.MIVBox .modal-body {
    background-color: #F0F0E1;
}
/*CLICK SEARCH*/
.searchbox2 {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    display: none; /*TEMPORARY STYLE*/
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #dcddd8;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: red;
}

    .searchbox-input::-webkit-input-placeholder {
        color: #d74b4b;
    }

    .searchbox-input:-moz-placeholder {
        color: #d74b4b;
    }

    .searchbox-input::-moz-placeholder {
        color: #d74b4b;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #d74b4b;
    }

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: #172b3c;
}



.searchbox-open {
    width: 100%;
}


/*BOX CONTAINERS*/
.amount {
    float: right;
    margin-top: -10px;
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 5px
}

    .amount small {
        color: #fff;
        font-size: 10px
    }

.bigNumber {
    font-size: 1em;
    display: block;
    padding: 0px;
    line-height: .5em
}

.type2 img {
    height: 166px;
    width: 244px
}

.type2 .caption h3 {
    font-size: .6em;
    line-height: .2em;
    padding-top: 15px
}

.type2 .caption h4 {
    font-size: .8em;
    color: #fff
}

.type2 .caption h3, .type2 .caption h4 {
    text-transform: capitalize
}

.type2 .H {
    padding-left: 0px;
}

    .type2 .H .li {
        list-style: none
    }

.type3 img {
    height: 166px;
    width: 255px
}

.type3 .caption h3 {
    font-size: .6em;
    line-height: .2em;
    padding-top: 15px
}

.type3 .caption h4 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    text-shadow:1px 2px 2px #0A0629;
}

.type3 .caption h3, .type2 .caption h4 {
    text-transform: capitalize
}

.type3 .H {
    padding-left: 0px;
}

    .type3 .H .li {
        list-style: none
    }

.detailedLinks {
    font-size: .55em;
    padding-left: 5px;
    position: absolute;
    bottom: 15px;
    width: 100%
}

    .detailedLinks .col-md-4 {
        padding-right: 8px;
    }

    .detailedLinks .glyphicon-thumbs-up {
        float: left
    }

.type3 .detailedLinks {
    font-size: 1em;
    padding-left: 5px;
    bottom: 0;
    width: 80%;
    overflow: hidden;
    color: #333;
    position: relative;
    margin: 0 auto
}

    .type3 .detailedLinks a {
        display: block;
        margin: 5px 0px;
        color: #00698C /*#949CA5*/;
        font-size: 12px
    }

    .type3 .detailedLinks .badge {
        background: none;
        color: inherit;
        font-weight: 400
    }

    .type3 .detailedLinks .col-md-4 {
        padding-right: 8px;
    }

    .type3 .detailedLinks .glyphicon-thumbs-up {
        float: left
    }

.type3 .labelCategory {
    width: 100%;
    top: 0px;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 10px
}

.type3 .amount {
    text-align: left;
    font-size: 18px;
    margin-top: 13px
}

.percentage {
    background-color: #0085B2; /*#D5BA68;*/
    height: 35px;
    width: 100%;
}

.completed {
    position: absolute;
    z-index: 2;
    height: 35px;
    background-color: #FDBE00; /*#006837*/
    ;
    max-width: 100%
}

.indicatorValues {
    position: absolute;
    z-index: 3;
    height: 35px;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
    padding: 0px 10px;
    line-height: 10px;
    text-shadow:1px 0px 3px #333;
    font-weight: 700;
}

.startPoint, .endPoint, .middlePoint {
    width: 32%;
    display: inline-block;
}

.endPoint {
    text-align: right;
    float: right;
    margin-top: 10px;
}

.middlePoint {
    text-align: center;
    display: inline-block
}

.orangeLink {
    color: #DC4C20;
    !important
}

.xmalFFF { 
    font-size:10px; 
    text-transform:uppercase; 
    color: #878787
}
.xmalFFF:hover {
        text-decoration: none;
        cursor: default;
        color: #878787!important
    }
.enlace_proyecto { /*padding-left:33px*/
}

.smallThumbs li {
    list-style: none;
    margin: 5px
}

.smallThumbs img {
    width: 50px !important;
    border: 1px solid #CCD2D4
}

.linkViewMore {
    width: 100%;
    padding: 10px;
    text-align: center;
    overflow: hidden
}

    .linkViewMore a {
        color: #E14D20;
        padding-top: 10px;
        font-weight: 700
    }

/*ADMIN IMAGES PANEL*/
.boxImg {
}

    .boxImg .thumbnail {
        margin-bottom: 0px;
        padding: 0px;
        border: none;
        height: 285px;
        max-height: 285px
    }

        .boxImg .thumbnail img {
            max-height: 285px
        }

    .boxImg .detailedLinks {
        position: relative;
        overflow: hidden;
        font-size: 11px;
        text-transform: uppercase;
        bottom: 0px;
        border: 1px solid #081A49
    }

    .boxImg .labelCategory {
        background-color: rgba(10,6,34,0.8);
        top: 0px;
        left: 15px
    }

    .boxImg .btnAprueba, .boxImg .btnElimina {
        padding: 15px 5px;
    }

        .boxImg .btnAprueba:hover, .boxImg .btnElimina:hover {
            background-color: #eaeaea;
        }

        .boxImg .btnAprueba span, .btnPublicar span, .btnRespuesta span {
            color: #00D900
        }

        .boxImg .btnElimina span, .btnEliminaC span {
            color: #D21315
        }
.btnRespuesta, .btnPublicar, .btnEliminaC{ padding:8px}

.dataThumbnail {
    background-color: rgba(10,6,34,0.8);
    padding: 15px;
    font-size: 11px;
    border: 1px solid #081A49
}

/*PROJECT PROFILE*/
#divFotoUsuario {
    text-align: right
}
/*CUSTOM DRAGGE*/
.s2 .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .s2 .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ccc !important;
}

.highlightBox {
    padding: 15px;
    background-color: #999999;
    margin-bottom: 0px;
    margin-top: 15px
}

    .highlightBox h4 {
        color: #fff
    }

.boxQuestions {
    background-color: #fff;
    padding: 25px
}

    .boxQuestions .form-group {
        border-bottom: 1px solid #ccc
    }

.whiteBox {
    background-color: #fff;
    padding: 25px
}

.flexSection {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto
}
.colFlex { width:40%
}
.TitList {display:flex; flex-direction:row}
.TitList h2 { margin-bottom:0px; text-transform:none}
    
.list1 {
        -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        flex-grow: 4;
    }

.list2 {
    -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    flex-grow: 4;
}

.list1, .list2 {
    width: 250px;
    /*padding: 0px 15px;
    margin: 5px;*/
    float: left;
}
.list1 .headSection, .list2 .headSection { text-transform:capitalize; font-weight:400;
}
#divMunicipios { margin-left:15px}

.linkBoxContainer {
    height: 540px;
    width: 275px
}

.list1 .thumbnail, .list2 .thumbnail, .list3 .thumbnail {
    width: 249px
}

.list3 {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    width: 60%; /* For old syntax, otherwise collapses. */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    -webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    padding: 10px 25px;
    flex-grow:8;
}

    .list3 .headSection {
        margin-top: 15px
    }

.flexContainer {
    display: -webkit-flex;
    display: flex;
    width: auto;
    height: auto;
    position: relative;
    flex-wrap: wrap;
}

.flex-item {
    min-width: 250px;
    height: auto;
    margin: 0px;
    padding: 0px 8px;
}

#spMeGusta, #spComentarios {
    margin-left: 5px
}

#col_filtros .btn-select {
    color: #000;
}
/*MODAL*/
.modal-dialog {
    color: #000;
}
/*PROJECT CAROUSEL*/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    margin-top: 5vw;
    color: #004C66;
}

    .carousel-control.left {
        background-image: none
    }

    .carousel-control.right {
        right: -12px;
        background: none
    }
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
    /* The colour of the indicators */
    .carousel-indicators li {
    }

    .carousel-indicators .active {
    }
/*LOADER*/
.MIVloader,
.MIVloader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.MIVloader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    /*text-indent: -9999em;*/
    border-top: 1.1em solid rgba(0,255,255, 0.2);
    border-right: 1.1em solid rgba(0,255,255, 0.2);
    border-bottom: 1.1em solid rgba(0,255,255, 0.2);
    border-left: 1.1em solid #00ffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.boxComent {
    padding: 25px 0px;
    overflow: hidden
}

.autor {
    text-align: center
}

.imgAutor {
    text-align: center;
    font-size: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    margin: 5px auto
}

.dateCom {
    width: 90%;
    margin: 5px auto;
    text-align: center;
    color: #A5A5A5
}

.autorContent {
    margin-top: 40%
}

.wrapCom {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 15px 0px;
    overflow: hidden
}

.comentType .h3 {
    margin-bottom: 7px;
    padding-bottom: 0px;
    margin-top: 0px !important;
    padding-top: 0px;
    font-size: 14px;
}

.comentType p {
    font-style: italic;
    margin-bottom: 7px;
    padding-bottom: 0px;
    margin-top: 0px !important;
    padding-top: 0px;
    font-size: 14px;
    color: #565656;
}

.comentType {
    margin-bottom: 15px
}

    .comentType span:before {
        content: "?";
        background-color: #0A0629;
        color: #fff;
        margin-right: 5px;
        text-align: center;
        width: 30px;
        height: 30px;
        font-size: 11px;
        text-transform: uppercase;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 7px;
    }

    .comentType p:before {
        content: "R";
        background-color: #FFFFFF;
        color: #0A0629;
        border: 1px solid #0A0629;
        text-align: center;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        font-size: 11px;
        text-transform: uppercase;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 7px;
    }

.boxComent .col-md-9 {
    padding-left: 0px
}

.wrapCom:after, .wrapCom:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.wrapCom:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.wrapCom:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #cccccc;
    border-width: 11px;
    margin-top: -11px;
}

.closeSesion {
    overflow: hidden;
    display: block;
    margin-top: 15px
}

    .closeSesion a {
        color: #000
    }

.disclaimer {
    margin-top: 15px;
    font-size: 12px;
    font-style: italic
}

.iconLarge {
    font-size: 30px;
    color: #DDD;
}

.w200p {
    width: 200px
}

/*---------------campos requeridos-------------------*/
label.required:after, h4.required:after{
    content: "*";
    color: red;
    font-size: 12px
}

.preg .required:after {
    content: "*";
    color: red;
    font-size: 24px;
    font-weight:700;

}
.requirements{ margin-top:2em; padding:10px; background-color:#f3f3f3; margin-bottom:15px}
    .requirements ul{ margin-left:15px}
    .requirements ul li {
        list-style: circle
    }
/*EMPTY GALLERY */
.empty-gallery {
    background: #fff /*#eee*/ url("../img/iconEmptyGallery.png") no-repeat 50% 10%;
    padding: 50px auto 25px auto !important;
    min-height: 150px;
    padding-top: 70px;
    text-align: center;
    color: #cccccc;
}
/*---------------NUEVA CUENTA-------------------*/
#divCuentaNueva .mivCustom2 .btn-select-value, #divCuentaNueva .mivCustom2 .btn-select-arrow {
    border: 1px solid #ccc !important
}

#divRol a, #divGenero a {
    color: #333 !important;
}



/*--------------------------------------------------*/
/*FOOTER*/
footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #004C66;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 2px solid #ccac00;
}
.section-Admin footer {
    background-color: rgba(51, 51, 51, .6);
}
    footer h3 { color: #8F97A5 }
footer, footer a { color: #fff}
.footerNav {
    padding: 35px 0px;
    /*background: url(../img/bg_footerNav.jpg) repeat-x;*/
}

.logoFooter {
    opacity: .5;
}

.footerNav ul.list-inline {
    text-align: right;
    margin-top: 15px;
}
footer ul {margin-left: 0px;padding-left: 0px}
footer li {list-style: none;}
footer .H li { padding: 0px 10px; text-align: center}
.logo-footer{ opacity:.5}
    .logo-footer img{ height:70px}
    /*RESPONSIVE BEHAVIOR*/
    @media (max-width:992px) {
        .homepage, .projects-section, .services-section {height: auto }

    footer {margin-top: auto; text-align:center}
    .projects-section { padding-top: 0px}
    .services-section { padding-top: 0px }
    .linkBoxContainer { height: 1800px; }
}

/*AND*/
/*Mapa*/
#map-div {
    height: 589px;
    width: 787px;
}

.headSection a {
    color: #FFFFFF;
}

#map-view .#section-home #controls #search input { color #000}

.busqueda_txt {
    color: #0A0629;
    background-color: #FC0;
}

/*prueba autocompletar-buscador*/
.homepage .search-results {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F6F6F6;
    width: 70%;
    overflow-y: scroll;
    padding-right: 1px;
    max-height: 300px;
    margin: 0 auto;
    z-index: 2000;
    position: absolute;
    left: 15%;
}

.search-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 8px;
    position: relative;
}

.search-item-t {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.5;
    display: block;
    padding: 10px;
}

    .search-item-t h2 {
        font-weight: 400;
        color: #333 !important;
        text-transform: none;
        font-style: normal;
        letter-spacing: 0;
        line-height: 1.2;
        display: block;
    }

.search-results .search-item p.subtitle, .search-results .search-item p.section {
    display: inline-block;
    margin-top: 5px;
}

.search-item-t p {
    margin-left: 1px;
    line-height: 1;
    opacity: 1;
    font-weight: 700;
    font-size: 10px;
    color: #727682 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.enlace_resultados {
    font-weight: 400;
    color: #333 !important;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.2;
    display: block;
    text-decoration: none;
    cursor: none;
}

    .enlace_resultados:hover {
        text-decoration: none;
        cursor: default
    }

.tagline {
    margin:0px 25px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
    text-shadow: 0px 3px 1px rgba(10, 6, 41, 0.5);
    font-size:18px; font-weight:700;
    
}

.linkProjectsbtn {
    text-align: center;
    padding: 50px
}

.search-item-t div.clearfix {
    padding-left: 35px
}

.enlace_proyecto img, .enlace_ficha img {
    margin-right: 15px;
    float: left
}

.aLeft {
    float: left
}

.svgShadow {
    -webkit-filter: drop-shadow(0px 3px 3px rgba(10,6,41,0.85));
    filter: drop-shadow(0px 3px 3px rgba(10,6,41,0.85));
}

#divMensaje {
    background: none;
}


/*UPDATE FOR PROFILE PROJECT*/
.btn_viewProducts {border-radius: 0px;margin: 0 auto;width: 150px}
.content_products {border-top: 4px solid #5cb85c}
.stageBox .badge {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    border: 1px solid #777;
    /*background-color: transparent;*/
    color: #000
}

   .badge.pull-left {
        background-color: #00D9D9;
        border: none !important;
        font-weight: 600;
    }

.badge.pull-right {
    background-color: #73DCFF;
    border: none !important;
    font-weight: 600;
}


.boxCompoActivities {
    border: 1px solid #ccc;
    padding: 25px;
    color: #000;
    background-color: #fff
}
.boxCompoActivities a { color: #000; }
.boxCompoActivities li, .boxCompoActivities li.selected, .boxCompoActivities .btn-select-value { font-weight: bold}
.boxCompoActivities .list-item {padding: 10px 0px }
    .boxCompoActivities .badge {
        border-radius: 0px;
        min-width: 50px;
        background: #0085B2;
    }
.containerActivities {padding: 25px;background-color: #fff}
.componentsActivities h2{ text-align:center}

.indicatorCat {
    padding: 5px;
    background-color: #FF952C;
    text-align: center;
    color: #000;
    margin-right: 10px;
    font-weight: 700;
    min-width: 50px;
    font-size: 11px
}

.containerBox {
    background-color: #edf5fb5e; /* #E8E8E8;*/
    padding: 15px
}

/*adiciones*/
.txtAbierto{ margin-bottom:15px}
.txtAbierto input[type="text"], .txtAbierto textarea{ width:100%}
/*#divFiltrosFichaOrdena{ margin-top:24px}*/


#divBtnExcelComent {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin:5px 0px;
}
#divBtnExcelComent input[type="button"] {
        height: 35px;
        background-color: #5AB642;
        color: #fff;
        border: none;
        padding-left: 15px;
        padding-right: 15px;
    }

.paginacion {
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
}

.pag_actual {
    padding: 10px;
    font-weight: 700;
    color: #ccc;
    font-size: 14px;
}

.quickLink {
    display: block;
    margin-bottom: 25px
}

@media (min-width:769px) {
    .modal-contenido {
         width: 324px;
         height: 259px;
    }
}

.paginaHome {
    padding: 10px;
    margin-left: 20px;
    margin-top: 20px;
    /*width: 50%;*/
    margin: 0 auto;
    text-align:center;
}

.paginaHome a {
    cursor: pointer; display:inline-block;
}
.alert-orange {
    color: #fff;
    background-color: #F60;
    border-color: #FC0
}

    .alert-orange .glyphicon {
        font-size: 40px;
        float: left;
        font-weight: 300
    }

    .alert-orange p {
        margin-left: 55px;
    }

.modal .wrapper .content{background-color:transparent}
.MIVBox .modal-content {
    background-color: rgba(0,76,102,0.9);
}
.MIVBox .modal-title, .MIVBox .close1 {
    color: #fff; opacity:1;
}
.MIVBox .modal-title{ float:left; padding:10px}
.MIVBox .close1 { font-weight:400; font-size:40px; text-decoration: none;
}
.MIVBox .modal-header{ overflow:hidden}

/*Comentarios*/

.Tcomments {
    width: 35%;
    margin: 0 auto;
    padding-bottom: 15px;
}

#divPadre1 {
    width: 100%;
    float: left;
}

.col-md-7 .h2 {
    font-size: 50px;
    margin-left: 97px;
    color: #35a644;
}

.Comment {
    width: 100%;
    display: inline-block;
}

.User_comment {
    float: left:
}

.Gov_comment {
    /*float: left;*/
    padding: 5px 0px 15px 0px;
    margin-left: 65px;
}

.Pic_user {
    float: left;
    width: 57px;
    height: 57px;
}

.Post_user {
    background: #EAEAEA;
    padding: 5px;
    margin-left: 64px;
}

.Post_name {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.Post_txt {
    font-size: 14px;
    text-align: left;
}

.Post_date {
    font-size: 14px;
    padding-top: 5px;
    text-align: left;
}

.Post_Gov {
    background: #EAEAEA;
    float: left;
    padding: 5px;
}


/*Iframe*/
iframe {
    border-style: none !important;
}

/*FAQS*/
.faqs{ padding-top:150px; padding-bottom:50px}
.wrap-content-faq{ padding:15px; margin:15px 0px; overflow:hidden}
.faqs_items li {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc
}
.faqs_items li a   { text-decoration:underline; color:#000}
    .faqs_items li.active a {
        font-weight: 700;
        text-decoration: none;
        color: #009245;
    }

.box-question{}
.box-question span.h3 { display:block; border:1px solid #f3f3f3; margin-bottom:25px; padding:15px
}
.box-response{ padding:50px}



@media (max-width:768px) {
    h1{ font-size:20px}
    #divGraphAvanceFinanciero {
        padding: 5px
    }
    .wrap-bBox{ border-right:none; padding-right:0px}
    /*HOMEPAGE */
    .cnt223 {
        width: 100%;
        min-width: inherit
    }
    .botonera {
        float: none;
        background-color: rgba(10,6,41,0)
    }

    .boxDataSource {
        width: 95%
    }

    .navbar-brand {
        float: none
    }

        .navbar-brand > img {
            display: inline-block
        }

    .acercaMIV { /*background-size:100%*/
    }

    .MIVBox .close1 {
        float: right
    }

    .logoIntro {
        text-align: center;
    }

    #divBotonParticipa {
        text-align: center;
    }

    .homepage {
        background-position: 0 0px;
        height: 100%;
        position: relative;
    }

    .bingmap-infobox-info {
        display: none
    }

    .bgBlueOverlay {
        height: 100%;
    }

    #section-home .bgBlueOverlay { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0629+0,0a0629+100&0.15+14,0.85+100 */
        background: -moz-linear-gradient(top, rgba(10,6,41,0.15) 0%, rgba(10,6,41,0.15) 14%, rgba(10,6,41,0.85) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(10,6,41,0.15) 0%,rgba(10,6,41,0.15) 14%,rgba(10,6,41,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(10,6,41,0.15) 0%,rgba(10,6,41,0.15) 14%,rgba(10,6,41,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#260a0629', endColorstr='#d90a0629',GradientType=0 ); /* IE6-9 */
        height: 100%;
        /*position:fixed;*/
    }

    .mainSearchBox {
        width: 100%
    }

    .list1, .list2 {
        width: 100%
    }

    .flexSection {
        display: block
    }

    .linkBoxContainer {
        width: 100%
    }

    .list1 .thumbnail, .list2 .thumbnail, .list3 .thumbnail {
        width: auto
    }

    .linkBoxContainer {
        height: auto
    }

    .flex-item {
        min-width: 350px
    }

    .s2-section .thumbnail img {
        width: 100%
    }

    .type3 img {
        width: 100%
    }

    .btn-select {
        min-width: 340px;
        margin-bottom: 25px
    }

    .homepage .btn-select {
        min-width: unset
    }

    .homepage .btn-select {
    }

        .homepage .btn-select.focus, .homepage .btn-select:focus, .homepage .btn-select:hover {
            color: #fff;
        }

   

    .footerLinks li {
        width: 45%;
        margin: 5px;
    }
    .footerLinks a{display:inline-block; padding: 10px;}
    .footerLinks li a img {
        height: 50px
    }

    footer .H li {
        padding: 25px;
        height: 70px;
        width: 100%;
        text-align: center;
    }

    footer ul {
        text-align: center
    }

    footer h4 {
        text-align: center
    }

    footer a {
        margin-right: 0px
    }

    .homepage .search-results {
        width: 100%;
        left: 0px
    }

    .general-search {
        display: none
    }

    .boxDataSource span.t1 {
        border: none
    }

    .btnShowProjects {
        margin-bottom: 50px;
        padding: 50px
    }

        .btnShowProjects #btnProyNacionales {
            text-align: center;
            display: block;
            height: auto;
        }

    .boxProjectsInfo {
    }

        .boxProjectsInfo a.list-group-item, button.list-group-item {
            color: #000;
        }

    .navControls {
        padding: 15px 0px
    }

    #divPaginacion .totalpages, #divPaginacion .pull-left, #divPaginacion .pull-right {
        width: 100%;
        text-align: center;
        display: block;
        padding: 10px 0px
    }
    /*PERFIL LOCALIZACION*/
    .s0-section {
        /*height: 90%;*/
        background-size: cover !important;
        position: relative
    }

        .s0-section .navbar-nav {
            margin-left: 0px;
        }

        .s0-section .nav > li {
            float: left;
            max-width: 130px;
            height: 100px;
        }

    .s2-section {
        padding-top: 0px
    }

        .s2-section .thumbnail {
            width: auto
        }

        .s2-section h2, .subSection h2, .s1-section h2 {
            text-align: center
        }

    .carousel-inner {
        height: auto;
    }

    #Carousel .thumbnail {
        /*padding-bottom: 80px*/
    }

    .type4 .detailedLinks, .type5 .detailedLinks {
        top: 60%
    }

    .s0-section .navbar-nav a {
        max-width: 150px
    }

    .details li {
        display: block;
        border: 1px solid #fff;
        padding-bottom: 10px;
        margin: 25px auto;
        background-color: rgba(10,10,10,0.42);
    }

    .s0-section .nav > li > a {
        padding: 10px 0px;
        line-height: 14px;
        font-weight: 300;
        font-size: 12px;
    }

    .s2-section .filtersBox {
        display: block
    }


    /*PERFIL PROYECTO*/
    .s1-section {
        padding-top: 25px
    }

    #divFotoUsuario, .s5-section h2 {
        text-align: center
    }

    #section-projects h2, #section-projects .h2 {
        text-align: center;
        text-transform: none;
    }
   

    .projectProfile .content {
        padding: 20px 0px;
        height: auto
    }

    .projectProfile .carousel-inner {
        /*height: auto; min-height:auto;*/
    }

    .projectProfile .thumbnail {
        padding-bottom: 0px
    }

    .projectProfile .mediumPics .thumbnail {
        height: auto
    }

    .projectProfile .mCSB_container {
        overflow: visible;
    }

    .content_products {
        background: #fff;
        border-top: none !important
    }

    #divAvanceFuentesFinancia .btn-select, .boxCompoActivities .btn-select {
        min-width: unset
    }

    #divFilaProy_2 .col-md3 {
        float: left
    }

    .mediumPics .type5 .labelCategory {
        top: auto
    }

    .txt_like {
        display: none
    }

    .btnNoMegusta, .btnMegusta {
        font-size: 12px; top:65%;
    }

    .carousel-control {
        height: 100%
    }

    .projectProfile .s0-section .navbar-nav {
        margin: 5vw auto;
        width: 80%;
    }
    .btnRespuesta, .btnPublicar, .btnEliminaC{ padding:8px}
}

@media (min-width:769px) and (max-width:1280px) {
    .s0-section {
        height: 100%
    }

    .colFlex {
        width: 45%
    }

    .btn-select {
        min-width: initial;
    }
}

/*MOVILES command TABLET*/
@media (min-width:769px) and (max-width:1024px) {
    .container {
        width: 100%
    }

    .colFlex {
        width: 70%;
    }

    .list3 {
        width: 30%
    }

    .list1, .list2 {
        width: 46%;
    }

    .flexSection {
        display: inline-flex
    }

    #divMunicipios {
        margin-left: 0px
    }

    .flex-item {
        min-width: 250px !important;
    }

    .s0-section {
        height: 100%
    }


    .btn-select {
        min-width: initial;
    }
    .logoIntro{ text-align:center!important}
    .botonera {
        float: none;
        margin-right: auto;
        background-color: rgba(10,10,10,0); text-align:center;
    }
    .footer{ text-align:center}
}



@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1440px;
    }

    .linkBoxContainer {
        min-height: 400px;
    }
}

@media (min-width:769px) and (max-width:1280px) {
    .s0-section {
        height: 100%
    }
}

#banner {
   
    background-image: url(../../content/img/bk_banner.jpg); 

}

#banner img{ width: 70%; margin-left: 15%;}

#btnCloseFotoModal1{ color: #fff; opacity: 1; float: right;}