@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,100;1,400;1,700;1,900&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

b,
strong {
    font-weight: 900;
}

h3 {
    color: #2b72f4;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.bg-blu {
    background-color: #2b72f4 !important;
}

.text-blu {
    color: #2c79de !important;
}

.text-danger-ef {
    color: #ec5564 !important;
}

.bg-light-blu {
    background-color: #eeeff1;
}

.bg-light-blu-boder {
    border-color: #e9e9eb !important;
}

.bg-sach {
    background-color: #1b4a68 !important;
}

.bg-red-sach {
    background-color: #e43133 !important;
}

.bg-opacity-95 {
    --bs-bg-opacity: 0.95;
}

.form-check-input-ins {

    width: 1.2em;
    height: 1.2em;
    margin-top: 0.5em;

}

.nav-link {
    color: #1b4a68;
    background: 0 0;
    font-weight: 900;
    font-size: 1rem;
}

.nav-link:hover {
    color: #e43133;
    background: #f1dede;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #1665b7 !important;
}

.container-portada h1 {
    font-size: 3.5rem;
    color: #2c79de;
}

.container-portada h2 {
    font-size: 1.9rem;
    color: #1c529f;
}

.container-portada h3 {
    font-size: 1.16rem;
    color: #19437d;
}

.container-portada p {
    font-size: 1rem;
}

.lugar {
    color: #2c79de;
}

hr.hr-portada {
    border-color: #19437d !important;
}

a {
    color: #1b4a68;
    text-decoration: none;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.column {
    margin: 15px 15px 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 60px;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

.column div {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
}

.column div:first-child {
    margin-left: 0;
}

.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

figure {
    width: 300px;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.fade-in-text {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bloque {
    position: relative;
    animation-name: example;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes example {
    from {
        top: 0px;
    }

    to {
        top: 20px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.centered-t {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#video>div {
    background: url(img/fondo-lineal.jpg) center / cover;
}

@media screen and (min-width: 992px) {
    #video>div {
        min-height: 34rem;
    }
}

.timeline li {
    z-index: 1;
}

.timeline::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    z-index: 0;
}


.shrink img {
    transition: 1s ease;
}

.shrink img:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: 1s ease;
}


.grow img {
    transition: 1s ease;
}

.grow img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

#beneficios li::marker {
    color: #fd8f2d;
}

#beneficios ul {
    font-size: 1rem;
}

#beneficios li::marker {
    color: #fd8f2d;
}

#beneficios ul {
    font-size: 1rem;
}

#bienvenida h1 {
    color: #2b72f4;
    font-size: 2.8rem;
}

#bienvenida p {
    font-size: 0.9rem;
}

#bienvenida .btn-soft {
    background-color: #628fea;
    border-color: #628fea;
}

.m1 {
    --bs-table-bg: #cfe2ff;
    --bs-accordion-btn-bg: var(--bs-table-bg);
    --bs-accordion-active-bg: var(--bs-table-bg);
    --bs-accordion-btn-focus-border-color: var(--bs-table-bg);
    --bs-accordion-btn-focus-box-shadow: var(--bs-table-bg);
    background-color: var(--bs-table-bg);
    padding: 0.25rem 0.5rem;
    margin: 0.25rem;
    border-width: 1px !important;
    border-color: #ccc !important;
    border-left: 4px solid #0d6efd !important;
    vertical-align: top;
}

.m2 {
    --bs-table-bg: #fff3cd;
    --bs-accordion-btn-bg: #fff3cd;
    background-color: #fff3cd;
    border-left-color: #ffc107 !important;
}

.m3 {
    --bs-table-bg: #cff4fc;
    background-color: #cff4fc;
    border-left-color: #0dcaf0 !important;
}

.m4 {
    --bs-table-bg: #f8d7da;
    background-color: #f8d7da;
    border-left-color: #dc3545 !important;
}

.m5 {
    --bs-table-bg: #e9ecef;
    background-color: #e9ecef;
    border-left-color: #000 !important;
}

.m6 {
    --bs-table-bg: #d1e7dd;
    background-color: #d1e7dd;
    border-left-color: #198754 !important;
}

@media screen and (max-width: 767px) {
    .m1 {
        margin: 0;
    }

    .tabla-programa .accordion-button>* {
        width: 50%;
    }

    .tabla-programa .accordion-button>div {
        flex-grow: 1;
        margin-right: 1rem;
    }

    .tabla-programa .accordion-body {
        --bs-accordion-body-padding-y: 0;
        --bs-accordion-body-padding-x: 0;
    }
}

@media screen and (min-width: 768px) {
    .tabla-programa h5 {
        min-height: 4.5rem;
    }

    .tabla-programa h5.sm {
        min-height: unset;
    }

    .tabla-programa h5.xl {
        min-height: 7.5rem;
    }
}

@media screen and (min-width: 992px) {
    .tabla-programa h5.xl {
        min-height: 6.5rem;
    }
}

@media (min-width: 992px) {
    .d-lg-table-column {
        display: table-column !important;
    }
}