@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
html.home,
html.home body,
html.week-1,
html.week-1 body,
html.week-2,
html.week-2 body {
  height: 100%;
}
header.main-header {
  width: 100%;
  text-align: right;
  font: 20px "Montserrat";
  font-style: normal;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 100;
  height: 80px;
  border-bottom: 1px solid #2c2c2c;
}
header.main-header .wrapper {
  width: 100%;
  height: 80px;
  z-index: 10;
  position: relative;
  right: 0px;
}
header.main-header .menu-link-wrapper {
  padding: 0 8%;
  height: 80px;
}
header.main-header nav {
  display: inline;
}
header.main-header nav li {
  display: inline-block;
}
header.main-header nav a {
  color: #2c2c2c;
}
header.main-header nav a:hover {
  color: #2c2c2c;
  text-decoration: underline;
}
header.main-header nav a.on {
  color: #2c2c2c;
  cursor: default;
  text-decoration: underline;
}
header.main-header nav.main__nav {
  padding: 2px;
}
header.main-header nav.main__nav li {
  margin-right: 40px;
  transform: translateX(40px);
}
header.main-header nav.lang__nav {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
header.main-header nav.lang__nav:hover {
  opacity: 1;
}
header.main-header nav.lang__nav li {
  margin-right: 10px;
}
header.main-header nav.lang__nav li:last-child {
  margin-right: 0;
}
/* Logo Nav bar */
header.main-header nav.logo__nav {
  float: left;
  font: 24px "Montserrat";
  font-style: normal;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 23px 0px;
}
nav.logo__nav {
  float: left;
  font: 24px "Montserrat";
  font-style: normal;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 23px 0px;
}
/* Style the hamburger menu */
header.main-header a.icon-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header.main-header nav.logo__nav {
    font: 22px "Montserrat";
    font-weight: bold;
  }
  header.main-header nav.main__nav li {
    margin-right: 0px;
    transform: translateX(0px);
    padding-left: 25px;
  }
  header.main-header .wrapper {
    width: 100%;
    margin: auto;
    height: 80px;
  }
  header.main-header nav.main__nav {
    padding: 0px;
  }
  header.main-header .main__nav li {
    display: none;
    padding: 0px;
  }

  header.main-header .logo__nav {
    display: block;
  }
  header.main-header.responsive {
    position: fixed;
    background-color: white;
  }
  header.main-header .responsive {
    position: fixed;
    padding: 40px 25px 0px 25px !important;
    background-color: white;
    height: calc(100vh);
    width: 100%;
    left: 0px;
    z-index: -1;
    /* animation: fadeIn 1s forwards; */
    top: 80px;
  }
  header.main-header a.icon-menu {
    display: inline-block;
    margin: 23px 10px;
    position: relative;
  }
  header.main-header .responsive .icon-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  header.main-header .responsive li {
    float: none;
    display: block;
    text-align: left;
    padding: 20px 0px;
  }
  header.main-header .responsive a {
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
  }
}
header.main-header #icon-menu {
  width: 30px;
  height: 30px;
}
header.main-header #icon-close-menu {
  width: 30px;
  height: 30px;
}
#icon-close {
  width: 20px;
  height: 20px;
}
.divider {
  position: relative;
  border-bottom: 1px solid #2c2c2c;
  padding: 0px;
  margin: 0px;
  z-index: 20;
  width: 100%;
}
.divider-footer {
  position: relative;
  top: 0;
  border: 1px solid #2c2c2c;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
footer.footer {
  position: relative;
  height: 70px;
  width: 100%;
  left: 0;
  bottom: 0px;
  overflow: hidden;
  border-top: 1px solid #2c2c2c;
}
#backtotop {
  display: none;
}
@media screen and (max-width: 768px) {
  footer.footer {
    position: relative;
    font-size: 10px;
    height: auto;
  }
}
footer .site-info {
  padding: 20px 8%;
  display: flex;
  height: 100%;
  align-items: center;
}
footer .logo-container {
  width: 60%;
  display: flex;
  align-items: center;
}
footer svg.logo {
  fill: black;
  padding-right: 20px;
}
footer .logo {
  display: flex;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
}
footer a.logo {
  display: flex;
  text-align: center;
}
footer .icon-footer {
  float: right;
  color: #2c2c2c;
}
footer .container {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
footer .container button {
  background: none;
  border: none;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 400;
  width: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container button:focus {
  outline: none;
}
footer .container a {
  background: none;
  border: none;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}

footer .container button span {
  pointer-events: none;
  padding: 0px 5px;
}
footer .container button svg {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  footer .logo-container {
    justify-content: center;
  }
  footer .site-info {
    flex-direction: column-reverse;
    padding: 0;
  }

  footer .logo {
    height: 50%;
    text-align: center;
    padding: 8px;
    font-size: 8px;
    line-height: 12px;
  }
  footer .container {
    height: 50%;
    width: 100%;
    justify-content: center;
    border-bottom: 2px solid black;
    padding: 20px 20px;
  }
  footer .container span {
    font-size: 16px;
  }
}

/* the slides */
.slick-slide {
  margin: 10px 30px;
}
/* the parent */
.slick-list {
  margin: 0 -30px;
}
.elementor-accordion
  .elementor-tab-title.elementor-active
  .elementor-accordion-icon-opened {
  display: block;
  position: relative;
}
.elementor-accordion .elementor-tab-content {
  background-color: #f9f9f9;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon-closed {
  display: block;
  position: relative;
}
.elementor-accordion .elementor-accordion-title {
  width: 85%;
  display: inline-block;
  font-size: 20px;
}

.elementor-accordion .elementor-accordion-icon {
  padding: 1.1%;
  margin-left: 0px !important;
  position: relative;
}
a {
  color: #2c2c2c;
}
a:hover {
  color: #2c2c2c;
}
a:visited {
  color: #2c2c2c;
}
a:focus {
  color: #2c2c2c;
}
div#title h1 {
  color: #2c2c2c;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 109.4%;
}
div#subtitle h2 {
  color: #2c2c2c;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 109.4%;
}
div#subtitle h3 {
  color: #2c2c2c;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}
div#subtitle h4 {
  color: #2c2c2c;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}

p {
  color: #2c2c2c;
  font-family: "Montserrat", Sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.bigger p {
  font-size: 19px;
  line-height: 1.5;
  padding: 20px 0px;
}
.center {
  text-align: center;
}
#page {
  height: 100%;
}
/* MAIN PAGE BUTTONS */
.button-main a {
  font-family: "Montserrat", Sans-serif !important;
  margin: auto;
  color: #2c2c2c;
  background-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-color: #2c2c2c;
  border-width: 2px;
  border-style: solid;
  width: 100%;
  border-width: 2px;
}
.button-main a:visited {
  color: #2c2c2c;
}
.button-main:hover a {
  margin: auto;
  color: white;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
/* MAIN PAGE BUTTONS END */

/* SOBRE CONTAINER */

.bottomborder h3.elementor-tab-title,
h2.elementor-tab-title,
h1.elementor-tab-title {
  border-bottom: 2px solid rgba(44, 44, 44, 0.5) !important;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .float {
    position: absolute;
    margin-top: 100px;
    /* top: -500px; */
  }
  .solidcontainer {
    padding: 50px 20px;
    text-align: center;
    width: 600px !important;
  }
}
@media screen and (max-width: 768px) {
  .solidcontainer {
    padding: 50px 20px;
    text-align: center;
    width: 100% !important;
  }
}
.black {
  background-color: #2c2c2c;
}
.black p {
  color: white;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
/* SOBRE CONTAINER END */

/* Two Colums Sobre */
.two-columns {
  margin: 20px;
}
/* Two Colums Sobre */

/* A Acontecer Events */
#container-a {
  background: #ffc5b6;
  padding: 50px 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #container-a h1,
  #container-b h1,
  #container-c h1 {
    font-size: 42px !important;
  }
  #container-a,
  #container-b,
  #container-c {
    margin-top: 33%;
    width: 100%;
  }
  .image-container-a {
    position: absolute;
    padding-bottom: 40.25%;
    width: 80% !important;
    left: 10%;
  }
  #container-a a {
    width: 100% !important;
  }
}
#container-a h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 109.4%;
  text-align: center;
  color: #006196;
}
#container-a a {
  font-family: Montserrat;
  text-align: center;
  color: #006196;
  background-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-color: #006196;
  border-width: 2px;
  border-style: solid;
  width: 100%;
}
#container-a a:hover {
  color: #ffc5b6;
  background-color: #006196;
  border-color: #006196;
  border-width: 2px;
}
#container-b {
  background: #b6dfdf;
  padding: 50px 20px;
  text-align: center;
}
#container-b h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 109.4%;
  text-align: center;
  color: #e22726;
}
#container-b a {
  font-family: Montserrat;
  text-align: center;
  color: #e22726;
  background-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-color: #e22726;
  border-width: 2px;
  border-style: solid;
}
#container-b a:hover {
  color: #b6dfdf;
  background-color: #e22726;
  border-color: #e22726;
  border-width: 2px;
}
#container-c {
  background: #ffe0c6;
  padding: 50px 20px;
  text-align: center;
}
#container-c h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 109.4%;
  text-align: center;
  color: #593c80;
}
#container-c a {
  font-family: Montserrat;
  text-align: center;
  color: #593c80;
  background-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-color: #593c80;
  border-width: 2px;
  border-style: solid;
}
#container-c a:hover {
  color: #ffe0c6;
  background-color: #593c80;
  border-color: #593c80;
  border-width: 2px;
}
.center {
  text-align: center;
}
.center a {
  width: 75%;
}
.fillcontainer img {
  object-fit: cover;
}

/* A Acontecer Events end */
.gray {
  background-color: #f9f9f9;
}
.card {
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 35px 10px;
  height: 330px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card p {
  font-size: 16px;
  font-weight: 300;
}

body {
  background: white;
  font-family: "Montserrat";
}
.entry-excerpt {
  font-size: 22px;
  line-height: 24px;
  max-width: 95%;
  margin: 15px 0 0 0;
}
.entry-excerpt a {
  color: #f15942;
}
.entry-footer a {
  color: #f15942;
}
.entry-thumbnail {
  overflow: visible;
  margin-bottom: 50px;
  padding-top: 0;
}

/*
.entry-thumbnail img{
	width:115%;
	position:relative;
	left:-15%;
	max-width:none;
}
*/

#main-wrapper > .container {
  width: 100%;
  padding: 50px 20px;
  min-height: calc(100% - 80px - 70px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  /* overflow: auto; */
}

@media screen and (max-width: 768px) {
  div#title h1 {
    font-size: 42px;
  }
  .container {
    width: 100%;
    padding: 20px 20px 20px 20px;
    min-height: calc(100% - 80px - 50px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .container {
    min-height: calc(100% - 80px - 50px);
  }
}
@media screen and (max-width: 768px) {
  #main-wrapper {
    /* height: auto !important; */
  }
}
#main-wrapper {
  height: 100%;
  transition: transform 1s;
  /* overflow: auto; */
}
.site-content {
  background: none;
  max-width: 1100px;
  margin: auto;
  overflow: visible;
  width: 100%;
}

#primary,
#secondary {
  padding-top: 0;
}
#secondary .widget {
  border: 0;
  padding: 0;
  margin-bottom: 50px;
}
#secondary .widget-title {
  padding: 0;
  font: 500 15px/18px "Montserrat";
  letter-spacing: 0;
  color: #2c2c2c;
}
.entry-header h1.entry-title {
  font-size: 65px;
  line-height: 65px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #67c8c7;
  position: relative;
  left: -4px;
  text-transform: none;
}
.entry-header h1.entry-title a {
  color: #67c8c7;
}
.entry-header h1.entry-title a:hover {
  color: #67c8c7;
  text-decoration: none;
}

.entry-meta,
.entry-meta a {
  color: #67c8c7 !important;
  font-style: normal;
}

.entry-meta .comments-link:before {
  content: "";
}

#primary article .entry-content p {
  max-width: 95%;
}

.widget_search input[type="search"] {
  border-color: #2c2c2c;
  border-radius: 30px;
  background: white;
  width: 60%;
  padding-right: 30px;
  text-indent: 10px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.widget_search input[type="submit"],
.widget_search button[type="submit"] {
  border: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  top: 5px;
  left: -55px;
}

.widget_search input[type="search"]:focus {
  background: white;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.widget_search input[type="submit"] .icons,
.widget_search button[type="submit"] .icons {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.site-content article {
  border-bottom: 0;
}

#secondary .cat-item {
  text-transform: uppercase;
}

#secondary .cat-item a:hover {
  color: #2c2c2c;
}
.widget a:hover {
  text-decoration: underline;
}
.tagcloud a {
  display: inline-block;
  border: 1px dotted #979c9f;
  border-radius: 30px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 8pt !important;
}

.tagcloud a:hover {
  background-color: #2c2c2c;
  color: white;
  border-color: #2c2c2c;
}

.widget_tag_cloud {
  max-width: 90%;
}

.nav-links {
  border: 0;
}

.sharify-container li a {
  color: #fff !important;
  text-decoration: none !important;
}
#feedback-form {
  display: none;
}
.share-icon {
  /* display: inline-block; */
  width: 20px;
  height: 20px;
  float: right;
}
.green-icon {
  fill: #71c598;
}

/* Share Functionality */

.good-share-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 450px;
  padding: 70px 40px 40px;
  border: 0.5px solid gray;
  border-radius: 4px;
  background-color: #2c2c2c;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.good-share-modal:after {
  content: "Share";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: gray;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.good-share-modal-open .good-share-main-btn {
  display: none;
}

.good-share-modal-open .good-share-modal {
  display: block;
  animation: fade 200ms;
  visibility: visible;
  z-index: 1000;
}

.good-share-modal-open .good-share-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.8);
  transition: all 0.2s;
  animation: fade 200ms;
  z-index: 900;
}

/* Close Button */
.close-btn {
  /* display: none; */
}

/* Share Buttons */
.good-share-modal-buttons {
  /* width: 100%; */
  display: flex;
  justify-content: flex-end;
  display: none;
}
@media screen and (max-width: 768px) {
  .good-share-modal-buttons {
    justify-content: center;
  }
  .entry-header h1.entry-title {
    font-size: 30px;
    line-height: 29px;
  }
}
.good-share-modal-open .good-share-modal-buttons {
  display: flex;
}

.good-share-modal-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 0.8em;
  transition: border 0.2s;
  cursor: pointer;
  color: white;
  width: auto;
}

.good-share-modal-buttons .btn:hover svg {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.good-share-modal-buttons .btn:focus {
  outline: none;
}

.good-share-modal-buttons .btn svg {
  width: 27px;
  margin-right: 8px;
  pointer-events: none;
}

/* Social Media Icons */
.facebook-btn svg path {
  fill: #2c2c2c;
}

.twitter-btn svg path {
  fill: #2c2c2c;
}

.email-btn svg rect {
  fill: #2c2c2c;
  stroke: none;
}

.email-btn svg path {
  stroke: white;
}

.linked-btn svg path {
  fill: #2c2c2c;
}

/* CSS Animations */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Media Queries */
@media only screen and (max-width: 400px) {
  .good-share-modal-buttons .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.pg-intro footer .container {
    border-bottom: 1px solid #71c598;
  }
  body.sketch.bg-pink footer .container {
    border-bottom: 1px solid #1e79ae;
  }
}
body.pg-intro footer .container button svg > * {
  fill: #71c598;
}
body.pg-intro header.main-header #icon-menu line {
  stroke: #71c598;
}
body.pg-intro header.main-header #icon-close-menu line {
  stroke: #71c598;
}
body.pg-intro #icon-close line {
  stroke: #f15942;
}
.red {
  color: #f15942 !important;
}
.fadeIn1 {
  animation: fadeIn 1s forwards;
}
.fadeIn2 {
  animation: fadeIn 2s forwards;
}
.fadeIn3 {
  animation: fadeIn 3s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.shade-top img {
  position: fixed;
  top: -200px;
  left: 0px;
  width: 500px;
  height: 500px;
}
.shade-bottom img {
  position: fixed;
  bottom: -200px;
  right: 0px;
  width: 500px;
  height: 500px;
}

/* week-2 */
body.sketch.bg-pink {
  background-color: #ffc5b6;
}
body.sketch.bg-pink header.main-header {
  border-bottom: 1px solid #1e79ae;
  z-index: 30;
  background-color: #ffc5b6;
}
body.sketch.bg-pink header.main-header nav a {
  color: #1e79ae;
}
body.sketch.bg-pink footer {
  border-top: 1px solid #1e79ae;
}
body.sketch.bg-pink .container button {
  color: #1e79ae;
}
body.sketch.bg-pink footer .container button svg > * {
  fill: #1e79ae;
}
body.sketch.bg-pink #feedback-form {
  background-color: #f1907c;
}
body.sketch.bg-pink #feedback-form .response-header {
  color: #1e79ae;
}
body.sketch.bg-pink #icon-close line {
  stroke: #1e79ae;
}
body.sketch.bg-pink #feedback-form .response-header {
  color: #1e79ae;
}
body.sketch.bg-pink #feedback-form .response-header {
  border-bottom: 1px solid #1e79ae;
}
body.sketch.bg-pink #feedback-form textarea.response {
  color: #1e79ae;
}
body.sketch.bg-pink header.main-header #icon-menu line {
  stroke: #1e79ae;
}
body.sketch.bg-pink header.main-header .responsive {
  background-color: #ffc5b6;
}
body.sketch.bg-pink header.main-header #icon-close-menu line {
  stroke: #1e79ae;
}
body.sketch.bg-pink .intro__headline h1 {
  color: #1e79ae;
  margin-bottom: 45px;
  margin-top: 20px;
}
body.sketch.bg-pink .intro__headline p {
  color: #1e79ae;
  font-size: 20px;
  line-height: 29px;
  display: block;
}
body.sketch.bg-pink .intro__headline .buttons a {
  font-family: "Montserrat", Sans-serif !important;
  margin: auto;
  color: #1e79ae;
  background-color: transparent;
  border-radius: 50px;
  border-color: #1e79ae;
  border-width: 2px;
  border-style: solid;
  width: 100%;
  display: inline-grid;
}
body.sketch.bg-pink .intro__headline .buttons a:hover {
  margin: auto;
  color: white;
  background-color: #1e79ae;
  border-color: #1e79ae;
}
body.sketch.bg-pink .site-content {
  background: none;
  max-width: 700px;
  margin: auto;
  overflow: visible;
  width: 100%;
}
body.sketch.bg-pink #data-collection-btn {
  color: #1e79ae;
}
#sketch {
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
#sketch.cursor-brush03 {
  /* cursor: url("../assets/sketch/cursor-pencil-03-1x.png"), pointer;
  cursor: -webkit-image-set(
      url("../assets/sketch/cursor-pencil-03-1x.png") 1x,
      url("../assets/sketch/cursor-pencil-03-2x.png") 2x
    ),
    pointer; */
}
#sketch .sketch-close {
  width: 60px;
  height: auto;
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 110;
}
#sketch .sketch-tools {
  width: 20%;
  max-width: 90px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 40px;
  height: 100%;
  text-align: center;
  padding: 20px 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#sketch #define_sketch {
  width: 100vw;
}
#sketch .sketch-tools svg {
  height: auto;
  display: block;
}
#sketch a {
  width: auto;
  height: auto;
  display: block;
  padding: 10px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
#sketch .color-swatches {
  width: 100%;
  position: fixed;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sketch .color-swatches li {
  float: left;
  padding: 3px;
}
#sketch .color-swatches a.swatch {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}
#sketch .color-swatches a.color-pink {
  background-color: #ffc5b6;
}
#sketch .color-swatches a.color-peach {
  background-color: #ffe0c6;
}
#sketch .color-swatches a.color-yellow {
  background-color: #f5e49b;
}
#sketch .color-swatches a.color-green {
  background-color: #cfe7cd;
}
#sketch .color-swatches a.color-aqua {
  background-color: #99d3d3;
}
#sketch .color-swatches a.color-black {
  background-color: #2c2c2c;
}
#sketch .button-done {
  position: fixed;
  max-width: 200px;
  bottom: 0;
  right: 0;
  padding: 20px;
}
.brush-size {
  height: 70%;
  width: 100%;
}
.brush-tools {
  width: auto;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.tool-button {
  width: auto;
  border-radius: 80px;
  border: none;
}
.tool-button:hover {
  border-radius: 80px;
  border: 2px solid #2c2c2c;
}
.tool-button.active {
  border-radius: 80px;
  border: 2px solid #2c2c2c;
}
.sketch-close #icon-close-menu line {
  stroke: #f1907c;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
@media only screen and (max-width: 768px) {
  /* Modal Content/Box */
  .modal-content {
    width: 100% !important; /* Could be more or less, depending on screen size */
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Header */
.modal-header {
  padding: 2px 16px;
  height: 80px;
  background-color: white;
  color: #2c2c2c;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2c2c2c;
  justify-content: space-between;
}
.modal-header h3 {
  font-size: 23px;
  font-weight: 700;
}

/* Modal Body */
.modal-body {
  padding: 20px 16px;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: white;
  color: #2c2c2c;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modal-content p {
  margin-bottom: 1.5em;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.script {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 20px;
}
/* Hide the default checkbox */
input[type="checkbox"] {
  visibility: hidden;
}
/* creating a custom checkbox based on demand */
.w3docs {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50px;
  border: 2px solid #f15942;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* specify the background color to be shown when hovering over checkbox */
.script:hover input ~ .w3docs {
  background-color: #f9f9f9;
}
/* specify the background color to be shown when checkbox is active */
.script input:active ~ .w3docs {
  background-color: #f9f9f9;
}
/* specify the background color to be shown when checkbox is checked */
.script input:checked ~ .w3docs {
  background-color: white;
}
/* checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.w3docs:after {
  content: "";
  position: absolute;
  display: none;
}
/* display checkmark when checked */
.script input:checked ~ .w3docs:after {
  display: block;
}
/* styling the checkmark using webkit */
/* creating a square to be the sign of checkmark */
.script .w3docs:after {
  width: 14px;
  height: 14px;
  border: solid #f15942;
  border-width: 4px 4px 4px 4px;
  border-radius: 50px;
  background-color: #f15942;
}
