@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

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

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

#custom-container{
    margin-top: 5%;
}

#container-text-filosofia{
    padding: 0 6%;
}

#txt-title-filosofia{
    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: 7% 18% 3%;
}

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

#txt-quote-filosofia{
    font-family: 'Bad Script', cursive !important;
    color         : #A27B87;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

#txt-descripcion-quote-filosofia{
    font-family: 'Bad Script', cursive !important;
    color         : #A27B87;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 3.5%;
}

.column-image-filosofia{
    width: 100%;
}

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

    /* Responsive Enologia Image & Descripcion */
    #custom-container{
        margin-top: 26%;
    }

    #container-text-filosofia{
        padding: 0 5%;
    }
    
    #txt-title-filosofia{
        font-size       : 22px;
        margin: 7% -1% 5%;
        padding: 2% 0;
    }
    
    .txt-descripcion-filosofia{
        font-size: 14px;
    }
    
    #txt-quote-filosofia{
        font-size: 18px;
    }
    
    #txt-descripcion-quote-filosofia{
        font-size: 18px;
        margin-bottom: 6%;
    }
    
    .column-image-filosofia{
        width: 100%;
        margin-bottom: 4%;
    }
    /* Responsive Enologia Image & Descripcion */
}

@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) {}