/*
Theme Name: OBSERVATORIO LGBTIQ+ DE NICARAGUA
Theme URI: https://
Author: Colnodo
Author URI: https://colnodo.apc.org
Designer: Maria del Rosario Ortiz - Colnodo
Description: Tema para el sitio web del Observatorio LGBTIQ+ de Nicaragua .
Version: 1.0
*/


/*@charset "utf-8";
 CSS Document */

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}


html{
	scroll-behavior: smooth;	
}
body {
  display:flex;
  flex-direction: column;
  min-height:100vh;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  color:#3F3F3F;
      }
h1{
	font-size:calc(36px + (48 - 36) * ((100vw - 300px) / (1600 - 300)));
	font-weight:900;
	
}
h2{
	font-weight: 700;
  	font-style: normal;
	font-size:calc(24px + (36 - 24) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:30px;
}
h3{
	font-weight: 700;
	color:#3f3f3f;
  	font-style: normal;
	font-size:calc(28px + (36 - 28) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:30px;
}
h4{
	font-weight: 500;
  	font-style: normal;
	font-size:calc(22px + (26 - 22) * ((100vw - 300px) / (1600 - 300)));
}
h5{
	font-weight: 500;
  	font-style: normal;
	font-size:calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
}
h6{
	font-weight: 700;
  	font-style: normal;
	font-size:calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}
p, li{
	font-size:1rem;
	font-weight: 400;
	line-height:1.5;
}
a{
	color:#6B168B;
	text-decoration:none;	
}
a:hover, a:focus{
	color:#24B3AF;
	text-decoration:none;
	-moz-transition:ease-in-out 1s;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid #FFD700; /* amarillo alto contraste */
  outline-offset: 3px;
}

.pie a{
color: #ef7921 !important;
text-decoration: none;
}

.pie a:hover,
a:focus  {
   color: #FFFFFF!important;
}


.btn-principal{
    color: #fff!important;
    background-color: #6B168B;
    border-color: #6B168B;
	padding:12px 25px;
	font-weight:600;
	display: inline-block!important;
	border-radius:5px;
}
.btn-principal:hover, .btn-principal:focus{
    color: #fff!important;
    background-color: #24B3AF!important;
    border-color: #24B3AF!important;
}

a.btn-principal, .btn-principal a {
    color: #fff!important;
    background-color: #6B168B;
    border-color: #6B168B;
	padding:12px 25px;
	font-weight:600;
	font-size:14px;
	display: inline-block!important;
	border-radius:5px;
}
a.btn-principal:hover, a.btn-principal:focus,
.btn-principal a:hover, .btn-principal a:focus{
    color: #fff!important;
    background-color: #24B3AF!important;
    border-color: #24B3AF!important;
}
.btn-naranja{
	color: #fff;
    background-color: #EF7921;
    border-color: #EF7921;
	font-weight:600;
	padding-top:1rem;
	padding-bottom:1rem;
}
.btn-naranja:hover,
.btn-naranja:focus{
	color: #fff;
    background-color: #EA3B3F;
    border-color: #EA3B3F;
}
section.atras {
    padding: 35px 0 35px 0;
    text-align: right;
}
.bg-gris{background:#F1F4F5;}
.btn-volver{
	background: #EF7921;
    padding: 12px 50px;
	font-weight:500;
    color: #fff;
    border-radius: .25rem;
	display: inline-block!important;
}
.btn-volver:hover,
.btn-volver:focus{
	background: #EA3B3F;
	color:#fff;
}
.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    font-weight: 400;
    color: #fff;
	padding: 12px 50px;
}
.btn-outline:hover,
.btn-outline:focus{
    background: #fff;;
    border: 2px solid #fff;
    font-weight: 400;
    color: #000;
	padding: 12px 50px;
}
.grande{
	font-size:125%;
}
.modal-content {
    padding:1rem 2rem;
}
.modal-header {
    border-bottom: 0px solid transparent;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

/* +++++++++++++++++++++++++++++++++++
 * N A V E G A C I O N               + 
 * ++++++++++++++++++++++++++++++++++*/	
nav#menu-ppal{
	border-bottom:1px solid #EF7921;
	padding-bottom:0px!important;
	padding-top:0px!important;
	min-height:65px;
}
.bg-naranja{
	background-color:#EF7921;
	position:relative;
}
nav.navbar img.logo-observatorio {
    /*width: calc(130px + (200 - 130) * ((100vw - 300px) / (1600 - 300)));*/
	height: calc(45px + (55 - 45) * ((100vw - 300px) / (1600 - 300)));
}
nav.navbar h2{
	color:#fff;
	font-size:calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300)));
	border-left: 2px solid #fff;
	padding-left:30px;
}
.nav-link{
	color:#3F3F3F;
	font-weight:500;
	border-bottom:3px solid #fff;
}
.nav-link:hover,
.nav-link:focus{
	color:#EA3B3F;
	font-weight:500;
	border-bottom:3px solid #EA3B3F;
	
}
.bot-encuestas{
	background:#EF7921;
	border-bottom:3px solid #EF7921;
	color:#fff!important;
}
.bot-encuestas:hover,
.bot-encuestas:focus{
	background:#EA3B3F;
	border-bottom:3px solid #EA3B3F;
	color:#fff!important;
}
span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(107, 22, 139, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
/* +++++++++++++++++++++++++++++++++++
 * E N C A B E Z A D O               + 
 * ++++++++++++++++++++++++++++++++++*/	
.encabezado{
	background:#000 url("../images/orgullo-encab2.jpg") center right no-repeat;
	clear:both;
	min-height:500px;
	color:#fff;
	background-size:cover;
}
.encabezado h2{
	text-shadow:2px 2px 5px #000;
}
.encabezado .row{
	min-height:500px;
}

/* +++++++++++++++++++++++++++++++++++
 *              + 
 * ++++++++++++++++++++++++++++++++++*/
#sobre-observatorio,
#recursos{
	padding:80px 0;
}
.derecho{
	margin-bottom:10px;
	display:flex;
	align-items: center;
}
.derecho img{
	width:calc(80px + (120 - 80) * ((100vw - 300px) / (1600 - 300)));
	float:left;
}
.derecho h5{
	font-size:calc(15px + (18 - 15) * ((100vw - 300px) / (1600 - 300)));
	font-weight:600;
	line-height:1.1!important;
	color:#596d75;
	margin:0 0 0 0!important;
	padding:0 0 0 0!important
}
/*+++++++++++++++++++*/

#noticias{
	padding:80px 0;
	background:#f1f4f5;	
}
#noticias h4{
	font-size:calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
	font-weight:700;
}
#noticias h5,
#recursos h5{
	font-size:calc(11px + (14 - 11) * ((100vw - 300px) / (1600 - 300)));
	font-weight:500;
	color:#666666;
	margin-top:10px;
	border-bottom:1px solid #666;
	padding-bottom: 10px;
}

/* CKEditor Estilos  */
.ck-content {
    display: block;
    width: 100%;
}

.ck-content .image_resized {
    margin-bottom: 1.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ck-content figure.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1.5rem;
}

.ck-content img {
    max-width: 100%;
    height: auto !important;
}

.ck-content .image-style-align-left {
    float: left;
    margin-right: 1.5rem;
    margin-left: 0;
}

.ck-content .image-style-align-right {
    float: right;
    margin-left: 1.5rem;
    margin-right: 0;
}

.ck-content::after {
    content: "";
    display: table;
    clear: both;
}

.image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}

.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.image-style-align-left {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    max-width: 50%;
}

.image-style-align-right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
    max-width: 50%;
}

.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

.image_resized img {
    width: 100%;
    height: auto;
}

p {
    overflow: hidden;
}

.contenido-noticia::after {
    content: "";
    clear: both;
    display: table;
}

/*+++++++++++++++++++*/

#recursos h4{
	font-size:calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
	font-weight:700;
}
#carouselExampleControls .img-wrapper {
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#carouselExampleControls img {
  max-width: 100%;
  max-height: 100%;
}
#carouselExampleControls .carousel-inner {
  padding: 1em;
}
#carouselExampleControls .card {
  margin: 0 0.5em;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  font-size: 0.9em;
	border:0px solid transparent;
}
#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
  width: 6vh;
  height: 6vh;
  background-color: #e1e1e1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
#carouselExampleControls .carousel-control-prev:hover,
#carouselExampleControls .carousel-control-next:hover {
  opacity: 0.8;
}
.form-control {
    padding: .425rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #F1F4F5;
    background-clip: padding-box;
    border: 0px solid #F1F4F5!important;
}
label.form-label {
    font-size: 13px !important;
    color: #3F3F3F;
    font-weight: 600;
}
#contactenos{
	padding: 0 0 80px 0;
}
/* +++++++++++++++++++++++++++++++++++
 * PIE DE PAGINA 
 * ++++++++++++++++++++++++++++++++++*/	
.pie{
	background:#3b3b3b;
	padding:30px 0;
}
.pie p{
	margin-bottom:0px;
	padding-botton:0px;
}
/*+++++++++++*/
#seleccione{
	padding-top:80px;
}
#seleccione h3{
	font-size:calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
	font-weight:500;
	color: #3b3b3b;
	text-align: center;
}
.cada-encuesta{
	background:#f1f4f5;
	text-align:center;
	padding:1rem;
}
.cada-encuesta h4{
	font-weight:700;
	font-size:calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:1rem;
}
.cada-encuesta p{
	font-size:90%;
}
.btn-morado{
	color: #fff;
    background-color: #843887;
    border-color: #843887;
	font-weight:600;
}
.btn-morado:hover,
.btn-morado:focus{
	color: #fff;
    background-color: #4C204E;
    border-color: #843887;
}
.btn-azul{
	color: #fff;
    background-color: #0A94CA;
    border-color: #0A94CA;
	font-weight:600;
}
.btn-azul:hover,
.btn-azul:focus{
	color: #fff;
    background-color: #056286;
    border-color: #0A94CA;
}
.btn-verde{
	color: #fff;
    background-color: #2EAE58;
    border-color: #2EAE58;
	font-weight:600;
}
.btn-verde:hover,
.btn-verde:focus{
	color: #fff;
    background-color: #1F703A;
    border-color: #2EAE58;
}
/*---------*/
#sist-info{
	background:#EDECEA;
	position:relative;
}
#sist-info .container-fluid{
	padding-left:40px;
}
.chevron{
	position:absolute;
	background:url("../images/chevron.png");
	background-repeat:no-repeat;
	background-size:contain;
	width:30px;
	height:20px;
	right: 50px;
	bottom:-10px;
}
.nombre-encuesta{
	border-bottom:1px solid #707070;
	padding: 2rem 0 0rem 0;
}
.nombre-encuesta h3{
	font-weight:700;
	font-size:calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:0px;
	padding-bottom:0px;
}
/* --- Básico --- */
.sidebar-wrapper {
    position: fixed;
	background: #3b3b3b;
	z-index:3000;
}

#sidebar.sidebar {
    width: 220px;
    min-height: 78vh;
    transition: transform 0.3s ease;
	color:#fff;
}
#sidebar label{
	font-size:14px;
}
#sidebar .aspectos{
	color:#fff;
	margin-top:20px;
}
#sidebar .aspectos p{
	padding-top:20px;
	color:#fff;
	font-weight:700;
}
#sidebar ul.list-unstyled li{
	margin:10px 0;
	border-bottom:1px solid #666666;
	padding: 0 15px 10px 15px;
	font-size: 14px;
}
#sidebar ul.list-unstyled li a{
	color:#fff;
}
#sidebar ul.list-unstyled li a:hover,
#sidebar ul.list-unstyled li a:focus,
#sidebar ul.list-unstyled li a.activo{
	color:#FACD24;
}
#sist-info .btn-morado{
	color: #fff;
    background-color: #843887;
    border-color: #843887;
	font-weight:600;
	font-size:12px!important;
	text-align:left;
}
#sist-info .btn-morado:hover,
#sist-info .btn-morado:focus{
	color: #fff;
    background-color: #4C204E;
    border-color: #843887;
}
#sist-info h4{
	font-weight:700;
	font-size:calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:0px;
	padding-bottom:30px;
}
#sist-info h5{
	font-weight:500;
	font-size:calc(15px + (18 - 15) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:0px;
	padding:10px 0;
}
#nota-completa{
	background:#f1f4f5;	
	padding:60px 0 20px 0;
}
#nota-completa h4{
	font-weight:700;
	font-size:calc(20px + (26 - 20) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:0px;
	padding-bottom:30px;
}
#nota-completa h5{
	font-size:calc(11px + (14 - 11) * ((100vw - 300px) / (1600 - 300)));
	font-weight:500;
	color:#666666;
	margin-top:10px;
	border-bottom:1px solid #666;
	padding-bottom: 10px;
}
.otras .card img{
	max-width:120px;
}
.otras .card h6{
	font-size:calc(13px + (15 - 13) * ((100vw - 300px) / (1600 - 300)));
	font-weight:700;
	color:#666666;
	margin-top:10px;
	padding-bottom: 10px;
}
/* --- En móviles la barra empieza oculta --- */
@media (max-width: 767.98px) {
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 1050;
    background: #3b3b3b;
    padding-top:100px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
	color:#fff;
    }
.sidebar a{color:#fff;}	
	
.sidebar.show {
   transform: translateX(0);
   }

/* La franja */
.sidebar-toggle {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height:40vh;
    background: #3b3b3b;
    border: 0px solid transparent;
    border-left: none;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1100; 
}

    .sidebar-toggle .arrow {
        font-size: 30px;
		font-weight:700;
        line-height: 1;
		color:#fff;
    }
	
	/* Flecha rotada cuando el panel está abierto */
.sidebar-toggle.rotate .arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
	}

/* Animación en estado normal */
.sidebar-toggle .arrow {
    transition: transform 0.3s ease;
}
	/* Cuando el panel está abierto, cambiamos el color del botón/faja */
.sidebar-toggle.open {
    background: transparent;      /* Color cuando está abierto (ej. azul Bootstrap) */
    border-color: transparent;
    color: #fff;
}

/* También puedes cambiar el color de la flecha si quieres */
.sidebar-toggle.open .arrow {
    color: #fff;
}

}

/*+++++++++++*/
@media screen and (min-width: 576px) {
.carousel-inner {
    display: flex;
  }
.carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
.img-wrapper {
    height: auto;
  }
}
/* +++++++++++++++++++++++++++++++++++
 * Media Query para tabletas (≥ 768px) 
 * ++++++++++++++++++++++++++++++++++*/	

@media ( min-width: 768px ) {
	.nav-link{
	color:#3F3F3F;
	font-weight:500;
	border-bottom:3px solid #fff;
	padding-top:1.9rem;
	padding-bottom:1.9rem;
}
#sist-info .container-fluid{
	padding-left:200px;
}
}

 @media (max-width: 767px) {
            .btn-buscar {
                border: none;
                background-color: transparent;
margin-top: 0.5rem!important;
            }
        }

/* +++++++++++++++++++++++++++++++++++
 * Media Query para pantallas grandes (≥ 992px) 
 * +++++++++++++++++++++++++++++++++++++*/	

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.9rem;
        padding-left: 1.9rem;
    }
.encabezado{
	min-height:700px;
}
.encabezado .row{
	min-height:700px;
}
.chevron{
	left: 300px;
	top:78px;
}
#sist-info .container-fluid{
	padding-left:200px;
}
#sist-info .ps-60{
	padding-left:60px;
}

/* search start  */
.searching{}
a.search-open{color:#666; margin-right:0px;}
.contactenos a{color:#666;}
/************/
i.fa-solid.fa-magnifying-glass{
	/*color:#fff!important*/
}
.search-inline {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
	right:10px;
    height: 10%;
    position: absolute;
	top:50px;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    top: 4rem;
	opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
    height:3rem;
	margin-left:auto;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 60px;
    padding: 0px;
    cursor: pointer;
    width: 60px;
    height: 99%;
    background: #ef7921;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 1.5rem;
    font-size: 1rem;
    position: absolute;
    left: 0%;
    top: 0;
    height: 3rem!important;
    width: 99%;
    font-weight: 400;
    outline: none;
	border: 1px solid #ef7921;;
    border-radius: .25rem;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #ef7921;
    width: 60px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.search-inline i.fa.fa-search{
	color:#ffffff!important;
}

       

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }
/************/

/* 404 No encontrados  */

.error-page {
	min-height: calc(100vh - 200px); /* Ajusta según la altura de tu header y footer */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
        background-color: #f8f9fa;    
    }

.error-container {
         max-width: 500px;
         width: 100%;
         text-align: center;
         background-color: white;
         padding: 50px 40px;
         border-radius: 8px;
         box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

.btn-back {
         display: inline-block;
         padding: 12px 30px;
         background-color: #e9ecef;
         color: #495057;
         text-decoration: none;
         border-radius: 4px;
         font-weight: 500;
         font-size: 15px;
         transition: all 0.2s ease;
         border: none;
         cursor: pointer;
    }

.btn-back:hover {
         background-color: #dee2e6;
         color: #212529;
    }

@media (max-width: 768px) {
         .error-page {
         min-height: calc(100vh - 300px);
         padding: 20px;
    }
            
.error-container {
         padding: 40px 20px;
    }
            
    h1 {
         font-size: 80px;
    }
            
    h2 {
         font-size: 22px;
    }
  }
