.section {
    position: relative;
    width   : 100%;
    display : block;
}

.full-height {
    height: 100vh;
}

.row {
    margin-right: 0px;
    margin-left : 0px;
}

/* Viñedo Full */
.absolute-center {
    position  : absolute;
    top       : 40%;
    left      : 0;
    width     : 100%;
    margin-top: 40px;
    transform : translateY(-50%);
    z-index   : 20;
}

.custom-section {
    /*background-image   : url("../../img/nuestro-vinedo/SNJ_02.jpg");*/
    background-image   : url("../../img/web/DSC_99904.jpeg");
    background-repeat  : no-repeat;
    background-size    : cover;
    filter             : grayscale(0.25);
    height             : 32rem;
    background-position: center;
    background-position-y: -430px;
}

#txt-vinedo-01 {
    font-weight     : 400;
    color           : #FFF;
    font-family     : "Lato", sans-serif;
    line-height     : 1.2em;
    letter-spacing  : .1em;
    text-transform  : uppercase;
    font-size       : 36px;
    background-color: rgba(126, 32, 50, 0.60);
    padding         : 1% 0%;
    margin-top      : 5%;
}
/* Viñedo Full */

/* Descripcon & Tintas */
.container-descripcion-vinedo {
    padding: 2% 10% 0;
}

.container-tintas-vinedo {
    padding: 2% 16% 0;
}

.txt-descripcion-vinedo {
    font-size  : 15px;
    font-family: "Comfortaa", sans-serif;
    color      : #494949;
    line-height   : 1.8em;
}

.txt-title-tinta{
    font-weight   : 600;
    color         : #A27B87;
    font-family   : "Lato", sans-serif;
    line-height   : 1.2em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size     : 19px;
    margin-bottom: 0px;
}

.separator-tintas{
    border-bottom: 2px solid rgba(126, 32, 50, 0.60);
    margin-bottom: 15px;
    margin-top: 5px;
    width: 85%;
}

.txt-tipo-tinta{
    font-size  : 15px;
    font-family: "Comfortaa", sans-serif;
    color      : #4c4c4c;
    font-weight: 600;
}
/* Descripcon & Tintas */

/* Experimenta */
#img-experimenta-01 {
    width: 88%;
    margin-top: 0%;
}

.column-descripcion-experimenta{
    padding-right: 6%;
    text-align: justify;
}

#txt-title-experimenta{
    font-weight   : 400;
    color         : #A27B87;
    font-family   : "Lato", sans-serif;
    line-height   : 1.2em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size     : 28px;
    margin-top: 1%;
    margin-bottom: 0px;
}

.separator-experimenta{
    border-bottom: 2px solid rgba(126, 32, 50, 0.60);
    margin-bottom: 15px;
    margin-top: 5px;
    margin-right: 15%;
    text-align: left;
}

.txt-descripcion-experimenta{
    font-size: 15px;
    font-family: "Comfortaa", sans-serif;
    color: #494949;
    line-height: 1.65em;
}
/* Experimenta */

@media only screen and (min-width: 320px) and (max-width: 480px) {

    /* Responsive Viñedo Full */
    .custom-section {
        filter             : grayscale(0.35);
        height             : 30rem;
    }
    
    #txt-vinedo-01 {
        line-height     : 1.45em;
        letter-spacing  : .1em;
        font-size       : 20px;
        padding         : 5% 0%;
        margin      : 15% -30% 0;
    }
    /* Responsive Viñedo Full */

    /* Responsive Descripcion Vinedo */
    .container-descripcion-vinedo {
        padding: 5% 6% 0;
    }

    .txt-descripcion-vinedo {
        font-size  : 14px;
        line-height   : 1.65em;
    }

    #tipos-blanca{
        margin-top: 8%;
    }
    
    .txt-tipo-tinta{
        font-size  : 14px;
    }
    /* Responsive Descripcion Vinedo */

    /* Responsive Experimenta */
    .container-experimenta{
        margin-top: 5% !important;
        padding: 0  6% !important;
    }

    #img-experimenta-01{
        width: 100%;
    }

    .column-descripcion-experimenta{
        text-align: center !important;
        padding-right: 0 !important;
        margin-top: 5%;
    }

    .separator-experimenta{
        margin: 3% 7% 5%;
    }
    
    .txt-descripcion-experimenta{
        font-size: 14px;
        line-height: 1.65em;
    }
    /* Responsive Experimenta */
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (min-width: 993px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {}

@media only screen and (min-width: 1201px) {}