:root {
    --mdc-theme-primary: #3e3c3c !important;
    --mdc-theme-accent: #dc2f21 !important;
    
}
.mdc-typography {
    font-family: 'Poppins', sans-serif !important;
    
}

body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	
}
html {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
}
h1, h2,h3,button,input,span,select,li,ul,a, p,textarea {
	font-family: 'Poppins', sans-serif !important;
}
.boti-accent{
	color:#dc2f21 !important;
}
.datos{
	display: block;
}
.boti-header {
  position: relative;
  background-color: #f9f9f9;
}
.boti-mdc-buscar{
	width:100px !important;
}
.boti_texto p{
	font-size: 16px;
}
.boti-row{
	width: 90%;
    margin: 0 auto;
}
/* contacto */
.gmaps iframe{
	width: 100%;
}
/* busqueda */
.boti_input{
	width:100%;
	display:block;
    height: 48px;
    margin-top: 5px;
	
}
.boti_input select{
	width:100%;
	display:block;
	height:100%;
	font-size: 14px;
	font-family: 'Poppins', sans-serif !important;
}
.boti_input2{
	width:48%;
	height:48px;
	margin-top:5px !important;
	display: inline-block;
}
.boti_input2 select{
	width:100%;
	display:block;
	height:100%;
	max-width:100%;
	font-size: 14px;
	padding-right:5px;
	font-family: 'Poppins', sans-serif !important;
}
.boti_select:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #ff0000 transparent transparent transparent;
    z-index: 5;
    pointer-events: none;
  }
.boti_input2 input{
	width:100%;
	margin-top: 5px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif !important;
}
.boti_button{
	height: 100%;
    display: flex;
    align-items: center;	
}
.boti_botonbuscar{
	display: flex;
	line-height:24px;
}
/* destacados */
#destacados .mdc-card__media {
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
}
.mdc-card__lateral{
	background-color:#ffffff;
	margin-bottom: 5px;
	width:100%;
}
.enviando{
	display: none;
}
/* propiedad */
.aptCredito{
    color: #d66257;
    margin: 2px 0 !important;
    font-weight: 600 !important;
}
.prop_obs{
	color: #d66257;
}
.prop_subt{
	margin-top: 10px;
	margin-bottom:5px;
}
.prop_amb{
	background-color: #d66257;
    color: #fff4f4;
    padding: 0 5px;
    margin: 2px 0;
    display: inline-block;
}
.socialBtn{
	margin-bottom:5px;
	display: block;
}
/* snackbar */
.snackbar {
    display: none;
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* dialog */
.mdl-dialog__title{
	font-size: 1.5rem;
}
/* fin dialog */
/* css overlay imagenes */
.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(220, 47,33,0.3) !important;
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .5s ease;
	}
						
.imagen:hover .overlay {
	bottom: 0;
	height: 100%;
}
.text-link {
	white-space: nowrap; 
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.text-link a{
	color: #fff;
	text-decoration: none;
	font-weight:800;
}
/* */
.boti-navigation a{
	color: #3e3c3c !important;
	font-family: 'Poppins', sans-serif !important;
}
.boti-header .mdl-layout__header-row {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mdl-layout__title {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}
.boti-search-box label{
	color: #666;
}
.is-compact .mdl-layout__title span {
  display: none;
}

.boti-logo-row {
	min-height:120px;
  background-color: #f9f9f9;
  padding-left: 60px;
    padding-right: 60px;
}
.boti-card__text{
	margin: 0 auto;
}
.boti-title-center{
	margin: 0 auto;
}
.boti-producto-img{
	height:200px;
	margin : 0 auto;
	background-color: #fff;
	display: block;
}
.boti-card-img{
	background-color: #fff;
}
.boti-link:hover{
	background-color: #dc2f21;
	color: #ffffff !important;
}
.boti-form-elem{
	display: block;
	margin: 0 auto;
}
.boti-card-img-comercio img{
	height:150px; 
	margin: 0 auto;
	display: block;
	background-color: #fff;
}
.is-compact .boti-logo-row {
  	min-height: auto;
}
#form-envio .mdl-textfield{
	display: block;
	margin:0 auto;
}
.boti-list__item{
	padding:10px !important;
	min-height:35px !important;
}
.boti-breadcrumb-row{
	background-color: #efefef;
    height: 30px;
    line-height: 30px;
}
.boti-breadcrumb-link{
	color: #8c8b8b !important;
	font-weight: 600;
	text-transform: uppercase;
}
.boti-logo {
  	height: 120px;
  	width: auto;
  	line-height:120px;
  	margin: auto auto;
}
.boti-logo img{
	width:auto;
	height: 100%;
}

.is-compact .boti-logo {
  height: 50px;
  width: 100px;
  line-height: 50px;
  margin-top: 7px;
}
.boti-search-box{
	direction: ltl;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.boti-navigation-row {
  background-color:#f9f9f9;
  text-transform: uppercase;
  height: 45px;
  border-top: 1px solid #dcd7d7;
  border-bottom: 1px solid #dcd7d7;
  color: #8c8b8b;
}
.boti-navigation-row a {
	color: #8c8b8b;
}
.boti-navigation-menu{
	
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}


#listaProp{
	padding:10px;
}

.boti-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 42px;
  color: #636363;
  padding: 0 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
}

.boti-header .mdl-layout__drawer-button {
    background-color: #dc2f21;
}
.boti-grid-content{
	width: 100%;
}
.boti-navigation-row .is-active {
  position: relative;
  font-weight: bold;
}

.boti-navigation-row .is-active:after {
  content: "";
  width: 70%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dc2f21;
  left: 15%;
}

.boti-card .mdl-card__title {
  padding-bottom: 0;
}

.boti-blog-card-full-bg {
  background: url(images/example-blog03.jpg) center / cover;
}

.boti-blog-card-event-bg {
  background: url(images/example-blog05.jpg) center / cover;
}

.boti-blog-card-strip-bg {
  background: url(images/example-blog06.jpg) center / cover;
}

.boti-blog-card-compact .mdl-card__title {
  padding-bottom: 0;
}

.boti-blog-card-bg > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}

img.article-image {
  width: 100%;
  height: auto;
}
.boti-card__title{
	color: #dc2f21;
	font-weight: 600;
}
.boti-slider{
	max-with:100%;
}
.boti-max-width {
  max-width: 90%;
  margin: auto;
}
.boti-content{
	/* background-color: #efefef; */
	background-color: #d2d2d2;
}
.boti-copy {
  max-width: 700px;
}

.no-padding {
  padding: 0;
}

.no-left-padding{
  padding-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.padding-top {
  padding: 10px 0 0;
}
.boti-datos li{
	color: #666;
	font-weight:500;
	font-size:1.3em;
	text-align: right;
	font-family: 'Poppins', sans-serif !important;
	
}
.boti-datos{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.boti-share-btn {
  position: relative;
  float: right;
  top: -4px;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.boti-contact .mdl-textfield {
  width: 100%;
}

.boti-contact form {
  max-width: 550px;
  margin: auto;
}

footer {
  background-color:#dc2f21 !important;
  background-size: cover;
}
footer .mdl-logo a{
	color: #fff;
}
.mdl-mini-footer__link-list{
	color: #fff;
}
.boti-card__text{
	background-color: #fff;
}
.boti-slider a{
	text-decoration: none;
}
.boti-menu a{
	text-decoration: none;
	color: #666;
}
.boti-menu a:hover{
	text-decoration: underline;
	color: #dc2f21;
}
/* ocarusel */
 .ocarousel_window {
	width: 100%;
}
.ocarousel {
    display: none;
    padding-top:35px;
    position:relative;
}
.ocarousel span{
	position:absolute;
	right:0;
	top:-48px;
	width:70px;
}
.ocarousel span a.prev,.ocarousel span a.next{
	width:30px;
	height:30px;
	text-align:center;
	background:#dc2f21 url("../images/arrows.png") no-repeat;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
}
.ocarousel span a.prev{
	background-position:0px 2px;
}
.ocarousel span a.next{
	background-position:-40px 2px;
}
.ocarousel span a.prev:hover,.ocarousel span a.next:hover{
	background-color:#444;
}
.ocarousel_window {
        overflow: hidden;
        white-space: nowrap;
        /* default size */
        width:100%;
}
.ocarousel_window_slides {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
            width: 50000px;
            white-space: nowrap;
 }
.ocarousel_window_slides * {
            float: left;
            white-space: normal;
}
.ocarousel_window_slides a{
	border-left:1px solid #F2F2F2;
	padding:0 35px;
}
.ocarousel_window_slides a p{
  display:block;
  font-size:14px;
  color:#a5a5a5;
  float:none;
  text-align:center;	
}
.ocarousel_window_slides a:hover p{
 color:#dc2f21;
 text-decoration:underline;
}
.ocarousel_indicators {
    width: 100%;
}
 
.boti-logo-image{
	height:64px;
}
.mdl-row{
	margin: 10px;
	text-align: right;
}
.boti_button1 button{
	background-color: #dc2f21;
	color: #ffffff;
}
/* tasacion */
.formulario{
	width:80%;
	display: block;
	margin: 0 auto;
}
.formulario .mdc-textfield{
	width: 100%;
	margin: 0 auto;
} 
.formulario button{
	margin-top: 10px;
}

/* mdc */
/* tile */
.mdc-grid-list .mdc-grid-tile__secondary {
   background-color: #dc2f21 !important;
   bottom:25px !important;
   height: 68px !important;
   left:0px !important;
   width: 100% !important;
}
.mdc-grid-tile {
	padding: 0 0px !important;
	margin: 2px 3px !important;
  --mdc-grid-list-tile-width: calc( 33.3333333333% - 6px);
    background-color: #3e3c3c;
}
.mdc-grid-tile__datos{
	position: absolute;
    top: -25px;
    margin-left: -16px;
    margin-right: -16px;
    display: block;
    height: 25px;
    line-height:25px;
    background-color: rgba(93, 93, 93, 0.67);
    width: 100%;
    color: #fff;
}
.mdc-grid-tile__precio{
	position: absolute;
    bottom: -25px;
    margin-left: -16px;
    margin-right: -16px;
    display: block;
    height: 25px;
    line-height:25px;
    background-color: #fff;
    width: 100%;
    color: #000;
    text-align: center;
}
.tile_ambientes{
	width:calc( 50% - 3px);
	display: inline-block;
	text-align:center;
}
.tile_dormitorios{
	width:calc( 50% - 2px);
	display: inline-block;
	text-align:center;
}
.tile_ambientes{
	
}
.icono_amb img{
	height:16px;
	margin-top:2px;
	margin-bottom:1px;
}
.icono_dorm img{
	height:16px;
	margin-top:2px;
	margin-bottom:1px;
	vertical-align: middle;
}

.tile_precio{
	font-weight: 600;
}

/* pagination */
.pagination{
    		width: 90%;
		    margin: 0 auto;
		    height: 24px;
		    padding: 0px;
		    line-height: 24px;
		    position: relative;
		    border-collapse: collapse;
		    white-space: nowrap;
		    font-size: 13px;
		}
		.pagination li {
		    display: inline-block;
		    margin:0 px;
		    padding: 0px !important;
		    border: 1px solid #cacaca;
		}
		.pagination li a{
		    display: block;
		    background-color: #babbbb;
		    padding: 0 8px;
		    font-weight: bold;
		    color: #ff0707;
		    text-decoration: none;
		}
		.pagination li a:hover{
    		color: #37474F;
		}
/* fin paginacion */ 
@media screen and (max-width: 1024px){
	.boti-max-width {  max-width: 95%;}
	.mdc-grid-tile {  --mdc-grid-list-tile-width: calc( 33.3333333333% - 6px);}
}

@media screen and (max-width: 768px){
	.mdc-grid-tile {  --mdc-grid-list-tile-width: calc( 50% - 6px);}
	.boti-logo-row { min-height: 56px;     padding-left: 64px !important;    padding-right: 20px !important;} 
	.boti-max-width { max-width: 100%;}
	.boti-logo{ height: 56px; width: auto; line-height:56px;}
	.boti-logo img{ height: 100%; width: auto;}
	.boti-datos li {font-size: 0.7em;}
	
}
@media screen and (max-width: 479px){
	@include mdc-layout-grid-cell-order(2);
.mdc-grid-tile {  --mdc-grid-list-tile-width: calc( 100% - 6px);}
}
