﻿#container-slider {
    position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#slider {
    position: relative;
    top: -80px;
    display: block;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 95px) !important;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    overflow-x: hidden;
}

#slider li {
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 5s ease-in;
    -moz-transition: opacity 5s ease-in;
    -ms-transition: opacity 5s ease-in;
    -o-transition: opacity 5s ease-in;
    transition: opacity 5s ease-in;
    z-index: -1;
    opacity: 0;
}

#content_slider {
    z-index: 1;
}

#container-slider .arrowPrev {
    font-size: 40pt;
    color: rgba(111, 217, 247, 0.7); /*  rgba(204, 204, 204, 0.65)*/
    cursor: pointer;
    position: relative;
    top: 220px;
    left: 200px;
    z-index: 2;
}

#container-slider .arrowNext {
    font-size: 40pt;
    color: rgba(111, 217, 247, 0.7);
    cursor: pointer;
    position: relative;
    top: 220px;
    z-index: 3;
    left: -180px !important;
}

.fotoSlider {
    width: 100%;
    height: calc(100vh - 95px) !important;
    z-index: 0;
    object-fit: cover;
    overflow: hidden;
}

.MarcaAguaVende {
    z-index: 3;
    position: absolute;
    right: 100px;
    bottom: 20px;
    opacity: 0.5;
    width: 10%;
}
.content_slider {
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}

.content_slider div {
    text-align: center;
}

.content_slider h2 {
    font-family: 'arial';
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content_slider p {
    font-size: 15pt;
    font-family: 'arial';
    color: #FFF;
    margin-bottom: 20px;
}

#slider li .content_slider {
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 125px;
}

#slider li .detalle-precio {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
}

#slider li .detalle-inmueble {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

#slider li .detalle-inmueble-descripcion {
    height: 40px;
    float: left;
    text-align: left;
}

.content_slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnSlider {
    color: #FFF;
    font-size: 15pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(37, 40, 80, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}

.btnSlider:hover {
    background: #111;
    border: 1px solid #111;
}

.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 20%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}

.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}

.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.item-select-slid {
    background: #ff6a00 !important;
}

.leyenda {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 580px;
    height: 85px;
    background-color: rgba(0, 0, 0, 0.5); /* Semitransparente */
    color: white;
    padding: 10px;
    text-align: right;
    display: none;
}

@media screen and (max-width: 460px) {
    .content_slider h2 {
        font-size: 15pt !important;
    }

    .content_slider p {
        font-size: 12pt !important;
    }

    #container-slider .arrowPrev, #container-slider .arrowNext {
        font-size: 20pt;
    }

    #container-slider .arrowPrev {
        left: 15px;
    }

    #container-slider .arrowNext {
        right: 15px !important;
    }

    #slider {
        height: 400px;
        min-height: 400px;
    }

        #slider li .content_slider {
            padding: 10px 35px;
        }

    .btnSlider {
        padding: 10px 30px;
        font-size: 10pt;
    }
}
