.btn-style-out{
	
	font-size: 15px;
	line-height: 28px;
	color: #00aaad;
	padding: 20px 20px;
	font-weight: 600;
	overflow: hidden;
	/*border-radius: 50px;*/
	background-color: #ffffff;
    border: 1px solid #00aaad;
    height: 70px;
    width: 200px;
      -webkit-transition: all 0.3s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;

}

.btn-style-out:hover{
	color: #fff;
    background-color: #00aaad;
    border: 1px solid #fff;
}

/*00aaad  043057*/
.fondo-desvana-verti {
background: #043057;
background: -moz-linear-gradient(top, #043057 20%, #00aaad 100%);
background: -webkit-gradient(left top, left bottom, color-stop(20%, #043057), color-stop(100%, #00aaad));
background: -webkit-linear-gradient(top, #043057 20%, #00aaad 100%);
background: -o-linear-gradient(top, #043057 20%, #00aaad 100%);
background: -ms-linear-gradient(top, #043057 20%, #00aaad 100%);
background: linear-gradient(to bottom, #043057 20%, #00aaad 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043057', endColorstr='#00aaad', GradientType=0 );
    padding: 6px 0 6px;
    
    -webkit-box-shadow: inset 0px 4px 5px 0px rgba(3,28,51,0.45);
-moz-box-shadow: inset 0px 4px 5px 0px rgba(3,28,51,0.45);
box-shadow: inset 0px 4px 5px 0px rgba(3,28,51,0.45);
}

.fondo-desvana-hor {
   /* background-color: #043057;*/
    background: #043057;
background: -moz-linear-gradient(-45deg, #043057 0%, #043057 35%, #00aaad 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, #043057), color-stop(35%, #043057), color-stop(100%, #00aaad));
background: -webkit-linear-gradient(-45deg, #043057 0%, #043057 35%, #00aaad 100%);
background: -o-linear-gradient(-45deg, #043057 0%, #043057 35%, #00aaad 100%);
background: -ms-linear-gradient(-45deg, #043057 0%, #043057 35%, #00aaad 100%);
background: linear-gradient(135deg, #043057 0%, #043057 35%, #00aaad 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043057', endColorstr='#00aaad', GradientType=1 );
    border-bottom: none;
}

/*.call-to-action a {
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    width: 170px;
    text-align: center;
    background: transparent;
    background: rgba(241,231,103,1);
    background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
    background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    float: right;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}*/


.btn-style-out-ch{
	
	    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    width: 170px;
    text-align: center;
   
    background: #7de4e6;
background: -moz-linear-gradient(top, #7de4e6 0%, #00aaad 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #7de4e6), color-stop(100%, #00aaad));
background: -webkit-linear-gradient(top, #7de4e6 0%, #00aaad 100%);
background: -o-linear-gradient(top, #7de4e6 0%, #00aaad 100%);
background: -ms-linear-gradient(top, #7de4e6 0%, #00aaad 100%);
background: linear-gradient(to bottom, #7de4e6 0%, #00aaad 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7de4e6', endColorstr='#00aaad', GradientType=0 );
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

}

.btn-style-out-ch:hover{
	color: #043057;
    background-color: #043057;
    border: 1px solid #fff;
}

.img-360 { border-radius: 50%; }

.button-green {
    height: 50px;
    width: 150px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    color: #00aaad;
    border: 1px solid #00aaad;
    -webkit-transition: all 0.3s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}


.button-green:hover {
    color: #fff;
    background-color: #00aaad;
    border: 1px solid #fff;
}


.text-alt {font-family: 'Dosis', sans-serif;}

.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-justify {text-align: justify}
.text-bold {font-weight: 700;}
.text-italic {font-style: italic;}
.menu-right {float: right;}
.text-azul {color: #28307d;}
.text-verde {color: #00aaad;}
.text-gris {color: #afafaf;}
.text-bco {color: #fff;}
.text-tachado {text-decoration: line-through;}
.fondo-gray {background-color: #ededed;}
.fondo-bco {background-color: #fff;}

.float-right {float: right;}



/* banner GSUite */

.banner-gsuite-out {
	color: #7f7f7f;
   /* background-color: #fff;*/
    background-color: transparent;
    border: 3px solid #e7e7e7;
}

.banner-gsuite-out-v2 {
	color: #7f7f7f;
   /* background-color: #fff;*/
    background-color: transparent;
    border-bottom:3px solid #e7e7e7;
    border-left: 3px solid #e7e7e7;
    border-top: 3px solid #e7e7e7;
    width: 99.3%;
        
}


.banner-gsuite-gradient {
    height: 8px;
    background: linear-gradient(to right,#de4734 25%, #63b460 25%, #63b460 50%, #6299fa 50%, #6299fa 50%, #6299fa 75%, #f0c32b 75%);
}

.banner-gsuite-txt-left {
	color: #7f7f7f;
    font-size: 33px;
    line-height: 44px;
    margin-left: 36px;
    margin-right: 30px;
    text-align: left;
    margin-top: 30px; margin-bottom: 30px;
}

.banner-gsuite-txt-left-azul {
	color: #254266;
    font-size: 33px;
    line-height: 44px;
    margin-left: 36px;
    margin-right: 30px;
    text-align: left;
    margin-top: 30px; margin-bottom: 10px;
}

.banner-gsuite-txt-left-azul-ch {
	color: #254266;
     margin-left: 36px;
    margin-right: 30px;
    text-align: left;
    font-size: 22px;
    line-height: 32px;
}

.banner-gsuite-imagen {
    bottom:0px;
}
/* banner GSUite */


.divide-menu {border-left: 2px solid #e7e7e7; padding-left: 10px;}

.fondo-gris {background-color: #f9f5f0; padding: 30px; border-radius: 10px;}
.fondo-bco {background-color: #ffffff;}
.fondo-textura01 {background-image: url('https://sinbit.com.mx/inmobiliaria/images/bg-patter3.png');}
.fondo-textura02 {background-image: url('https://sinbit.com.mx/inmobiliaria/images/fondo-textura.jpg');}




ul .lista-b {
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}

li.lista-b { 
  padding-left: 16px; 
}

li.lista-b::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: #00aaad; /* Or a color you prefer */
    font-size: 24px;
}


/*=== List Style One ===*/

.list-style-3{
	position:relative;
}

.list-style-3 li{
	position:relative;
	font-size:14px;
	line-height:22px;
	color: #787878;
	padding-left:20px;
	margin-bottom: 6px;
	/*font-family: "Fredoka One", cursive;*/
}

.list-style-3 li:before{
	content: "\f058";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:12px;
	line-height: 20px;
	padding: 0px;
	color:#00aaad;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.list-style-3 li a:hover{
	color: #28307d;
}

.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
.top40 { margin-top: 40px;}
.top50 { margin-top: 50px;}
.top60 { margin-top: 60px;}
.top70 { margin-top: 70px;}
.top80 { margin-top: 80px;}
.top90 { margin-top: 90px;}
.top100 { margin-top: 100px;}
.top110 { margin-top: 110px;}
.top120 { margin-top: 120px;}

.nega-top10 { margin-top: -10px;}
.nega-top20 { margin-top: -20px;}
.nega-top30 { margin-top: -30px;}
.nega-top50 { margin-top: -50px;}
.nega-top60 { margin-top: -60px;}
.nega-top70 { margin-top: -70px;}
.nega-top80 { margin-top: -80px;}
.nega-top90 { margin-top: -90px;}
.nega-top100 { margin-top: -100px;}

.bottom10 { margin-bottom: 10px;}
.bottom20 { margin-bottom: 20px;}
.bottom30 { margin-bottom: 30px;}
.bottom40 { margin-bottom: 40px;}
.bottom50 { margin-bottom: 50px;}
.bottom60 { margin-bottom: 60px;}
.bottom70 { margin-bottom: 70px;}
.bottom80 { margin-bottom: 80px;}
.bottom90 { margin-bottom: 90px;}
.bottom100 { margin-bottom: 100px;}

.font11 { font-size:11px;}
.font12 { font-size:12px;}
.font13 { font-size:13px;}
.font14 { font-size:14px;}
.font15 { font-size:15px;}
.font16 { font-size:16px;}
.font17 { font-size:17px;}
.font18 { font-size:18px;}
.font19 { font-size:19px;}
.font20 { font-size:20px;}
.font22 { font-size:22px;}
.font24 { font-size:24px;}
.font26 { font-size:26px;}
.font28 { font-size:28px;}
.font30 { font-size:30px;}
.font32 { font-size:32px;}
.font34 { font-size:34px;}
.font44 { font-size:44px; font-weight: 700;}
.font50 { font-size:50px; font-weight: 700;}

.inter14 { line-height: 14px;}
.inter16 { line-height: 16px;}
.inter18 { line-height: 18px;}
.inter20 { line-height: 20px;}
.inter22 { line-height: 22px;}
.inter24 { line-height: 24px;}

.padding20 { padding: 20px;}
.padding30 { padding: 30px;}
.padding40 { padding: 40px;}
.no-padding { padding: 0px;}

.foto-raius { border-radius: 10px;}
    
.slide-alto { min-height: 720px;}

.serv-alto01 { min-height: 780px;}
.serv-alto02 { min-height: 560px;}
.serv-alto03 { min-height: 400px;}
.serv-alto04 { min-height: 180px;}
.serv-alto05 { min-height: 210px;}
.serv-left { margin-left: 100px; margin-top: 20px; margin-bottom: 30px;}

.pie-links { display: block;}
.pie-left { text-align: left;}

@media (min-width: 360px) and (max-width: 767px) {
    .pie-links { display: none}
    .pie-left { text-align: center;}
    .divide-menu {border-left: 2px solid #fff;}
    
    .limelight-feature.home-sinbit {
    margin-top: -32.5px;
    margin-bottom: 90px;
}
    .slide-alto { min-height: inherit;}
    .serv-alto04 { min-height: 100px;}
.serv-alto05 { min-height: 100px;}
.serv-left { margin-left: 10px; margin-top: 20px; margin-bottom: 50px;}
    
    .banner-gsuite-txt-left {
	color: #7f7f7f;
    font-size: 23px;
    line-height: 34px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    margin-top: 30px; margin-bottom: 30px;
   }
    
  .banner-gsuite-txt-left-azul {
	color: #254266;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    margin-top: 30px; margin-bottom: 10px;
}

.banner-gsuite-txt-left-azul-ch {
	color: #254266;
     margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 32px;
   }    

  }




table {
  border-collapse: collapse;
  width: 100%;
}


td {
  padding: 10px;
    font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

tr:hover {background-color:#f1f1f1; }

th {
  background-color: #00aaad;
  color: white;
  text-align: center;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

.th-gris {
  background-color: #868686;
}

.th-ama {
  background-color: #f4d34b;
}

.th-naranja {
  background-color: #ea9f48;
}

.th-rojo {
  background-color: #e47570;
}




.logo-cliente {

    text-align: center;
    padding: 40px;
    border: 1px solid #a7a9ac;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;

}

.linea-tabla {

    padding-right: 30px;
  border-right: 2px solid #ddd;
}

.inmu-menu {
background: #fff;
width: 100%;
padding-right: 5px;
}


.inmu-tabla-esta {
    margin-top: -100px;
    padding: -80px 0px;
    z-index: 2;
    position: relative;
}


.fondo-esta {
    /*margin-top: -30px;*/
    padding: 12px;
    border-radius: 10px;
     height: 90px;
    width: 160px;
    color: #00aaad;
    text-align: center;
    margin-bottom: 30px;
    background-color: transparent;
    

}









.gsuite-table-cara { margin-left: 25px; margin-top: -20px;}



/* contador */
.end { margin-right: 0 !important; }
.wrapper { width: 980px; margin: 30px auto; position: relative;}
.counter { background-color: #ffffff; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }
.counter-number-suffix {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap;
}




