@import "bootstrap-icons/font/bootstrap-icons.css";
@import url(assets/css/mi-slider.css);
@import url(assets/css/nivo-slider.css);


* {
  box-sizing: border-box;
}
body {
  font-family: 'montserratmedium';
}
  
  /*h1, h2, h3 {
    font-family: 'made_okine_sans_personal_usMd', sans-serif;
  }*/
  
p {
  font-family: 'montserratmedium';
}
.nav-link {
  font-family: 'montserratmedium';
    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{
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner {
  position: relative;
  top: 0%;
  left: 0%;
  overflow:hidden;
}
.header-image img{
  width: 100%;
  height: 100%;
}
.postheader{
  background-color: #333366;
  height: 250px;
  
}
.panal img{
  max-width: 300px;
}
.tituloautitos{
  position: relative;
  width: 100%;
  top: -220px;
  margin: 0 auto;
 }
.tituloautitos h2{
  text-align: center;
  color: #fff;
  font-family: 'montserratmedium';
  font-size: 40px;
}
.autitos{
  position: relative;
  top: -200px;
  margin: 0 auto;
  max-width: 80%;
}
.autitos a{
  margin-left:0px; 
  margin-right: 0px;
}
.autitos img{
  max-width: 200px;
}
.destacados {
  display: flex;  
}
.sidebar {
  width: 350px;
  height: 800px;
  padding: 20px;
}
.TituloFiltro {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333366;
  height: 50px;
  margin-bottom: 3rem;
}

.TituloFiltro h2 {
  color: #fff;
  font-family: 'montserratmedium';
  font-size: 25px;
  margin: 0; 
  margin-top: 20px;
}

.TituloFiltro i {
  color: #fff;
  font-size: 25px;
  margin-left: 15px;
}
.filtros {
  padding: 20px;
 }
.filtros .form-group{
    margin-top: 20px;
}
.filtros h3{
  font-size: 20px;  
  color: #333366;
  font-family: 'montserratsemi_bold'; 
 }
 .filtros label{
  font-size: 15px;  
  color: #333366;
  font-family: 'montserratmedium';
  margin-right: 25px;
  text-align: left;
 }
 .inp{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.ofertas {
  background-color: #f0f0f0;
  flex: 1;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}
.titulodestacados h2 {
  color: #333366;
  font-size: 45px;
  font-family: 'montserratsemi_bold'; 
}
.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-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: 'ford_antennamedium';
  background-color: #333366;
  color: #fff;
  border-radius: 30px;
}

.section-contacto p{
  font-size: 12px;
  font-family: 'ford_antennamedium';
  line-height: 0.8;
  margin-left: 30px;
}
.placeholder-label {
  position: absolute;
  background-color:#333366;
  color: white;
  font-family: 'montserratmedium';
  font-size: 12px;
  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: stretch;
  background-color: #f8f8f8;
  flex-wrap: wrap; /* para responsividad */
}

/* Columna de info */
.info-map {
  flex: 0 0 20%; /* ocupa el 20% del ancho */
  background-color: #333366;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 260px; /* evita que se achique demasiado */
}

.logopie {
  max-width: 80%;
  margin: 40px auto 0 auto;
}

.datos {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.datos a {
  color: #fff !important;
  font-size: 15px;
  font-family: 'montserratmedium';
  margin-left: 15px;
  text-decoration: none;
}

.desfase {
  margin-left: 62px !important;
  margin-bottom: 10px;
}

.redespie {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.redespie i {
  color: #fff;
  font-size: 22px;
}

.panalpie {
  width: 100%;
}

/* Contenedor de los mapas */
.map-divider {
  flex: 1; /* ocupa el resto del espacio */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
}

.map {
  flex: 1 1 48%; /* dos mapas lado a lado */
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map iframe {
  width: 100%;
  height: 350px;
  border: 0;
}
.div-info {
  background-color:#3399cc; 
  height: 30px;  
  text-align: center; 
}
.div-info p {
  height: 30px;
  font-family: 'montserratmedium';
  color: #333366;
  font-size: 10px;
  padding:  10px; 
} 
.div-info a {
  font-size: 10px;
  padding:  10px; 
} 
@media (max-width:1800px) { 
  .autitos{
     max-width: 90%;
  }
}
@media (max-width:1550px) { 
  .autitos{
    max-width: 95%;
  }
  .autitos img {
    max-width: 160px;
}
}
@media (max-width:1450px) {   
}
@media (max-width:1367px) { 
  .autitos img{
    max-width: 140px;
  }
}
@media (max-width:1200px) { 
  .banner {
    height: 450px;
    width: 100%;
  }
  .header-image img{
    width: 1200px;
    overflow: hidden;  
    margin: 0 auto;
  }
  .autitos {
    max-width: 60%;
    display: flex;
    flex-wrap: wrap;
}
.postheader {
   height: 310px;
}
}
@media (max-width:1024px) { 
  .autitos img{
    max-width: 140px;
  }
  .panal img{
    max-width: 300px;
  }
  .tituloautitos {    
    top: -190px;    
}
.tituloautitos h2 {
    font-size: 35px;
    margin-left: 100px;
}
.autitos {  
  top: -170px; 
}
.sidebar {
  width: 300px;
  padding: 15px;
  height: 250px;
}  
}
@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:600px;
  flex-wrap: wrap;
}
.postheader {
  height: 350px;
  position: relative;
}
.card-body {  
  height: 210px;
}
}
@media (max-width:768px) { 
.header-logo img {
    max-width: 400px;   
}
.card-body {  
  height: 180px;
}
.banner {
  height: 380px;
}
.panal img {
    max-width: 250px;
}
.tituloautitos {
  top: -150px;
}
.autitos {
  top:-120px;
  max-width: 500px;
  flex-wrap: wrap;
}
.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;
}
.map-container {   
    flex-direction: column;
 }
 .map-divider {
  flex-direction: column;
}
.logopie {
    max-width: 400px;
    margin: 30px auto 25px auto;   
}

}
@media (max-width:460px) { 
  .postheader {
    height: 400px;    
}
  .map-container {   
    flex-direction: column-reverse;
 }
.logopie {
  max-width: 300px;  
  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;
}
.autitos {
  margin-left: 20px;
  margin-right: 20px;
}
.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;
}
  .postheader {
    height: 450px;
}
.header-image img {
        width: 1600px;
        margin-left: -370px;
}
}
@media (max-width:395px) { 
          .postheader {
            height: 600px;
        }
        .header-image img {
        width: 1540px;
        margin-left: -370px;
    }
        .header-logo img {
        max-width: 300px;
    }
}


/* 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: #000;
	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;
	
}




.featured {
  color:#000;
  background-color:#f4e64a;
  position:absolute;
  bottom:200px;
  left:20px;
  font-size:11px;
  font-weight:300;
  padding:8px 18px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
}
.featured i {
 color:#000;	
  margin-right:10px;
  font-size:11px;
}



.featured_amp {
  color:#000;
  background-color:#f4e64a;
  position:absolute;
  bottom:0px;
  left:0px;
  font-size:11px;
  font-weight:300;
  padding:8px 18px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
}
.featured_amp i {
 color:#000;	
  margin-right:10px;
  font-size:11px;
}

