/*margenes y paddings*/
.form-process.css3-spinner::before {
  background-color: #FFF !important;
  opacity: 0.5 !important;
}
::selection {
	background: #01A651;
	color: #FFF;
	text-shadow: none;
}
.invalid-feedback {
  display: block !important;
  text-align: right;
}
.m-none {
	margin: none !important;
  }
  .mt-none{
	margin-top: 0px !important;
  }

  .p-none {
	padding: none !important;
  }

  .pt-none {
	padding-top: none !important;
  }

  .pt-xlg {
	padding-top: 100px !important;
  }

  .pt-lg {
	padding-top: 75px !important;
  }

  .pt-md {
	padding-top: 50px !important;
  }

  .pt-sm {
	padding-top: 25px !important;
  }
  
  .pb-lg {
	padding-bottom: 100px !important;
  }
  
  .pb-md {
	padding-bottom: 50px !important;
  }

  .pb-none {
	padding-bottom: none !important;
  }

  .p-sm {
	padding: 10px !important;
  }

  .p-md {
	padding: 30px !important;
  }

  .p-lg {
	padding: 50px !important;
  }
  
  .pr-md {
	padding-right: 50px !important;
  }

  .mt-xlg {
	  margin-top: 100px !important;
  }

  .mt-lg {
	  margin-top: 75px !important;
  }

  .mt-md {
	  margin-top: 50px !important;
  }

  .mt-sm {
	  margin-top: 25px !important;
  }

  .mb-xlg {
	  margin-bottom: 100px !important;
  }

  .mb-lg {
	  margin-bottom: 75px !important;
  }

  .mb-md {
	  margin-bottom: 50px !important;
  }

  .mb-sm {
	  margin-bottom: 25px !important;
  }	
  .mb-none {
	margin-bottom: 0px !important;
}

.mr-sm {
	margin-right: 8px !important;
}

.mr-md {
	margin-right: 20px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 35px !important;
}


/*margenes y paddings*/

/*tipografía*/

.parrafo {
	font-size: 1.07rem;
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
}

.f-medium {
	font-weight: 400 !important;
	font-family: 'Nunito', sans-serif!important;
  }
  
  .f-bold {
	font-weight: 800 !important;
	font-family: 'Nunito', sans-serif!important;}
  
  .f-negro {
	color: #000000 !important;
  }
  
  .f-gris-c {
	color: #202020 !important;
  }
  
  .f-verde {
	color: #01aa43 !important;
  }

  .f-verde-oscuro {
	color: #03682c !important;
  }

 
  /*tipografía*/

  .bg-white-menu{
	background-color: #fff !important;
	;
  }

  .menu-link {
	color: #000000 !important;
  }

  .menu-link:hover {
	color: #01aa43 !important;
  }

.bg-color-verde{
	background-color: #01aa43;
}

.bg-color-verde-oscuro{
	background-color: #03682c;
}

  .bg-color-negro {
	background-color: #000;
  }

  #gotoTop:hover {
	background-color: #03682c!important;
  }

.owl-dots .owl-dot {

	background-color: #03682c !important;
	
  }

  .btn:hover {
	color: #03682c !important;
	background-color: #fff!important;
	border-color:#03682c !important;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #03682c !important;
  color: #fff !important;
  text-decoration: none;
}

.slider-caption h2, .slider-caption .h2 {
  font-size: 4rem !important;
}

@media (max-width: 767px) {

  .logo-default {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #seccion-nosotros {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  

  .align-items-center {
    align-items: center !important;
    justify-content: center;
  }

  .p-5 {
    padding: 1.5rem !important;
  }

  .slider-caption h2, .slider-caption .h2 {
    font-size: 2rem !important;
  }
  
}

@media (max-width: 767.98px){
.slider-caption p {
    font-size: 1rem;
    padding-right: 20px;
    padding-left: 20px;
}
}

@media (max-width: 991.98px) {
  .section-features {
    padding: 45px !important;
    padding-top: 25%!important;
    padding-bottom: 25% !important;
  }

}