
* {
    margin: 0;
    padding: 0;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .welcome_text.white h2 {
        font-size: 36px;
        text-align: center;
        font-weight: 600;
        margin-top: 20px;
    }

    .wel_video .video_btn {
        margin-top: 20px;
    }

    .btn-descubre{
         margin-top: 20px;
         margin-bottom: 20px;
    }

    td > img {
        max-width: 100px;
    }

    #nuestraempresa
    ,#certificaciones
    ,#variedades
    ,#mercados
    ,#cosechacal
    ,#galeria
    ,#contactar{

        margin-top: 15px;

    }

    h2 {
        font-size: 30px;
    }

    .imgRacimo{
        max-width: 20%;
    }

    table thead tr th .titulosemana{
        width: 400px;
    }

    .nav-menus-wrapper a.nav-brand img{
        width: 50%;
        margin-left: 15px;
    }

    h2 span img{
        display: none;
    }

    .logo img{
        width: 90%
    }

    #addres .dfonts {
        font-weight: 500;
        font-size: 30px;
        
    }
    #addres .center-img,#addres p {        
        text-align: center;
        
    }

}

/* Place your custom css code here */