:root {
    /* --fuentePrincipal: 'Poppins', sans-serif; */
    --fuentePrincipal: "Montserrat", sans-serif;
    --naranja: #af4b0f;
    --beige: #f0ebcd;
    --beige-dark: #d1be93;
    --beige-light: #faf5eb;
    --gold: #ae781b;
    --rosa: #a50a5f;
    --rosa-hover: #83064a;
    --morado: #640087;
    --morado-hover: #4d0467;
    --verde: #84a454;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: var(--fuentePrincipal);
    font-size: 1.4rem;
   
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

p {
    margin: 0;
}

.extra {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: var(--beige);
    display: flex;
    flex-direction: column;
}

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


.top-row {
    background-color: var(--naranja);
    display: flex;
    justify-content: center;
}


.top-row .main .wrapper{
    width: 100%;
    padding: 2rem 0rem;
}

.top-row .main .wrapper img {
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
  padding: 0rem 0.7rem;
}

/* .top-row h1 a {
    display: block;
    width: 980px;
    height: 95px;
    text-indent: -9999px;
    background: url(../assets/img/logo.png) 0 0 no-repeat;
} */


.menu-row {
    width: 100%;
    background-color: var(--beige);
    display: flex;
    justify-content: center;
}

.menu-border {
    width: 80%
}

.menu-row .menu-border .main nav {
    padding-top: 2rem;
    padding-bottom: 2rem;

}

.menu-row .menu-border .main nav .menu {
    display: flex;
}

.menu {
    display: flex;
    justify-content: center;
    column-gap: 8rem;
    margin: 0;
    flex-wrap: wrap;
}

.menu li {
    list-style-type: none;
    width: 80%;
    text-align: center;
    /* padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem; 
    padding-right: 1.5rem; */
    text-align: center;
}

.menu li a {
    display: flex;
    color: #ffff;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    width: 100%;
    text-align: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem; 
    padding-right: 1.5rem;
    justify-content: center;
}

.morado {
    background-color: var(--morado);

}

.morado:hover {
    background-color: var(--morado-hover);
}

.rosa {
    background-color: var(--rosa);
}

.rosa:hover {
    background-color: var(--rosa-hover);
}


.inner {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 80%;
   
}

.inner .main {
    width: 100%;
}

#content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.texto-1 {
    background-color: var(--verde);
    width: 100%;

}

.texto-1 h3 {
    color: #ffff;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    padding-left: 2rem; 
    padding-right: 2rem;
}

.texto-2 {
    background-color: var(--beige-light);
    width: 100%;
    text-align: center;
    padding: 0.8rem;
}

.texto-2 h2 {
    color: #cd5c17;
    font-weight: 700;
    padding: 1rem;
    font-size: 2.5rem;
}

.texto-2 p {
    color: #858581;
    font-size: 1.8rem;
    font-style: italic;
}

.img-principal {
    /* background-color: var(--beige-light); */
    padding: 1.2rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}


.img-principal .img {
    background-color: var(--beige);
    border-radius: 2rem;
    width: 100%;
}

.img-principal .img img {
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
}


.img-principal .info-horario {
    background-color: #d7c9a991;
    width: 100%;
    padding: 1.5rem 0rem;
    text-align: center;
    /* border-radius: 0.5rem; */
}

.img-principal .info-horario p{
    color: #3f6b31;
    font-weight: 600;
    font-size: 2rem;
    margin: 0;
}

.img-principal .info-horario p .hora{
    color: #65a30f;
}

.texto-3 {
    background-color: var(--beige-light);
    width: 100%;
    text-align: center;
}

.texto-3 h2 {
    color: var(--gold);
    font-weight: 700;
    padding: 1rem;
    font-size: 2.5rem;
    margin: 0;
}

.indent .wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.indent .wrapper .col-1 {
    width: 100%;
}

.indent .wrapper .col-1 .bg .padding{
    width: 100%;
}

.indent .wrapper .col-2 {
    width: 100%;
    padding: 1.5rem;
    background-color: var(--beige-light);
}

.indent .wrapper .col-2 .bg-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:2rem;
}




.indent .wrapper .col-2 .bg-2 .img-museo {
  width: 90%;  
}

.img-museo img {
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
}


.info-sede {
    width: 90%;
    font-size: 1.5rem;
}

.location {
    display: flex;
    color: #765727;
}

.location .ubi-icon {
    display: flex;
    align-items: center;
    color: #ba9256;
}

.location .sede {
    padding: 1rem;
}

.location .sede p {
    text-align: center;
}

.link-sede {
    display: flex;
    text-wrap: wrap;
}

.link-sede a {
    color: #6b932f;
    font-weight: 400;
    word-break: break-all;
    font-style: italic;
    font-size: 1.2rem;
}

footer {
    position: sticky;
    bottom: 0;
}

footer .padding {
    display: flex;
    width: 100%;
    padding: 1.4rem;
    margin-top: 4rem;
}

footer .padding .main{
    width: 100%;
}

footer .padding .wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
}

footer .padding .wrapper p{
   color: #442208;
   font-size: 1.4rem;
   font-weight: 500;
    letter-spacing: 0.025em;
    margin: 0;
}


footer .padding .wrapper .line{
    background-color: #e18e4e22;
    width: 100%;
    height: 2px;
}




@media (min-width: 768px) {
   

}

@media (min-width: 1024px) { 
    .menu {
        flex-wrap: nowrap;
    }

    .menu li {
        width: 40%;
    }

    .menu li a{
        padding-left: 5rem; 
        padding-right: 5rem;
    }

    .top-row .main .wrapper{
        width: 100%;
        padding: 0rem 0rem;
    }

    .indent .wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .indent .wrapper .col-1 {
        grid-column: span 2 / span 2;
         padding: 1.5rem 3rem;
    }

 }

 @media (min-width: 1280px) {   
    .menu {
        justify-content: space-between;
    }

    .img-principal .img { 
       width: auto;
    }

    .img-principal .img img { 
        object-fit: none; 
    }

     .menu li {
        width: 25%;
    }

    .menu li a{
        width: 100%;
        display: flex;
        padding-left: 8rem; 
        padding-right: 8rem;
    }

  }