@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-reconocimiento {
    padding: 0 6%;
}

#txt-title-reconocimiento {
    font-weight     : 300;
    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% 5% 3%;
}

.custom-border-gallery {
    border: 1px solid #a27b875b;
}

.carousel-indicators li {
    background-color: #a27b8788 !important;
}

.carousel-indicators .active {
    opacity         : 1;
    background-color: #a27b87e5 !important;
}

#txt-reconocimientos-01 {
    font-size     : 17px;
    color         : #A27B87;
    margin-bottom : 1%;
    margin-top    : 3%;
    font-weight   : 400;
    text-transform: uppercase;
    font-family   : "Comfortaa", sans-serif;
    line-height   : 1.65em;
}

#btn-vista-medallero {
    background-color: #7e2031a3;
    border          : 1px solid #7e2031a3;
    color           : #FFF;
    font-size       : 15px;
    font-weight     : 400;
    border-radius   : 18px;
    transition      : 0.6s;
    font-family     : "Comfortaa", sans-serif;
    width           : 165px;
}

#btn-vista-medallero:hover {
    color           : #7e2031a3;
    background-color: #FFF;
}

img.lb-image {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition   : all .2s ease-in-out;
    -o-transition     : all .2s ease-in-out;
    -ms-transition    : all .2s ease-in-out;
}

.transition-hover {
    -webkit-transform: scale(1.8);
    -moz-transform   : scale(1.8);
    -o-transform     : scale(1.8);
    transform        : scale(1.8);
}

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

    /* Responsive Reconocimientos */
    #custom-container {
        margin-top: 26%;
    }

    #txt-title-reconocimiento {
        font-size       : 22px;
        margin          : 7% 10% 3%;
    }

    #txt-reconocimientos-01 {
        font-size     : 14px;
        margin-bottom : 6%;
        margin-top    : 8%;
    }
    
    #btn-vista-medallero {
        font-size       : 13px;
        width           : 165px;
    }

    img.custom-border-gallery {
        width: 100%;
    }

    #container-text-reconocimiento {
        padding: 0%;
    }
    /* Responsive Reconocimientos */
}

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