@font-face {
    font-family: 'KGSecondChancesSketch';
    src: url(/assets/tipografias/kg_second_chances/KGSecondChancesSketch.ttf);
}

@font-face {
    font-family: 'GOTHIC';
    src: url(/assets/tipografias/century_gothic/GOTHIC.TTF);
}

@font-face {
    font-family: 'GOTHICB';
    src: url(/assets/tipografias/century_gothic/GOTHICB.TTF);
}

@font-face {
    font-family: 'SecularOne-Regular';
    src: url(/assets/tipografias/SecularOne-Regular.ttf);
}

*{
    color: #ffffff !important;
    text-transform: uppercase;
}

body {
    background-image: url("/assets/imagenes/background.png");
}

.font-pizarra {
    font-family: 'KGSecondChancesSketch';
    font-weight: bold;
    font-size: 60px;
}

.row > div > p{
    text-align: justify;
}

.letters > li > p{
    text-align: justify;
}

p, .font-text {
    font-family: 'GOTHIC';
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1rem 0;
}

.font-text-bold {
    font-family: 'SecularOne-Regular';
    font-weight: bolder;
}

ol.letters {
    list-style-type: lower-alpha;
    font-size: 25px;
    margin: 0 0 0 2rem;
};

.text-line{
    text-decoration: underline;
}

.margin-images {
    margin: 0 0 5rem 0;
    text-align: center;
}

.subtitle{
    font-size: 25px;
}

.size-img{
    width: 100%;
}

.p-rigth-img{
    padding: 0 30rem 0 0 !important;
}

.p-left-img{
    padding: 0 0 0 32rem !important;
}

@media (max-device-width: 1400px) {
    .size-img{
        width: 100%;
    }

    .p-rigth-img{
        margin: 1rem 0 0 0 !important;
        padding: 0 24rem 0 0 !important;
    }
    
    .p-left-img{
        padding: 0 0 0 25rem !important;
    }
}


@media (min-width: 992px) and (max-device-width: 1199px) {
    .size-img{
        width: 100%;
    }

    .p-rigth-img{
        padding: 0 17rem 0 0 !important;
    }
    
    .p-left-img{
        padding: 0 0 0 18rem !important;
    }
}

@media (min-width: 768px) and (max-device-width: 991px) {
    .size-img{
        width: 100%;
    }

    .p-rigth-img{
        padding: 0 12rem 0 0 !important;
    }
    
    .p-left-img{
        padding: 0 0 0 12rem !important;
    }
}

@media (min-width: 501px ) and (max-device-width: 767px) {
    .p-rigth-img{
        padding: 0 8rem !important;
    }
    
    .p-left-img{
        padding: 0 8rem !important;
    }
}

@media (max-width: 500px) {
    .font-pizarra {
        font-size: 35px;
    }

    .font-text-bold {
        font-size: 16px;
    }

    p, .font-text {
        font-size: 15px;
    }

    .subtitle{
        font-size: 18px;
    }

    ol.letters {
        list-style-type: lower-alpha;
        font-size: 15px;
        margin: 0;
    };

    .size-img{
        width: 100%;
    }

    .p-rigth-img{
        padding: 0 8rem !important;
    }
    
    .p-left-img{
        padding: 0 8rem !important;
    }
}
  