
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Libre Franklin', sans-serif;
    min-height: 100vh;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #939393;
    text-decoration:none;
}

::selection {
    background: #000000;
    color: #ffffff;
}
::-moz-selection {
    background: #000000;
}
/*body::-webkit-scrollbar{
    width: 8px;
    height: 12px;
    max-height: 12px;
    cursor: grab;
}
body::-webkit-scrollbar-track {
    border-radius: 0;
    background: #ececec;
}
body::-webkit-scrollbar-thumb{
    border-radius: 0;
    background: #000000;
}*/


a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.nav>li>a:hover, 
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}


.scrollright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 264px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 15px 40px;
    background: rgb(255 255 255 / 80%);
    z-index: 99999;
}

.navbar-header {
    margin-bottom: 2rem;
}
.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin-left: 0!important;
    padding-left: 0;
}


.navbar-nav>li {
    font-size: 15px;
    margin-bottom: 1.314rem;
}
.nav>li>a {
    padding: 0 0 10px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
}
.nav>li>a:hover {
    background: transparent;
}

.sectionSerie {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    padding-bottom: 6px;
}
.subsectionSerie {
    padding-left: 1rem;
}
.subsectionSerie a {
    display: table;
    line-height: normal;
    padding-bottom: .5rem;
    font-size: 14px;
    letter-spacing: 0;
    color: #000;
}
.subsectionSerie a:hover {
    color: #6c6b6b;
}


ul.nav-footer {
    padding: 0;
    margin: 2rem 0 0 0;
}
ul.nav-footer li {
    list-style: none;
}
ul.nav-footer li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
ul.nav-footer li a:hover {
  color: #6c6b6b;

}

.text-black {
  color: #000
}
.text-light {
  color: #949494
}



/*mobile*/
.navbar-toggle .icon-bar {
    background: #000;
}
.navbar-toggle {
    margin-right: -10px;
}


/*MAIN*/
.main {
    width: 50%;
    margin: 0 auto;
    height: 100vh;
}
.main-publications {
    width: 65vw;
    margin: 9vh auto 9vh 23vw;
    height: 100vh;
    display: flex;
    justify-content: space-between;
}
.box-md {
    width: 49%;
}
.box-link {
    width: 100%;
}
.box-link img {
    width: 100%;
}
.box-link h1 {
    font-size: 1.314rem;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
}


.data-box {
    width: 25vw;
    padding-top: 5rem;
}
.info-md {
  margin: 2.5rem 0;
}
.data-box h6 {
      font-size: 15px;
    margin-bottom: 4px;
}
.data-box p {
    margin: 0;
    color: #000;
    line-height: 22px;
}


@media (max-width: 768px) {
  .main-publications {
      width: 90%;
      margin: 9vh auto 9vh auto;
      display: block;
  }
  .data-box {
      width: 100%;
      padding-top: 8rem;
  }
  .box-md {
      width: 100%;
      padding-bottom: 4rem;
  }
}




.gallery-wrap {
    padding: 6rem 0;
    width: 100%;
    margin: 0 auto;
}
.owl-nav {
    position: absolute;
    top: calc(var(--cel,16vw) * 1);
    width: 100%;
}
.owl-nav button {
    position: absolute;
    z-index: 8;
    background: transparent;
    border: none;
    padding: 0;
}
.owl-nav button img {
    width: 16px;
}
.owl-nav button:focus {
    outline: none;
    border:none;
}
.owl-prev {
    left: -45px;
}
.owl-next {
    right: -45px;
}

.owl-gallery .item {
    height: 480px;
    background: #FFF;
}
.owl-gallery .owl-item img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}
.owl-gallery .owl-item img.vertical-img {
    height: 100%;
    width: auto;
}
.owl-gallery .owl-item img.large-w-img {
    width: 100%;
    height: auto;
    margin: 0;
}


@media (min-width: 1920px) {
  .gallery-wrap {
      padding: 9rem 0;
  }
  .owl-gallery .item {
      height: 625px;
  }
}
@media (min-width: 1600px) {
  .owl-gallery .item {
      height: 700px;
  }
}





/*@media (min-width: 1300px) {
  .owl-gallery .item {
      height: 515px;
  }
}*/
@media (max-width: 768px) {
  .navbar-header.header-scroll {
      width: 100%;
      padding: 0 20px;
  }
  .navbar-header {
      margin-bottom: 0;
      width: 90%;
      margin: 0 auto;
  }
  .navbar {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
  }

  .navbar-brand {
      padding: 20px 22px 0 0;
      margin-bottom: 0
  }
  .navbar-nav {
      margin: 10.25px 0;
  }

  /*Collapse*/
  .navbar-collapse {
      padding-right: 25px;
      padding-left: 25px;
      height: 100vh;
      transition: none
  }
    
}




/*SCREENS SCROLL*/
.content-scroll {
    height: 480px;
    margin-left: 0;
    display: inline-flex;
    align-items: flex-end;
    margin: 9rem 0 0 0;
    padding-right: 2.5rem;
}
.content-scroll img {
    height: 100%;
    float: left;
}

.pad-scroll {
    padding-right: 1rem;
}

@media (max-width: 1600px) {
.content-scroll {
    height: 530px;
    margin: 5.4rem 0 0 0;
}
}
@media (min-width: 1920px) {
  .content-scroll {
      height: 625px;
      margin-top: 9rem;
  }
}

@media (max-width: 1300px) {
  .content-scroll {
      height: 480px;
      padding-left: 2.5rem;
      margin: 5.4rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .content-scroll {
      height: 555px;
      margin: 7rem 0 0 0;
  }
}


@media (max-width: 768px) {
  .main {
      width: 100%;
  }
  .gallery-wrap {
      width: 90%;
      padding: 7rem 0;
  }
  .owl-gallery .owl-item img {
      height: auto;
  }
  .owl-gallery .owl-item img.vertical-img {
      height: auto;
      width: 100%;;
  }
  .owl-gallery .item {
      height: auto;
      background: #FFF;
  }
  .owl-nav {
      display: none;
  }
}






/****** / CONTACT / ********/
.top-title-form {
    margin-bottom: 3rem;
}
.top-title-form h5 {
    font-size: 15px;
    color: #000;
    line-height: normal;
    margin: 0;
    padding-bottom: 3px;
    font-weight: 500;
}
.form-contact {
    padding: 4rem;
    width: 500px;
    margin-top: 7.5rem;
}
.form-contact label {
    float: left;
    margin: -3px 10px 0 0px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.form-contact textarea:focus, 
.form-contact textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #000000;
    box-shadow: inset 0 -1px 0 #000000;
    font-size: 13px;
    color: #000;
}

.form-contact input.form-control, .form-contact textarea.form-control {
    font-size: 14px;
    line-height: normal;
    font-size: 14px;
    color: #000
}


.form-contact .form-group {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.form-contact input.form-control:focus, 
.form-contact textarea.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-contact input {
  height: 40px
}

.form-contact input.form-control {
    display: inline;
    float: left;
    height: 21px;
    border: none;
    box-shadow: none;
    border-left: solid 2px #000;
    width: auto;
    padding-left: 10px;
}

.form-contact textarea.form-control {
    width: 78%;
    padding-left: 10px;
    padding: 5px 10px;
    height: 74px;
    border: none;
    box-shadow: none;
}
.border-tl {
    width: 80%;
    position: relative;
}
.form-contact .border-tl:before {
    content: "";
    position: absolute;
    left: 70px;
    top: 0;
    height: 24px;
    width: 2px;
    background-color: #000
}

.button-box {
  margin-top: 1rem
}

.form-contact button.btn-send {
    background: #FFF;
    color: #000;
    opacity: 9;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    border: solid 1px #000;
    font-size: 14px;
    padding: 2px 9px;
}

@media (max-width: 768px) {
  .form-contact {
      padding: 4rem 0 4rem 2rem;
      width: 100%;
  }
}


.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: none;
    outline-offset: 0;
}



/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #000 #000 #F9F9F9;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9F9F9;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9F9F9;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}