﻿@charset "UTF-8";
/*
	*
	@ Copyright 2026-2100 The QRjason Author
	*
*/

.content-grid {
	position: relative;
  	padding: 0 5vh;
	}

.bg-home{
	background-image: url('/SiteAssets/mainHome/bg_body.png');
    position: relative;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    height: clamp(200px, 100vh, 70vh);
    background-size: cover;
    }

.title-home {
	color: white !important;
	font-size: 5rem;
	display: flex;
	justify-content: center;
	padding: 5vh 0 15vh;
	}

.padding-row {
	display: flex;
	justify-content: center;
	}

.items-list {
	padding: 5vh 5vh;
	list-style: none;
	gap: 15px;
	}

.tarjeta-govco.vertical-tarjeta-govco {
    height: 20rem !important;
	}

.tarjeta-govco {
    border-radius: 1rem !important;
	}

.tarjeta-govco.vertical-tarjeta-govco .container-img-tarjeta-govco {
  height: 16rem !important;
}

.tarjeta-govco .container-img-tarjeta-govco .image-tarjeta-govco {
    background-color: var(--govcolor-white-smoke) !important;
    flex-wrap: nowrap;
    align-items: baseline !important;
    padding: 5vh;
	}

.tarjeta-govco.vertical-tarjeta-govco .body-tarjeta-govco {
    border-radius: 0 0 0.625rem 0.625rem;
    width: 100%;
	height: auto !important; 
    padding: 0 !important;
    border: 0.063rem solid #B5C7E9;
    border-top: 0;
    display: grid;
    justify-items: center;
	}