@import url('https://fonts.cdnfonts.com/css/geosanslight');
@import url('https://fonts.cdnfonts.com/css/bastardus-sans');

/* GLOBAL STYLES
-------------------------------------------------- */
* {
    font-family: 'GeosansLight', 'BastardusSans', sans-serif;
    /* font-family: 'BastardusSans', sans-serif; */
}

body {
    color: #5a5a5a;
    padding-top: 3.5rem;
}

.breadcrumbs {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: larger;
    margin-bottom: 18px;
    background-color: #f8f8f8;
}

.form-control:focus {
    box-shadow: 0 0 0 0.05rem rgba(13, 110, 253, .25) !important;
}

.bg-dashboard {
    background-color: #d5d5d5;
}

.text-dashboard {
    color: #C39B7C !important;
}

.box-shadow {
    -webkit-box-shadow: 0px 2px 10px -5px #000000;
    box-shadow: 0px 2px 10px -5px #000000;
}

.btn:focus {
    box-shadow: inherit !important;
}

textarea {
    resize: vertical;
    min-height: 150px;
    max-height: 250px;
}

a {
    text-decoration: none !important;
}

.text-none {
    color: transparent !important;
}

.form-group {
    margin-bottom: 1rem !important;
}

.form-group > label {
    font-weight: 700;
}

.mt-6 {
    margin-top: 4.5rem !important;
}

.mb-6 {
    margin-bottom: 4.5rem !important;
}

.mx-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
}

.my-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.btn-more {
    border-color: #c39b7c !important;
    background-color: transparent !important;
}

.btn-more:hover {
    background-color: #212529 !important;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

ul.no-style {
    list-style: none;
}

.overlay-black {
    background-color: rgba(0, 0, 0, .5);
}

.color-icon {
    color: #c39b7c;
}

.card-hover:hover {
    -webkit-box-shadow: 0px 0px 15px -4px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 15px -4px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 15px -4px rgba(50, 50, 50, 0.75);
}

/* SOBRE MIM
-------------------------------------------------- */
.sobre-mim {
    color: #000;
    background-size: auto;
    background-repeat: repeat;
    background-image: url("../img/blocos.png");
}

img.foto {
    border-radius: 50%;
}

/* SERVIÇOES
-------------------------------------------------- */
.icon-servico {
    padding: 25px;
    border: solid 2px;
    border-radius: 50%;
}

/* PORTIFÓLIOS
-------------------------------------------------- */
.portifolio {
    color: #fff;
    background-color: #1f1e1e;
}

.portifolios {
    background-color: #f8f9fa;
}

.portifolio-liked {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/liked.png");
}

.img-portifolio {
    width: 350px;
    object-fit: cover;
    height: 350px !important;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.img-portifolio-list {
    width: 280px;
    object-fit: cover;
    height: 280px !important;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

/* CUSTOMIZE CARDS
-------------------------------------------------- */
.card-title, .card-text, .card-footer {
    font-family: 'BastardusSans', sans-serif;
}

/* CUSTOMIZE NAVBAR - HEADER
-------------------------------------------------- */
ul li a.menu {
    position: relative;
    display: block;
    text-decoration: none;
    color: #ecf0f1;
    padding: 4px 0;
    transition: 0.5s;
}

ul li a.menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
    background: #c39b7c;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: center;
}

ul li a.menu:hover {
    color: #95a5a6;
}

ul li a.menu:hover::after {
    transform: scaleX(1);
    transform-origin: center;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    top: 35%;
    color: #1a202c !important;
}

.carousel-item {
    height: 32rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.carousel-indicators li, .carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(100%);
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 640px) {
    .carousel-caption h1 {
        font-size: 5.5rem !important;
    }

    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media screen and (max-width: 640px) {
    .carousel-caption h1 {
        font-size: 3.5rem !important;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }
}

/* FOOTER
-------------------------------------------------- */
.footer {
    background-repeat: repeat;
    background-size: auto;
    font-weight: 600;
    background-image: url("../img/bg.png");
}

.footer-container {
    padding-top: 2.2rem;
}

.link-muted {
    color: #6c757d !important;
}

.link-muted:hover {
    color: #3b3f43 !important
}

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 23px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook-f:hover {
    background: #4060A5;
}

.social .fa-whatsapp:hover {
    background: #02c100;
}

.social .fa-linkedin:hover {
    background: #0054bc;
}

.social .fa-instagram:hover {
    background: #911982;
}

.social .fa-paperclip:hover {
    background: #00C6FF;
}

/* AUTENTICAÇÃO
-------------------------------------------------- */
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    text-align: center;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
