/*
* Author: Mauricio Ampuero
* Organization: Inamika Interactive
* E-Mail: mdampuero@gmail.com

CELESTE #2996B0
*/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat);*/
@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
*{
    font-family: "Raleway", sans-serif;
    letter-spacing: 0px;
}
@media (max-width: 768px){
    .nopadding-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .text-center-xs{
        text-align: center;
    }

}


.oculto{
    display: none;
}
.relativo{
    position: relative;
}
.absoluto{
    position: absolute;
}
.flotante{
    float: left;
}
.tapaFlotante{
    top:0;
    width: 100%;
    height:100%;
    left:0px;
}

.tapaFlotante .btn-disponible{
    bottom:0px;
    position: absolute;
    background-color: #E2942C;
    padding: 4px 24px;
    text-transform: initial;
    font-weight: normal;
    font-size: 1.45rem;
}

.tapaFlotante .btn-disponible:hover{
    color:white;
}

.tapaFlotante .btn-lanzamiento:hover{
    color:white;
}

.tapaFlotante .btn-lanzamiento{
    top:0px;
    right:0px;
    /*position: absolute;*/
    background-color: #029AE5;
    padding: 4px 24px;
    text-transform: initial;
    float:right;
    font-weight: normal;
    font-size: 1.45rem;
}

.tapaFlotante .btn-masterplan{
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #07496b;
    padding: 4px 24px;
    text-transform: initial;
    font-weight: normal;
    font-size: 1.45rem;
}

.tapaFlotante .btn-masterplan:hover{
    color:white;
}

.card .material-icons{
    font-size: 20px;
}
.card .card-content .card-title {
    line-height: 1.3;
    font-size: 1.7rem;/*igual boceto project*/
    font-weight: 600;
    color: #4c4c4c;
}

.card .card-title {
    font-size: 1.8rem;
    font-weight: 300;
    color: #1a1a1a
}
.card .card-content {
    padding: 14px;
    border-radius: 0 0 2px 2px;
}

.nopadding-sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btnRedondoFixed{
    position: fixed;
    display: none;
    cursor: pointer;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    background: #4D4D4D;
    border-radius: 50%;
    padding: 0px;
    line-height: 50px;
    font-size: 50px;
    width: 60px;
    height: 60px;
    border: #4C4B4B;
    z-index: 20000;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 1px 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}


.row{
    margin-right: 0px;
    margin-left: 0px;
    /*margin-bottom: 0px;*/
}
.pad{
    padding-top:20px;
    padding-bottom:20px;
}
.centrar{
    text-align: center;
}
.container90 {
    margin-right: auto;
    margin-left: auto;
}
.gris{
    background: #F2F2F2;
}
.grisClaro{
    background: #F1F1F1;
}

.grisClaro2 {
    background:#f9f9f9;
}

.grisExpand{
    background:#fcfcfc;
}
.underline{
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4C4C4C;
    display: inline-block;
}



.center-error{
    text-align: center!important;
}


.white{
    background: #fff;
}
.icons{
    margin-bottom: 20px;
}
.material-icons,#iconos .fa, #iconos .fa-comments{
    font-size: 450%;
    color:#0399E4;
}

#iconos i.material-icons :hover {
    color:#09689f;
}

#iconos .circleAzul:hover, .contenedorIcono:hover, .cardImage:hover, .contenedorIconoTestimonio:hover {
    opacity:0.8;
}

.shadow-video {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.fontIcons h4{
    margin-top: 3rem;
    margin-bottom:3rem;
    letter-spacing: 0px;
    font-size: 19px;
    color: #1a1a1a;
}
.fontIcons .icons{
    /*margin-top: 45px;*/
}
.fontIcons i{
    font-size: 4rem;
}
.containerIcons{
    height: 20px;
    width: 20px;
}

.iconsLandingsContainer{
    display: inline-block;
    background-color: #09689F;
    border-radius: 50%;
    /*    height: 60%;
    width: 45%;*/
    padding: 33px;
}

.iconsLandingsContainer:hover{
    background-color: #0da0c2;
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

#iconosLandings .home-button h4{
    color:#4c4c4c;
}


#iconosLandings .icons:hover, i.circleAzul:hover{
    /*transform: scale3d(1.1,1.1,1.1);*/
}
#iconosLandings .icons, i.circleAzul, .contenedorIcono{
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

#unidades-proyecto {
    padding-top:1rem;
    padding-bottom:1rem;
}

p{
    letter-spacing:0;
}

#quienes_somos p{
    font-family: "Raleway", sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    color: #4c4c4c;
    padding: 1rem 5rem;
    letter-spacing:0;
}
.circleAzul{
    border:2px solid #0399E4;
    border-radius: 50%;
    padding:10%;
}
.circleAzul.verde, .circleAzul.rojo{
    /*padding: 35px;*/
    padding: 7%;
    font-weight: bold;
    text-decoration: none;
    font-style: inherit;
}
.collapsableBarrios .panel-heading:hover,#masterplanBarrios .panel-heading:hover,.collapsableDefault .panel-heading:hover{
    cursor: pointer;
}

.verde{
    color: #51bc51 !important;
    border: 2px solid #51bc51;
}
.circleRojo{
    color: #C4273A !important;
    border: 2px solid #C4273A;
    padding: 3% !important;
}
a {
    color: #35647D;
    text-decoration: none;
}
body{
    padding-top: 75px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
}
.section{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
}



.nav-shadow{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.ul-shadow{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.icon-shadow{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}



.top-social-xs{
    margin-right: 5px;

}

.top-social i{
    font-size: 18px;
}

#searchTop a{
    margin-left: 20px;
    color: #CCC;
}
.no-border-radius{
    border-radius: 0;
}

.top-social-xs{
    float: right;
}
ul.top-social-xs {
    list-style: none;
    float: right;
}
ul.top-social-xs li{
    float: left;
}
ul.top-social-xs li a{
    font-size: 11px;
    margin-top: 16px;
    padding-left: 12px;
    color: #7D7D7D;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
ul.top-social-xs li a:hover{
    color: #35647D;
}
ul.top-social-xs li#searchTop{
    margin-right: 10px;
}
.padding{
    margin-top: 70px;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */


.imageHome{
    margin-top: -8px;
    /*margin-right: 60px;*/
    margin-right: 5px;
    /*margin-bottom: 20px;*/
}

#slider{
    background: #FFF;
}

.titulos-slider-bajadas{
    line-height: 0.9;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

@media (min-width: 992px) {

    .featurette-heading {
        margin-top: 120px;
    }
}


.carousel-control{
    opacity: 1;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control span,
.carousel-control .fa-angle-right {
    position: absolute;
    color: #FFF;
    top: 44%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 70px;

}
.carousel-control .icon-prev,
.carousel-control .fa-angle-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control.left,.carousel-control.right {
    background: none;
}
.carousel-caption{
    /*font-family: "Montserrat", sans-serif;*/
}


/* Home Page Carousel */

header.carousel {
    height: 500px;
}
#verBarrio header.carousel {
    height: 300px;
}





header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    /*color: #FFF;*/
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    background-position: center;
    background-size: cover;
}
.carousel-control span{
    /*    width: 30px;
        line-height: 28px;
        height: 30px;
        border:#FFF solid 1px;
        border-radius: 100%;*/
    }
    .carousel-control.right span{
        margin-left: -20px;
    }
    .fill .caption{
        background: #FFF;
        width: 35%;
        margin: auto;
        position: relative;
        top: 50%;
        padding: 30px;
        transform: translateY(-50%);
        min-height: 44%;
    }
    .fill .caption .title-h4{
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 3px 13px;
        letter-spacing: 2px;
        padding-bottom: 2px;
        color: #4196B4;
    }
    .fill .caption p{
        font-size: 12px;
        font-weight: normal;
        color: #999;
    }
    .fill .caption .title-h2{
        /*color: #fff;*/
        color: #000;
        font-size: 20px;
        line-height: 1.4em;
        font-weight: 400;
        text-transform: uppercase;
        /*letter-spacing: 1px;*/
        margin-bottom: 16px;
    }
    .fill .caption hr{
        border-top: 2px solid;
        display: block;
        max-width: 48px;
        margin: 0 auto 26px;
        color: #fff;
    }
    .fill .caption button{
        color: #fff;
        background: #fff;
        color: #000;
        padding: 10px 12px 10px 13px;
        font-size: 12px;
        text-transform: uppercase;
        /*letter-spacing: 2px;*/
        border: 1px solid #4196B4;
        display: inline-block;
        -o-transition: .25s;
        -ms-transition: .25s;
        -moz-transition: .25s;
        -webkit-transition: .25s;
        transition: .25s;
        min-width: 125px;
    }
    .fill .caption button:hover{
        background: #4D748B;
        color: #FFF;
        font-weight: bold;
    }

    .transitions{
        -o-transition: .40s;
        -ms-transition: .40s;
        -moz-transition: .40s;
        -webkit-transition: .40s;
    }
    .transitions-fast{
        -o-transition: .25s;
        -ms-transition: .25s;
        -moz-transition: .25s;
        -webkit-transition: .25s;
    }
    .home-gallery .item{
        color: #FFF;
        width: 100%;
        font-weight: bold;
        height: 220px;
        background-position: center;
        background-size: cover;
    }



    .full-width {
        width: 100%;
    }
    .home-gallery  .item{
        /*padding: 16px;*/
        position: relative;
        margin-bottom: 20px;
        -o-transition: .40s;
        -ms-transition: .40s;
        -moz-transition: .40s;
        -webkit-transition: .40s;
    }
    .home-gallery .item:hover{
        padding: 0px;
        position: relative;
        margin-bottom: 20px;

    }
    .promo-overlay {
        text-align: center;
        position: absolute;
        /*margin: 16px;*/
        top: 16px;
        padding-top: 70px;
        /*padding-top: 40px;*/
        /*padding-top: 200px;*/
        left: 16px;
        right: 16px;
        bottom: 16px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #fff;
    }
    .promo-overlay button{
        margin: auto;
        color: #fff;
        background: #fff;
        color: #000;
        width: 180px;
        padding: 12px 12px 12px 14px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid #fff;
        display: inline-block;
        /* opacity: 0; */
        line-height: 1.3;
    }
    .promo-overlay h4{
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;

    }

    .promo-overlay:hover h4{
        opacity: 0;
    }

    .promo-overlay button:hover{
        color: #FFF;
        font-weight: bold;
        background-color: #1373AE;
        border: 2px solid transparent;
        padding: 12px 12px 12px 14px;
    }
    
    .promo-overlay button:hover{
        color: #FFF;
        font-weight: bold;
        background-color: #1373AE;
        border: 2px solid transparent;
        padding: 12px 12px 12px 14px;
    }


    .promo-overlay button:hover{
        color: #FFF;
        font-weight: bold;
        background-color: #1373AE;
        border: 2px solid transparent;
        padding: 12px 12px 12px 14px;
    }


/*

TOLLTIP
*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    /*background-color: #999;*/
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 6px 25px;
    color: black;
    font-size: 12px;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    min-width: 100px;
    font-weight: normal;
    text-align: center;
    border: #7F7F7F solid 1px;
    background:none;
    /*background-color: #F0F0F0;*/
    border-radius: 0px;
    white-space: nowrap;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #F0F0F0;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #F0F0F0;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #F0F0F0;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #F0F0F0;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #F0F0F0;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #F0F0F0;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #F0F0F0;
}
.home-icon{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #808185;
    text-transform: uppercase;
}
.home-icon a{
    color: #808185;
}
.home-icon a:hover{
    text-decoration:none;
    color: #35647D;
}
.home-icon a:hover i{
    border-color: #35647D;
    /*margin: 0px;*/
}
.home-icon i {
    border: #808185 solid 2px;
    border-radius: 100%;
    line-height: 95px;
    width: 100px;
    /*margin: 5px;*/
    height: 100px;
}

.home-icon span {
    margin-top: 10px;
    letter-spacing: 2px;
    display: block;
}
.home-icon .col-sm-3{
    margin-bottom: 20px;
}

/* HOME SECTIONS*/

#nuestros_proyectos .home-gallery .item:hover{
    opacity: 0.8;
}




#newsletter{
    background: #096AA3;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color:#818285;
}
#newsletter h3{
    font-weight: bold;
    color: #4A4A4A;
    font-size: 2rem;
    letter-spacing: 0;
}
#footer a{
    word-break: break-all;
    font-size: 13px;
    font-weight: bold;
    color:#33c4e6;

}
.footer{
    background-color: #07496B;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer-social {
    /*border-bottom: 1px solid;*/
    border-color: #3A596B;
    text-align: center;
    /*padding: 28px 0;*/
    color: #fff;
}
#footer-social a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*margin: 0 28px;*/
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#footer-social a:hover{
    color: #35647D;
    text-decoration: none;

}

#footer-social a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}


#footer-social .fa{
    font-size: 2.5rem;
    line-height: 3.5rem;
}

#footer-social .fa:hover{
    color:#10aee4;
}

.footer .row{
    color: #FFF;
    /*margin-top: 30px;*/
    font-size: 11px;

}

.footer-social p.social-redes{
  font-weight:bold;
  font-size:12px;

}





.footer .row a{
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #33C7E9;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    text-transform: none;

}
.footer .row a:hover{
    color: #FFF;
    text-decoration: underline;

}
.footer .copyright{
    margin-top: 25px;
    border-top: 1px solid;
    border-color: #3A596B;
    padding: 15px;
    font-size: 11px;
    color: #CCC;
    letter-spacing: 2px;
    text-align: center;
}

#footer p{
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    line-height:1.35;
}

.footer{

    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

#footer-social .col-xs-2{
    width: 14.285714285714285714285714285714% !important;
    margin-bottom: 5px;
}

#footer-social{
    font-size:13px;
}


.btn-login-media {
    padding-top: 24px!important;
}








/*MEDIA QUERIES*/


@media (min-width: 768px){

    .home-gallery .item.spanCol{
        height: 260px;
    }

    .home-gallery .promo-overlay.spanCol{
        padding-top: 90px;
    }

    /*#containerDesarrollo360 .card .card-reveal  {*/
        /*top: 80%;*/
        /*height: 80%;*/
        /*}*/
    }

    @media (min-width: 992px) {

        

        .home-gallery .item.spanCol{
            height: 380px;
        }

        .home-gallery .promo-overlay.spanCol{
            padding-top: 135px;
        }

        .header.carousel {
            height: 400px;
        }
    }
    @media (min-width: 1200px) {

        .home-gallery .item.spanCol{
            height: 460px;
        }

       

        .home-gallery .promo-overlay.spanCol{
            padding-top: 180px;
        }

        .header.carousel {
            height: 500px;
        }
    }
    #searchTopForm{
        right: 15px;
        /*border: #DDD solid 1px;*/
        font-size: 10px;
        width:100px;
        margin-right: 15px;

    }
    #searchTopForm input, #searchTopForm input:focus{
        width: 100%;
        border: none;
        outline: 0;
        font-weight: normal;
        font-style: italic;
        line-height: 20px;
        padding: 10px 15px;
    }

    hr.header{
        margin:0px;
        margin-bottom:30px;
    }

    hr.column{
        margin:0px;
        width: 100%;
        color: red;
        border-width: 8px;
        border-color: #35647D;
    }
    .post-header {
        text-align: center;
        margin-bottom: 25px;

    }
    .izquierda{
        text-align: left;
    }
    .derecha,.text-right{
        text-align: right;
    }

    .post-header h2{
        font-size: 2.30rem;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #4c4c4c;
        font-weight: bold;
        line-height: 1.4em;
        -o-transition: .25s;
        -ms-transition: .25s;
        -moz-transition: .25s;
        -webkit-transition: .25s;
        transition: .25s;
    }

    /* h1 para titulo home, resto como h2,h3, titulo o subtitulos*/

    .title-divider {/* para titulos, linea subrayados*/
        border-top: 2px solid;
        display: block;
        max-width: 110px;
        margin: 0 auto 45px;
        color: #4c4c4c;
    }

    .title-divider-slider {
        border-top: 2px solid;
        display: block;
        margin: 5px auto 0px;
    }

    .title-divider-home{
        border-top: 2px solid;
        display: block;
        max-width:200px;
        margin: 0 auto 15px;
        color: white;

    }

    .article .text{
        font-family: "Raleway", sans-serif;
        font-size: 1.55rem;
        line-height: 1.3;
        color: #4c4c4c;
        padding: 1rem 5rem;
        -ms-word-break: break-word;
        -webkit-word-break: break-word;
        word-break: break-word;
    }
    .article .text a, .article a.text{
        word-break: break-all; /*agregado para que corte los links*/
    }
    .article .spacer{
        height: 60px;
    }

    .article .text h4{
        color: #4c4c4c;
        margin-bottom: 10px;
        font-weight: bold;
        margin-top: 25px;
    }
    .article{
        margin-bottom: 30px;
    }

    .post-header.article.article-barrios{
        margin-bottom: -1rem;
    }
    .post-header.article.article-casas{
       margin-bottom: -1rem;
   }

   .post-header.article.article-inversiones{
    margin-bottom: -1rem;
}
.post-header.article.article-deptos{
    margin-bottom: 0;
}

.article p,.article iframe{
    padding-bottom: 1.8rem;
}
.article iframe.shadow-video{
    padding-bottom:0;
}



/*.article img*/

h4.column-title{
    font-size: 16px;
    text-transform: uppercase;
}

h4.title-resultado{
    margin-bottom:1.9rem;
}
.divider-card {/* linea subrayado cuando hay div abajo*/
    height: 1px;
    overflow: hidden;
    background-color: #4c4c4c;
    width: 30%;
    margin: 0 auto;
}




/*.post-img {
    margin-bottom: 25px;
}
.post-entry {
    font-family: "Lora", sans-serif;
    font-size: 14px;
    color: #242424;
    background: #fff;
}
.post-share {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 38px;
    overflow: hidden;
}
.post-entry p, .post-entry hr {
    margin-bottom: 20px;
}
.post-entry blockquote {
    border-left: 3px solid;
    border-color: #ddd;
    padding: 0 18px;
}
.post-entry blockquote p {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #888;
}
.post-entry ul, .post-entry ol {
    padding-left: 45px;
    margin-bottom: 20px;
}
.post-share-box:first-child:nth-last-child(1) {
    width: 100%;
}
.post-share-box.share-buttons a {
    color: #000;
    margin: 0 8px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.post-share-box {
    float: left;
    height: 54px;
    line-height: 54px;
    text-align: center;
}
.post-comments {
    margin-bottom: 60px;
    margin-top: 60px;
}
.post-share-box.share-buttons a:hover {
    color: #c39f76;
    }*/
    .text-blue{
        color: #4D748B;
    }
    .strong{
        font-weight: bold;
    }

    .blue-dark-eidico{
        background-color: #0d80b7!important;
        color: white!important;
        font-weight: bold!important;
        letter-spacing: 0px;
        margin-top: 1.5rem;
        padding: 0.8rem 1rem!important;
        font-size: 13px!important;
        max-width: 130px;
        /* margin-left: 1rem; */
        line-height: 1;
    }

    .blue-dark-eidico:hover{
        background-color:#0a98dc!important;
        transition: all 1s;
    }

    #contact{
        z-index: 10000;
        position: fixed;
        right: 0px;
        top: 85px;
        /* width: 300px; */
        text-align: right;
        /* background: rgba(240,240,240,0.4); */
        background: #10AEE4;
        line-height: 45px;
        border-bottom-left-radius: 1px;
        border-top-left-radius: 2px;
        /* box-shadow: 0px 0px 1px #4D748B; */
        padding: 0.9rem 0;
    }
    #contact ul{
        -webkit-padding-start: 25px;
    }
    #contact ul li{
        font-size: 24px;
        /*float: left;*/
        list-style: none;
        margin-right: 15px;
        margin-right: 24px;

    }
    #contact:hover ul li{
        /*margin-right: 36px;*/
    }
    #contact:hover{
        /*background: rgba(240,240,240,0.4);*/
    }

    #contact ul li a i{
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
        color: #FFF;
        font-size: 2.8rem;
    }
    #contact ul li a i:hover,#contact ul li a i:active,#contact ul li a i:visited{
        color:#0a5b8a;
    }
    #contact #formSearch{
        font-size: 14px;
        line-height: 18px;
        margin-top: -3px;
        display: none;
        float:left;
    }
    #contact #formSearch input{

        margin: 10px;
        border-radius: 18px;
        border: none;
        padding: 10px;
        margin-right: -30px;
        box-shadow:0px 0px 1px #4D748B;
    }
    .formsContacto{

    }
    .widget-title {
        background: #4D748B;
        text-align: center;
        color: #fff;
        padding: 13px 0;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        margin-bottom: 25px;
    }
    .widget-title:after {
        content: "";
        display: block;
        position: absolute;
        border-top: 5px solid;
        border-top-color: #4D748B;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: -5px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -5px;
    }
    .img-responsive{
        width: 100%;
    }
    .project .text{
        margin-top: 15px;
    }
    .more-info{
        background-color: #F1F1F1;
        padding: 20px;
        font-family: 'Raleway', serif;
        font-style: italic;
    }
    .more-info h5 {
        font-weight: 400 !important;
        margin-bottom: 18px !important;
        text-align: center;
        color: #444;
        font-size: 15px;
    }
    .more-info label {
        font-weight: 400 !important;
        color: #444;
        font-size: 15px;
    }
    .form-control:focus {
        border-color: #4D748B;
    }
    #login{
        color:#7D7D7D;
    }
    #login label{
        text-transform: none;
    }
    #login .btn-link{
        color: #44708D;
        height: 20px;
        overflow: hidden;
    }
    #login .btn-link:hover{
        color: #35647D;
        text-decoration: none;
    }

    .titulo1{
        font-size: 52px;
        line-height: 48px;
        font-weight: bold;
        margin-top: 8px;
        text-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
        font-family: Raleway,sans-serif;
        letter-spacing: 0;
    }
    .titulo2{
        font-size: 26px;
        margin-top: 5px;
        margin-bottom:  5px;
        font-weight: bold;
        text-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
        font-family: Raleway,sans-serif;
        letter-spacing: 0;
    }
    .titulo3{
        font-size: 26px;
        margin-top: 5px;
        margin-bottom:  5px;
        font-weight: bold;
        text-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
        font-family: Raleway,sans-serif;
        letter-spacing: 0;
    }
    #carruselCont{
        position:relative;
        top:0px;
        left:0px;
        height: 100%;
        width: 100%;
        /*z-index:1;*/
    }


    #formularioCarrouselCont{
        position:relative;
        color:#FFF;
        /*top:75px;*/
        left:0px;
        width: 100%;
        z-index:2;
        background-image: url('/eidicoapp/trunk/Web/public/files/bg_slider.jpg');
        /*padding-top: 52px;/*42px*/
        background-color: #07496b;
        background: -moz-linear-gradient(top, #07496b 1%, #0a5ba5 100%, #08546b 5%);
        background: -webkit-linear-gradient(top, #07496b 1%, #0a5ba5 100%, #08546b 5%);
        background: linear-gradient(to bottom, #07496b 1%, #0a5ba5 100%, #08546b 5%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000307', endColorstr='#0a3791', GradientType=0);

    }

    .homeHeaderHeight{
        /*height:460px;*/ /* Cambiado porque se cortaba la foto antes de llegar al final, tenia height fija por algo? */
        height:100%;
    }
    .landingHeaderHeight{
        height: 300px;
    }

    #formularioCarrouselCont .search-card{
        background-color: #051a30;
        background-color: rgba(9, 24, 27, 0.8);
        /* bottom: -7rem; */
        /* left: 0; */
        /* padding-bottom: 0px; */
        /* padding-top: 24px; */
        /* position: relative; */
        /* bottom: 0px; */
        /*min-height: 145px;*/
    }


    #formularioCarrouselCont input.form-control.dropdown-toggle{
        border-right: 1px solid grey;
        padding-left: 20px;
        color:#2d2626!important;
    }
    #autoCompleteProjects{
        border-right: 1px solid grey;
    }
    select#buscarTipo{
        margin: 0;
        border-right: 1px solid grey;
        padding-left: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }



    #formularioCarrouselCont .col-sm-3.search-home{
        padding-left: 0;
        padding-right: 0;
        width: auto;
        min-height: 53px;
        color: #2d2626!important;
    }

    #formularioCarrouselCont .form-control{
        min-height: 50px;
        color: #999999;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }


    #formularioCarrouselCont .formContainer .btn-info{
        background: #0398e3;
        min-height: 50px;
        padding: 10px 30px;
        font-weight: bold;
        font-family: "Raleway", sans-serif;
    }

    #formularioCarrouselCont .formContainer .btn-info:hover{
     background-color:#10aee4;
 }

 #formularioCarrouselCont .formContainer{
     background: transparent;
     padding: 10px 0 0;
     line-height: inherit;
     /*padding:15px;*/
 }


 .formContainer{
    background: white;
    padding:36px;
}

.btn .btn-info{
    background-color: #33C5E7;
}
.formContainer ul{
    -webkit-padding-start: 0px;
}

.btnNaranja{
    background: #E8911F !important;
}
.btnVerde{
    background: #74B963 !important;
}
.btnVerde:hover,.btnVerde:focus{
    color: #fff;
    background-color: #68ad57 !important;
}
.btnVerde2{
    background: #51bc51 !important;
}
.btnVerde2:hover,.btnVerde2:focus{
    color: #fff;
    background-color: #39b939 !important;
}
.btnRojo{
    background: #c4273a !important;
    color: #fff!important;
}
.btnRojo:hover,.btnRojo:focus{
    background:#a21425 !important;
    color: #fff;
}
.form-control{
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #A5A5A5;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*font-family: "Roboto", sans-serif;*/
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    padding: 24px 12px;
}
input[type="checkbox"].form-control{
    height:auto;
    width:auto;
    float:left;
    margin-right: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #4D748B;
    border-color: #4D748B;
}
span.filter{
    background-color:#E3E3E3;
    color:#0399E4;
    display: block;
    padding: 10px ;
    font-size: 15px;
    font-weight: bold;
    padding-right: 30px;
}
span.filter i.material-icons{
    float: right;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    right: 36px;
}



.btn {
    /*font-family: "Montserrat", sans-serif;*/
    font-family: "Raleway", sans-serif;
    display: inline-block;
    padding: 14px 36px;
    margin-bottom: 0;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    /*width: 100%;*/
    /*background: #33C7E9;*/
    color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.btn-primary:active, .btn-primary:hover, .btn-primary:focus,.btn-primary:active {
    color: #fff;
    background-color: #3F5F71;
    border-color: #3F5F71;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #3F5F71;
    border-color: #3F5F71;
}
.btn-primary-chico{
    padding:4px 12px;
}
.separator-col{
    height: 20px;
}
.row.gallery{
    z-index: 1000;
    margin-right: 0;
    margin-left: -12px;
}
.col-xs-4 {
    min-height: 1px;
    padding-right: 0px;
    padding-left: 12px;
    margin-bottom: 12px;
}
#picture_principal{
    height: 360px;
    background-position: center;
    background-size: cover;

}
.item-gallery{
    height: 100px;
    background-position: center;
    background-size: cover;
    position: relative;
}
blockquote{
    font-size: 13px;
    font-style: italic;
    color: #999;
}

iframe{

}

.project .col-r iframe{
    height: 210px;
}
.project .col-c iframe{
    height: 400px;
}

.project h3{
    color: #3F5F71;
}

h3.title-maps{
    padding: 1rem;
    line-height: 1;
    font-size: 21px;
}

.ubicacion-maps .titulo, #containerProjectDisponibles .titulo{
    font-size: 23px;
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #4c4c4c;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #DFDFDF;
}



.header-maps{
    background-color: #FFF;
    border-color: #ddd;
}

.separator.subtitle-maps{
    padding: 2rem 0;
}


.col-r ul{
    list-style: square;
    padding: 0;
    padding-left: 15px;
    font-family: 'Raleway', serif;
    font-style: italic;
    font-size: 13px;
}
.col-r ul li {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px dotted #d5d5d5;
}
.col-r h5{
    font-family: 'Raleway', serif;
    font-size: 15px;
}
.col-r h6 a{
    text-decoration: none;
    color: #3F5F71;
}
.col-r h6 a:hover{
    text-decoration: none;
    color: #35647D;
}
.col-r h6{
    font-family: 'Raleway', serif;
    font-size: 12px;
    padding-left: 5px;
    color: #666;
    font-style: italic;
}
.link{
    background: #3F5F71;
    padding-top: 5px;
    /*-top: 5px;*/
}
.link a i{
    color: #FFF;
    padding-left: 10px;
    font-size: 24px;
}
.link a span{
    color: #FFF;
    padding-left: 10px;
    line-height: 10px;
}


.button#btnNuestroSistema{
    min-width: 180px;
}

button#btnReservaOnline{
    margin-top: 0.5rem;
}
.home-button{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #4A4A4A;
    /*font-weight: bold;*/
}
.home-button a{
    font-size: 14px;
    color: #4A4A4A;
}
.home-button a:hover{
    color: #35647D;
    text-decoration: none;
}
.home-button table{
    width: 100%;
}
.home-button .box{
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 2px;
    border-top: #868686 solid 1px;
    border-bottom: #868686 solid 1px;
    margin-bottom: 20px;
}
.home-button .box td{
    vertical-align: bottom;
}
.home-button p{
    text-align: center;
    padding: 0.2rem 2rem;
    line-height: 1.3;
    font-size: 1.6rem;
    color: #4c4c4c;
    font-weight: 400;
}

.home-button :hover{
    text-decoration:none;
}

.home-button .box img{
    /*float: right;*/
    width: 262px;
    margin-bottom: 3px;
}
.home-button .box-newsletter a{
    font-size: 11px;
    color: #999;
}
.home-button h4{
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    font-size:15px;
    color:#2c2c2c;
}

.home-button h4:hover{
   color:#09689f;
   text-decoration:none;
}
.home-button h4:visited{
    color:#09689f;
    text-decoration:none;
}

.home-button.icons-prefooter h4:hover{
    color:#0398e3;
    text-decoration:none;
}

.box-newsletter{
    border-style: solid;
    border-width: 1px;
    padding: 0px 7px 11px 7px;
    border-color: #999;
}
.box-newsletter h5{
    letter-spacing: 2px;
}
.box-newsletter i{
    z-index: 15000;
    font-size:15px;vertical-align: middle;
}
.box-newsletter .inner-addon.right-addon:hover i{
    color: #2996B0;
    cursor: pointer;
}
.home-button input{
    font-size: 12px;
    border-width: 1px;

}
.spacer-footer{
    margin-top: 20px;
}


/*ICONO PLACEHOLDER*/
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.block-about{
    padding: 0px 20px 0 20px;
    border-left-color: #999;
    border-left-style: solid;
    font-size: 18px;
}
/*FIN ICONO PLACEHOLDER*/


/** media queries **/

@media (max-width:1024px){
    iframe.shadow-video{
        height:255px;
    }
}


@media (max-width: 991px) {
    .timeline li .timeline-panel {
        width: 44%;
    }
}

@media (max-width: 700px) {
    .page-header h1 { font-size: 1.8em; }

    ul.timeline:before {
        left: 40px;
    }

    .tldate { width: 100px; }

    ul.timeline li .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline li .tl-circ {
        top: 22px;
        left: 22px;
        margin-left: 9px;

    }
    ul.timeline > li > .tldate {
        margin: -9px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
        margin-top: -9px;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        top: 26px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        top: 27px;
        right: auto;
    }
}

img { border: 0; max-width: 100%; }

.page-header h1 {
    font-size: 3.26em;
    text-align: center;
    color: #efefef;
    text-shadow: 1px 1px 0 #000;
}

#timeline-section{
    background-color:#fcfcfc;
}

/*FIN TERMINA TIMELINE*/

.button-centered{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #999;
}
.button-centered a{
    text-decoration: none;
    color: #8D8E91;
}

.carrousell-timeline{
    width: 132%;
    margin-left: -16%;
}

.control-timeline{
    top:20%;
    font-size: 60px;
}

.span-timeline{
    width: 50px!important;
    height: 50px!important;
    line-height: 46px!important;

}
@media (max-width: 768px) {
    .control-timeline{
        top:10%;
        font-size: 30px;
        padding-left: 5px;
    }
    .span-timeline{
        width: 30px!important;
        height: 30px!important;
        line-height: 28px!important;

    }
    select#buscarTipo {
        margin-bottom: 10px;
    }
}






@media only screen and (min-width: 992px)  {
    /*    .home-gallery .item{
            height: 150px;
            }*/

            /* For portrait layouts only */
    /*    header.carousel {
            height: 480px;
            }*/
        }
        .tooltipCustom {
            display: none;
            position: absolute;
        }
        .tooltipCustom-arrow {
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            top: -5px;;
            left: 50%;
            margin-left: -5px;
            border-width: 0 5px 5px;
            border-bottom-color: #000;
        }
        .tooltipCustom-inner {
            max-width: 200px;
            padding: 6px 25px;
            color: black;
            font-size: 12px;
            letter-spacing: 1px;
            text-transform: none;
            min-width: 100px;
            font-weight: normal;
            text-align: center;
            border: #7F7F7F solid 1px;
            background:none;
            /*background-color: #F0F0F0;*/
            border-radius: 0px;
            white-space: nowrap;

        }
        .post-header.article>h1{
            margin:30px;
        }
        .container{
            /*background-color: #F00;*/
        }
        .container-gallery-home{
            padding: 4rem;
            width: 90%;
            margin: 0 auto;
            /*margin-top: 60px;*/
            /*margin-left: 50px;*/
            /*margin-right: 50px;*/
            /*margin-bottom: 4rem;*/
        }

        .containerBtnNaranja{
            padding: 20px;
            margin-bottom: 4rem;
        }
        .separator{
            border-bottom:2px solid #FFF;
            margin-bottom: 2%;
        }
        .btn-primary{
            background-color: #0D80B8;
        }
        
        #footer-social .col-xs-2{
            padding-right: 0px;
            padding-left: 5px;
        }

        #newsletter .btnNaranja{
            margin-top: -105px;
            float: right;
            border-radius: 50%;
            padding: 0px;
            line-height: 67px;
            font-size: 60px;
            width: 75px;
            /* padding-bottom: 8px; */
            height: 75px;
            -webkit-transition: all 1s; /* Safari */
            transition: all 1s;
            z-index:10;
        }
        #newsletter .btnNaranja:hover {
            color:#FFF;
            background-color: #f5a33a !important;

        }


/*
PORJECT
*/
#project h3{
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}
#project h3{
    color: #4C4C4C;
}
.newrow .row{
    margin-right: -15px;
    margin-left: -15px;
}
.noRadius{ border-radius: 0;}
.panel{

}

#project .panel-title {
    line-height: 40px;
    font-size: 14px;
    /*padding-left: 15px;*/
    font-weight: bold;
}
.panel-default > .panel-heading {
    background-color: #FFF;
    border-color: #ddd;
}
.text-primary, a{
    color: #039AE5;
}
a:hover{
    text-decoration: none;
}
.panel-default > .panel-heading span{
    margin-right: 15px;
}
i.pull-right{
    margin-top: 10px;
}
.form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #A5A5A5;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    /* font-family: "Roboto", sans-serif; */
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    padding: 20px 12px;
    /*padding-left: 0;*/
}

#project .btn-primary{
    background-color: #039AE5;
}
.form-group{
    margin-top: 5px;
}
.box-search .btn{
    margin-top: 15px;
}
.filter .panel-title {
    line-height: 30px;
}
.filter ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter ul{
    color: #666;
}
.filter ul li{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 28px;
    /* margin-left: -20px; */
    margin-right: -10px;
    font-weight: bold;
    letter-spacing: 1px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    color: #7d7d7d;
}
.filter ul li i{
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

#project li{
    cursor: pointer;
    padding: 0.98rem 0;
    line-height: 19px;
}

.panel-title ul{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    color: #666;
}

.text-filtros{
    font-size:1.3rem;
}



.panel-title ul li{
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}
.container-btn-google-map{
    /*border-left: #999 solid 1px;*/
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 60px;
    font-size: 13px;
}
.container-btn-google-map i{
    font-size: 18px;
    margin-right: 5px;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background: none;
    border-radius: 4px;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: normal;
    font-family: Roboto,sans-serif;
    letter-spacing: 0;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #4A4A4A;
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    font-size:1.25rem;
}
.box-project{
    margin-bottom: 30px;
    padding: 0;
    background-color: #FFF;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
}
.box-project .picture{
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 170px;
}
.box-project .description{
    padding: 15px;
}
.box-project h4{
    color: #000;

}

.box-project .description p{
    overflow:hidden; text-overflow-multiline:ellipsis;
    height: 36px;
}
.scrolloff {
    pointer-events: none;
}
.map{
    padding-bottom: 38px;
}
.map h2{
    text-align: left;
    color: #4A4A4A;
}
.map .separator{
    height: 83px;
    margin-bottom: -11px;
    border-left: #999 solid 1px;

}
.map h3{
    line-height: 46px;
    font-size: 22px;
}

a.link-more-card{
    background: transparent;
    color: #039ae5;
    text-align: left;
    font-weight: bold;
}
.disabledBox *{
    cursor: not-allowed;
    opacity: 0.7;
}
a.disabledBox:focus, a.disabledBox:hover{
    text-decoration: unset;
}
.ubicacion-maps.section {
    padding-bottom: unset;
}

/*.box-loading{
    width: 150px;
    background-color: #FFF;
    padding: 15px;
    border: #999 solid 1px;
    border-radius: 5px;
    }*/
    .contenedorIcono {
        border: 2px solid #039AE5;
        border-radius: 50%;
        height: 100%;
        padding: 9%;
        margin: 0% 26%;
        overflow: hidden;
    }
    /************************** ABOUT US ****************************/
    .contenedorClaves{
        margin-bottom: 10%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    .contenedorClaves img{
        margin: auto auto;

    }
    .contenedorClaves h3{
        text-align: center;
    }

    #clavesDeNuestroTrabajo .contenedorClaves .contenedorIcono {
        border: 2px solid #FF9D24;
    }

    #clavesDeNuestroTrabajo .contenedorClaves .contenedorIcono:hover{
        opacity:0.8;
    }

    .btn-modales{
        margin-top:15px;
        background-color:#e8911f;
    }

    h5#titleModal {
        color: #4c4c4c;
        font-weight: bold;
        padding-left: 20px;
        font-family: Raleway,sans-serif;
    }

    div#modalDialogWHeader{
        padding-top: 4%!important;
    }

    .btn-modales:hover,.btn-modales:active,.btnNaranja:hover,.btnNaranja:focus {
        color: #fff;
        background-color: #f5a33a;
    }

    #modalMisionContainer{
       text-align: initial;
   }
   #modalMisionContainer p, #modalValoresContainer li{
    font-size: 1.4rem;
}


#clavesDeNuestroTrabajo h4.subtitle-icon{
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    font-size:15px;
    color:#1a1a1a;
}

#clavesDeNuestroTrabajo .text-icon{
    text-align: center;
    padding: 0.2rem 0rem;
    line-height: 1.2;
    font-size: 1.45rem;
    color: #4c4c4c;
    font-weight: normal;
}


#modalValoresContainer li{
    margin-top:5px;
}

#modalValoresContainer ul{
    list-style-type: decimal;
    list-style-position: inside;
    padding:0px;
    text-align: initial;
}


.QuienesSomos_intro{
    background:#f2f2f2;
}

.modal-body{
    padding: 20px 0;
}

#modalMision .mision-btn{
    background-color:#74b963;
    margin-top: 15px;
}
#modalMision .valores-btn{
    background-color:#10aee4;
    margin-top: 15px;
}

a#modalValores{
    background-color:#0d80b7;
}

a#modalValores:hover{
    background-color:#0587c5;
}
a#modalMision{
    background-color:#28495d;
}

a#modalMision:hover{
    background-color:#347fad;
}

.modalMisionDestacado{
    background-color: #3F96B4 !important;
}

.modalMisionDestacado:hover{
    background-color:#347fad !important;
}

/************************ FIN ABOUT US **************************/
/************************** RSE ****************************/
.contenedorEjes{
    margin-bottom: 3%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.contenedorEjes .contenedorIcono {
    border: 2px solid #039AE5;
    border-radius: 50%;
    height: 100%;
    padding: 10%;
    margin: 0% 31%;
    margin-bottom: 5%;
    overflow: hidden;
}
.datos{
    margin-bottom: 20px;
}
.fondoVideoRse{
    max-height: 400px;
    min-height: 300px!important;
    height: 100%;
    width: 100%;
    background-size: cover;
    padding-top:100px;
    padding-bottom:100px;
}


#desarrollosComunitarios .cardImage{
    min-height: 330px;
}

/************************** TESTIMONIOS ****************************/
#testimonios{
    background: #EFEFEF;
    padding-bottom: 40px;
}
.contenedorTestimonio {
    background: #FFF;
    margin: 20px;
    padding: 30px;

}
.contenedorIconoTestimonio {
    border: 2px solid #FFF;
    border-radius: 50%;
    height: 100%;
    margin: auto 20%;
    overflow: hidden;
    margin-bottom: 15px;
    transition: 1s all;
}
/************************ FIN TESTIMONIOS **************************/
#containerDesarrollo360 .card .card-content .card-title {
    padding-right: 5px;
    padding-left: unset;
}

#containerDesarrollo360 .card .card-reveal .card-title{
    font-weight: bold;
    font-size: 1.6rem;
}

#containerDesarrollo360 .card .card-reveal{
    overflow: hidden;
    height: 100%;
}

#containerDesarrollo360 .card .card-reveal .height-scroll{
    overflow-y: auto;
    height: 90%;
    padding-top: 0.8rem;
}

#containerDesarrollo360 .card .card-reveal p{
    font-size: 1.3rem;
}

.iconosDesarrollo360{
    height: 170px;
    background-size: 43%;
    background-color: #E3E3E3;
    background-repeat: no-repeat;
    background-position: center;
}

.table-section{
    display: table;
    width: 100%;
    border-collapse: collapse;
    color: #4FA9E0;
    text-transform: uppercase;
}

.title-table-section {
    background-color: #4FA9E0;
    width: 70%;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin-left: 30%;
    padding: 7px 0;
}

.fila {
    display: table-row;
}

.col{
    width: 17.5%;
    display: table-cell;
    padding: 12px;
    border: 2px solid #4FA9E0;
}

.col:first-child {
    border: none;
    text-align: right;
}

.col-title {
    width: 30%;
}

.no-borders div {
    border: none;
}

.table-section-img {
    width: 60px;
}

.title-card {
    font-size: 22px;
    padding: 25px;
    font-weight: bold;
}
.content-card {
    border: 1px solid black;
    border-radius: 25px;
    padding: 25px;
}

.content-card h4 {
    color: gray;
    font-size: 15px;
    font-weight: bold;
}

.content-card ul {
    list-style-type: none;
    padding: 0;
}

.content-card ul li {
    padding: 1px 0;
}

.content-card ul li i {
    padding-right: 10px;
}

.bottom-table-chart {
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    margin-left: 40%;
    padding: 15px 0;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    position: relative;
}

.bottom-table-chart .second-line {
    position: absolute;
    height: 100%;
    background-color: black;
    width: 2px;
    top: 0;
    left: 33%;
}

.bottom-table-chart .third-line {
    position: absolute;
    height: 100%;
    background-color: black;
    width: 2px;
    left: 66%;
    top: 0;
}

.bottom-table-chart .arrow-chart {
    position: absolute;
    height: 80%;
    background-color: black;
    width: 2px;
    left: 50%;
    top: 100%;
    color: #4FA9E0;
    font-weight: 600;
}

.bottom-table-chart .arrow-chart .text-arrow {
    position: relative;
    width: 300px;
    transform: translate(-50%, 0);
    top: 0;
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.bottom-table-chart .arrow-chart .text-arrow i {
    font-size: 40px;
    color: #000;
}
/************************ FIN RSE **************************/
/************************** SISTEMA EIDICO ****************************/
#sistemaEidico{
    background: #F1F1F1;
}
#sistemaEidico .text{
    background: transparent;
}
#sistemaEidico #videoEidico .post-header{
    text-align: left;
}
.titleUnderlined{
    color: #4C4C4C;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4C4C4C;
    display: inline-block;
    margin-bottom: 20px;
}
#videoEidico .titleUnderlined{
    word-break: break-word;
}
.mega-titulo{
    font-size: 64px;
    font-weight: bold;
}
.contenedorPasosSistema{
    margin-bottom: 10%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.contenedorPasosSistema .contenedorIcono {
    border: 2px solid #FF9300;
    border-radius: 50%;
    height: 100%;
    padding: 9%;
    margin: 30%;
    overflow: hidden;
    margin-bottom: 2%;
    margin-top: 7%;
}
.contenedorPasosSistema img{
    margin: auto auto;

}
/************************ FIN SISTEMA EIDICO **************************/

/************************ TRAYECTORIA**************************/
#bulletsTrayectoria{
    margin:15px;
    text-align:center;
}
#bulletsTrayectoria p{
    font-size:1.6rem;
    font-family: "Raleway", sans-serif;
    line-height: 1.3;
    color: #4c4c4c;
}
#bulletsTrayectoria .special{
    font-size:1.9rem;
    color:#4c4c4c;
    font-weight: bold!important;
}

span.special{
    font-weight: bold!important;
}

#trayectoriaContainer{
    background-color: #F1F1F1;
}

#trayectoriaContainer h1{
    font-size: 35px;
}
#trayectoriaHeader{
    padding:15px;
    background-color:#F1F1F1;
}



/************************ FIN TRAYECTORIA **************************/

/************************ VER PROJECT **************************/

.gallery{
    margin-bottom: -20px;
}

.gallery .row{
    margin-bottom: 10px;
}

.gallery img{
    height: 200px;
    padding: 0px 10px 0px 0px;
    object-fit: cover;/* como bg para que el height no corte*/
    /*object-position*/
}

.coverProject{
    position: relative;
    /*background-image: url('/eidicoapp/trunk/Web/public/imgs/cover_sta_maria.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
}
.backParallax{
    background-attachment: fixed;
}

.titleCover{
    padding: 15px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    text-transform: uppercase;
    font-size: 1.45em;
    font-weight: 600;
    width: 24%;
    min-width: 400px;
    text-align: center;
}

.textDestacado{
    color: #09689F;
}

.textNormal{
    font-weight: 100;
    color: #8A888A;
}


.card .card-reveal .card-title{
    font-weight: bold;
}

.iconsProjectContainer {
    display: inline-block;
}
.linksProjectContainer{

    border-top: 2px solid #E5E3E5;
    padding: 20px 5px 0px;
    font-size: 15px;
    font-weight: 600;
}
.linksProjectContainer .fa-camera{
    margin-right: 5px;
}
.linksProjectContainer a{
    margin-bottom: 10px;
}

.infoProject .titulo{
    font-size: 23px;
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #4c4c4c;
}
.infoProject .titulo:nth-child(n+2){
    margin-top: 30px;
    margin-left: 15px;
}
.infoProject p.borderTop{
    padding-top: 25px;
}
#containerVerProject{
    color: #8c8c8c;
    background: #F2F2F2;
}

.infoProject{
    border: 1px solid #E5E3E5;
    margin-top: 25px;
    padding:20px;
    background-color: #FFF;
}

.infoProject ul{
    padding: 15px 0px 0px 15px;
    font-size: 14px;
    margin-left: 10px;
    color:#4c4c4c;
}
.infoProject li{
    margin-bottom: 5px;
}

.infoProject p{
    padding-top: 5px;
    padding-left: 8px;
}
.fixed{
    position:fixed;
}

.bold{
    font-weight: bold;
}
.borderTop{
    border-top: 2px solid #EDEBED;
}
#canvas2, #canvas2 #mapa{
    height: 380px;
}
.btn-verProyectos{
    background-color: transparent;
    color: #0d80b7;
    border: 2px solid #0d80b7;
    transition: 0.5s all;
    padding: 8px 25px;
    font-size: 1.5rem;
    box-shadow: none;
    letter-spacing: 0;
    margin-bottom: 1rem;
}
.btn-verProyectos:hover{
    background-color: #0d80b7;
    color: #FFF;
    border: 2px solid #0d80b7;
}
.btn-verDepartamentos{
    background-color: transparent;
    color: #E8911F;
    border: 2px solid #E8911F;
    transition: 0.5s all;
    padding: 10px 35px;
    margin-bottom: 25px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    box-shadow:none;
}
.btn-verDepartamentos:hover{
    background-color: #E8911F;
    color: #FFF;
    border: 2px solid #E8911F;
}

.btn-invertido{
   background-color: transparent;
   color: #333333;
   border: 2px solid #333333;
   transition: 0.5s all;
   padding: 10px 30px;
   margin-bottom: 15px;
   margin-top: 15px;
   max-width: 95%;
   font-size: 1.45rem;
   text-transform: none;
   box-shadow:none;
}

.btn-invertido:hover{
   background-color: #333333;
   color: #FFF;
   border: 2px solid #333333;
}
.btn-invertido-azul{
    color: #039AE5;
    border: 2px solid #039AE5;
}
.btn-invertido-azul:hover{
    background-color: #039AE5;
    border: 2px solid #039AE5
}


.btn-invertido i{
   font-size: 1.9rem;
   color: #333333;
   transition: 0.5s all;
   transform: translate(0%,30%);
}
.btn-invertido:hover i{
   color: #FFF;
}

.truncateTexto{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    margin-bottom: 10px;
}

#parallaxPublicacionesSimilares {
    color: #FFF;
    padding-top: 80px;
    padding-bottom: 50px;
}

#parallaxPublicacionesSimilares {
    background-position: 0 70%;
    background-repeat: no-repeat;
    min-height: 400px;
    background-size: cover;
}

@media (min-width: 1200px) {
    #parallaxPublicacionesSimilares {
        min-height: 500px !important;
    }
}

@media (max-width:1200px){
    .btn.btn-primary{
        background:transparent;
        color:inherit;
        box-shadow: none;
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    #parallaxPublicacionesSimilares {
        min-height: 200px !important;
    }
}

#containerVideosProject{
    margin-top: -78px;
}
#containerVideosProject .card {
    margin: 0.5rem 0 3rem 0;
}
.videoHeight {
    width: 100%;
    /*object-fit: cover;*/
    padding: 0px;
    height: 190px;
}

.infoVideo{
    padding: 20px;
    margin: -5px 0px 10px 0px;
    background: #FFF;
    border: 1px solid #E5E3E5;
}
.infoVideo h1{
    font-size: 1.9rem;
    margin-top: 3px;
    color: #4c4c4c;
    font-weight: 700;
}
.card-data{
    padding: 10px;
}
.card-data h2{
    margin:0;
    margin-bottom: 5px;
    font-size:2rem;
}
.card-data h3{
    margin-bottom: 7px;
    font-size:2rem;
}
.card-div{
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
#containerProjectDisponibles{
    padding:20px;
}
#containerProjectDisponibles .article{
    margin-bottom: 25px;

}
#containerProjectDisponibles h1{
    font-size: 25px;
    margin-bottom:2rem;
}
.no-padding {
    padding: 0 !important;
}
#detallesContainer{
    margin-top: 10px;
    /*background-color: #FFF;*/
    padding: 15px;
    border:2px solid #E5E3E5;
}

#detallesContainer .home-button h4 a{
    color:#8A888A;
}

#detallesContainer .home-button h4 a:hover{
    color:#0399E4;
}

@media (max-width: 768px) {

    #sustentabilidad-tabla {
        display: none;
    }

    #btnVerProyectosDisponibles, #btnVerPublicacionesSimilares, #btnVerProyectosTerminados{
        padding: 13px 18px;
        font-size: 11px;
        margin-left: 15px;
        transform: none;
        float: none !important;
    }
    #containerVideosProject{
        margin-top: 10px;
    }
    .videoContainer{
        padding: 0px 10px;
        margin: 0px -10px 10px -10px;
    }
    .gallery img{
        margin-top: 5px;
    }
    .infoProject.section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .truncate {
        width: 95%!important;
    }

}

#videoEidico{
    margin-bottom:0px!important;
}


.video-container {
    width: 70%;
    margin: 45px auto 0;
}

.prop-16-9 {
    width: 100%;
    padding-top: 56%;
    position: relative;
}

.container-prop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.container-prop iframe {
    width: 100%;
    height: 100%;
}
/************************ FIN VER PROJECT **************************/
/************************ CONTACTO **************************/

.contactForms .nav-pills > li > a {
    background-color: #FFF;
    color: #4C4C4C;
    border-radius: 0;
    padding: 23px 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #CDCDCD;
    letter-spacing:0;
}
.contactForms .nav-pills > li.active > a,.contactForms .nav-pills > li.active > a:focus,.contactForms .nav-pills > li.active > a:focus:hover {
    color: #0399E4;
    border-bottom: 3px solid #0399E4;
    background-color: #FFF;
}
.contactForms .nav-pills > li > a:hover{
    /*color:#FFF;*/
    /*background-color: #0399E4; */
    /*border-bottom: 3px solid #0399E4;*/
    color: #0399E4;
    border-bottom: 3px solid #0399E4;
    background-color: #FFF;
}
.btn-contacto {
    width: 40%;
    padding: 3%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top:1rem;
}
.label-contacto {
    font-size: 1.5rem;
    letter-spacing: 0;
    text-transform: uppercase;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.btn-upload-file {
    width: 50%;
    float: right;
    padding: 7px;
    background-color: #808080;
}
select.form-control{
    padding: 0;
    margin: 12px 0px;
    color: #999999;
    padding-left: 7px;
}

.border-top{
    border-top:1px solid #E7E7E7;
    /*margin-bottom: 25px;*/
}
.border-bottom{
    border-bottom:1px solid #E7E7E7;
    /*margin-bottom: 25px;*/
}
.form-control{
    font-size: 16px;
}
.cardData{
    margin-bottom: 15px;
    margin-top: 15px;
}
.opcionales label{
    margin-top: 10px;
}
.radio-inline, .radio-inline + .radio-inline {
    margin-bottom: 5px;
    margin-top: 5px;
}
.radio-inline + .radio-inline {
    margin-left: 20px;
}
.input-line::before{
    border-left: 2px solid #666666;
    content: '';
    position: absolute;
    height: 27%;
    left: 5%;
    top: 27%;
}

.cardContainer.cardContact{
    margin-top:4rem;
}

.titleContact,.titleGris{
    color: #4c4c4c;
    font-weight: bold;
    letter-spacing: 0;
}

input[type=number].hide-spinner::-webkit-inner-spin-button,
input[type=number].hide-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/************************ FIN CONTACTO **************************/

/* FAQ */
.cardsFaq{
    background-color: #FFFFFF;
    border:2px solid #E5E5E6;
    height: 100%;
    margin: 5px;
    text-align: center;
    width: 100%;
}
.cardIconData{
    /*margin-top: 15px;*/
    margin: 2%;
    padding: 3%;
}
.cardIcon{
    padding: 0 60px;
}

.cardsFaq .cardIcon img{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.cardsFaq .cardIcon img:hover{
    opacity:0.8;
}

.cardText{
    color: #4A4A4A;
}

.margin-bottom-30{
    margin-bottom:30px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.margin-bottom-10{
    margin-bottom:10px;
}
.margin-10{
    margin:10px;
}

.margin-top-15{
    margin-top:15px;
}
.panel-group{
    margin-bottom:15px;
}

/* FIN FAQ */
/* Construnort */
.infoConstrunort p {
    padding-top: 15px;
    padding-left: 8px;
}

.infoConstrunort {
    padding: 25px 20px;
}
.infoCard{
    padding: 20px;
    margin: 10px 5px;
    background: #FFF;
}
.infoCard h1{
    font-size: 1.9rem;
    margin-top: 3px;
    color: #272727;
    font-weight: 700;
}
.infoCard .titulo1{
    color: #0d80b7;
    text-shadow: none;
    font-size: 3rem;
    line-height: 0.95;
}
.btn-azul, .btn-azul:focus{
    border: 2px solid #4075B6;
    color: #4075B6;
}
.btn-azul:hover{
    background-color: #4075B6;
    color: #FFF;
    border: 2px solid #4075B6;
}

.caja-desceunto{

}
/* FIN Construnort */
.vertical-center{
    margin-left: 50%;
    transform: translateX(-50%);
}


.open{
    display: block;
}
.submenuPanel{
    background-color: #051A30;
    display: none;
    color: #FFF;
    padding: 35px;
    width: 100%;
}

.open.submenuPanel{
    background-color: #051A30;
    display: block;
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 90000000000;
}
.submenuPanel .dropdown-menu {
    top:0px;
    border:none;

}

.dropdown-menu .separator{
    margin-left: 50%;
    margin-top: 10px;
    border-bottom: 1px solid #FFF;
    width: 80px;
    transform: translateX(-50%);
}

.open .dropdown-menu {
    display: inline-block;
    text-align: center;
    margin-top: 0;
   
    z-index: 90000;

}
@media (max-width: 768px) {
    .open.submenuPanel {
        display: none !important;
    }

    .video-container {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .dropdown-menu > li > a, .dropdown-menu > li > div{
        font-size: 13px;
    }
}



.submenuPanel .dropdown-menu > li > a:hover, .submenuPanel .dropdown-menu > li > a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #096aa0;
    cursor: pointer;
}

@media (max-width: 767px){
   
}

.ui-widget-content{
    background-color: #FFFFFF;
    font-family: roboto,sans-serif;
    color: #4c4c4c;
}

#dropdownType .ui-widget-content li :hover{
    color:white;
    background-color:#0398e3;
}

.ui-menu .ui-menu-item{
    font-family: roboto,sans-serif!important;
    color: #000;
    padding:0.1rem 0;
    height: 4rem;
    line-height: 3rem;
    background:white;
}

.ui-menu .ui-menu-item:hover{
    color:white;
    background-color:#0398e3;
}

#dropdownType.dropdown-menu li :hover{
    color:white;
    background-color:#0398e3;
}

#newsletterFormContainer input{
    margin-top:5px;
    margin-bottom:5px;
}

.textNaranja{
    color: #FBB040 !important;
}

.borderNaranja{
    border-color: #FBB040!important;
    border: 2px solid;
    padding: 8px 0px;
    color: #FBB040!important;
}

.borderTrans{
    border: 2px;
    padding: 10px;
}

#carruselContProject {
    position: relative;
    top: 0px;
    z-index: 0;
    height: 100%;
    width: 100%;
}

#formularioCarrouselContProject{
    position: absolute;
    color: #FFF;
    top: 50%;
    left: 50%;
    /*width: 100%;*/
    z-index: 2;
    /* background: rgba(255,255,255,0.3); */
    background: none;
    background-color: #02304b;
    padding: 30px 50px;
    /*    padding-top: 40px;*/
    transform: translate(-50%,-50%);
    margin-top: 1rem;
}
#myCarouselProject{
    height: 350px;
}

.titleCoverProject{
    margin: 50px;
    padding: 4px 15px;
    position: absolute;
    top: 254%;
    left: 50%;
    /*margin: 0;*/
    background-color: #19546A;
    transform: translate(-50%,-50%);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    font-size: 1em;
}

#containerVideosProject .formContainer{
    padding: 30px;
}
#formMasInformacionProject{
    margin-bottom: 10px;
    border: 1px solid #E5E3E5;
    background: #FFF;
    letter-spacing: 0.5px;
    font-weight:bold;
    color:#4c4c4c;
}

#formMasInformacionProject .button-submit{
    margin-top: 15px;
}

#formMasInformacionProject .form-control{
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a!important;
}
.coverAbsoluto{
    position: absolute;
    top: 42%;
    width: 100%;
}

#formularioCarrouselContProject .titulo{
    font-size: 1.8rem;
    padding-bottom: 3px;
}
#formularioCarrouselContProject .subtitulo{
    font-size: 1.5rem;
    margin: 10px;
}
.separadorBlanco{
    border-bottom: 1px solid #FFF;
    width: 90px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.bkblanco{
    background-color: #fff;
}
.btnNaranjaTransparente{
    background: transparent;
    border: 2px solid #E8911F;
    color: #E8911F;
    transition: 0.75s all;
    font-size: 1.2rem;
    padding: 8px 15px;
    margin-bottom: 10px;
    box-shadow: none;
    letter-spacing: 0;
}
.btnNaranjaTransparente .fa{
    font-size: 1.5rem;
    margin-right: 3px;
}
.btnNaranjaTransparente:hover, .btnNaranjaTransparente:focus{
    background: #E8911F;
    border: 2px solid #E8911F;
    color: #FFF;
}

#masterplanBarrios{
    margin-top: 15px;
    margin-bottom: 15px;
}
#masterplanBarrios .fa-collapse{
    font-size: 2.2rem;
    float: right;
}
#masterplanBarrios .panel-title{
    font-size: 1.8rem;
}
#masterplanBarrios .panel-title, #masterplanBarrios .panel-title a:hover, #masterplanBarrios .panel-title a:focus{
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
}
#masterplanBarrios a{
    color: #4c4c4c;
}
#masterplanBarrios a .fa, .collapsableBarrios .panel-title .fa,.collapsableDefault .panel-title .fa{
    color: #039AE5;
}
.no-margin{
    margin: 0 !important;
}
.no-border{
    border: none;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-40{
    margin-top: 40px;
}
.collapsableBarrios .fa-collapse,.collapsableDefault .fa-collapse{
    font-size: 2.5rem;
    float: right;
}
.collapsableBarrios .panel-title, #masterplanBarrios .panel-title{
    text-transform: uppercase;
    color: #4c4c4c;
    padding: 5px 7px;
    font-size: 1.5rem;
    font-weight: bold;
}
.collapsableDefault .panel-title {
    font-size: 1.35rem;
    text-transform: uppercase;
    color: #4C4C4C;
    padding: 7px;
    font-weight: bold;
}
.collapsableBarrios .panel-title a:hover, .collapsableBarrios .panel-title a:focus,.collapsableDefault .panel-title a:hover, .collapsableDefault .panel-title a:focus{
    /*color: #8c8c8c;*/
    text-decoration: none;
}

.list-group-item{
    /*padding: 5px 10px;*/
    padding-left: 2rem;
}


.collapsableBarrios .panel .list-group .list-group-item, #masterplanBarrios .panel .list-group .list-group-item{
    background-color: #fcfcfc;
}
.collapsableBarrios .panel .list-group .list-group-item a{
    text-transform: inherit;
    color: #4c4c4c;
    font-weight: normal;
}
.collapsableBarrios .panel .list-group .list-group-item a:hover, #masterplanBarrios .panel .list-group .list-group-item a:hover{
    color: #039AE5;
}
.collapsableBarrios.panel-group .panel{
    border-bottom:0;
}
.textCollapsable{
    padding: 20px;
    border-top: 1px solid #E9EAEA;
    background-color:#fcfcfc;
}
.panel-filtros .panel-body{
    background-color: #F9F9F9;
    border-bottom: 1px solid #DDDDDD;

}




/************************** CARDS ****************************/
.cardContainer{
    margin:20px 5px;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.cardContainer .cardData .titulo{
    font-size: 18px;
    margin-bottom: 0;
}

.cardContainer .cardData .titulo2{
    color: #4C4C4C;
}
.cardContainer .cardData .descripcion{
    font-size: 15px;
    color: #4c4c4c;
    font-family: "Roboto",sans-serif;
}
.cardContainer .cardData{
    padding:20px;
}
.cardContainer .cardData .material-icons{
    display: inline-block;
}
.cardImage{
    background-size:cover;
    /*background-size: auto 100%;*/
    background-repeat: no-repeat;
    min-height: 250px;
    background-position: center center;
    transition: 1s all;
}


.cardContainer .cardData .btn-default{
    color:#1A1A1A;
    border-color: #1A1A1A;
}
/************************ FIN CARDS **************************/


/************************** mapa ****************************/
#mapa{
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: rgb(229, 227, 223);
}
#mapa_contacto{
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: rgb(229, 227, 223);
}


/************************ FIN mapa **************************/

/************************** tarjeta ****************************/
.tarjetaHorizontal{
    display:inline-block;
    background-color: #FFF;
    border:1px solid #D1D1D1;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.imagenTarjeta{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 190px;
}
.tarjetaHorizontal .datos{
    padding:15px;
}


/************************ FIN tarjeta *************************/

.right{float:right;}

.twitter-typeahead{
    width: 100%;
}

.tt-menu{
    width: 100%;
    display: none;
    text-align: left;
}
.tt-suggestion{
    background-color: #FFF;
    color: #000;
    padding:10px;
}
.tt-cursor,.tt-suggestion:hover{
    background-color: #0398E3;
}
.cursor-p{
    cursor:pointer;
}

/************************ LOADER *************************/
.loader {
    border: 12px solid #039AE5;
    border-radius: 50%;
    border-top: 12px solid transparent;
    width: 130px;
    height: 130px;
    -webkit-animation: spin 1.1s linear infinite;
    animation: spin 1.1s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.captcha-control{
    margin-top: 15px;
    transform:scale(0.96);
    -webkit-transform:scale(0.96);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

/* List items */
.list-collapsed {
    padding: 0;
}

.list-collapsed li {
    list-style-type: none;
}

.list-collapsed li button {
    border: none;
    background-color: #ededed;
    width: 100%;
    text-align: left;
    padding: 10px;
    margin-bottom: 5px;
    font-size: bold;
    display: flex;
    justify-content: space-between;
}

.list-collapsed .caret-list {
    font-size: 17px;
    padding-right: 10px;
}

.list-collapsed li div {
    display: none;
}

.item-content {
    padding: 0 20px;
}

.not-display {
    display: none;
}

/* End List items */

.grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(350px,1fr));
    /* grid-auto-rows: 5px; */
}

.grid .blog-entry {
    display: block;
}

.grid .blog-entry img {
    width:  100%;
}

.blog-entry .entry-content {
    padding: 20px;
    border: 1px solid #ededed;
}

.blog-entry .entry-content h3 {
    font-weight: bold;
    font-size: 18px;
}

.blog-entry .entry-content p {
    margin: 0;
    color: #787878;
}

.blog-entry .entry-content .divider {
    font-size: 2px;
    margin: 20px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    width: 100%;
}
.blog-entry .entry-content .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;

}

.blog-entry .entry-content .bottom a {
    text-decoration: none;
    color: #787878;
}

.blog-entry .entry-content .bottom p {
    margin-top: 20px;
}

