@import "./bootstrap-icons/font/bootstrap-icons.css";


* {
  box-sizing: border-box;
}
body {
  font-family: 'futura_stdbook';
}
  
  /*h1, h2, h3 {
    font-family: 'made_okine_sans_personal_usMd', sans-serif;
  }*/
  
p {
  font-family: 'futura_stdbook';
}
.nav-link {
  font-family: 'futura_stdbook';
    color: black !important;
    background-color: #fff;
    height: 25px;
    width: 120px;
    font-size: 14px !important;   
    margin-right: 30px;
    text-align: center;
}
.navbar-nav {
    width: 80%;
    justify-content: flex-end; 
}
.navbar {
    background-color: #333366 !important;
}
.navbar ul{
    margin-left: auto;
    margin-right: 50px !important;
}
.navbar a{
   padding: 5px;
}
.redes-nav{
  margin-left: 80px;
 }
.redes-nav i{
 color: #fff;
}
.header-logo img{
  position: absolute;
  top: 100px;
  left:80px;
  max-width: 800px;  
}
.banner {
  position: relative;
  top: 0%;
  left: 0%; 
  overflow:hidden;
}
.header-image img{
  width: 100%;
  height: 100%;
}
.postheader{
  background-color: #669999;
  height: 300px;  
  position: relative;
  top: -25px;
}
.rayita0{
  position: absolute;
  top: 150px;
  left:0px;
  width: 200px;
}
.rayita0 img{
  width: 100%;
}
.rayita1{
  position: absolute;
  top: 150px;
  right:0px;
  width: 200px;
}
.rayita1 img{
 width: 100%;
}
.tituloautitos{
  position: relative;
  top: 20px;
  width: 100%;
  margin: 0 auto;
  }
.tituloautitos h2{
  text-align: center;
  color: #fff;
  font-family: 'futura_stdbook';
  font-size: 70px;
}
.autitos{
  position: relative;
  top: 30px;
  margin: 0 auto;
  max-width: 60%;
}
.autitos div {
  text-align: center;
}
.autitos a{
  margin-left:0px; 
  margin-right: 0px;
  background-color: #ddd;
  color: #333366 !important;
  font-family: 'futura_md_btbold';
  margin-top: 5px;
  border-radius: 20px;
  height: 30px;
  display: flex;
  align-items: center;   
  justify-content: center;
}
.autitos img{
  max-width: 200px;
}
#listado{
max-width: 1000px;
margin: 0 auto;
}
.destacados {
  display: flex;  
  position: relative;
  top: -25px;
}
.sidebar {
  width: 350px;
  height: 800px;
  padding: 20px;
}

.ofertas {
  background-color: #f0f0f0;
  flex: 1;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.titulodestacados h2 {
  color: #333366;
  font-size: 65px;
  font-family: 'futura_md_btbold';
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;  
}
.card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  max-width: 300px;
  margin: 0 auto;
}
.card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Número de líneas a mostrar */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; /* Recorte de texto */
}
.card-body {  
  height: 180px;
}
.info-card {  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: left;
}
.info-card a {  
  color: #0d6efd !important;
  text-decoration: underline;
  margin-left: 0px;
}

.contacto {
  max-width: 1000px !important;
  flex-wrap: wrap;
  margin-top: 50px;
}
.contacto h2{
 color: #333366;
 font-family: 'futura_stdbook';
 font-size: 30px;
 text-align: center;
 margin-bottom: 30px;
}
.section-contacto {
  flex-grow: 1;
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  height: 200px;
  text-align: left;
  font-family: 'futura_stdmedium';
  background-color: #333366;
  color: #fff;
  border-radius: 30px;
}

.section-contacto p{
  font-size: 12px;
  font-family: 'futura_stdmedium';
  line-height: 0.8;
  margin-left: 30px;
}
.placeholder-label {
  position: absolute;
  background-color:#333366;
  color: white;
  font-family: 'futura_stdmedium';
  font-size: 16px;
  height: 38px;
  width: 100px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.espacio {
  padding-left: 110px !important;
}
.map-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-container iframe {
  width: 85%;
  height: 450px;
  border: 0;
}

.div-info {
  background-color:#666666; 
  height: 30px;  
  text-align: center; 
}
.div-info p {
  height: 30px;
  font-family: 'futura_stdmedium';
  color: #fff;
  font-size: 14px;
  } 
.div-info a {
  font-size: 14px;
  
} 
.info-map {
  width: 300px;
  max-width: 300px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-map a {
  color: #666666 !important;
}
.logopie {
 max-width: 260px;
 margin: 0 auto;
 margin-top: 50px;
}
.datos {  
  width: 100%;
  display: flex;
  flex-direction: column;
 }
 .datos i, a {
  color: #fff !important;
  font-size: 15px;
  font-family: 'futura_stdmedium';
  margin-left: 15px;
  margin-right: 15px;
 }
 .redespie {
  position: relative;
  top: -50px;
  display: flex;  
  background-image: url('/assets/img/bandaredes.png');
  background-size: cover;
  max-width: 260px;
  margin-left: 15px;
}
.desfase {  
 text-decoration: none !important;
 margin-left: 62px !important;
 margin-bottom: 10px;
  }
 .redespie i{
  width: 80%;
  color: #fff;
  font-size: 22px;
  margin-left: 20px !important;
 }

 .btn-lg, .btn-group-lg > .btn {    
    font-size: 1rem !important;    
}

@media (max-width:1800px) { 
.autitos img {
    max-width: 160px;
}
}
@media (max-width:1560px) {
  .header-logo img {
    max-width: 650px;
} 

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem !important;   
}
}
@media (max-width:1450px) {   
.tituloautitos h2 {
    font-size: 50px;
}
.titulodestacados h2 {  
  font-size: 45px; 
}
.header-logo img {
  max-width: 550px;
}
}
@media (max-width:1367px) { 
  .autitos img{
    max-width: 160px;
  } 
  
}
@media (max-width:1200px) { 
 
  .banner {
    height: 450px;
    width: 100%;
  }
  .header-image img{
    width: 1200px;
    overflow: hidden;  
    margin: 0 auto;
  }
  .header-logo img {
    max-width: 450px;
}
.postheader {
   position: relative;
   top:-78px;
}
.destacados {
  display: flex;
  position: relative;
  top: -78px;
}
.rayita1 {
  display: none;
}
.rayita0 {
   display: none;
}
}
@media (max-width:1024px) { 
  
  .panal img{
    max-width: 300px;
  }
  
.tituloautitos h2 {
    font-size: 35px;
   
}
.autitos{
    max-width: 90% !important;
    margin: 0 auto;
  }

  .autitos img{
    max-width: 130px;
  }

  .autitos a{
    font-size: 11px !important;
  }

.contacto {
  max-width: 800px !important;  
}
.logopie {
  max-width: 240px;  
}

}
@media (max-width:991px) { 
     .navbar {
    display: block !important;
   }
   .navbar-toggler {
    position: absolute;
    top: 2px;
    right: 35px;
  }
  .navbar-toggler-icon {
    width: 1em !important;
    height: 1em !important;
  }  
  .navbar ul {
    margin-top: 25px;
    margin-left: 200px;
 }
  .navbar-nav .nav-link {
    margin-bottom: 15px;
 }
 #contacto{
  width: 80%;
  margin: 0 auto;
}
.autitos {
  max-width:360px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.autitos a{
 max-width: 140px;
 height: 50px;
}
.postheader {
  height: 500px;
  position: relative;
}
.card-body {  
  height: 210px;
}
}
@media (max-width:768px) { 
.header-logo img {
    max-width: 400px;   
}
.rayita1 {
  width: 120px;
}
.rayita0 {
  width: 120px;
}
.card-body {  
  height: 180px;
}
.banner {
  height: 380px;
}
.panal img {
    max-width: 250px;
}
.tituloautitos {
  top: 20px;
}
.autitos {
  top:50px;  
}
.destacados {
  display: block;
}
.sidebar {
  width: 100%;
  height: 400px;
}
.container {
  max-width: 100% !important;
}
.grupofiltros {
  display: flex;
  justify-content: center;
}
.TituloFiltro {
  margin-bottom: 20px !important;
}
.section-title{
  margin-bottom: 10px;
}
.filtros label {  
  margin-bottom: 0px;
}
.sidebar form {
  display: flex;
  flex-direction: column;
}
.filtros {
  max-width: 600px;
  display: flex;
  padding: 0px;  
}
.filtros .form-group{ 
  width: 100%;
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.filtros button{ 
 margin: 0 auto;
}
.logopie {
  max-width: 220px;
}

}
@media (max-width:460px) { 
  .postheader {
    height: 500px;    
}
  .map-container {   
    flex-direction: column-reverse;
 }
 .map-container iframe {
  width: 100%;  
}
.rayita1 {
  display: none;
}
.rayita0 {
  display: none;
}
.logopie {
  max-width: 340px;  
  margin-top: 30px;
}
.info-map {
  max-width: 100%;
  width: 100%;
}
.datos {  
  align-items: center; 
}
.redespie { 
  justify-content: center;
  align-self: center;
}
.autitos img {
  max-width: 120px;
  margin-bottom: 10px;
}
.autitos a {  
  margin-bottom: 15px;
}
.autitos {  
  width: 280px;
}
.inp {
  display: block !important;
}
.ofertas {  
  position: relative;
  top: 80px;
  margin-bottom: 60px;  
}
.tituloautitos h2 {
  font-size: 25px;
  margin-left: 10px;
  margin-top: 45px;
}
.banner {
  height: 420px;
}
.header-image img {
  width: 1500px;
  margin-left: -50px;
}
.header-logo img {
  left: 60px;
  max-width: 320px;
}
.datos i, a {  
  margin-left: 0px;  
}
.desfase {  
  margin-left: 0px !important; 
}
.redespie { 
  width: 320px;  
}
}
@media (max-width:385px) { 
  .header-logo img {    
    max-width: 280px;
}
}

/* RAMA */


 .card-link_title{ 
         position:relative; 
          color: #000;
  }
  .card-link_title a{ 
  color: #000 !important;
	text-decoration: none !important;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Número de líneas a mostrar */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis; /* Recorte de texto */
}  

.card-link_title:hover {
	color: #000;
	text-decoration: none;
}

.card-link_title:visited {
	color: #000;
	text-decoration: none;
}

.card-link_title:active {
	color: #000;
	text-decoration: none;
}

.card-img-top {  
  max-width: 500px;
  margin-bottom: 20px;
}


/* linksLaterales */

.linksLaterales {
	color: #333366;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.linksLaterales:hover {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.linksLaterales:visited {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


.linksLaterales:active {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	
}