@charset "UTF-8";
/*!
    Theme Name: Dycepsa Website
    Theme URI: pending
    Description: Starter theme great
    Version: 1.0.0
    Author: Armando Niño - TVO
    Author URI: pending
    Tags: Gulp

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat|Itim");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*max width of the document*/
/*width of the containers on mobile*/
/*
base styles
*/
/***************************
***For widths of document
***************************/
@font-face {
  font-family: "Galano";
  src: url("../dycepsa/assets/css/fonts/Galano-Grotesque-Alt.eot"); /* IE9 Compat Modes */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Galano-bold";
  src: url("../dycepsa/assets/css/fonts/Galano-Grotesque-Alt-Bold.eot"); /* IE9 Compat Modes */
  font-weight: normal;
  font-style: normal;
}
.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

/*for max widths*/
.mxw-narrow {
  max-width: 1110px;
}

.mxw-full {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.flex-horizontal::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal {
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: visible;
  }
}
.flex-horizontal > div {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div {
    flex: auto;
  }
}
.flex-horizontal > div:last-child {
  width: 1px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div:last-child {
    display: none;
  }
}

.box-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.brds {
  border-radius: 6px;
}

p {
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1em;
  }
}
p:last-child {
  margin-bottom: 0;
}
p span {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "Galano", sans-serif;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}

/***********************************
********
for content that is going to be absolute centered both in X and Y
*******************************************/
.abcc {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .abcc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/*
Main files where load all the rest files
*/
/*
Modules styles
*/
body {
  font-family: "Galano", sans-serif;
}

.flex-normal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .flex-normal {
    flex-direction: row;
  }
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.flex-horizontal::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal {
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: visible;
  }
}
.flex-horizontal > div {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div {
    flex: auto;
  }
}
.flex-horizontal > div:last-child {
  width: 1px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div:last-child {
    display: none;
  }
}

nav {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: white;
  padding: 0 4%;
  height: auto;
  border-bottom: solid 1px #ccc;
  align-items: stretch;
  align-content: stretch;
  justify-content: stretch;
  transition: all 0.3s ease;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  nav {
    padding-bottom: 0;
  }
}
nav.headroom--unpinned {
  transform: translateY(-100%);
}
nav.headroom--unpinned .extra-cta {
  transform: translate(50%, 100%);
}
@media only screen and (min-width: 768px) {
  nav.headroom--unpinned .extra-cta {
    transform: translate(0, 100%);
  }
}
nav.headroom--pinned {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
nav.headroom--top {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
}
nav .container-logo,
nav .container-menu {
  width: 50%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  nav .container-logo,
  nav .container-menu {
    width: 50%;
    justify-content: flex-start;
  }
}
nav .container-menu {
  height: 100%;
  flex-direction: row;
}
nav .container-menu a {
  text-decoration: none;
  color: black;
}
@media only screen and (min-width: 768px) {
  nav .container-menu .menu {
    transform: translate(-50%, 0);
  }
}

.logo {
  height: 70px;
  width: 200px;
  background: transparent url('assets/images/logo.png') no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .logo {
    height: 100px;
  }
}

.menu {
  flex-direction: row;
}
.menu .menu-item {
  padding: 13px 20px;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
}
.menu .menu-item:hover {
  border-bottom: solid 2px black;
}

.extra-cta {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 50%);
  z-index: 100;
  transition: all 0.3s ease;
  flex-direction: row;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .extra-cta {
    background-color: #fff;
    width: auto;
    right: 4%;
    transform: translate(0, 50%);
  }
}
.extra-cta a {
  display: block;
  text-decoration: none;
}
.extra-cta .item {
  padding: 10px 15px;
  flex-direction: row;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .extra-cta .item {
    padding: 12px 30px;
  }
}
.extra-cta .item.main {
  background-color: #0065bd;
}
.extra-cta .item.main .txt {
  color: white;
}
.extra-cta .item.main .icon svg {
  fill: white;
}
.extra-cta .item .icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .extra-cta .item .icon {
    margin-right: 13px;
  }
}
.extra-cta .item .txt {
  font-family: "Galano-bold", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #555;
  font-size: 0.7em;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .extra-cta .item .txt {
    font-size: 0.85em;
  }
}
.extra-cta .item.noh {
  pointer-events: none;
}

.has-svg svg {
  width: 100%;
  height: auto;
}

header {
  position: relative;
}
header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 0;
  left: 0;
}
header.index {
  width: 100%;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  header.index {
    height: calc(100vh - 101px);
  }
}
header.nosotros {
  height: 79vh;
}
header.nosotros .content p {
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  header.nosotros .content p {
    font-size: 1.6em;
  }
}
header.nosotros .video-container {
  background: transparent url('assets/images/n1.jpg') no-repeat bottom center;
  background-size: cover;
  height: 100%;
}
header.servicios {
  height: 79vh;
}
header.servicios .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
header.servicios .video-container {
  background: transparent url('assets/images/5.jpeg') no-repeat center;
  background-size: cover;
  height: 100%;
}
header.contacto {
  height: 59vh;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  header.contacto {
    padding-top: 0px;
  }
}
header.contacto .video-container {
  background: transparent url('assets/images/c1.jpeg') no-repeat center;
  background-size: cover;
  height: 100%;
}
header .video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
header .video-container video {
  width: auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  header .video-container video {
    width: 100%;
    height: auto;
  }
}
header .content {
  position: absolute;
  width: 95%;
  max-width: 800px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 3;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  header .content {
    padding-top: 0;
    margin-top: 60px;
  }
}
header .content h1 {
  text-shadow: 1px 1px 1px black;
  font-size: 1.5em;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  header .content h1 {
    font-size: 2.5em;
    margin-bottom: 0;
  }
}
header .content p {
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  header .content p {
    font-size: 1.3em;
  }
}

.btns-container {
  width: 100%;
  margin: auto;
  text-align: center;
}
.btns-container a {
  display: block;
  width: 80%;
  max-width: 300px;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .btns-container a {
    width: auto;
  }
}
.btns-container a:nth-child(1) {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .btns-container a:nth-child(1) {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.btns-container .m-btn {
  width: 80%;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .btns-container .m-btn {
    width: 300px;
  }
}
.btns-container .m-btn:nth-child(1) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .btns-container .m-btn:nth-child(1) {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.m-btn {
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  border: solid 2px transparent;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .m-btn {
    font-size: 0.9em;
  }
}
.m-btn:hover {
  background-color: #003766;
  border: solid 2px #003766;
  color: white !important;
}
.m-btn--main {
  background-color: #0065bd;
  color: white;
  border: solid 2px #0065bd;
}
.m-btn--border {
  border: solid 2px #fff;
}
.m-btn--border-blue {
  border: solid 2px #0065bd;
}

.proof {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  transform: translate(0, -40px);
  position: relative;
  z-index: 101;
  background-color: #f4f4f4;
  border: solid 1px #ccc;
  padding: 15px;
  align-items: stretch;
}
.proof .item {
  width: 98%;
  margin: 0 1%;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .proof .item {
    width: 31.3%;
  }
}
.proof .item .icon {
  margin: auto;
  width: 80px;
  height: 80px;
  text-align: center;
}
.proof .item .icon.number {
  font-size: 4em;
}
.proof .item .icon svg {
  fill: #0065bd;
}
.proof .item p {
  text-align: center;
  margin-top: 20px;
}

.services-index {
  width: 100%;
  max-width: 1300px;
  margin: 30px auto 0 auto;
}
.services-index .imgs {
  width: 100%;
  height: 200px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .services-index .imgs {
    background-size: cover;
  }
}
.services-index .imgs .img2 {
  position: absolute;
  left: 5%;
  width: 90%;
  height: 200px;
  background-color: blue;
  transform: translate(0, 15%);
  background: transparent url('assets/images/bgbg.jpg') no-repeat center;
  background-size: cover;
  border-bottom: solid 5px #0065bd;
}
@media only screen and (min-width: 768px) {
  .services-index .imgs .img2 {
    left: 5%;
    width: 50%;
    height: 400px;
    transform: translate(0, 15%);
  }
}
.services-index .servicios-txt {
  width: 90%;
  margin: 50px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .services-index .servicios-txt {
    width: 40%;
    margin: auto 0 auto auto;
  }
}
.services-index .servicios-txt h2 {
  font-size: 1.6em;
  margin-top: 30px;
  color: #0065bd;
}
@media only screen and (min-width: 768px) {
  .services-index .servicios-txt h2 {
    font-size: 2em;
  }
}
.services-index .servicios-txt .m-btn {
  color: #666;
}

.nosotros-index {
  width: 95%;
  max-width: 1300px;
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  .nosotros-index {
    margin: 100px auto;
  }
}
.nosotros-index .img {
  width: 100%;
  height: 250px;
  margin-top: 20px;
  background: transparent url('assets/images/image4.jpg') no-repeat center bottom;
  background-size: cover;
  border-bottom: solid 5px #0065bd;
}
@media only screen and (min-width: 768px) {
  .nosotros-index .img {
    width: 50%;
    height: 700px;
    margin-top: 0;
  }
}
.nosotros-index .txt {
  flex: 1;
  text-align: left;
  padding-right: 5%;
}
@media only screen and (min-width: 768px) {
  .nosotros-index .txt {
    text-align: right;
  }
}
.nosotros-index .txt h3 {
  color: #0065bd;
  font-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  .nosotros-index .txt h3 {
    font-size: 2.2em;
  }
}
.nosotros-index .txt .m-btn {
  color: #666;
}

.divider {
  width: 100%;
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .divider {
    margin: 180px 0 100px 0;
  }
}
.divider div {
  height: 1px;
  margin: auto;
  width: 500px;
  border-top: solid 1px #0065bd;
}

.slid {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.slid h3 {
  color: #0065bd;
  margin-bottom: 40px;
  font-size: 1.3em;
}
@media only screen and (min-width: 768px) {
  .slid h3 {
    font-size: 2em;
  }
}
.slid .flex-direction-nav {
  display: none !important;
}

#pics-proyect {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 100px auto;
}
#pics-proyect .flex-viewport {
  height: 100%;
}
#pics-proyect .flex-control-paging {
  display: flex;
}
@media only screen and (min-width: 768px) {
  #pics-proyect .flex-control-paging {
    padding-right: 30px;
  }
}
#pics-proyect .flex-control-paging li {
  flex: auto;
  margin: 0;
}
#pics-proyect .flex-control-paging li a {
  border-radius: 0;
  width: auto;
  height: 4px;
  background-color: #ccc;
}
#pics-proyect .flex-control-paging li a.flex-active, #pics-proyect .flex-control-paging li a:hover {
  background-color: #000;
}
#pics-proyect .flex-direction-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  #pics-proyect .flex-direction-nav {
    display: block;
  }
}
#pics-proyect .flex-direction-nav .flex-prev {
  left: -50px;
}
#pics-proyect .flex-direction-nav .flex-next {
  right: -25px;
}
#pics-proyect .flex-direction-nav a {
  top: auto;
  bottom: -60px;
  opacity: 0.7;
}
#pics-proyect .flex-direction-nav a:hover {
  opacity: 1;
}
#pics-proyect .slides {
  height: 100%;
}
#pics-proyect .slides .cont-slider {
  padding: 0 15px;
}
#pics-proyect .slides .cont-slider .item {
  width: 100%;
  height: auto;
}
#pics-proyect .slides .slide {
  width: 100%;
}
#pics-proyect .slides .slide .content {
  height: 200px;
  width: 100%;
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  #pics-proyect .slides .slide .content {
    height: auto;
    padding: 0 30px 0 0;
  }
}
#pics-proyect .slides .slide .content .content-main {
  width: 100%;
  height: 100%;
  flex-direction: column;
}
#pics-proyect .slides .slide .content .content-main .img {
  width: 100%;
  flex: 1;
}
#pics-proyect .slides .slide .content .content-main .txt {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 0;
  background-color: #f4f4f4;
  line-height: 1.3em;
  padding: 10px;
  border: solid 1px #ccc;
}
#pics-proyect .slides .slide:nth-child(1) .img {
  background: transparent url('assets/images/bg1.jpg') no-repeat center top;
  background-size: cover;
}
#pics-proyect .slides .slide:nth-child(2) .img {
  background: transparent url('assets/images/bg3.jpg') no-repeat center top;
  background-size: cover;
}
#pics-proyect .slides .slide:nth-child(3) .img {
  background: transparent url('assets/images/bg2.jpg') no-repeat center top;
  background-size: cover;
}
#pics-proyect .slides .slide:nth-child(4) .img {
  background: transparent url('assets/images/bg1.jpg') no-repeat center top;
  background-size: cover;
}

.columns {
  align-items: stretch;
  align-content: stretch;
  width: 95%;
  margin: 100px auto;
  max-width: 1200px;
}
.columns--double .item {
  width: 50%;
}
.columns--double .item.img-nosotros {
  background: transparent url('assets/images/19.jpeg') no-repeat bottom;
  background-size: cover;
  width: 100%;
  margin-left: 0%;
}
@media only screen and (min-width: 768px) {
  .columns--double .item.img-nosotros {
    width: 47%;
    margin-left: 3%;
  }
}
.columns--double.special .item {
  width: 100%;
  margin: 0 0 20px 0;
  background-color: #f4f4f4;
  border: solid 1px #ccc;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .columns--double.special .item {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}
.columns--double.special .item:nth-child(1) .img {
  background: transparent url('assets/images/image1.png') no-repeat center;
  background-size: cover;
}
.columns--double.special .item:nth-child(2) .img {
  background: transparent url('assets/images/image2.png') no-repeat center;
  background-size: cover;
}
.columns--double.special .item:nth-child(3) .img {
  background: transparent url('assets/images/15.jpeg') no-repeat center;
  background-size: cover;
}
.columns--double.special .item:nth-child(4) .img {
  background: transparent url('assets/images/image5.png') no-repeat center;
  background-size: cover;
}
.columns--double.special .item:nth-child(5) .img {
  background: transparent url('assets/images/imageg.jpg') no-repeat center;
  background-size: cover;
}
.columns--double.special .item:nth-child(6) .img {
  background: transparent url('assets/images/ase.jpg') no-repeat center;
  background-size: cover;
}
.columns--double.special .item ul {
  width: 90%;
  margin: auto;
}
.columns--double.special .item .img {
  height: 200px;
  width: 100%;
  background: transparent url('assets/images/bg2.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .columns--double.special .item .img {
    height: 200px;
  }
}
.columns--double.special .item .img div {
  position: absolute;
  left: -20%;
  top: 0;
  width: 50%;
  height: 150%;
  background-color: rgba(0, 101, 189, 0.65);
  transform: rotate(-35deg) translate(0, 0);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
}
.columns--double.special .item .title {
  background-color: #f4f4f4;
  width: 100%;
  justify-content: flex-end;
}
.columns--double.special .item h2 {
  text-align: center;
  font-size: 0.9em;
  margin: 15px 10px 15px 0;
  background-color: #0065bd;
  color: white;
  padding: 12px;
  text-align-last: right;
  width: auto;
  position: relative;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  width: 50%;
}
.columns--double.special .item h2:after {
  content: "";
  position: absolute;
  transform: translate(-98%, 0);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 45px 0;
  border-color: transparent #0065bd transparent transparent;
}
.columns--double.special .item p {
  width: 90%;
  margin: 0 auto 20px auto;
}
.columns--double.special .item p:last-child {
  margin-bottom: 0;
}
.columns--triple .item {
  width: 100%;
  margin: 0 0 20px 0;
  background-color: #f4f4f4;
  border: solid 1px #ccc;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .columns--triple .item {
    width: 31.3%;
    margin: 0 1% 20px 1%;
  }
}
.columns--triple .item:nth-child(1) .img {
  background: transparent url('assets/images/image1.png') no-repeat center;
  background-size: cover;
}
.columns--triple .item:nth-child(2) .img {
  background: transparent url('assets/images/image2.png') no-repeat center;
  background-size: cover;
}
.columns--triple .item:nth-child(3) .img {
  background: transparent url('assets/images/15.jpeg') no-repeat center;
  background-size: cover;
}
.columns--triple .item:nth-child(4) .img {
  background: transparent url('assets/images/image5.png') no-repeat center;
  background-size: cover;
}
.columns--triple .item:nth-child(5) .img {
  background: transparent url('assets/images/imageg.jpg') no-repeat center;
  background-size: cover;
}
.columns--triple .item:nth-child(6) .img {
  background: transparent url('assets/images/ase.jpg') no-repeat center;
  background-size: cover;
}
.columns--triple .item .img {
  height: 200px;
  width: 100%;
  background: transparent url('assets/images/bg2.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .columns--triple .item .img {
    height: 200px;
  }
}
.columns--triple .item .img div {
  position: absolute;
  left: -20%;
  top: 0;
  width: 50%;
  height: 150%;
  background-color: rgba(0, 101, 189, 0.65);
  transform: rotate(-35deg) translate(0, 0);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
}
.columns--triple .item .title {
  background-color: #f4f4f4;
  width: 100%;
  justify-content: flex-end;
}
.columns--triple .item h2 {
  text-align: center;
  font-size: 0.9em;
  margin: 15px 10px 15px 0;
  background-color: #0065bd;
  color: white;
  padding: 12px;
  text-align-last: right;
  width: auto;
  position: relative;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  width: 50%;
}
.columns--triple .item h2:after {
  content: "";
  position: absolute;
  transform: translate(-98%, 0);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 45px 0;
  border-color: transparent #0065bd transparent transparent;
}
.columns--triple .item p {
  width: 90%;
  margin: 0 auto 20px auto;
}
.columns--triple .item p:last-child {
  margin-bottom: 0;
}
.columns--four .item {
  width: 100%;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .columns--four .item {
    width: 23%;
    margin: 0 1%;
  }
}
.columns--four .item h4 {
  margin-bottom: 20px;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .columns--four .item h4 {
    font-size: 1.2em;
  }
}

.valores {
  background-color: #f4f4f4;
  padding: 50px 0 1px 0;
}
.valores h3 {
  text-align: center;
}
.valores .columns {
  max-width: 1400px;
}

.img-nosotros {
  width: 100%;
  height: 400px;
  background: transparent url('assets/images/bg5.jpg') no-repeat center;
  background-size: cover;
}

.team h3 {
  text-align: center;
  margin-top: 100px;
}
.team .columns {
  margin-top: 50px;
}
.team .columns .item:nth-child(1) {
  background: transparent url('assets/images/p1.jpg') no-repeat center;
  background-size: cover;
}
.team .columns .item:nth-child(2) {
  background: transparent url('assets/images/p2.jpg') no-repeat center;
  background-size: cover;
}
.team .columns .item:nth-child(3) {
  background: transparent url('assets/images/p3.jpg') no-repeat center;
  background-size: cover;
}

.form-container {
  width: 90%;
  margin: auto;
  background-color: #f4f4f4;
  padding: 0 13px 20px 13px;
}
.form-container button[type=submit] {
  background-color: #0065bd !important;
  border: none !important;
  color: white !important;
  text-transform: uppercase !important;
  padding: 13px 30px !important;
  font-weight: bold;
  letter-spacing: 1px;
}

ul {
  width: 90%;
  margin: auto;
}
ul li {
  margin-bottom: 15px;
  line-height: 1.3em;
  font-size: 0.9em;
  list-style-type: disc;
}
@media only screen and (min-width: 768px) {
  ul li {
    font-size: 1em;
  }
}

p.intro-blue {
  font-size: 1.2em;
  color: #0065bd;
}
@media only screen and (min-width: 768px) {
  p.intro-blue {
    font-size: 1.5em;
  }
}

.intro .item {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .intro .item {
    width: 50%;
  }
}

.form-contact {
  margin: 50px auto;
}
@media only screen and (min-width: 768px) {
  .form-contact {
    margin: 100px auto;
  }
}
.form-contact .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-contact .item {
    width: 50%;
  }
}
.form-contact .item:nth-child(1) {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .form-contact .item:nth-child(1) {
    order: 1;
  }
}
.form-contact .item:nth-child(2) {
  order: 1;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .form-contact .item:nth-child(2) {
    order: 2;
    text-align: left;
    margin-bottom: 0;
  }
  .form-contact .item:nth-child(2) p {
    font-size: 1.2em;
  }
}

.galery {
  margin-top: 150px;
  text-align: center;
}
.galery h3 {
  margin-bottom: 50px;
}
.galery .images-gallery {
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: auto;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 50px;
}
.galery .images-gallery .item {
  width: 50%;
  padding: 7px;
  opacity: 1;
  transition: all 0.3s ease;
  transform: translate(0px, 0px);
}
@media only screen and (min-width: 768px) {
  .galery .images-gallery .item {
    width: 25%;
    padding: 10px;
  }
}
.galery .images-gallery .item:hover {
  opacity: 0.7;
  transform: translate(0px, 2px);
}
.galery .images-gallery .item a {
  display: block;
  width: 100%;
}
.galery .images-gallery .item a .pt {
  padding-top: 100%;
  width: 100%;
  position: relative;
}
.galery .images-gallery .item a .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent no-repeat center;
  background-size: cover;
  border-bottom: solid 5px #0065bd;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('assets/images/loading.gif') no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('assets/images/prev.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('assets/images/next.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('assets/images/close.png') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}