
@import url('../fonts/raleway/font.css');
:root {
	--margenLateral:0;
	--alturaBarraNavegacion:75px;

	--brandPrimary:#07496B;
	--brandPrimaryLight:#0398E3;
	--brandPrimaryLighter:#00AAFF;
	--brandPrimaryDark:#003B5A;

	--brandGreen:#74B963;
	--brandOrange:#FF9100;

	--bordeGris:#B8B8B8;
	--backgroundGrisClaro:#FBFBFB;
}
html,
body {
    height: 100%;
}
#navbar{
    background-color: white;
    height: auto;
}
*{
    font-family: "Raleway", sans-serif;
    letter-spacing: 0px;
}
.carousel,
.item,
.active {
    height: 100%;
}
h3{
    margin:15px 0px ;
}
h4{
    margin:20px 0px ;
}
.table-head{
    display: table-cell;
    padding: 10px 0px;
    font-weight: bold;
}
.table-cell{
    display: table-cell;
    padding: 10px 0px;
}
.row.zebra:nth-child(even){
    background-color: #DDD;
}
.npr{
    padding-right: 0px;
}
.npl{
    padding-left: 0px;
}
.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
.fa{
    margin-right: 4px;
    color:#1BB1E7;
}

.headerHeight{
    /*height:40%;*/ /* Se rompe el % con flex layout */
    /*    height:40vh;*/
    height:50vh;
}


#headerAuction {
    height: 50vh!important;   
}

#headerProject {
    height: 37vh!important;   
}

.coverImage{
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
}
.containImage{
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btnRedondo {
    border-radius: 50%;
    padding: 0px;
    line-height: 65px;
    font-size: 4rem;
    text-align: center;
    width: 65px;
    height: 65px;
    border: #4C4B4B;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
    z-index: 1;
}

.bgWhite{
    background-color: white;
}


.btnRedondo2 {
    border-radius: 50%;
    display: inline-block;
    font-size: 38px;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border: 1px solid #FFF;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    will-change: opacity, transform;
    transition: all .3s ease-out;
    /*z-index: 1;*/
}
.btnRedondo>.fa{
    margin-right: 0px;
    line-height: 50px;
}
.btnRedondo2>.fa{
    color:#FFF;
}
.btnRedondo.negro{
    background: #000;
}
.btnRedondo.blanco{
    background: #FFF;
}
.btnRedondo.negro>.fa{
    color:#FFF;
}
.btnRedondo.blanco>.fa{
    color:#4D4D4D;
}
.formContainer {
    background: white;
    padding: 1rem 2.5rem;
    display: inline-block;
}
.modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.modal-header .close {
    margin-top: -13px;
    font-size: 5rem;
    font-family: monospace;
}

.modal-header .closes {
    margin-top: -15px;
    font-size: 3rem;
    font-family: monospace;
}

.closes {
    margin-top: -15px !important;
    font-size: 3rem !important;
}

.close.large {
    font-size: 30px;
    margin-top: -13px;
}
.modal-header {
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 30px;
}
.formContainer textarea{
    border:none;
    border-bottom: 1px solid #10B0E6;
    margin-bottom: 10px;
}

/*descripcion edit*/

textarea.full-width.form-control2.form-edit {
    border: 1px solid #d0d7da;
    margin-bottom: 10px;
    background: #f1f1f1;
    padding: 1rem;
}

.card-publicaciones-edit{
  border-left: 8px solid #10b0e6;
  background-color: #fcfcfc!important;
  padding: 0 1rem; 
  font-size: 1.5rem;  
}

.card-publicaciones-edit h3{
    font-size: 21px;
    margin-bottom: -1rem;
}

.card-publicaciones-edit h4{
   font-weight: normal;
   line-height: 1.4;
   font-size: 1.6rem;
}


.panel.panel-default.noRadius.panel-border-left-color {
    border-left: 3px solid #10b0e6;    
    margin-left: -1px; 
}





ul.dropdown-menu>li>a{
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}

#headerLogin{
    /* background-image: url('../imgs/login/fondologin.jpg'); */
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;
    height: auto!important;
    /*altura logins*/
}
.loginHeight{
    /* height:70%;
    min-height:635px;
    max-height:635px; */
}

.mt-1{
    margin-top: 1rem;
}
.mt-2{
    margin-top: 2rem;
}
.mt-3{
    margin-top: 3rem;
}
.mt-4{
    margin-top: 4rem;
}
.mt-5{
    margin-top: 5rem;
}
.mb-1{
    margin-bottom: 1rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.mb-3{
    margin-bottom: 3rem;
}
.mb-4{
    margin-bottom: 4rem;
}
.mb-5{
    margin-bottom: 5rem;
}





/*Hay que ver las resos todavia no esta ok la altura*/

#headerMarket{
    background-image: url('../imgs/market/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#headerMarket .titulo1{
    color: #FFF;
    margin-top: -1rem;
    line-height: 1;
}
.marketHeight{
    height:60%;
}

#headerCesiones {
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-image: url('../imgs/cesiones/cover_canning.jpg');
}

.col-sm-6.div-tutorial-cesiones{
    padding: 0% 7%;
}

.image-cesiones:hover{
    opacity: 0.8;
}


.btn-cesiones{
    min-width: 250px;
}

h4.intro-cesiones{
   margin: 20px 0px;
   font-weight: normal;
   line-height: 1.2;
}

.carousel-inner {
    height: 100%;
}
.carousel-caption {
    top:26px;
    bottom:auto;
}

/*market carrousel*/
#myCarousel {
    height: 40%;
    margin-top: -3rem;
}


.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.tapaFlotante {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
}
.absoluto {
    position: absolute;
}
.relativo {
    position: relative;
}
.line-divider{
    border-top:1px solid #DDD;
    height:1px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.line-divider2{
    border-top:1px solid #BEBEBE;
    height:1px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.flexContainer{
    display:flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
}
.flexJustifyBetween{
    justify-content:space-between;
}
.flexGrow{
    flex-grow:1;
    -webkit-flex-grow:1;
}
.flexShrink{
    flex-shrink:1;
}
.flexWrap{
    flex-wrap:wrap;
}
.flexCenter{
    align-items: center;
}
.flexCenterMargin{
    align-items: center;
    margin-bottom: 10px;
}
.line-divider>span {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #FFF;
    padding: 8px ;
    font-size: 16px;
    line-height: 16px;
}
.bkcover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*publi banner*/

.publicidad.bkcover.publi-expand.sombra{   
   background: url('../imgs/publicidad/fullstock1920x250.gif') no-repeat;
   height: 70px;    
   width: 100%;
   background-size: cover;
   padding: 0!important;
   -webkit-transition: height 0.75s ease-in-out;
   moz-transition: height 0.75s ease-in-out;
   -ms-transition: height 0.75s ease-in-out;
   -o-transition: height 0.75s ease-in-out;
   -webkit-transition-delay: 0.1s;  /*Safari */
   transition-delay: 0.1s; 

}

.publicidad.bkcover.publi-expand.sombra:hover {   
   background: url(../imgs/publicidad/fullstock1920x250.gif) no-repeat;
   height: 250px;
   width: 100%;
   background-size: cover;
   padding: 0!important;




}

/*publi banner*/

.valign{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.halign{
    left:50%;
    transform: translateX(-50%);
}
.oculto{
    display: none;
}

.centeralign{
    position: absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}
.form-control{
    border-radius: 0px;
    border: none;
    width: auto;
    border-bottom: 1px solid #A5A5A5;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    /*padding: 20px 12px;*/
    height: 40px;
}
.form-control2{
    width: auto;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #A5A5A5;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    padding: 0px 12px;
    height: 20px;
    background-color: transparent;
}

/*agregada clase para edit*/
.formNew{    
    font-size: 13px;   
    padding: 1px 6px;
}

.form-control.blank{
    display: inline-block;
    border: none;
}
.bkcontain{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.material-icons, #iconos .fa, #iconos .fa-comments {
    font-size: 450%;
    color: #0399E4;
}


i.material-icons.add-pic {
    font-size: 8rem;
    color: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 2rem;
}


.footer {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.footer {
    background-color: #07496B;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer .row {
    color: #FFF;
    /* margin-top: 30px; */
    font-size: 11px;
}

#footer a {
    word-break: break-all;
    font-size: 13px;
    font-weight: bold;
    color: #33c4e6;
}
#footer-social .fa {
    font-size: 2.5rem;
    line-height: 3.5rem;
}
#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;
}

#powered {
    text-align: left;
}


.flotante{
    float: left;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.titulos-slider-bajadas {
    line-height: 0.9;
}

.iconsContainer {
    display: inline-block;
    /*background-color: #09689F; eidico*/
    border-radius: 50%;
    padding: 20px;
}

.iconsContainer:hover{
    opacity: 0.8;
}

.icons {
    margin-bottom: 20px;
}

.white {
    background-color: #FFFFFF;
}
.gris {
    background-color: #F2F2F2;
}
.gris2 {
    background-color: #E3E3E3;
}
.azul{
    background-color: #096AA0;
}

.azul{
    color:#FFF;
}
.section {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
}

section.container-fluid.info-login-section {
    padding-top: 30px;
}

.article {
    margin-bottom: 30px;
}
.post-header {
    margin-bottom: 25px;
}
.left{
    text-align: left;
}
.full-width{
    width:100%;
}

.post-header h2 {
    font-size: 2.30rem;
    letter-spacing: 0;
    /*text-transform: uppercase;*/
    color: #4c4c4c;
    font-weight: bold;
    line-height: 1.3em;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
.azul .post-header h2 {
    color: #FFFFFF;
}
.azul .title-divider {
    color: #FFFFFF;
}
.azul .post-header p {
    color: #FFFFFF;
}
.post-header p {
    font-family: "Raleway", sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    color: #4c4c4c;
    padding: 1rem 5rem;
    letter-spacing: 0;
}
.no-padding{
    padding-right: 0px;
    padding-left: 0px;
}
section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.btn {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Raleway", sans-serif;
    display: inline-block;
    padding: 10px 42px;   
    min-height:41px;
    margin-bottom: 0;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    white-space: normal;
    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: 1.5px;
    /*text-transform: uppercase;*/

}
.btn+.btn{
    margin-left: 10px;
}
.sombra {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -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);
}

.sombraStrong {
    box-shadow: 0 2px 10px 0 rgba(21, 19, 19, 0.17), 0 2px 10px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.17), 0 2px 10px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.17),0 2px 10px 0 rgba(0,0,0,0.25);
}

.sombraUp{
    -webkit-box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.08);
    box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.08);
}

.truncate {
    /*width: 250px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncateVertical{
    display:block;
    text-overflow:ellipsis;
    overflow-y:hidden;
    max-height:200px;

    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.btn-naranja {
    background-color: #E8911F;
}
.btn-verde {
    background-color: #02B875;
    color:white;
    text-transform: uppercase;
}
.btn-verde:hover {
    background-color: #02B875;
    color:white;
    text-transform: uppercase;
}
.btn-negro {
    background-color: #000;
    color:#FFF;
}
.btn-negro:hover {
    background-color:#292828;
    color:#FFF;
}

.btn-primary {
    background-color: #10B0E6;
    text-transform: uppercase;
    color: #fff;
}
.btn-cancelar {
    background-color: #767676;
    color:#FFF;
}
.btn-border{
    border:2px solid #333;
    color:#333;
    background-color: transparent;
}
.btn-borderAzul{
    border:2px solid #10B0E6;
    color:#10B0E6;
    background-color: transparent;
}
.btn-ingresa {
    margin-top: 1.8rem; /*al no ser li se agrega margin*/
    padding: 6px 36px;
    background-color: transparent;
    border: 2px solid #FFF;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}

.btn-ingresa:hover{
    background-color: #10B0E6;
    border: 2px solid #10B0E6;
    color:white;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -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);
}



.glyphicon-ok-container{
    width:24px;
    height:24px;
    border-radius: 50%;
    padding:4px;
    display: inline-block;  
    background-color: #25AE88;
    text-align: center;
}
.glyphicon-ok-container >.glyphicon-ok{
    color:#FFF;
    font-size: 1.4rem;
}
.titulo1 {
    font-size: 52px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 8px;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    font-family: Raleway,sans-serif;
    letter-spacing: 0;
}

.titulo2{
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    font-family: Raleway,sans-serif;
    letter-spacing: 0;

}

.titulo2.titulo-eidicom{
    margin-bottom: 30px;
}

.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;
}

.title-divider {
    border-top: 2px solid;
    display: block;
    max-width: 110px;
    margin: 0 auto 15px;
    color: #4c4c4c;
}



.titulo1+.title-divider{
    margin-top:20px;
    max-width: 220px;
}

/*.tituloContenedor{
    font-size: 2.4rem;
    font-weight: bold;
    font-family: Roboto;
    letter-spacing: 0;
    background-color: #FFF;
    padding: 14px 36px;
    text-transform: uppercase;
    border-radius: 2px;
    }*/

    .tituloContenedor{
        padding: 11px 18px;
        position: absolute;
        top: 70%;
        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.75rem;
        font-weight: 600;
        width: auto;
        text-align: center;
        background-color: #FFF;
        font-family: Roboto, sans-serif;
        letter-spacing: 0;
        border-radius: 2px;
    }











    /************************** TOMADO DE EIDICO ****************************/

    .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-venta {
        bottom: 0px;
        position: absolute;
        background-color: #10B0E6;
        padding: 4px 48px;
        text-transform: initial;
        font-weight: normal;
        font-size: 1.90rem;
        color: white;
        font-family: Roboto,sans-serif;
        font-weight: normal;
        padding-left: 3.5rem;
    }
    .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;
    }



    span.centeralign.masterplan-card-buscar{
        font-size: 1.7rem;
        line-height: 1;
        color: white;
        font-family: "Roboto",sans-serif;
        text-align: center;
        font-weight: bold;
    }



    .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;
    }

    .btnRedondoFixedOld{
        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;
    }

    .btnRedondoFixed{
        position: fixed;
        display: none;
        cursor: pointer;
        bottom: 0px;
        right: 0px;
        padding: 0px;
        background: #4D4D4D;
        border-radius: 50%;
        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;
        will-change: opacity, transform;
        transition: unset;

    }

    .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;
    }

    .grisClaro{
        background: #F1F1F1;
    }

    .grisClaro2 {
        background:#f9f9f9;
    }


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

    .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;
}


.unlink {
    color: #4c4c4c;
}

.card-datos-barrios.unlink {
    color: #4c4c4c;
}

a.linksMail{
    font-weight: bold;
    color:#039AE5;
}

a.linksMail:hover{
    font-weight: bold;
    color:#039AE5;
}










/*son parecidos pero cambian estilos*/

/*Para home*/
h4.text-center.home-links{
    color: #4c4c4c;
    margin-top: -2rem;
    text-transform: uppercase;
    font-size: 1.45rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-decoration: none;
}
h4.text-center.home-links:hover{
    color:#1bb4e8;
    font-size: 1.45rem;
    text-decoration: none;
    text-underline: none;
}

/*Para icon publicaciones*/

h4.icon-links{
    color: #4c4c4c;
    margin-top: 1rem;
    margin-bottom: 4rem;
    text-transform: inherit;
    font-size: 1.45rem;
    font-weight: bold;
    text-decoration: none
}

h4.icon-links:hover{
    color: #4c4c4c;
    margin-top: 1rem;
    margin-bottom: 4rem;
    text-transform: inherit;
    font-size: 1.45rem;
    font-weight: bold;
    text-decoration: none;
    text-underline: none;
}

/*Para login*/
h4.text-center.home-links-login{
    color: #4c4c4c;
    margin-top: -3rem;
    text-transform: inherit;
    font-size: 1.55rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-decoration: none;
    text-underline: none;

}


.h2Inherit{
    text-transform: inherit!important;
}

#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;
}



#section-publica .titulo1 {
    font-size: 48px;
    line-height: 48px;
    text-shadow: none;
    margin-bottom: 1rem;

}

#section-publica button.sombra.btn.btn-primary.btn-publica{
    background-color: #10B0E6;
    outline: none!important;
    border: none;
}

#section-publica p {
    color: #FFFFFF;
    font-size: 2rem;
}

#section-publica .post-header.article{
    margin-bottom: 10px;
}

.section-blue-btns{
    padding-bottom: 7.5rem;
    background-color: #096AA0;
}
.section-green-semi{
    background:rgba(16, 165, 104, 0.45);
}

.btn-green {
    background-color: #074C30;
    color: #FFFFFF;
    min-height: 45px;
}

.btn-green:hover {
    background-color: #0b6943;
    color: #FFFFFF;
}

select.barrioSelectMobile{
    min-height: 45px;
}

.btn-green .fa {
    color: #FFFFFF;
    font-size: 2rem;
    margin-right: 10px;
}

.containerCircleMap {
 height: 80px;
 width: 80px;
 border-radius: 50%;
 background-color: #2CDD95;
 align-items: center;
 display: inline-grid;
}

.containerCircleMap .fa {
    color: #FFFFFF;
    font-size: 3.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.image-background-transparent {
    background-attachment: fixed;
    background-position: 16% center;
    background-size: cover;
    z-index: -1;
    width: 100%;
    background-repeat: no-repeat;
    top: 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%;
}
.circleAzulDashed {
    border: 1.8px dashed #07c0ff;
    border-radius: 50%;
    padding: 10%;
    display: inline-block;
}

.circleAzulFilled{
    border:1px solid #054075;
    border-radius: 50%;
    background-color: #054075;
    padding: 10px;
    display: inline;
    margin-left: 66%;
}

.circleAzulFilled .fa{
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
    width: 15px;
    height: 15px;
}

.circleAzulFilled .fa *,.circleAzulFilled .fa::before{
    margin-left: 3px;
}

.circleAzulFilled.selected{
    background-color: #10B0E6;
    border: 1px solid #10B0E6;
}
.circleAzulFilled.waiting{
    background-color: #9E9E9E;
    border: 1px solid #9E9E9E;
}

.iconEditSteps {
    margin-top: 30px;
}
.iconSeparator{
    position: relative;
}
.iconSeparator:after{
    content:'';
    position: absolute;
    top:calc(50% - 10px);
    left:calc(100% + 20px);
    transform: translateX(-50%);
    width:35px;
    height: 2px;
    background-color: #10B0E6;
}
.bold {
    font-weight: bold;
}
.bigNumber{
    font-size: 5.5rem;
    line-height: 4.5rem;
    width: 60px;
    height:60px;
    display:inline-block;
    margin:0 auto;
    color: #FFF;
}
.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;
    }

    .navbar{
        text-transform: uppercase;
        background-color: white;
        border: 1px solid #f2f2f2;
    }

    .navbar-brand {
        padding: 15px 0;
    }

    .navbar-inverse {
        text-transform: uppercase;
        background-color: white;
        border: transparent;
    }

    .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);
    }

    .navbar-inverse .navbar-nav > li > a {
        text-align: center;
        font-size: 13px;
        color: #000;
        font-weight: bold;
        letter-spacing: 0px;
        text-transform: uppercase;
        display: block;
        -o-transition: .25s;
        -ms-transition: .25s;
        -moz-transition: .25s;
        -webkit-transition: .25s;
        transition: .25s;
        line-height: 55px;
        /*margin-top: 2px;*/
    }
    .nav > li > a {
        padding: 10px 25px;
    }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a.active, .navbar-inverse .navbar-nav > li > a:focus:hover,
    .navbar-inverse .navbar-nav > li > a:active,
    .navbar-inverse .navbar-nav > li > a.active,
    .navbar-inverse .navbar-nav > li > a:focus{
        color: #0399E4;
        border-bottom: 3px solid #0399E4;
        /*line-height: 55px;*/ /*nooo poner porque se rompe todo*/
    }
    .navbar-inverse .navbar-nav > .active > a, 
    .navbar-inverse .navbar-nav > .active > a:hover, 
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #FFF;
        background:none;
    }
    .dropdown{
        cursor: pointer;
    }
    .dropdown a i.fa{
        font-size: 13px;
        color: #000;
    }
    .top-social-xs{
        margin-right: 5px;

    }

    .top-social i{
        font-size: 18px;
    }
    .nav.navbar-nav.navbar-right.top-social li a{
        padding-left: 0;
    }
    .nav.navbar-nav.navbar-right.top-social li a:hover {
        color: #35647D;
    }
    #searchTop a{
        margin-left: 20px;
        color: #CCC;
    }
    .no-border-radius{
        border-radius: 0;
    }



    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color:transparent;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #0399E4;
        border-bottom:3px solid #0399E4;
        background-color: #FFF;
    }
    .dropdown-menu > li > a:hover,.dropdown-menu > li > div:hover {
        /* background: #EEE; */
        color: #35647D;
    }
    .navbar-inverse .navbar-toggle {
        border:none;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background:none;
    }
    
    .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. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

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

#slider{
    background: #CCC;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-color: #777;
    border-radius: 3px;
}
.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;
}

.headerOpaco {
    opacity: 0.40;
    background: #374961;
    background: -moz-linear-gradient(top, #000307 1%, #0a5ba5 100%, #0a3791 5%);
    background: -webkit-linear-gradient(top, rgb(46, 109, 193) 1%, #404b54 100%, #2b4477 5%);
    background: linear-gradient(to bottom, #046494 5%, #011528 100%, #00080e 5%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000307', endColorstr='#0a3791', GradientType=0);
}


.headerOpaco-lanzamientos {
    opacity: 0.40;
    background: #001633;
    background: -moz-linear-gradient(top, #000307 1%, #0a5ba5 100%, #0a3791 5%);
    background: -webkit-linear-gradient(top, rgb(42, 125, 118) 1%, #4c5f71 100%, #427360 5%);
    background: linear-gradient(to bottom, #3c606b 100%, #5b9aad 100%, #00080e 5%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000307', endColorstr='#0a3791', GradientType=0);
}


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;
    }
    .navbar{
        min-height: 75px;
        line-height: 75px;

    }

    .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: 12px;
    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:  break-all;*/
    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: 500px;
    width: 150px;
    padding: 6px 25px;
    color: black;
    font-size: 12px;
    letter-spacing: 1px;
    min-width: 100px;
    font-weight: normal;
    text-align: center;
    border: #7F7F7F solid 1px; 
    background:none;
    border-radius: 0px;
    /*white-space: nowrap;*/
}
.tooltip-inner {
    white-space:wrap;
    word-break: break-word;

}
.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-col-dos p{
    margin-bottom: 2px;
}



#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.3;
}

.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;
}











/*MEDIA QUERIES*/


@media (min-width: 768px){

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

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


}

@media (min-width: 992px) {

    .navbar-nav > li{
        /*min-width: 130px;*/
        text-align: center;
    }

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

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

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

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

    .navbar-nav > li{
        /* min-width: 135px; */
        text-align: center;
    }


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

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

}
#searchForm ul{
    margin-bottom: 0px;
}
#searchForm li,#searchForm .btn,#searchForm input[type="text"]{
    height: 50px;
}
#searchForm input[type="text"],#searchForm select{
    border-right: 1px solid #C8C8C8;
    height: 50px;
    width: 100%;
    color: #4c4c4c;
    font-weight: 500;
    padding-left: 1.5rem;
}

select#tiposDesarrollo {
    padding-left: 1.5rem;
}
select#condicionDesarrollo{
    padding-left: 1.5rem;
}


#searchForm select>option{
    padding:12px 12px;
}

#searchForm .formContainer{
    padding:0px;
    background: transparent;
}
#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;
}

.post-header h2{
    font-size: 2.35rem;
    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;
}
h2{
    font-size: 2.30rem;
    letter-spacing: 0;
    /*text-transform: uppercase;*/
    color: #333;
    font-weight: bold;
    line-height: 1.4em;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}


h2.title-bgazul{
   font-size: 3.3rem;
   font-weight:bold;
   margin-bottom: 2rem;
   color:white;
}


h2.title-bgGreen {
    font-size: 2.9rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: white;
    text-shadow:1px 2px 3px #47987f;
}


.post-header-inherit h2{
    text-transform: inherit;
    font-size: 2.35rem;
    letter-spacing: 0;    
    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*/


.izquierda{
    text-align: left;
}
.derecha{
    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;
}
h2{
    font-size: 2.30rem;
    letter-spacing: 0;
    /*text-transform: uppercase;*/
    color: #333;
    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 15px;
    color: #4c4c4c;
}
.title-divider2 {/* para cards, */
    border-top: 2px solid;
    display: block;
    max-width: 110px;
    margin: 0 auto 15px;
    color: #DCDCDC;
}

.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;
}

.title-divider-login{
    border-top: 1px solid;
    color: #4c4c4c;
    display: block;
    max-width: 110px;
    margin: 0 auto 15px;
}



.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 2rem!important;
        font-size: 13px!important;
        max-width: 170px;
        /* 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;
    }
    .form-control.blank:focus {
        border: none;
    }
    #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;
    }


    label.login-label{
        font-size: 1.35rem;
        margin-top: 1rem;
    }


    .registro-sucess {
        margin-top: -12rem;
        text-transform: inherit;
    }


    .titulo1{
        font-size: 52px;
        line-height: 48px;
        font-weight: bold;
        margin-top: 8px;
        text-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
        font-family: Raleway,sans-serif;
        letter-spacing: 0;
    }
    .titulo2{
        font-size: 26px;
        margin-top: 5px;
        margin-bottom:  25px;
        font-weight: bold;
        text-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
        font-family: Raleway,sans-serif;
        letter-spacing: 0;
        } /*esta repetida esta clase x algo en especial?*/

        .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: rgba(255,255,255,0.3);*/
            background: none;
            /*padding: 30px 0px;  para layout search*/
            /*padding-top: 52px;/*42px*/
        }

        .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;
        }


        #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: #2d2626!important;
            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:1rem 2.5rem;
        margin-bottom: 2rem;
        /*margin-bottom: 30px;*/
    }


    .link-search-float {
        margin-top: -1.2rem;

    }

    .link-search-float a{
        color:white;
        margin-top: -1.2rem;
        font-weight: bold;
    }


    .link-search-float:hover a{
        color:#039AE5!important;
        margin-top: -1.2rem;
        font-weight: bold;
    }



    .btn .btn-info{
        background-color: #10B0E6;
    }

    .formContainer ul{
        -webkit-padding-start: 0px;
    }

    .btnNaranja{
        background: #E8911F !important;
    }
    .btnVerde{
        background-color:#02B875;
        color:#FFF;
        text-transform: uppercase;
    }
    .btnVerde:hover,.btnVerde:focus{
        color: #fff;
        background-color:#0ec582!important;
        color:#FFF;
        text-transform: uppercase;
    }
    .btnVerde2{
        background:#02B875 !important;
    }
    .btnVerde2:hover,.btnVerde2:focus{
        color: #fff;
        background-color: #0ec582!important;
    }

    /* boton outline */
    .btnVerde3{
        background: transparent;
        color: white;
        border: 2px solid white;
        /* box-shadow: none; */
        border-radius: 2px;
        text-transform: uppercase;
    }

    .btnVerde3:hover,.btnVerde3:focus{
        color: #fff;
        background-color: #02B875;
    }
    .btnRojo{
        background: #c4273a !important;
        color: #fff!important;
    }
    .btnRojo:hover,.btnRojo:focus{
        background:#a21425 !important;
        color: #fff;
    }

    .btnAzul {
        background-color: #10B0E6;
        color: #fff;
    }

    .btnAzul:hover, .btnAzul:focus{
        color: #1A1A1A;    
    }
    .btnAzul.ancho{
        padding-left: 80px;
        padding-right: 80px;
    }
    .btn-borderAzul.ancho{
        padding-left: 80px;
        padding-right: 80px;
    }
    input[type="checkbox"].form-control{
        height:auto;
        width:auto;
        float:left;
        margin-right: 5px;
    }


    .btn-primary-lanzamientos{
        color: #fff;
        background-color: #10B0E6;
        border:2px solid #10B0E6;
        text-transform: uppercase;
    }

    .btn-primary-lanzamientos:hover{
        color: #fff;
        background-color: #16bde6;
        border:2px solid #16bde6;
        text-transform: uppercase;
    }
    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-primary:active, .btn-primary:hover, .btn-primary:focus,.btn-primary:active {
        color: #fff;
        background-color: #16bde6;
        border-color: #16bde6;
    }
    .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: #16bde6;
        border-color: #16bde6;
    }
    .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{
        font-size: 23px;
        margin-top: 5px;
        margin-bottom: 12px;
        font-weight: bold;
        color: #4c4c4c;
        padding-bottom: 1.5rem;
    }



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

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

    h6{
        font-family: Roboto;
        font-size: 1.8rem;
    }
    .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;
}
.navbar-inverse {
    text-transform: uppercase;
    background-color: #FFF;
    border-color:white;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #4c4c4c;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*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%;
    }

    #navbar .btn.btn-primary{
        background:transparent;
        color:inherit;
        box-shadow: none;
        font-size: 1.9rem;
    }
}

@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;

    }
}






@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;
        }


        .home-gallery {
            padding: 20px;
        }

        .container-gallery-home{
            padding: 0 3rem;
            width: 90%;
            margin: 0 auto;
            margin-top: -1rem;
            /*margin-top: 60px;*/
            /*margin-left: 50px;*/
            /*margin-right: 50px;*/
            /*margin-bottom: 4rem;*/
        }


        section#masterplanMarket{
            padding-bottom: 1rem;
        }

        .texto-card-mk{
            line-height: 1;
        }

        .containerBtnNaranja{
            padding: 20px;
            margin-bottom: 4rem;
        }
        .separator{
            border-bottom:2px solid #FFF;
            margin-bottom: 2%;
        }
        .btn-primary{
            background-color: #10B0E6;
        }


        #navbar .btn.btn-primary{
            font-size: 1.4rem;
            border-radius: 2px;
            padding: 7px 15px;
            margin-top: 10px;
            float: right;
            margin-right: 0px;
        }
        #navbar .btn.btn-primary span{
            /*margin-right: 15px;*/
        }
        #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-body {
    background-color: #FCFCFC;
}
#project .panel-title {
    line-height: 30px;
    font-size: 13.5px;
    padding-right: 0.5rem;
    padding-left: 0;
    font-weight: bold;
}


#project i.fa.fa-square-o {
    color: #7d7d7d;
}


.panel-default > .panel-heading {
    background-color: #FFF;
    border-color: #ddd;
    padding: 1.1rem 1rem;
}
.text-primary, a{
    color: #039AE5;
}
a:hover{
    text-decoration: none;
}
.panel-default > .panel-heading span{
    margin-right: 15px;
}
i.pull-right{
    /*margin-top: 10px;*/
}


#project .btn-primary{
    background-color: #039AE5;
}
.form-group{
    margin-top: 5px;   
}

.formControlStyle{
    margin-bottom: 1rem;
}

.login-text:hover{
    color: #10b0e6;
}

.login-text {
    color: #2b6dbb;
    margin-top: 1rem;
    font-size: 1.35rem;
}

a.login-text {
    color: #2b6dbb;
    margin-top: 1rem;
    font-size: 1.35rem;
}

.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, div.check_parent{
    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, div.check_parent i{
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.filter ul li b{
    color: #1BB1E7;
}
.masterplanSelect {
    padding: 3px;
}
.masterplanSelect.selected {
    border: 3px solid #054075;
    padding: 0;
}


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

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

#filtrosBarrio ul{
    -webkit-padding-start:0px;
}


/*Para no pisar lo de arriba agregue clase nueva*/
ul.flexContainer.filtros-venta-alq {
    padding-left: 2rem!important;
}


#filtrosBarrio {
    /*height:80px;*/
    padding:30px 15px 17px;
}

#filtrosBarrio li{
    list-style: none;
    padding:5px;
    font-size: 1.6rem;
    cursor: pointer;

}
#filtrosBarrio li .fa{
    width:16px;
}
#filtrosBarrio .panel-title{
    /*font-size: 1.6rem;
    font-weight: bold;*/
    font-size: 1.9rem;
    font-weight: bold;
}




/*slider barrios precio*/
.noUi-connect{
    background: #10b0e6;
    box-shadow: none;
}

.noUi-target {
    background: #b1b1b1;
    border-radius: 1px;
    border: none;
    box-shadow: none;
}


.noUi-horizontal .noUi-handle {
    width: 26px;
    height: 26px;
    left: -17px;
    top: -13px;
    border-radius: 50%;
    position: relative;
    background-color: rgba(23, 190, 247, 0.71);
    border: none;
    font-size: 1.3rem;
}

#filtrosBarrio li {
    list-style: none;
    padding: 5px;
    font-size: 1.4rem;
    cursor: pointer;
    text-transform: uppercase;
    color: #5d5d5d;
    font-weight: bold;
}

#filtrosBarrio .vertical-border-left{
    border-left: 1px solid #c1bcbc;
}

.title-map-master h3{
    font-size: 2.2rem;
    font-weight: bold;
}
.card-mapa-pipetas{
    padding-top: 1rem!important;
}

.card-mapa-pipetas h3{
    font-size: 20px;
    font-weight: 500;
}

h5.flexGrow {
   font-size: 1.35rem;
   text-transform: uppercase;
   color: #5d5d5d;
   font-weight: bold;
}


.glyphiconCollapse {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.noUi-handle:after  {
    content: " ";
    display: inline-block;
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #0C71AA;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.noUi-handle:before{
    content:attr(data-content);
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-130%);
    position: absolute;
    width:100%;
    height: 100%;
    background: transparent;
}
#price-range{
    height: 1.5px;
    display: inline-block;
    width: 100%;
    margin-top: 26px;
    line-height: 1;
}

.slider-price-range{
    padding-right: 3rem;
}

.panel-title ul li, div.check_parent{
    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;
}
.absolute-h-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.absolute-v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.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 .description{
    padding: 15px;
}


.box-project .picture {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 160px;
}

.panel.panel-default.filtro-orden-buscador {
    padding: 0;
}

.filtro-orden-buscador .panel-body {
    padding: 1rem;
}


.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;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

a.disabledBox:focus, a.disabledBox:hover{
    text-decoration: unset;
}


.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;
}

#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;
}

/************************ 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: 315px;
}

/************************** 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;
}


/************************ 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;
}

.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;
}

.box-project .card.small {
    height: unset;
}

.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;
}

h3.titulo-infoPubli{
   font-size: 2rem;
   margin-top: 5px;
   margin-bottom: 12px;
   font-weight: bold;
   color: #4c4c4c;
}

h3.titulo-infoPubli-edit{
    font-size: 2rem;
    margin-bottom: 12px;
    font-weight: bold!important;
    color: #4c4c4c;
}


.info-importante-prepubli{
    margin-top: 2rem;
}

section.container-fluid.gris.section-prepubli {
    padding-top: 25px!important;
}


section.sectionEditFixed{
    width: 100%;
    height: auto;
    z-index: 10;
    bottom: 0;
    position: fixed;
    background: white;
    min-height: 100px;
    margin-bottom: 0;
    padding: 2rem 1rem;
    line-height: inherit;
}

.infoProject .titulo:nth-child(n+2){
    margin-top: 30px;
    margin-left: 15px;
}


.infoProject p.borderTop{
    padding-top: 25px;
}
#containerVerProject{
    color: #8c8c8c;
    background: #F2F2F2;
}


/*prepub Mlibre*/

.btnMl{
    background-color: #42459e;
    padding: 1.05rem 2rem;
    border-radius: 5px;
    color: white;
    margin-top: 1rem;
}

.btnMl:hover{
    background-color: #5155bd;
    padding: 1.05rem 2rem;
    border-radius: 5px;
    color: white;
    margin-top: 1rem;
}

.coverML{
    width: 200px;
    height: 170px;
    display:inline-block;
    margin-right:20px;
    vertical-align: middle;
}

.title-dividerML{
    border-top: 1px solid;
    display: block;
    max-width: 300px;
    margin: 0 auto 15px;
    color: #DCDCDC;
}


.btnVerdeMl{
    font-size: 1.3rem;
    padding: 0.2rem 3rem;
    width: 100%;
}

.btnVerdeMl:hover{
    font-size: 1.3rem;
    padding: 0.2rem 3rem;
    width: 100%;
}

img.imageMl {
    margin: 2rem 0;
}
/*prepub Mlibre*/

/*form right publicaciones norml y f*/

.card-right-publi {
    padding-bottom: 3rem;
}

.card-right-publi h1{
    font-family: Roboto,sans-serif;
    font-weight: 300;
    text-align: left;
    color: #313030;
}


.card-right-publi h3{
    font-weight: bold;
    text-align: left;
    color: #4c4c4c;
    font-size: 22px;
}


/*mensaje al propietario form*/

.card-right-publi h4{
    font-weight: bold;
    text-align: left;
    color: #4c4c4c;
}

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

.infoProject ul{
    padding: 15px 0px 10px 15px;
    font-size: 14px;
    margin-left: 10px;
    color:#4c4c4c;
    line-height: 1.34;
}

.infoProject li{
    margin-bottom: 5px;
}

.infoProject p{
    padding-top: 5px;
    padding-left: 8px;
}
.fixed{
    position:fixed;
}
.border{
    /*border:1px solid #C8C8C8;*/
    border:1px solid #EBEBEB;
}
.desfaseY{
    transform: translateY(-100px);
}
.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;
    margin-left: 50%;
    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-new{
    background-color: transparent;
    color: #1BB1E7;
    border: 2px solid #1BB1E7;
    margin-left:0px !important; 
    transition: 0.5s all;
    padding: 10px 30px;
    margin-bottom: 15px;
    max-width: 95%;
    font-size: 1.45rem;
    text-transform: none;
    box-shadow:none;
 }

.btn-invertido-new-proyects{
    background-color: transparent;
    color: #1BB1E7;
    border: 1px solid #1BB1E7;
    margin-left:0px !important; 
    transition: 0.5s all;
    padding: 10px 30px;
    margin-bottom: 15px;
    max-width: 95%;
    font-size: 1.45rem;
    text-transform: none;
    box-shadow:none;
 }

 .btn-invertido-new-proyects:hover{
    background-color: #1BB1E7;
    color: #FFF;
    border: 2px solid #1BB1E7;
 }

.btn-invertido-ingresarPortalBlanco{
    background-color: transparent;
    color: #1BB1E7;
    border: 1px solid #1BB1E7;
    margin-bottom: 15px;
    font-size: 1.45rem;
 }

 .btn-invertido-ingresarPortalBlanco:hover{
    background-color: #1BB1E7;
    color: #FFF;
    border: 2px solid #1BB1E7;
 }

.btn-invertido-ingresarPortal{
    background-color: #10B0E6;
    color: white;
    margin-bottom: 15px;
    font-size: 1.45rem;
 }

 .btn-invertido-ingresarPortal:hover{
    color: #FFF;
 }

.btn-invertido:hover{
   background-color: #333333;
   color: #FFF;
   border: 2px solid #333333;
}
.btn-invertido-new:hover{
    background-color: #1BB1E7;
    color: #FFF;
    border: 2px solid #1BB1E7;
 }
.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;    
}

.btn-gallery-todas {
    position: absolute;
    top: 75%;
    right: 2%;
    background-color: #323331;
    color: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -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);
}

.btn-gallery-bulk-upload {
    /*position: absolute;
    top: 85%;
    right: 2%;*/
}

.fa.deleteGallery {
    right: 5px;
    top: 5px;
    font-size: 2rem;
    color: #DD4E42;
    transition: transform 0.25s linear;
    transform-origin: top right;
    transform-style: preserve-3D;
    transform:scale(1);
}

.deleteGallery:hover,.deleteGallery:focus {
    transform: scale(2);
}

.divEditableGallery, .divAddGallery, .divEditableImage  {
    cursor: pointer;
    border:5px solid #FFF;
    height:220px;
    text-align: center;
    padding: 2rem;
}

.divAddGallery {
    background-color: #C9C9C9;
}

.addImageIcon, .addImageLabel {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #FFFFFF;
}

.addImageLabel {
    font-size: 2rem;
    transform: translate(-50%, 20%);

}

span.addImageIcon {
    font-size: 4rem;
}

span.required {
    color: #EB2B33;
    font-size: 2rem;
}

.checkbox-container {
    -moz-user-select:-moz-none;
    -moz-user-select:none;
    -o-user-select:none;
    -khtml-user-select:none; 
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.errorBottom {
    border-bottom: 2px solid #DE5347;
}

.btn-gallery-todas:hover, .btn-gallery-todas:focus {
    background-color: #FFFFFF;
    color: #323331;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -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);
}

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

/*publicaciones market width*/

.row.row-cards-publicaciones{
    padding: 0 9%;
}

#parallaxPublicacionesSimilares {
    color: #FFF;
    padding-top: 80px;
    padding-bottom: 50px;
}
#parallaxPublicacionesSimilares {
    background-position: center;
    background-repeat: no-repeat;
    min-height: 232px;
    background-attachment: fixed;
    background-size: cover;
}
#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) {
    #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;
    }

}


section#galeriaContainer{
    padding-bottom: 0;
}

div#ubicacionContainer{
    padding-top: 0;
    padding-bottom: 0;
}

h2.subtitulo-ubicacionContainer {
    font-size: 2.2rem;
    margin-top: 4rem;
    margin-bottom: 12px;
    font-weight: bold;
    color: #4c4c4c;
}

#ubicacionContainer p{
    font-size: 1.75rem;
    margin-top: -0.5rem;
    color:#4c4c4c;
}

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



/************************ 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: 0px 0px;
    height: 41px;
    max-width: 100%;
    /*color: #999999*/
}

.border-top{
    border-top:1px solid #E7E7E7;
}
.border-bottom{
    border-bottom:1px solid #E7E7E7;
}
.border-right{
    border-right:1px solid #E7E7E7;
}

.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;
}

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


#preview-faq h4{
    margin-top:0px
}





/* FAQ */
.cardsFaq{
    background-color: #FFFFFF; 
    border:2px solid #E5E5E6;
    height: 100%;
    margin: 5px;    
    text-align: center;
    width: 100%;
}
.cardsFaq .cardText{
    margin-left: 0;
    margin-right: 0;
}
.cardsFaq .cardText{
    margin-left: 0;
    margin-right: 0;
}
    
.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-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 */



.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%);
}


@media (max-width: 768px) {
    .open.submenuPanel {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .dropdown-menu > li > a, .dropdown-menu > li > div{
        font-size: 13px;
    }
}


#dropdownType.dropdown-menu li, #dropdownType.dropdown-menu div{
    float: none;
    width: auto;
    border: none;
    text-align: -webkit-left;
    margin: 0 auto;
    /* border-bottom: 1px solid #eee; */
    background-color: #FFFFFF;
    font-family: roboto,sans-serif;
    color: #000;
    height: 4rem;
    line-height: 3rem;
}

.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: #19546A;
    padding: 30px 50px;
    /*    padding-top: 40px;*/
    transform: translate(-50%,-50%);
    margin-top: 1rem;
}
#myCarouselProject{
    height: 350px;
}

#myCarouselProjectFotos{
    height: 300px;
}

.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: #333333;
}
#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;

}

.panel-body i.material-icons{
    font-size: 4rem;
    color:#4C4C4C;
}




/************************** 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;
}

.card-image-small{
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 150px;
    background-position: center center;
    transition: 1s all;
}


.card-image-small:hover{
    opacity: 0.8;
}

.card-datos-barrios {
    font-size: 1.55rem;
    line-height: 1.4;
}

.card-title.vertical-cards{
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}

.card-data-small {
    padding:6px 20px;
}
.card-data-small .descripcion {
    font-size: 1.34rem;
}
.card-data-small .titulo {
    font-weight: bold;
    font-size: 1.75rem;
}

.card-data-small .btn.btn-invertido {
    font-size: 1.15rem;
    text-transform: uppercase;
    padding: 6px 28px;
    margin: 10px 0 0 0;
    border-color: #10B0E6;
    color: #10B0E6;
    min-height: unset;
    line-height: 1.2;
    letter-spacing: 0;
    border-radius: 1.5px;
}

.card-data-small .btn.btn-invertido:hover,.card-data-small .btn.btn-invertido:focus {   
    background-color: #10B0E6;
    color: #FFFFFF;
}

.cardContainer .cardData .btn-default{
    color:#1A1A1A;
    border-color: #1A1A1A;
}

.card-image-info {
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    background-color: rgba(50, 50, 49, 0.76);
    min-height: 40px;
}

.card-image-info .fa {
    color: inherit;
}
.card-image-info p {
    margin: 0;
    padding: 13px 0;
    font-size: 1.15rem;
}

.card-image-info .col-xs-6 {
    padding: 0 0 0 10px;
}

.carousel-indicators {
    z-index: 1;
}
/************************ FIN CARDS **************************/


/************************** mapa ****************************/
#mapa{
    height: 380px; /*publicaciones*/
    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;
    border:1px solid #AAA;
}
.tt-suggestion{
    background-color: #FFF;
    color: #000;
    padding:10px;
    cursor: pointer;
}
.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;
}


/************************ FIN TOMADO DE EIDICO **************************/
.alert {
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 1px;
}

.alert-success {
    padding: 20px 20px 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.alert-success {
    color: #FFF;
    background-color: #02B875;
    border-color: #02B875;
}
.alert .close{
    transform: translateX(-15px) translateY(-15px);
    opacity:1;
    color:#FFF;
    font-size: 5rem;
    font-family: monospace;
}


.leftBlueBorder{
    border-left: 6px solid #10B0E6;
    padding-left: 10px;
}

/************************ PANEL DE CONTROL **************************/
#mainContainer {
    margin-top: 15px;
}

#mainContainer.controlPanel {
    margin-bottom: 60px;
    margin-top: 25px;
}

.controlPanel .panelControlHeader .fa {
    color: #1BB1E7;
}

.panelControlContainer {
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: -1px;
}

.panelControlContainer .panelControlHeader, .panelControlContainer ul {
    padding: 0 50px;
    text-align: left;
}

.panelControlContainer ul {
    background-color: #FFFFFF;       
    border-bottom: 1px solid #E5E5E5;
}
.panelControlContainer li a {
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    color: inherit; 
    margin-left: 15px;
    margin-right: 25px;
    text-transform: uppercase;
}

.panelControlContainer .nav > li > a {
    padding: 15px 10px 15px 0;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}

.panelControlContainer li a:hover, .panelControlContainer li a:focus, .panelControlContainer li a.selected {
    /*color: #1BB1E7;
    background-color: transparent;
    border-bottom: 2px solid #1BB1E7;*/
}


.subnav.full-width.panelControlHeader {
    background-color: #F2F2F2;
    color: grey !important;
    padding-top: 0.25rem;
    /* padding-bottom: 1rem; /
    / border-top: 12px solid white; */
    min-height: 70px;
    padding: 2rem 0;
}


.subnav.full-width.panelControlHeaderNew{
    background-color: #F2F2F2;
    color: grey !important;
    padding-top: 0.25rem;
    /* padding-bottom: 1rem; /
    / border-top: 12px solid white; */
    min-height: 70px;
    padding: 2rem 0;
}

.sub-menu-panel {
    background: white!important;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 1rem;
}


.panelControlContainer .panelControlHeader a {
    color: #FFFFFF;
}
.panelControlContainer .panelControlHeader a:hover,.panelControlContainer .panelControlHeader a:focus {
    color: #054075;
}

.panelControlHeader .title {
    padding: 10px 0;
    font-size: 120%;
}


.panelControlHeader .title>a {
    /* color: grey; */
    font-weight: bold;
    font-size: 1.7rem;
}


.panelControlHeader .fa, .panelControlHeader .cameraIcon {
    font-size: 2.6rem;
    margin: 0 15px;
    cursor: pointer;
    margin-top: 4px;
}

.panelControlBadges {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EF623E;
    border-radius: 50%;
    font-size: 1.1rem;
    padding: 9px 11px;
    transform: translate(45%,-50%);
}
.panelControlBadges.small {
    font-size: 1rem;
    padding: 5px 7px;
}


.btn-publicar-pc{
    padding: 5px 10px;
    width: 100%;
}

.drodpownMenuBadge {
    position: relative;
    display: inline;
}

.auctionFinished {
    background-color: #02B875;
    color: #FFFFFF; 
    padding: 15px;
    font-weight: bold;
    border-radius: 0;
}

.auctionFinished.alert .close {
    font-size: 2.5rem;
    transform: translateX(-15px) translateY(-2px);
}


/*cards panel de control*/

.card.half-equal-divs{
    background-color: #fcfcfc;
    box-shadow: none;
    border: 1px solid #e2e1e1;
}

.card.half-equal-divs h2 {
    font-size: 2rem;
}






@media (min-width: 768px)  {    
    .card.half-equal-divs {
        width: 49.3%;
        padding: 0 3%;
    }
    .card.half-equal-divs.first {
        margin-left: 0%;
        margin-right: 0.7%;
    }
    .card.half-equal-divs.second {
        margin-left: 0.7%;
        margin-right: 0%;
    }
}

.messagesCardContainer {
    padding: 0 3%;
}

.card-style-panel{
    background-color: #fcfcfc;
    box-shadow: none!important;
    border: 1px solid #e2e1e1;
}



.messagesCard.card {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.messagesCard:hover{
    background-color: #EEE;
}

.messagesCard.card:last-of-type {
    margin-bottom: 25px;
}
.messagesCard.card:first-of-type {
    margin-top: 20px;
}

.messagesCard .userName, .messagesCard .titleMessage {
    font-weight: bolder;
}
.messagesCard .userName {
    margin-left: 10px;
}

span.userName.truncate.flexGrow {
    margin-right: 1rem;
}

.panelTitle {
    font-size: 28px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.mainPanelOptionsContainer {
    margin-bottom: 20px;
}

.mainPanelOptions a{
    padding: 15px 20px;
    font-weight: bolder;
    font-size: 1.9rem;
    display: inline-block;
}

.dropdown-panel {
    padding: 10px;
    border-bottom: 2px solid transparent;
}

.dropdown-panel a {
    padding: 10px 8px 0px 0px;
    color: #4c4c4c;
    font-weight: bold!important;
    text-transform: uppercase!important;
    font-size: 1.5rem!important;
}

/* .dropdown-proyecto a {
    padding: 10px 8px 0px 0px;
    color: #FFF;
    font-weight: bold!important;
    text-transform: uppercase!important;
    font-size: 1.5rem!important;
} */

.dropdown-proyecto a {
    /* color: grey; */
    font-weight: bold !important;
    font-size: 1.7rem !important;
}


.panelControlContainer ul.dropdown-menu {
    padding: 0;
}

.panelControlContainer ul.dropdown-menu>li>a {
    padding: 12px;
    text-align: left;
    margin: 0;
    font-size: 1.5rem;
    text-transform: capitalize;
}

.dropdown-panel:hover,
.dropdown-panel:focus,
.dropdown-panel.selected,
.panelControlContainer .dropdown-item a:hover,
.panelControlContainer .dropdown-item a:focus,
.panelControlContainer .dropdown-item a.selected {
    color: #1BB1E7;
    background-color: transparent;
    border-bottom: 2px solid #1BB1E7;
}


/************************ PUBLICATIONS **************************/
.table-publications, .table-publications.table>thead>tr>th {
    text-align: center;
    background-color: #FFF;
    font-size: 1.5rem;
}

.table-publications.table>tbody>tr>td,
.table-publications.table>tbody>tr>th,
.table-publications.table>tfoot>tr>td,
.table-publications.table>tfoot>tr>th,
.table-publications.table>thead>tr>td,
.table-publications.table>thead>tr>th {
    padding: 15px 10px;
}


.options-publications{
    padding-top: 0.9rem;
}

.options-publications .fa {
    color: #1BB1E7;
    font-size: 2.5rem;
    cursor: pointer;
}

.options-publications .fa:hover{
    opacity: 0.8;
}


.table-publications.table-bordered>thead>tr>td,
.table-publications.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.btnNewPublication {
    border-color: #1BB1E7;
    color: #1BB1E7;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 10px;
    transition: 0.5s all ease-in-out;
}

.btnNewPublication i {
    font-size: 1.5rem;
    color: inherit;
    transform: translate(0%,10%);

}

.btnNewPublication:hover,.btnNewPublication:focus {
    color: #FFF;
    border-color: #1BB1E7;
    background-color: #1BB1E7;

}

.titleHeader {
    font-size: 2rem;
    font-weight: bolder;
    margin: 8px 0 6px 10px;
    display: inline-block;
    padding-top: 5px;
}
/************************ FIN PUBLICATIONS **************************/
/************************ FIN PANEL DE CONTROL **************************/
.loginForm {
    width: 420px;
}

.loginFormContainer {
    width: 420px;
    margin: 0 auto;
}

.loginFormContainer .post-header{
    margin-bottom: 1rem;
}
.loginForm .alert-success {
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

h2.title-login{
    text-transform: inherit;
    font-size: 2.05rem;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}


h2.title-info-login {
    text-transform: inherit;
    color: #4c4c4c;
    text-align: left;
    font-size: 2.15rem;
}

h2.subtitulo-info-login{
    font-weight: normal;
    font-size: 2.25rem;
    margin-top: 3rem;
    margin-bottom: 0;
    color: #4c4c4c;
}
/************************ REGISTER **************************/
.pillsRegisterForm .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;
}
.pillsRegisterForm .nav-pills > li.active > a,.pillsRegisterForm .nav-pills > li.active > a:focus,.pillsRegisterForm .nav-pills > li.active > a:focus:hover {
    color: #0399E4;
    border-bottom: 3px solid #0399E4;
    background-color: #FFF;
}
.pillsRegisterForm .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;
}
/************************ FIN REGISTER **************************/
/************************ EDIT USER **************************/
.labelForm {
    margin-top: 15px;
}

#profilePicture {
    /*background-size: contain;*/
    border: none;
    background-color: #f2f2f2;    
    
}


.btnGrisDark{
    background-color: #7b7b7b;
    color:white;
    text-transform: uppercase;
}

.btnGrisDark:hover{
    background-color: #909090;
    color:white;
    text-transform: uppercase;
}




/************************ FIN EDIT USER **************************/


/************************ PUBLI APP MODULO **************************/

.descarga-app h2{
    font-size: 3rem;
    line-height: 0.8;
}

.descarga-app p {
    font-size: 2rem;
}
.descarga-app {
    padding-left: 0;
    margin-left: -3rem;
}

img.flotante.img-responsive.cursor-p.left-image {
    margin-right: 1rem;
}

/************************ PUBLI APP MODULO **************************/

.alert-fullstock {
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 1px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -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);
}

.alert-fullstock .close {
    transform: translateX(-10px) translateY(-7px);
    font-size: 3rem;
}

.disabledBox * {
    cursor: not-allowed;
    opacity: 0.7;
}

.sign-cession-cost {
    font-size: 2.5rem;
    cursor: pointer;
    color: #8c8c8c;
}

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

}

.ofertas .table-publications {
    margin-bottom: 0;
    background: #fcfcfc;
}

h3.bold.bold-table-ofertas {
    padding: 0.1rem 2rem;
    text-align: left;
}


.tabLeftOfert{      
  background-color: transparent;
}

.tabRightOfert{     
  background-color: transparent;     
}




/************************ FLEX LAYOUT **************************/

body {
 display: flex;
 flex-flow: column;
}

.layoutHeader {
    flex: 0 1 78px;
}

.layoutContent {
    /*height: inherit;*/
    flex: 1 1 auto;
    padding-top: 74px;
}

.layoutFooter {
    flex: 0 1 auto;
}

/************************ FLEX LAYOUT **************************/

.panel-simple {
    margin-bottom: unset;
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.ofertas .fa.aceptar {
    color: #009502;
}
.ofertas .fa.rechazar {
    color: #f30606;
}
.ofertas .fa {
    font-size: 2.6rem;
    margin: 0 15px;
    cursor: pointer;
    margin-top: 4px;
}

.fa.fa-size-small {
    font-size: 1.6rem;
}


#formMasInformacionProject .form-control{
    width: 100%;
}
.formTitle {
    font-size: 1.6rem;
}



.submenu-suscripciones{
    display: inline-block;
    margin-top: 1rem;
}
.submenu-suscripciones ul{
    list-style: none;
    padding-left: 0;
}
.submenu-suscripciones ul li{
    /*margin-top: 25px;*/
    
    border-right: 1px solid #BEBEBE;
    float: left;
}
.references{
    margin-top: 20px;
    margin-left: 30px;
}
.submenu-suscripciones ul li:last-child{
    border-right: none;
    padding-right: 0px;
}
.submenu-suscripciones ul li a{
    color: #00B2E9;
    font-weight: bold;
    vertical-align: bottom;
}

.submenu-suscripciones ul li img{
    margin-right: 4px;
    margin-bottom: -6px;
    width: 40px;
}
.filtro-suscripciones h6{
    margin-top: 3px;
    font-size: 12px;
    font-weight: normal;
    color: #5d5d5d;
}

.filtro-suscripciones .ranges{
    padding-top: 15px;
}
.filtro-suscripciones #min,
.filtro-suscripciones #max,
.filtro-suscripciones #min-cuotas,
.filtro-suscripciones #max-cuotas,
.filtro-suscripciones #min-anticipo,
.filtro-suscripciones #max-anticipo
{
    padding-top: 10px;
    margin-right: 0px;
}

#cuotas-range {
    height: 1.5px;
    display: inline-block;
    width: 100%;
    margin-top: 26px;
    line-height: 1;
}
#anticipo-range {
    height: 1.5px;
    display: inline-block;
    width: 100%;
    margin-top: 26px;
    line-height: 1;
}
.filtro-suscripciones .container-ranges{
    border-right: #EAEAEA solid 1px; padding: 15px 40px;
}
.filtro-suscripciones .form-control{
    font-size: 14px;
}
.filtro-suscripciones .container-opciones{
    border-top: #EAEAEA solid 1px; padding: 15px 0px 0px;
}
.filtro-suscripciones .container-opciones .col-sm-4{
    padding: 0px 30px;
}
#loading-mapmaker {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 9;
    background: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
    padding-top: 25%; 
    display: block;
}


#datosUsuarioContainer{
    padding: 1rem;
}


/*landing error genérica fullstock*/

.rowErrorLanding{
    padding-bottom: 2rem;
}


h1.TitleError{
    font-size: 17rem;
    color: #33c4e6;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    vertical-align: text-top;
    font-family: "Roboto",sans-serif;
    margin: 0 auto;
    padding-right: 3rem;
    text-align: right;
}


.linksBlue{
    word-break: break-all;
    font-size: 15px;
    font-weight: bold;
    color:#054075;
}

.textError{
    text-align: left;
    border-left: 1px solid #DDD;
    padding-left: 4rem;
}

.textError h2 {
    color: #1a1a1a;
    text-transform: inherit;
}

.textError h4{
    color: #504e4e;
    font-size: 19px;
    margin-top: 0;
}

.borderRight{
    border-right: 1px solid #DDD;
    padding-right: 1rem;
}  

.cardCrearModal{ 
    min-height: 400px; 
} 

.cardCrearModalBackground{ 
    height: calc(100% - 35px);  
    margin-bottom: 30px; 
    background-color: #dddddd;  
    margin-top: 5px; 
} 

.rta-group .btn {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    padding: 2px 8px; 
    min-height: 25px; 
    margin-bottom: 5px;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 10px; 
    font-weight: bold;
    /* line-height: 25px; */
    text-align: center;
    white-space: normal;
    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: 1.5px;
    /* text-transform: uppercase; */
    /*text-transform: uppercase;*/

}

/*fin landing error genérica fullstock*/

.switchCardsIcons i{
    transition: all 0.25s ease-in-out;
}
.switchCardsIcons i.selectedType{
    /* TODO: Efecto para mostrar que esta activo */
}
.switchCardsIcons i:hover{
    transform: scale3d(1.3,1.3,1.3);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}

.edit-line::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: -3.2%;
    width: 2px;
    height: 100%;
    margin: 43px auto;
    border: 1px solid #DCDCDC;
}
.edit-line.last-line::before {
   height: 0;
}



.border-box {
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #DDDDDD;
}
.border-box.last-box{
    margin-bottom: 5px;
    border-top: 0;
}

#id_barrio{
    width: 100%;
}

.iconMercadoLibre {
    display: inline-block;
    margin-bottom: -10px;
    margin-left: 10px;
    height: 30px;
    width: 35px;
    background-image: url('../images/isoML.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}

.imgMLLogo {
    padding: 20px 54% 10px 0;
}

/* Input radio estilizado */
[type=radio] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type=radio]+label:after, [type=radio]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
[type=radio]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type=radio]:checked + label:before {
    border-color: transparent;
}
[type=radio]:not(:checked)+label:after, [type=radio]:not(:checked)+label:before {
    border-color: #5a5a5a;
}
[type=radio]:checked + label:before {
    border-color: #4285F4;
}
[type=radio]:checked+label:after {
    border-color: #4285F4;
    background-color: #4285F4;
    z-index: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
/* Fin Input radio estilizado */
/* MOZILLA FIREFOX ESPECIFICOS */
@-moz-document url-prefix() {

    .edit-line::before {
        margin: 44px auto;
    }
    .circleAzulFilled {
        display: ruby;
    }
}
/* FIN MOZILLA FIREFOX ESPECIFICOS */

/*card Barrio Mercado Libre*/

.iconMercadoLibre.small {
    transform: scale(0.6);
    margin-left: 0;
}
.iconMercadoLibre.big {
    transform: scale(2);
    margin-left: 0;
}

.hr.cardBarrio {
    margin-left: -20px;
    margin-right: -20px; 
    margin-top: 15px;
    margin-bottom: 9px;
}

.publicadoML {
    background-color: #050d9e; 
    color: #ffdb15;
    float: right; 
    padding: 0.5rem 2rem;
    text-align: right;
    font-size: 1.1rem; 
    font-weight: bold;
}

.publicadoSmall {
    color: #050d9e;
    font-size: 1.1rem; 
    font-weight: bold;
}

.fa-card-icons .fa{
    font-size: 2rem;
}

.bordered-div {
    border: 1px solid;
    padding: 10px 5px;
}

.border-blue {
    border-color: #3F46B5;
}

h4.marginH4 {
    margin: 2px 0px;
}


#payTabs ul.nav li a{
    margin:0px;
}


.iconDocumentos {
    display: inline-block;
    margin-bottom: -10px;
    margin-left: 10px;
    height: 30px;
    width: 35px;
    background-image: url('../imgs/icons/icons-14.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}
.iconTarjetas {
    display: inline-block;
    margin-bottom: -10px;
    margin-left: 10px;
    height: 30px;
    width: 35px;
    background-image: url('../imgs/icons/icons-18.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}
.iconPublicarML {
    display: inline-block;
    margin-bottom: -10px;
    margin-left: 10px;
    height: 30px;
    width: 35px;
    background-image: url('../images/publicarML.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}
.iconWarningML {
    display: inline-block;
    margin-bottom: -10px;
    margin-left: 10px;
    height: 30px;
    width: 35px;
    background-image: url('../images/warningML.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}
.warningML{
    color:#F41A25;
}
.publicarML {
    color:#0F0E9F !important;
}
.verpublicacionML {
    color:#0F0E9F !important;
}

.cameraIcon{
    background: url('../imgs/barrios/contenidos/iconCamera.png');
    width: 36px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
}

.panelControlHeader .badge{
    background-color:#F00;
}
#contenidosBarrios.dropdown-menu{
    min-width: 200px;
    padding: 0px;
}
.dropdown-menu > li.red-left-border{
    border-left: 2px solid #F00;
}
#contenidosBarrios.dropdown-menu > li>a{
    /* font-size: 12px; */
    font-weight: normal;
    border: 1px solid #e2dcdc;
    margin: auto 0;
}

.dropdown-menu .divider {
   margin: 0px 0;
}

.border-bottom {
    border-bottom: 1px solid #d8d5d5;
}

.nyroDescription{
    bottom: 0;
    padding:8px;
    position: absolute;
    transform: translateY(-8px);
    width: 100%;
    color: white;
    background-color: rgba(0,0,0,0.4);
}



.bloqueContainer{
    padding: 5px 10px;
}

.unitContainer{
    padding: 10px 0px;
    margin-left: 100px;
}
.unitContainer::after{
    content: ' ';
    border-left: 1px solid #000;
    position: absolute;
    height: 50%;
    top: 0px;
    left: -40px;
    border-bottom: 1px solid #000;
    width: 20px;
}

.level svg > * {
    /*fill: #5FBA7D;*/
    fill: #1BB1E7;
    opacity: 0.5
}

svg > *,  svg > * > * {
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

svg > *:hover, svg > *:hover > * {
    /*fill: #75609D;*/
    opacity: 0.7;
}
rect{
    cursor: pointer;
}




/************************** MIRADORES ****************************/
.box-build{
    -webkit-box-shadow: 0px 0px 19px -4px rgba(66,65,66,1);
-moz-box-shadow: 0px 0px 19px -4px rgba(66,65,66,1);
box-shadow: 0px 0px 19px -4px rgba(66,65,66,1);
    cursor: pointer;
    padding: 0;
    margin: auto;
    margin-bottom: 20px;
    width: 180px;
    font-size: 12px;
    height: 110px;
    color: #FFF;
    padding: 19px;
    border-radius: 10px;
}
.box-build:hover,.box-build.active{
    -webkit-box-shadow: 0px 0px 26px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 26px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 26px -5px rgba(0,0,0,0.75);
}
.box-build.active{
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
border:#FFF solid 3px;
}
.box-build span{
    color: #FFF;
    display: block; 
    font-size: 23px;
    text-transform: uppercase;
}
.blue-light{
    background-color: #53C4F0;
}.blue{
    background-color: #47A4C6;
}.green-blue{
    background-color: #2E768F;
}.violet{
    background-color: #755F9D;
}



.facade{
    padding:0; position:relative;
    margin: 0;
}
.facade svg{
    bottom: 0;
}
.facade svg > *,
.facade svg > * > * {
    /*cursor: pointer;
    transition: all 0.1s ease-in-out;*/
}

.facade svg > *:hover,
.facade svg > *:hover > *
{
   /* fill: #75609D;
   opacity: 0.7;*/
}
.facade-grill-vertical{
    margin-top: 15px;
    margin-bottom: 15px;
    position: absolute;
    left: 48px;
    top: 0;
    z-index: 5;
    width: 100%;
    height: calc(100% - 45px);
}

.facade-grill-vertical.border-right {
    border-right: #666 solid 1px;
}
.col-3am {
    width: 83px;
}

.col-2am {
    left: 130px;
    width: 56px;
}

.col-1am-horizontal {
    left: 187px;
    width: 66px;
}

.col-1am-vertical {
    left: 187px;
    width: 33px;
}

.loading-facade{
    z-index: 10;
    display:none;  
    position:absolute; 
    top:50%; 
    left:50%; transform: translateX(-50%) translateY(-50%);
}


.box-floor {
    position: absolute;
    width: calc(100% - 45px);
    height: 100%;
    z-index: 7;
    top: 106px;
    margin-left: 15px;
}

.facade-floor {
    cursor: pointer;
    width: 100%;
    border-bottom: #666 solid 1px;
    height: 24px;
}

section.planta svg {
    /* width: 100%; */
    height: auto;
    position: absolute;
    top: 2px;
    left: 1px;
    width: 1100px;
    height: 644px;
    margin-top: 0px;
}

section.planta .planta-img {
    width: 1100px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    margin-top: 2px;
    pointer-events: none;
}

/************************ FIN MIRADORES **************************/

/************************ PROYECTOS *****************************/

.box-project .card.small .picture-project{
    height: 276px;
}

.vl{
    border-left: 2px solid #22B6E8; 
    margin-right: 9px;
    margin-left: 6px;
}

.color-span-proyect{
    color: #4c4c4c;
}

.colorProyect{
    color: #22B6E8;
}

.colorProyectBlack{
    color: #4c4c4c;
}

.margin-saldo{
    margin-left: 10px;
}

.margin-other{
    margin-left: 5px;
}

.btn-ingresar-pc-proyectos{
    padding: 5px 45px;
    float: right;
    margin-right: 15px;
}

.btn-proyecto{
    padding: 7px 14px;
    float: right;
    margin-right: 15px;
    min-height: none;
    margin-bottom: none;
    font-style: none;
    letter-spacing: 0px;
    font-size: 11px;
}

.i-proyects{
    font-size: 35px; 
    margin-left: 20px;
}

.proyectsCard.card {
    margin-bottom: 15px;
    padding: 20px;
    background-color: white;
}

.proyectsCard.card span:nth-child(3){
    float: right;
}

/* .proyectsCard.card span:nth-child(2){
    margin-left: 15px;
} */

@media screen and (min-width:1200px) {
    .desfaseYproyect{
    transform: translateY(-50px);
    }
}

.centerProyect{
    text-align: center;
}

.liSize{
    width:9px !important; 
    height:9px !important;
}

.svgSize{
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
}

/************************ FIN PROYECTOS *****************************/

/************************ MARkET  ***********************************/
.card-title .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: grey;
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0%;
    margin-left: -60px;
    text-align: center;
}

.card-title:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.spanMarket{
    line-height: 24px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #4c4c4c;
    margin-bottom: 15px;
}

/*********** PORTALES 2.0 ************/
.nameEstadoCuenta{
    font-size:20px;
    color: darkgray;
}

.labelEstadoCuenta {
    font-size:25px;
}

.marginModal {
    margin-right: -15px;
    margin-left: -15px;
}

.paddingDate {
    padding: 2px;
}

.btn-invertido-portales{
    background-color: transparent;
    color: #1BB1E7;
    border: 2px solid #1BB1E7;
    margin-right:15px !important; 
    transition: 0.5s all;
    padding: 10px 30px;
    max-width: 95%;
    font-size: 1.45rem;
    text-transform: none;
    box-shadow:none;
    float: right;
    /* padding-right: 15px; */
 }

 .clickVerMas {
     display: inline-block;
     cursor: pointer;
     padding: 5px;
 }

 .fontPortales {
     font-family: "Roboto";
 }

 .table-striped>tbody>tr:nth-child(odd) {
    background-color: #F0F0F0;
 }

/************ PROYECTO **************/
.colorInformeDescarga {
    color: #07496B;
}

.contenedorInformes:nth-child(even) {
    background: rgba(216, 208, 208, 0.5);
}

.fontDescProyecto {
    font-size: 18px;
    line-height: 28px;
}

.marginView {
    margin-bottom: 10px;
}

.marginTitle {
    margin-bottom: 25px;
    margin-top: 25px;
}

.paddingTitleIndex {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sizeDescIndex {
    font-size: 18px;
}

.title-dividerIndex {
    border-top: 1px solid;
    display: block;
    max-width: 110px;
    margin: 0 auto 15px;
    color: #4c4c4c;
}

.marginViewCards {
    margin-bottom: 5px;
}

/************ PROYECTO **************/
.informeDescarga {
    color: #02b875;
    display: block;
    font-weight: 100;
    margin-top: 5px;
    font-size: 12px;
    font-family: sans-serif;
}

.styleImgInformeDescargado{
    vertical-align: -4px; 
    transform: scale(.8); 
    width: 18px;
}

.styleInformeDescargado{
    margin-right: 30px; 
    color: #02b875;
}

.styleInformeDescargado:hover{
    color: #0ec582;
}

.colorInformeDescargado {
    color: #02b875;
}

.colorInformeNoDescargado {
    color: #10B0B6;
}

.contenedorInformes:nth-child(even) {
    background: rgba(216, 208, 208, 0.2);
    padding-top: 5px;
    padding-bottom: 5px;
}

.fontDescProyecto {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.marginView {
    margin-bottom: 10px;
}

.marginTitle {
    margin-bottom: 25px;
    margin-top: 25px;
}

.paddingTitleIndex {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sizeDescIndex {
    font-size: 18px;
}

.title-dividerIndex {
    border-top: 1px solid;
    display: block;
    max-width: 110px;
    margin: 0 auto 15px;
    color: #4c4c4c;
}

.marginViewCards {
    margin-bottom: 5px;
}

/*********** PORTALES 2.0 ************/
.nameEstadoCuenta{
    font-size:20px;
    color: darkgray;
}

.labelEstadoCuenta {
    font-size:18px;
    margin-left:4px;
}

.marginModal {
    margin-right: -15px;
    margin-left: -15px;
}

.paddingDate {
    padding: 2px;
}

.btn-invertido-portales{
    background-color: transparent;
    color: #1BB1E7;
    border: 2px solid #1BB1E7;
    margin-right:15px !important; 
    transition: 0.5s all;
    padding: 10px 30px;
    max-width: 95%;
    font-size: 1.45rem;
    text-transform: none;
    box-shadow:none;
    float: right;
    /* padding-right: 15px; */
 }

 .width-btn-resumen{
    width: 136px;
 }

 .clickVerMas {
     display: inline-block;
     cursor: pointer;
     padding: 5px;
 }

 .fontPortales {
     font-family: "Roboto";
 }

 .fontTitlePortales {
    font-family: 'Raleway', sans-serif;
}

 .table-striped>tbody>tr:nth-child(odd) {
    background-color: #F0F0F0;
 }

 @media screen and (max-width:1200px){
     .estadoCuentaSaldoFechaHasta{
         margin-top: 10px;
         margin-bottom: 10px;
     }
 }

 .paddingCollapse{
     padding-bottom: 0px;
 }

 .bottomCards{
    float:right;
    padding-right: 10px;
 }


 @media (max-width: 768px) {
    .bottomCards {
        margin-top: 15px;
        padding: 30px;
    }
}

 @media (min-width: 768px) {
    .btn-proyecto {
        padding: 6px 9px;
    }
}

 @media (max-width: 1200px) and (min-width: 768px) {
    .bottomCards {
        width: 120%;
    }
}

.buttonTransparent{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.cardNotification{
    font-size: 15px;
    color: #1a1a1a;
    margin: 0%;
    font-size: 13px;
}

.panelControlBadgesNotification{
    position: absolute;
    padding: 1px 4px;
    margin-top: 34px;
    margin-left: 8px;
}

.cardBodyNotification{
   margin-left: 10px;
   margin-right: 5px;
   padding: 15px; 
   line-height: 20px;
   text-align: justify;
}

.dropdown-menuNotification{
    max-width: 350px; 
    padding: 0
}

.readNotification {
    float: right;
    font-size: 10px;
}

hr.dropdown-divider{
    padding: 0;
    margin: 0;
}



.contenedorInfoSlide {
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.infoSlide {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	padding:1em;
}

a.infoLink {
	display:flex;
	flex-direction:column;
	width:100%;
	max-width:400px;
	align-items:center;
	text-decoration:none;
	color:#4C4C4C !important;
	position:relative;
}

.infoImage {
    min-height:200px;
    width:100%;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:50% 50%;
    transition:background-size .15s ease-in-out;
    filter:brightness(.95);
}

a.infoLink:hover .infoImage,
a.infoLink:hover .infoPill,
a.infoLink:hover .infoTitle {
	filter:brightness(1.1);
	background-size:105%;
}

.infoPill {
	display:inline-block;
	color:white;
	padding:2px 6px 1px 6px;
	vertical-align:2px;
	color:white;
	background:var(--brandGreen);
	font-size:.65em;
	color:white !important;
	width:fit-content;
	text-transform:uppercase;
	margin:1.5em auto .7em auto;
	transition:filter .15s ease-in-out;
}

.infoPillOrange {
	background:var(--brandOrange);
}

.infoTitle {
	font-size:1.1em;
	font-weight:500;
	text-align:center;
}

.infoContador {
	font-size:.8em;
	font-weight:600;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:.5em;
}

.infoUnidades {
	margin-right:8px;
	margin-left:5px;
}

.infoDisponibles,
.infoAutor {
	margin-left:8px;
	margin-right:5px;
}

.contenedorGenericoBackgroundPrimary a.infoLink {
	color:white !important;
}

.infoImage01 {
	background-image:url("infoSlides/lanzamientos/01.jpg");
}

.infoImage02 {
	background-image:url("infoSlides/lanzamientos/02.jpg");
}

.infoImage03 {
	background-image:url("infoSlides/lanzamientos/03.jpg");
}

.infoImage04 {
	background-image:url("infoSlides/nuestroBlog/01.jpg");
}

.infoImage05 {
	background-image:url("infoSlides/nuestroBlog/02.jpg");
}

.infoImage06 {
	background-image:url("infoSlides/nuestroBlog/03.jpg");
}

.infoImage07 {
	background-image:url("infoSlides/revistaTigris/01.jpg");
}

.infoImage08 {
	background-image:url("infoSlides/revistaTigris/02.jpg");
}

@media screen and (min-width:850px) {
	.contenedorInfoSlide {
		flex-direction:row;
	}
}

@media screen and (min-width:992px) {
	.infoImage {
		min-height:200px;
	}
	.infoTitle {
		font-size:1.3em;
	}
	.infoPill {
		font-size:.75em;
	}
}

@media screen and (min-width:1200px) {
	.infoImage {
		min-height:300px;
	}
	a.infoLink {
		max-width:100%;
	}
}

@media screen and (min-width:1400px) {
	.infoImage {
		min-height:350px;
	}
}

@media screen and (min-width:1680px) {
	.infoImage {
		min-height:350px;
	}
	.infoSlide {
		max-width:600px;
	}
}

@media screen and (min-width:1900px) {
	.infoImage {
		min-height:380px;
	}
}

.migration .tituloContenedor{
    position: static;
    transform: none;
    box-shadow: none;
    font-size: 1.7rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 1.4em;
    margin: 3rem 0rem 0rem 0;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}
.migration .subtituloContenedor{
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}
.migration .contenedorInfoSlide{
    
    margin-bottom: 2rem;
}
.migration .contenedorBuscador{
    
    border: #b8b8b8 solid 1px;
    padding: 1rem;
    margin-top: 30px;
    width: 80%;
    margin: 2rem auto;
}
.migration .contenedorBuscador input{
    width: 100%;
}
.migration .contenedorBuscador label{
    display: none;
}
.migration .contenedorBuscador .contenedorInput{
    /* margin-top: -5rem;
    white-space: pre; */
}

.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: 350px;
}
.backParallax{
    background-position: 50% 50% !important;
}
.text-white{
    color: white!important;
}

.intro-cesiones a{
    color: #0ec582;
}


.text-login{
    font-size: 1.7rem;
    padding: 2rem 4rem;
}

.text-login h4{
    margin:10px 0;
}
.circle{
    width: 80px;
    background-color: #0298E4;
    height: 80px;
    border-radius: 50%;
    color: white;
    font-size: 4rem;
    padding: 17px;
    margin:auto;
    transform: scale(0.85);
}
.whatsapp{
    width: 80px;
    background-color: #25d366;
    height: 80px;
    border-radius: 50%;
    color: white;
    font-size: 3.6rem;
    margin:auto;
    transform: scale(0.6);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 2%;
    right: 5px;
    z-index: 99;
}
.whatsapp i{
    color: white;
    font-size: 160%;
    margin-top: 14px;
    margin-left: 14px;
}
.row-login{
    border-bottom: #A5A5A5 solid 1px;
    max-width: 500px;
}

.text-login .row{
    padding: 10px 0;

}

.bg-blue{
    background-color: #07496B;
    color:white;
}

.btnRedondoFixed{
    right: calc(50% - 30px);
    display: block;
    background-color: #07496b !important;
 }
    
 .btn-info-outline{
    border: #1BB1E7 solid 2px;
    background-color: white;
 }
 .btn-info-outline:hover{
    border: #1BB1E7 solid 2px;
    color: #23527c;
    
 }
 .btn-success,  .btn-success:hover{
     background-color: #02B875;
 }
 .text-upercase{
     text-transform: uppercase;
 }
.bg-grey{
    background-color: rgba(0,0,0,.7);
}

@media (max-width: 600px) {
  .layoutContent,
  body .layoutContent,
  html body .layoutContent {
    padding-top: 0 !important;
  }
}


.video-cards-container .card-thumb {
    overflow: visible;
    position: relative;
    height: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-cards-container .zoom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s cubic-bezier(.4,2,.6,1), filter .25s, box-shadow .25s;
    z-index: 2;
    position: relative;
    display: block;
}
.video-cards-container .card-image:hover .zoom-img {
    filter: brightness(1.25) contrast(1.1);
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    z-index: 2;
}
