.div_modal {
  width: 45%;
  background: #ededed;
}

.h2-title {
  color: #2b2828;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 1em 0;
  font-size: 1.5em;
}

.fh-tbl {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.f-medium {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

#franja {
  position: fixed;
  z-index: 10007;
  bottom: -30px;
  left: 0px;
  animation: linea200 70s linear infinite;
}

@keyframes linea200 {
  0% {
    left: 0px;
  }

  50% {
    left: -500px;
  }

  70% {
    left: -700px;
  }

  100% {
    left: 0px;
  }
}

.img-team {
  /*width: 100%;*/
  width: 83%;
  border-radius: 25px;
}

.img-smp {
  width: 70%;
  border-radius: 25px;
}

.borde {
  border-radius: 15%;
  border: double 5px transparent;
  position: relative;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.borde:hover {
  /*background: linear-gradient(to right,  #f39ba289, #af72c37b, #44b7b174);
  border-radius: 8px;
  display: inline-block;
  font-size: 20px;
  padding: 1px;
  text-decoration: none;*/
  border-radius: 8px;
  display: inline-block;
  border-width: 2px;
  border-image: linear-gradient(to right, #F39BA2, #AF72C3, #44B7B2) 1;
}

/* Statistics */

.statistics {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin: 0 0 3em 0;
  padding: 0;
  list-style: none;
  cursor: default;
}

.statistics li {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.5em;
  color: #ffffff;
  text-align: center;
}

.statistics li.style1 {
  /* background-color: #efa8b0; */
  background-color: #f39ba2;
}

.statistics li.style2 {
  /*background-color: #c79cc8;*/
  background-color: #bf7cd5;
}

.statistics li.style3 {
  /*background-color: #a89cc8;*/
  background-color: #44b7b2;
}

.statistics li.style4 {
  background-color: #9bb2e1;
}

.statistics li.style5 {
  background-color: #8cc9f0;
}

.statistics li strong,
.statistics li b {
  display: block;
  font-size: 2em;
  line-height: 1.1;
  color: inherit !important;
  font-weight: 300;
  letter-spacing: -0.025em;
}

.statistics li:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.statistics li:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.statistics li .icon {
  display: inline-block;
}

.statistics li .icon:before {
  font-size: 2.75rem;
  line-height: 1.3;
}

@media screen and (max-width: 980px) {

  .statistics li strong,
  .statistics li b {
    font-size: 1.5em;
  }

}

@media screen and (max-width: 736px) {

  .statistics {
    display: block;
    width: 20em;
    max-width: 100%;
    margin: 0 auto 2em auto;
  }

  .statistics li:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }

  .statistics li:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .statistics li .icon:before {
    font-size: 3.75rem;
  }

  .statistics li strong,
  .statistics li b {
    font-size: 2.5em;
  }
}

/* estilos inicial */
.center {
  text-align: center;
}

.medium {
  font-size: 0.8em;
}

.small {
  font-size: 0.7em;
  line-height: 1.5;
}

.large {
  font-size: 1em;
}

.color_titulo {
  color: #e44c65;
  margin: 0 0 0 0;
}

.circle {
  font-size: 1em;
  /*background: #6c81805e;*/
  background: #a965d89e;
  border-radius: 100%;
  cursor: default;
  display: inline-block;
  height: 2em;
  text-align: center;
  width: 2em;
}

/* Floating */
.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 0px;
  margin-top: 0px;
}

.c1 {
  background-color: #00d4cb !important;
}

.c1:hover {
  background: #CE396A !important;
}


@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.floating {
  z-index: 10007;
  font-family: Serif;
  color: #FFE4E1;
  position: fixed;
  /* bottom: 20px; */
  bottom: 710px;
  /*right: 20px;*/
  left: 13px;
  text-shadow: 0;
  font-size: 18px;
  display: flex;

  .floating p {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: auto;
    margin-right: 10px;
  }
}


@media screen and (max-width: 980px) {}

/*@media screen and (max-width: 736px) {*/
@media screen and (max-width: 700px) {
  .floating {
    z-index: 10007;
    font-family: Serif;
    color: #FFE4E1;
    position: fixed;
    bottom: 710px;
    left: 13px;
    text-shadow: 0;
    font-size: 18px;
    display: flex;

    .floating p {
      display: inline-block;
      margin-bottom: 5px;
      margin-top: auto;
      margin-right: 10px;
    }
  }
}

@media screen and (max-width: 480px) {}

/*height*/
@media screen and (min-height>=900px) {
  .floating {
    z-index: 10007;
    font-family: Serif;
    color: #FFE4E1;
    position: fixed;
    bottom: 750px;
    left: 13px;
    text-shadow: 0;
    font-size: 18px;
    display: flex;

    .floating p {
      display: inline-block;
      margin-bottom: 5px;
      margin-top: auto;
      margin-right: 10px;
    }
  }
}

@media screen and (min-height<=700px) {
  .floating {
    z-index: 10007;
    font-family: Serif;
    color: #FFE4E1;
    position: fixed;
    bottom: 534px;
    left: 13px;
    text-shadow: 0;
    font-size: 18px;
    display: flex;
  }

  .img_bic_flot {
    width: 75%;
    height: 8em;
  }

  .f-medium {
    text-align: justify;
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
  }

  header h2+p {
    font-size: 1.20em;
    margin-top: -1em;
    line-height: 1.7em;
  }

}


.img-logo {
  /* border-radius: 100%;
  height: 15em;
  margin-left: 2em;
  width: 15em;
  bottom: 90px;
  left: 286px; */
  position: absolute;
  height: 11em;
  width: 11em;
  border-radius: 100%;
  top: 64px;
  z-index: 10007;
}

.tab-wrapper {
  max-width: 700px;
  width: 100%;
}

.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tab {
  font-size: smaller;
  appearance: none;
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  height: 3em;
  line-height: 3em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.tab.active {
  /*background: #E44C65;*/
  background: #CE396A;
  color: #111;
}


.tab:hover {
  /*background: #E44C65;*/
  background: #CE396A;
  color: #111;
}

.tab-content {
  background: #222;
  padding: 20px;
  border-radius: 6px;
}

/*Efecto Nube*/

.mountain-banner {
  background-size: cover;
  width: 100%;
  height: 110vh;
  position: relative;
}

.overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(192deg, rgba(226, 224, 211, 0) 0%, rgb(0 0 0 / 74%) 100%);
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 250.625em;*/
  width: 95em;
  height: 23.8em;
  /*background: url(https://terriotech.com/cloud-overlay.png) 0 100% repeat-x;*/
  background: url("../../images/cloud-overlay.png") 0 100% repeat-x;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 80s linear infinite;
  z-index: 2;
  pointer-events: none;
  height: 43.75em;
}

@-webkit-keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.banner-text {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10% 0 0 0;
}

.banner-text h1 {
  font-size: 50px;
  font-family: "Playfair Display", serif;
}

.banner-text p {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
}

/**/



/* MULTIMEDIA */
.gallery {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery img {
  width: 15%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  cursor: pointer;
  overflow: hidden;
}

.gallery img:hover {
  width: 80%;
}

/*/CREDITOS/*/

.body a:hover {
  color: tomato;
}

.body .container {
  max-width: 100%;
  height: 500px;
  margin: 0 auto;
  padding: 20px;
}

/* ------------------- */
/* PEN STYLES      -- */
/* ----------------- */

/* MAKE IT CUTE ----- */
.tabs1 {
  position: relative;
  display: flex;
  border-radius: 8px 8px 0 0;
  height: 700px;
}

.tabby-tab {
  flex: 1;
}

.tabby-tab label {
  display: block;
  box-sizing: border-box;

  padding: 10px;
  text-align: center;
  background: #af506f;
  cursor: pointer;
  transition: background 0.5s ease;
  padding-top: 1em;
}

.tabby-tab label:hover {
  background: #2728338f;
  border-radius: 16px 16px 0px 0px;
}

.tabby-content {
  /*height: 144%;*/
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  /* clear the tab labels */
  /* top: 40px; */
  top: 30%;
  /*padding: 20px;*/
  border-radius: 0 0 8px 8px;
  /*background: #553285;*/
  /*background: #272833de;*/
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  /* show/hide */
  opacity: 0;
  transform: scale(0.1);
  transform-origin: top left;
}

.tabby-content img {
  float: left;
  margin-right: 20px;
  border-radius: 8px;
}


/* MAKE IT WORK ----- */

.tabby-tab [type=radio] {
  display: none;
}

[type=radio]:checked~label {
  /*background: #553285;*/
  background: #272833de;
  z-index: 2;
  border-radius: 16px 16px 0px 0px;
}

[type=radio]:checked~label~.tabby-content {
  z-index: 1;

  /* show/hide */
  opacity: 1;
  transform: scale(1);
}

/* BREAKPOINTS ----- */
@media screen and (max-width: 767px) {
  .tabs1 {
    min-height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .tabs1 {
    min-height: 580px;
  }

  .tabby-tab label {
    height: 60px;
  }

  .tabby-content {
    top: 60px;
  }

  .tabby-content img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* /////////////////// */

.resume .resume-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #27d1d0;
}

.resume .resume-item {
  padding: 0 0 15px 20px;
  margin-top: -2px;
  /*border-left: 2px solid #27d1d0;*/
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /*font-family: "Poppins", sans-serif;*/
  color: #27d1d0;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 14px;
  background: #f7f8f985;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 25px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  /*background: #fff;
  border: 2px solid #64AAB1;*/
}

.sp {
  background: #f7f8f985;
  padding: 3px 10px;
  display: inline-block;
  font-weight: 500;
  border-radius: 25px;
}

.img-pre {
  width: 100%;
}