﻿
/**
    TALLER - CSS
*/

#CarouselBanners {
    position: relative;
}

.divContainerCardsRotatorios {
    margin-top: 0;
}

.divContentDescriptionTaller {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    background-color: var(--black-2);
}

    .divContentDescriptionTaller p {
        width: 50%;
        color: var(--white);
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: bold;
    }

        .divContentDescriptionTaller p .text-span {
            font-weight: 300;
        }

.divContentLogos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.divContentImages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

    .divContentImages .image94 {
        width: 100%;
        max-height: 35px;
    }

    .divContentImages .image95 {
        max-height: 90px;
        margin-left: 0;
        margin-right: 20px;
    }


.divMantenimientoPreventivo {
    background-color: #4b4b4b;
    padding: 2rem 0;
}

.divContentTable {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

    .divContentTable .card-header {
        font-size: 20px;
        color: var(--white);
        text-align: center;
        background-color: var(--firebrick);
        border-bottom: none;
    }

    .divContentTable .card {
        font-size: 18px;
        padding: 1px;
        width: 60%;
        border: 1px solid var(--black-2);
        background-color: #4b4b4b;
    }

        .divContentTable .card .card-body li {
            color: var(--white);
            background-color: #4b4b4b;
            list-style: disc;
            padding: 6px;
            font-weight: bold;
            margin: auto 38px;
            /*border: 1px solid rgba(255, 255, 255, .125);*/
        }

        .divContentTable .card .card-body .list-group {
            flex-wrap: wrap;
            align-content: center;
        }


.divContentNuestroTaller {
    background-color: #181818;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}


    .divContentNuestroTaller .divContentImagesNuestroTaller {
        width: 450px;
        padding: 4rem 0;
    }


        .divContentNuestroTaller .divContentImagesNuestroTaller img {
            width: 100%;
        }



/* Media Query */
/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .divContentDescriptionTaller {
        padding: 2rem;
    }

        .divContentDescriptionTaller p {
            width: 100%;
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 2.5rem;
        }

    .divContentTable .card-header {
        font-size: 24px;
    }

    .divContentTable .card {
        width: 90%;
        font-size: 20px;
    }

    .divContentNuestroTaller {
        display: flex;
        flex-direction: column;
    }


        .divContentNuestroTaller .divContentImagesNuestroTaller {
            width: 320px;
            padding: 0;
        }
}

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .divContentDescriptionTaller {
        padding: 3rem;
    }

        .divContentDescriptionTaller p {
            width: 90%;
            font-size: 23px;
            margin-bottom: 3rem;
        }

    .divContentTable .card-header {
        font-size: 24px;
    }

    .divContentTable .card {
        width: 90%;
        font-size: 20px;
    }

    .divContentNuestroTaller {
        display: flex;
        flex-direction: column;
    }


        .divContentNuestroTaller .divContentImagesNuestroTaller {
            width: 400px;
            padding: 0;
        }
}


/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .divContentDescriptionTaller p {
        width: 80%;
    }

    .divContentTable .card-header {
        font-size: 26px;
    }

    .divContentTable .card {
        width: 90%;
        font-size: 22px;
    }

    .divContentNuestroTaller {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }


        .divContentNuestroTaller .divContentImagesNuestroTaller {
            width: 380px;
            padding: .5rem;
        }
}

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
}
