@charset "UTF-8";
* {
  /*overflow-x: hidden;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.3px;
}

* section {
  padding: 7em 0;
}

* section .title {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

* section .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

* section .highlight {
  font-weight: 700;
}

* .button-negative {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 5px 20px;
  border: 2px solid #fff;
  border-radius: 0;
}

* .button-negative:hover {
  background: none;
  color: #fff;
}

* .button-negative-border {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6em;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 15px;
}

* .button-negative-border:hover {
  background: #fff;
  color: #000;
}

* .button-negative-border-lg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  padding: 10px 30px;
  border: 2px solid #fff;
  border-radius: 30px;
}

* .button-negative-border-lg:hover {
  background: #fff;
  color: #000;
}

* .button-positive {
  font-family: 'Montserrat', sans-serif;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 5px 20px;
  border: 2px solid #000;
  border-radius: 0;
}

* .button-positive:hover {
  background: none;
  color: #000;
}

* .button-publi {
  font-family: 'Montserrat', sans-serif;
  background: #3cb4e5;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 5px 20px;
  border: 2px solid #3cb4e5;
  border-radius: 0;
}

* .button-publi:hover {
  background: none;
  color: #3cb4e5;
}

* a {
  text-decoration: none;
  color: #777;
}

* a:hover {
  text-decoration: underline;
  color: #777;
}

.echo-index {
  color: #fff;
  font-weight: 300;
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
}


.prenav {
  background: #141414;
  padding: 0.1em 3em;
}

.prenav .mailphone a {
  color: #777;
  margin-left: 0.8em;
  vertical-align: middle;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.prenav .mailphone a .s-phone {
  font-size: 1em;
  font-weight: 300;
}

.prenav .mailphone a .s-mail {
  font-size: 1em;
  font-weight: 300;
}

.prenav .mailphone a:hover {
  color: #fff;
}

.prenav .mailphone a i {
  margin-right: 0.2em;
}

.prenav .s-country {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #777;
  background: none;
  border: 1px solid #777;
  border-radius: 20px;
  padding: 5px 9px;
  font-size: 11px;
  margin: 0.5em 0;
}

.socialmedia .whats {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7em;
  font-weight: 200;
  background: #25D366;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  margin: 0.5em 1em;
  padding: 4px 8px;
  border: 2px solid #25D366;
}

.socialmedia .whats:hover {
  color: #25D366;
  background: none;
  text-decoration: none;
}

.socialmedia .whats .c-wa {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.socialmedia .whats i {
  margin-left: 0.3em;
}

.socialmedia a {
  color: #777;
  font-size: 1.1em;
  margin-left: 1em;
  vertical-align: middle;
}

.socialmedia a:hover {
  color: #fff;
  text-decoration: underline;
}

.navpubli {
  background-color: #000;
}

.navpubli a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0 2em;
}

.sliderpubli ol li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.carousel-item {
  color: #fff;
  height: 50em;
}

.carousel-item .overlay-image {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.slider-header {
  position: inherit;
  text-align: center;
  width: 100%;
  top: 45%;
}

.slider-header .header-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}

.slider-header .button {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 10px 25px;
  background: #fff;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #000;
}

.slider-header .button:hover {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.about {
  background: #3cb4e5;
  color: #fff;
  padding: 0 0;
}

.about .text {
  padding: 5%;
}

.about .form {
  padding: 3% 1%;
}

.about .form-title {
  text-align: center;
  font-size: 1.6em;
}

.about .thumb {
  background-size: cover;
  background-position: center;
}

.about .form-button {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 10px 25px;
  background: #fff;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #000;
}

.about .form-button:hover {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.info {
  background: #000;
  color: #fff;
  padding: 0 0;
}

.info .thumb-text {
  padding: 10% 10%;
}

.info .thumb-text .subtitle {
  font-size: 2em;
  color: #3cb4e5;
  font-weight: 500;
}

.info .thumb {
  background-size: cover;
}

.info .thumb .thumbnail {
  position: absolute;
}

.psmedia {
  text-align: center;
}

.psmedia .title {
  margin-bottom: 80px;
  color: #3cb4e5;
}

.psmedia .imagebox {
  background: black;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.psmedia .imagebox-lg {
  background: black;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.psmedia .imagebox img {
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.psmedia .imagebox-lg img {
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.psmedia .imagebox {
  margin-top: 15px;
  margin-bottom: 15px;
}

.psmedia .imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: white;
  font-size: 1.2em;
  left: 0px;
  padding: 45% 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
}

.psmedia .imagebox-lg .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: white;
  font-size: 1.2em;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 20%;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
}

.psmedia .imagebox:hover img {
  opacity: 0.7;
}

.psmedia .imagebox:hover .imagebox-desc {
  padding-bottom: 10%;
}

.downloads {
  text-align: center;
  color: #3cb4e5;
}

.downloads .download {
  margin-bottom: 50px;
}

.downloads .thumb .button-publi {
  margin: 10px 0;
}

.articles {
  background: #f7f7f9;
}

.articles .posts {
  padding-left: 30px;
}

.articles .posts .post {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}

.articles .posts .post img {
  height: 80px;
  width: 80px;
  margin-right: 20px;
}

.articles .posts .post .prev .post-title {
  margin-bottom: 0.2em;
}

.articles .posts .post .prev .post-title a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

footer {
  background: #000;
  color: #777;
  height: auto;
}

footer .copyrights {
  background: #141414;
  text-align: center;
  padding-top: 10px;
}

footer .aboutus {
  padding: 5%;
}

footer .aboutus .title {
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
}

footer .aboutus .text {
  font-size: 0.75em;
}

footer .logo .logopubli {
  margin-bottom: 15px;
}

footer .logo .slogan {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
}

/*HEADER PARA PAGINAS*/
.bg-header {
  z-index: 0;
  position: relative;
  height: 40em;
  background-size: cover;
}

.bg-header .header-overlay {
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.bg-header .header {
  margin-top: 10em;
  position: relative;
  color: #fff;
  text-align: center;
}

/*PÁGINA DE CONTACTO*/
.contact {
  text-align: center;
}

.contact .header-contact {
  margin-top: 80px;
}

.contact .header-contact .title {
  color: #3cb4e5;
  font-weight: 700;
  font-size: 2.5em;
}

.contact .header-contact .subtitle {
  font-size: 1.8em;
  font-weight: 600;
}

.contact .text {
  text-align: center;
}

.contact .text .subtitle {
  text-transform: none;
  font-size: 1.1em;
  font-weight: 600;
  color: #777;
}

.contact .msg-echo {
  color: #3cb4e5;
  font-weight: 300;
  font-size: 1.1em;
  font-style: italic;
}

.contact .contact-form {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-top: 2em;
  border-top: 2px solid #ccc;
}

.contact .contact-form .ps-form {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  height: 4em;
  border-radius: 1px;
}

.contact .contact-form .ps-message {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  border-radius: 1px;
}

.contact .contact-form .form-button {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 10px 25px;
  background: #000;
  border-radius: 25px;
  border: 2px solid #000;
  color: #fff;
}

.contact .contact-form .form-button:hover {
  border: 2px solid #000;
  background: none;
  color: #000;
}

.popup-form {
  padding: 15%;
  text-align: center;
}

.popup-form .title {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #3cb4e5;
  font-size: 32px;
  margin-bottom: 5%;
}

.popup-form input {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 1.4rem .75rem;
  color: #ccc;
  border-radius: 0;
}

.button-wp {
  font-family: 'Montserrat', sans-serif;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
  width: 100%;
  border: 2px solid #000;
  border-radius: 0;
  padding: 15px 0px;
}

.button-wp:hover {
  background: none;
  color: #000;
}

@media screen and (max-width: 355px) {
  .prenav {
    padding: 0 0;
  }
  .prenav .mailphone a {
    color: #fff;
  }
  .prenav .mailphone .s-phone {
    display: none;
  }
  .prenav .mailphone .s-mail {
    display: none;
  }
  .prenav .s-country {
    border: none;
  }
  .socialmedia .whats .c-wa {
    display: none;
  }
  .socialmedia .whats i {
    margin: 0;
  }
  /* .carousel-item {
        height: 20em;
        color: #fff;
        .overlay-image {
            position: absolute;
            top: 0;
            right: -90%;
            width: 1000px
        }
    } */
}

@media screen and (max-width: 540px) {
  .prenav {
    padding: 0 0;
  }
  .prenav .mailphone a {
    color: #fff;
  }
  .prenav .mailphone .s-phone {
    display: none;
  }
  .prenav .mailphone .s-mail {
    display: none;
  }
  .socialmedia .whats .c-wa {
    display: none;
  }
  .prenav .mailphone .s-country {
    border: none;
  }
  .socialmedia .whats i {
    margin: 0;
  }
  section {
    padding: 5em 0;
  }
  section .title {
    font-size: 2em;
  }
  .slider-header .header-title {
    font-size: 2.5em;
  }
  /* .carousel-item {
        height: 20em;
        color: #fff;
        .overlay-image {
            position: absolute;
            top: 0;
            right: -60%;
            width: 1000px
        }
    } */
  .carousel-control-next {
    top: 90%;
  }
  .carousel-control-prev {
    top: 90%;
  }
}

@media screen and (min-width: 541px) {
  /*     .carousel-item {
        height: 20em;
        color: #fff;
        .overlay-image {
            position: absolute;
            top: 0;
            right: -40%;
            width: 1000px
        }
    } */
}

@media screen and (max-width: 768px) {
  .button-negative-border-lg {
    font-size: 1em;
  }
  .button-negative-border {
    font-size: 0.7em;
    border-radius: 30px;
  }
}

@media screen and (min-width: 768px) {
  section .title {
    font-size: 2em;
  }
  .info .thumb-text {
    padding: 10% 5%;
  }
  .info .thumb-text .subtitle {
    font-size: 1.8em;
  }
  .slider-header .header-title {
    font-size: 4em;
  }
  /*     .carousel-item {
        height: 40em;
        color: #fff;
        .overlay-image {
            position: absolute;
            top: 0;
            right: -40%;
            width: 170%;
        }
} */
}

@media screen and (min-width: 1590px) {
  section .title {
    font-size: 2.7em;
  }
  .info .thumb-text .subtitle {
    font-size: 2em;
  }
  /*     .carousel-item {
        height: 50em;
        color: #fff;
        .overlay-image {
            position: absolute;
            top: 0;
            right: -20%;
            width: 130%;
        }
} */
}
/*# sourceMappingURL=styles.css.map */