@import url("https://fonts.googleapis.com/css?family=Lato");
/* @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&subset=latin-ext'); */

/* general */
body {
  font-family: "Lato", sans-serif;
  background-color: var(--mint-cream);
}

h2 {
  font-weight: 100;
  text-align: left;
}

p {
  font-size: 18px;
  /* margin-bottom: 0px; */
  text-align: left;
}

html {
  height: 100vh;
}

.page-wrapper {
  height: 100%;
  min-height: 89vh;
}

.container {
  height: 100%;
  display: table;
}

/* specs */

.m-t-25 {
  margin-top: 1rem;
}

.m-t-50 {
  padding-top: 15rem;
}

.m-b-25 {
  margin-bottom: 2.5rem;
  margin-top: 0px;
}

.width-50 {
  width: 60%;
}

.panel-default {
  border: none;
}

.panel-body {
  padding: 0px;
}

.small-text {
  font-size: smaller;
  color: lightgray;
  top: -1rem;
  position: relative;
}

.bottom-border {
  border-bottom: 5px solid black;
  display: inline-block;
  padding-bottom: 1rem;
  text-transform: capitalize;
  /* -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform:matrix(-1, 0, 0, 1, 0, 0); */
}

.intro.page-wrapper {
  /* height: 100vh; */
  /* width: 100%; */
}

/*
.page-wrapper .container {
    height: 100vh;
}
*/

.home {
  /* padding:2rem; */
}

.img-intro {
}

.img-intro2 {
  display: none;
}

@media (max-width: 991px) {
  .img-intro {
    display: none;
  }
  .img-intro2 {
    display: block;
  }
}

.home h2 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.home .card {
  border: none;
}

.logo-home {
  width: 200px;
}

.logo-home img {
  height: auto;
}

.home .logo img {
  border: none;
  height: 200px;
  width: auto;
  margin: auto;
  text-align: right;
  display: block;
}

.home img {
  width: 100%;
}

.home h4 {
  font-weight: 800;
  font-size: 30px;
}

.signature img {
  border: none;
  width: 300px;
  float: right;
}

.banner {
  background: url("../images/expositions/banner-1.jpg");
}

.page-wrapper.base {
  height: auto;
}

.page-wrapper.base .container {
  height: 100%;
  background: red;
}

#footer {
  width: 100%;
  font-size: small;
  background: #f9f9f9;
  padding: 1rem;
  padding-top: 23px;
  margin-top: 3rem;
  /* position: absolute; */
  bottom: 0px;
}

#footer > div {
  font-size: small;
  color: #ccc7c7;
  margin-top: 3px;
}

#footer a {
  padding: 5px;
  color: #ccc7c7;
  border-radius: 50%;
  display: inline-block;
  line-height: 15px;
  position: relative;
  top: -3px;
}

.social-networks {
  float: right;
  position: relative;
  top: -5px;
}

.social-networks a {
  background: gray;
  color: white !important;
  margin: 1px;
}

.social-networks a:hover {
  background: black;
  color: white !important;
}

.social-networks a i {
  width: 23px;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
}

a.email {
  background: none !important;
  color: #c7c7c7 !important;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 0px !important;
  top: -5px !important;
  font-weight: 700;
  margin-right: 10px;
}

a.email:hover {
  color: black !important;
  text-decoration: none;
}

/*
.divider-a {
    border-bottom: 5px solid gray;
    display: block;
    clear: both;
    margin-bottom: 1rem;
}

.divider-a:hover {
  opacity:0.3 !important;
  cursor:initial;
}
*/

/* colors */
.btn-block {
  margin-bottom: 1rem;
}

.btn-primary {
  opacity: 0.8;
  background: black;
  border-color: dimgray;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  opacity: 1;
  background: black;
  border-color: dimgray;
}

/* Navigation */

.logo img {
  width: 138px;
  padding-top: 3px;
  margin-right: 10px;
}

.navbar {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  padding: 2rem;
  background: white;
}

.navbar-nav {
  font-weight: bolder;
  text-transform: lowercase;
}

.navbar-default .navbar-nav > li > a {
  color: gray;
  letter-spacing: -0.5px;
  font-weight: inherit;
  margin: 1rem 12px;
  padding: 5px 1rem;
  outline: none;
  border-bottom: 1px solid white;
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid gainsboro;
    padding: 1rem;
    margin-top: 0rem;
    line-height: 24px;
  }
  .navbar-default .navbar-nav > li:first-child a {
    margin-top: 5px;
  }
  .navbar-default .navbar-nav > li:last-child a {
    border: none;
  }
  #navbar,
  .navbar {
    margin: 0px;
    padding: 0px;
  }

  .navbar-header {
    padding: 1rem;
  }

  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:active,
  .navbar-default .navbar-toggle:focus {
    border: none;
    background: white;
    margin-right: 5px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    border: 1px solid;
  }

  .navbar-nav {
    margin: 0px;
  }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: black;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: black;
  background-color: transparent;
  border-bottom: 1px solid black;
}

@media (min-width: 768px) {
  .navbar-nav > li:after {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 17px;
    color: #c5c5c5;
  }

  .navbar-nav > li:nth-child(1):after {
    display: none;
  }
  .navbar-nav > li:last-child {
    margin-right: 2rem;
  }
}

.navbar-nav .caret {
  top: -1px;
  position: relative;
}

.navbar-nav > li > .dropdown-menu {
  box-shadow: none;
  min-width: fit-content;
}

/* general */
.tab-content {
  width: 75%;
  position: absolute;
  bottom: 8rem;
  left: 5rem;
}

/* slider */
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

#myCarousel {
  min-height: 100vh;
  display: table;
  width: 100%;
}

.carousel-caption-wrapper {
  position: absolute;
  bottom: 3rem;
  margin: 4rem;
  margin-bottom: 8rem;
  padding: 2rem;
  width: 40%;
  background: white;
  color: black;
  font-size: initial;
  border: 1px solid #f1f1f1;
}

@media (max-width: 800px) {
  .carousel-caption-wrapper {
    width: 80%;
    margin: 3rem;
    margin-bottom: 5rem;
  }
  .carousel-caption-wrapper p {
    font-size: initial;
  }
}

.carousel-caption-wrapper i {
  padding-right: 5px;
}

.carousel-caption-wrapper h2 {
  margin: 0px;
  position: absolute;
  top: -5rem;
  left: 0rem;
  background: white;
  padding: 2rem;
}

.carousel-caption-wrapper div {
  text-align: left;
  margin-top: -120px;
  background: black;
  margin-left: -2rem;
  padding: 1.5rem;
  position: absolute;
  color: white;
  z-index: 0;
}

.hide-bullets {
  /* background: red; */
  display: inline-block;
  width: 87%;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 1rem 15px;
  margin-bottom: -1rem;

  max-width: 280px;
}

.hide-bullets .thumb {
  width: 50px;
  display: inline-block;
}

.hide-bullets ul {
  list-style: none;
  margin-left: -45px;
  display: block;
  width: max-content;
}

.hide-bullets li {
  padding: 5px;
  opacity: 0.3;
  cursor: pointer;
}

.hide-bullets li:hover {
  opacity: 1;
}

/* galeria artistas */

.artist-name a {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  display: block;
  color: black;
  padding: 5px;
  font-weight: bold;
  text-transform: capitalize;
  padding-left: 0px;
}

.artist-name a.active {
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .artist-name {
    padding: 2rem;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 3rem;
  }
  .artist-name a {
    display: inline-block;
    padding: 1rem;
    margin: 5px;
    border: 1px solid #dedede;
  }
  .artist-name a.active {
    background: black;
    color: white;
  }
}

.painting {
  font-weight: 600;
  margin: 0px;
  padding-top: 1rem;
}

.artist-info h2 {
  letter-spacing: -2px;
  margin-left: -3px;
}

.artist-info h4 {
  font-size: small;
  font-weight: 700;
  color: #8e8e8e;
  margin-top: -5px;
}

#carousel-bounding-box {
}

#galeria_artist {
  background: #f7f7f7;
  /* background:  white; */
  display: table;
  vertical-align: middle;
  height: 100%;
  /* background: red; */
  width: 100%;
}

#galeria_artist img {
  margin: auto;
  max-height: 580px;
  max-width: 580px;
  /* width:96%; */
  max-width: 527px;
  outline: 0;
}

#galeria_artist .carousel-control {
  background: white;
  bottom: -75px;
  top: auto;
  border: 1px solid #d0d0d0;
  padding: 2rem;
  height: 76px;
  width: 60px;
}

#galeria_artist .carousel-control.right {
  left: 59px;
}

#galeria_artist .carousel-control span {
  color: black;
  font-size: 14px;
  text-shadow: none;
  font-weight: 100;
  /* border: 1px solid; */
}

#galeria_artist .carousel-control span:before {
  top: 7px;
  position: relative;
}

#carousel-text {
  padding: 0px;
}

#carousel-text p {
  margin-bottom: 0px;
}

.carousel-inner {
  min-height: 611px;
  display: table-cell;
  height: 570px;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  /* background: #dedede; */
}

.artist-info p {
  font-size: unset;
}

.artist-info p span {
  display: block;
  font-weight: 700;
  font-size: smaller;
  font-style: italic;
}

.carousel-inner > .item {
  transition: 0.6s;
  opacity: 0;
  /* display: table-cell; */
  /* display: table; */
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important; /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important; /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.carousel-inner > .item a {
  outline: 0;
}

.carousel-inner > .item.active {
  opacity: 1;
}

.carousel-inner > .item.active {
  cursor: zoom-in;
}

@media (max-width: 768px) {
  #carousel-text,
  #carousel-text h3,
  #carousel-text p {
    text-align: center;
    width: 70%;
    margin: auto;
  }

  .container {
    display: block;
  }

  .m-t-50 {
    padding-top: 10rem;
  }

  #galeria_artist {
    position: relative;
    z-index: 1;
  }

  #galeria_artist .carousel-control.right {
    left: auto;
  }

  #galeria_artist .carousel-control span {
    top: 23px;
  }

  #carousel-text {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  #galeria_artist img {
    width: 100%;
    height: auto;
  }
  .carousel-inner {
    min-height: auto;
  }
  .artist-name {
    /* margin:0px; */
    padding: 0px;
  }
  #slider {
    padding: 0px;
  }
  .social-networks {
    top: 6px;
  }
  .email {
    display: none !important;
  }

  #footer {
    display: inline-flex;
    padding-bottom: 2.5rem;
  }

  /* modal */
  .modal.in .modal-dialog {
    /* left: -8px; */
    top: 8px;
  }
  .modal.in .modal-dialog img {
    width: 100%;
  }
}

/* modal */
.modal.in .modal-dialog img {
  /*max-height: -webkit-fill-available;*/
  max-width: 90vw;
  max-height: 150vh;
}

.modal.in .modal-dialog {
  width: fit-content;
}

.modal-open .modal {
  background: #000000e0;
  padding: 0px !important;
}

/* rever 

#galeria_artist .carousel-inner {
    min-height:  625px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#galeria_artist .carousel-inner .item {
    max-width: 60%;
}
*/

/* fade */
/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .it {
  opacity: 0;
  transition-property: opacity;
  overflow: hidden;
}
/*
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
/*transform: scale(1.05, 1.05);
}
*/
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
  width: 10%;
  height: 100px;
  display: table-cell !important;
  vertical-align: middle !important;
  margin: auto;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.thumbnail {
  margin: 0px;
  padding: 0px;
}

.thumbnail img {
  display: inline;
}

/* scrollbar 
::-webkit-scrollbar-button{ display: none; height: 3px; border-radius: 0px; background-color: #AAA; } 
::-webkit-scrollbar-button:hover{ background-color: #ffffff; } 
::-webkit-scrollbar-thumb{ background-color: #CCC; } 
::-webkit-scrollbar-thumb:hover{ background-color: #CCC; box-shadow: 0; } 
::-webkit-scrollbar-track{ background-color: #ffffff; box-shadow: 0; } 
::-webkit-scrollbar-track:hover{ background-color: #fff; } 
::-webkit-scrollbar{ width: 6px; height:6px;}

*/

/*internet explorer scrollbalken*/
body {
  scrollbar-base-color: #c0c0c0;
  scrollbar-base-color: #c0c0c0;
  scrollbar-3dlight-color: #c0c0c0;
  scrollbar-highlight-color: #c0c0c0;
  scrollbar-track-color: #ebebeb;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #c0c0c0;
  scrollbar-dark-shadow-color: #c0c0c0;
  height: 100%;
}
/*mozilla scrolbalken*/
@-moz-document url-prefix(http://),url-prefix(https://)
{
  scrollbar {
    -moz-appearance: none !important;
    background: rgb(0, 255, 0) !important;
  }
  thumb,
  scrollbarbutton {
    -moz-appearance: none !important;
    background-color: rgb(0, 0, 255) !important;
  }

  thumb:hover,
  scrollbarbutton:hover {
    -moz-appearance: none !important;
    background-color: rgb(255, 0, 0) !important;
  }

  scrollbarbutton {
    display: none !important;
  }

  scrollbar[orient="vertical"] {
    min-width: 15px !important;
  }
}
/**/

::-webkit-scrollbar {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border: solid whiteSmoke 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* about */

.about {
  margin-bottom: 2rem;
}

/* projects */

.card img {
  width: 100%;
}
.card {
  width: 100%;
  margin-bottom: 3rem;
  border: 1px solid #e0e0e0;
  min-height: 853px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .card {
    min-height: 760px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .card {
    min-height: 620px;
  }
}

@media (max-width: 768px) {
  .card {
    min-height: auto;
  }
}

.card-block,
.card-footer {
  padding: 1rem;
}

.card-footer {
  background: #fbfbfb;
  padding: 1rem;
}

.page-link,
.page-link:hover {
  text-decoration: none;
  color: #333;
}

/* contact */

.hours {
  font-size: 12px;
  display: block;
  margin-top: 1rem;
}

.map {
  min-width: 300px;
  min-height: 300px;
  width: 100%;
  height: 100%;
}

.card.disabled {
  opacity: 0.5;
}

.current {
  position: absolute;
  padding: 1rem;
  background: black;
  display: inline-block;
  font-weight: 700;
  margin: 2rem;
  color: white;
}

.dropup {
  top: -3rem;
}

/* text */

.text-big {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 2rem;
}

.artist-name {
  margin-bottom: 2rem;
}

.artist-name-late a {
  color: gray;
}

.artist-name h5 {
  font-size: 10px;
  margin-bottom: 0px;
  color: #bfbfbf;
  text-decoration: underline;
  font-family: "Lato", sans-serif;
}

/* tablet fixes */

@media (max-width: 1300px) and (min-width: 768px) {
  .info-artist {
    width: 100%;
    margin-top: 8rem;
  }

  .info-artist #carousel-text,
  .info-artist #carousel-text p {
    width: 100%;
  }

  .hide-bullets {
    position: absolute;
    right: -27rem;
    top: -8rem;
  }
}

/* Changes 14/02 */
@media only screen and (max-width: 768px) {
  #banner-home {
    background-size: 200vw !important;
  }

  #banner-home2 {
    background-size: 180vw !important;
  }
}
@media only screen and (min-width: 768px) {
  #banner-home {
    background-size: contain !important;
  }
}

.link-banner {
  display: block;
  height: 100vh;
  width: 100vw;
}

.artist-list {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  text-decoration: none !important;
}

.artist-list-container {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.artist-list:after,
.artist-list:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  content: "";
}

.artist-list:after {
  left: 100%;
}

.artist-list:before {
  right: 100%;
}

.list-arts .thumb {
  max-width: 17%;
  display: inline-block;
  margin-left: 2%;
  margin-bottom: 2%;
}

.list-arts ul {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .list-arts .thumb {
    max-width: 22%;
  }
}

.banner3 {
  max-height: calc(100% - 91px);
  margin: auto;
  display: block;
}

.show-mobile {
  display: none;
}

@media (max-width: 992px) {
  .show-mobile {
    display: block;
    max-width: 100%;
  }

  .hide-mobile {
    display: none;
  }
}

/* CHANGES */
.carousel-inner .row.h-100 {
  height: calc(100% - 67px);
}

.banner-col img {
  max-width: 300px;
  padding: 60px 20px;
}

.banner-col p {
  font-size: 4rem;
  color: white;
  padding: 0 30px;
  margin-bottom: 0;
}

.banner-col p:nth-of-type(1) {
  padding-top: 30% !important;
}

.banner-col-info {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: end;
  height: calc(100% - 51px);
}

.banner-info-content {
  text-align: right;
  padding: 20% 30px 0 0;
}

.banner-col-info h1 {
  font-weight: bold;
  font-size: 9rem !important;
  color: white;
  text-align: right;
  margin-bottom: 35px;
}

.banner-col-info h2 {
  font-size: 5rem !important;
  line-height: 5rem;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: right;
}

.banner-info-content p {
  display: none;
}

@media (max-width: 991.8px) {
  #banner-home4 {
    background-position: left center !important;
  }

  .banner-col {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-col img {
    padding: 20px 0;
    max-width: 200px;
  }

  .banner-col p {
    display: none;
  }

  .banner-col-info {
    align-items: center;
  }

  .banner-info-content {
    text-align: center;
    padding: 30px 0;
  }

  .banner-info-content h1,
  .banner-info-content h2 {
    text-align: center;
  }

  .banner-info-content h1 {
    font-size: 7rem !important;
  }

  .banner-info-content h2 {
    font-size: 3rem !important;
    line-height: 3rem;
  }

  .banner-info-content p:nth-of-type(1) {
    margin-top: 40px;
  }

  .banner-info-content p {
    display: block;
    font-size: 3rem;
    color: white;
    text-align: center;
    margin-bottom: 0;
  }
}

.cst__about-img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 530px;
}

@media (min-width: 1199px) {
  .about .container {
    height: calc(100vh - 102px);
  }
}

@media (max-width: 991.7px) {
  .container {
    display: block;
    position: relative;
    height: auto;
  }

  .cst__about-img {
    min-height: auto;
    margin: 30px 0;
  }
}

.artsy {
  height: 33px;
  width: 33px;
  padding: 5px;
  color: #ccc7c7;
  border-radius: 50%;
  display: inline-block;
  line-height: 15px;
  position: relative;
  top: -3px;
}

.artsy img{
  padding: 2px;
}


/* 3/5/22 */
.carousel-inner {
  display: block;
  height: calc(100vh - 92px); 
}

#artists .carousel-inner {
  height: calc(80vh - 92px); 
}

.carousel .item > div {  
  /*   
  height: 100vh;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  margin: auto;
  text-shadow: none;
  left: 0px;
  */
  height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner-home4 a{
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner-home4 img{
  /*zoom: 0.8;*/
  position: absolute;
  max-height: 100%;

  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;  
}

#banner-home4 .item{
  height: calc(100vh - 92px);
}

#banner-home4 .mob{
  display: none;
  max-width: 100%;
}

@media(max-width: 768px){
  #banner-home4 .cst-banner{
    display: none;
  }

  #banner-home4 .mob{
    display: block;
  }
}