/*Estilos Generales*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*{
    margin:0; 
    padding:0
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body{
    background-color: black;
    
}
.botonCerrar{
    background-color:rgb(145, 20, 23);
    cursor: pointer;
}
.contenedorMasPropiedades {
    display: flex;
    justify-content: flex-end;
}
.botonMasPropiedades {
    background-color: rgb(145, 20, 23);
    cursor: pointer;
    padding: 0px 5px;
    width: 175px;
    text-align: center;
    border-radius: 3%;
    font-size: 17px;
    align-items: right;
    
}
.modalPoliticas {
    margin-top: 60px;
    text-align: center;
}
.modalPoliticas ul li{
    margin-bottom: 10px;
}
.icono-deshabilitado{
    color: gray !important;
}
.asesor{
    color: #fbab2c;
}
.botonesEnviar .icono-modal-footer{
    font-size: 55px;
    cursor: pointer;
    position: relative;
    bottom: 19px;
    margin-left: 10px;
}
.icono-deshabilitado:hover{
    cursor: default;
    color: gray !important;

}
.iconos-footer a{
    font-size: 40px;
    margin:0 7px;
}
.iconos-footer .facebook-icon{
    color: #3b5998;
}
.iconos-footer .instagram-icon{
    color: #f09433; 

}
.iconos-footer .twitter-icon{
    color: #00acee;
}
.clearfix{

    float: none;
    clear: both;
}
h3{
    font-weight: bold;
    color: #fbab2c;
    text-decoration: underline;
    text-transform: uppercase;
}
.fa-phone-alt{
    color: #fff;
}
.fa-whatsapp{
    color: #25d366;
}
.fa-heart{
    color: red;
}

.precio{
     color: #fff;
}

.colonia{
    color: #fbab2c !important;
    text-transform: uppercase;
}
i{
    color: #fbab2c ; 
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

.formulario{
    margin-top: 280px;
    
}
label{
    color: #fff;
}

input[type="submit"]{
    padding: 6px 8px;
    background-color: #fbab2c;
    border: 2px solid white;
}
.header .titulo h1{
    color: #fff;
}
li{
    list-style: none;
}
img:hover{
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/*Estilos Header*/
.header {
    
    
    margin-bottom: 20px;
    background-color: rgb(145, 20, 23);
    padding: 0px 0;
    position: fixed;
    z-index: 1001;
    width: 100%;
    
    top: 0;
    margin-right: 0 !important;
    
    
    
}

.header img{
    width: 297px;

    
}
.header .logo p{
    position: relative;
    left: 30px;
    font-size: 12px;
}
header img:hover{

    background-color: transparent !important;
}
.header .user{
    position: relative;
    z-index: 1000;
    left: 15px;
    bottom: 3px;
    
}
.header .user a{
    cursor: pointer;
    
   
  
    color: white;
    font-size: 40px;
    align-self: center;
    color: #fbab2c !important;
    
}
.header .user a:hover{
    color: #fff !important;
}

.header .user ul li ul
{
    background-color: rgb(145, 20, 23);
    display: none;
    position: absolute;
    z-index: 4000 !important;
    right:-10px;
    
    
    
    
}

.header .user ul li ul li a{
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #fff;

    cursor: pointer;
}
.header .user ul li:hover > ul{
    display: block;
    position: absolute;
    z-index: 5000;
    
    
}

.header .user ul{
    position: relative;
    z-index: 1050 !important;
}

.lista-busqueda{
    display: flex !important;
}
/*Estilos Section*/

.aside .list{
    /*Lista lateral fija y separada*/
	position: fixed;
	left: 0;
	bottom: -10px;
    z-index: 3;
    margin-left: 0px;
    
    
    

}

.aside .list li{
	
	color: white;
	
	padding: 32px 0px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    transition: all 500ms ease;
    margin-left: 0;
    
}

.aside .list span{
    display: none;
}


.aside .list li a{
    font-size: 48px;
    color: #fbab2c;
    margin: 30px 0px;
    
    
}
.aside .list li a img{
    width: 100px;
}
.aside .list li a:hover{
    color: white;
}
.aside .list li a .hover-text{
    visibility: hidden;
    width:270px;
    font-size: 31px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
   
    position: absolute;
    z-index: 1;
}
.aside .list li a:hover .hover-text{
    visibility: visible;
}

.aside{

    width: 100%;
    position: relative;
    top: 30px;
    position: fixed !important;
    z-index: 1000;
    right: 1px;
    padding:10px 0;
    
    
    
   
    
}
.aside .list {
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0 auto;
    
    
    padding-top: 10px;
    
    
    
    background-color: black;
    
    
}

.aside .list p{
    display: inline-block;
    position: relative;
    top: 23px;
    right: 45px;
    
}



.aside .list ul{
    display: flex;
    
    
    
}
.aside .list li{
    margin-left: -52px;
    padding: 10px 0;
}
.aside .list {
    display: flex;
    position: relative;
    list-style: none;
    
   
    z-index: 1;
    justify-content: space-around;
    background-color: black;
    
    
    
    


    
}

.aside-mobile .list{
    
	left: 0;
	bottom: -10px;
    z-index: 2000;
    margin-left: -48px;
    
    
    
    
    
    
    
    
    

}

.aside-mobile .list li{
	
	color: white;
	
	
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    transition: all 500ms ease;
   
    
}



.aside-mobile .list li a{
    font-size: 58px;
    color: #fbab2c !important;
    margin: 0px 1px;
    
    
    
}
.aside-mobile .list li a .hover-text{
    visibility: hidden;
    width:270px;
    font-size: 31px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
   
    position: absolute;
    z-index: 1;
}
.aside-mobile .list li a:hover .hover-text{
    visibility: visible;
}



  .section{
      margin-top: 90px;
  }
  


.section .slider{
    width: 1300px;
    margin: 0 auto;
    
    
    float: left;
    
   
    z-index: 0 !important;
    margin-top: 20px;
    
    

}
.section .slider div .imgSlider{
    
    height: 665px;

    border-radius: 30px;
    border:2px solid white;
    
    z-index: 1 !important;
    
    
    
    
}
.section .slider div img:hover{
    -webkit-filter: grayscale(1);
  filter: grayscale(1);

}
.slider div .body{
    background-color: rgb(145, 20, 23, 0.5);
    border: 2px solid white;
    border-radius: 7px;
    bottom: 0px !important;
    padding:0px 20px !important;
    padding-right: 20px !important;
    
    
    
    
    
    
    

}
.slider div .body h5{
    color: yellow;
    font-size: 40px;
    
    
}
.slider div .body h5 .precio{
    
    margin-left: 20px;
    
    
}
.slider div .body p{
     font-size: 33px;
     text-align: center;

}
.slider div .body span{
    margin:0 3px;
}
.slider div .body p span{
    color: #fbab2c !important;
}
.slider div .body p .credito{
    margin-left: 30px;
    
}
.slider div .body p .credito img{
    width: 60px !important;
}
.slider div .body p span i{
    
    text-align: center;
}
.slider div .body .text h4{
    margin-bottom: 10px;
    
    
}
.slider div body .text p img{
    width: 10px;
}

.social div{
    font-size: 33px;
    color: white;
}


.section .slider-right h3 a{
    color: #fbab2c;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
    border: none;
    
    
}
.section .slider-right div img{
    margin-top: 20px;
    width: 250px;
    border-radius: 30px;
    border:2px solid white;
}
.section .slider-right div img:hover{
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.section .slider-bottom{
    
    margin-top: 30px;
    width: 1400px;
    height: 250px;
    
    
    margin-right: 90px;

    margin-left: 50px;
    
}
.section .slider-bottom h2{
    text-align: center;
    font-weight: bold;

}
.section .slider-bottom div img{
    width: 380px;
    border-radius: 30px;
    border:2px solid white;
    margin: 10px 0;
    margin-right: 0px;
    margin-top: 41px;

    
}
.vigentes{
    text-align: center;
    margin-left: 20px;
    position: relative;
}
.vigentes div{
    margin-bottom: 20px;
}
.vigentes div img{
    width: 330px;
    height: 250px;
    border-radius: 30px;
    border:2px solid white;
    margin: 10px 0;
}
.vigentes div p{
    text-align: center;
}
.vigentes div a:hover{
    background-color: black !important;
    opacity: 4;
}
.vigentes div a img:hover{
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.btn-modal-politicas {
    width: 72%;
    /* width: 190px; */
    color: white !important;
}
.content-politics-modal {
    height: 528px;
}

/* Estilo para el ícono y el texto */
.user-icon {
    text-align: center;
    position: relative;
}

.icon-label {
    display: block;
    font-size: 14px; 
    margin-top: 0px; 
}

.vigentes div .mas-info, .btn-modal-politicas{
    position: relative;
    bottom: 50px;
    border-radius: 40px;
    padding: 4px 20px;
    background-color: rgb(145, 20, 23);
    color: #fbab2c;
    border: 1px solid rgb(145, 20, 23);
}
.vigentes div .mas-info:hover, .btn-modal-politicas:hover{
    background-color: rgb(110, 15, 17) !important;
}

.vigentes div p{
    font-size: 22px;
    
    
    margin-right: 0px;
    margin-top: -10px;
    margin-bottom: 5px;
    
    

}

.vigentes .iconos{
    position: relative;
    left: 45px;
}

.vigentes .iconos span{
    position: relative;
    bottom:40px;
    
    
    
}
.vigentes .iconos{
    width: 80%;
}






/*Pagina de Buscar Casa*/


/*Pagina de Acceso*/


/*Detalle propiedad*/
.detalle{
    margin-top: 150px;
}
.info-propiedad{
    font-size: 22.5px;
    text-align: justify;

    margin-left: 0px;

}
.info-propiedad h2, .info-propiedad h3{
    font-size: 36px;

}
.detalle-propiedad{
    width: 100%;
    margin: 0 auto;
    margin-top: 150px;
}

.detalle-propiedad ul li span{
    margin-left: 8px;
}
.detalle-propiedad .fotorama{
    margin-left: -100px;
}
.detalle-propiedad .fotorama img{
    border-radius: 30px;
    border:2px solid white;
}
.creditos-detalle {
    text-align: center;
    margin-top: -25px;
    z-index: 1;
}
.creditos-detalle ul{
    position: relative;
    right: 64.7px;
}
.creditos-detalle ul li{
    margin-bottom: 20px;
    
}

.footer-detalle{
    margin-top: 20px;
}
.footer-detalle .vendedor-detalle img{
    width: 450px;
}
.footer-detalle .vendedor-detalle .iconos{
    width: 450px;
}




/*Ingresar*/
.formularios{
    margin-top: 115px;
    color: white;
}

/*Administracion*/


/*Agregar-propiedad*/

/*Detalle-propiedad*/
.informes-asesor:hover{
    background-color: rgb(145, 20, 23) !important;
}
.creditos ul li{
    margin-bottom: 20px;
}
.creditos ul li img{
    width: 100px;
    margin-right: 10px;
}
.contacto{
    display: flex;
    justify-content: space-around;
}
.contacto span a{
    margin-top: 10px;
    font-size: 26px;
    color: white;
}

.detalle-propiedad .info-propiedad .lista{
    background-color: rgb(145, 20, 23);
    border: 2px solid white;
    border-radius: 7px;
    bottom: 15px !important;
    padding:10px 0px !important;
    padding-right: 40px !important;
    
}
.detalle-propiedad .info-propiedad .lista .m2{
    position: relative;
    
}
.detalle-propiedad .info-propiedad .lista h3{
    font-size: 30px;
    text-decoration: none;
    text-transform: none;

}

.vendedor-detalle .nombre{
    position: absolute;
    bottom: 50px;
    left: 0px;
    padding: 15px 10px;
    margin: 0;
    background-color: rgba(0,0,0,0.55);
    width: 480px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    color: #fbab2c;
    text-transform: uppercase;
    /*-webkit-transition: all .5s ease-in-out;*/


  }
  .vendedor-detalle a{
      margin-top: 30px;
  }
  .contactar p{
      text-transform: uppercase;
      border: 3px solid gray;
      border-radius: 10px;
      padding:7px 15px;
  }
  
  .botones-contacto a{
      font-size: 40px;
      margin:0px 13px;
  }

  .aside .list li a img{
      width: 60px;
      position: relative;
      bottom: 7px;
  }
  .icono-wp{
    color:#fbab2c !important;
  }

  .botonesEnviar button{
    margin: 0 3px;
  }

  #btnMeInteresa{
      position: relative;
      bottom: 36px;
  }
  #btnMeInteresa2{
    position: relative;
    bottom: 49px;
    
}
  .detalle-propiedad .fotorama{
    margin-left: 0;
    margin-top: 153px !important;
  }

  .formBuscaMiCasa input{
      margin-bottom: 9px ;
  }

  .imagen_360{
    width: 100%;
    height: 640px;
    border: none;
    max-width: 100%;
    margin-top: 157px;
    position: relative;
  }
  .imagen_360 iframe{
    width: 100%;
    height: 640px !important;
    border: none;
    max-width: 100%;
  }


.btn-compartir, .btn-mostrar-qr, .btn-drone, .btn-buscarcasa {
    width: 30px; 
    cursor:pointer; 
    height: 30px; 
    margin-top:15px;
}
.btn-buscarcasa, .btn-drone, .img-qr-modal, .btn-compartir {
    z-index: 1000;
}

.img-share {
    background-color: rgba(0,0,0,0.9);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    box-shadow: 0 0 5px rgba(255,255,255,0.33);
    float: right;
    position: relative;
    bottom: 63px;
    right: 3px;
    margin-right: 6px;
}

.img-share img {
    width: 24px;
    text-align: center;
    position: relative;
    left: 8px;
    top: 8px;
    cursor: pointer;
}


.lista-propiedad {
    position: absolute;
    top: 1%;
    width: 100%;
    text-align: center;
    
}

.lista-propiedad div {
    margin: 0 30px;
    
}

.embed-responsive-16by9 {
    position: relative !important;
    padding-bottom: 56.25% !important; /* Proporción 16:9 */
    height: 0 !important;
}
  
.embed-responsive-16by9 iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#modalVideo .close {
    position:absolute;
    top:0;
    right: -2px;
    top: -10px;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color: black;
    opacity:1;
  }

  #mostrarQR {
    z-index:1060;
  }

  #perfilConsultor {
    z-index:1050;
  }

  /* Modal vendedores */
  .btnVerMas {
    color: #00acee;
  }
  .btnVerMas:hover {
    text-decoration: underline;
    cursor: pointer;
  }

.modalCorreo {
    z-index: 2000;
}

.modalVendedor {
    z-index: 1999;
}

/* Fixed WhatsApp Button Styles */
.whatsapp-button {
    position: fixed;
    bottom: 20px; /* Distance from bottom */
    right: 20px; /* Distance from right */
    background-color: #075e54; /* WhatsApp green */
    color: white; /* White icon color */
    width: 60px; /* Button size */
    height: 60px;
    border-radius: 50%; /* Circular button */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Subtle shadow */
    cursor: pointer;
    z-index: 1000; /* Ensure it's on top */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 35px;
}

.whatsapp-button:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4); /* Enhance shadow */
}

.whatsapp-button .fa-whatsapp {
    color: white !important;
}

/*Responsive Web Design*/
@media only screen and (max-width:991px){
    .img-share {
        bottom: 116px;
    }
    .img-qr-modal {
        bottom: 99px !important;
    }    
    .m_terreno_lista_propiedad {
        margin-left: -3px !important;
    }
    
}

@media only screen and (min-width:610px) and (max-width:992px){
    .header .user{
        left: 169px;
    }
}
@media only screen and (max-width:609px){
    
    .header img{
        width: 250px;
        margin-left: -23px;
    }
    .header .user{
        position: relative;
        left:60px;
        
        

    }
    .frm-busquedaXsector {
        position: relative;
        top: 120px;
    }
    .h3Vigentes2{
        position:relative;
        top:90px;
        font-size: 20px;
        text-decoration: underline !important;
    }

    .frm-busquedaXsector2 {
        position: relative;
        top: -15px;
    }
    .h3Vigentes{
        position:relative;
        top:20px;
        font-size: 20px;
        text-decoration: underline !important;
    }
    
    .header{
        height: 100px;
    }
    .copyright p:first-child{
        margin-top: 200px;
    }
    .copyright-detalle p:first-child{
        margin-top: 70px;
    }
    .wardrobe, .miniSplit{
        margin-right: -20px;
    }
    .wardrobe img, .minisplitIcon img{
        width: 15px !important;
        height: 15px !important;
    }
    
    
    
    .section{
        margin-top: 120px;
    }
    .section .slider{
        width: 250px;
        height: 300px;
        margin-left: 5px;
        margin-top: 70px;
        
        
        
        
        
        
    }

    
    .section .slider div img{
        width: 250px;
        height: 300px;
        
    }
    .section .slider div .imgSlider{
        height: 400px;
    }
    .section .slider div .body{
        /*height: 33%;*/
        padding: 0 20px;
    }
    .contenido-slider .m_terreno{
        
    }
    .section .slider div .body p{
        font-size: 12px;
    }
    .section .slider div .body h5{
        font-size: 12px;
    }
    .section .slider-bottom{
        margin: 0 auto;
        width: 310px;
        height: 140px;
        margin-left: 40px;
        
    }
    .section .slider-bottom div{
        width: 100%;
        
    }
    .section .slider-bottom div img{
        width: 300px !important;

        
    }
    .section .slider-bottom div p{
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;

    }
    
    
    
    
    .section .slider-right h3{
        width: 100%;

    }
    .section .slider-right{
        display: flex;
        float: none;
        justify-content: center;
        margin-bottom: 20px;

        clear: both;

    }
    .section .slider-right div img{
        width:200px;
        margin: 10px 3px;
        margin-left: 60px;
    }
    .section .slider-bottom div img{
        width: 85px;
        
    }
    .section .slider-right{
        display: none;
    }
    .section .slider-bottom{
        display: none;
    }
    .formulario{
        margin-top: 70px;
    }
    form{
        display: block;
    }
    
    .aside-mobile .list li a{
        font-size: 35px;
        
    }
    .vigentes{
        margin-left: 0px;
        top: 88px;
        margin-bottom: -19px;
    }
    
    
    
   
   
}

@media only screen and (min-width:768px) and (max-width:992px){
    .buscar{
        margin-top: 80px;
    }
    .section{
        margin-top: 250px;
        z-index: 0;
    }
    .section .slider-right{
        display: block;
        justify-content: center;
    }
    .section .slider-right div img{
        width: 400px;

    }
}
@media only screen and (max-width:400px){
    .informes-asesor{
        position: relative;
        left: 30px;
    }
}
@media only screen and (min-width:992px){
    .header-mobile .logo p{
        left: 262px !important;
        top: 13px;
        font-weight: bolder;
        
        font-size: 30px !important;
    }
    .creditos-detalle ul{
        margin-left: 140px;
    }
    .copyright-detalle{
        margin-top:100px;
    }
    .header-mobile #user{
        margin-left: 80px;
    }
    
}
@media only screen and (min-width:768px) and (max-width:850px){
    
    .aside .list li a i{
        width: 20px;
    }
    .section .slider{
        width: 600px;
        height: 500px;
        margin-bottom: 170px;
        
        
       
        
        
    }
    
    .section .slider img{
        width: 600px;
        height: 600px;
        
    }
    
    
}

@media only screen and (min-width: 975px){
    .aside .list {
        bottom: 0px;
        padding: 0px 0px;
    }
}

@media only screen and (max-width:992px){
   
    .busqueda{
        position: relative;
        top: 200px;
        
    }
    .footer-detalle .ubicacion{
        margin-bottom: -33px;
    }
    .busqueda div a img{
        width: 300px;
    }
    
    .buscar{
        top: 120px;
        position: relative;
    }
    .aside .list li{
        position: relative;
        left: 17px;
        padding: 0px 5px;
        
        
    }
    .asesores{
        margin-top: 240px;
    }
    
    .aside{

        width: 100%;
        position: relative;
        top: 66px;
        position: fixed !important;
        z-index: 1000;
        right: 1px;
        padding:10px 0;
        
        
        
       
        
    }
    .aside .list {
        display: flex;
        width: 100%;
        list-style: none;
        margin: 0 auto;
        
        
        padding-top: 10px;
        
        
        
        background-color: black;
        
        
    }

    .aside .list p{
        display: inline-block;
        position: relative;
        top: 23px;
        right: 45px;
        
    }
    
    
    
    .aside .list ul{
        display: flex;
        
        
        
    }
    .aside .list li{
        margin-left: -52px;
        padding: 10px 0;
    }
    .aside .list {
        display: flex;
        position: relative;
        list-style: none;
        
       
        z-index: 1;
        justify-content: space-around;
        background-color: black;
        
        
        
        


        
    }
    .header-mobile{
        
        z-index: 1000;
        width: 100%;
        
        display: flex;
        flex-direction: row;
        
    }
    .aside .list li a{
        margin: 0px 75px;
        font-size: 46px;
       
        
        
        
        
    }
    
    .formularios{
        margin-top: 242px;
    }

    .detalle-propiedad{
        width: 100%;
       
       
    }
    .detalle-propiedad .btnRegresar{
        margin-top: 70px;
    }
    .contactar{
        display: flex;
        justify-content: center;
    }
    .creditos-detalle ul{
        left: 1px;
        
    }
    .footer-detalle{
        justify-content: center;
        margin: 0 auto;
    }
    .lista-propiedad .lista-ocultar{
        display: none;
    }
    

}

/* Google Chrome */
@media only screen and (max-width:558px){

}

@media only screen and (max-width:767px){
    .info-propiedad{
        margin-top: -38px !important;
    }
    .footer-detalle{
        bottom: 86px;
    }
    .p-inicio{
        left:-34px !important;
    }
    .p-ubica{
        right: 37px !important;
    }

    .footer-detalle .vendedor-detalle img{
        width: 290px;
    }
    .footer-detalle .vendedor-detalle .nombre{
        width: 340px;
    }
    .footer-detalle .vendedor-detalle .iconos{
        width: 290px;
    }

    .footer-detalle iframe{
        width: 290px;
    }
    
    .aside .list li{
       margin-top: 5px;
        
        
    }
    
    .aside .list li a{
        margin: 0px 40px;
        font-size: 34px;
        
        
        
        
    }

    .aside .list li a img{
        width: 45px;
        position: relative;
        bottom: 7px;
    }
    
    .aside .list li a i{
        width: 20px;
    }

    .buscar{
        
        position: relative;
        top: 240px;
        z-index: 0;
        margin-left: 4px;
        margin-top: 70px;
    }

    .formularios{
        margin-top: 242px;
    }
    .detalle-propiedad .fotorama{
        margin-left: 0px;
    }
    .asesores{
        width: 100%;
    }
    .asesores .vendedor-detalle{
        width: 320px;
        

        
    }
    .asesores .vendedor-detalle .nombre{
       
       width: 300px;
       position: relative;
       margin: 0 auto;
       
    }
    .asesores .vendedor-detalle img{
        width: 300px;
    }
    .asesores .vendedor-detalle .iconos{
        width: 320px;
        margin: 0 auto;
        position: relative;
        bottom: 50px;
    }
    .asesores .vendedor-detalle{
        margin-left: -60px;
    }
    .creditos-detalle{
        position: relative;
        text-align: center;
        
    }
    .creditos-detalle ul{
        display: flex;
    }

    .qr_modal {
        max-width: 300px;
        justify-content: center;
        margin: 0 auto;
    }
    .img-share {
        left: 10px;
    }
    .lista-propiedad {
        position: absolute;
        top: 0%;
        width: 100%;
        text-align: center;
    }
    .lista-propiedad li {
        margin-top: 10px;
    }
    .lista-propiedad li h3, .lista-propiedad li span{
        font-size: 16px;
    }
    .lista-propiedad li h3 img{
        width: 20px !important;
    }
    .lista-propiedad div {
        margin: 0 4px;
    }
    .icono_sanitarios_lista_propiedad {
        margin-left: 6px;
        font-size: 18px !important;
    }
    .li-drone {
        width: 100%;
        position: relative;
        bottom: 10px;
    }
    .btn-buscarcasa-posicionado {
        position: relative;
        left: -40px;
        bottom: 184px;
    }
    
}
@media only screen and (max-width: 457px){
    .aside .list li a{
        margin:0px 20px;
    }
}
@media only screen and (max-width:360px){
    .aside .list li a{
        margin:0px 15px;
    }
}

@media only screen and (min-width:993px) {
    .section .slider{
        margin-top: 110px;
    }
}
@media only screen and (min-width:1200px){
    .section .slider div .imgSlider{
        height: 578px;
        width: 1200px !important;
    }
    
    .section .slider{
        margin-left: 80px;
        margin-top: 110px;
        display: flex;
        justify-content: center;

    }
    .section .slider-right{
        margin-right: 20px;
    }
    .header .user a{
        margin-left: 50px;
    }
    .informes-asesor{
        margin: 0 auto;
    }
    .carousel {
        width: 1200px;
    }
    .contenido-video-drone {
        margin-bottom: 575px;
    }
    .modal-video-drone {
        margin-top:180px;
    }

    .modalBusquedaSimilares-content {
        margin: 0 auto;
        width: 179px;
        height: 160px;
        margin-top: 100px;
    }

}

@media only screen and (max-width:930px){
    .detalle-propiedad .info-propiedad{
        font-size: 18px;
        text-align: center;
        margin-left: 1px;
    }
    .detalle-propiedad .info-propiedad .lista{
        text-align: center;
    }
    .footer-detalle .vendedor-detalle{
        text-align: center;
    }
}

@media only screen and (min-width:992px) and (max-width:1236px){
    .asesores .vendedor-detalle img{
        width: 280px;
    }
    .asesores .vendedor-detalle .nombre{
        width: 340px;
    }
}

@media only screen and (min-width:768px) and (max-width:992px){
    .asesores .vendedor-detalle img{
        width: 310px;
    }
    .asesores .vendedor-detalle .nombre{
        width: 385px;
    }
    .creditos-detalle{
        margin-right: 50px;
    }
    .creditos-detalle ul{
        display: flex;
        flex-direction: column;
        
        
    }
    
    
}

@media only screen and (min-width:768px){
    #btnMeInteresa2 {
        bottom: 49px;
    }
}

@media only screen and (max-width:768px){
    
    .imagen_360{
        width: 100%;
        height: 340px;
        border: none;
        max-width: 100%;
        margin-top: 157px;
      }
      .imagen_360 .contenedor_imagen360 iframe{
        width: 100%;
        height: 340px !important;
        border: none;
        max-width: 100%;
      }
      .embed-responsive-16by9 {
        padding-bottom: 117.25% !important;
      }
      #btnMeInteresa2 {
        bottom: 39px;
    }
    
}



@media only screen and (min-width:993px) and (max-width:1320px){
    .busqueda div img{
        width: 280px;

    }
}

@media only screen and (max-width:400px){

    .lista-propiedad {
        top:8%;
    }
}