﻿.container {
    /* 1140px */
    /* max-width: 120rem;*/
   
    padding: 0 1rem;
    margin: 0 auto;
}


.list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.list-item {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    font-weight: bold;
}

.list-icon {
    width: 3.2rem;
    height: 3.2rem;
    color: #e67e22;
}



.center-text {
    text-align: center;
}

strong {
    font-weight: 500;
}

/* ################################# */
/* VALIDAR SECTION */
/* ################################# */

.section-validar {
    background-color: #fdf2e9;
    /*display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: center; */
    /* padding: 9.6rem 0;*/
    margin-top: 1rem;
    border-radius: 11px;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
}
.validar-tipo {
    border-radius: 11px;
    /*width: 75%;*/
}

.validar-tipo--complete {
   /* background-color: #fdf2e9;*/
 /*   padding: 4.8rem;*/
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

   /* .validar-tipo--complete::after {
        content: "Curso-Taller";
        position: absolute;
        top: 6%;
        right: -8%;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: 700;
        color: #333;
        background-color: #ffd43b;
        padding: 0.8rem 8rem;
        transform: rotate(45deg);
    }*/

.validar-tipo-starter {
    justify-self: end;
    border: 2px solid #fdf2e9;
    /*padding: 4.6rem;*/
}

.validar-header {
    text-align: center;
    margin-bottom: 4.8rem;
}

.validar-name {
    color: #249c4d;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-bottom: 2.2rem;
    margin-top:1.2rem;
}

.validar-folio {
    font-size: 6.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.6rem;
}

.validar-price span {
    font-size: 3rem;
    font-weight: 500;
    margin-right: 0.8rem;
}

.validar-text {
    font-size: 2.6rem;
    line-height: 1.6;
    color: #249c4d;
    font-weight: 600;
}

.validar-signup {
    text-align: center;
    margin-top: 4.8rem;
}

.validar-details {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}

/*.feature-icon {
    color: #e67e22;
    height: 3.2rem;
    width: 3.2rem;
    background-color: #fdf2e9;
    border-radius: 50%;
    padding: 1.6rem;
    margin-bottom: 3.2rem;
}

.feature-title {
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.feature-text {
    font-size: 1.8rem;
    line-height: 1.8;
}*/


/*
    Otra card
*/

.wrapper {
    margin:3vh;
}

.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .card {
        min-height: 350px;
    }
}

@media (max-width: 420px) {
    .card {
        min-height: 300px;
    }
}

.card.card-has-bg {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
}

    .card.card-has-bg:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: inherit;
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.card .card-footer {
    background: none;
    border-top: none;
}

    .card .card-footer .media img {
        border: solid 3px rgba(255, 255, 255, 0.3);
    }

.card .card-title {
    font-weight: 800;
}

.card .card-meta {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.card .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);

    background: #249c4d;
    background: linear-gradient(0deg, rgba(36, 156, 77, 0.5) 0%, #249c4d 100%);
   /* background: #164a8d;
    background: linear-gradient(0deg, rgba(22,74,141, 0.5) 0%, #164a8d 100%);*/
}
