/* Global Styles */


/* Content Container */
#content {
    position: relative;
    display: inline-block;
    width: 80%;
    height: 81.5%;
    font-family: Helvetica, sans-serif;
    text-align: left;
    color: rgba(143, 115, 74);
    font-size: 1.05vw;
    line-height: 1.1;
    font-weight: normal;
}

/* Photo Section */
#sheet-photo {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 0;
    vertical-align: top;
    width: 72.5%;
    height: auto;
}

.sheet-photo {
    height: 100%;
    width: auto;
    z-index: -2;
}

/* Description Section */
#sheet-description {
    width: 25%;
    height: 100%;
    font-family: Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(221, 213, 200);
    padding: 0;
}

/* Title Styling */
.sheet-title h1 {
    font-family: 'arvilregular', Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.5;
    /* text-decoration-line: underline; */
    font-weight: normal;
    padding: 10px 15px 0px 10px;
}

.sheet-sub-title h2 {
    font-family: 'montserrat',Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
    padding: 0px 15px 0px 15px;    
    
}

/* Mean Sheet Styling */
.sheet-mean {
    position: relative;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    font-family: 'montserrat',Helvetica, sans-serif;
    font-weight: normal;
    color: rgba(143, 115, 74);
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}

.sheet-mean ul {
    margin: 0;
    padding-left: 10px;
}

.sheet-mean ul li {
    list-style-position: outside;
    list-style-type: square;
}

/* Mean Title Styling */
.sheet-mean-title {
    text-align: center;
    padding: 20px 30px 0 30px;
}

/* Header Styling */
.sheet-header {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 5%;
    text-align: center;
    padding: 10px 0 0 0;
}

/* Icon Styling */
.sheet-iconos1 {
    width: 35px;
    height: 35px;
    padding: 0 5px 5px 5px;
    text-align: center;
}

.sheet-iconos1:hover {
    background: white;
}

/* Citation Link Styling */
.cita a {
    position: absolute;
    display: inline-block;
    top: 77.5%;
    left: 22.5%;
    width: 35%;
    height: 7%;
    text-align: center;
    font-family: 'Arvilregular', Helvetica, sans-serif;
    font-size: 30px;
    text-decoration: none;
    color: white;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    padding: 0.5% 2.5% 1.5% 2.5%;
    box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.52);
    text-shadow: black 0.1em 0.1em 0.2em;
    z-index: 2;
}

.cita a:hover {
    color: white;
    border-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
}

/* LED Styling */
.led {
    position: relative;
    left: 0%;
    top: 0px;
}

/* Object Animation */
.object {
    position: absolute;
    transition: all 2s ease-in-out;
}

/* Modal Dialog */
.modalDialogCita {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    text-align: center;
}

.modalDialogCita:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialogCita > div {
    width: 400px;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
    padding: 30px 0px 50px 0px;
    border-radius: 10px;
    background: rgba(255, 255, 255);
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(rgba(255, 255, 255));
    background: -o-linear-gradient(#fff, #999);
    transition: opacity 400ms ease-in;
}

/* Close Button */
.close {
    background: rgba(143, 115, 74);
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: rgba(143, 115, 74);
}

/* Book Styling */
.book {
    width: 90%;
    height: 65%;
}

/* Responsive Design */
@media only screen and (max-width: 1400px) {
    .foto {
        position: absolute;
        height: 75%;
        width: auto;
        top: 0;
        left: 12.5%;
        padding: 0;
    }

    .fondo-informacion {
        position: absolute;
        top: 0;
        height: 75%;
        right: 12.5%;
        width: 20%;
        font-size: 70%;
    }

    .texto {
        width: 100%;
        display: inline-block;
        padding: 4px 0 0 0;
        vertical-align: top;
        text-align: left;
        hyphens: auto;
        word-wrap: break-word;
        word-break: break-word;
        font-family: Helvetica, sans-serif;
        font-size: 1vw;
        line-height: 1.3vw;
        color: rgba(143, 115, 74);
    }

    .citasx {
        width: 90%;
        height: 500px;
        background: rgba(255, 255, 255);
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    #content {
        position: relative;
        top: 10px;
        width: 100%;
        height: auto;
        font-size: 20px;
    }

    #sheet-photo {
        position: relative;
        width: 100%;
        height: auto;
    }

    .sheet-photo {
        width: 100%;
        height: auto;
    }

    #sheet-description {
        width: 100%;
         height: auto;
    }

    .sheet-tittle h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .sheet-mean ul li {
        left: 10px;
    }

    .sheet-header {
        padding: 0 0 15px 0;
    }

    .sheet-iconos1 {
        width: 50px;
        height: auto;
    }

    .sheet-mean {
        position: relative;
        font-size: 20px;
        line-height: 1.1;
        /* background-color: rgba(221, 213, 200); */
        padding-bottom: 20px;
         
    }

    .cita a {
        display: block;
        position: absolute;
        top: 40%;
        left: 17.5%;
        width: 65%;
        padding: 0.5% 3% 5% 3%;
        height: 6%;
        text-align: center;
        font-size: 36px;
        box-shadow: none;
        text-shadow: none;
    }
}
