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



/**/
/* Inicio*/
:root {
    --fuente1:'Montserrat';
	--fuente2: "Work Sans";
	--icons: "Bootstrap-icons", "Bootstrap Icons";
    --color1:#004884;
    --color2:#3366CC;
    --color3:#E6EFFD;
    --color4:#000000;
    --color5:#4B4B4B;
    --color6:#737373;
    --color7:#BABABA;
    --color8:#F2F2F2;
    --color9:#F6F8F9;
    --color10:#f9efdc;
    --color11:#f6f8f9;
    --color12:#E6EFFD;


}

a {
    color: black;
}

a:hover {
    color:var(--color1);
}

.max-1320 {
    max-width: 1320px;
}
.max-1140 {
    max-width: 1140px;
}
.max-1260 {
   max-width: 1260px; 
}

.max-960 {
   max-width: 960px; 
}
.bg01 {
    background-color: var(--color1);
}

.bg12 {
    background-color: var(--color12);
}

.max-1320, .max-1140, .max-1260 {
    margin-left: auto;
    margin-right: auto;
}

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

p, li {
    font-family:var(--fuente2);
}

.h2, h2, .h3, h3, h1, .h1, h4, .h4, h5, .h5 {
    font-family:var(--fuente1);
}

.h1, h1 {
    font-weight: 600;
    font-size: 2rem;
    color: var(--color1);

}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.3rem;
}

p .p {
    font-family:var(--fuente2); 
}

footer {
        background-color: var(--color3);
        padding-bottom: 0;
}

.footer-1 {
        margin-top: -6rem;
    background-color: white;
    border: 3px solid var(--color3);
        border-radius: 1rem 1rem 0 0;
            padding: 3rem 4rem;

}

main {
    margin-bottom: 8rem;
}

.imagencabezote {
    height: 30px;
    width: auto;
}

.navbar {
        background-color: var(--color8);
    border-bottom: 3px solid var(--color1);
    padding:0;
}

.navbar .nav-item {
    font-family: var(--fuente2);
    font-weight: 500;
    max-width: 250px;
    text-align: center;
    line-height: 1.2;

}

.navbar .nav-item a {
   padding: .6rem 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
}

    .navbar-expand-lg .navbar-nav {
        gap: 1rem;
    }
    
    .navbar .nav-item a:hover{
background-color: var(--color1);
    color: white;
}

.b-radius1 img{
    border-radius: 12px;
}

.b-radius2 img{
    border-radius: 8px;
}
.new-list-home h2 {
    font-size: 1.1rem;
}

.new-tit a {
    text-decoration: none;
    color:var(--color1);
    font-weight: 600;
}

.new-tit, .new-dest p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.new-list-int p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}


.v-news2 .view-content {
    display: grid;
    gap: 1.5rem;
}

.new-box:hover a {
    text-decoration:underline;
}

.new-box:hover img {
    scale:1.02;
}
.new-box img {
    transition: .5s ease;
}
.new-date {
    font-family: var(--fuente2);
    color: var(--color6);
    font-style: italic;
    margin-bottom: .5rem;
    text-transform: lowercase;
}

.subtitle1, .page-node-type-page .block-page-title-block h1{
    font-weight: 600;
    color: var(--color1);
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    
}

.subtitle1 h2,
.subtitle1 h1{
    font-size: 2rem;
}

.subtitle1:before,
.page-node-type-page .block-page-title-block h1:before{
    position:absolute;
    width:80%;
    left:10%;
    content:"";
    height:1px;
    background-color: var(--color7);
    bottom:-.8rem
}

.btn-govco {
    background-color: var(--color2);
    color: white;
    border: none;
    padding: .5rem 1.5rem;
    border-radius: 2rem;
    margin-left: auto;
}
.btn-govco:hover {
    background-color:var(--color1);
}

.sl-txt {
    font-family: var(--fuente1);
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
}

.carousel-control-prev, .carousel-control-next {
    width: 4%;
}


.view-home-banners .view-header {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

#carouselPausePlay {
    background: none;
    border: none;
    font-family: var(--fuente2);
    font-size: .9rem;
    opacity: .8;
}

#search-block-form {
    justify-content: end;
    position:relative;
}

#search-block-form  #edit-submit {
font-family: var(--fuente1);
    border-radius: 1rem;
    font-size: .9rem;
}

#search-block-form .form-item {
    width: 60%;
}

.v-news3 .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    gap: 3rem 2rem;
}

.new-list-int h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

.v-news3 h2 a {
    color: var(--color1);
}

.new-list-int p {
    font-size: .9rem;
}

.v-news4 .new-date {
    font-size: .8rem;
    line-height: 1;
}

.v-news4 .new-list-home h2 {
    font-size: .9rem;
    -webkit-line-clamp: 4;
}

.page-node-type-article .region-sidebar-second {
        position: sticky;
    top: 5rem;
}

.breadcrumb a {
    font-family: var(--fuente2);
    font-size: .8rem;
        color: var(--color1);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    font-size: .9rem;
        line-height: 2;
}

.g-date-new {
        font-family: var(--fuente2);
    color: var(--color6);
    font-style: italic;
}

.navbar {
      position: relative;
     transition: top 0.5s ease, box-shadow 0.5s ease;
    }

    .navbar.fixed {
      position: fixed;
      top: 0;
      z-index: 100;
      width:100%;
       box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
    background: none;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--fuente1);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--color8);
    font-size: 1.2rem;
    font-weight: 600;
}

dd {
background-color: var(--color9);
}

dd ul {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

dd ul li {
    font-family:var(--fuente1);
    font-size:.9rem
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
    background: var(--color1);
}

.ckeditor-accordion-container > dl {
    position: relative;
    border: none;
}

.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
    background-color: #00a5ef;
    box-shadow: none;
    color: unset;
    text-decoration: underline;
    background: none;
}

.header-txt {
        left: 0;
    right: 0;
    bottom: 3rem;
    font-family: var(--fuente1);
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.region-sidebar-first nav li, .region-sidebar-first nav .accordion-header {
        border-bottom: 1px solid var(--color7);

}

.region-sidebar-first nav .accordion-body {
    padding: 0 0 0 1.2rem;
}

.accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: var(--color11);
}

.table {
        font-family: var(--fuente2);
    font-size: .9rem;
}

.table td {
    padding: 1rem 1rem;
    border:none;
}

.table thead th {
    background-color:var(--color3);
    font-family:var(--fuente1);
    color:var(--color1);
    font-size:.9rem;
    padding:1rem;
    border:none
}

.table thead {
    border-bottom:2px solid
}

.table thead tr {
    border: none;
}

.v-events1 .view-content,
.v-events .view-content {
      display: grid;
    gap: 2rem 2rem;
}

.v-events1 .view-content {
    grid-template-columns: repeat(2, 1fr);
}

.v-events .view-content {
    grid-template-columns: repeat(3, 1fr); 
}

.v-events .ev-list-mic,
.v-events1 .ev-list-mic {
    background-color:var(--color9);
padding:1rem 1.5rem;
    border-radius: 12px;

}

.fecha-ev24, .ev-place {
    font-family: var(--fuente2);
}

.fecha-ev24
{
        font-weight: 500;
    margin-bottom: .5rem;
}

.etiqueta {
        background-color: var(--color12);
    font-family: var(--fuente2);
    display: inline-block;
    color: var(--color1);
    font-weight: 500;
    font-size: .9rem;
    padding: .4rem 1.2rem;
    line-height: 1.1;
    margin-top: 1rem;
    border-radius: 20px;
}


.region-sidebar-first nav .nav-link {
    text-align: left;
    padding: 1rem;
    display: block;
    height: auto;
    line-height: 1.3;
    text-wrap: wrap;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 14px;
}

.region-sidebar-first nav .is-active {
    background-color:var(--color8)
}

footer ul {
    list-style:none;
}

footer h4,
footer h5{
    color: var(--color1);
}

footer li {
    font-size:.9rem;
    margin-bottom:4px;
}

footer a {
    color: black;;
    font-family: var(--fuente2);
    font-size:.9rem;
}

.logo-gov-1 img {
    width:80%;
    height:auto
}

.logo-gov-1 {
    padding:.6rem 0
}


.search-box .form--inline {
    display: flex;
    position: relative;
}


.search-box label {
    display: none;
}

.search-box .form--inline .form-item  {
    width: 100%;
    margin: 0;
}

.search-box .form-actions input[type="submit"]{
     opacity: 0;
    position: absolute;
    z-index: -1;
}

.search-box .form-actions {
    position: absolute;
    right: 5px;
    top: 9%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    border-radius: 50%;
    cursor: pointer;
}

.search-box .form-actions:after{
   content: "\F52A";
    font-family: var(--icons);
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
}


.search-box .form-control {
     border-radius: 30px;
    border: 1px solid var(--color6);
}

.search-box .form-control:focus {
  border-color: unset;
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--color2);
    border: none;
}


.govco-network {
    margin-left: 1.4rem;
}

.govco-network .govco-iconContainer a {
    position:relative;
}

.govco-network .govco-iconContainer a:before {
   font-family: var(--icons);
    text-decoration: none;
    position: absolute;
    left: -1.4rem;
    font-size: 1.2rem;
    line-height: 1;
    bottom: -3px;
}

.govco-network .govco-iconContainer:nth-child(1) a:before {
    content:"\F344";
}

.govco-network .govco-iconContainer:nth-child(2) a:before {
    content:"\F8DB";
}

.govco-network .govco-iconContainer:nth-child(3) a:before {
    content:"\F437";
}
.govco-network .govco-iconContainer:nth-child(4) a:before {
    content:"\F62B";
}

#backtotop {
    background: unset;
    height: 60px;
    width: 60px;
    border-radius: 50px;
}

#backtotop:before {
    position:absolute;
    content: "\F148";
    right: 0;
    font-family: var(--icons);
    color: var(--color2);
    bottom:0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    text-indent: 0;
    font-size: 2.5rem;
    filter: unset;
    background-color: white;
    border-radius: 50px;
    border: 5px solid;
    line-height: 1;
    padding: 5px;
}

.bl-translate a {
    color:white;
    font-family:var(--fuente1)
}


.bl-translate .gtranslate_wrapper {
    padding-top:.5rem
}

.galeria_contenidos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.search-info {
    font-family:var(--fuente2);
}

.search-item h2 {
    font-size: 1.4rem;
}

.search-item {
    border-bottom: 1px solid var(--color7);
}

.search-view .view-header {
        font-family: var(--fuente1);
    margin-bottom: 1.5rem;
    color: var(--color7);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color1);
    --bs-btn-border-color: var(--color1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color2);
    --bs-btn-hover-border-color: var(--color2);
    border-radius: 25px;
}

.search-view .search-link a {
    color: var(--color2);
}

.search-type {
    color:var(--color7);
    font-weight:500
}

.search-box1 form {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.v-events .view-filters,
.v-docs .view-filters{
        padding: 3rem .5rem;
    background-color: var(--color12);
    margin-bottom: 2rem;
}

.v-events .form--inline,
.v-docs .form--inline{
       display: flex;
    justify-content: center;
    gap: 1.2rem;
    font-family: var(--fuente1);
}

.v-events .js-form-item,
.v-docs .js-form-item{
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-right: 0;
}

.v-docs caption {
        font-size: .8rem;
    font-weight: 500;
    margin-top: 1rem;
}


@media (max-width: 768px) {
    
    .footer-1 {
padding: 2rem 1rem;
}

.govco-logo-div-a img {
    width: 80%;
    margin-left: 10%;
    
}
.sl01 {
    flex-direction:column-reverse;
}

.sl-info {
    aspect-ratio:16 / 7;
}

.subtitle1 h2, .subtitle1 h1 {
font-size: 1.5rem;
}
.subtitle1:before, .page-node-type-page .block-page-title-block h1:before {
bottom: -.2rem;
}

.block-block-groupgroup-noticias-home,
.block-views-blockhome-noticia-destacada-block-1,
.block-views-blockhome-noticias-listado-block-1,
.new-info,
.block-block-groupcontenedor-centrado,
.block-page-title-block,
.block-views-blocklista-de-eventos-general-block-1{
    padding:0;
}

.block-views-blockhome-noticia-destacada-block-1 {
    margin-bottom: 2rem;
}
.new-date {
font-size: 12px;
margin-bottom: .2rem;
}

.navbar-brand img {
height: 45px;
margin-bottom: 2rem;
}

header {
    display: flex;
    flex-direction: column-reverse;
}

.navbar > div {
    justify-content: end !important;
    z-index: 1000;
}


.navbar button {
    border:none;
}

.navbar .nav-item {
max-width: unset;
}

.navbar .nav-item a {
justify-content: center;
font-family: var(--fuente1);
font-weight: 600;
}

.navbar-nav .nav-link.dropdown-toggle, .navbar-nav .media-library-view--widget .view-header a.dropdown-toggle, .media-library-view--widget .view-header .navbar-nav a.dropdown-toggle {
justify-content: center;
}

.h1, h1 {
    font-size: 1.5rem;
}

.h2, h2 {
    font-size: 1.2rem;
}

.h3, h3 {
    font-size: 1.1rem;
}
.g-date-new {
font-size: .9rem;
}

.v-news3 .view-content{
grid-template-columns: repeat(1, 1fr);
}


.v-events .view-content,
.v-events1 .view-content{
grid-template-columns: repeat(1, 1fr);
}

.new-list-int .new-img {
padding: 0;
    
}

.v-events .view-filters, .v-docs .view-filters {
padding: .5rem .5rem;
}

.v-events .form--inline, .v-docs .form--inline {
gap: .5rem;
flex-wrap: wrap;
}

.cab-sub {
    aspect-ratio: 16 / 9;
position: relative;
}

.cab-sub > div {
    position: absolute;
    height: 100%;
    width:100%;
}

.cab-sub .img-header {
    height: 100%;
    overflow: hidden;
}

.cab-sub .img-header img {
    height: 100%;
width: auto;
margin-left: -60%;
}

.header-txt {
font-size: 1.5rem;
text-align: center;
}
    
    
}

