﻿.body-gota {
    background-image: url("/images/assets/gotas/fundo.png");
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:2px
}

.div-column {
    display: flex;
    flex-direction: row;
    align-items:center;
    margin-top: 1%;
    margin-bottom: -2%;
    margin-left: 5%;
    margin-right: 5%;
}

.imgGotinha {
    width: 80%;
}

.imgCarimbo {
    width: 20%;
}

.div-img-center {
    text-align: center;
}

.gota-title-bold {
    font-family: "Montserrat";
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 4%;
    padding-top: 4%;
    border: 2px
}

.gota-means {
    font-family: "Poppins";
    text-align: justify;
    font-size: 1rem;
    font-weight: 400;
    margin-left: 5%;
    margin-right: 5%;
}


@media (max-width: 520px) {

    .div-column {
        margin-left: 5%;
    }

    .imgGotinha {
        width: 75%;
    }

    .imgCarimbo {
        width: 15%;
        margin-right:10%;
        float: right;
    }

}