/* ID */
    #modal-packages .modal-header {
        background: white;
        border-bottom: 0px;
    }
    #landings {
        padding-bottom: 20%;
    }
/* Navs */
/* Modals */
    .modal-content {
        border: 0;
    }
    .modal-backdrop {
        --bs-backdrop-opacity: 0.3;
    }
/* Spinners */
/* Containers */
    .container-title-packages {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-packages {
        padding: 15px;
        border: 1px solid #ededed;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .container-btn-packages {
        padding: 15px;
        text-align: center;
    }
    .card-panel {
        border: 0;
        border-radius: 0;
        box-shadow: 0px 1px 4px 4px #ddd;
    }
    .card.btn-option-packages > .card-body {
        width: 100%;
    }
    .segment-packages {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .segment-plan {
        justify-items: flex-start;
        font-size: 0.9rem;
    }
    .container-row-seccion {
        display: grid;
        padding: 2rem 1rem;
    }
    .container-seccion {
        padding: 0rem 2rem;
    }
    .segment-title-seccion {
        color: white;
        padding: 10%;
        /* padding-right: 10%;
        flex: 1; */
    }
    .landings{
    	font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
      	color: #24405A;
        padding: 1.5rem 0rem;
    }
    .tiposLand{
        padding: .9rem;
    }
    .sloandisena{
    	font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
    }
    .segment-info-img-seccion,
    .segment-info-img-seccion-alt {
        display: grid;
        padding: 2rem 0rem;
    }
    .photo-user {
        max-width: 20%;
    }
    .segment-container {
        /* padding: 2%; */
        border: 1px solid #ddd;
        border-radius: .3rem;
    }
/* Columns */
/* Buttons */
    .btn-primary {
        background: var(--bg-blue);
        border-color: var(--bg-blue);
        transition: 0.5s all;
        --bs-btn-hover-bg: var(--btn-primary);
        --bs-btn-hover-border-color: var(--btn-primary);
        --bs-btn-active-bg: var(--bg-blue-2);
        --bs-btn-active-border-color: var(--bg-blue-2);
    }
    .btn-option-packages {
        border-radius: 0px;
        transition: 0.3s all;
    }
    .btn-subprivileges {
        width: 100%;
        color: #3d3d3d;
        display: flex;
        justify-content: space-between;
        text-decoration: none;
    }
    .btn-option-packages:hover {
        transform: translateY(-5px);
        /* transition: 0.5s all; */
    }
    .btn-subprivileges:hover {
        color: #3d3d3d;
    }
    .container-btn-seccion > a,
    .container-btn-seccion > button {
        width: 100%;
    }
/* Tables */
/* Texts */
    .title-section {
        color: var(--bg-blue-2);
    }
    .title-packages {
        font-size: 2.0rem;
        font-weight: bold;
        font-family: verdana;
    }
    .title-seccion {
        font-size: 40px;
        text-align: center;
    }
    .subtitle-section {
        color: #3d3d3d;
    }
    .subtitle-packages {
        font-size: 1.1rem;
    }
    .description-title {
        padding: 1rem 0rem;
    }
    .landings p {
    	font-size: 1.3em;
    }
    .landings h1{
    	font-size: 2.6em;
    }
    .tiposLand p,.tiposLandIzq p {
    	color: #81909E;
    	font-size: 1.1em;
    }
    .tiposLand h4, .tiposLandIzq h4{
    	color: #09487C;
    }
    .sloandisena p{
    	font-size: 1.2em;
    	padding-right: 5%;

    }
    .txt-graphite {
        color: #3d3d3d;
    }
    .txt-color {
        color: #243E66;
    }
/* Icons */
    .icon-plan {
        font-size: 2.5rem;
        color: var(--bg-blue-2);
    }
    .icon-check-plan {
        color: green;
        padding-right: 0.3rem;
    }
/* Images */
    .container-title-packages > img {
        width: 20%;
    }
    .video-seccion {
        padding-top: 7%;
        padding-bottom: 10%;
        flex: 1;
    }
    .video-seccion > iframe {
        width: 100%;
    }
    .principalImage {
        width: 100%;
    }
/* Others */
    .option-package-selected {
        border: 1.5px solid green;
        /* transition: border 0s; */
    }
    .divider-segment {
        color: #ddd;
    }
    .divider-text {
        color: #ddd;
        margin: 5px 0;
    }
    .margin-space {
        padding-top: 2.0rem;
        margin-bottom: 2.0rem;
    }
    .segment-plan li {
        text-align: start;
    }
    .segment-plan > ul {
        width: 100%;
        padding: 0rem 1rem;
        margin-bottom: 0;
    }
    .segment-plan > ul > li {
        list-style: none;
        color: #3d3d3d;
    }
/* Swal */
/* DataTable */
/* MediaQuery */

@media (min-width: 480px) {
}

@media (min-width: 768px) {
    .segment-packages {
        grid-template-columns: repeat(2, 1fr);
        gap: 0rem;
    }
    .segment-packages > .btn-option-packages:first-child {
        margin: 5px 10px 5px 70px;
    }
    .segment-packages > .btn-option-packages:last-child {
        margin: 5px 70px 5px 10px;
    }
    .principalImage {
        width: 90%;
    }
    .landings {
        padding: 4rem 10rem;
      	text-align: center;
    }
    .tiposLand {
        padding: 1.5rem;
    }
    /* .segment-info-img-seccion {
        padding-top: 3rem;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    } */
    /* .segment-info-img-seccion-alt {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
    .segment-info-img-seccion-alt > img {
        grid-row: 1 / 2;
    } */
}

@media (min-width: 992px) {
    .container-row-seccion {
        grid-template-columns: 2fr 1fr;
    }
    .container-seccion {
        padding: 0 15% 0;
    }
    .video-seccion {
        grid-row: 1 / 2;
    }
    /* .segment-title-seccion {
        grid-row: 2 / 3;
    } */
    .segment-title-seccion {
        padding: 10% 5%;
    }
    .title-seccion {
        text-align: left;
        padding-right: 50%;
    }
    .description-title {
        padding: 0% 35% 0% 0%;
    }
    .container-btn-seccion > a,
    .container-btn-seccion > button {
        width: auto;
    }
}

@media (min-width: 1270px) {
    .segment-info-img-seccion {
        grid-template-columns: 1fr 2fr;
    }
}