@charset "UTF-8";
/*PATRON DE COLORES*/
html {
  font-size: 15px; }

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

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

.encabezado {
  background: rgba(0, 0, 0, 0.97);
  color: #fff;
  padding: 0.5rem 0; }

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

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

/*ESTILOS PARA EL BOTON MEN├Ü*/
.btn-menu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 0.5rem;
  background: transparent;
  color: #fff;
  margin-left: auto; }

/*Evita que el foco del navegador se muestre es un margen al rededor del elemento*/
.btn-menu:focus {
  outline: 0; }

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

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

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

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

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

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

.ita {
  font-style: italic; }

.bold {
  font-weight: 600; }

.texto-encabezado .container p {
  margin-top: 1.5rem; }

.btn-primary {
  color: #fff;
  background-color: rgba(241, 0, 11, 0.93);
  border-color: transparent;
  margin-top: 4rem;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover {
  color: #aa0200;
  background-color: #fff;
  border-color: transparent;
  font-weight: bold; }

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

@-webkit-keyframes flecha-scroll {
  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-scroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
/*SECCI├ôN CON├ôCENOS*/
.valores .col-xs-6 ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0; }

.valores h4 {
  color: #363636;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.8rem; }

.valores ul,
.valores ul li {
  list-style: none; }

.conocenos .container .fa,
.valores ul li .fa {
  list-style: none;
  font-size: 2.3rem;
  border-radius: 50%;
  border: solid 3px #1e88e5;
  overflow: hidden;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 4.7rem;
  color: #1e88e5; }

.container .valores ul {
  margin: 1.5rem 0; }

/*SECCI├ôN TU MEJOR ELECCI├ôN*/
.tu-mejor-eleccion h2 span {
  color: rgba(241, 0, 11, 0.93); }

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

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

.tu-mejor-eleccion ul li .fa {
  list-style: none;
  font-size: 2.3rem;
  background: #1e88e5;
  border-radius: 50%;
  overflow: hidden;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 4.7rem;
  color: #fff; }

.contenedor-eleccion h4 {
  color: #363636;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.8rem; }

/*SECCI├ôN SERVICIOS*/
.servicios {
  background: url("../images/fondo-servicios.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; }

.servicios h1 {
  font-size: 2rem; }

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

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

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

/*SECCI├ôN FOOTER*/
.pie-pag {
  background: #212121;
  color: #fff;
  text-align: center; }

.pie-pag .row h5 {
  font-size: 1.2rem;
  margin: 0 0 1rem 0; }

.pie-pag .row p {
  font-size: .85rem;
  margin: 0.1rem; }

.pie-pag .row p a {
  color: #fff;
  text-decoration: none; }

.pie-pag .contacto p i {
  margin: 0 .8rem 0 0; }

.pie-pag .redes-sociales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

.pie-pag .redes-sociales a {
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0.8rem; }

.pie-pag .redes-sociales .fa-twitter:hover {
  color: #1dcaff; }

.pie-pag .redes-sociales .fa-linkedin-square:hover {
  color: #0077b5; }

.pie-pag .redes-sociales .fa-facebook-square:hover {
  color: #3b5998; }

.pie-pag .redes-sociales .fa-youtube:hover {
  color: #c4302b; }

.ir-arriba {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: rgba(241, 0, 11, 0.93);
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

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

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

  #menu-principal ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 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: #1e88e5;
    border-bottom: 4px solid; }

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

  .servicios img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    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 {
    font-size: 1.5rem;
    margin-bottom: 1rem; }

  /*FOOTER*/
  .pie-pag .redes-sociales {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }
@media (min-width: 992px) {
  html {
    font-size: 16px; }

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

  .tu-mejor-eleccion ul li .fa {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -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 {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

  .contenedor-eleccion {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
        -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 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 1rem;
    margin-right: 0; }

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

  .pie-pag .row p {
    font-size: .9rem; } }

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