@charset "UTF-8";

/* Globales */

p {
    line-height: 1.4;
}

h1,h2,h3,h4 {
    line-height: 1.1;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

/* estilos carrusel logos */
  .section-padding{
  padding:10px 0;
  }
  
  .grid-90{
    max-width: 90%;    
  }
  
  .brand-carousel {
  background: none;
  }
  .owl-dots {
  text-align: center;
  margin-top: 1%;
  }
  .owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #878787 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
  }
  .owl-dot.active {
  background-color: #000 !important;
  }  
/* estilos de la galeria */
.container.gallery-container {
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 10px;
}

.tz-gallery li{
  padding: 10px 20px 10px 20px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 0px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color:rgba(0, 0, 0, 0.6);
  content: '';
  transition: 0.4s;
}

.tz-gallery .description {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 10px 35px;
  height: 100%;
  width: 100%;
/*   background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.39)); */
}

.tz-gallery .description .divider {
  border-bottom: 1px solid #3cb4e5;
  margin-bottom: 15px;
  margin-right: 40%;
  margin-left: 40%;
}

.tz-gallery .description .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

.tz-gallery .description p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #999;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media(max-width: 768px) {

  .tz-gallery .description {
    opacity: 1;
    justify-content: center;
  }

  .tz-gallery .description p {
    display: none;
  }

  .tz-gallery .lightbox:after {
    opacity: 1;
  }

  .tz-gallery .lightbox:before {
    opacity: 1;
  }
}

@media(min-width: 1024px) {

  .tz-gallery .description {
    opacity: 0;
  }

  .tz-gallery .description:hover {
    opacity: 1;
  }

  .tz-gallery .lightbox:hover:after,
  .tz-gallery .lightbox:hover:before {
    opacity: 1;
  }
}
/* Aqui terminan estilos de la Galeria */

.main-blue {
  color: #3cb4e5;
}

.blue-link a {
    color: blue !important;
    text-decoration: underline !important;
}

.bg-main-blue {
  background: #3cb4e5;
}

* {
  /*overflow-x: hidden;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.3px;
}

* section {
  padding: 3% 0;
}

* .title {
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.1em;
}

* section .title {
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

* .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 700;
  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;
  font-weight: 500;
  padding: 5px 20px;
  border: 2px solid #fff;
  border-radius: 0;
}

* .button-negative:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

* .button-negative-border {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 15px;
}

* .button-negative-border:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

* .button-blue-border {
  font-family: 'Montserrat', sans-serif;
  color: #3cb4e5;
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 500;
  border: 1px solid #3cb4e5;
  border-radius: 20px;
  text-decoration: none;
}

* .button-blue-border:hover {
  background: #3cb4e5;
  color: #fff;
  text-decoration: none;
}

* .button-blue {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #3cb4e5;
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #3cb4e5;
  border-radius: 15px;
  text-decoration: none;
}

* .button-blue:hover {
  background: none;
  color: #3cb4e5;
  text-decoration: none;
}

* .media-text {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 600;
}

* .media-text:hover {
  border-bottom: 1px solid #3cb4e5;
  color: #fff;
}

* .button-negative-border-lg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  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;
  font-weight: 500;
  padding: 5px 20px;
  border: 2px solid #000;
  border-radius: 0;
}

* .button-positive:hover {
  background: none;
  color: #000;
}

* .button-positive-border {
  font-family: 'Montserrat', sans-serif;
  background: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #000;
}

* .button-positive-border:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

* .button-publi {
  font-family: 'Montserrat', sans-serif;
  background: #3cb4e5;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  padding: 10px 20px;
  border: 2px solid #3cb4e5;
  border-radius: 0;
}

* .button-publi:hover {
  background: none;
  color: #3cb4e5;
}

.blue-subt {
  color: #3cb4e5;
}

.white-subt {
  color: #fff;
}

.primary-subtitle {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
}

.opt-subtitle {
  text-transform: uppercase;
  opacity: .8;
}

.echo-index {
  color: #fff;
  font-weight: 300;
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
}

.form-control {
  font-family: 'Montserrat', sans-serif;
}
/* NAVBAR */
.prenav {
  background: #141414;
}

.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;
  display: none;
}

@media (min-width: 768px) {
  .prenav .mailphone a .s-phone {
    display: inline-block;
  }
}

.prenav .mailphone a .s-mail {
  font-size: 1em;
  font-weight: 300;
  display: none;
}

@media (min-width: 768px) {
  .prenav .mailphone a .s-mail {
    display: inline-block;
  }
}

.prenav .mailphone a:hover {
  color: #fff;
}

.prenav .mailphone a i {
  margin-right: 0.2em;
}

.prenav .socialmedia a, footer .socialmedia a {
  color: #777;
  font-size: 1.1em;
  vertical-align: middle;
  margin-left: .3rem;
}

@media (min-width: 1024px) {
  .prenav .socialmedia a, footer .socialmedia a {
    margin-left: .7rem;
  }
}

.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;
}

.whats {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  background: #25D366;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  margin: 10px 0;
  padding: 5px 10px;
  border: 2px solid #25D366;
}

.whats:hover {
  color: #25D366;
  background: none;
  text-decoration: none;
}

.whats .c-wa {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: none;
}

@media (min-width: 768px) {
    .whats .c-wa {
    display: inline-block;
  }  
}

.whats i {
  margin: 0;
}

.socialmedia a:hover {
  color: #fff;
  text-decoration: underline;
}

.navpubli {
  background-color: #000 !important;
}

@media (min-width: 1440px) {
    .navpubli .container-fluid {
      display: flex;
      justify-content: space-around;
    }
}

.navpubli a {
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
}

.nav-link {
  margin: .8em 1.5em !important;
}

.dropdown-item {
  padding: 1em 1.5em !important;
  color: #878787 !important;
}

.dropdown-menu {
  background: rgb(65, 65, 65) !important;
}

.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: 40%;
}

.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;
}

.quote-bar {
  background: #f5f5f5;
  text-align: center;
  padding: 5% 10%;
}

.quote-bar .title {
  color: #000;
  font-size: 40px;
  font-weight: 800;
}

.quote-bar .title .strong {
  font-family: 'Montserrat', sans-serif;
  color: #3cb4e5 !important;
  font-size: 40px;
  font-weight: 800;
}

.map {
  background: #f5f5f5;
}

.opt {
  background: #3cb4e5;
  color: #fff;
}

.opt .spec-opt {
  padding: 5%;
}

.opt .spec {
  padding: 2% 5%;
}

.opt i {
  font-size: 2.8em;
  margin-bottom: 5%;
}

.target {
  color: #fff;
}

.target .spec {
  padding: 5% 3% 0 3%;
}

.target .row-black {
  background: rgba(0, 0, 0, 0.8);
  padding: 5% 5%;
}

.target i {
  color: #3cb4e5;
  font-size: 2.8em;
  margin-bottom: 5%;
}

.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 {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: white;
  font-size: 1.2em;
  left: 0px;
  padding: 0 15%;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  align-items: center;
}

.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%;
} */

.map {
  padding: 0;
}

.map .map-text {
  padding: 8%;
}

.downloads {
  text-align: center;
  color: #3cb4e5;
}

.downloads .download {
  margin-bottom: 50px;
}

.downloads .thumb .button-publi {
  margin: 10px 0;
}

.articles {
  background: #f7f7f9 !important;
  color: #000;
}

.articles .posts {
  padding-left: 30px !important;
}

.articles .posts .post {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  border-bottom: 1px solid #ccc !important;
}

.articles .posts .post img {
  height: 80px !important;
  width: 80px !important;
  margin-right: 20px !important;
}

.articles .posts .post .prev .post-title {
  margin-bottom: 0.2em !important;
}

.articles .posts .post .prev .post-title a {
  text-transform: uppercase !important;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

footer {
  background: #000 !important;
  color: #777 !important;
  height: auto !important;
}

footer .copyrights {
  background: #141414 !important;
  text-align: center !important;
  padding-top: 10px !important;
}

footer .aboutus {
  padding: 5% 0 !important;
}

footer .aboutus .title {
  font-weight: 400 !important;
  font-size: 0.8em !important;
  text-transform: uppercase !important;
}

footer .aboutus .text {
  font-size: 0.75em !important;
}

footer .logo .logopubli {
  margin-bottom: 15px !important;
}

footer .logo .slogan {
  font-size: 1em !important;
  line-height: 1.3em !important;
  font-weight: 300 !important;
}

/*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;
  line-height: 1.2;
  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;
}

@import 'spec-template.css'