.banner__principal{
    background-image: url(/images/banner_principal_2.png);
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
}

.menu-item{
    color: #a8cf45;
    font-weight: bold;
    font-size: 19px;
}

.menu-item:hover{
    background-color: #a8cf45;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
}

.menu-redes{
    color: #ec268f;
    font-size: 19px;
}

.menu-redes:hover{
    color: #ec268f;
}

.active{
    background-color: #a8cf45;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
}

.img__fachada{
    width: 100%;
    height: auto;
    border-radius: 15px 15px 15px 15px;
}

.titulo__principal{
    font-size: 60px;
    font-weight: bold;
    color:  #ec268f;
    /* background: -webkit-linear-gradient(#f58634, #ec268f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.parrafo2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section_anuncios{
    /* background-image: url(/images/fondo-ps.png);
    background-size: 100% 100%;
    width: 100vw; */
    background-color: #ffffff;
    opacity: 1;
    background-image:  radial-gradient(#a8cf45 0.6000000000000001px, transparent 0.6000000000000001px), radial-gradient(#a8cf45 0.6000000000000001px, #ffffff 0.6000000000000001px);
    background-size: 24px 24px;
    background-position: 0 0,12px 12px;
}

/* btn whatsapp */
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:45px;
    left:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
    color: #ffffff;
}

.card-item:hover{
transform: scale(1.05)  !important;
}

.card-item{
    transition: 0.5s ease !important;
}

.fondo-primary{
    background-image: url(/images/fondo-primary.png);
    background-size: 100% 100%;
    width: 100vw;
}

.fondo-secondary{
    background-image: url(/images/fondo-secondary.png);
    background-size: 100% 100%;
    width: 100vw;
}

.bg-inmuebles{
    background-image: url(/images/bg-inmuebles.png);
    background-size: 100% 100%;
    width: 100vw;
}

.fondo-ps{
    background-image: url(/images/fondo-ps-2.png);
    background-size: 100% 100%;
    width: 100vw;
}

.img__logo{
    width: 600px;
}

.text__description{
    font-size: 20px;
}

textarea:focus, input:focus, input[type]:focus {
-webkit-box-shadow: none !important;
box-shadow: 0 none !important;
}

textarea:focus, input:focus, select:focus, select, input.form-control:focus, select.form-select:focus{

outline-width: 0 !important;

box-shadow: none;

-moz-box-shadow: none;

-webkit-box-shadow: none;

}

input[type="number"]{
    -moz-appearance: textfield;
    text-align: start;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.borde-top-primary{
    border-top-color: #a8cf45;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.borde-right-secondary{
    border-top: none;
    border-left: none;
    border-right-color: #ec268f;
    border-bottom: none;
}

/* buttons-share */
.bg-facebook{
    background-color: #3B5998;
}

.bg-whatsapp{
   background-color: #56CD52;
}

.bg-youtube{
    background-color: #C4302B;
}

.bg-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.bg-telegram{
   background-color: #0088CC;
}

.bg-linkedin{
   background-color: #0E76A8;
}

.bg-twitter{
   background-color: #00ACEE;
}

.bg-download{
   background-color: #768070;
}

.bg-facebook:hover,
.bg-whatsapp:hover,
.bg-telegram:hover,
.bg-youtube:hover,
.bg-instagram:hover,
.bg-linkedin:hover,
.bg-twitter:hover,
.bg-download:hover{
   opacity: 0.8;
}

.politicas{
    color: #ffffff;
}

.politicas:hover{
    color: #d6249f;
}

.img___inmobiliaria{
    width: 100%; 
    height: auto;
}

.contenedor___inmobiliaria{
    padding: 0 0 0 0;
}

.logo___principal{
    width: 100%; 
    height: 45px;
}

.menu__principal{
    margin-bottom: 150px;
}



/* banner secciones */
.banner___menu{
    background-image: url(/images/seccion_banner.png);
    width: 100vw;
    height: 400px;
    background-size: 100% 100%;
}

.img__fachada__seccion{
    width: 90%;
    height: auto;
    padding-top: 130px;
}
/* fin banner secciones */



@media only screen and (min-width:320px) and (max-width:768px){
    .banner__principal{
    background-image: url(/images/fondo-md.png);
    width: 100%;
    border-radius: 0 0 50px 50px;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    }

    .banner___menu{
        background-image: url(/images/seccion_banner_sm.png);
        width: 100vw;
        height: auto;
        background-size: 100% 100%;
    }

    .contenido .opacidad{
        background-color: rgba(255,255,255,0.5);
        
    }

    .politicas{
        color: #ffffff;
        font-size: 13px;
        padding-bottom: 35px;
    }

    .logo___principal{
        width: 100%; 
        height: 35px;
    }

    .titulo__principal{
    font-size: 35px;
    }

    .img__logo{
    width: 280px;
    }

    .text__description{
    font-size: 17px;
    }

    .contenedor___inmobiliaria{
        padding: 30px 30px 30px 30px;
    }

    .bg-inmuebles{
    background-image: url(/images/fondo-ps-sm.png);
    background-size: 100% 100%;
    width: 100vw;
    }

    .fondo-ps{
        background-image: url(/images/fondo-ps-2-sm.png);
        background-size: 100% 100%;
        width: 100vw;
    }

    /* btn whatsapp */
    .btn-wsp{
        bottom:10px; 
    }
}

@media only screen and (min-width:769px) and (max-width:991px){

    .banner__principal{
        width: 100%;
        border-radius: 0 0 50px 50px;
        background-size: 100% 100%;
        width: 100vw;
        height: 45vh;
    }

    .titulo__principal{
        font-size: 35px;
        }
}

@media only screen and (min-width:992px) and (max-width:1399px){

    .banner__principal{
        width: 100%;
        border-radius: 0 0 50px 50px;
        background-size: 100% 100%;
        width: 100vw;
        height: 55vh;
    }

    .titulo__principal{
        font-size: 45px;
        }

        .banner__principal{
            width: 100%;
            border-radius: 0 0 50px 50px;
            background-size: 100% 100%;
            width: 100vw;
            height: 100vh;
        }


}