/* =-=-=-=-=-=-= Generales =-=-=-=-=-=-= */

html, body {
	height: 100%;
	width: 100%;
}


body {
	font-family: 'Poppins', sans-serif;
	color: #777;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
    color: black;
}


/* =-=-=-=-=-=-= Menu de Navegación =-=-=-=-=-=-= */


.navbar-nav li{
  padding-left: 5px;
}



nav.navbar {
    background-color: #ffef20;
}
#navegador ul{
    list-style-type: none;
    text-align: center;
 } 

 #navegador li{
    display: inline;
    text-align: center;
    margin: 0 10px 0 0;
    
 } 

 nav li{
    display: inline;
    text-align: center;
    margin: 0 10px 0 0;
    
 } 

 .icono-menu{
     float: right;
     position: relative;
 }
 
 li {
    padding-top: 10px;
    
  }

  .busca-responsive{
    padding-top: 18px; 
    margin-left: 100px;

  }

  @media screen and (max-width: 692px){
    .busca-responsive {
      
      padding-left: 0px;
      margin-left:none;

    }

}

.key-features {
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}

.content-box-grid i {
	font-size: 20px;
	padding-right: 5px;
	vertical-align: middle;
}

.car-feature-list {
  float: left;
  width: 100%;
}
.ul-2{
list-style: none;
padding: 0;
margin: 0;
  margin-left: 0px;
}



/* =-=-=-=-=-=-= Banner =-=-=-=-=-=-= */

 #banner {
	/* background: url("../img/banner.jpg"); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 480px;
	position: relative;
	width: 100%;
}
#banner:before {
	content:'';
	position: absolute;
        top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.555);
}

#banner h1,p,a {
	
	color: #fff;
	position: relative
}

.titulo-banner {
    color: white;
    text-align: center;
    
}

.boton-banner {
   
   
    justify-content: center;
    align-items: center;
 
    
}
.centro {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgb(255 255 255 / 0%);
  border-bottom: 1px solid rgba(0,0,0,.125);
}




/* =-=-=-=-=-=-= Buscador =-=-=-=-=-=-= */

.buscador-back {
   
    background-color: black;
    
}

.buscador {
    
    padding-bottom: 50px;
    padding-top: 50px;
    
}

.text-buscador {
   
    color: #fff;
    
}


/* =-=-=-=-=-=-= Final Buscador =-=-=-=-=-=-= */

/* =-=-=-=-=-=-= Features =-=-=-=-=-=-= */

.text-icon {
   
    color: rgb(0, 0, 0);
    
}

.text-parrafo {
   
    color: rgb(77, 77, 77);
    
}

.div-parrafo{
    text-align: center; 
    padding-top: 45px;       
    padding-right: 20px;       
    padding-bottom: 20px;         
    padding-left: 20px;
}

.container-features {
    
    padding-bottom: 10px;
    padding-top: 70px;
    
}



/* =-=-=-=-=-=-= Final Features =-=-=-=-=-=-= */

/* =-=-=-=-=-=-= Carrusel =-=-=-=-=-=-= */
.owl-carousel .owl-wrapper {
  display: table!important;
}
.owl-carousel .owl-item {
  display: table-cell!important;
  float: none!important;
  vertical-align: middle!important;
}
.clients-carousel .owl-item .item{
  text-align: center!important;
  padding: 15px 30px!important;
}
.clients-carousel .owl-item img{
  max-width: 280px!important;
  max-height: 100px!important;
  display: inline-block!important;
}

/* =-=-=-=-=-=-= Final Carrusel =-=-=-=-=-=-= */

/* =-=-=-=-=-=-= Axel =-=-=-=-=-=-= */
.w-45{

  width: 45%;

}

.bg-gray1{
  background-color: #808080;
}

.pn{
  padding: -100px;

}

.txt{
  font-size: 16px;
}

@media screen and (min-width: 720px){
  .w-35{
    width: 35%;
  }
  
}

@media screen and (max-width: 720px){
  
  .w-75{
    width: 30% !important;
  }
  
  .pro{
    margin-top: -60px;
  }

  .w-sm-85{
    width: 85%;
  }

}

@media screen and (min-width: 720px){
  
  .w-75{
    width: 70% !important;
  }
  .h-10{
    height: 60px !important;
  }

  .pro{
    margin-top: -60px;
  }
}

@media screen and (min-width: 1024px){
  
  .w-75{
    width: 70% !important;
  }

  .pro{
    margin-top: -80px;
  }

  .w-35{
    width: 25% !important;
  }

  .hf{
    height: 100% !important;
  }
}

.line{
  display: inline;
  margin-left: 10px;
}

.plan{
  font-family: 'Times New Roman', Times, serif;
  color: #000000 !important;
}

.bg-Secondary{background-color: #EDECEA !important;}

.delete{
  background-color: #DC514D;
}

.edit{
  background-color: #F9DC49;
}

.space{
  width: 20px;
}

/* =-=-=-=-=-=-= Final sidebar =-=-=-=-=-=-= */


/* =-=-=-=-=-=-= Cards Carros =-=-=-=-=-=-= */
.padding-card{
    padding-top: 70px;
    padding-bottom: 50px;
}
.category-grid-box-1 .image img {
    width: 100%;
    position: relative;
  }
  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  img {
    max-width: 100%;
  }
  img {
    vertical-align: middle;
  }
  img {
    border: 0;
  }
  .category-grid-box-1 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
    display: block;
    width: 100%;
    position: relative;
  }
  .category-grid-box-1 .short-description-1 {
    padding: 15px 15px 15px 15px;
    background: #fff none repeat scroll 0 0;
  }
  .category-grid-box-1 .category-title {
    color: #a0a0a0;
    font-size: 14px;
  }
  .category-grid-box-1::after {
    content: '';
    clear: both;
    display: block;
  }
  .featured-ribbon {
    height: 100px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100px;
    z-index: 1;
  }

  .category-grid-box-1 .price-tag {
    bottom: 3px;
    position: absolute;
    right: 0;
  }
  .category-grid-box-1 .image {
    overflow: hidden;
    position: relative;
  }

  .category-grid-box-1 .price-tag .price span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 30px;
    text-transform: capitalize;
  }

  .ribbon {
    padding: 0 12px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .category-grid-box-1 h3 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 4px;
    text-transform: capitalize;
  }

  .category-grid-box-1 .price-tag .price span{

    background-color: #000000;
  }

  .category-grid-box-1 .price-tag .price span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 30px;
    text-transform: capitalize;
  }
  
  .short-description-1 .location {
    margin-bottom: 10px;
  }
  .location {
    color: #a0a0a0;
    font-size: 16px;
    margin-bottom: 20px;
  }
  p {
    line-height: 1.6em;
    font-size: 16px;
  }
  p {
    margin: 0 0 10px;
      margin-bottom: 10px;
  }

  .category-grid-box-1 .short-description-1 ul {
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }

  .grid-style-2 .ad-info-1, .grid-style-2 .ad-info-1 ul li {
    padding: 0;
  }
  .ad-info-1 {
    background: #fff none repeat scroll 0 0;
    padding: 8px 18px 10px;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #f1f1f1;
  }

 /* =-=-=-=-=-=-= Formularios =-=-=-=-=-=-= */ 
  .boton-formulario {

    margin-top: 20px;
  }
  
  /* =-=-=-=-=-=-= Footer =-=-=-=-=-=-= */
  
  .footer-bg {
    background-color: #ffef20;
}

.padding-footer {
    padding-top: 30px;
    
}

.color-social {
    color: black; 
    border-color: black;
}

@media screen and (max-width: 992px){
    .logo-footer{
 display: flex;
    justify-content: center;
    align-items: center;
    width: auto;

    }

}
  /* =-=-=-=-=-=-= Final Footer =-=-=-=-=-=-= */

  /*======== Mapa de googole ==========*/

  .map-container {
    width: 100%; /* Para que ocupe todo el ancho disponible */
    height: 400px; /* Altura fija o ajustable según necesidad */
    border: 1px solid #ddd; /* Opcional: para darle un borde */
    overflow: hidden; /* Ocultar cualquier contenido fuera del contenedor */
    border-radius: 10px; /* Opcional: esquinas redondeadas */
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0; /* Eliminar bordes del iframe */
}


