@font-face {
  font-family: 'Lato';
  src:url("../fonts/Lato/Lato-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: 'Lato';
  src:url("../fonts/Lato/Lato-Thin.ttf");
  font-weight: 300;
}
@font-face {
  font-family: 'Lato';
  src:url("../fonts/Lato/Lato-bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: 'Lato';
  src:url("../fonts/Lato/Lato-Black.ttf");
  font-weight: 800;
}
/* lg */
@media (min-width: 1200px) {
   

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    
    header{
		height: 100vh;
	}
}

/* sm */
@media (min-width: 767px) and (max-width: 991px) {

 	.navbar-right li a {
		font-size: 12px;
		padding-right: 10px;
	}
	header{
		height: 100vh;
	}
	.social-icons ul li {
		margin-bottom: 10px;
	}
	.price {
		font-size: 16px;
		height: 110px;
		line-height: 30px;
		width: 100%;
	}
	.price span {
		font-size: 40px;
		margin-top: 27px;
	}
	.btn-signup {
		padding: 10px 20px;
	}

    .chavo{
        display: none;
    }
    
}

/* xs */
@media (max-width: 767px) {

	.navbar-collapse.collapse.in{
		padding-right: 115px;
		overflow-y: hidden;
		background: rgba(0,0,0,0.5);
	}
	header {
		padding: 15px;
	}
	#exito {
		padding: 15px;
	}
	#contacto {
		padding: 15px;
		min-height: 90px;

	}

	#avi-pri {
		padding: 10px;
		min-height: 20vh;
	}

	.solution-responsive{
		padding-left: 0px;
	}

	.img-responsive{
		width: 100%;
	}

	.priv, .politic {
		overflow: hidden;
		width: 107%;
		margin: auto;
		padding-bottom: 30px;
	}

	.us div ul {
		padding-left: 60px;
		font-family: Lato;
		font-size: 1.5em;
	}

	.priv>div{
		background-image: url(../img/FNSM.png);
		background-size: cover;
		height: 231px;
		width: 100%;
		margin: auto;
		text-align: center;
		padding: 140px;
		color: white;
		font-weight: bolder;
		position: relative;
		transition: all .3s;
	}


	.text-about h2 {
		display: block;
		width: 95%;
		margin-bottom: 0px;
		font-size: 2em;
		font-family: 'Lato';
	}

	.us div {
		height: 200px;
		padding-left: 0px;
		padding-right: 0px;
		width: 330px;
	}

	.serv div {
		height: 90px;
		padding-left: 0px;
		padding-right: 0px;
	}

	#becli {
		margin-top: 50px;
		margin-bottom: 200px;
	}

	#tit {
		font-size: 12px;
		text-align: center;
		color: #555;
		font-weight: bolder;
	}

	.hiden{
		display: none;
	}

	.responsive{
		
		margin-top: 35px !important;
		margin-bottom: 250px !important;
		
	}

	h4 {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	#servicios {
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url(../img/Imagen_servicios.png);
    	min-height: 150px;
	}

	#software {
		font-size: 33px;
		font-weight: bolder;
	}

	#text-b {
		color: #FFF;
		font-size: 15px;
	}

	.software {
		background-color: #fafafa;
		padding: 10px 0;
	}

	.map-responsive{
		
		width: 365px;
	}

	#expocisiones {
		font-size: 2.4em;
		font-weight: bold;
		color: white;
	}

	#camPoliticas {
		font-size: 2.4em;
		font-weight: bold;
		color: white;
	}

	#text-sol {
		color: #555;
		font-style: oblique;
		font-weight: bold;
		padding: 10px;
	}

	#becli-1 {
		margin-top: 0px;
		margin-bottom: 175px;
		
	}

	.c{
		margin-bottom: 100px !important;
	}

	.res{
		padding-top: 80px;
	}

	.us div p {
		margin: 0px 25px;
		font-size: 1.5em;
		font-weight: normal;
	}

	.us {
		padding-top: 0px;
		padding-bottom: 80px;
	}

	.logo-footer img {
		width: 65px;
	}

	.social-footer div {
		margin: 8px 20px;
	}

	.politic > div {
		background-image: url(../img/NA.png);
		height: 280px;
	}

	.legal{
		width: 295px;
		padding: 10px;
		text-align: center;
    	padding-left: 100px;
	}

	.logo-footer{
		
		text-align: center;
		padding-left: 160px;
		padding-top: 15px;
		
	}

	.software .more {
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 1.5em;
	}

	.img-res-ph{
		width: 70%;
	}

	.social-footer{
		padding-top: 8px;
    	padding-left: 45px;
	}

	.soluciones .more {
		margin: 0;
		padding-top: 20px;
		text-align: center;
		font-size: 2.5em;
		
	}

	.nav>li>a:hover {
		text-decoration: none;
		background-color: transparent !important;
	}

	.icon-solutions{
		width: 380px;
	}

	

	#up {
		padding: 15px;
	}

	.logo-img{
		width: 100%;
	}

	.logo-main {
		clear: both;
		display: block;
		margin: auto;
		padding: 55px 0;
	}

	.logo img {
		height: 65px;
	}


	body {
		font-size: 9px;
	}
    .chavo{
        display: none;
    }
    
	#home-slider .caption h1 {
		font-size: 40px;
	}
	#home-slider .caption {
		font-size: 15px;
		padding: 0 30px;
	}
	.left-control, .right-control {
		font-size: 20px;
		height: 30px;
		line-height: 25px;
		width: 30px;
	}
	#home-slider:hover .right-control {
		right: 15px;
	}
	#home-slider:hover .left-control {
		left: 15px;
	}
	.caption .btn-start {
		font-size: 12px;
		padding: 10px 30px;
	}
	.navbar-brand {
		padding: 0 15px 15px;
	}
	.navbar-toggle {
	  border:1px solid #7c17e2;
	  background-color: #7c17e2;
	}

	.navbar-toggle .icon-bar {
	  background-color: #fff;
	}
	.navbar-right li a {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 10px;
	}

	/*services*/
	section {
		padding: 45px 0;
	}
	.heading {
		font-size: 14px;
		padding-bottom: 45px;
	}
	.heading h2 {
		font-size: 26px;
	}
	.service-info h3 {
		font-size: 20px;
	}
	.our-services .col-sm-4 {
		margin-bottom: 32px;
		padding-bottom: 20px;
	}
	.our-services .col-sm-4:nth-child(4),
	.our-services .col-sm-4:nth-child(5),
	.our-services .col-sm-4:nth-child(6) {
		padding-top: 0;
	}
	.service-icon {
		font-size: 30px;
		height: 65px;
		line-height: 62px;
		width: 65px;
	}
	.our-services .col-sm-4:hover .service-icon:before {
		height: 90px;
		width: 90px;
	}
	.about-info {
		text-align: center;
		margin-bottom: 50px;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.team-members .col-sm-3,
	.pricing-table .col-sm-3,
	#portfolio .col-sm-3,
	.blog-posts .col-sm-4  {
		width: 50%;
		float: left;
	}
	.social-icons ul li a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
	.count .col-xs-6 {
		margin-bottom: 35px;
	}
	#features {
		min-height: 330px;
	}
	#features i {
		font-size: 32px;
	}
	#features h3 {
		font-size: 20px;
	}
	.price span {
		font-size: 50px;
		margin-top: 25px;
	}
	.price {
		font-size: 18px;
		height: 110px;
		line-height: 35px;
		width: 130px;
	}

	

	footer {
		display: inline-block;
		justify-content: space-around;
		align-items: center;
		background-color: #000;
		height: 200px;
	}

	.single-table ul {
		margin-top: 22px;
	}
	.single-table ul li {
		font-size: 14px;
		margin-top: 15px;
	}
	.btn-signup {
		font-size: 12px;
		margin-top: 25px;
		padding: 10px 35px;
	}
	.single-table{
		margin-bottom: 40px;
		padding: 20px;
	}
	#twitter {
		padding-bottom: 75px;
	}
	.twitter-left-control,
	.twitter-right-control {
		top: inherit;
		bottom: 30px;
		height: 25px;
		width: 25px;
		line-height: 23px;
		font-size: 14px;
	}
	.twitter-left-control {
		left: 40%
	}
	.twitter-right-control {
		right: 40%
	}
	#blog {
		overflow: hidden;
	}
	.entry-header h2 {
		line-height: 20px;
	}
	.blog-posts .col-sm-4 {
		margin-bottom: 35px;
	}
	.load-more {
		margin-top: 35px;
	}
	.btn-loadmore {
		font-size: 12px;
		padding: 15px 75px;
	}
	#contact-us .heading {
		padding-top: 35px;
	}
	.contact-info {
		padding-left: 0;
	}
	#footer .footer-bottom {
		text-align: center;
	}
	.footer-bottom p.pull-right {
		float: none !important;
	}
	.pad-software {
    	padding: 10px;
	}
	.obj-slo {
	    margin: 4px 0;
	    font-size: 15px;
	    line-height: 32px;
	}
	#fh5co-intro .fh5co-block {
	    font-size: 8px;
	    line-height: 8px;
	    font-weight: 300;
	    padding: 3px;
	}
	#fh5co-intro h2 {
	    font-size: 15px;
	    margin-bottom: 5px;
	}
	.sett {
		margin-bottom: 10px;
	}
	.services-obj {
	    padding-bottom: 20px;
	}
	.row-bottom-padded-lg {
	    padding-bottom: 1em;
	}
	#app-cabina {
        margin-top: 60px;
	    padding-top: 80px;
	}
	.beneficios-empresa i {
	    font-size: 40px;
	}
	.beneficios-empresa p {
	    margin: 10px 0;
	    font-size: 12px;
	    line-height: 20px;
	}
	.beneficios-consumidor i {
	    font-size: 40px;
	}
	#total-beneficios {
	    padding-top: 20px;
	}
	#info-cabina h2 {
	  padding-top: 80px;
      color: #7c17e2;
	}
	.titmark h1:after {
	    content: "";
	    position: relative;
	    display: block;
	    width: 170px;
	    height: 2px;
	    background: #7c17e2;
	    margin-top: 15px;
	    margin-left: 43px;
	    bottom: 0;
	}
	#home-slider .caption {
	    position: absolute;
	    top: 25%;
	}
	#home-slider .fa-angle-down {
    left: 45%;
	}

	.serv{
		padding-left: 35px;
    	padding-right: 35px;
	}
	

	.header-about {
		padding-top: 0px;
		clear: both;
		display: flex;
		position: inherit;
		bottom: 0;
		justify-content: space-around;
	}

	.text-about {
		text-align: left;
		font-size: 1.4em;
		padding-bottom: 100px;
		padding-top: 0px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {

	.team-members .col-sm-3,
	.pricing-table .col-sm-3,
	#portfolio .col-sm-3,
	.blog-posts .col-sm-4 {
		width:100%;
		float: none;
	}
}


