.figures__modify img {
    width:348px;
    height:228px;
}
img.logoLuva {
    position: absolute;
    right: 50px;
    top: 20px;
    width: 140px;
}
.flex {
    display: flex;
}
.frontpage-block-wrap.frontpage-block-wrap__modify{
    max-width: 100%;
}
.bannerTtl {
    background-color: rgba(51, 11, 51, 0.68);
    margin-top: 150px;
    margin-bottom: 100px;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.bannerTtl img {
position: absolute;
    left: 7%;
    width: 320px;
    top: auto;
}
#gk-header-mod .bannerTtl h2{
    color: #4ab83b;
}

.gk-short-menu a>span {
    display: block;
}
.quieneSomos{
    background-image: url(../img/img1.png), url(../img/img2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    margin-top: 35px;
    background-size: 400px;
}
.quieneSomos .gk-description-wrap p,
.dondeComprar .gk-description-wrap p{
    font-size: 1.2rem;
}
.quieneSomos span::before,
.quieneSomos span::after{
    border: none !important;
}

.dondeComprar {
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
}
.dondeComprar p {
    max-width: 800px;
    margin: 0px auto;
}
.dondeComprar img{
    display: block;
    margin: 0px auto;
}
img.dondeComprar__banner {
    margin-top: 50px;
    width: 90%;
    max-width: 378px;
}

.vinedos__modify
.gk-special
.figcaption h3{
    line-height: 1.3;
}
.vinedos__modify .gk-special-content p{
    font-size: 1.2rem;
    margin: 0px;
    margin-bottom: 15px;
}

.uvas__modify {
    background-image: url(../img/fondo3.png), url(../img/fondo4.png);
    background-color: #faf8ea;
    background-size: contain;
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    padding: 90px;
}
.uvas__modify h2{
    max-width: 730px;
    width: 90%;
    margin: 0px auto;
    text-align: center;
    font-size: 2rem;
    color: #888888;
}
.btn {
    background: #d27244;
    color: #ffff;
    padding: 10px 30px;
}

.beneficios {
    background-image: url(../img/foto4.jpg);
    background-repeat: no-repeat;
    background-color: #faf8ea;
    background-position: left top;
    background-size: 400px;
}
.beneficios ul{
    width: 90%;
    max-width: 600px;
    margin: 0px auto;
    margin-right: 5%;
    font-size: 1.3rem;
    text-align: left;
}
.beneficios li{
    display: flex;
    align-items: center;
}
.beneficios li::before {
    content: url(../img/icFruta.png);
    margin-right: 20px;
}
.contactoFooter {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.contactoFooter img {
    width: 35px;
}
.contactoFooter p{
    text-align: left;
    margin: 0px;
}
.contactoFooter > div {
    margin-left: 8px;
}
.contactoFooter p {
    text-align: left;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 19px;
    color: #a0a0a0;
}
.contactoFooter p > img {
    margin-right: 4px;
}
#gk-copyrights img {
    width: 120px;
}

@media (max-width: 1030px) {
    ul.gk-short-menu img {
        width: 54px;
    }
    .quieneSomos {
      background: none;
    }
    .bannerTtl img {
        width: 200px;
        z-index: 9;
    }
    .bannerTtl {
        margin-top: 50px;
    }
    #gk-footer-nav li{
        display: block !important;
    }
}

@media (max-width: 800px) {
    img.logoLuva {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px;
    }
    .bannerTtl img{
        display: none
    }
    .uvas__modify, .beneficios {
        background-image: none;
    }
    .beneficios li {
        font-size: 15px;
    }
    .two-columns .col2 {
        border-left: none;
        padding-left: 0px;
    }
    .two-columns.productos p {
        padding: 10px;
    }
}

.bannerInterna {
    background-image: url(../img/banner3.jpg);
    padding: 90px 0px !important;
}
.bannerInterna .bigtitle .header small,
.bannerInterna .bigtitle .header > span{
    color: #fff;
}
.col1{
    flex: 1;
}
.col2{
    flex: 2;
}
.two-columns {
    width: 90%;
    margin: 0px auto;
    align-items: center;
}
.two-columns .col2 {
    border-left: solid 1px;
    padding-left: 40px;
}
.two-columns .col2 img{
    width: 100%;
    max-width: 147px;
    margin-right: 20px;
    margin-bottom: 10px;
}
@media (max-width: 1030px) {
    .two-columns {
        flex-flow: column;
    }
    .two-columns img {
        max-width: 300px;
    }
}

.two-columns.productos {
    max-width: 800px;
    margin-bottom: 50px;
}
.two-columns.productos  p{
    padding: 50px;
}

.formulario {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
}
.mapa {
    border: solid 1px #24b574;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 200px;
}
.mapa > img {
    width: 280px;
}

.datosMap img {
    width: 40px;
    margin-right: 20px;
}
.datosMap p{
    font-size: 30px;
    margin: 0px;
    display: flex;
    align-items: center;
}
form {
    width: 90%;
    max-width: 910px;
    margin: 0px auto;
    margin-top: 20px;
}
textarea {
    resize: none;
}
input[type="text"] {
    width: 270px !important;
}
textarea {
    width: 280px !important;
}
input[type="text"], textarea{
    display: block;
    background: #f1f1f1 !important;
    margin-bottom: 10px;
}
form input.submit {
    background: #24b574;
    float: right;
    margin-right: 20px;
}
.formulario h2 {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 1030px) {
    .mapa {
        height: auto;
        flex-flow: column;
        padding: 20px 0px;
        border: none;
    }
    .datosMap {
        margin-left: 10px;
        padding-left: 9px;
    }
    .datosMap p {
        font-size: 18px;
    }
    form {
        flex-flow: column;
        float: none;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    textarea {
        width: 270px !important;
    }
    .formulario h2 {
        margin: 15px auto;
        text-align: center;
    }
    form input.submit {
        margin-right: 0px;
        width: 100%;
    }
    
}