/** Utilidades **/
.nav-bgp{
    background-color: var(--gristenue);    
    font-family: var( --fuenteHeading);       
    padding-top: .5rem;
    padding-bottom: .5rem;    

}

.navegacion-principalp{   
    width: min(80%, 120rem);
    display:flex;
    flex-direction:column;    
    justify-content: space-between;    
}

.navegacion-principalp ul{
    list-style: none;
    margin: 0;
}

.navegacion-principalp li{
    list-style-type: none;
   display: inline;
   padding-right: 5px;
}

.navegacion-principalp a{
    color: var(--oscuro);
    text-decoration: none;/*Quita el subrayado de un a*/
    font-style: Medium;
    font-size: 1.5rem; 
    padding-right: 1rem;     
}

.redessocialesp a{
    padding-right: 1rem;
}

.navegacion-principalp a:hover{
    background: var(--gristenue);
    color: var(--oscuro);
}

.barranav-rojap {
    background-color: var(--rojo);
    height: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}
/*
background-image: url(../img/recursos/inicio.jpg); 
background-color: rgb( 0 0 0 / 36% );   
*/
/** Header **/
/*Start  Menu de hamburguesa*/

.barra__botonp {    
    display: none;
}

.mobile-menup i{
    color: var(--blanco);    
}
.mostrar-mobilep {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

.mostrar-mobilep button{
    margin: 5px;
}

.efectoimgp {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 2rem;
}
/*End Menu de hamburguesa*/
.iniciop {
    background-image: url(../img/recursos/inicio.jpg);
    height: 32rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}

.headerp {
    background-color: rgb( 0 0 0 / 60% );  
    height: 32rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
/* Titulo Propiedad */
.titulo-propiedadctr h1{
    color: var(--blanco);
    font-size: 3.5rem;
    text-align: center;
    margin:0;
    text-shadow: 2px 2px 10px var(--blanco);    
}

.titulo-propiedadctr p {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 5rem;     
    text-align: end;
    color: var(--rojo);
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0px 0px 20px var(--botonmouse);  
}
.titulo-propiedadctr hr{
    color: var(--blanco);
    width:  100%; 
}
/*---Fin Titulo propiedad----*/
.header__textop {
   text-align: center;
   color: var(--blanco);      
}

.barra__botonp a{
    text-decoration: none;
    color: var(--blanco);
}

.my-buttonp {    
    height: 23px;    
    font-family: var(--fuenteBtn);
    font-size: 12px;    
    font-weight: 100;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: rgb( 0 0 0 / 36% );   
    color: white;
    border: 1px solid #d0d0d0;
    border-radius:0;
    cursor: pointer;
    width: 200px;  
    margin: 1rem;
    padding-top: 5px;
}

.my-buttonslp {
    height: 23px;    
    font-family: var(--fuenteBtn);
    font-size: 12px;    
    font-weight: 100;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: rgb( 0 0 0 / 36% );   
    color: white;
    border: 1px solid #d0d0d0;
    border-radius:0;
    cursor: pointer;
    width: 200px;  
    margin: 1rem;
    padding-top: 5px;
}

.my-buttonslp:hover {
background-color: var(--botonmouse);
}

.my-buttonslp:active {
background-color: var(--rojo);
}

.my-buttonp:hover {
    background-color: var(--botonmouse);
}

.my-buttonp:active {
background-color: var(--rojo);
}

.titulop{
    margin-top: 0;
    margin-bottom: -1rem;
    font-family: var(--fuenteTituloPrincipal);
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
}

.subtitulop{
    margin-top: 0;
    margin-bottom: -1rem;   
    padding-bottom: 1rem; 
    font-weight: 100;
    font-size: 2rem;
}

/*BUSQUEDA*/
.rowp{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: row;
    text-align: center;
    /*Centra los elementos*/
    display: flex;
    justify-content: center;
    /*Centra los elementos*/
}

.label__busquedap{
    margin-top: 5px;
}

.my-button-busquedap{    
    height: 23px;    
    font-family: var(--fuenteBtn);
    font-size: 12px;    
    font-weight: 100;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: rgb( 0 0 0 / 36% );   
    color: white;
    border: none;
    border-radius:0;
    cursor: pointer;
    margin: 1rem;
    padding-top: 5px;     
}
.busquedap{
}

/*--------------------------- MediaQuery --------------------------*/
@media (min-width: 665px) {
    .titulop{
        margin-top: 10rem;
        font-weight: 400;
        font-size: 6rem;
    }
    .subtitulop{
        font-weight: 300;
        font-size: 4rem;
    }
}

@media (min-width: 768px) {
    .navegacion-principalp{        
        flex-direction:  row;        
        justify-content: end;               
    }

    .mobile-menup{
        display: none;    
    }    
    .barra__botonp{
        display: unset;
    }
    .efectoimgp {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .my-buttonp {    
        height: 23px;    
        font-family: var(--fuenteBtn);
        font-size: 12px;    
        font-weight: 100;
        font-style: normal;
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-color: rgb( 0 0 0 / 36% );   
        color: white;
        border: 1px solid #d0d0d0;
        border-radius:0;
        cursor: pointer;
        width: 200px;  
        margin: 1rem;
        padding-top: 5px;
    }
    
    .my-buttonslp {
        height: 23px;    
        font-family: var(--fuenteBtn);
        font-size: 12px;    
        font-weight: 100;
        font-style: normal;
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-color: rgb( 0 0 0 / 36% );   
        color: white;
        border: 1px solid #d0d0d0;
        border-radius:0;
        cursor: pointer;
        width: 200px;  
        margin: 1rem;
        padding-top: 5px;
    }
    .iniciop {        
        height: 25rem;
    }
    .headerp{
        height: 25rem;
    }
    .titulo-propiedadctr h1{
        margin-top: 2rem;
    }
    .titulo-propiedadctr hr{
        color: var(--blanco);
        width:  900px; 
    }
}


@media (min-width: 1050px) {
    .mqbigp{ 
        padding-left: 20rem; 
        
    }
}
@media (min-width: 1356px) {
    .iniciop {        
        height: 25rem;
    }
    .headerp{
        height: 25rem;
    }
    .titulo-propiedadctr h1{
        margin-top: 5rem;
    }
}