/*!
 TKT
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  color: #9AA49C;
}

.navbar {
  padding: 16px 24px;
}

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

.img-side {
  max-height: 360px;
  margin-top: 50px;
  max-width: 600px;
}

@media (max-width:991px) {
  .img-side {

    margin-top: 0px;
  }

  #txtquieres {
    text-align: center;
  }
}

@media (max-width:591px) {
  .img-side {
    max-width: 450px;
    margin-top: 0px;
  }
}

@media (max-width:491px) {
  .img-side {
    max-width: 350px;
    margin-top: 0px;
  }
}

@media (max-width:370px) {
  .img-side {
    max-width: 300px;
    margin-top: 0px;
  }
}

.text-side {
  margin-top: 30px;
}

.fa {
  font-size: 1.5em !important;
}

@media (max-width:424px) {
  .navbar {
    gap: 24px;
    align-items: center;
    justify-content: center;
  }

  .navbar-brand {
    margin: 0;
  }
}

.btn-primary {
  background-color: #00a9ce !important;
  background-image: none;
  border-color: #00a9ce !important;
}

.center-block {
  display: table;
  margin: 0 auto;
}

.img-logo {
  margin-bottom: 20px;
  margin-top: 20px;
}

.section-iconos {
  margin-top: 20px;
}

#navbarResponsive {
  float: right;
}

#navbarResponsive {
  float: right !important;
}

.copyright-wrapper {
  background: #fff;
  border-top: 1px solid #0072CB;
  margin: 0;
  padding: 14px 0 5px;
  position: relative;
  color: #555555;
  width: 100%;
}

.footer-body {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.footer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.logorrss {
  margin: 0 10px;
  float: right;
}

#navbartkt {
  float: right;
}


/*!
 * Start Bootstrap - Landing Page (http://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
}

.intro-header {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/header.png) no-repeat center center;
  background-size: cover;
  max-height: 550px;
}

.intro-message {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}

.intro-message>h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
}

.intro-message>h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-social-buttons i {
  font-size: 80%;
}

@media(max-width:767px) {
  .intro-message {
    padding-bottom: 15%;
  }

  .intro-message>h1 {
    font-size: 3em;
  }

  ul.intro-social-buttons>li {
    display: block;
    padding: 0;
  }

  ul.intro-social-buttons>li:last-child {
    margin-bottom: 0;
  }

  .intro-divider {
    width: 100%;
  }

  .footer {
    gap: 16px;
    padding: 0 30px;
  }
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content-section-a {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.content-section-b {
  padding: 50px 0;
  /*border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  */
}

.section-heading {
  margin-bottom: 30px;
  color: #00a9ce;
  font-weight: 500;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}

.banner {
  padding: 100px 0;
  color: #f8f8f8;
  background: url(../img/images/portada.jpeg) no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}

@media(max-width:767px) {
  .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
  }

  ul.banner-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.banner-social-buttons>li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
  background-color: #f8f8f8;
}

p.copyright {
  margin: 15px 0 0;
}

.vertical-center-middle2 {
  background: url(../img/images/portadaTriptico.jpg
) no-repeat center center;
  /*background-size*/
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
}

.fa2 {
  display: table;
  margin: 0 auto;
  color: #00a9ce;
  font-size: 60px !important;
}

.fa {
  display: table;
  margin: 0 auto;
  color: #00a9ce;
}

.negrita {
  font-weight: 600;
}

#imagenelzabu {
  width: 400px;
  margin: 50px;
}

@media (max-width:591px) {
  #imagenelzabu {
    width: 300px;
    margin: 0 auto;
    display: table;
    margin-bottom: 24px;
  }
}

.button_elzaburu {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #00a9ce;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  width: 200px;
}

.button_elzaburu:hover {
  background-color: #9B002F
}

.button_elzaburu:active {
  background-color: #9B002F;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.job_col {
  background-color: #9B002F;
  display: table-cell;
  width: 88%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  padding: 6%;
  font-weight: 600;
  line-height: 30px;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 275px;
  box-shadow: 5px 5px 10px #666;
  cursor: pointer;
  transform-origin: center;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  margin-left: 40px !important;
  margin-right: 40px !important;
}


.boton_pos:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  color: white !important;
}

.text-position {
  text-align: center;
  margin: 40px;
}

#tkt {
  color: #0072ce !important;
}


@media (max-width:767px) {
  .col_pos {
    margin-bottom: 40px;
  }
}

.text-size {
  font-size: 15px;
}

.section-nop {
  padding: 55px 0;
}

.ofertas-section {
  background-image: url('../img/bg-ofertas.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.white {
  color: white;
}

.margin-side {
  margin-left: 15px;
  margin-right: 15px;
}

.job-reasons {
  padding: 60px 10%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.img-container {
  width: 50%;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reasons {
  width: 50%;
}

.reasons ul {
  margin-bottom: 0;
}

.reasons li {
  margin-bottom: 16px;
}

.reasons li:last-of-type {
  margin-bottom: 0;
}


@media(max-width:1200px) {
  .job-reasons {
    flex-direction: column;
    align-items: center;
    padding: 0px 5%;
  }

  .img-container,
  .reasons {
    width: 100%;
  }
}

@media(max-width:400px) {
  .section-heading {
    font-size: 24px;
  }
}