@font-face {
  font-family: "Typold";
  src: url("../font/Typold-Bold.woff") format("woff"), url("../font/Typold-Bold.ttf") format("truetype"), url("../font/Typold-Bold.svg#Typold-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typold";
  src: url("../font/Typold-Regular.woff") format("woff"), url("../font/Typold-Regular.ttf") format("truetype"), url("../font/Typold-Regular.svg#Typold-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typold Book";
  src: url("../font/Typold-Book.woff") format("woff"), url("../font/Typold-Book.ttf") format("truetype"), url("../font/Typold-Book.svg#Typold-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Utopia Std";
  src: url("../font/UtopiaStd-Regular.woff2") format("woff2"), url("../font/UtopiaStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
* Variables
*/
.popup-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.popup-cont.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-cont .box-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 970px;
  position: relative;
}
.popup-cont .box-cont .close {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 56px;
  height: 56px;
  background-color: #bdb5b0;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.popup-cont .box-cont .close img {
  width: 18px;
}
.popup-cont .box-cont .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popup-cont .box-cont .column:first-of-type {
  width: 400px;
  background-color: #bdb5b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-cont .box-cont .column:first-of-type img {
  width: 100%;
}
.popup-cont .box-cont .column:last-of-type {
  width: 570px;
  padding: 55px 75px;
  background-color: #fff;
}
.popup-cont .box-cont .column:last-of-type .title {
  text-align: left;
  height: auto;
  margin: 0;
  color: #241f20;
  line-height: 1;
}
.popup-cont .box-cont .column:last-of-type .title:before {
  display: none;
}
.popup-cont .box-cont .column:last-of-type .job {
  font-family: "Typold";
  font-weight: bold;
  color: #bdb5b0;
  font-size: 20px;
  line-height: 1;
}
.popup-cont .box-cont .column:last-of-type a.mail {
  text-decoration: none;
  display: block;
  margin-top: 15px;
  font-size: 18px;
  color: #241f20;
  font-family: "Utopia Std";
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.popup-cont .box-cont .column:last-of-type a.mail:hover {
  color: #bdb5b0;
}
.popup-cont .box-cont .column:last-of-type .content {
  margin-top: 15px;
  width: 100%;
  padding-right: 10px;
  height: 480px;
  overflow-y: scroll;
  text-align: justify;
  font-size: 16px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.popup-cont .box-cont .column:last-of-type .content b {
  font-family: "Typold";
}
.popup-cont .box-cont .column:last-of-type .content::-webkit-scrollbar {
  width: 3px;
}
.popup-cont .box-cont .column:last-of-type .content::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.popup-cont .box-cont .column:last-of-type .content::-webkit-scrollbar-thumb {
  background: #b3b3b3;
}
.popup-cont .box-cont .column:last-of-type .content::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}
.popup-cont .box-cont .column:last-of-type .content .main {
  padding: 0;
  margin: 0;
}
.popup-cont .box-cont .column:last-of-type .content .main li {
  line-height: 1.5;
  margin-bottom: 30px;
  list-style: disc;
  text-indent: 20px;
  position: relative;
}
.popup-cont .box-cont .column:last-of-type .content .main li::before {
  content: "";
  position: absolute;
  background-color: #bdb5b0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: 12px;
  left: 7px;
}
.popup-cont .box-cont .column:last-of-type .content .main li ul li {
  margin-bottom: 5px;
}

.main-banner {
  background-image: url(../img/banner-equipo.jpg);
}

.team-cont .container .members-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.team-cont .container .members-cont .member {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33% - 17px);
  height: 328px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: 2px solid #bdb5b0;
  position: relative;
}
.team-cont .container .members-cont .member:nth-child(3n) {
  margin-right: 0;
}
.team-cont .container .members-cont .member:last-child {
  margin-bottom: 30px;
}
.team-cont .container .members-cont .member:hover .img-cont .circle {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #241f20;
  margin-top: 0px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.team-cont .container .members-cont .member:hover .img-cont .circle img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.team-cont .container .members-cont .member:hover .img-cont .text {
  color: #fff;
}
.team-cont .container .members-cont .member:hover .img-cont .arrow {
  background-color: #fff;
}
.team-cont .container .members-cont .member:hover .img-cont .arrow svg path {
  fill: #241f20;
}
.team-cont .container .members-cont .member:hover .img-cont .circle-overlay {
  display: block;
  border-color: #bdb5b0;
  opacity: 1;
}
.team-cont .container .members-cont .member .img-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.team-cont .container .members-cont .member .img-cont .circle {
  width: 185px;
  height: 185px;
  z-index: 10;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  background-color: #bdb5b0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.team-cont .container .members-cont .member .img-cont .circle img {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.team-cont .container .members-cont .member .img-cont .text {
  position: absolute;
  width: 100%;
  top: 250px;
  padding: 0 45px;
  z-index: 12;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-family: "Typold";
}
.team-cont .container .members-cont .member .img-cont .arrow {
  position: absolute;
  top: 172px;
  left: 60%;
  width: 62px;
  height: 62px;
  z-index: 15;
  border-radius: 50%;
  background: #241f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
}
.team-cont .container .members-cont .member .img-cont .arrow svg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.team-cont .container .members-cont .member .img-cont .arrow svg path {
  fill: #bdb5b0;
}
.team-cont .container .members-cont .member .img-cont .circle-overlay {
  border: 1px solid #bdb5b0;
  width: 185px;
  height: 185px;
  z-index: 10;
  border-radius: 50%;
  position: absolute;
  top: 55.5px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
}

@media screen and (max-width: 850px) {
  .popup-cont .box-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-cont .box-cont .column:first-of-type {
    width: 100%;
    background-color: #bdb5b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popup-cont .box-cont .column:first-of-type img {
    width: 300px;
    width: 120px;
  }
  .popup-cont .box-cont .column:last-of-type {
    width: 100%;
    padding: 20px 30px;
    height: 390px;
  }
  .popup-cont .box-cont .column:last-of-type .title {
    font-size: 20px;
  }
  .popup-cont .box-cont .column:last-of-type .job {
    font-size: 16px;
  }
  .popup-cont .box-cont .column:last-of-type .content {
    height: 250px;
  }
  .team-cont .container .members-cont .member {
    max-width: calc(50% - 7.5px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 7.5px);
            flex: 1 0 calc(50% - 7.5px);
    margin-right: 15px;
    overflow: hidden;
  }
  .team-cont .container .members-cont .member:nth-child(even) {
    margin-right: 0;
  }
  .team-cont .container .members-cont .member:nth-child(3n) {
    margin-right: 15px;
  }
  .team-cont .container .members-cont .member:nth-child(6) {
    margin-right: 0px;
  }
  .team-cont .container .members-cont .member .img-cont .text {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .team-cont .container .members-cont .member {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-right: 0;
    overflow: hidden;
  }
  .team-cont .container .members-cont .member:nth-child(even) {
    margin-right: 0;
  }
  .team-cont .container .members-cont .member:nth-child(3n) {
    margin-right: 0;
  }
  .team-cont .container .members-cont .member:nth-child(6) {
    margin-right: 0px;
  }
  .team-cont .container .members-cont .member .img-cont .text {
    padding: 10px;
  }
}