html {
  font-size: 15px; }

body {
  font-family: 'Open Sans', sans-serif; }

.encabezado {
  background: #fff;
  color: #fff;
  padding: .5rem;
  padding: .5rem;
  transition: all .5s ease; }

.encabezado.fondo-menu {
  padding: 1rem 0;
  transition: all .5s ease; }

.encabezado .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.encabezado .logo {
  width: 110px;
  height: auto; }

.Bienvenido {
  background: url("../images/fondo-encabezado.jpg") no-repeat center;
  color: black;
  background-size: 30%;
  background-attachment: fixed !important;
  height: 100vh;
  display: flex;
  flex-direction: column; }

/*estilos para el boton buscar y menu*/
.boton-buscar,
.boton-menu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #01A5FD; }

.boton-buscar:focus,
.boton-menu:focus {
  outline: 0; }

.boton-buscar {
  margin-left: auto;
  margin-right: .8rem; }

/*Estilos bloque buscar */
#bloque-buscar {
  flex: 1 1 100%; }

.contenedor-bloque-buscar {
  display: flex;
  height: 3rem;
  margin: 1rem 0; }

.contenedor-bloque-buscar input[type="text"] {
  border: .5;
  border-radius: 5px 0 0 5px;
  border-color: #01A5FD;
  padding: 1rem;
  flex: 1 1 auto; }

.contenedor-bloque-buscar input[type="submit"] {
  flex: 1 1 auto;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: #01A5FD;
  color: #fff;
  flex: 0 1 auto;
  padding: 0 1rem; }

#menu-principal {
  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;
  color: #111;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #adacac;
  text-decoration: none; }

#menu-principal ul a:hover,
#menu-principal ul li.active a {
  color: #01A5FD; }

.btn-primary {
  color: #fff;
  background-color: #01A5FD;
  border-color: transparent;
  transition: all .5s ease; }

.texto-encabezado {
  flex: 1 1 auto;
  display: flex;
  align-items: center; }

.texto-encabezado .display-4 {
  margin-top: 11rem;
  font-size: 3rem;
  font-weight: 300; }

.texto-encabezado .btn-primary {
  margin-top: 1rem; }

.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:hover {
  background-color: #009143;
  border-color: transparent; }

.flecha-bajar a {
  font-size: 4rem;
  color: #FFF;
  display: inline-block;
  animation: flecha-animada 2s ease-in-out infinite; }

@keyframes flecha-animada {
  from {
    transform: translateY(0); }
  50% {
    transform: translateY(6px); }
  to {
    transform: translateY(0); } }
/*---------------------------------
SECCION AGENCIA
/---------------------------------*/
.agencia {
  background: #01A5FD;
  color: #FFF; }

.agencia img {
  width: 75%;
  margin: 0 auto;
  display: block; }

/*---------------------------------
SECCION TU MEJOR ELECCION
/---------------------------------*/
.tu-mejor-eleccion h2 span {
  color: #01A5FD; }

.tu-mejor-eleccion ul,
tu-mejor-eleccion ul li {
  list-style: none; }

.tu-mejor-eleccion ul .fa {
  font-size: 2.3rem;
  background: #009143;
  color: #fff;
  border-radius: 50%;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 4.7rem; }

.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: 8rem; }

/*---------------------------------
SECCION servicios
/---------------------------------*/
.servicios {
  background: url("../images/fondo-servicion.jpg") no-repeat center center;
  color: #FFF;
  background-size: cover;
  background-attachment: fixed !important; }

.servicios article {
  display: flex;
  align-items: center;
  margin: 1rem 0; }

.servicios img {
  flex: 0 0 60px;
  overflow: hidden;
  margin-right: 1rem; }

.servicios h3 {
  margin: 0;
  font-size: 1.2rem;
  flex: 1 1 auto; }

.servicios h3 a {
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none; }

.servicios h3 a::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 2 rem;
  margin-left: 1rem;
  opacity: .5;
  position: relative;
  left: 0;
  transition: all .5s ease; }

.servicios h3 a:hover::after {
  left: -.5rem;
  opacity: 1;
  color: #01A5FD; }

/*---------------------------------
SECCION ultimos trabajos
/---------------------------------*/
.ultimos-proyectos a {
  text-decoration: none; }

.ultimos-proyectos a h4 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #111111;
  margin-bottom: 1rem; }

.ultimos-proyectos .container {
  padding-left: 0;
  padding-right: 0; }

.ultimos-proyectos .owl-nav {
  display: flex;
  justify-content: center;
  margin: .5rem; }

.ultimos-proyectos .owl-next,
.ultimos-proyectos .owl-prev {
  font-size: 3rem;
  margin: 0 0.5rem;
  color: #01A5FD; }

.ultimos-proyectos .owl-next:hover,
.ultimos-proyectos .owl-prev:hover {
  color: #009143;
  transition: all .5s ease; }

/*---------------------------------
SECCION piede paginas
/---------------------------------*/
.piedepagina {
  background: #111111;
  color: #FFF;
  text-align: center;
  font-size: .9rem; }

.piedepagina .redes-sociales {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.piedepagina .redes-sociales a {
  color: #fff;
  font-size: 2rem;
  margin: 0 .8rem;
  opacity: .7; }

.piedepagina .redes-sociales a:hover {
  color: #fff;
  font-size: 2rem;
  margin: 0 .8rem;
  opacity: 1;
  transition: all .5s ease; }

.btn-ir-arriba {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #01A5FD;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  transition: all .5s ease; }

.btn-ir-arriba:hover,
.btn-ir-arriba:focus {
  outline: 0;
  text-decoration: none;
  color: #FFF; }

/*---------------------------------
estilo pagina nosotros
/---------------------------------*/
.paginas-internas .Bienvenido {
  height: 50vh; }

.paginas-internas .ruta {
  background: #01A5FD;
  color: #FFF; }

.paginas-internas .ruta a {
  color: #FFF;
  text-decoration: underline; }

.paginas-internas .ruta a:hover {
  text-decoration: none; }

.paginas-internas .card .btn {
  font-size: 1.2rem;
  color: #FFF;
  text-decoration: none; }

.paginas-internas .card-header {
  background: #01A5FD;
  border-radius: 15px;
  text-align: center;
  transition: all .5s ease; }

.paginas-internas .card-header:hover {
  background: #009143; }

/*---------------------------------
estilo pagina servicios
/---------------------------------*/
.paginas-internas .lista-servicios {
  background: #009143; }

.paginas-internas .item-servicios {
  background: #FFF;
  text-align: center;
  border: 5px solid #057705;
  margin-bottom: 1rem;
  padding: 1rem; }

.paginas-internas .item-servicios .fa {
  font-size: 6rem;
  color: #01A5FD;
  margin-bottom: 1rem;
  transition: all 1s ease; }

.paginas-internas .item-servicios:hover .fa {
  transform: rotateY(360deg);
  transform-style: preserve-3d; }

/*------------------------------------
googlemaps
/------------------------------------*/
.map-container-3 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.map-container-3 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/*---------------------------------
MEDDIAS QUERIES
/---------------------------------*/
@media (min-width: 768px) {
  #menu-principal {
    height: auto !important;
    display: block;
    flex: 0 1 auto;
    margin-left: auto;
    order: 1; }

  #menu-principal ul {
    display: flex;
    margin: 0 0 0 0; }

  #menu-principal ul li a {
    padding: .8rem;
    text-transform: capitalize;
    margin: 0 .3rem;
    border-top: 0;
    border-bottom: 4px solid transparent;
    transition: all .5s ease; }

  #menu-principal ul li.active a,
  #menu-principal ul li a:hover {
    color: #01A5FD;
    border-bottom: 4px solid; }

  .boton-buscar {
    margin-left: 1rem;
    margin-right: 0;
    order: 2; }

  #bloque-buscar {
    order: 3;
    position: absolute;
    width: 27rem;
    right: 24rem;
    top: 4.8rem;
    transition: all .5s ease; }

    /*---------------------------------
secccion servicios
/---------------------------------*/
  .servicios article {
    margin: 1rem 0;
    flex-direction: column;
    align-items: center;
    text-align: center; }

  .servicios img {
    flex: 0 0 120px;
    overflow: hidden;
    margin-right: 0rem;
    margin-bottom: 1rem;
    transition: all 1s ease; }

  .servicios article:hover img {
    transform: rotateY(360deg);
    transform-style: preserve-3d; }

  .servicios h3 a::after {
    display: none; }

  .servicios h3 {
    margin: 0 0 .5rem 0;
    font-size: 1.5rem;
    flex: 0 1 auto; }

  /*pagina servicios*/
  .paginas-internas .lista-servicios .col-md-4 {
    display: flex; }

  .paginas-internas .lista-servicios .item-servicios {
    display: flex;
    flex-direction: column; }

  .servicios .btn-secondary {
    margin-top: auto; }

  .paginas-internas .lista-servicios .item-servicios .btn-primary {
    margin-top: auto; } }
@media (min-width: 992px) {
  .servicios {
    background: url(../images/fondo-servicios-grande.jpg) no-repeat center center;
    background-size: cover; } }


a.class_a_href{
pointer-events: none;
cursor: default;
}
/*# sourceMappingURL=estilos.css.map */
