body {
  font-family: 'Vollkorn', serif;
}
.size {
  font-size: 36px;
  margin-top: 30px;
  background-color: #ffaa16;
  color: #fff;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
}
.size:hover {
  box-shadow: 4px 2px 7px #888888;
  transition: 0.5s ease;
  cursor: pointer;
}
.home {
  background: url('../images/bandera1.jpg') no-repeat;
  background-attachment: scroll;
  background-position-x: 0%;
  background-position-y: 0%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  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;
  height: 70vh;
  text-align: center;
  margin-top: -20px;
  max-width: 100%;
}
.home h5 {
  font-size: 40px;
}
.home .line {
  margin-left: 45%;
  margin-right: 45%;
  border: 3px solid #444;
}
.start h2 {
  text-align: center;
  font-size: 36px;
}
.start #square {
  width: 200px;
  height: 200px;
  border: 3px solid #ffaa16;
  margin: 80px auto 80px;
  transform: rotate(-45deg) skew(2deg);
}
.start .text-no-format {
  transform: rotate(45deg) skew(1deg);
  text-align: center;
}
.navbar-default {
  padding: 25px;
  background-color: #fff !important;
  border-bottom: 1px solid #ececec;
}
.navbar-default .navbar-right li {
  padding-top: 15px;
  font-size: 1.4em;
}
.navbar-default .navbar-right a {
  color: #444 !important;
}
.navbar-default .navbar-right a:hover {
  color: #c04444 !important;
  transition: 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .navbar-default img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 400px) {
  .navbar-default img {
    max-width: 200px;
  }
}
.space {
  margin-top: 15px;
}
.long-space {
  margin-top: 35px;
}
.o-nosotros {
  margin-bottom: 90px;
}
.o-nosotros .info1 {
  text-align: justify;
}
.o-nosotros h3 {
  text-align: center;
  font-size: 2.4em;
}
.o-nosotros p {
  font-size: 1.2em;
  line-height: 30px;
  margin-top: 10px;
}
.o-nosotros .fa-user {
  font-size: 36px;
  margin-top: 30px;
  background-color: #ffaa16;
  color: #fff;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
}
.o-nosotros .fa-user:hover {
  box-shadow: 4px 2px 7px #888888;
  transition: 0.5s ease;
  cursor: pointer;
}
.o-nosotros .fa-medkit {
  font-size: 36px;
  margin-top: 30px;
  background-color: #ffaa16;
  color: #fff;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
}
.o-nosotros .fa-medkit:hover {
  box-shadow: 4px 2px 7px #888888;
  transition: 0.5s ease;
  cursor: pointer;
}
.o-nosotros .fa-clock-o {
  font-size: 36px;
  margin-top: 30px;
  background-color: #ffaa16;
  color: #fff;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
}
.o-nosotros .fa-clock-o:hover {
  box-shadow: 4px 2px 7px #888888;
  transition: 0.5s ease;
  cursor: pointer;
}
.o-nosotros .fa-rss {
  font-size: 36px;
  margin-top: 30px;
  background-color: #ffaa16;
  color: #fff;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
}
.o-nosotros .fa-rss:hover {
  box-shadow: 4px 2px 7px #888888;
  transition: 0.5s ease;
  cursor: pointer;
}
.o-nosotros .fa-check {
  font-size: 36px;
  margin-top: 30px;
  background-color: #ffaa16;
  color: #fff;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
}
.o-nosotros .fa-check:hover {
  box-shadow: 4px 2px 7px #888888;
  transition: 0.5s ease;
  cursor: pointer;
}
.o-nosotros .fa-cloud-upload {
  font-size: 36px;
  margin-top: 30px;
  background-color: #ffaa16;
  color: #fff;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
}
.o-nosotros .fa-cloud-upload:hover {
  box-shadow: 4px 2px 7px #888888;
  transition: 0.5s ease;
  cursor: pointer;
}
.o-nosotros .center {
  text-align: center;
  margin: 0 auto;
}
.o-nosotros .special-line {
  margin-top: 30px;
  text-align: center;
  color: #ffaa16;
  font-size: 20px;
}
.o-nosotros .special-line:before {
  float: left;
  background: #eaeaea;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}
@media only screen and (max-width: 480px) {
  .o-nosotros .special-line:before {
    max-width: 45%;
  }
}
.o-nosotros .special-line:after {
  float: right;
  background: #eaeaea;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}
@media only screen and (max-width: 480px) {
  .o-nosotros .special-line:after {
    max-width: 45%;
  }
}
.offer {
  background-color: #ececec;
  padding: 60px 0;
}
.offer .check {
  margin-top: 10px;
  background-color: #ffaa16;
  border: 1px solid #ffaa16;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
}
.offer .check:hover {
  box-shadow: 5px 0px 5px #888888;
  transition: 0.5s ease;
}
.offer h4 {
  font-size: 30px;
}
.offer h3 {
  font-size: 30px;
}
.offer .line-space {
  border: 1px solid #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
.offer hr {
  border: 2px dashed #fff;
}
.offer p {
  text-align: justify;
  line-height: 27px;
  font-size: 1.2em;
}
.offer .center {
  text-align: center;
  margin: 0 auto;
}
.offer .longer-space {
  margin-top: 60px;
}
.offer h1 {
  text-align: center;
}
.offer .special-line {
  margin-top: 30px;
  text-align: center;
  color: #ffaa16;
  font-size: 20px;
}
.offer .special-line:before {
  float: left;
  background: #fff;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}
@media only screen and (max-width: 480px) {
  .offer .special-line:before {
    max-width: 45%;
  }
}
.offer .special-line:after {
  float: right;
  background: #fff;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}
@media only screen and (max-width: 480px) {
  .offer .special-line:after {
    max-width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .offer h4 {
    margin-top: -70px;
  }
  .offer .mobile-space {
    padding-top: 40px;
    margin: 0;
  }
  .offer .mobile-space-up {
    margin-top: -70px;
    margin: 0;
  }
  .offer .mobile-left {
    margin: 0;
  }
}
.contact {
  margin-bottom: 30px;
}
.contact .size {
  font-size: 40px;
  padding-top: 20px;
}
.contact span {
  font-size: 23px;
  padding-top: 10px;
}
.contact .fa-home {
  font-size: 40px;
  padding-top: 20px;
}
.contact .fa-phone {
  font-size: 40px;
  padding-top: 20px;
}
.contact .fa-envelope-square {
  font-size: 40px;
  padding-top: 20px;
}
.contact h4 {
  text-align: center;
  font-size: 36px;
  margin-top: 30px;
}
.contact .special-line {
  margin-top: 30px;
  text-align: center;
  color: #ffaa16;
  font-size: 20px;
}
.contact .special-line:before {
  float: left;
  background: #eaeaea;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .contact .special-line:before {
    max-width: 45%;
  }
}
.contact .special-line:after {
  float: right;
  background: #eaeaea;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .contact .special-line:after {
    max-width: 45%;
  }
}
.contact .maps {
  width: 600px;
  height: 450px;
}
@media only screen and (max-width: 670px) {
  .contact .maps {
    display: none;
  }
}
.footer {
  background-color: #ececec;
  padding: 10px;
}
/*# sourceMappingURL=style.css.map */