﻿ 
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.5);
    margin-bottom: 2rem;
}

.vcenter {
    margin: auto;
    margin-left: 10px;
}

.mbr-section-title3 {
    text-align: left;
}

.display-5 {
    font-family: 'Gotham-Book-Regular';
    font-size: 1.4rem;
}

.mbr-bold {
    font-weight: 700;
}

.display-6 {
    font-family: 'Gotham-Book-Regular';
    font-size: 1.4rem;
}

.fit100 {
    width: 100px;
    height: 100px;
}

.img-circle {
    border-radius: 50%;
}
/*
.test {
    top: 62%;
}*/

.img-wrap {
    margin-left: 7px;
    margin-top: 10%;
}

@media screen and (max-width:767px) {
    .wrap {
        flex-wrap: wrap;
        text-align: center;
        display: block;
        top: 100px;
    }

    .img-wrap {
        width: 100%;
        margin-top: 10px;
    }

        .img-wrap img {
            display: inline-block;
        }

    .mbr-section-title3 {
        text-align: center;
    }

    /*.test {*/
        /*top: 73%*/
        /*top: 75%*/
        /*top: 58%*/
    /*}*/



}

/*81.666667%;*/
/*
@media screen and (max-width:768px) {

    .test {
        max-width: 81.666667%;
    }
}
*/
/* Telefones em paisagem e abaixo */
@media (max-width: 360px) {
    .test {
        top: 86.666667%;
    }
}

@media (min-width: 360px) and (max-width: 380px) {
    .test {
        top: 81.666667%;
    }
}

@media (min-width: 382px) and (max-width: 732px) {
    .test {
        top: 70.666667%;
    }
}

/* Telefones em paisagem a tablet em retrato */
/*@media (max-width: 767px) {
    .test {
        top: 80.666667%;
    }
}*/
 

/* Desktop grande */
@media (min-width: 733px) and (max-width: 1199px) {
    .test {
        top: 62.666667%;
        max-width:70%;
    }
}

@media (min-width: 1200px) {
    .test {
        top: 62.666667%;
    }
}

/*@media screen and (max-width:500px) {

    .test {*/
        /*top: 70%*/ 
        /*top: 58%
    }
}

@media screen and (max-width:420px) {

    .test {*/
        /*top: 68%*/ 
        /*top: 58%
    }
}

@media screen and (max-width:410px) {

    .test {
        top: 63%
    }
}*/


/* BORDA ESTILIZADA */

.thing {
    padding: 1rem;
    width: 620px;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    background-color: #ffffff;
    border-radius: 0.5rem;
    border-left: 0 solid #2196F3;
    transition: border-left 500ms ease-in-out, padding-left 450ms ease-in-out;
}

    .thing:hover {
        padding-left: 1.5rem;
        border-left: 0.7rem solid #304484;
    }

    .thing > :first-child {
        margin-top: 0;
    }

    .thing > :last-child {
        margin-bottom: 0;
    }

.heading {
    color: #fff;
}

/* FIM BORDA ESTILIZADA */