/* @import url('https://fonts.googleapis.com/css2?family=Righteous&family=Roboto:wght@100&display=block'); */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@700&family=Poppins:wght@300&display=block');

a,
p {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
}

h1,
h2,
h3 {
    /* font-family: 'Righteous', cursive; */
    font-family: 'Crimson Pro', sans-serif;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

.content-align-left {
    text-align: left;
}

.vh-35 {
    height: 35vh;
}

.vh-45 {
    height: 30vh;
}

.vh-50 {
    height: 50vh;
}

.vh-70 {
    height: 70vh;
}

.height-50px {
    height: 50px;
}

.height-70px {
    height: 70px;
}

.header-hero-main {
    background-color: white;
}

.header-hero-main {
    /* background-image: url('../img/iguazu_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.header-hero-main-img {
    /* background-color: white; */
}

.header-hero-main-img {
    background-image: url('../img/iguazu_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-main-links {
    display: inline-block;
    margin-left: auto;
}

a.links-pagina {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: black;
}

.navbar-paltos-main-img {
    display: inline-block;
    margin-right: auto;
    margin-top: 10px;
}

.navbar-paltos-main-img img {
    height: 50px;
}

.titulo-principal {
    display: block;
    margin-top: 0px;
    border-bottom: 1px solid #e3e3e3;
}

.subrayado {
    background-image: linear-gradient(120deg, #b8a8c1 0%, #a37db9 50%, #b8a8c1 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}

a.iconos-redes {
    text-decoration: none;
}

.iconos-redes img {
    width: 25px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #e2e2e2;
    border-radius: 10px;
}

.link-post-card{
    text-decoration: none;
}

.post-card-container {
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072),
        0 41.8px 33.4px rgba(0, 0, 0, 0.086),
        0 100px 80px rgba(0, 0, 0, 0.12);
    /* width: 80%; */
    /* margin-top: 10px; */
    margin-bottom: 30px;
    border-radius: 5px;
}

.other-card-container {
    border: 1px solid black;
    /* padding: 10px 10px; */
    /* width: 80%; */
    padding: 0px 10px 10px 10px;
    /* margin-top: 10px; */
    margin-bottom: 30px;
    border-radius: 5px;
    /* height: 100px; */
}

.other-card-container h3{
    margin-top: 0px;
}

.post-card-header {
    width: 100%;
    height: 80%;
}

.post-card-header-img {
    background-color: grey;
    border-radius: 5px;
    width: 100%;
}

.post-card-footer {
    position: relative;
    padding: 10px 10px;
    width: 100%;
    height: 20%;
}

.post-card-footer-titulo{
    color: black;
    font-weight: bold;
}

.post-card-footer-fecha{
    background-color: black;
    color: white;
    padding: 10px 10px;
    font-weight: 300;
    font-size: 1rem;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0px;
    border-radius: 0px 0px 5px 0px;
}

.article-page-img{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.video-post-embed{
    width: 100%;
    height: 190px;
}

.map-post-embed{
    width: 100%;
}

.li-categoria{
    padding-left: 0px;
    display: inline-block;
    list-style: none;
}

.linea-footer{
    border: 1px solid #e3e3e3;
}

.li-tag{
    padding-left: 0px;
    display: inline-block;
    list-style: none;
}

.links-categorias{
    font-size: 1rem;
}

.links-tags{
    font-size: 1rem;
}

.instagram-media{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}


@media (min-width: 64em) {
    .titulo-principal {
        margin-top: 0.4em;
    }

    .vh-45 {
        height: 45vh;
    }

    .video-post-embed{
        width: 100%;
        height: 380px;
    }

    .map-post-embed{
        width: unset;
    }

    .article-page-img{
        width: 58%;
    }

    .instagram-media{
        width: 58%;
    }
}