body {
    background-color: #240237;
	background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
    font-family:arial, helvetica, monospace, courier;
    h1, h2, h3, h4, h5, h6, p, form label {
        color: #FDFCFE;
    }
    h6 a {
		color: #8157e5;
        }
}

* { margin: 0; padding: 0; }

.logo_pin{
    height: 65px;
    width: 225px;
    position: relative; 
    top: -5px;
}

.menu_icon {
    height: 28px;
    width: 35px;
    opacity: 0;
    visibility: hidden;
    position: relative; 
    left: 40px; 
    top: 45px;
}

.menu_bar {
    position: relative;
    height: 99px;
    top: -20px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 2px solid #8157e5;
}

.bar {
    position: relative;
    height: 0px;
    top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    border-bottom: 1px solid #8157e5;
}

.divider-vertical {
    border-left: 2px solid #271F43;
    height: 100%;
    margin-bottom: 20px;
}

/* Carousel tweaks */
.carousel {
    margin-top: 10px;
}

.carousel-item img {
    border-radius: 10px;
    border: 2px solid #8157e5;
    height: 420px;
    width: 100%;
    object-fit: cover;
    background-color: #1D1931;
}

.carousel-caption {
    background: rgba(18, 0, 28, 0.6);
    backdrop-filter: blur(2px);
    border: 1px solid #8157e5;
    border-radius: 10px;
    padding: 10px 14px;
}

.carousel-caption h5 {
    margin-bottom: 6px;
}

.carousel-link {
    color: #FDFCFE;
    text-decoration: none;
}

.carousel-link:hover {
    color: #8157e5;
}


.slider {
    display: block;
    height: 262px;
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    left: -18px;
    text-align: center;
}

.slider li {
    list-style: none;
    position: absolute;
}

.slider img {
    margin: auto;
    height: 100%;
    width: 100%;
    vertical-align: top;
    border-radius: 10px; 
    border: 2px solid #8157e5;
}

.slider img {
    opacity: 0;
    visibility: hidden;
    transition: opacity ease;
    transition-duration: 0.5s;
}


.slider input {
    display: none;
}

.slider label {
    background-color: rgb(70, 70, 70);
    bottom: 34px;
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    width: 18px;
    z-index: 10;
    border-radius: 50%;
}

.slider li:nth-child(1) label {
    left: 140px;
}

.slider li:nth-child(2) label {
    left: 160px;
}

.slider li input:checked ~ img {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.slider li input:checked ~ h6 {
    opacity: 1;
    visibility: visible;
    font-size: 120%;
}

.slider h6 {
  position: relative;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease;
  transition-duration: 1s;
}

.slider li input:checked ~ label {
  background: white;
  border: 4px solid rgb(70, 70, 70);
  z-index: 10;
}

.divider-contato {
    border-left: 2px solid #1D1931;
    position: relative;
    left: -10px;
    height: 100%;
    margin-bottom: 20px;
}

.foto_bruno {
    position: relative;
    top: 50px;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin-bottom: 100px;
}

button {
    transition-duration: 0.2s;
}

#botao_contato {
    color: #ffffff;
    background-color: #13131f;
    font-size: 16px;
    border: 2px solid #8157e5;
    border-radius: 30px;
    padding: 10px;
    width: 200px;
    letter-spacing: 1px;
    cursor: pointer
}

#botao_contato:hover {
    color: #ffffff;
    background-color: #8157e5;
}

.text-sobre {
    margin-left: 30px;
    margin-right: 30px;
}

.habili {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.inf {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form_quad {
    position: relative;
    background: #271F43;
    border-radius: 20px;
    width: 700px;
    min-height: 300px;
    margin: auto;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 5px;

}

.form {
    margin-top: 20px;
}

.form label {
    width: 300px;
}

.form input,
.form textarea {
    background-color: white;
    width: 300px;
}

.form button {
    
    width: 300px;
}

.footer {
    position: relative;
    margin-top: 80px;
    margin-bottom: 5px;
}

.notification {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border: 1px solid #8157e5;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translate(-20%,0);
    bottom: 30px;
    font-size: 17px;
}

.notification.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@media (max-width: 576px) {
    .menu_bar {
        height: 75px;
    }

    .text-mobile-center {
        margin-top: 60px;
    }

    .divider-horizontal {
        border-bottom: 2px solid #271F43;
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .divider-vertical {
        border-left: 0px solid #271F43;
        height: 0%;
        margin-bottom: 0px;
    }

    .divider-contato {
        border-left: 0px solid #1D1931;
        position: relative;
        left: 0px;
        margin: 0px;
    }

    .divider-contatov {
        border-bottom: 2px solid #1D1931;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 35px;
        margin-right: 35px;
    }

    .logo_pin{
        height: 40px; 
        width: 126px;
        position: relative; 
        top: 0px;
    }

    .menu_icon {
        height: 20px;
        width: 27px;
        position: relative; 
        left: 40px; 
        top: 35px;
    }

    .foto_bruno {
        margin-top: -40px;
        height: 300px;
        width: 300px;
        margin-bottom: 0px;

    }

    #botao_contato {
        width: 350px;
        border-radius: 20px;
    }

    .form_quad {
        width: 350px;
        min-height: 300px;
        margin: auto;
        margin-top: 30px;
        padding-top: 10px;
        padding-bottom: 5px;

    }

    .inf {
        margin-top: 10px;
    }

    .carousel-item img {
        height: 260px;
    }

    .carousel-caption {
        font-size: 0.95rem;
    }
}
