* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: php 'Cabin', sans-serif;
    ;
}

body {
    min-height: 100%;
}

img {
    width: 100%;
}

.perfil-img {
    width: 50%;
}

.perfil-text-wrapper {
    padding: 0 4vw;
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
}

.perfil-title {
    font-size: 3.6em;
    font-weight: bolder;
    margin: 2% 0;
}

#top {
    margin-top: 5%;
}

.header {
    margin: auto;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 5px 1px;
    background: white;
}

.section {
    margin: auto;
    padding: 3% 10% 5% 10%;
    min-height: 20vh;
    box-shadow: 0px 1px 2px 0px lightgrey;
}

.font-hind {
    font-family: 'Hind', sans-serif;
}

.section .title {
    font-weight: 700;
    color: #4b1d94;
    font-family: 'Raleway', sans-serif;
    float: right;
    margin-bottom: 2%;
}

.margin-top-1 {
    margin-top: 1vw;
}

.margin-top-3 {
    margin-top: 3vw;
}

.navbar {
    width: 100%;
    padding: 0.5vw 7vw;
    font-family: 'Raleway', sans-serif;
}

.navbar-collapse {
    margin-left: 3%;
}

.nav-link,
.navbar-brand {
    font-family: 'Hind';
    color: #4b1d94!important;
    font-size: 1.5vw;
    font-weight: 700;
}

.nav-item :hover {
    /* transform: srroule(1.1); */
    text-decoration: underline;
}

.main {
    width: 100%;
    margin: auto;
}

.no-padding-top {
    padding-top: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

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

.text-left {
    text-align: left;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.margin-auto {
    margin: auto;
}

.margin-0 {
    margin: 0;
}

.clear {
    clear: both;
}

footer hr {
    color: #6161c7!important;
}

footer {
    width: 90%;
    margin: auto;
}

.footer {
    width: 100%;
}

.navbar,
.footer {
    font-family: 'Raleway', sans-serif;
}

.skills {
    width: 100%;
}

.btn-buy {
    width: 100%;
    background-color: white;
}

.btn-buy:hover {
    transform: scale(1.05);
}

.btn-buy a {
    color: #cf4be7!important;
    font-weight: bold;
}

.download-info {
    margin-top: 0%;
    border-radius: 10px;
    color: white;
    padding: 3vh;
    box-shadow: 0px 0px 6px -1px grey;
}

.download-info a {
    color: white;
    text-decoration: underline;
}

.download-info hr {
    background: white;
}

.bg-pink {
    background: #df66b0;
}

.bg-green {
    background: #36864f;
}

.bg-purple {
    background: #6b20ce;
}

.social-icon a {
    color: white;
}

.screen-divisor-line {
    width: 88%;
    box-shadow: 0.1px 0px 0.4px 0.1px;
}

.text-social {
    text-align: center;
}

.social-img {
    width: 10vw;
}

.info-box {
    border-radius: 0 0 20px 20px;
}

.info-box-img {
    position: absolute;
    z-index: -200;
    left: 0;
    width: 105%;
    margin: -1px;
    z-index: auto;
}

.info-box-title {
    margin-top: 20%;
    margin-bottom: 5%;
}

.service-content {
    color: white;
    margin-top: 15%;
    padding-bottom: 11%;
    text-align: left;
}

.blue {
    background: #2e4494;
    color: white;
}

.green {
    background: #196e63;
    color: white;
}

.orange {
    background: #cf6c58;
    color: white;
}

.purple {
    background: #7d76b2;
    color: white;
}

.pink {
    background: #df66b0;
    color: white;
}

.consultorio,
.consultorio .title {
    color: white!important;
}

#evaluations-carousel {
    height: 60vh;
    margin: 5% auto;
}

#evaluations-carousel .carousel-inner {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.carousel-wrapper .carousel-inner {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#carouselExampleControls {
    padding: 2% 5%;
}

.carousel-inner {
    border: solid 13px #e1d6d6;
    border-radius: 11px;
    box-shadow: 0px 0px 10px 0px black;
}

.aspas {
    width: 10%;
}

hr.clear {
    visibility: hidden;
}

.location-icon {
    width: 5%;
    vertical-align: inherit;
}

iframe {
    width: 70%;
}

.phone-icon {
    width: 2%;
    margin-left: 5%;
}

@media only screen and (min-width: 500px) {
    .logo {
        width: 10vw;
    }
    .container {
        min-width: 100%;
    }
    footer {
        min-height: 10%;
        margin-top: 1vw;
    }
    .social-wrapper {}
    .footer-logo {
        width: 20%;
    }
    .footer-logo-wrapper {
        margin: 1%;
        margin-left: 4%;
    }
    .social-icon {
        padding-top: 1%;
    }
    .social-icon img {
        width: 3vw;
    }
    .site-development-text {
        text-align: center;
        margin: 3%;
    }
}

@media only screen and (max-width: 499px) {
    #top {
        margin-top: 30%;
    }
    .navbar-toggler {
        background: #7d76b2;
    }
    .navbar-toggler:focus {
        background: #93b6ec;
    }
    .logo {
        padding: 2% 0;
        width: 50%;
        margin: auto;
    }
    .letter-icon {
        width: 20%;
    }
    .nav-link,
    .navbar-brand {
        font-size: 5vw;
    }
    .skills {
        width: 120%;
        margin-left: -8%;
    }
    .avaliacoes {
        height: 80vh;
        overflow: scroll!important;
    }
    .evaluation-text {
        font-size: 1rem;
    }
    .perfil-text-wrapper {
        font-size: 0.8em;
    }
    .perfil-title {
        font-size: 2.4em;
    }
    .rocket {
        width: 60%;
        margin: auto;
    }
    iframe {
        width: 100%;
        height: 64%;
    }
    .main-location-maps {
        margin-top: 15%;
    }
    .navbar-toogle-icon {
        outline: 5px auto #2b2cc5;
    }
    .footer-logo {
        width: 70%;
    }
}