/* color palette theme
**************************************************/
/*
 *  PRUSSIAN BLUE #143356
 *  PERSIAN GREEN #45A88E
*/
.header {
  background-color: #143356;
}

.head-phone ul li a {
  color: #FFF;
}

.head-horario ul li {
  color: #FFF;
  font-size: 1.5em;
}

.fullwidth {
  background-color: #143356;
}

.who-are--mod {
  color: #FFF !important;
}
.who-are--p {
  color: #FFF !important;
  padding-bottom: 30px !important;
}

.quienes-somos--h3 {
  color: #143356 !important;
}
.quienes-somos--h2 {
  color: #45A88E;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.quienes-somos--h1 {
  color: #45A88E !important;
  font-size: 1.5em !important;
}
.quienes-somos--p {
  color: #FFF !important;
}

.left--mod {
  background-color: #143356 !important;
}

.t-business__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.t-business__item {
  width: calc(100% / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t-business__item-img {
  width: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #003056;
}
.t-business__item-img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.t-business__subtitle {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #45A88E;
  margin-top: 30px;
}

.t-do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.t-do__grid {
  padding: 40px 0;
}
.t-do__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.t-do__item:last-child {
  margin-bottom: 0;
}
.t-do__item-img {
  width: 140px;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin-right: 30px;
}
.t-do__item-container {
  width: calc(100% - 200px);
}
.t-do__container-img {
  width: 80%;
  margin: 40px auto 0;
}
.t-do__img {
  width: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.t-do__img:before {
  content: "";
  display: block;
  padding-bottom: 82.6%;
}
.t-do__subtitle {
  color: #45A88E;
  text-transform: uppercase;
  font-size: 1.5em;
}

.head-horario ul .horario-custom {
  font-size: 1em;
}

.who-are ul li {
  line-height: 1.5em;
  font-family: "Open Sans";
  font-weight: 400;
}

.left .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/1.jpg);
}

.who-are-photo {
  height: 630px;
  position: absolute;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/2.jpg);
}

.top-leadform h3 {
  font-family: "Open Sans";
  font-weight: 400;
  color: #143356;
}

.quienes-somos p, .who-are p {
  font-family: "Open Sans";
  font-weight: 400;
}

.top-leadform input, .top-leadform textarea {
  font-family: "Open Sans";
}

div.condition-legals label {
  font-family: "Open Sans";
}

@media (max-width: 1366px) {
  .t-do {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .t-do__grid {
    padding: 40px 0;
  }
  .t-do__item-img {
    margin: 0 0 20px 0;
  }
  .t-do__item-container {
    width: 100%;
  }
  .t-do__container-img {
    width: 100%;
    margin: 40px 0 0 0;
  }

  .invert-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .who-are .left, .who-are .right {
    height: auto !important;
  }

  .who-are-photo {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  body header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .who-are {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  div#diferencia + .right, div#diferencia {
    height: auto;
  }

  .t-business__grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .t-business__item {
    width: calc(100% / 3);
    margin-bottom: 30px;
  }

  .logo {
    margin: 0 auto;
  }

  .t-do__img {
    margin: 0 auto;
  }

  .map-mod iframe {
    height: 500px;
  }

  .background-image {
    height: 735px !important;
  }
}
.who-are .left, .who-are .right {
  height: 630px;
}

@media (max-width: 991px) {
  .left .background-image {
    position: relative;
  }

  .who-are .left, .who-are .right {
    height: auto;
  }

  .who-are-photo--mod {
    height: 565px !important;
  }

  .background-image {
    height: 520px !important;
  }
}
@media (max-width: 768px) {
  .t-do__container-img {
    width: 100%;
    margin: 40px 0;
  }

  .map-mod iframe {
    height: 350px;
  }
}
@media (max-width: 600px) {
  body header .container .head-horario {
    margin: 0 auto;
  }
  body header .container .logo {
    width: 100%;
  }
  body header .container .head-phone {
    width: 100%;
    text-align: center;
  }

  .t-business {
    padding: 15px 0 40px;
  }
  .t-business__item {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }

  .t-do__item-img {
    margin: 0 auto 20px;
  }
  .t-do__img {
    width: 98%;
  }

  .who-are-photo--mod {
    height: 220px !important;
  }
  .who-are-photo--mod .who-are-photo {
    height: 220px;
  }

  .left .background-image {
    height: 245px !important;
  }

  .head-horario {
    display: none;
  }
}