#sketchContainer{
  width: 50vw;
  height: 100vh;
  background-color: aqua;
}

/*----------------reg*/
.reg{
  background-image: url(../media/L-bcg_4_inscricao.png);
  background-position: center top;
  background-size: cover;
  position: relative;
  margin-top: -7px;
  color: #eee;
}

@media (min-width: 768px) {
    min-height: 70vh;
}

@media (max-width: 767px) {
    min-height: 47vh;
}

.txt-reg{
  text-align: center;
}

.txt-reg p{
  text-align: center;
  font-family: Montserrat;
  font-weight: 300;
}

.txt-reg a,
.txt-reg-mob a{
  color: #eee;
  /*text-decoration: underline;*/
  border-bottom: #FFF solid 2px;
}

.txt-reg a:hover{
  color: #FFDD99;
  /*text-decoration: underline;*/
  border-bottom: #FFDD99 solid 2px;
}

.reg .btn-container{
  margin-top: 10vh;
  padding-bottom: 10vh;
  text-align: center;
}

.reg .btn-container .btn {
  background-color: #D29E01;
  color: #fff;
  border-color: #EFBC6C;
}

.reg .btn-container .btn:hover {
  background-color: #FFF;
  color: #111;
  border-color: #FFF;
}

@media (min-width: 768px) {
  .txt-reg-mob{
    display: none;
  }
  
  .txt-reg
  {
    text-align: center;
    padding-top: 11vh;
  }
  .txt-reg p{
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .txt-reg{
    display: none;
  }
  
  .txt-reg-mob{
    padding: 10vw;
  }
  
  .txt-reg p{
    font-size: 24px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  
  .txt-reg-mob p{
    font-size: 22px;
  }
  .reg .btn-container .btn{
    background-color: #D29E01;
  }
}

/*----------------tour*/
.tour{
  
  background-size: cover;
  position: relative;
  margin-top: -7px;
  color: #eee;
}

.txt-tour p{
  font-size: 18px;
}

.txt-tour a{
  color: #1d438c;
}
.txt-tour a p{
  padding-top: 4px;
}

.txt-tour a:hover{
  color: #ffdd99;
  font-weight: 600;
}

@media screen and (max-width: 767px)  {
  .tour{
    min-height: 70vh;
    background-image: url(../media/S-bcg_tour.png);
    background-position: right top;
  }
  
  .txt-tour{
    margin-left: 5vw;
  }
  
  .txt-tour img{
    width: 260px;
  }
  
  .tour .btn-container {
    position: absolute;  /* Position the button container absolutely */
    bottom: 5vh;
    left: 0;
    right: 0; 
    text-align: center;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 1024px)  {
  .tour{
    min-height: 100vh;
    background-image: url(../media/L-bcg_tour.png);
    background-position: left top;
    position: relative;
  }
  
  .txt-tour{
    margin-left: 25vw;
  }
  
  .txt-tour img{
    margin-top: 10vh; 
  }
  
  .tour .btn-container {
    position: absolute;  /* Position the button container absolutely */
    text-align: center;
    bottom: 22vh;
    left: 0;
    right: 0; 
  }
  
}
@media screen and (min-width: 1025px)  {
  .tour{
    min-height: 115vh;
    background-image: url(../media/L-bcg_tour.png);
    background-position: right top;
    position: relative;
  }
  
  .txt-tour{
    margin-left: calc( 15vw - 50px );
  }
  
  .txt-tour img{
    margin-top: 13.5vh; 
  }
  
  .tour .btn-container {
    text-align: center;
    position: absolute;  /* Position the button container absolutely */
    bottom: 10vh;  /* Set it 10vh from the bottom */
    left: 0;
    right: 0;  /* Span it across the entire width of the section */
  }
  
}

/*-----------------slideshow*/
.container {
  width: 100% !important; 
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.carousel .carousel-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  position: relative;
}

.carousel-image {
  /* Styles for carousel-image divs */
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slide-logo img{
  position: absolute;
  bottom: 110%;
  width: 18vw;
  min-width: 240px;
}
.s1 img{
  position: absolute;
  bottom: 110%;
  width: 30vw;
  min-width: 340px;
}

.slide-content-titulo {
  position: absolute;
  bottom: 27%;
  left: 10%;
  margin-right: 10%;
}
.slide-content .tb{
  position: absolute;
  bottom: 60vh; 
}

@media (max-width: 600px){
  .slide-content .slide-logo{
    display: none;
  }
}

@media (max-width: 767px) {
  .s1 img{
    left: 0%;
  }
  .cinp-des{
    display: none; 
  }
  .slide-date{
    left: 0%;
  }
}

@media (min-width: 768px) {
  .slide-content-titulo {
    left: 34%;
  }
  .s1 img{
    left: -130%;
  }
  .tb{
    bottom: 60vh;
  }
  .cinp-mob{
    display: none;
  }
  .slide-date{
    left: -60%;
  }
}

.slide-content {
  position: absolute;
  bottom: 12%;
  left: 10%;
}

.slide-text{
  margin-right: 10%;
}

.slide-text{
  color: white;
  font-size: max(30px, 2.7vw);
  line-height: max(34px, 2.85vw);
  margin-bottom: 10px;
  font-weight: 300;
}

.slide-text-a{
  color: white;
  font-size: max(30px, 3.7vw);
  line-height: max(34px, 3.85vw);
  margin-bottom: 10px;
  font-weight: 300;
}


.slide-date{
  position: absolute;
  color: white;
  font-size: max(14px, 1vw);
  line-height: max(16px, 1.05vw);
  bottom: 34vh;
  font-weight: 600;
}

.row .btn{
  color: #fff !important;
  border: 0px !important;
  font-size: 22px !important;
  padding-top: 0px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
} 

.row .btn:hover{
  background-color: transparent !important;
  color: #ffdd99 !important;
}

.btn {
  transition: .4s all ease !important;
  border: #fff 2px solid !important;
  color: #FFDD99 !important;
  border-radius: 30px !important;
  padding: 0.5vw 1.5vw 0.5vw 1.5vw !important;
  background: rgba(0, 0, 0, .0) !important;
  font-size: max(18px, 0.73vw) !important;
  font-weight: 600 !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.btn2{
  border: #1e4590 2px solid !important;
  color: #1e4590 !important;
  background: #fff !important;
}

.btn:hover {
  transition: .4s all ease !important;
  color: #111 !important;
  background: #fff !important;
}

.btn2:hover {
  border: #1e4590 1px solid !important;
  background: #1e4590 !important;
  color: #FFDD99 !important;
}

.glyphicon {
    font-family: "Glyphicons Halflings"!important;
}

.material-icons {
    font-family: 'Material Icons' !important;
}

/* Modal info */
/* The modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.7); /* Black with a bit of opacity */
}

/* Modal content */
.modal-content {
    display: flex; /* Set the content to use flexbox layout */
    align-items: start; /* Vertically center align the child elements */
    padding: 20px;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top, centered */
    border: 1px solid #888;
    border-radius: 40px !important;
    width: 90%; /* Adjust width as needed */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-width: 1000px;
}

/* The close button */
.close {
    position: absolute; /* Absolute positioning */
    top: 20px; /* Offset from the top */
    right: 25px; /* Offset from the right */
    color: #aaa;
    font-size: 28px !important;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The image inside the modal */
.modal-img {
    width: 100%; /* Make it responsive */
    max-width: 200px;
    margin-right: 20px;
    margin-top: 20px;
}

.modal-text-container {
    overflow-y: auto;
    width: 100%;
    flex: 1;  /* Allows this container to grow and take up remaining space */
}

.modal-content p {
  color: black;
  padding-right: 10px;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

/* For tablets */
@media (max-width: 1024px) {
    .modal-content {
        flex-direction: column; 
        align-items: center;
        width: 90%;
        height: auto; /* Adjust height to content */
        margin: 135px auto 20px; /* Top margin 100px, auto for sides and 20px for the bottom */
        padding-bottom: 20px;
        max-height: 600px;
    }
  
    .modal-text-container {
        max-height: 50vh; /* Adjust for reduced height due to the margin at the top */
        overflow-y: scroll; /* Makes the text scrollable */
    }
}


/* For tablets */
@media (max-width: 768px) {
    .modal-content {
        flex-direction: column; 
        align-items: center;
        width: 90%;
        height: auto; /* Adjust height to content */
        margin: 135px auto 20px; /* Top margin 100px, auto for sides and 20px for the bottom */
        padding-bottom: 20px; /* Additional padding at the bottom for better spacing */
    }
}

/* For mobile phones */
@media (max-width: 480px) {
    .modal-content {
        flex-direction: column; 
        align-items: center;
        width: 95%;
        height: auto; /* Adjust height to content */
        margin: 160px auto 20px; /* Top margin 100px, auto for sides and 20px for the bottom */
        padding-bottom: 20px; /* Additional padding at the bottom for better spacing */
        /*max-height: 550px;*/
        max-height: 75vh;
    }

    .modal-img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .modal-text-container {
      overflow-y: scroll; /* Makes the text scrollable */
    }

    .close {
      font-size: 36px;
    }
}

/*linktree*/
.linktree-holder{
  display: flex;
  flex-direction: column; /* This makes the buttons stack on top of each other */
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding-top: 12vh;
  color: #fff;
}

.linktree{
  min-height: 87vh;
  background-color: #1d438c;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.linktree .btn{
  margin: 10px 0;
  padding: 12px 27px !important;
}

.linktree h2{
  margin-bottom: 30px;
}