@font-face {
    font-family: "EB Garamond";
    src: url("/src/font/EB Garamond.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Georgia";
    src: url("/src/font/Georgia.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #494949;
    background: #fff;
    font: 16px / 1.65 "EB Garamond", Georgia, serif;
    -webkit-font-smoothing: antialiased;
}

h2, h3, h4, h5, h6 {
    font: 16px / 1.65 "EB Garamond", Georgia, serif;
}

h2 {
    font-size: 31px;
    width: 500px;
    text-align: center;
    padding: 18px 0 10px 0;
}

h3 {
    font-size: inherit;
    width: max-content;
    background-color: #fff;
    z-index: 2;
    padding-right: 14px;
    font-size: 1.3em;
    font-weight: bold;
}

h2, h3 {
    margin: 0 0 0.5em;
    font-family: Georgia, serif;
    line-height: 1.25;
    text-transform: uppercase;
}

p {
    margin: 0.85em 0;
}

main {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

article {
    display: flex;
    flex-direction: column;
    align-items: center;
}

article > div.content,
.encabezado-article {
    max-width: 1310px;
    width: 100%;
    padding: 20px 40px;
}

img {
    display: block;
}


.flex-vertical {
    display: flex;
    flex-direction: column;
}

.flex-horizontal {
    display: flex;
    flex-direction: row;
}

.flex-centro {
    align-content: center;
    align-items: center;
    justify-content: center;
}



.boton {
    display: inline-block;
    font-family: Georgia;
    color: #fff;
    text-decoration: none;
    transition: background-color 180ms ease;
    cursor: pointer;
    margin: 10px 0;
}


.boton-1 {
    margin-top: 10px;
    padding: 11px 48px;
}

.boton-2 {
    margin-top: 10px;
    border-radius: 3px;
    padding: 16px 45px;
}

.boton-3 {
    margin-top: 10px;
    border-radius: 3px;
    padding: 16px 45px;
}


.boton-amarillo {
    background-color: #b0a33e;
}
.boton-amarillo:hover {
    background-color: #c3b54c;
}
.boton-amarillo:active {
    background-color: #e4d460;
}


.boton-naranja {
    background-color: #c9a059;
}
.boton-naranja:hover {
    background-color: #c9a059;
}
.boton-naranja:active {
    background-color: #c9a059;
}


.boton-griz {
    background-color: #80919d;
}
.boton-griz:hover {
    background-color: #80919d;
}
.boton-griz:active {
    background-color: #80919d;
}


.boton-purpura {
    background-color: #6d3e80;
}
.boton-purpura:hover {
    background-color: #6d3e80;
}
.boton-purpura:active {
    background-color: #6d3e80;
}


.boton-negro {
    background-color: #0a0404;
}
.boton-negro:hover {
    background-color: #0a0404;
}
.boton-negro:active {
    background-color: #0a0404;
}


.boton-blanco {
    background-color: #ffffff;
    color: #7d61a3;
}
.boton-blanco:hover {
    background-color: #ffffff;
}
.boton-blanco:active {
    background-color: #ffffff;
}





.hr-1 {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.hr-1 > span {
    width: 50px;
    height: 2px;
    background-color: #e1e1e1;
    margin: auto 10px;
}

.hr-1 > img {
    position: relative;
    top: 0px;
    height: 16px;
}


.hr-3 {margin: 20px auto;border: 0;border-top: solid 2px #fff;width: 50px;}


.encabezado-article > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.encabezado-article > div > * {
}

.encabezado-article > div > div {
    position: absolute;
    top: 16px;
    width: 100%;
    border-bottom: solid 1px;
}

.encabezado-article > img {
    width: 100%;
    border-radius: 4px;
}


.img-info {
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 35px;
}

.img-info > img {width: 165px;margin-right: 45px;}

.img-info > div {
    display: flex;
    flex-direction: column;
}

.img-info p {
    color:#494949;
    margin: 7px 0;
    font-family: 'Georgia';
}


.info {
    padding-top: 20px;
}


.info .secciones-informativas {
    display: flex;
    padding-top: 40px;
    justify-items: start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.info .secciones-informativas > div {
    width: 50%;
}

.info .secciones-informativas > div:nth-child(1) {
    padding-right: 10px;
}
.info .secciones-informativas > div:nth-child(2) {
    padding-left: 10px;
}

.info .secciones-informativas > div > div {
    width: 100%;
}

.info .secciones-informativas > div > div p {
    margin: 0;
    padding: 10px 0 20px 0;
}

blockquote {
    border-left: solid 7px #999933;
    padding-left: 20px;
    font-size: 19px;
    font-family: 'Georgia';
}

blockquote p {
    padding: 0 !important;
}

.hr-2 {
    margin: 27px 0;
    border: 0;
    border-top: solid 1px #dddddd;
}






#encabezado {
    padding: 60px 0
}
#encabezado p {
    font-family: Georgia; color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    margin: 0px;
    z-index: auto;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    line-height: 18px;
}


#secciones > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}
#secciones a > div {
    width: 190px;
    height: 190px;
}
#secciones img {
    width: 100%;
    aspect-ratio: 1 / 1;
    zoom: 1;
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px #333;
    transition: all 200ms ease;
}

#secciones a > div:hover > img {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px 0px #333;
}


#membresia {
    padding-bottom: 40px;
}


#valle {
    display: flex;
    padding: 0;
}

#valle > .content {
    padding: 30px;
}

#valle h2,
#valle h4,
#valle p {
    color: #fff;
}

#valle h2,
#valle h4 {
    font-weight: bold;
    text-align: left;
    font-family: 'EB Garamond';
}

#valle p {
    font-size: 18px;
}

#valle .boton {
    margin-bottom: 16px;
}



#contacto {
    background-color: #c5bc75;
}

#contacto > .content {
    max-width: 460px;
    width: 100%;
}

#contacto > .content h2 {
    text-transform: math-auto;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}

#contacto > .content form {
    width: 100%;
}

#contacto > .content form > fieldset {
    border: 0;
}

#contacto > .content form > fieldset input[type="text"],
#contacto > .content form > fieldset textarea {
    border: 0;
    border-radius: 2px;
    width: 100%;
    padding: 13px;
    color: #919191;
    background-color: #ffffff;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all 0.3s ease-in-out;
}

#contacto > .content form > fieldset textarea {
    resize: none;
    height: 152px;
}

#contacto > .content form > fieldset input[type="submit"] {
    border: 0;
    border-bottom: solid 1.5px;
    border-radius: 3px;
    width: 100%;
    padding: 13px;
    background-color: #999933;
    color: #ffffff;
    border-color: #777711;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#contacto > .content form > p {
    color: #fff;
    text-align: center;
    text-decoration: underline;
}



#redes {
    background-color: #9f9661;
}

#redes h2 {
    text-transform: math-auto;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#redes .icono {
    width:20px;
    height: 20px;
    margin: 0 8px;
}

#redes .icono > a {
    width: 100%;
    height: 100%;
    font-size:20px;
    line-height:20px;
}

#redes .icono > a > svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}



footer {
    padding: 15px 50px;
    background-color: #336666;
    color: #61ADAD;
}






@media (max-width: 900px) {
    #secciones > .content {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .flex-celular {
        display: flex;
        flex-direction: column;
    }
    
    .invisible-celular {
        display: none;
    }

    .img-info > img {
        margin: 0;
    }

    .info .secciones-informativas > div {
        padding: 0;
        width: 100%;
    }

    #portafolio h2,
    #redes h2 {
        max-width: 100%;
    }

    #valle > .content,
    #valle > .content > div,
    #valle > .content > div > * {
        width: 100%;
    }

    #valle > .content > div > .boton {
        width: auto;
    }
    #valle > .content > div > img {
        width: auto;
        max-width: 100%;
    }

    .encabezado-article {
        width: 100%;
        padding: 20px 0;
    }

    .encabezado-article > div {
        padding-top: 10px;
    }

    .encabezado-article > div > h3 {
        padding-left: 10px;
    }

    .encabezado-article > div > div {
        top: 26px;
        width: 92%;
    }

    .encabezado-article > img {
        border-radius: 0;
    }
}