* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* --------------------------------
    Flip
-------------------------------- */

.card {
    display: block;
    position: fixed;
    width: 90%;
    max-width: 320px;
    height: 90%;
    min-height: 500px;
    max-height: 500px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    perspective: 1500px;
}

.card .content {
    position: relative;
    width: 320px;
    height: 500px;
    -webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
    transition: transform 0.5s;
}

.slogan {
    color: #F2CA42;
    font-style: italic;
    margin-top: 20px;
    font-size: 16px;
}

.slogan_front {
    color: #fff;
    font-style: italic;
    margin-top: -20px;
    font-size: 16px;
}

.assign {
    display: block;
    width: 290px;
    position: absolute;
    bottom: 15px;
    text-align: center;
}

.assign a {
    font-size: 11px;
    color: #b9b9bd;
    text-decoration: none;
}

.more {
    display: none;
}

.more:checked ~ .content {
    transform: rotateY(180deg);
}

.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 10px;
}

.front .inner,
.back .inner {
    height: 100%;
    padding: 15px;
    transform: translateZ(80px) scale(0.94);
}

@media (min-width: 992px) {

    .front .inner,
    .back .inner {
        height: 100%;
        padding: 15px;
        transform: none;
    }
}

.front {
    text-align: center;
    background-color: white;
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: 7px 15px 20px rgba(0, 0, 0, 0.3);
    background-size: cover;
}

.back {
    text-align: center;
    transform: rotateY(180deg);
    background-color: white;
    background-image: url('../img/background2.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: 7px 15px 20px rgba(0, 0, 0, 0.3);
    background-size: cover;
}

.button,
.button.return {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: 0.3s;
    width: 25px;
    height: 25px;
    color: #F2CA42;
    font-size: 24px;
}

.button:hover,
.button.return:hover {
    opacity: 1;
    transition: 0.3s;
}

/* --------------------------------
    Front
-------------------------------- */

.share {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #F2CA42;
    font-size: 24px;
}

@media (min-width: 992px) {

    .share {
        display: none;
    }
}

.logo {
    width: 208px;
    margin: 40px auto 0 auto;
}

.picture {
    width: 120px;
    height: 120px;
    margin: 0px auto 0 auto;
    background-color: #ffc505;
    border-radius: 60px;
    display: block;
}

.picture img {
    display: block;
    width: 118px;
    padding: 2px 0px 2px 2px;
}

.dados {
    display: block;
    color: #000000;
    margin: 10px 20px 0 20px;
    padding: 15px;
}

h1 {
    font-size: 16px;
    margin: 0 0 3px 0;
	color: #F2CA42;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    margin: 0;
    color: #646464;
    font-weight: 500;
}

.botoes {
	display: block;
    margin: 0 15px;
    padding: 15px 30px;
}

.social {
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
    transition: transform .2s;
    background: #000;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 40px;
}

.social:hover {
    outline: none;
    text-decoration: none;
    transform: scale(1.2);
    transition: transform .2s;
    background: #fff;
    color: #000;

}

.social:hover i {
    color: #000;
}

.social i {
    color: #fff;
}

/* --------------------------------
    Back
-------------------------------- */

.frame {
    margin: 40px 0 50px 0;
    border-radius: 12px;
}

.services {
    margin-top: 20px;
}

.services p {
    color: #9d9cb2;
}

.logo-back {
    width: 100px;
    margin: 10px auto 20px auto;
    display: block;
}

.link {
    font-size: 13px;
    color: #00A1D7;
    text-decoration: none;
    outline: none;
}

.link:hover {
    font-size: 13px;
    color: #00A1D7;
    text-decoration: none;
    outline: none;
	border-bottom: 1px solid #00A1D7;
}

/* --------------------------------
    Share 992px desktop
-------------------------------- */

.share2 {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.5;
    display: none;
}

@media (min-width: 992px) {

    .share2 {
        display: block;
		transition: 0.3s;
    }
	.share2:hover {
        display: block;
		opacity: 1;
		transition: 0.3s;
    }
}

.social-buttons {
    display: none;
    position: absolute;
    width: 120px;
    margin: 0px;
    padding: 20px;
    top: -15px;
    right: -110px;
    float: left;
}

@media (min-width: 992px) {

    .social-buttons {
        display: block;
    }
}

.social-buttons .img {
    width: 48px;
    height: 48px;
    color: #164D69;
    opacity: 0.8;
    border-radius: 50px;
    margin: 0px;
    padding: 4px;
    transition: 0.2s;
}

.social-buttons .img:hover {
    opacity: 1;
    transition: 0.2s;
    transform: scale(1.3);
}
