* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }

ul, ol {
  padding: 0; }

html {
  position: relative;
  min-height: 100vh; }

body {
  overflow-x: hidden;
  color: #6e6e6e;
  margin-bottom: 15%; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  /*Set the fixed height of the footer here */
  background-color: #f5f5f5; }

.navbar, .dropdown-menu {
  background: rgba(255, 255, 255, 0.8); }

.no-seleccionable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/* SLIDE FULLSCREEN */
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* SECCIONS */
.lineSection {
  border-bottom: 1px solid #e6e6e6; }

.full-screen-space {
  height: 30vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

/* TU MEJOR ELECCION */
.tu-mejor-eleccion ul, .tu-mejor-eleccion ul li {
  list-style: none;
  margin: 0; }

.tu-mejor-eleccion ul li .fa {
  font-size: 2.3rem;
  line-height: 4.7rem;
  background: #a4a4a4;
  border-radius: 50%;
  width: 4.7rem;
  height: 4.7rem;
  color: #FFF;
  transition: all 1s ease; }

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

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

#imac {
  display: none; }

.ct-label {
  font-size: 18px;
  fill: #6e6e6e; }

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #146ca4;
  opacity: .3; }

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: #307bb5;
  opacity: .3; }

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
  stroke: #458bc6;
  opacity: .3; }

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
  stroke: #589bd7;
  opacity: .3; }

.mision img, .vision img {
  width: 300px;
  transform: rotate(0);
  transition: all 500ms ease-in-out; }

.mision:hover img, .vision:hover img {
  transform: rotate(15deg);
  transition: all 500ms ease-in-out; }

.art {
  text-align: center;
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem; }

.art .fa {
  font-size: 6rem;
  margin-bottom: 1rem;
  transition: all 1s ease; }

.art:hover .fa {
  color: #35699f;
  transform: rotateY(360deg);
  transform-style: preserve-3d; }

.art:hover {
  border: 1px solid #35699f; }

.btn-secondary {
  border-color: transparent;
  transition: all 1s ease; }

.art:hover .btn-secondary {
  background: #35699f; }

.item h4 {
  font-size: 1.2rem;
  background: #e6e6e6;
  color: #6e6e6e;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none; }

.item h4:hover {
  background: #35699f;
  color: white; }

#map {
  height: 550px;
  width: 100%; }

#galeria ul li {
  float: left;
  width: 20%; }

#galeria ul li img {
  width: 100%;
  filter: grayscale(50%);
  transform: rotateY(0);
  transform-style: preserve-3d;
  transition: all 2s ease; }

#galeria ul li img:hover {
  filter: grayscale(0);
  -webkit-transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform: rotateY(360deg);
  transform-style: preserve-3d;
  transition: all 2s ease; }

#inputPrecio {
  background: #35699f;
  color: #f5f5f5;
  cursor: pointer;
  text-align: center; }

.infoCantidadEtiquetas {
  color: #35699f;
  cursor: pointer; }

.infoCantidadEtiquetas:hover {
  color: orange; }

.quoteForm {
  padding: 2%;
  border-radius: 10px;
  border: 1px solid #e6e6e6; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  z-index: 9999; }

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px; }
  .loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #000; }
    .loading-text span:nth-child(1) {
      filter: blur(0px);
      animation: blur-text 1.5s 0s infinite linear alternate; }
    .loading-text span:nth-child(2) {
      filter: blur(0px);
      animation: blur-text 1.5s 0.2s infinite linear alternate; }
    .loading-text span:nth-child(3) {
      filter: blur(0px);
      animation: blur-text 1.5s 0.4s infinite linear alternate; }
    .loading-text span:nth-child(4) {
      filter: blur(0px);
      animation: blur-text 1.5s 0.6s infinite linear alternate; }
    .loading-text span:nth-child(5) {
      filter: blur(0px);
      animation: blur-text 1.5s 0.8s infinite linear alternate; }
    .loading-text span:nth-child(6) {
      filter: blur(0px);
      animation: blur-text 1.5s 1s infinite linear alternate; }
    .loading-text span:nth-child(7) {
      filter: blur(0px);
      animation: blur-text 1.5s 1.2s infinite linear alternate; }
    .loading-text span:nth-child(8) {
      filter: blur(0px);
      animation: blur-text 1.5s 1.4s infinite linear alternate; }
    .loading-text span:nth-child(9) {
      filter: blur(0px);
      animation: blur-text 1.5s 1.6s infinite linear alternate; }
    .loading-text span:nth-child(10) {
      filter: blur(0px);
      animation: blur-text 1.5s 1.8s infinite linear alternate; }
    .loading-text span:nth-child(11) {
      filter: blur(0px);
      animation: blur-text 1.5s 2s infinite linear alternate; }

@keyframes blur-text {
  0% {
    filter: blur(0px); }
  100% {
    filter: blur(4px); } }
@media (max-width: 991px) and (min-width: 768px) {
  #galeria ul li {
    float: left;
    width: 25%; } }
@media (max-width: 767px) {
  #galeria ul li {
    float: left;
    width: 50%; } }
@media (min-width: 992px) {
  #imac {
    display: inline;
    align-self: center; }

  .tu-mejor-eleccion ul li {
    display: flex;
    min-height: 8rem; }

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

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

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

  #iz .fa {
    order: 1;
    margin-left: 1rem;
    margin-right: 0; }

  .contenedor-eleccion ul li p {
    font-size: .9rem; } }

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