* {
  padding: 0;
  margin: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-gutter {
  margin: 0 !important;
}

.divider {
  width: 100%;
  height: 1px;
  display: block;
  background: #1eb2cd;
}

body {
  background: #FEFEFE;
}

.language {
  position: absolute;
  top: 0;
  z-index: 100;
  margin-right: 100px;
  padding: 4px 20px 8px;
  background: #f7f7f7;
  border-radius: 0 0 10px 10px;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 414px) {
  .language {
    right: unset;
  }
}
@media screen and (min-width: 415px) {
  .language {
    right: 50px;
  }
}
.language:hover {
  transition: all 0.2s ease-in;
  background: #58595b;
}
.language:hover a {
  color: #f7f7f7;
}
.language a {
  color: #58595b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

header {
  width: 100%;
  text-align: center;
}
header .wrap-logo {
  display: inline-block;
  width: 100%;
  height: auto;
  top: 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #dedede;
  z-index: 5000;
}
header .wrap-logo .logo {
  display: block;
  position: relative;
  height: auto;
  margin: 15px auto;
}
header .wrap-logo .logo img {
  width: 350px;
}
header .menu_bar {
  display: none;
}
header nav {
  background: #f7f7f7;
  z-index: 1000;
  width: 100%;
  margin: 0px auto;
  margin-top: 0px;
}
header nav ul {
  list-style: none;
  margin-bottom: 0;
}
header nav ul li {
  display: inline-block;
  position: relative;
}
header nav ul li:hover {
  background-color: #e0e0e0;
}
header nav ul li:hover .children {
  display: block;
}
header nav ul li a {
  color: #58595b;
  /* gray */
  /* font-color */
  font-family: arial, helvetica, serif;
  display: block;
  text-decoration: none;
  padding: 10px;
}
header nav ul li a i {
  margin-right: 10px;
}
header nav ul li .children {
  display: none;
  background: #f7f7f7;
  position: absolute;
  width: 300%;
  z-index: 1000;
  padding-left: 0;
}
header nav ul li .children li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header nav ul li .children li a {
  display: block;
}
header nav ul li .children li a i {
  float: right;
  position: relative;
  top: 3px;
  margin-right: 0;
  margin-left: 10px;
}
header nav ul li .caret {
  position: relative;
  top: 3px;
  margin-left: 10px;
  margin-right: 0px;
}

.main {
  background-color: none;
  padding: 0px 0px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  text-align: center;
  z-index: 500;
}

.slides {
  width: 100%;
}
.slides img {
  width: 100%;
  z-index: 1;
}

.slidesjs-pagination {
  background: #424242;
  list-style: none;
  overflow: hidden;
}
.slidesjs-pagination li {
  float: left;
}
.slidesjs-pagination li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.slidesjs-pagination li a:hover {
  background: #000;
}

.slidesjs-navigation {
  background: none;
  color: #900;
  text-decoration: none;
  /* display:inline-block; */
  padding: 2px 10px;
  float: right;
}
.slidesjs-navigation:hover {
  color: #999;
}

.main-frame {
  margin-bottom: 80px;
}
.main-frame h1 {
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 40px;
  color: #58595b;
  /* gray */
  /* font-color */
  margin-top: 100px;
  margin-bottom: 50px;
}
.main-frame p {
  font-family: Arial, helvetica, sans-serif;
  font-size: 20px;
  color: #58595b;
  /* gray */
  /* font-color */
}
.main-frame p strong {
  color: #111111;
}

.gray-box {
  display: flex;
  margin: 5rem;
  padding: 4rem;
  background-color: #f7f7f7;
}
@media screen and (min-width: 886px) and (max-width: 1024px) {
  .gray-box {
    margin: 0 0 30px 0;
    padding: 0 30px;
  }
}
.gray-box h1 {
  font-family: "Fjalla One", sans-serif;
  font-size: 40px;
  color: #1eb2cd;
  /* azul */
  padding-top: 50px;
  padding-bottom: 30px;
}
.gray-box p {
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  color: #58595b;
  /* gray */
  box-sizing: border-box;
}
.gray-box p strong {
  color: #58595b;
}
.gray-box ul {
  font-size: 20px;
}
.gray-box ul li {
  margin: 25px 0;
  list-style: none;
}
.gray-box ul li .icon-casco {
  color: #1eb2cd;
}

.clear-box {
  display: flex;
  margin: 2.5rem;
}
@media screen and (min-width: 886px) and (max-width: 1024px) {
  .clear-box {
    margin: 30px 0;
    padding: 0 30px;
  }
}
.clear-box h1 {
  font-family: "Fjalla One", sans-serif;
  font-size: 40px;
  color: #58595b;
  /* gray */
  /* font-color */
  padding-bottom: 45px;
}
.clear-box ul {
  font-size: 20px;
}
.clear-box ul li {
  margin: 25px 0;
  list-style: none;
}
.clear-box ul li .icon-casco {
  color: #1eb2cd;
}

.top-img {
  display: block;
  width: 100%;
}
.top-img .image {
  width: 100%;
}

.contact-us {
  font-size: 20px;
  background: url(../img/foto_contacto.jpg) no-repeat;
  background-size: auto 100%;
}
.contact-us .gray-box {
  background: rgba(247, 247, 247, 0.8);
}
.contact-us h1 {
  color: #ffffff;
}
.contact-us h3 {
  font-weight: 600;
  margin: 20px 0 0;
  font-size: 20px;
}

.contacto {
  display: block;
  position: relative;
  width: 35%;
  height: auto;
  margin-top: -514px;
  margin-left: 10%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.contacto h1 {
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
  color: #1eb2cd;
  /* azul */
  padding: 15px 0px;
  padding-left: 30px;
  box-sizing: border-box;
}
.contacto span {
  color: #1eb2cd;
  /* azul */
  font-size: 20px;
  padding-left: 30px;
}
.contacto p {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 18px;
  margin-left: 5%;
  padding: 10px 0px;
  box-sizing: border-box;
}

.formulario {
  display: block;
  position: relative;
  width: 30%;
  height: auto;
  margin-left: 60%;
  margin-top: -380px;
  padding-bottom: 50px;
}
.formulario form {
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
}
.formulario form h1 {
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
  color: #ffffff;
}
.formulario form input {
  width: 100%;
  height: 30px;
  color: #333;
  padding: 0px 10px;
  margin: 10px 0px;
  border: 1px solid #333;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.formulario form textarea {
  width: 100%;
  height: 50px;
  padding: 10px 10px;
  margin: 10px 0px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.formulario form button {
  width: 50%;
  height: 40px;
  background: #f7f7f7;
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
  color: #333;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-width: 1px;
}
.formulario form button:hover {
  background-color: #e0e0e0;
  color: #fff;
}
.formulario form button span {
  margin-right: 10px;
}

.pie {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 10px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.logofoot {
  background: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.logofoot span {
  color: #1eb2cd;
  /* azul */
  font-size: 60px;
}

.iconoredes {
  position: absolute;
  display: inline-block;
  width: 192px;
  height: auto;
  margin-left: 50%;
  left: -96px;
  background-color: none;
}
.iconoredes img {
  width: 26px;
}

.redesa {
  display: block;
  height: auto;
  background: none;
}
.redesa ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.redesa ul li a {
  color: #1eb2cd;
  /* azul */
  font-size: 22px;
  float: left;
  text-decoration: none;
  padding: 2px 11px;
}
.redesa ul li a:hover {
  transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.vineta {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  z-index: 5000;
  margin-top: 50px;
  padding-bottom: 15px;
}

.textonovic {
  display: inline-block;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  color: #58595b;
}

.apchq {
  width: 130px;
  float: right;
  margin-top: -80px;
  margin-right: 10px;
}

.icon-linkedin {
  width: 20px;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .menu_bar {
    display: block !important;
    width: 100%;
    position: relative;
    top: 0px;
    background: #f7f7f7;
    font-family: arial, helvetica, serif;
    z-index: 1000;
  }
  .menu_bar .bt-menu {
    display: block;
    padding: 5px;
    color: #333;
    overflow: hidden;
    font-size: 30px;
    text-decoration: none;
    text-align: left;
  }
  .menu_bar i {
    float: right;
    font-size: 30px;
    padding: 5px 0px;
  }
  .menu_bar i:hover {
    color: #1eb2cd;
    /* azul */
  }

  header .wrap-logo .logo {
    display: block;
    position: relative;
    width: 200px;
    height: auto;
    margin: 15px auto;
  }
  header .wrap-logo .logo img {
    width: 100%;
  }
  header nav {
    position: fixed;
    right: 100%;
    margin: 0;
    overflow: scroll;
  }
  header nav ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header nav ul li a {
    display: block;
  }
  header nav ul li:hover .children {
    display: none;
  }
  header nav ul li .children {
    width: 100%;
    position: relative;
  }
  header nav ul li .children li a {
    margin-left: 20px;
  }
  header nav ul li .caret {
    float: right;
  }

  .main-frame,
.gray-box {
    margin: 0;
    padding: 2rem;
  }

  .main-frame h1 {
    margin-top: 30px;
  }
}/*# sourceMappingURL=main.css.map */