@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css');

$bg: #fff;
$text: #7288a2;
$gray: #4d5974;
$lightgray: #e5e5e5;
$blue: #03b5d2;


*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: "Poppins";
    color: #000000;
    font-size: 16px;
    --menu-width: 20%;
}

body {
    /*   width: 100svw;
    height: 100svh;*/
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a, a:active, a:visited {
    text-decoration: none;
    
}
a:hover{
    color: #FFFFFF;
}

.av, .av:active, .av:visited {
    color: #FFFFFF;
}
.av:hover{
    color: #1C9CD7;
}


ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}

header {
    position: fixed;
    width: var(--menu-width);
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 2px;
    background-color: white;
    overflow: hidden;
}
header h4 {
    font: normal normal 600 16px/24px "Poppins";
    letter-spacing: 0px;
}


main {
    /*columns: 2;*/
    min-height: 100vh;
    width: 100%;
    padding-left: var(--menu-width);
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #F5F5F5;
    overflow: hidden;
    padding-bottom:80px;
    
}

.main2 {
    /*columns: 2;*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    padding-left: var(--menu-width);
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #EAD53A;
    overflow: hidden;   
    padding-bottom:80px;
    margin-right: 375px;
}
.main2m {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #EAD53A;
    overflow: hidden;
    /* padding-left:10px;
    padding-right:10px;*/
    padding-bottom:80px;
    color:  #000000;
}

.maine2 {
    /*columns: 2;*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    padding-left: var(--menu-width);
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #D3E7ED;
    overflow: hidden;   
    padding-bottom:80px;
    margin-right: 375px;
}
.maine2m {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #D3E7ED;
    overflow: hidden;
    /* padding-left:10px;
    padding-right:10px;*/
    padding-bottom:80px;
    color:  #000000;
}

.main2m1 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #F5F5F5;
    overflow: hidden;
    /* padding-left:10px;
    padding-right:10px;*/
    padding-bottom:80px;
    color:#55666F;
}
.mainnotm {
    /*columns: 2;*/
    min-height: 100vh;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #55666F;
    overflow: hidden;
    padding-bottom:80px;
    color:#FFFFFF;
    
}
.mainnot {
    /*columns: 2;*/
    min-height: 100vh;
    width: 100%;
    padding-left: var(--menu-width);
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #55666F;
    overflow: hidden;
    padding-bottom:80px;
    color:#FFFFFF;
    
}
.mainnot h1 {
    text-align: left;
    font: normal normal bold 40px/43px "Poppins";
    color: #FFFFFF;
}
.mainnot h2 {
    text-align: left;
    font: normal normal 600 18px/42px "Poppins";
    color: #FFFFFF;
    margin-top: 70px;
}

.mainnot h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
    font: normal normal 500 18px/40px "Poppins";
        color: #FFFFFF;
}
.separatorn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.separatorn::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #FFFFFF;
}

.main3 {
    /*columns: 2;*/
    min-height: 100vh;
    width: 100%;
    padding-left: var(--menu-width);
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #F5F5F5;
    overflow: hidden;
    padding-bottom:80px;
    
}
.mainn {
    /*columns: 2;*/
    min-height: 100vh;
    width: 100%;
    padding-left: var(--menu-width);
    padding-right: var(--menu-width);
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #F5F5F5;
    overflow: hidden;
    padding-bottom:80px;
}
.mainn h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    font: normal normal 600 22px/30px "Poppins";
}
    .not {
        display:block;
    }
    .notm {
        display:none;
    }


.main3 h1 {
    text-align: left;
    font: normal normal bold 40px/43px "Poppins";
    color: #1C9CD7;
}
.main3 h2 {
    text-align: left;
    font: normal normal 600 18px/42px "Poppins";
    color: #1C9CD7;
    margin-top: 70px;
}

.main3 h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
    font: normal normal 500 18px/40px "Poppins";
}


main h1 {
    text-align: center;
    font: normal normal bold 40px/43px "Poppins";
    color: #1C9CD7;
}
main h2 {
    text-align: center;
    font: normal normal 600 18px/42px "Poppins";
    color: #1C9CD7;
    margin-top: 70px;
}

main h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
    font: normal normal 500 18px/40px "Poppins";
}

.descargar{
    text-align: right;
    font: normal normal 500 16px/10px "Poppins";
}

main table {
    margin: 15px;
}

main th{
    border-spacing: 10px;
    color:#1C9CD7;
    border-top: #1C9CD7 1px solid;
    /*    color: #FFFFFF;
    background-color: #1C9CD7;*/
}
main .th2{
    border-spacing: 10px;
    color:#1C9CD7;
    border-top: #1C9CD7 1px solid;
    border-bottom: #1C9CD7 1px solid;
    /*    color: #FFFFFF;
    background-color: #1C9CD7;*/
}
main td{
    border-spacing: 10px;
    margin:2px;
    border-top: #B4C0C6 1px solid;
    /*    color: #FFFFFF;
    background-color: #1C9CD7;*/
}
main p {
    text-align: center;
    font: normal normal normal 22px/30px "Poppins";
    color: #55666F;
}

.pp1{
    text-align: center;
    font: normal normal normal 22px/30px "Poppins";
    color: #55666F;
    margin-bottom: 5px;
}
.pp2{
    text-align: center;
    font: normal normal normal 16px/30px "Poppins";
    color: #55666F;
}
.pp3{
    text-align: center;
    font: normal normal normal 18px/30px "Poppins";
    color: #55666F;
    margin-top: 5px;
}

.pp{
    text-align: center;
    font: normal normal normal 18px/30px "Poppins";
    color: #55666F;
}

.ps0 {
    text-align: left;
    font: normal normal normal 18px/30px "Poppins";
    color: #000000;
    margin-top:60px;
}
.psr {
    text-align: left;
    font: normal normal normal 20px/32px "Poppins";
    color: #000000;
}
.ps {
    text-align: left;
    font: normal normal normal 20px/30px "Poppins";
    color: #000000;
}
.ps2 {
    text-align: left;
    font: normal normal normal 15px/15px "Poppins";
    color: #000000;
}

.ps2e {
    text-align: left;
    font: normal normal normal 15px/26px "Poppins";
    color: #000000;
}
.ps3 {
    text-align: center;
    font: normal normal normal 60px/60px "Poppins";
    letter-spacing: -1px;
    color: #000000;
}
.ps4 {
    text-align: center;
    font: normal normal normal 24px/32px "Poppins";
    letter-spacing: 0px;
    color: #000000;
}

.ps5 {
    text-align: center;
    font: normal normal normal 48px/58px "Poppins";
    letter-spacing: -1px;
    color: #000000;
}

.ps6 {
    text-align: left;
    font: normal normal normal 40px/48px "Poppins";
    letter-spacing: -1px;
    color: #000000;
}
.ps7 {
    text-align: left;
    font: normal normal 500 20px/30px "Poppins";
    color: #000000;
}


.footer {
    width: 100%;
    background-color:#F5F5F5;
    /*padding-top: 80px;*/
    padding-left: var(--menu-width);
    padding-bottom: 80px;
    /*padding-right: 375px;*/
    display:block;
}
.footer2 {
    width: 100%;
    background-color:#F5F5F5;
    /*padding-top: 80px;*/
    padding-left: var(--menu-width);
    padding-bottom: 80px;
    padding-right: 375px;
}
.footer3 {
    width: 100%;
    background-color:#FFFFFF;
    /*padding-top: 80px;*/
    /*padding-left: var(--menu-width);*/
    padding-bottom: 80px;
    /*padding-right: 375px;*/
    display:none;
}
footer a {
    color: #1C9CD7 !important;
    text-decoration: none;
}
footer .footer-banner {
    text-align: center;
    padding: 1rem;
    background-color: #1C9CD7;
}
footer .disclaimer {
    text-align: center;
    font: normal normal normal 15px/24px "Poppins";
    color: #1C9CD7;
    margin-top: 15px;
    margin-bottom: 2rem;
}
footer .disclaimer2 {
    text-align: center;
    font: normal normal normal 15px/18px "Poppins";
    color: #1C9CD7;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .footer-body {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    color: #55666F;
}
footer .footer-body .contact-title {
    font: normal normal normal 14px/15px "Poppins";
    font-weight: 600;
    margin-bottom: 15px;
}
footer .footer-body .contact-number {
    font: normal normal normal 30px/43px "Poppins";
    font-weight: 600;
    margin-bottom: 1.875rem;
}

footer .footer-body .contact-address {
    font: normal normal normal 19px/26px "Poppins";
    margin-bottom: 1.875rem;
}

footer .contact-area {
    line-height: 1;
    max-width: 20rem;
}
footer .footer-social img {
    width: 44px !important;
    margin: 4px;
    margin-bottom: 1rem;
}

footer table {
    margin: 15px;
}

footer th{
    border-spacing: 10px;
    color:#1C9CD7;
    border-top: #1C9CD7 1px solid;
}
footer .th2{
    border-spacing: 10px;
    color:#1C9CD7;
    border-top: #1C9CD7 1px solid;
    border-bottom: #1C9CD7 1px solid;
    /*    color: #FFFFFF;
    background-color: #1C9CD7;*/
}
footer td{
    border-spacing: 10px;
    margin:2px;
    color: #FFFFFF;
}

#footer-menu a {
    color: #55666F !important;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}

#footer-menu > .menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
}
#footer-menu .menu-item-expand {
    display: none;
}
#footer-menu > .menu > .menu-item {
    list-style: none;
    
}
#footer-menu > .menu > .menu-item > .menu-item-name {
    /*15px/34px*/
    font: normal normal normal 15px/34px Poppins;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0.5rem;
}
#footer-menu > .menu > .menu-item > .menu {
    display: block !important;
    list-style: none;
    padding: 0;
}
#footer-menu > .menu > .menu-item > .menu > .menu-item {
    padding: 0.5rem 0;
}

.hidden {
    display: none !important;
}

.align-center {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
    
}
.align-center2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.align-center3 {
    display: flex;
    justify-content: center;
    margin-top: 3px;
    margin-bottom: 3px;
}
.align-left {
    display: flex;
    justify-content: left;
    margin-left: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.align-right {
    display: flex;
    justify-content: right;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.separator5 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.separator5::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #1C9CD7;
}

.separator {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.separator::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #1C9CD7;
}

.separator2 {
    display: flex;
    justify-content: center;
}
.separator2::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #1C9CD7;
}

.separator3 {
    display: flex;
    justify-content: center;
}
.separator3::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #1C9CD7;
}

.separator4 {
    display: flex;
    justify-content: center;
    padding-top:20px;
    padding-bottom:20px;
}
.separator4::after {
    content: "";
    display: block;
    width: 10%;
    height: 2px;
    background-color: #000000;
}

.separator6 {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.separator6::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1C9CD7;
}
.page {
    display: flex;
    flex-wrap: nowrap;
}

.logo {
    margin-bottom: 10px;
}

.sidebar-item{
    font: normal normal normal 18px/55px "Poppins";
    list-style: none;
    padding: 0;
    border-top-style: ridge;
    border-top-width: 0.5px;
    border-top-color:#e0e0e0;
    /*    border-top-style: hidden;*/
    
}
#sidebar-nav > .sidebar-item:last-child {
    border-bottom-style: ridge;
    border-bottom-width: 0.5px;
    /*    border-bottom-style: hidden;*/
}
#main-menu > .menu > .menu-item > .menu {
    font: normal normal normal 17px/36px "Poppins";
}
#main-menu > .menu > .menu-item > .menu > .menu-item {
    list-style-image: url(dot.png);
}
.menu-item-name:hover {
    /* padding-left: 15px;   
    padding-right: 15px; */  
    background-color: #1C9CD7;
    color:#FFFFFF;
}
.menu-item-name {
    display: flex;
    justify-content: space-between;
}
.menu-item-name.disabled {
    opacity: 0.25;
    pointer-events: none;
}
.menu-item-expand {
    cursor: pointer;
}

#posts,
#posts .posts-group,
#posts .posts-group .post-item {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

#posts .posts-group {
    padding-left: 20%;
    gap: 80px;
}

#posts .posts-group .post-item {
    width: 100%;
    max-width: 420px;
    margin-bottom: 3rem;
}
#posts .posts-group .post-item .post-line {
    border-top: 1px solid #1C9CD7;
    width: 100%;
}
#posts .posts-group .post-item > figure {
    position: relative;
    width: min-content;
    margin-top: 10px;
    margin-bottom: 0;
}
#posts .posts-group .post-item > figure > figcaption {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal normal bold 26px/34px Poppins;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #0000004D;
    padding: 3rem;
}
#posts .posts-group .post-item > .post-summary {
    width: 100%;
}
#posts .post-summary ul.info-list {
    padding-left: 1rem;
    margin-top: 20px;
    margin-bottom: 5px;
    
}
#posts .post-summary ul.info-list > li {
    list-style: '- ';
    font: normal normal normal 17px/28px Poppins;
    color: #55666F;
}

#posts .post-summary .button-list {
    display: flex;
    margin-top: 20px;
}
#posts .post-summary a {
    min-width: 10rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid #55666F;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/22px Poppins;
    font-weight: 600;
    color: #55666F;
    text-decoration: none;
}

#posts .post-summary a:hover {
    color: #FFFFFF;
    background-color: #1C9CD7;
    border-color:#1C9CD7;
    text-decoration: none;
}

#quien,
#quien .quien-group,
#quien .quien-group .quien-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#quien .quien-group {
    gap: 5rem;
}
#quien .quien-group .quien-item {
    width: 50%;
    max-width: 420px;
    margin-bottom: 3rem;
}
#quien .quien-group .quien-item .quien-line {
    border-top: 1px solid #1C9CD7;
    padding-top:15px;
    width: 100%;
}
#quien .quien-group .quien-item > figure {
    position: relative;
    width: min-content;
    margin-top: 10px;
    margin-bottom: 10px;
}
#quien .quien-group .quien-item > figure > figcaption {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal normal bold 26px/34px Poppins;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #0000004D;
    padding: 3rem;
}
#quien .quien-group .quien-item > .quien-summary {
    width: 100%;
}
#quien .quien-summary ul.info-list {
    padding-left: 1rem;
    margin-top: 20px;
    margin-bottom: 5px;
    
}
#quien .quien-summary ul.info-list > li {
    list-style: '- ';
    font: normal normal normal 17px/28px Poppins;
    color: #55666F;
}

#quien .quien-summary .button-list {
    display: flex;
    margin-bottom: 1.2rem;
}
#quien .quien-summary a {
    min-width: 10rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid #55666F;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/22px Poppins;
    font-weight: 600;
    color: #55666F;
}

#quien .quien-summary a:hover {
    color: #FFFFFF;
    background-color: #1C9CD7;
}

#sidebar {
    /*    max-width: 375px;*/
   /* min-width: 375px;*/
    transition: all 0.35s ease-in-out;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
}

#sidebar.collapsed {
    margin-left: -375px;
}

.toggler-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
}

.toggler-btn i {
    font-size: 28px;
    color: #000;
    font-weight: 1000;
}

.navbar {
    padding: 1.15rem 1.5rem;
    border-bottom: 5px dashed #b3a8a8;
}

.sidebar-nav {
    flex: 1 1 auto;
}

.sidebar-logo {
    padding: 1.15rem 1.5rem;
    text-align: center;
}
.sidebar-logo2 {
    display:none;
    padding: 1.15rem 1.5rem;
    text-align: center;
    background-color: #FFFFFF;
}

.sidebar-logo a {
    color: #000;
    font-weight: 800;
    font-size: 1.5rem;
}

.sidebar-header {
    color: #000;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

.sidebar-item2 {
    font: normal normal normal 16px/34px Poppins;
    font-weight: 400;
    line-height: 1;
    padding: 0.5rem;
    /*list-style-image: url(dot.png);*/
}

a.sidebar-link {
    padding: 10px 26px;
    color: #000;
    position: relative;
    transition: all 0.35s;
    display: block;
    font-size: 18px;
    text-decoration: none;
}

a.sidebar-link:hover {
    color:#FFFFFF;
    background-color: #1C9CD7;
    text-decoration: none;
    /*padding-left: 15px;   
    padding-right: 15px;   */
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .2rem .2rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

a.sidebar-link2 {
    padding: 10px 26px;
    color: #000;
    position: relative;
    transition: all 0.35s;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

a.sidebar-link2:hover {
    color:#FFFFFF;
    background-color: #1C9CD7;
    text-decoration: none;
    /*padding-left: 15px;   
    padding-right: 15px;   */
}

.sidebar-link2[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .2rem .2rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link2[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

#ct {
    background: transparent url('../images/ct.png') 0% 0% no-repeat padding-box;
}
#ct0 {
}
#maestria {
    background: transparent url('../images/maestria.png') 0% 0% no-repeat padding-box;
}
#maestria0 {
}
#ing {
    background: transparent url('../images/ing3.png') 0% 0% no-repeat padding-box;
}
#ing0 {
}

#tsu0 {
}

#tsu {
    background: transparent url('../images/tsu.png') 0% 0% no-repeat padding-box;
}
#prepa {
    background: transparent url('../images/prepa.png') 0% 0% no-repeat padding-box;
}
#prepa0 {
}
.lpt{
    padding-top:30px;
    text-align: center;
    /* UI Properties */
    color: var(--unnamed-color-1c9cd7);
    font: normal normal 800 90px/90px Poppins;
    letter-spacing: -4px;
    color: #1C9CD7;
    opacity: 1;
    
}

.lps{
    /*padding-top:50px;
    padding-bottom:50px;*/
    margin-bottom:0px;
    text-align: center;
    /* UI Properties */
    color: var(--unnamed-color-1c9cd7);
    font: normal normal 800 60px/60px "Poppins";
    letter-spacing: -4px;
    color: #1C9CD7;
    opacity: 1;
    
}

.lptext{
    width: auto;
    height: auto;
    margin-bottom:0px;    
    /* padding-top: 50px;
    padding-bottom: 50px;*/
    padding-left: 10%;
    padding-right: 10%;
    /* UI Properties */
    color: var(--unnamed-color-000000);
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.lptext2{
    width: auto;
    height: auto;
    margin-bottom:18px;    
    padding-left: 20%;
    padding-right: 20%;
    /* UI Properties */
    color: var(--unnamed-color-000000);
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.lpimage{  
    width: auto;
    height: auto;
    /*  padding-left: -10%;
    padding-right: -10%;*/
    padding-top: auto;
    padding-bottom: -25px;
   	cursor:pointer;
    
    /* UI Properties */
    color: var(--unnamed-color-000000);
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.button{
    color: #FFFFFF;
    width: 50px;
    margin-top:-20px;
    min-width: 10rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/16px Poppins;
    font-weight: 600;
    background:#1C9CD7;
    text-decoration: none;
    
}
.button:hover{
    color: #1C9CD7;
    background:#FFFFFF;
    border-color:#1C9CD7;
}

.button2{
    color: #FFFFFF;
    width: 50px;
    min-width: 10rem;
    padding: 0.5rem 0.5rem;
    border: 1px solid #55666F;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/14px Poppins;
    font-weight: 600;
    background:#55666F;
    text-decoration: none;
 	cursor:pointer;
    
}
.button2:hover{
    color: #1C9CD7;
    background:#FFFFFF;
    border-color:#1C9CD7;
}


.button3{
    color: #FFFFFF;
    width: 50px;
    min-width: 10rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 32px/22px Poppins;
    font-weight: 600;
    background:#1C9CD7;
    text-decoration: none;
    
}
.button3:hover{
    color: #1C9CD7;
    background:#FFFFFF;
    border-color:#1C9CD7;
}


/*
    .button a, a:active, a:visited {
    text-decoration: none;
    color: #FFFFFF;
    }
    .button a:hover{
    color: #1C9CD7;
    background:#FFFFFF;
    border-color:#1C9CD7;
    }
*/
.derecha   { float: right; }
.izquierda { float: left;  }

#posts2,
#posts2 .posts-group2,
#posts2 .posts-group2 .post-item2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#posts2 .posts-group2 {
    /* padding-left: 10%;*/
    gap: 80px;
}

#posts2 .posts-group2 .post-item2 {
    width: 100%;
    max-width: 420px;
    margin-bottom: 0rem;
}

#posts2 .posts-group2 .post-item2 > figure {
    position: relative;
    width: min-content;
    margin-top: 10px;
    margin-bottom: 0;
}
#posts2 .posts-group2 .post-item2 > figure > figcaption {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal normal bold 26px/34px Poppins;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #0000004D;
    padding: 3rem;
}
#posts2 .posts-group2 .post-item2 > .post-summary2 {
    width: 100%;
}
#posts2 .post-summary2 ul.info-list {
    padding-left: 1rem;
    margin-top: 20px;
    margin-bottom: 5px;
    
}
#posts2 .post-summary2 ul.info-list > li {
    list-style: '- ';
    font: normal normal normal 17px/28px Poppins;
    color: #000000;
}

#posts2 .post-summary2 .button-list2 {
    display: flex;
    margin-top: 20px;
}
#posts2 .post-summary2 a {
    min-width: 10rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid #000000;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/22px Poppins;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

#posts2 .post-summary2 a:hover {
    color: #FFFFFF;
    background-color: #1C9CD7;
    border-color:#1C9CD7;
    text-decoration: none;
}

#posts2 .posts-group2 .post-item2 .post-line2 {
    border-top: 1px solid #000000;
    width: 100%;
}

#posts3,
#posts3 .posts-group3,
#posts3 .posts-group3 .post-item3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#posts3 .posts-group3 {
    gap: 5rem;
}

#posts3 .posts-group3 .post-item3 {
    width: 100%;
    max-width: 420px;
    margin-bottom: 3rem;
}
#posts3 .posts-group3 .post-item3 .post-line3 {
    border-top: 1px solid #1C9CD7;
    width: 100%;
}
#posts3 .posts-group3 .post-item3 > figure {
    position: relative;
    width: min-content;
    margin-top: 10px;
    margin-bottom: 10px;
}
#posts3 .posts-group3 .post-item3 > figure > figcaption {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal normal bold 26px/34px Poppins;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #0000004D;
    padding: 3rem;
}
#posts3 .posts-group3 .post-item3 > .post-summary3 {
    width: 100%;
}
#posts3 .post-summary3 ul.info-list {
    padding-left: 1rem;
    margin-top: 20px;
    margin-bottom: 5px;
    
}
#posts3 .post-summary3 ul.info-list > li {
    list-style: '- ';
    font: normal normal normal 17px/28px Poppins;
    color: #55666F;
}

#posts3 .post-summary3 .button-list3 {
    display: flex;
    margin-bottom: 1.2rem;
}
#posts3 .post-summary3 a {
    min-width: 10rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid #55666F;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/22px Poppins;
    font-weight: 600;
    color: #55666F;
    text-decoration: none;
}

#posts3 .post-summary3 a:hover {
    color: #FFFFFF;
    background-color: #1C9CD7;
    border-color:#1C9CD7;
    text-decoration: none;
}

#posts3m,
#posts3m .posts-group3m,
#posts3m .posts-group3m .post-item3m {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#posts3m .posts-group3m {
    gap: 5rem;
}

#posts3m .posts-group3m .post-item3m {
    width: 100%;
    max-width: 420px;
    margin-bottom: 3rem;
}

#posts3m .posts-group3m .post-item3m > figure {
    position: relative;
    width: min-content;
    margin-top: 10px;
    margin-bottom: 0;
}
#posts3m .posts-group3m .post-item3m > figure > figcaption {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: normal normal bold 26px/34px Poppins;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #0000004D;
    padding: 3rem;
}
#posts3m .posts-group3m .post-item3m > .post-summary3m {
    width: 100%;
}
#posts3m .post-summary3m ul.info-list {
    padding-left: 1rem;
    margin-top: 20px;
    margin-bottom: 5px;
    
}
#posts3m .post-summary3m ul.info-list > li {
    list-style: '- ';
    font: normal normal normal 17px/28px Poppins;
    color: #000000;
}

#posts3m .post-summary3m .button-list3m {
    display: flex;
    margin-top: 20px;
}
#posts3m .post-summary3m a {
    min-width: 10rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid #000000;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/22px Poppins;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

#posts3m .post-summary3m a:hover {
    color: #FFFFFF;
    background-color: #1C9CD7;
    border-color:#1C9CD7;
    text-decoration: none;
}

#posts3m .posts-group3m .post-item3m .post-line3m {
    border-top: 1px solid #000000;
    width: 100%;
}

#paginacion {
    
    min-width: 375px;
    min-height: 1200px;
    float:right;
    border: 1px solid #55666F;
    background-color: #55666F;
    overflow: hidden;
    
    position:fixed;
    margin-left: 75%;
    right: 0;
}
#paginacion2 {
    min-width: 300px; 
    min-height: 400px;
    float:right;
    border: 1px solid #1C9CD7;
    background-color: #1C9CD7;
    overflow: hidden;
}


.contact_form{  
    max-width: 375px; 
    height: auto;
    margin: 64px auto;
    border-radius: 10px;  
    padding-top: 40px;
    padding-bottom: 40px;  
    background-color: #55666F; 
    padding-left: 30px; 
}

.contact_form2{  
    max-width: 375px; 
    height: auto;
    margin: 10px auto;
    border-radius: 10px;  
    padding-top: 30px;
    padding-bottom: 20px;  
    background-color: #1C9CD7; 
    padding-left: 30px; 
}

.contact_form3{  
    max-width: 90%; 
    height: auto;
    margin: 10px auto;
    border-radius: 10px;  
    padding-top: 10%;
    padding-bottom: 20px;  
    background-color: #55666ff; 
    padding-left: 30px; 
    padding-right: 30px; 
}

.inputf{
    background-color: #FFFFFF; 
    width: 310px; 
    height: 40px; 
    border-radius: 5px;  
    border-style: solid; 
    border-width: 1px; 
    margin-top: 10px;  
    padding-left: 10px;
    margin-bottom: 10px; 
}

label{
    display: block; 
    float: center;  
    font: normal normal 500 14px/22px Poppins;
    color: #FFFFFF;
}

.label2{
    display: block; 
    float: center;  
    font: normal normal 500 18px/22px Poppins;
    color: #000000;
}
.aviso{
    font: normal normal 500 14px/22px Poppins; 
    color: #FFFFFF;  
    margin-bottom:25px
}


.item a{
     min-width: 10rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid #000000;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/22px Poppins;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.item a:hover {
    color: #FFFFFF;
    background-color: #1C9CD7;
    border-color:#1C9CD7;
    text-decoration: none;
}

.item .button-list2 {
    display: flex;
    margin-top: 20px;
}
.row2{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(0 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-bottom: calc(1 * var(--bs-gutter-y));

}
.row2>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    padding-bottom: calc(var(--bs-gutter-y) * .5);
}

::-webkit-input-placeholder {
    color: #a8a8a8;
}


::-webkit-textarea-placeholder {
    color: #a8a8a8;
}


.formulario input:focus{
    outline:0;
    border: 1px solid #97d848;
}


.formulario textarea:focus{
    outline:0;
    border: 1px solid #97d848;
}

figure {
    position: relative;
    width: min-content;
    margin-top: 10px;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

div.sticky {
    position: sticky;
    top: 0;
    padding: 50px;
    font-size: 20px;
}
#contenedor2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;        
}
#contenedor2 > div {
    width: 40%;
}

#contenedor2 {
    margin-top:30px;
    margin-bottom:30px;
    display: flex;
    /*padding: 15px;*/
}

#columna1 {
    width: 110%;
    margin: 10px 20px auto; 
    align-self: center;
}

#columna2 {
    width: 40%;
    margin: 0px 10px 0px 0px; 
    align-self: center;
}

.dropdown{
    width: 60%;
    position: relative;
    margin: 4px;
}

.header{
    display: block;
    width: 100%;
    cursor: pointer;
    background:#F5F5F5;
    position: relative;
}

.content {
    display: grid;
    grid-template-rows: 0fr;
    width: 100%;
    background: #F5F5F5;
    transition: grid-template-rows 300ms;
}

.toggle{
    display: none;
}

.toggle + .content::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    color:#1C9CD7;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    right:2px;
    top: 0 
}

.toggle:checked + .content::before{
    
    font-family: "Font Awesome 5 Free";
    content: "\f139";
    color:#1C9CD7;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    
}

.toggle:checked + .content  {
    
    grid-template-rows: 1fr;
    
}

.content >div {
    
    overflow: hidden
    
}

.sticky-element {
    position: sticky;
    top: 20px;
    width:max-content;
    margin-left:auto;
}

.other-stuff {
    padding: 20px;
}

.topnav {
    display:none;
    overflow: hidden;
    background-color: #1c9cd7;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */

#icon-plus1{
    float:right;
}
#icon-plus2{
    float:right;
}
#icon-plus3{
    float:right;
}
#icon-plus4{
    float:right;
}

i:hover {
    opacity: 1;
}

.topnav #myLinks {
    display: none;
  /*  border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;*/
    
}

.topnav #myLinks2 {
    display: none;
    text-indent: 25px;
 /*   border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;*/
}
.topnav #myLinks3 {
    display: none;
    text-indent: 25px;
   /* border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;*/
}
.topnav #myLinks4 {
    display: none;
    text-indent: 25px;
 /*   border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;    */
}
.topnav #myLinks5 {
    display: none;
    text-indent: 25px;
 /*   border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;    */
}


/* Style navigation menu links */
.topnav a {
    color: white;
    /*    border-top: 1px solid #FFF;*/
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    right: auto;
    top: auto;
    
}

/* Style the hamburger menu */
.topnav a.icon {
    background: #1c9cd7;
    display: block;
    position: absolute;
    right: auto;
    top: -2px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: #fffffff;
    /*color: black;*/
}

/* Style the active link (or home/logo) */
.active {
    margin-left:45px;
    background-color: #1c9cd7;
    color: white;
    border:none;
}
.contenedorc {
      display: flex;
    }

    .columnac {
      flex: 1; /* Distribuye el espacio equitativamente */
    }

.post-linec {
    margin-bottom:5px;
    border-top: 1px solid #000000;
    width: 100%;
}
ul.info-list {
    padding-left: 1.1rem;
    margin-top: 20px;
    margin-bottom: 15px;
    
}
ul.info-list > li {
    list-style: '- ';
    font: normal normal normal 17px/28px Poppins;
    color: #000000;
}
.card2{
    align-items: center;
	display: flex;
	justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom:5%;
    width: 90%;
    flex-direction: column;
}

.card2 .ladoIzq{
    color: white;
    padding: 8px;
    justify-content: center;
}
.card2 .ladoDer{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 12px;
    width: 85%;
    height: 270px;
}
.card2 .cuerpo{
    line-height: 150%;
    text-align: justify;
}
.card2 .centrahrz{
    text-align: center;
}
.card2 .btn{
    min-width: 10rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid #000000;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/22px Poppins;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.card2 a.btn{
    text-decoration: none;
}

.card2 a.btn:hover{
    color: #FFFFFF;
    background-color: #1C9CD7;
    border-color:#1C9CD7;
    text-decoration: none;
}

.grid-container {
    width: min(65rem, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    gap: 2rem;
    align-content: center;
    justify-content: center;
    justify-items: stretch;
    
}

.card3 {
    --grad: red, blue;
    padding: 25px;
    background-image: linear-gradient(to bottom left, #e0e4e5, #f2f6f9);
    border-radius: 2rem;
    gap: 5px;
    display: grid;
    grid-template: 'icon ' 'title' 'content' / 2fr auto;
    font-family: "Poppins";
    color: #000000;
    box-shadow: 
    inset -2px 2px hsl(0 0 100% / 1),
    -20px 20px 40px hsl(0 0 0 / .25) ;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    
    .title {
        font-size: 15px;
        grid-area: title;
        align-self: end;
        text-transform: uppercase;
        font-weight: 500;
        word-break: break-word;
        text-align: center;
                margin-bottom: 15px;
    }
    .icon {
        grid-area: icon;
        font-size: 3rem;
                margin-bottom: 15px;
        
        > i {
            color: transparent;
            background: linear-gradient(to right, var(--grad));
            background-clip: text;
        }
    }
    .content2 {
        grid-area: content;
         background-image: linear-gradient(to bottom left, #e0e4e5, #f2f6f9);
        justify-content: center;
        align-items: center;
        align-content: center;
        justify-items: center;
        
}
&::after {
    content: "";
    grid-area: bar;
    height: 2px;
    background-image: linear-gradient(90deg, var(--grad));
    /*     margin-inline: -1.5rem; */
}

.buttonc{
    color: #FFFFFF;
    width: 50px;
    min-width: 5rem;
    padding: 5px 5px;
    border-radius: 50px;
    text-align: center;
    font: normal normal normal 14px/16px Poppins;
    font-weight: 600;
    background:#1C9CD7;
    text-decoration: none;
    
}
.buttonc:hover{
    color: #1C9CD7;
    background:#FFFFFF;
    border-color:#1C9CD7;
}

}


.container {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
}

.accordion {
  .accordion-item {
    border-bottom: 1px solid $lightgray;
    button[aria-expanded='true'] {
      border-bottom: 1px solid $blue;
    }
  }
  button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 35px;
    color: black;
    font-size: 20px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    &:hover, &:focus {
      cursor: pointer;
      color: $blue;
      &::after {
        cursor: pointer;
        color: $blue;
        border: 1px solid $blue;
      }
    }
    .accordion-title {
      padding: 1em 1.5em 1em 0;
    }
    .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 10px;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px;
      &::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
      }
      &::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
      }
    }
  }
  button[aria-expanded='true'] {
    color: $blue;
    .icon {
      &::after {
        width: 0;
      }
    }
    + .accordion-content {
      opacity: 1;
      max-height: 50em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
  }
  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    p {
      padding: 1em 35px;
      text-align: left;
      color: black;
      font-size: 18px;
      font-weight: 300;
      margin: 10px 10px;
    }
  }
}


/* Screen size less than 768px */


/* Smartphones (portrait and landscape) ----------- */  
@media only screen  
and (min-width : 320px)  
and (max-width : 480px) {  
    /* Styles */  
    .d-flex{
        display:none;
        
    }
}  
/* Smartphones (landscape) ----------- */  
@media only screen  
and (min-width : 321px) {  
    /* Styles */  
    .d-flex{
        display:none;
        
    }
}  
/* Smartphones (portrait) ----------- */  
@media only screen  
and (max-width : 320px) {  
    /* Styles */  
    .d-flex{
        display:none;
        
    }
}  
/* iPads (portrait and landscape) ----------- */  
@media only screen  
and (min-width : 768px)  
and (max-width : 1024px) {  
    /* Styles */  
    .d-flex{
        display:none;
        
    }
}  
/* iPads (landscape) ----------- */  
@media only screen  
and (min-width : 768px)  
and (max-width : 1024px)  
and (orientation : landscape) {  
    /* Styles */  
    .d-flex{
        display:none;
        
    }
}  
/* iPads (portrait) ----------- */  
@media only screen  
and (min-width : 768px)  
and (max-width : 1024px)  
and (orientation : portrait) {  
    /* Styles */  
    .d-flex{
        display:none;
        
    }
}  
/* Desktops and laptops ----------- */  
@media only screen  
and (min-width : 1224px) {  
    /* Styles */  
}  
/* Large screens ----------- */  
@media only screen  
and (min-width : 1824px) {  
    /* Styles */  
}  
/* iPhone 4 ----------- */  
@media  
only screen and (-webkit-min-device-pixel-ratio : 1.5),  
only screen and (min-device-pixel-ratio : 1.5) {  
    /* Styles */  
    .d-flex{
        display:none;
        
    }
} 

@media (max-width:768px) {
    
    header {
        display:none;
        width: 0px;
    }
    main {
        min-height: 100vh;
        width: 100%;
        padding-left: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        background-color: #F5F5F5;
        overflow: hidden;
        padding-bottom:0px;
        
    }
    /*
        img[src*="images/banner1.png"] {
        
    background-image: url("../images/banner1.jpg"); /* lets say 20x20 */
    /*
        width: 100%;
        
        display:inline-block;
    /*height: 0px !important;*/
    
    /* for IE 5.5's bad box model */
    /* height :100%;
        }
    */
    .uno{
        content:url("../images/banner1.jpg");
    }
    .dos{
        content:url("../images/banner2.jpg");
    }
    .tres{
        content:url("../images/banner3.jpg");
    }
    .cuatro{
        content:url("../images/banner4.jpg");
    }
    .cinco{
        content:url("../images/banner5.jpg");        
    }
    .seis{
        content:url("../images/banner6.jpg");        
    }    
    .mapa{
        width: 315px;
        height: 315px;
        padding:20px;
    }
    
    h1{
        resize:80%;
    }
    /*
        #paginacion{
        display:none;
        }    
    */
    .sidebar-logo2 {
        display:flex;
        padding: 1.15rem 1.5rem;
        text-align: center;
    }
    
    .sidebar-toggle {
        margin-left: 0px;
        display:none;
    }
    .d-flex{
        display:none;
        
    }
    
    #sidebar.collapsed {
        margin-left: 0;
    }
    
    .topnav {
        display:block;
    }
    .footer{
        display:none;
    }
    .footer3{
        display:block;
    }
    
    .footer3 .separator {
        display: flex;
        justify-content: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .footer3 .separator::after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background-color: #E5E5E5;
    }
    
    
    main h1 {
        text-align: center;
        font: normal normal bold 22px/22px "Poppins";
        color: #1C9CD7;
    }
    main h2 {
        text-align: center;
        font: normal normal 600 18px/42px "Poppins";
        color: #1C9CD7;
        margin-top: 35px;
    }
    
    main h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left;
        font: normal normal 500 16px/24px "Poppins";
    }
    main p {
        text-align: center;
        font: normal normal normal 18px/24px "Poppins";
        color: #55666F;
    }
    footer .footer-body2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        color: #55666F;
    }
    footer .footer-body2 .contact-title {
        font: normal normal normal 14px/15px "Poppins";
        font-weight: 600;
        margin-bottom: 15px;
    }
    footer .footer-body2 .contact-number {
        font: normal normal normal 30px/43px "Poppins";
        font-weight: 600;
        margin-bottom: 1.875rem;
    }
    
    footer .footer-body2 .contact-address {
        font: normal normal normal 19px/26px "Poppins";
        margin-bottom: 1.875rem;
    }
    
    #footer-menu2 > .menu {
        display: flex;
        gap: 1rem;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    #footer-menu2 a {
        color: #55666F !important;
        text-decoration: none;
    }
    
    #footer-menu2 a:hover {
        color: #FFFFFF !important;
        text-decoration: none;
    }
    
    #footer-menu2 > .menu {
        display: flex;
        flex-wrap: nowrap;
        gap: 2rem;
        padding-left: 0rem;
    }
    
    .menu-item-name {
        display: flex;
        justify-content: center;
    }
    
    #footer-menu2 .menu-item-expand {
        display: none;
    }
    #footer-menu2 > .menu > .menu-item {
        list-style: none;
        
    }
    #footer-menu2 > .menu > .menu-item > .menu-item-name {
        /*15px/34px*/
        font: normal normal normal 15px/34px Poppins;
        font-weight: 600;
        line-height: 1;
        padding-bottom: 0.5rem;
    }
    #footer-menu2 > .menu > .menu-item > .menu {
        display: block !important;
        list-style: none;
        padding: 0;
    }
    #footer-menu2 > .menu > .menu-item > .menu > .menu-item {
        padding: 0.5rem 0;
    }
    
    
    #contenedor {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-evenly;
        align-items: baseline;
        margin-top: 20px;
    }
    
    #contenedor > div {
        /*width: 85%;*/
    }
    #contenedor2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;        
    }
    #contenedor2 > div {
        width: 40%;
    }
    .lpt{
        padding-top:5px;
        text-align: center;
        /* UI Properties */
        color: var(--unnamed-color-1c9cd7);
        font: normal normal 800 45px/45px Poppins;
        letter-spacing: -4px;
        color: #1C9CD7;
        opacity: 1;
        
    }
    
    .lps{
        /*padding-top:50px;
        padding-bottom:50px;*/
        margin-bottom:0px;
        text-align: center;
        /* UI Properties */
        color: var(--unnamed-color-1c9cd7);
        font: normal normal 800 30px/30px "Poppins";
        letter-spacing: -4px;
        color: #1C9CD7;
        opacity: 1;
        
    }
    
    .lptext{
        width: auto;
        height: auto;
        margin-bottom:0px;    
        /* padding-top: 50px;
        padding-bottom: 50px;*/
        padding-left: 5%;
        padding-right: 5%;
        /* UI Properties */
        color: var(--unnamed-color-000000);
        text-align: center;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }
    
    .lptext2{
        width: auto;
        height: auto;
        margin-bottom:18px;    
        padding-left: 5%;
        padding-right: 5%;
        /* UI Properties */
        color: var(--unnamed-color-000000);
        text-align: center;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }
    
    .pp1{
        text-align: left;
        font: normal normal normal 22px/30px "Poppins";
        /* color: #55666F;*/
        margin-bottom: 5px;
    }
    .pp2{
        text-align: left;
        font: normal normal normal 16px/30px "Poppins";
        /* color: #55666F;*/
    }
    .pp3{
        text-align: left;
        font: normal normal normal 18px/30px "Poppins";
        /* color: #55666F;*/
        margin-top: 5px;
    }
    
    .pp{
        text-align: left;
        font: normal normal normal 18px/30px "Poppins";
        /* color: #55666F;*/
    }
    
    .ps0 {
        /* text-align: center;*/
        font: normal normal normal 16px/26px "Poppins";
        /* color: #55666F;*/
        margin-top:20px;
    }
    .psr {
        text-align: left;
        font: normal normal normal 17px/32px "Poppins";
        /* color: #55666F;*/
    }
    .ps {
        text-align: left;
        font: normal normal normal 17px/32px "Poppins";
        /* color: #55666F;*/
    }
    .ps2 {
        text-align: left;
        font: normal normal normal 15px/15px "Poppins";
        /* color: #55666F;*/
    }
    
    .ps2e {
        text-align: left;
        font: normal normal normal 15px/26px "Poppins";
        /* color: #55666F;*/
    }
    .ps3 {
        text-align: center;
        font: normal normal normal 30px/30px "Poppins";
        letter-spacing: -1px;
        /* color: #55666F;*/
    }
    .ps4 {
        text-align: center;
        font: normal normal normal 17px/20px "Poppins";
        letter-spacing: 0px;
        /* color: #55666F;*/
    }
    
    .ps5 {
        text-align: center;
        font: normal normal normal 26px/35px "Poppins";
        letter-spacing: -1px;
        /* color: #55666F;*/
    }
    
    .ps6 {
        text-align: left;
        font: normal normal normal 26px/32px "Poppins";
        letter-spacing: -1px;
        /* color: #55666F;*/
    }
    .ps7 {
        text-align: left;
        font: normal normal 500 18px/30px "Poppins";
        /* color: #55666F;*/
    }
    
    .main2m1 .pp1{
        color: #55666F;
    }
    .main2m1 .pp2{
        color: #55666F;
    }
    .main2m1 .pp3{
        color: #55666F;
    }
    
    .main2m1 .pp{
        color: #55666F;
    }
    
    .main2m1 .ps0 {
        color: #55666F;
    }
    .main2m1 .psr {
        color: #55666F;
    }
    .main2m1 .ps {
        color: #55666F;
    }
    .main2m1 .ps2 {
        color: #55666F;
    }
    
    .main2m1 .ps2e {
        color: #55666F;
    }
    .main2m1 .ps3 {
        color: #55666F;
    }
    .main2m1 .ps4 {
        color: #55666F;
    }
    
    .main2m1 .ps5 {
        color: #55666F;
    }
    
    .main2m1 .ps6 {
        color: #55666F;
    }
    .main2m1 .ps7 {
        color: #55666F;
    }
    
    .button3{
        color: #FFFFFF;
        width: 50px;
        min-width: 10rem;
        padding: 0.75rem 1.5rem;
        border-radius: 50px;
        text-align: center;
        font: normal normal normal 22px/22px Poppins;
        font-weight: 600;
        background:#1C9CD7;
        text-decoration: none;
        
    }
    .button3:hover{
        color: #1C9CD7;
        background:#FFFFFF;
        border-color:#1C9CD7;
    }
    #imgpost {
        width: 315px;
        aspect-ratio: auto 315 / 315;
        height: 315px;
    }
    #columna1 {
        width: 220%;
        margin: 10px 25px auto; 
        align-self: center;
    }
    
    #columna2 {
        width: 40%;
        margin: 0px 10px 0px 0px; 
        align-self: center;
    }
    #posts2 .posts-group2 .post-item2 {
        width: 80%;
        max-width: 420px;
        margin-bottom: 0rem;
    }
    #posts3m .posts-group3m .post-item3m {
        width: 80%;
        max-width: 420px;
        margin-bottom: 0rem;
    }
    
    
    .separator6 {
        display: flex;
        justify-content: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .separator6::after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background-color: #1C9CD7;
    }
    
    .separator7 {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.separator7::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1C9CD7;
}
       
    .align-center {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 30px;
        
    }
    .align-center2 {
        display: flex;
        justify-content: center;
        margin-top: 7.5px;
        margin-bottom: 7.5px;
        
    }
    
    .align-center3 {
        display: flex;
        justify-content: center;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .align-left {
        display: flex;
        justify-content: left;
        margin-left: 5%;
        margin-top: 15px;
        margin-bottom: 15px;
        
    }
    .pbutton{
        text-align: left;
        padding-left: 5%;
        padding-top:25px;
        font: normal normal normal 18px / 24px "Poppins";
    }
    
    
    h3{
        font: normal normal normal 15px / 20px "Poppins";
    }
    .descargar{
        font: normal normal normal 15px / 18px "Poppins";
    }
    
    
    #quien,
    #quien .quien-group,
    #quien .quien-group .quien-item {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        margin-left: 8px;
    }
    #quien .quien-group {
        gap: 0px;
    }
    
    #quien .quien-group .quien-item {
        width: 85%;
        max-width: 375px;
    }
    
    #quien .quien-group .quien-item .quien-line {
        border-top: 1px solid #1C9CD7;
        padding-top:15px;
        width: 100%;
    }
    #quien .quien-group .quien-item > figure {
        position: relative;
        width: min-content;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #quien .quien-group .quien-item > figure > figcaption {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        font: normal normal bold 26px/34px Poppins;
        color: #FFFFFF;
        text-shadow: 0px 0px 10px #0000004D;
        padding: 3rem;
    }
    #quien .quien-group .quien-item > .quien-summary {
        width: 100%;
    }
    #quien .quien-summary ul.info-list {
        padding-left: 1rem;
        margin-top: 20px;
        margin-bottom: 5px;
        
    }
    #quien .quien-summary ul.info-list > li {
        list-style: '- ';
        font: normal normal normal 17px/28px Poppins;
        color: #55666F;
    }
    
    #quien .quien-summary .button-list {
        display: flex;
        margin-bottom: 1.2rem;
    }
    #quien .quien-summary a {
        min-width: 10rem;
        padding: 0rem 0rem;
        border: none;
        border-radius: 0px;
        text-align: center;
        font: normal normal normal 14px/22px Poppins;
        font-weight: 600;
        color: #55666F;
    }
    
    #quien .quien-summary a:hover {
        color: #FFFFFF;
        background-color: #1C9CD7;
    }
    
    .separator3 {
        display: flex;
        justify-content: center;
        padding-top:30px;
        padding-bottom:30px;
    }
    .separator3::after {
        content: "";
        display: block;
        width: 90%;
        height: 1px;
        background-color: #1C9CD7;
    }
    .button{
        padding: 0.3rem 1.0rem;
        
    }
    
    .sin {
        color: #fff;
        text-decoration: none;
    }

    .not {
        display:none;
    }
    .notm {
        display:block;
    }
    
}
