@charset "utf-8";

.txt-intro-main {
    text-align: left;
}

.txt-intro-main h1 {
    font-family: 'cartonnageot';
    font-size: 2.9em;
    font-weight: normal;
    margin: 0;
}

.txt-intro-main h3 {
    font-family: 'cartonnageot';
    font-size: 1.5em;
    font-weight: normal;
    margin: 0.6em 0 0.2em 0;
}

.txt-intro-main p {margin: 0.2em 0 1.4em 0;}

#toldo-wrapper {
    width: 100%;
    height: 263px;
    background: url('../images/ondeestamos/ondedesfrutar/toldo.png') no-repeat center 0;
    margin-top: -1em;
}

#bancada_frutas-wrapper {
    width: 100%;
    height: 390px;
    background: url('../images/ondeestamos/ondedesfrutar/bancada_fruta.png') no-repeat center 0;
    clear: both;
}

#tableta_frutologica-wrapper {
    width: 80%;
    float: right;
}

#image-frame-mh {
    position: relative;
    /* right: 2em; */
    /* top: 55%; */
    width: 80%;
    height: auto;
    margin: 1em auto 0;
    padding: 5% 0 0;
    clear: both;
}

#image-frame-mh img {
    /* position: absolute; */
}

.images-holder {
    position: absolute;
    background: black;
    width: 80%;
    /* height: 80%; */
    left: 10%;
    top: 18%;
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Safari */
    transform: rotate(2deg);
    box-shadow: 1px 1px 3px black;
    z-index: 1;
}


@media screen and (min-width: 480px){
    #tableta_frutologica-wrapper {
        width: 60%;
        float: right;
    }
}

@media screen and (min-width: 640px){
    #tableta_frutologica-wrapper {
        width: 50%;
        float: right;
    }

    #image-frame-mh {
        width: 65%;
    }
}

@media screen and (min-width: 1024px){
    .txt-intro-main {
        width: 56%;
        margin: 0 6%;
        padding: 0px;
        float: left;
    }
    #tableta_frutologica-wrapper {
        width: 32%;
        float: right;
    }

    #image-frame-mh {
        width: 45%;
    }

    .images-holder {
        top: 23%;
    }
}

