@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700|Open+Sans:700|Anton);
html {
  font-size: 30% !important;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 62.5% !important;
  }
}

.btn-gray {
  background: #2f2f2f;
  background-color: #2f2f2f;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-gray:hover {
  background-color: #101010;
  color: #dea428;
}

.btn-yellow {
  background: #dea428;
  padding: 10px 15px;
  color: #fff;
}

.btn-yellow:hover {
  background: #c08c1d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-yellow:active {
  background: #755512;
}

.btn-yellow.btn-xl {
  font-size: 25px;
  font-size: 2.5rem;
}

.btn-green {
  background: #92ae01;
  padding: 10px 15px;
  color: #fff;
}

.btn-green:hover {
  background: #708501;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-green:active {
  background: #282f00;
}

.btn-green.btn-xl {
  font-size: 25px;
  font-size: 2.5rem;
}

@media only screen and (min-width: 1200px) {
  .Ama {
    margin-top: 201px;
    margin-bottom: 133px;
  }
}

.bg-yellow {
  background-color: #dea428;
  color: #fff;
  padding: 7px;
  line-height: 1.5;
}

.bg-green {
  background-color: #92ae01;
  color: #fff;
  padding: 7px;
  line-height: 1.5;
}

.bg-blue {
  background-color: #269ec6;
  color: #fff;
  padding: 7px;
  line-height: 1.5;
}

.green {
  color: #92ae01;
}

.t1 {
  font-family: anton;
  font-size: 44px;
  font-size: 4.4rem;
}

.t1.w {
  color: #fff;
}

.t3 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 15px;
}

.t3.w {
  color: #fff;
}

.t4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
}

.t4.w {
  color: #fff;
}

.soc {
  text-align: left;
  margin-top: 15px;
}

.soc ul {
  margin-left: 0px !important;
}

.slicknav_menu:before {
  float: left;
  height: 40px;
  background: url(../../images/logo.png) no-repeat;
  width: 110px;
  margin-left: 7px;
  margin-top: 0px;
  background-size: cover;
}

.headerLine {
  background: url("../../images/dotbg.png");
  background-repeat: repeat;
  height: 400px;
}

.headerLine #menuF, .headerLine .container {
  position: relative;
  z-index: 2;
}

.headerLine #menuF {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 0px;
}

.headerLine #menuF.fixed {
  position: fixed !important;
  z-index: 999 !important;
}

@media only screen and (min-width: 992px) {
  .headerLine #menuF {
    height: auto;
  }
}

.headerLine #portada-content h1 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .headerLine #portada-content h1 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .headerLine #portada-content h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.headerLine #portada-content .col-img {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .headerLine #portada-content .col-img {
    text-align: left;
  }
}

.headerLine #portada-content .col-img .img-addon {
  background-color: rgba(255, 255, 255, 0.56);
  width: 80%;
  margin-bottom: 20px;
  border-radius: 4px;
}

@media only screen and (min-width: 992px) {
  .headerLine #portada-content .col-img .img-addon {
    margin-bottom: 0px;
    width: 100%;
    background: none;
  }
}

.headerLine #img-addon {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .headerLine #img-addon {
    margin: initial;
    width: initial;
    left: initial;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .headerLine #img-addon {
    width: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .headerLine #img-addon {
    right: 5%;
  }
}

.headerLine.is-loading #bg {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .headerLine {
    height: 500px;
  }
}

@media only screen and (min-width: 992px) {
  .headerLine {
    height: 550px;
  }
}

.pic2Ab, .pic1Ab {
  width: 150px;
  padding-bottom: 40px;
}

.line2 {
  background: url("../../images/dotyellow.png");
  background-repeat: repeat;
}

.line4 {
  background: url("../../images/dotyellow.png");
  background-repeat: repeat;
}

.line5 {
  background: url("../../images/dotyellow.png");
  background-repeat: repeat;
}

.line7 {
  padding-top: 150px;
  background: url("../../images/dotbg.png");
  background-repeat: repeat;
}

.line7 .ftext h3, .line7 .ftext p {
  color: #fff;
}

.line-last {
  background: url("../../images/dotbg.png");
  background-repeat: repeat;
  height: 100px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.line-last:before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  border-bottom: 150px solid #101010;
  border-left: 3000px solid transparent;
}

.lineBlack {
  background: #101010;
}

.lineBlack:before {
  content: "";
  width: 0px;
  height: 0px;
}

.lineBlack .downLine {
  margin-top: 20px;
  margin-bottom: 20px;
}

#news p {
  text-align: justify;
}

#news ul {
  text-align: left;
  padding-left: 20px;
}

#news ul li {
  color: #2f2f2f;
  font-size: 15px;
  font-size: 1.5rem;
  list-style: initial;
  text-decoration: initial;
  display: list-item;
}

#form-contacto input[type='text'], #form-contacto input[type='email'], #form-contacto textarea {
  margin-bottom: 10px;
}

.info-contacto {
  padding-left: 0px;
}

.info-contacto li {
  font-size: 15px;
  color: #fff;
  list-style: none;
}

.info-contacto li i {
  color: #dea428;
  margin-right: 5px;
}

.info-contacto li a {
  color: #fff;
}

.info-contacto li a i {
  color: #dea428;
}

#bg {
  -webkit-transition: pacity 2s ease-in-out;
  transition: pacity 2s ease-in-out;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#bg div {
  -webkit-transition: opacity 3s ease, visibility 3s;
  transition: opacity 3s ease, visibility 3s;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 150%;
}

#bg div.visible {
  -webkit-animation: bg 45s linear infinite;
  animation: bg 45s linear infinite;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

@media only screen and (min-width: 600px) {
  #bg div.visible {
    -webkit-animation: bg 18s linear infinite;
    animation: bg 18s linear infinite;
  }
}

@media only screen and (min-width: 992px) {
  #bg div.visible {
    -webkit-animation: bg 29.25s linear infinite;
    animation: bg 29.25s linear infinite;
  }
}

#bg div.top {
  z-index: 2;
}

#bg div:only-child {
  -webkit-animation-direction: alternate !important;
  animation-direction: alternate !important;
}

@-webkit-keyframes bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@keyframes bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

/*# sourceMappingURL=app-custom.css.map */
