
/* xxl - Extra extra large */
@media only screen and (min-width: 1400px) {
  .header-hero-title {
    font-size: 2.8rem;
  }

  .header-hero-wrapper {
    min-height: 680px;
  }

  .header-hero-content {
    min-height: 680px;
  }

}

/* xl - Extra large */
@media only screen and (max-width: 1399px) {
	.navbar-kona .nav-link {
		padding: 0px;
		min-width: 170px;
	}
	.hero-title {
    font-size: 2.2rem;
  }
}

/* lg - Large */
@media only screen and (max-width: 1199px) {
	
    .navbar-logo-icon svg,
    .navbar-logo-icon img {
      height: auto;
      width: 200px;
    }
  	.navbar-kona .nav-link {
  		padding: 0px;
  		min-width: 150px;
  		font-size: 13px;
  	}
	
	
	.header-hero-title {
    	font-size: 2rem;
  	}
  	.hero-title {
    	font-size: 2rem;
  	}


  .flota-card-img {
    height: 140px;
  }

  .flota-card-img img {
    max-height: 120px;
  }

  
}

/* md - Medium */
@media only screen and (max-width: 991px) {
	
	.espacio,
	.prefooter-section.espacio{
		padding: 100px 0;
	}
	
	.navbar-kona{
		padding-top: 15px;
		padding-bottom: 15px;
	}
  	.navbar-kona .nav-link {
		height: auto !important;
		min-width: auto !important;
		padding: 30px 0 !important;
		
		background: white !important;
		border-bottom: solid 1px #eee;
		
		color: black !important;
		line-height: inherit !important;
    	text-align: left;
  	}
  	

  
  .header-hero-wrapper {
  	min-height: auto;
  }
  .header-hero-bg {
    position: static;
    height: auto;
  }
  .header-hero-content{
  	background: white;
  }
  

  .header-hero-title {
    font-size: 1.8rem;
  }

  .header-hero-text {
	  max-width: 100% !important;
    font-size: 0.9rem;
  }


  .flota-card {
    padding: 20px 15px;
  }


  
}

/* sm - Small */
@media only screen and (max-width: 767px) {

  .header-hero-wrapper {
    min-height: 400px;
  }
  .header-hero-content {
    min-height: 400px;
    padding-top: 30px;
  }
  .header-hero-title {
    font-size: 1.5rem;
  }
  .header-hero-text {
    font-size: 0.85rem;
    max-width: 300px;
  }

  .flota-card {
    margin-bottom: 16px;
  }

  .footer-section {
    padding: 45px 0;
  }
  .footer-section .text-center,
  .footer-section .text-end {
    text-align: left !important;
  }
  .footer-section p{
	  padding: 24px 0;
  }

  .footer-text,
  .footer-links a {
    font-size: 13px;
  }
  .footer-text span{
	  display: block;
  }
  
}

/* xs - Extra small */
@media only screen and (max-width: 575px) {
	
  .header-hero-wrapper {
    min-height: 360px;
  }
  .header-hero-content {
    min-height: 360px;
    padding-top: 20px;
  }
  .header-hero-title {
    font-size: 1.25rem;
  }
  .header-hero-text {
    font-size: 0.8rem;
  } 

  .flota-card {
    padding: 18px 12px;
  }
  .flota-card-img {
    height: 120px;
  }
  .flota-card-img img {
    max-height: 100px;
  }

  .galeria-img-wrapper img {
    height: 180px;
  }

}
