/* CSS Document */
body{font-size:16px;}
p{font-size:16px;}
@font-face {
  font-family: "Barlow";
  src: url('https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3p-ks51os.woff2');
} 


.pm00{padding:0!important;margin:0!important;}
.panel-title{font-weight:bold;color:#1c4c8d;}

.bgColor{background-color:#1c4c8d!important;	}
.fontColor{color:#1c4c8d!important;	}
.borderColor{border-color:#1c4c8d!important;	}
.bgFirmafy{background-color:#037394!important;}
.bgFirma{background-color:#009846!important;}
.bgFirmalia{background-color:#0d9d4f!important;}
.bgPVT{background-color:#AE4A84!important;}
.bgFreeTax{background-color:#000!important;}
.bgRTM{background-color:#b6114f!important;}

.cc-animate.cc-revoke.cc-bottom {display:none;}
.box-default-1{min-height: 235px;}
.section-footer {
    min-height: 150px;
    padding: 35px;
    font-weight: bold;
    margin-top: 20px;
}  
.link-superior:hover{
	cursor:pointer;
	background-color: #1c4c8d;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;	
}
.imgContain{	background-size:contain!important;	}

.tittle-slider {
    font-family: inherit;
    font-size: 50px;
    color: #ffffff;
    text-shadow: 1px 1px 15px #000;
    font-weight: bold;
    text-align: right;
    line-height: 45px;	
}
.mato010 {margin: 0 10px!important} 
.tittle-emprendis{
    font-family: inherit;
    font-size: 50px;
    color: #1c4c8d;
    text-shadow: 3px 4px 3px #b9b9b9;
    font-weight: bold;
    line-height: 45px;	
	text-align:center;
}

.f12 {font-size: 12px!important;}
.f15 {font-size: 15px!important;} 
.f20 {font-size: 20px!important;} 
.f30 {font-size: 30px!important;} 
.txtIconService{    font-size: 20px!important;    margin-left: 10px;	}
/*.width {35px;}*/
.fa-user:before, .fa-lock:before {color:#fff!important;}
.matop20{margin-top:20px!important;}
.matop50{margin-top:50px!important;}
.matop100{margin-top:100px!important;}
.verify_csv{	background-color:#fff!important;}
.fontWhite {color:#fff!important;}
.borderadius50{    border-radius: 50px;}

.container-ppal{min-height:300px}
.fondo1 {	 background-image: url(https://emprendis.com/Resources/images/background/fondo_1.jpg);
padding: 0px!important;
    margin: 0px!important;
    max-width: 100%!important;
    background-size: cover; }
.fondo2 {	 background-image: url(https://emprendis.com/Resources/images/background/fondo_2.jpg);
padding: 0px!important;
    margin: 0px!important;
    max-width: 100%!important;
    background-size: cover; }
.fondo-las-artes {	 background-image: url(https://emprendis.com/Resources/images/centro_de_negocios/centro-de-negocios.png);
padding: 0px!important;
    margin: 0px!important;
    max-width: 100%!important;
    background-size: cover; }
.fondo3 {	 background-image: url(https://emprendis.com/Resources/images/background/fondo_3.jpg); 
padding: 0px!important;
    margin: 0px!important;
    max-width: 100%!important;
    background-size: cover;}


.icon-big{
	background-color: #1c4c8d;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    font-size: 50px;
    color: #fff;
    line-height: 40px;
    padding: 10px;
}

.icon-big span{
	font-size:20px;
	line-height:15px;
}

.icon-big i{
	width:80px;
}

.icon-round{
    background-color: #1c4c8d;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    font-size: 34px;
    color: #fff;
    padding: 9px;
    text-align: center;	
}
/*****************************************
	LOGIN FORM
******************************************/
                .login-form { margin: 50px auto;  }
                .login-form form {  margin-bottom: 15px; background: #f7f7f7; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);  padding: 30px;   }
                .login-form h2 {   margin: 0 0 15px;  }
                .form-control, .btn {   min-height: 38px;   border-radius: 2px;  }
                .btn {    font-size: 15px; font-weight: bold;    }  
             
#contain-login{  
padding: 0px!important;
    margin: 0px!important;
    max-width: 100%!important;
	}
	
	
/*****************************************
	PRICES TABLE
******************************************/      
	
.pricing-table {
  text-align: center;
}

/* Each pricing-item*/
.pricing-item {
  border-radius: 3px;
  display: inline-block;
  width: 260px;
  height: auto;
  background: #fff;
  margin: 20px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .2s cubic-bezier(.3, .6, .2, 1.8);
  transition: all .2s cubic-bezier(.3, .6, .2, 1.8);}
.pricing-item:hover {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04);
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  }
  .pricing-title{
    width: 100%;
    color: white;
    display: block;
    position: relative;
    background: #1c4c8d;
    padding: 7px;
    font-weight: bold;
    font-size: 20px;
    /*background: #FF4136;
    /background: #2ECC40;*/
  }
  .pricing-title.pricing-featured .pricing-title{
    background: #FF4136;
  }


/* pricing-value */
.pricing-value {
  width: 180px;
  height: 180px;
  padding-top: 46px;
  border-radius: 50%;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  margin: 10px auto;
}
.pricing-value .smallText {
  font-size: 14px;
}
.pricing-value .undertext {
  display: block;
  font-size: 16px;
}
.pricing-item .pricing-value {
  background: #1c4c8d;
  border: 2px solid #1c4c8d;
}
.pricing-item.pricing-featured .pricing-value{
  background: #FF4136;
  border: 2px solid #FF4136;
}

/* List */
.pricing-item .pricing-features {
  margin: 10px 0;
  padding: 0;
  list-style: none;}
  .pricing-item .pricing-features li {
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    /*border-bottom: 1px solid rgba( 0, 0, 0, 0.2);*/
    margin: 0 auto;
  }
  .pricing-item .pricing-features li .keywords {
      font-weight: bold;
    } 

.bottons {
  width: 140px;
  height: 38px;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  margin: 0 auto;
  background: #fff;
  color: #1c4c8d;
  border: 2px solid #1c4c8d;
  cursor: pointer;
  margin-bottom: 10px;
  /*vertical-align: middle;*/
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transition: .2s ease-out;
  /*-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);*/ }
.bottons:hover{
    background: #1c4c8d;
    color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
 
}
.pricing-item .pricing-featured .bottons{
  color: #FF4136;
  border: 2px solid #FF4136;}
.pricing-item .pricing-featured .bottons:hover{
    background: #FF4136;
    color: #fff;
  
}
.etiqueta-Selc {
  z-index: 10;
  width: 180px;
  height: 32px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 5px #888888;
  background: gold;
  border-top: 5px solid gold;
  border-bottom: 5px solid gold;
  transform: rotate(35deg);
  position: absolute;
  right: -47px;
  top: 17px;
}  

/*===========================
2.7 Screen Area
===========================*/

.screen-area {
    position: relative;
}

.screen-area img.screen-img {
    position: absolute;
    left: 50%;
    bottom: 152px;
    width: 506px;
    height: 546px;
    z-index: 111;
    transform: translateX(-50%);
}

.screen-slider {
    margin-top: 116px;
}

.screen-slider .owl-dots {
    text-align: center;
    margin-top: 130px;
}

.screen-slider .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #1c4c8d;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.screen-slider .owl-dots .active {
    background-color: #1c4c8d;
}


/*===========================
END Screen Area
===========================*/
