#fp-nav {
  top: 60%;
}

.animacion {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.animacion2 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.cover {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contain {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

body {
  font-family: 'Signika', sans-serif;
  background-color: #f1f1f1;
}

nav.navbar {
  position: fixed;
  padding-top: 20px;
  width: 100%;
  z-index: 10;
  box-shadow: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

nav.navbar.bg {
  background-color: rgba(0, 0, 0, 0.7);
}

nav.navbar .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  nav.navbar .container {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  nav.navbar .navbar-collapse {
    background-color: #000;
  }
}

nav.navbar .logo,
nav.navbar ul.nav {
  display: inline-block;
}

nav.navbar .logo {
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  nav.navbar .logo {
    margin-left: 15px;
  }
}

nav.navbar.alt-logo .logo {
  background-image: url('../assets/images/logo-gray.png');
  visibility: visible;
}

nav.navbar.alt-logo .logo img {
  visibility: hidden;
}

nav.navbar .nav {
  margin: 0;
  border-bottom: 1px solid #FFF;
}

nav.navbar .nav.navbar-nav>li+li {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  nav.navbar .nav.navbar-nav>li+li {
    margin-left: 0;
  }
}

nav.navbar .nav.navbar-nav li.active {
  border-bottom: 10px solid #6cccd5;
}

@media only screen and (max-width: 768px) {
  nav.navbar .nav.navbar-nav li.active {
    border-bottom: 0;
  }
}

nav.navbar .nav.navbar-nav li a {
  color: #FFF;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  background-image: initial;
}

nav.navbar .nav.navbar-nav li.active a {
  font-weight: bold;
}

nav.navbar .nav.navbar-nav li.active a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.scroll {
  position: absolute;
  top: 80%;
  left: 49%;
}

.scroll.static {
  position: static;
}

@media only screen and (max-width: 768px) {
  .scroll {
    display: none;
  }
}

.title-section {
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
  color: #8D8D8D;
  font-weight: bold;
  border: 6px solid transparent;
  border-width: 6px;
  border-image: url('../assets/images/frase-pleca.jpg') 10% round;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .title-section {
    font-size: 40px;
  }
}

.frase {
  color: #FFF;
  text-align: center;
}

.frase .titulo {
  font-size: 65px;
  line-height: 60px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .frase .titulo {
    font-size: 47px;
    line-height: 45px;
  }
}

.frase .linea2 {
  font-size: 30px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .frase .linea2 {
    font-size: 25px;
  }
}

.frase .linea3 {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .frase .linea3 {
    font-size: 16px;
  }
}

.frase a.btn {
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
}

.frase.alt .titulo {
  color: #189ACA;
}

.frase.alt .linea2 {
  color: #A4A4A4;
}

.frase.alt .linea3 {
  color: #6CCCD5;
}

.hint-scroll {
  color: #8D8D8D;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .hint-scroll {
    display: none;
  }
}

.section .container {
  text-align: center;
  padding-bottom: 30px;
}

#layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(24, 154, 202, 0.8);
  z-index: 999;
}

img.img-responsive {
  display: inline-block;
}

.wrap-title {
  text-align: center;
}

.home #section0 {
  background-image: url('../assets/images/home-slider-bg.jpg');
  background-size: cover;
}

.home #section0 .home-carousel .contenido {
  border-image: url('../assets/images/frase-pleca.jpg') 10% round;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top-width: 6px;
  padding-top: 20px;
  display: inline-block;
}

.home #section0 .btn-prev,
.home #section0 .btn-next {
  display: inline-block;
  width: 67px;
  height: 103px;
  position: absolute;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {

  .home #section0 .btn-prev,
  .home #section0 .btn-next {
    width: 15%;
    height: 15%;
    background-size: cover;
    top: 75%;
  }
}

.home #section0 .btn-prev {
  background-image: url('../assets/images/btn-prev.jpg');
  left: 0;
}

.home #section0 .btn-next {
  background-image: url('../assets/images/btn-next.jpg');
  right: 0;
}

.home #section1 .container .row {
  position: relative;
}

.home #section1 .container .row.down {
  margin-bottom: 130px;
}

@media only screen and (max-width: 768px) {
  .home #section1 .container .row.down {
    margin-bottom: 0;
  }
}

.home #section1 .scroll.static {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .home #section1 .title-section {
    margin-bottom: 35px;
  }
}

.home #section1 .paso .img-responsive {
  max-width: 150px;
  opacity: 0;
  transition: 0.3s all;
}

.home #section1 .paso .title {
  color: #5d5d5d;
  font-size: 25px;
}

.home #section1 .paso .pleca {
  width: 192px;
  height: 6px;
  background-color: #189ACA;
  display: inline-block;
}

.home #section1 .paso .descrip {
  color: #8D8D8D;
  font-size: 16px;
}

.home #section1 .paso .descrip span {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .home #section1 .paso {
    margin-bottom: 35px;
  }
}

.home #section1 .pleca-hor {
  background-image: url('../assets/images/pleca-hor.png');
  width: 0%;
  height: 3px;
  position: absolute;
  top: 37%;
  left: 33%;
}

.home #section1 .pleca-hor.alt {
  width: 34%;
}

@media only screen and (max-width: 768px) {
  .home #section1 .pleca-hor {
    display: none;
  }
}

.home #section1 .pleca-ver {
  background-image: url('../assets/images/pleca-ver.png');
  width: 3px;
  height: 0%;
  position: absolute;
  top: -40%;
  left: 75.2%;
}

@media only screen and (max-width: 768px) {
  .home #section1 .pleca-ver {
    display: none;
  }
}

.home #section1 .pleca-ver.alt {
  height: 0%;
  top: -37%;
  left: 25.1%;
}

.home #section1 #linea-3 .layer {
  background-color: #F1F1F1;
  width: 100%;
  height: 3px;
}

@media only screen and (max-width: 768px) {
  .home #section1.fp-section {
    height: auto !important;
  }
}

@media only screen and (max-width: 768px) {

  .home #section1 .fp-section,
  .home #section1 .fp-slide,
  .home #section1 .fp-tableCell,
  .home #section1 .slimScrollDiv,
  .home #section1 .fp-scrollable {
    height: auto !important;
  }
}

.home #section2 .scroll.static {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .home #section2 .title-section {
    margin-bottom: 35px;
  }
}

.home #section2 .row.serv {
  background-color: #34B5E4;
  text-align: center;
}

.home #section2 .row.serv .col-md-12 {
  padding-top: 50px;
}

.home #section2 .row.serv .col-md-12.last {
  padding-bottom: 50px;
}

.home #section2 .row.serv .titulo {
  color: #FFF;
  font-size: 27px;
  font-weight: bold;
  cursor: pointer;
}

.home #section2 .row.serv .caret {
  border-width: 7px;
}

.home #section2 .row.serv .row.sub-serv {
  display: none;
  background-color: #f1f1f1;
  padding-top: 55px;
  padding-bottom: 55px;
}

.home #section2 .row.serv .row.sub-serv .titulo {
  font-size: 14px;
  color: #5d5d5d;
  cursor: initial;
  padding-bottom: 15px;
}

.home #section2 .row.serv .row.sub-serv .link {
  font-size: 13px;
  text-decoration: underline;
}

.home #section2 .row.serv .row.sub-serv>div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home #section2 .row.serv .row.sub-serv>div:nth-of-type(-n+2) {
  border-right: 2px inset #e1e1e1;
}

@media only screen and (max-width: 768px) {
  .home #section2.fp-section {
    height: auto !important;
  }
}

@media only screen and (max-width: 768px) {

  .home #section2 .fp-section,
  .home #section2 .fp-slide,
  .home #section2 .fp-tableCell,
  .home #section2 .slimScrollDiv,
  .home #section2 .fp-scrollable {
    height: auto !important;
  }
}

.home #section3 {
  background-image: url('../assets/images/clientes-bg.jpg');
  background-size: cover;
}

.home #section3 .txt-lg {
  font-size: 40px;
  color: #FFF;
  text-align: left;
  display: inline-block;
  margin-bottom: 80px;
  border-left: 4px solid;
}

@media only screen and (max-width: 768px) {
  .home #section3 .txt-lg {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.home #section4 .container-fluid {
  padding: 0;
  text-align: center;
}

.home #section4 .title-section {
  margin-bottom: 50px;
}

.home #section4 .caso .txt {
  text-align: left;
}

.home #section4 .caso .titulo {
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  margin-top: 30px;
}

.home #section4 .caso .descrip {
  text-align: left;
  color: #FFF;
  font-size: 16px;
  max-width: 72%;
}

.home #section4 .caso .link {
  color: #FFF;
  margin-top: 20px;
  display: inline-block;
}

.home #section4 .caso .img {
  padding-right: 0;
}

.home #section4 .wrap-carousel {
  position: relative;
}

.home #section4 .block-blue {
  background-color: #189ACA;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.home #section4 .block-blue2 {
  background-color: #17D5DD;
  width: 100%;
  position: absolute;
  height: 50px;
  left: 0;
  bottom: 0;
}

.home #section5 {
  background-image: url('../assets/images/img-bg-contacto.png');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media only screen and (max-width: 768px) {
  .home #section5 {
    background-size: 100%;
  }
}

.home #section5 .txt {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .home #section5 .txt {
    margin-top: 0;
  }
}

.home #section5 .txt-md {
  color: #636363;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  .home #section5 .txt-md {
    font-size: 33px;
  }
}

.home #section5 .txt-lg {
  color: #636363;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .home #section5 .txt-lg {
    font-size: 40px;
  }
}

.home #section5 .btn.btn-primary {
  background-color: rgba(0, 0, 0, 0);
  color: #34B5E4;
  border-color: #34B5E4;
  border-radius: 17px;
  font-size: 18px;
  font-family: 'Signika', sans-serif;
  font-weight: bold;
  text-shadow: initial;
  box-shadow: initial;
  border-width: 3px;
  padding-left: 40px;
  padding-right: 40px;
}

.home #section5 .info-bottom {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #67E0E6;
  border-top: 4px solid #67E0E6;
}

.home #section5 .info-bottom .container {
  padding-bottom: 0;
}

.home #section6 {
  background: #189ACA url('../assets/images/img-bg-contacto2.png');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media only screen and (max-width: 768px) {
  .home #section6 {
    background-size: 100%;
  }
}

.home #section6 .txt-md {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  .home #section6 .txt-md {
    font-size: 33px;
  }
}

.home #section6 .txt-lg {
  color: #FFF;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .home #section6 .txt-lg {
    font-size: 40px;
  }
}

.home #section6 .form-group input,
.home #section6 .form-group textarea {
  background-color: rgba(0, 0, 0, 0);
  border-color: #FFF;
  color: #FFF;
}

.home #section6 .form-control::-webkit-input-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

.home #section6 .form-control:-moz-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

.home #section6 .form-control::-moz-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

.home #section6 .form-control:-ms-input-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

.home #section6 .btn.btn-default {
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  border-color: #FFF;
}

.home #section6 .copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}

#empresa .convecimos {
  font-size: 30px;
  margin-bottom: 30px;
  color: #636363;
  text-align: left;
}

#empresa .convecimos .convee {
  width: 70%;
  text-align: center;
}

#empresa .convecimos span:nth-child(1) {
  display: block;
  font-family: 'Signika', sans-serif;
  font-size: 46px;
  font-weight: bold;
}

#empresa .convecimos span:nth-child(2) {
  display: block;
  font-family: 'Signika', sans-serif;
  font-size: 53px;
  font-weight: 300;
}

#empresa .convecimos button {
  background-color: transparent;
  border-color: #34b5e4;
  color: #34b5e4;
  border-radius: 30px;
  font-family: Signika, sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 5px;
  width: 240px;
  margin: 0 auto;
}

#empresa .info-bottom {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 4px solid #67E0E6;
  border-top: 4px solid #67E0E6;
  margin-top: 30px;
}

#empresa .info-bottom .container {
  padding-bottom: 0;
}

#empresa .frase.alt {
  margin-top: 100px;
  margin-bottom: 50px;
}

#empresa .frase.alt .titulo {
  font-size: 80px;
}

@media only screen and (max-width: 768px) {
  #empresa .frase.alt .titulo {
    font-size: 55px;
  }
}

#empresa .frase.alt .linea2 {
  font-size: 37px;
}

#empresa .frase.alt .linea3 {
  font-size: 23px;
}

#empresa .frase.alt .texto {
  margin-top: 30px;
  color: #636363;
  font-size: 18px;
  font-weight: 300;
}

#empresa .frase.alt .texto b {
  color: #189aca;
}

#empresa .content {
  position: relative;
}

#empresa .container.valores-content {
  text-align: center;
  background-image: url('../assets/images/img-bg-contacto.png');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}

@media only screen and (max-width: 768px) {
  #empresa .container-fluid.images .colImg2 {
    margin-top: 6px;
  }
}

#empresa .equipo-content {
  text-align: center;
  padding: 0;
}

#empresa .equipo-item {
  width: 20%;
  float: left;
  position: relative;
}

@media only screen and (max-width: 992px) {
  #empresa .equipo-item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  #empresa .equipo-item {
    width: 50%;
  }
}

#empresa .equipo-item .popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  #empresa .equipo-item .popup {
    font-size: 13px;
    line-height: 15px;
  }
}

#empresa .equipo-item .popup .bandera {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 50px;
}

@media only screen and (max-width: 992px) {
  #empresa .equipo-item .popup .bandera {
    max-width: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #empresa .equipo-item .popup .bandera {
    max-width: 35px;
  }
}

#empresa .equipo-item:hover .popup {
  visibility: visible;
}

#empresa .container-fluid .row>.col-md-6:nth-child(1) {
  padding-right: 4px;
}

@media only screen and (max-width: 768px) {
  #empresa .container-fluid .row>.col-md-6:nth-child(1) {
    padding-right: initial;
  }
}

#empresa .container-fluid .row>.col-md-6:nth-child(2) {
  padding-left: 4px;
}

@media only screen and (max-width: 768px) {
  #empresa .container-fluid .row>.col-md-6:nth-child(2) {
    padding-left: initial;
  }
}

#empresa .img.alt {
  margin-top: 6px;
}

#empresa .img .titulo {
  position: absolute;
  bottom: -1px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#empresa .img .txt {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  padding: 30px;
  display: none;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #empresa .img .txt {
    position: static;
  }
}

#empresa .img .titulo2 {
  text-align: center;
  color: #FFF;
  font-size: 30px;
}

#empresa .img:hover .titulo {
  display: none;
}

#empresa .img:hover .txt {
  display: flex;
}

@media only screen and (max-width: 768px) {
  #empresa .img {
    padding: 0;
  }
}

#empresa .title-section {
  font-size: 30px;
  margin-bottom: 30px;
  color: #636363;
  border-image: none;
}

#empresa .valores .row {
  margin-top: 50px;
}

#empresa .valor .title {
  font-weight: bold;
  color: #636363;
  font-size: 20px;
  margin-top: 15px;
}

#empresa .honoma {
  text-decoration: none;
}

#empresa .copy {
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}
#empresa + .copy {
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}
#empresa .container-fluid.form {
  background: #189ACA url('../assets/images/img-bg-contacto2.png');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  min-height: 600px;
}

@media only screen and (max-width: 768px) {
  #empresa .container-fluid.form {
    background-size: 100%;
  }
}

#empresa .container-fluid.form .txt-md {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  #empresa .container-fluid.form .txt-md {
    font-size: 33px;
  }
}

#empresa .container-fluid.form .txt-lg {
  color: #FFF;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  #empresa .container-fluid.form .txt-lg {
    font-size: 40px;
  }
}

#empresa .container-fluid.form .form-group input,
#empresa .container-fluid.form .form-group textarea {
  background-color: rgba(0, 0, 0, 0);
  border-color: #FFF;
  color: #FFF;
}

#empresa .container-fluid.form .form-control::-webkit-input-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

#empresa .container-fluid.form .form-control:-moz-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

#empresa .container-fluid.form .form-control::-moz-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

#empresa .container-fluid.form .form-control:-ms-input-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

#empresa .container-fluid.form .btn.btn-default {
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  border-color: #FFF;
}

#empresa .container-fluid.form .col-md-4 {
  margin-top: 5%;
}

#equipos .info-bottom {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 4px solid #67E0E6;
  border-top: 4px solid #67E0E6;
  margin-top: 30px;
}

#equipos .info-bottom .container {
  padding-bottom: 0;
}

#equipos .frase.alt {
  margin-top: 100px;
  margin-bottom: 50px;
}

#equipos .frase.alt .titulo {
  font-size: 80px;
}

@media only screen and (max-width: 768px) {
  #equipos .frase.alt .titulo {
    font-size: 55px;
  }
}

#equipos .frase.alt .linea2 {
  font-size: 37px;
}

#equipos .frase.alt .linea3 {
  font-size: 23px;
}

#equipos .frase.alt .texto {
  margin-top: 30px;
  color: #636363;
  font-size: 18px;
  font-weight: 300;
}

#equipos .frase.alt .texto b {
  color: #189aca;
}

#equipos .content {
  position: relative;
}

#equipos .container.valores-content {
  text-align: center;
  background-image: url('../assets/images/img-bg-contacto.png');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}

@media only screen and (max-width: 768px) {
  #equipos .container-fluid.images .colImg2 {
    margin-top: 6px;
  }
}

#equipos .equipo-content {
  text-align: center;
  padding: 0;
}

#equipos .equipo-item {
  width: 25%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 992px) {
  #equipos .equipo-item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  #equipos .equipo-item {
    width: 50%;
  }
}

#equipos .equipo-item .popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  #equipos .equipo-item .popup {
    font-size: 13px;
    line-height: 15px;
  }
}

#equipos .equipo-item .popup .bandera {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 50px;
}

@media only screen and (max-width: 992px) {
  #equipos .equipo-item .popup .bandera {
    max-width: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #equipos .equipo-item .popup .bandera {
    max-width: 35px;
  }
}

#equipos .equipo-item:hover .popup {
  visibility: visible;
}

#equipos .container-fluid .row>.col-md-6:nth-child(1) {
  padding-right: 4px;
}

@media only screen and (max-width: 768px) {
  #equipos .container-fluid .row>.col-md-6:nth-child(1) {
    padding-right: initial;
  }
}

#equipos .container-fluid .row>.col-md-6:nth-child(2) {
  padding-left: 4px;
}

@media only screen and (max-width: 768px) {
  #equipos .container-fluid .row>.col-md-6:nth-child(2) {
    padding-left: initial;
  }
}

#equipos .img.alt {
  margin-top: 6px;
}

#equipos .img .titulo {
  position: absolute;
  bottom: -1px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#equipos .img .txt {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  padding: 30px;
  display: none;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #equipos .img .txt {
    position: static;
  }
}

#equipos .img .titulo2 {
  text-align: center;
  color: #FFF;
  font-size: 30px;
}

#equipos .img:hover .titulo {
  display: none;
}

#equipos .img:hover .txt {
  display: flex;
}

@media only screen and (max-width: 768px) {
  #equipos .img {
    padding: 0;
  }
}

#equipos .title-section {
  font-size: 30px;
  margin-bottom: 30px;
  color: #636363;
}

#equipos .valores .row {
  margin-top: 50px;
}

#equipos .valor .title {
  font-weight: bold;
  color: #636363;
  font-size: 20px;
  margin-top: 15px;
}

#equipos .copy {
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}
#equipos + .copy {
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}

#equipos .container-fluid.form {
  background: #189ACA url('../assets/images/img-bg-contacto2.png');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  min-height: 600px;
}

@media only screen and (max-width: 768px) {
  #equipos .container-fluid.form {
    background-size: 100%;
  }
}

#equipos .container-fluid.form .txt-md {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  #equipos .container-fluid.form .txt-md {
    font-size: 33px;
  }
}

#equipos .container-fluid.form .txt-lg {
  color: #FFF;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  #equipos .container-fluid.form .txt-lg {
    font-size: 40px;
  }
}

#equipos .container-fluid.form .form-group input,
#equipos .container-fluid.form .form-group textarea {
  background-color: rgba(0, 0, 0, 0);
  border-color: #FFF;
  color: #FFF;
}

#equipos .container-fluid.form .form-control::-webkit-input-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

#equipos .container-fluid.form .form-control:-moz-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

#equipos .container-fluid.form .form-control::-moz-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

#equipos .container-fluid.form .form-control:-ms-input-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

#equipos .container-fluid.form .btn.btn-default {
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  border-color: #FFF;
}

#equipos .container-fluid.form .col-md-4 {
  margin-top: 5%;
}

#equipos .col-md-2 .col-xs-6 {
  padding: 0;
  margin: 0;
}

#equipos .exxp {
  text-transform: uppercase !important;
  color: #8d8d8d !important;
  font-size: 50px !important;
  display: block !important;
  font-weight: 400px !important;
  width: 518px;
  margin: 0 auto;
  margin-bottom: 58px;
}

.servicios-content .btn-prev,
.servicios-content .btn-next {
  display: inline-block;
  width: 67px;
  height: 103px;
  position: absolute;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {

  .servicios-content .btn-prev,
  .servicios-content .btn-next {
    width: 43px;
    height: 73px;
    background-size: cover;
    top: 10%;
  }
}

.servicios-content .btn-prev {
  background-image: url('../assets/images/btn-prev.jpg');
  left: 0;
}

.servicios-content .btn-next {
  background-image: url('../assets/images/btn-next.jpg');
  right: 0;
}

.servicios-content #section1 {
  background: #189ACA url('../assets/images/img-bg-contacto2.png');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media only screen and (max-width: 768px) {
  .servicios-content #section1 {
    background-size: 100%;
  }
}

.servicios-content #section1 .txt-md {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  .servicios-content #section1 .txt-md {
    font-size: 33px;
  }
}

.servicios-content #section1 .txt-lg {
  color: #FFF;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .servicios-content #section1 .txt-lg {
    font-size: 40px;
  }
}

.servicios-content #section1 .form-group input,
.servicios-content #section1 .form-group textarea {
  background-color: rgba(0, 0, 0, 0);
  border-color: #FFF;
  color: #FFF;
}

.servicios-content #section1 .form-control::-webkit-input-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

.servicios-content #section1 .form-control:-moz-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

.servicios-content #section1 .form-control::-moz-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

.servicios-content #section1 .form-control:-ms-input-placeholder {
  color: white;
  font-family: 'Signika', sans-serif;
}

.servicios-content #section1 .btn.btn-default {
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  border-color: #FFF;
}

.servicios-content #section1 .copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}

.servicios-content .serv-content.one {
  background-image: url('../assets/images/servicios/slider1.jpg');
}

.servicios-content .serv-content.two {
  background-image: url('../assets/images/servicios/slider2.jpg');
}

.servicios-content .serv-content.two .serv {
  margin-top: 7%;
}

.servicios-content .serv-content.three {
  background-image: url('../assets/images/servicios/slider3.jpg');
}

@media only screen and (max-width: 768px) {
  .servicios-content .serv-content {
    height: 100% !important;
    padding-bottom: 20px;
    background-size: cover;
  }
}

.servicios-content .serv-content .serv {
  margin-top: 8%;
}

@media only screen and (max-width: 768px) {
  .servicios-content .serv-content .serv {
    margin-top: initial;
    padding-top: 28%;
  }
}

.servicios-content .serv-content .contenido {
  color: #FFF;
  text-align: center;
}

.servicios-content .serv-content .contenido .titulo span {
  font-size: 23px;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}

.servicios-content .serv-content .contenido .titulo img {
  width: auto;
  display: inline-block;
}

.servicios-content .serv-content .contenido .titulo .pleca {
  width: 25%;
  height: 6px;
  background-color: #189ACA;
  display: inline-block;
}

.servicios-content .serv-content .contenido .text {
  text-align: left;
}

.servicios-content .serv-content .contenido .text.alt {
  text-align: center;
}

.servicios-content .serv-content .contenido .text .titulo {
  color: #17d5dd;
  font-weight: bold;
  margin-top: 15px;
}

.servicios-content .serv-content .contenido .text .txt {
  font-size: 13px;
}

.servicios-content .info-bottom {
  position: absolute;
  bottom: 0;
  background-color: #F1F1F1;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 4px solid #67E0E6;
  border-top: 4px solid #67E0E6;
  margin-top: 30px;
  z-index: 1;
}

.servicios-content .info-bottom .container {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .servicios-content .info-bottom {
    position: static;
    margin-top: initial;
  }
}

#contacto .container.form {
  text-align: center;
  background-image: url('../assets/images/img-bg-contacto.png');
  background-size: 77%;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

#contacto .container.direcs {
  margin-top: 70px;
  color: #636363;
}

#contacto .container.direcs .corp {
  color: #189aca;
}

#contacto .txt {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  #contacto .txt {
    margin-top: 0;
  }
}

#contacto .txt-md {
  color: #636363;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  #contacto .txt-md {
    font-size: 33px;
  }
}

#contacto .txt-lg {
  color: #636363;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  #contacto .txt-lg {
    font-size: 40px;
  }
}

#contacto .form {
  margin-top: 40px;
}

#contacto #map {
  height: 100%;
  min-height: 600px;
}

#contacto .gmap {
  margin-top: 50px;
  margin-bottom: 50px;
}

#contacto .copy {
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: rgba(24, 154, 202, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}

.spinner {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.spinner .ball {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

p {
  color: #fff;
  margin-top: 5px;
  font-family: 'Signika', sans-serif;
  letter-spacing: 3px;
  font-size: 16px;
}

@-webkit-keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }

  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
    transform: translateX(-50px) scale(0.3);
  }

  50% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }

  75% {
    -webkit-transform: translateX(50px) scale(0.3);
    transform: translateX(50px) scale(0.3);
  }

  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}

@keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }

  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
    transform: translateX(-50px) scale(0.3);
  }

  50% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }

  75% {
    -webkit-transform: translateX(50px) scale(0.3);
    transform: translateX(50px) scale(0.3);
  }

  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}

#interna .comitions {
  background-image: url('../assets/images/fondo1.jpg');
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 530px;
}

#interna .titles .semiboldo {
  position: relative;
  font-size: 20px;
  color: #636363;
  display: block;
  text-align: center;
  font-weight: 700;
}

#interna .titles hr {
  color: #189aca;
  border-color: #189aca;
  width: 190px;
  margin: 0 auto;
  border-top: 5px solid;
}

#interna .titles .titulos {
  position: relative;
  font-size: 45px;
  color: #6d6d6d;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  width: 500px;
  margin: 0 auto;
}

#interna .barraazul {
  background-color: #45acd3;
  width: 100%;
  color: #fff;
  padding: 30px;
}

#interna .barraazul span {
  font-weight: 700;
  font-size: 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

#interna .barraazul hr {
  border: solid #fff 3px;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#interna .barraazul p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

#interna .barraazul .strelliya {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 40px 0 40px;
  border-color: #45add3 transparent transparent transparent;
  top: 69px;
  position: relative;
  margin: 0 auto;
}

#casosexito {
  padding-top: 50px;
  text-align: center;
}

#casosexito .title-section {
  font-size: 30px;
}

#casosexito .valores {
  padding: 40px 0;
}

.legales {
  text-align: left;
}