@charset "UTF-8";
html {
  font-size: 20px; }

body {
  font-family: 'Oswald', sans-serif;
  color: #070707; }

/*.bienvenidos {
    background            : url("../images/f1.jpg") no-repeat center center;
    background-color      : $tran1;
    color                 : $foc1;
    background-size       : cover;
    background-attachment : fixed !important;
    height                : 100vh;
    display               : flex;
    flex-direction        : column;
}*/
.bienvenidos {
  position: relative;
  color: #ffffff; }

div.video {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden; }

.encabezado {
  background: #070707;
  color: #ffffff;
  padding: .5rem 0;
  transition: all .5s ease; }

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

.encabezado .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

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

/*Estilos para el boton: buscar y menu*/
.boton-buscar, .boton-menu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #ffffff; }

.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: 0;
  border-radius: 5px 0 0 5px;
  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: #2b4989;
  color: #ffffff;
  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;
  text-align: center;
  color: #8c8888;
  text-transform: uppercase;
  border-top: 1px solid #8c8888;
  text-decoration: none; }

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

/*.texto-encabezado {
    
    flex        : 1 1 auto;
    display     : flex;
    align-items : center;
    color      : $foc1;
}*/
.texto-encabezado {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  height: 100vh;
  width: 100vw; }

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

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

.btn-primary {
  color: #ffffff;
  background-color: rgba(43, 73, 137, 0.3);
  border-color: transparent;
  transition: all .5s ease;
  font-size: 18px;
  padding: 5px 55px;
  letter-spacing: 1.3px;
  border-radius: 10px; }

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

.btn-secondary {
  color: #ffffff;
  background-color: rgba(58, 58, 61, 0.5);
  border-color: transparent;
  transition: all .5s ease;
  font-size: 18px;
  padding: 5px 55px;
  letter-spacing: 1.3px; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:hover {
  background-color: rgba(255, 191, 0, 0.3);
  color: #ffffff;
  border-color: transparent; }

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

.flecha-bajar a:hover, .flecha-bajar a:focus {
  outline: 0;
  color: #FFC107;
  text-decoration: none; }

@keyframes flecha-animada {
  from {
    transform: translateY(0); }
  50% {
    transform: translateY(6px); }
  to {
    transform: translateY(0); } }
/*-----------------------------
SECCION AGENCIA
------------------------------*/
.agencia {
  background: #2b4989;
  color: #ffffff; }

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

/*----------------------------
SECCION TU MEJOR ELECCIÓN
----------------------------*/
.tu-mejor-eleccion h2 span {
  color: #2b4989; }

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

.tu-mejor-eleccion ul li .fa {
  font-size: 2rem;
  background: #2b4989;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  color: #ffffff; }

.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; }

/*-------------------------------
SECCION SERVICIOS
--------------------------------*/
.servicios {
  background: url("../images/f2.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed !important;
  color: #ffffff;
  height: 85vh; }

.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.1rem;
  flex: 1 1 auto; }

.servicios h3 a {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none; }

.servicios h3 a::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 2rem;
  margin-left: 1rem;
  opacity: .5;
  position: relative;
  left: 0;
  transition: all .5s ease; }

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

.servicios p {
  font-size: 1.2rem; }

/*---------------------------------
SECCION ÚLTIMOS PROYECTOS
------------------------------------*/
.ultimos-proyectos a {
  text-decoration: none; }

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

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

.ultimos-proyectos .owl-nav {
  display: flex;
  justify-content: center;
  margin: .3rem 0; }

.ultimos-proyectos .owl-prev, .ultimos-proyectos .owl-next {
  font-size: 3rem;
  margin: 0 .5rem;
  color: #2b4989;
  transition: all .5s ease; }

.ultimos-proyectos .owl-prev:hover, .ultimos-proyectos .owl-next:hover {
  color: #FFC107; }

/*-------------------------------
SECCION contacto
--------------------------------*/
.email {
  background: url("../images/f3.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh; }

.form-input::before {
  content: "\f007";
  position: absolute;
  font-family: "FontAwesome";
  padding-left: 5px;
  padding-top: 5px;
  font-size: 35px;
  color: #9B59B6; }

.form-input:last-child::before {
  content: "\f023"; }

/*----------------------------------------
SECCION PIE DE PAGINA
-----------------------------------------*/
.piedepagina {
  background: #070707;
  color: #ffffff;
  text-align: center;
  font-size: .9rem; }

.piedepagina a {
  text-decoration: none;
  color: #8c8888; }

.piedepagina a:hover {
  text-decoration: none;
  color: #FFC107; }

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

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

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

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

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

/*-------------------------------------------
ESTILOS PAGINA NOSOTROS
--------------------------------------------*/
.paginas-internas .bienvenidos {
  height: 40vh; }

.paginas-internas .ruta {
  background: #2b4989;
  color: #ffffff; }

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

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

.paginas-internas .panel .panel-heading {
  font-size: 1.2rem; }

.paginas-internas .panel .panel-heading a {
  background: #2b4989;
  color: #ffffff;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all .5s ease; }

.paginas-internas .panel .panel-heading a:hover {
  background: #FFC107;
  color: #ffffff; }

/*-------------------------------------------
ESTILOS PAGINA SERVICIOS
--------------------------------------------*/
.paginas-internas .lista-servicios {
  background: url("../images/c2.jpg") no-repeat center center;
  background-size: 100% 100%;
  background-attachment: fixed !important; }

.paginas-internas .lista-servicios .item-servicios {
  background: rgba(196, 194, 194, 0.4);
  text-align: center;
  border: 5px solid #2b4989;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem; }

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

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

/*---------------------------------------------
EMPIEZAN LAS MEDIAS 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: 0px;
    border-bottom: 4px solid transparent;
    transition: all 0.5s ease; }

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

  .boton-buscar {
    margin-left: 1rem;
    margin-right: 0;
    order: 2; }

  #bloque-buscar {
    order: 3;
    position: absolute;
    width: 20rem;
    right: 3rem;
    top: 2.8rem;
    transition: all 0.5s ease; }

  .servicios article {
    margin: 1rem 0;
    flex-direction: column;
    align-items: center;
    text-align: center; }

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

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

  .servicios h3 a::after {
    content: ""; }

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

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

  .servicios p {
    width: 100%; }

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

  .paginas-internas .lista-servicios .col-md-4 {
    display: flex; }

  .paginas-internas .lista-servicios .item-servicios {
    display: flex;
    flex-direction: column; }

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

  .texto-encabezado .display-4 {
    margin-top: 1rem; } }
@media (min-width: 992px) {
  html {
    font-size: 14px; }

  /*.bienvenidos {
      background      : url("../images/f1.jpg") no-repeat center top;
      background-size : cover
  }*/
  .tu-mejor-eleccion ul li {
    display: flex;
    min-height: 7rem; }

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

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

  .contenedor-eleccion {
    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 {
    order: 1;
    margin-left: 1rem;
    margin-right: 0; }

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

  .servicios {
    background: url("../images/f2.jpg") no-repeat center center;
    background-size: cover; } }

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