::-webkit-scrollbar              { width:7px; height:3.5px }
::-webkit-scrollbar-button       { display:none }
::-webkit-scrollbar-track-piece  { width:10px; background-color:#4a4a4a}
::-webkit-scrollbar-thumb        { width:10px; background-color:#d58b00;-webkit-border-radius: 10px;}

.alerta {
    position: fixed;
    left: 0;
    bottom: -50px;
    width: 100%;
    z-index: 98;
    text-align: center;
    transition: transform 250ms ease;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.alerta_show {
    -webkit-transform: translate3d(0,-70px,0);
    -ms-transform: translate3d(0,-70px,0);
    -o-transform: translate3d(0,-70px,0);
    -moz-transform: translate3d(0,-70px,0);
    transform: translate3d(0,-70px,0);
}

.alerta_e {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    height: 100%;
    background-color: rgb(50, 50, 50);
    border-radius: 2px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.3);
    padding: 10px 0;
    margin: 0;
}

.alerta_e p {
    display: inline-block;
    float: left;
    width: 87%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    color: #fff;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}

.close_alert {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
    background: rgb(50, 50, 50);
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    margin: 0;
    text-decoration: underline;
    text-transform: capitalize;
}

#contact {
    padding-bottom: 5vw;
}

.borderHome {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95%;
    height: 5vw;
    background-color: white;
    z-index: 9;
}

.carousel-controller-editt span {
    color: #949494 !important;
}

#carousel-controller01 span {
    color: #fff !important;
}

.indicadorPage {
    position: fixed;
    top: 29vh;
    left: 0;
    width: 100px;
    z-index: 9;
}

.indicadorPage_e {
    display: block;
    width: 100%;
    height: 100%;
}

.indicadorPage_e_text {
    position: relative;
    display: block;
    margin: 0 auto;    
}

.indicadorPage_e_text p {
    margin: 0;
    transform: rotate(-90deg);
    transform-origin: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #919191;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    position: absolute;
}

.indicadorPage_e_num {
    display: block;
}

.indicadorPage_e_num p {
    color: #878787;
    text-align: center;
    margin: 0;
    margin-top: 9px;
    font-size: 30px;
}

.circleDetalle {
    display: flex;
    align-items: center;
    text-align: center;
}

.circleDetalle i {
    display: block;
    margin: 10px auto 0px;
    width: 13px;
    height: 13px;
    background: #878787;
    border-radius: 50%;
}

.sidenav {display: none !important}

.selected {box-shadow: none !important;}

.selectedNew {box-shadow: 0 4px 0 0 #d80 !important}


.indicadorPageUno {
    width: 33px;
    height: 146px;
}
.indicadorPageUno p {
    width: 146px;    
    bottom: 57px;
    left: -56px;
}



.indicadorPageDos {
    width: 33px;
    height: 167px;
}
.indicadorPageDos p {
    width: 167px;
    bottom: 67px;
    left: -67px;
}


.indicadorPageTres {
    width: 33px;
    height: 170px;
}
.indicadorPageTres p {
    width: 170px;
    bottom: 68px;
    left: -68px;
}


.indicadorPageCuatro {
    width: 33px;
    height: 112px;
}
.indicadorPageCuatro p {
    width: 112px;
    bottom: 40px;
    left: -39px;
}

.proyectoCopenhague {
    width: 33px;
    height: 170px;
}
.proyectoCopenhague p {
    width: 170px;
    bottom: 69px;
    left: -68px;
}

.proyectoOlivares {
    width: 33px;
    height: 163px;
}
.proyectoOlivares p {
    width: 163px;
    bottom: 65px;
    left: -65px;
}

.proyectoOlivares2 {
    width: 33px;
    height: 157px;
}
.proyectoOlivares2 p {
    width: 157px;
    bottom: 62px;
    left: -62px;
}

#carousel-controllerDetailsCopenhage .carousel-pager {
    stroke: #949494;
}

#carousel-controllerDetailsOlivaresIII .carousel-pager {
    stroke: #949494;
}

#carousel-controllerDetailsOlivaresII .carousel-pager {
    stroke: #949494;
}