.contenedor-propiedad {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    background-color:  #f0f3f4 ;
}

/* Carousel*/
.img-carrusel{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f3f4 ;
    /*background: linear-gradient(to right,#f0f3f4 , #859398);*/
    padding: 20px; 
}

.container-carousel {
    position: relative;
    width: 500px;
    height: 300px;
    background-color: #f0f3f4;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
    border-radius: 15px;
    overflow: hidden;  
}


.carruseles {
    width: 1000%;
    height: 100%;
    display: flex;

}

.slider-section {
    width: calc(100% / 10);
    height: 100%;
}

.slider-section img {
    width: 100%;
    height: 100%;    
    border-radius: 15px; 
}

.btn-left,
.btn-right {
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    transform: translate(0,-50%);
    transition: .5s ease;
    user-select: none;
}

.btn-left:hover,
.btn-right:hover {
    background-color: #333333;
    color: #fff;
}

.btn-left {
    left: 10px;
}

.btn-right {
    right: 10px;
}
/*Fin  Carousel*/


/*Contacto*/
.contacto-img {
    display:block;
    margin:auto;
    width: 150px;
    height: 150px;
}

.contacto-propiedad h3{
    color: #000000;  
    text-align: center;
    font-size: 2rem;
    padding: 1rem;
    margin-bottom: -10px;
}

.contacto-propiedad h4{
    color: #000000;  
    text-align: center;
    font-size: 2rem;
    padding: 1rem;
    margin-bottom: -10px;
}

.telefono-info a{
    text-decoration: none;
    color: #000000;
}
.telefono-info a:hover{
    scale: 1.2;
}

/*--------- Formulario ---------*/
.formulario p{
    font-family: var(--fuenteBtn);
    font-size: 1rem;
    color: var(--gris);
    margin: 2rem 0 0 0;
}
.formulario legend {
    font-family: var(--fuenteBtn);
    font-size: 1.5rem;    
    color: #000000;    
}

.formulario label {
    font-family: var(--fuenteBtn);
    font-style: bold;
    font-size: 1.3rem;
    font-weight: 400;
    color: #000;    
    text-transform: uppercase;/* Texto en mayuscula */
    display: block;
}

.formulario input:not([type="submit"]), textarea{
    font-family: var(--fuenteBtn);
    padding: .2rem;
    display: block;
    width: 100%;
    background-color: var(--blanco);
    border: 1px solid var(--gris);
    border-radius: .3rem;
    color: #000000;
}

.telefono-info{
    text-align: center;
}

.tel-info{
    margin: 0;
    font-size: 2.5rem;
    font-weight: 400;    
}
.main hr{
    background-color: #000000;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 0;
    border: none;
}

/* DESCRIPCION */
.des-propiedad-titulo{
    text-align: center;       
}
.des-propiedad-titulo h4{
    margin-top:20px;
    margin-bottom: 0;
    font-size: 1.8rem; 
}
.des-propiedad-titulo p{
    text-align: justify;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
/* FIN DESCRIPCION */
/* PRECIO */
.preciover{
    display: flex;
    align-items: center;
    justify-content: center;    
    width: 500px;
    height: 40px;
    text-align: center;
    background-color: var(--rojo);
    margin-top: -9px;
    margin-left: auto;
    margin-right: auto;
    
}

.preciover p{
    color: var(--blanco);    
    font-family: var(--fuenteTituloPrincipal);
    font-size: 2rem;
}

/*Video URL YOUTUBE*/
.video-propiedad-titulo h4{    
    text-align: center;    
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.video-propiedad{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*FIN URL VIDEO*/
/*Iconos*/
.iconos-propiedad {
    width: 100%;    
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;    
}
.iconos-propiedad img{
    width: 50px;
    height: 50px;
}
.icono{
    text-align: center;
}
.icono p{
    font-family: var(--fuenteHeading);
    font-size: 10px;
    margin: 0;
}
/* Fin Iconos*/
/*Mapa*/
.ubicacion-titulo{
    text-align: center;    
    margin-bottom: -15px;
    font-size: 1.8rem;
}
/* Fin Mapa*/
/*Direccion*/
.direc{
    display: flex;
    flex-direction: row;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
}
.direc-negrita {
    margin: 0;
}
.dirc-derecha {
    margin-left: 2rem;
    margin-top: 0;
    margin-bottom: 0;
}

.direc-negrita{
    font-weight: 500;
}
.titulo-propiedadctr{
    display: flex;
    flex-direction: row;        
    justify-content: center;
}
.titulo-propiedadctr h1{
    font-size: 2rem;
}
.desinmuebletitle{
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: var(--rojo);
    margin-left: 20px;
    margin-right: 20px;
    color: var(--blanco);
    font-family: var( --fuenteTituloPrincipal);
    font-weight: 500;
    font-size: 15px;
    height: 2rem;
    margin-top: 4px;
}
@media (min-width: 460px) {
    .titulo-propiedadctr h1{
        font-size: 3rem;
    }
    .desinmuebletitle{
        font-weight: 700;
        font-size: 20px;
        height: 4rem;
        margin-top: 4px;
    }
    
}

/*Fin direcion */

@media (min-width: 765px) {   
    .titulo-propiedadctr h1{
        font-size: 6rem;
    }
    .desinmuebletitle{
        font-size: 20px;
        height: 6rem;
        margin-top: 30px;
    }

}

@media (min-width: 768px) {
    .img-carrusel{
        height: 30rem;
    }
    .video-propiedad-titulo h4{    
        font-size: 2.8rem;    
    }
    .des-propiedad-titulo h4{
        font-size: 2.8rem;    
    }
    .ubicacion-titulo{
        font-size: 2.8rem;    
    }
    .iconos-propiedad img{
        width: 60px;
        height: 60px;
    }
    .icono p{        
        font-size: 15px;        
    }   
    .img-carrusel{
        height: 400px;       
    }
    .container-carousel {
        width: 650px;
        height: 380px;       
    }
    .slider-section img {
        width: 650px;
        height: 380px;
    }
    .direccion{
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr; 
        margin-bottom: 0;
        margin-top: 0;                
        width: 90%;        
        margin-left: 5%;
        margin-right: 5%;
    }

    .preciover{        
        width: 500px;
        height: 70px;        
        margin-top: -9px;        
    }
    
    .preciover p{        
        font-size: 3rem;
    }
}

@media (min-width: 1000px) {
    .img-carrusel{
        height: 580px;       
    }
    .container-carousel {
        width: 900px;
        height: 560px;       
    }        
    .slider-section img {
        width: 900px;
        height: 440px;
    }
    .titulo-propiedadctr h1{
        font-size: 6rem;
    }
    .desinmuebletitle{
        font-size: 20px;
        height: 6rem;
        margin-top: 30px;
    }
}
@media (min-width: 1350px) {
    .desinmuebletitle{
        font-size: 20px;
        height: 6rem;
        margin-top: 68px;
    }
}


@media (min-width: 1400px) {
    .colunm-drop-css{
        display: grid;
        grid-template-columns: 3fr 1fr;        
        gap: 1rem;
    }
    .img-carrusel{
        height: 480px; 
    }
    .container-carousel {
        width: 900px;
        height: 460px;       
    }   
    .slider-section img {
        width: 900px;
        height: 460px;
    } 
    .titulo-propiedadctr{
        display: flex;
        flex-direction: row;        
        justify-content: center;
    }
    .titulo-propiedadctr h1{
        font-size: 6rem;
    }
    .desinmuebletitle{
        display: flex;
        align-items: center;
        padding: 1rem;
        background-color: var(--rojo);
        margin-left: 20px;
        margin-right: 20px;
        color: var(--blanco);
        font-family: var( --fuenteTituloPrincipal);
        font-weight: 700;
        font-size: 20px;
        height: 6rem;
        margin-top: 65px;
    }
}

@media (min-width: 1700px) {
    .img-carrusel{
        height: 700px; 
    }
    .container-carousel {
        width: 1200px;
        height: 680px;       
    }  
    .slider-section img {
        width: 1200px;
        height: 680px;
    }
}

/*Color rojo En el encabezado*/
/* Slogan -> Para cada uno(casa, terreno, rancho)*/
/*Ranchos ->< PESANDO EN GRANDE*/
/*CASAS ->< LA CASA DE TUS SUEÑOS*/
/*Terrenos ->< */
/*Letras verdes cambiar a rojas o grises */
