
.segunda-forma{
   background-color:#dee9f1;
   color:#1c1c1c;
   display: none;
 }

#carouselExampleIndicators {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
     }

.carousel-item {
  height: 100vh; /* 100% VERTICAL HEIGH */
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption h2{
    z-index: 800;
}

.carousel-control-next{
   background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.4));  
    background: -moz-linear-gradient(left,rgba(0,0,0,0), rgba(0,0,0,.4));  
    background: -o-linear-gradient(left,rgba(0,0,0,0), rgba(0,0,0,.4));  
    background: linear-gradient(left,rgba(0,0,0,0), rgba(0,0,0,.4));  
  
    -webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;
    opacity: .4;
  
}

.carousel-control-prev{
    background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.4));  
    background: -moz-linear-gradient(right,rgba(0,0,0,0), rgba(0,0,0,.4));  
    background: -o-linear-gradient(right,rgba(0,0,0,0), rgba(0,0,0,.4));  
    background: linear-gradient(right,rgba(0,0,0,0), rgba(0,0,0,.4));  
  
    -webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;
    opacity: .4;
}


.carousel-control-prev:hover{
    opacity: 1; 
    cursor: pointer;
}


.carousel-control-next:hover{
    opacity: 1; 
    cursor: pointer;
}

.carousel_font_hd{
   font-size: 2.3rem;
}

.carousel_font_bd{
   font-size: 1.2rem;
    z-index: 800;
}


.prop-browser{
 width: 100%;
 background-color: aliceblue;
}

.jpnavegacion{
   width: 100%;
   height: 6rem;    
}

[data-jplist-group]{
    width: 100%;
    /*transition: all 0.5s ease-in-out;*/
}

.colorgradiente{
background: rgb(224,234,243);
background: -moz-linear-gradient(180deg, rgba(224,234,243,1) 2%, rgba(224,234,243,0.7987570028011204) 30%, rgba(224,234,243,0) 60%);
background: -webkit-linear-gradient(180deg, rgba(224,234,243,1) 2%, rgba(224,234,243,0.7987570028011204) 30%, rgba(224,234,243,0) 60%);
background: linear-gradient(180deg, rgba(224,234,243,1) 2%, rgba(224,234,243,0.7987570028011204) 30%, rgba(224,234,243,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0eaf3",endColorstr="#e0eaf3",GradientType=1);
}


div.card{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-img-top {
    width: 50%;
    height: 22rem;
}

.card-img-propiedad{
    width: 100%;
    height: 22rem;
}

.card-title{
    font-size: 1rem;
}

.card-line{
    padding: 0;
    margin: 0;
    border-top: 1px solid #ABCE00;
}
.card-text-list{
    padding-top: .4rem;
    font-size: .8rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;     
  margin-left:  0 auto;
  margin-right:  0 auto;
  transition: 1.25s;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0);  /* This works in IE 8 & 9 too .. but also 5, 6, 7 */
  -moz-opacity:0; /* Older than Firefox 0.9 */
  -khtml-opacity: 0; /* Safari 1.x (pre WebKit!) */
   opacity: 0;
}
    
.card-info{
  position: relative;
  width: 100%;
  height: 100%;
}
.card .list-group{
    padding: 0;
    padding-bottom: 3rem!important;
   
}
 
.card-espacio{
    padding-bottom:  3rem;
}

.card-info .content{
  position: relative;
  display:block;    
  margin:0 auto;
  width: 90%;
  height: 70%;
  text-align: center;
  padding-top: 40%; 
  color: #fff;    
}



.card-ribon-vendida {
  position: absolute;
  top: 58px;    
  right: -5px;
  background: #abce00;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px;
  font-weight: 600;
  width: 100%;
}


.card-ribon-venta {
  position: absolute;
  top: 18px;    
  right: -5px;
  background: #313692;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px;
  font-weight: 600;
}
.card-ribon-venta:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #1e3964;
  width: 5px;
  content: " ";
  display: block;
  border-right: 5px solid #f6f6f6;
}
.card-ribon-renta {
  position: absolute;
  top: 54px;    
  right: -5px;
  background: #b7a729;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px;
  font-weight: 600;
}

.card-ribon-renta:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #a29427;
  width: 5px;
  content: " ";
  display: block;
  border-right: 5px solid #f6f6f6;
}

.card-ribon-vacacional {
  position: absolute;
  top: 90px;    
  right: -5px;
  background: #f5b531;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px;
  font-weight: 600;
}

.card-ribon-vacacional:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #e67f37;
  width: 5px;
  content: " ";
  display: block;
  border-right: 5px solid #f6f6f6;
}

.card-ribon-estatus {
  position: absolute;
  top: 140px;     
  width: calc(100% + 20px);
  height: 50px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background: #EDBA19;
  padding: 12px 15px;
  font-weight: 600;  
  color: #fff;
  text-transform: uppercase;
}
.card-ribon-estatus:before, .card-ribon-estatus:after {
  content: "";
  position: absolute;
}
.card-ribon-estatus:before {
  height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #cd8d11;
    border-left: 10px solid transparent;
}
.card-ribon-estatus:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #cd8d11;
  border-right: 10px solid transparent;
}

.card-img-overlay:hover {
    background: rgba(0,0,0,0.6);
    z-index: 8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=100);  /* This works in IE 8 & 9 too .. but also 5, 6, 7 */
    -moz-opacity:1; /* Older than Firefox 0.9 */
   -khtml-opacity: 1; /* Safari 1.x (pre WebKit!) */
    opacity: 1;
  }

.card-text-bottom{
    position: absolute;
    bottom: 1%;
}

.card-servicios{
     margin: 2rem 3rem 2rem 3rem;
}

.card-servicios .card-body{
   margin-bottom: 2rem;   
    
}
.card-container-imagen{
   position: relative;
   margin: 0 auto;
   text-align: center; 
   padding-top: 2rem;    
}

.landing-foto{
    background: url('../img/mazatlan.png') no-repeat center center fixed;
    position:relative;
    width: 100%;
    height: 500px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
  }






/* media queries */

@media only screen and (min-width: 412px) {
  .forma{
    display: none;
   }
    .segunda-forma{
     display: table;
     padding: 1.5rem 1rem 1rem 1.5rem;

    }    
    
  .blockquote{
      font-size:.9rem;    
    }    
    
  .form-group{
    line-height: .5rem;
    font-size: .8rem;  
    }
    
  .landing-foto{
    background: url('../img/mazatlan.png');
    width: 100%;
    height: 230px;
    }
} 

@media only screen and (min-width: 520px) {
  .forma{
    display: block;
   }
    
  .segunda-forma{
     display:none;        
    }
    
  .landing-foto{
    background: url('../img/mazatlan.png') no-repeat center center fixed;
    position:relative;
    width: 100%;
    height: 400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
  }    
  } 



