html {
  font-size: 13px;
  
   }

body {


  position: relative;
  background: #212529;	
  color: #44484a;
  font-family: 'Open Sans', sans-serif; }

.card:hover {
  -webkit-box-shadow: 0 0 10px #0c0c0c3b;
          box-shadow: 0 0 10px #0c0c0c3b; }

/*------------------------
SHOW DE LOS MEDIAS QUERIES
------------------------*/
@media (min-width: 768px) {
  html {
    font-size: 16px; } 
}
.text-primary {
  color: #ff401c !important; }

.btn-primary {
  background-color: #ff401c !important;
  border-color: #b51d00 !important; }

.btn-w{
     font-size:  2rem;
     color: #91AE55;
     margin-right: 10rem !important;
   
   }

.nav-item{
	font-size: 1.3rem !important;
}

.nosotros {
	h1: 2.5rem !important;
	background: #212529;
	text-decoration: #fff;
	font-family: 'Lobster', cursive;
	font-size: 1.75rem;
}

.clientes{
	height: 650px;
	background: #fff;
}

.contenido-seccion{
	background-color: #6c757d;
	font-family: 'Patua One', cursive;
}

.titulos{
	color: #F3782A;
	font-size: 5rem;
}

.subtitulos{
	color: #91AE55;
	font-size: 3rem;

}

.subtitulos1{
	color: #F3782A;
	font-size: 4rem;
	font-weight: bold;
	font-family: serif;
	font-style: oblique;
}

.form-control{background-color:transparent;border:1px solid #304f6f;padding-left:50px;}
.form-control:focus, .has-error .form-control:focus{border-color:#f58e03;box-shadow:0 1px 1px rgba(245, 142, 3, 0.075) inset, 0 0 8px rgba(245, 142, 3, 0.6);}
.form-control:focus + .input-group-icon, #resetPassForm .has-error .form-control:focus + .input-group-icon{background-color:#f58e03;color:#fff;}




.bg-success{
	background-color: #91AE55 !important;
	

}

.card-title{
	@media (max-width: 1092px){
		font-size: 1rem !important;
	}
}

@media (max-width: 768px){

	.titulos{
		font-size: 3rem;
	}

	.subtitulos{
		font-size: 1.5rem;
	}
	
	.subtitulos1{
		font-size: 1rem !important;
                
	}
        
        .nav-item{
	font-size: 1 rem !important;
        }
       
}

.carousel-inner{
	font-family:'Amaranth', sans-serif !important;
}

@media (min-width: 992px) {
		.carousel-item {
			max-height: 600px;
		}
               
	}
.texto{
	font-size: 2rem !important;
	padding-right: 5rem !important;
}