html {
  font-size: 15px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #111111;
}

.bienvenidos {
  background: url("../images/fondo-encabezado.png") no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.encabezado {
  background: #5c0404;
  color: #fff;
  padding: .5rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.encabezado.fondo-menu {
  background: #5c0404;
  padding: 1rem 0;
}

.encabezado .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.encabezado .logo img {
  width: 150px;
  height: auto;
}

.boton-buscar,
.boton-menu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #fff;
}

.boton-buscar:focus,
.boton-menu:focus {
  outline: 0;
}

.boton-buscar {
  margin-left: auto;
  margin-right: .8rem;
}

#bloque-buscar {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.contenedor-bloque-buscar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  margin: 1rem 0;
}

.contenedor-bloque-buscar input[type="text"] {
  border: 0;
  border-radius: 5px 0 0 5px;
  padding: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.contenedor-bloque-buscar input[type="submit"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: #12AFAF;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 1rem;
}

#menu-principal {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

#menu-principal ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0;
}

#menu-principal ul a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #8c8888;
  text-decoration: none;
}

#menu-principal ul a:hover,
#menu-principal ul li.active a {
  color: #940b0b;
}

.texto-encabezado {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.texto-encabezado .display-4 {
  margin-top: 3rem;
}

.texto-encabezado .display-4 .btn-primary {
  margin-top: 1rem;
}

.btn-primary {
  color: #fff;
  background-color: #12AFAF;
  border-color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover {
  background-color: #009500;
  border-color: transparent;
}

.flecha-bajar a {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  -webkit-animation: flecha-animada 2s ease-in-out infinite;
  animation: flecha-animada 2s ease-in-out infinite;
}

@-webkit-keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.agencia {
  background: #570404;
  color: #fff;
}

.agencia img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.tu-mejor-eleccion h2 span {
  color: #ce1313;
}

.tu-mejor-eleccion ul,
.tu-mejor-eleccion ul li {
  list-style: none;
}

.tu-mejor-eleccion ul li .fa,
.tu-mejor-eleccion ul li .far,
.tu-mejor-eleccion ul li .fas {
  font-size: 2rem;
  background: #e20909;
  border-radius: 50%;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 4.7rem;
  color: #fff;
}

.tu-mejor-eleccion ul li .contenedor-eleccion h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: .8rem;
}

.tu-mejor-eleccion ul li {
  min-height: 9rem;
}

.servicios {
  background: url("../images/fondo-servicios.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed !important;
  color: #fff;
}

.servicios article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0;
}

.servicios img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  overflow: hidden;
  margin-right: 1rem;
}

.servicios h3 {
  margin: 0;
  font-size: 1.1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.servicios h3 a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.servicios h3 a::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 2rem;
  margin-left: 1rem;
  opacity: .5;
  position: relative;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.servicios h3 a:hover::after {
  left: -.5rem;
  opacity: 1;
  color: #46403e;
}

.ultimos-proyectos a {
  text-decoration: none;
}

.ultimos-proyectos a h4 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #111111;
}

.ultimos-proyectos .container {
  padding-left: 0;
  padding-right: 0;
}

.ultimos-proyectos .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: .3rem 0;
}

.ultimos-proyectos .container .owl-carousel .owl-nav .owl-prev,
.ultimos-proyectos .container .owl-carousel .owl-nav .owl-next {
  font-size: 3rem;
  margin: 0 .5rem;
  color: #b81414;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ultimos-proyectos .container .owl-carousel .owl-nav .owl-prev:hover,
.ultimos-proyectos .container .owl-carousel .owl-nav .owl-next:hover {
  color: #837b7b;
}

.piedepagina {
  background: #111111;
  color: #fff;
  text-align: center;
  font-size: .9rem;
}

.piedepagina .redes-sociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.piedepagina .redes-sociales a {
  color: #fff;
  font-size: 2rem;
  margin: 0 .5rem;
  opacity: .7;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.piedepagina .redes-sociales a:hover {
  opacity: 1;
}

.ir-arriba {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #12AFAF;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ir-arriba:hover,
.ir-arriba:focus {
  outline: 0;
  text-decoration: none;
  color: #fff;
}

.paginas-internas .bienvenidos {
  height: 50vh;
}

.paginas-internas .ruta {
  background: #570404;
  color: #fff;
}

.paginas-internas .ruta a {
  color: #fff;
  text-decoration: underline;
}

.paginas-internas .ruta a:hover {
  text-decoration: none;
}

.paginas-internas .card-header {
  background: #7a0505;
  color: #fff;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.paginas-internas .card-header:hover {
  background: #918e8d;
}

.paginas-internas .card-header .mb-0 .btn {
  font-size: 1.2rem;
}

.paginas-internas .card-header .mb-0 a {
  display: block;
  text-decoration: none;
}

.paginas-internas .lista-servicios {
  background: #5a5c5a;
}

.paginas-internas .lista-servicios .item-servicios {
  background: #fff;
  text-align: center;
  border: 5px solid #434643;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem;
}

.paginas-internas .lista-servicios .item-servicios .fa {
  font-size: 6rem;
  color: #c70d0db6;
  margin-bottom: 1rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.paginas-internas .lista-servicios .item-servicios:hover .fa {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (min-width: 768px) {
  #menu-principal {
    height: auto !important;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #menu-principal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 0;
  }

  #menu-principal ul li a {
    padding: .8rem;
    text-transform: capitalize;
    margin: 0 .3rem;
    border-top: 0px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  #menu-principal ul li.active a,
  #menu-principal ul li a:hover {
    color: #880606;
    border-bottom: 4px solid;
  }

  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .boton-buscar {
    margin-left: 1rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #bloque-buscar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: absolute;
    width: 20rem;
    right: 3rem;
    top: 2.8rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  /*Seccion servicios*/
  .servicios article {
    margin: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .servicios img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 1rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .servicios article:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .servicios h3 a::after {
    display: none;
  }

  .servicios h3 {
    margin: 0 0 .5rem 0;
    font-size: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }

  .servicios h3 a {
    display: block;
    width: 100%;
  }

  .servicios p {
    width: 100%;
  }

  .servicios .btn-light {
    margin-top: auto;
  }

  /*Pagina servicios*/
  .paginas-internas .lista-servicios .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .paginas-internas .lista-servicios .item-servicios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paginas-internas .lista-servicios .item-servicios .btn-primary {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 16px;
  }

  .bienvenidos {
    background: url("../images/fondo-encabezado-grande.png") no-repeat center top;
    background-size: cover;
  }

  .tu-mejor-eleccion ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 7rem;
  }

  .tu-mejor-eleccion ul li .fa,
  .tu-mejor-eleccion ul li .far {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 1rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .tu-mejor-eleccion ul li:hover .fa,
  .tu-mejor-eleccion ul li:hover .far {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #8a0808;
  }

  .contenedor-eleccion {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .tu-mejor-eleccion ul li .contenedor-eleccion h4 {
    margin-top: 0;
    font-size: 1rem;
  }

  .tu-mejor-eleccion ul:first-child .fa,
  .tu-mejor-eleccion ul:first-child .far {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 1rem;
    margin-right: 0;
  }

  .tu-mejor-eleccion ul li p {
    font-size: .85rem;
  }

  .servicios {
    background: url("../images/fondo-servicios-grande.png") no-repeat center top;
    background-size: cover;
  }
}

.footer {
  background-color: #1c1c1c;
  color: #e0e0e0;
  font-family: 'Segoe UI', sans-serif;
  padding: 20px 0;
}

.footer a {
  color: #e0e0e0;
  font-size: 1.2rem;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #c0cac8;
}

.redes-sociales {
  list-style: none;
  padding: 0;
  margin: 0;
}

.redes-sociales li {
  display: inline-block;
}

.btn-guindo {
  background-color: #800020;
  /* Guindo profundo */
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-guindo:hover {
  background-color: #a00030;
  /* Guindo más claro al pasar el mouse */
  color: #fff;
}

.img-bolivia {
  width: 300px;
  /* ajusta según lo que necesites */
  height: auto;
  /* mantiene proporción */
  display: block;
  margin: 0 auto;
  /* centra si está en contenedor alineado */
}

.agencia img {
  width: 100%;
  /* o ajusta a 80% si quieres margen */
  max-width: 1000px;
  /* evita que se vea demasiado grande */
  display: block;
  margin: 0 auto;
  /* centra horizontalmente */
  border-radius: 10px;
  /* opcional: esquinas suaves */
}

/*diseno exagonal*/
.hexagono {
  width: 250px;
  height: 250px;
  padding: 8px;
  /* Espacio para el borde */
  background-color: black;
  /* Color del borde */
  clip-path: polygon(50% 0%,
      93% 25%,
      93% 75%,
      50% 100%,
      7% 75%,
      7% 25%);
  overflow: hidden;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.img-hexagono {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: inherit;
  /* Mantiene la forma hexagonal */
}

/*ventas*/
.item-servicios.ventas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 12px;
  background-color: #fff;
}

.servicio-imagen {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
  border: 4px solid #800000;
  /* Borde guindo institucional */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.servicio-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servicio-contenido {
  flex: 1;
  min-width: 250px;
}

.servicio-contenido p {
  color: #333;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .item-servicios.ventas {
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }

  .servicio-imagen {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    border: 4px solid #800000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
  }

  .servicio-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.imagen-fija {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
  border: 4px solid #800000;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.imagen-fija img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .imagen-fija {
    width: 100%;
    max-width: 450px;
    height: 450px;
  }
}




/*# sourceMappingURL=estilos.css.map */