<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General styles for Irydeo Website */

@font-face { font-family: Gotham Rounded; src: url('../fonts/GothamRounded-Bold.otf'); } 
@font-face { font-family: Gotham Rounded; font-weight: light; src: url('../fonts/GothamRounded-Light.otf');}

body {
    list-style:none;
    font-family:'Ek Mukta';
    background: white;
    color: #a6a4a5;
    margin: 0 auto;
    font-size: 16px;
    width: 100%;
}

a {
    text-decoration: none;
}

html, body {
    /* height: 100%; /* hacer que la pÃ¡gina llene toda la altura */

}

img, embed, object, video {
    max-width: 100%;
}


#header-image
{
    /* margin-top: 65px; */ 
}

/* More info section */
#moreInfo
{
    border: 1px solid #f3f3f3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 130px;
    overflow: hidden;
    width: 80%;
}

#moreInfo a:link, a:visited
{
    text-decoration: none;
    color: #a6a4a5;
}
#moreInfo p
{
    font-family: 'Gotham Rounded';
    font-size: 12px;
}

#moreInfo p img
{
    height: 100px;
    margin-right: 15px;
    margin-left: 5px;
}
#moreInfo h4
{
    margin-bottom: 0;   
}

.floatLeft
{
    float: left;
    margin-right: 50px;
}

.objectDescription
{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

/* End more info */

#container  {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    height: 100%;  /* empuja el pie hacia abajo */
    /* box-shadow:0px 1px 3px rgba(0,0,0,0.2); */
}

.content {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}


.redText
{
    color: #e64c72;
}

footer
{
    text-align: center;
    background-color: black;
}

footer .page-divider{
    background-color: rgba(0,0,0,.05);
    margin-bottom: 15px;
    height: 1px;
}

footer p
{
    margin-left: 0;
    margin-top:0;
    font-size: 0.90em;
}

.social-links  {
    /* margin-left: .75em; */
}

.social-links-menu
{
    text-align: center;

}

.social-links-menu a
{
    margin-left: 1.5em;
}

.social-links h4
{
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
}

#socialLinks a img
{
    width: 50px;
}

#socialLinks hr
{
    border-color: #a6a4a5;
    width: 3%;
    margin-top: -15px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before
{
    background-color: black;
}

#pre-footer
{
    width: 100%;
    margin-top:25px;
    /*margin: auto;*/
    background-color: #1d1b20;
    color: red;

}
#irydeo-overview
{
    width: 50%;
    height: 100%;
    float: left;
}

#irydeo-realtime
{
    float: left;
    width: 50%;
    background-color: #1d1b20;
    color: white;
    text-align: center;
    position: relative;
}

#realtime-container
{
    width: 100%;
    position: absolute;              
    top: 50%;                         
    transform: translate(0, -50%);
    font-family: 'Gotham Rounded';
}

#realtime-container h1
{
    font-size: 35px;
    margin-bottom: 0px;
}

#realtime-container p
{
    font-size: 12px;
}

#realtime-container .divTableCell
{
    font-size: 14px;
}

#status-icons
{
    width: 100%;
}

.page-divider{
    background-color: white;
    height: 1px;
    width: 100%;
    clear: both;
}

#latest
{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#latest p{
    font-family: 'Gotham Rounded';
    font-size: 14px;
    width: 80%;
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
}

#sectionEmpty
{
    display: block;
    margin-left: auto; 
    margin-right: auto; 
    margin-top:25px;
    margin-bottom: 25px;
}

#first h2
{
    color: #7e7b80;
    margin-bottom: 0px;
}

#first h3
{
    color: #ab7366;
    margin-top: 0px;
    margin-bottom: 0px;
}

#first img:nth-of-type(1)
{
    width: 90%;
    height: 1px;
}

#objectData
{
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 5%;
}

.objectTableCell
{
    margin-top:25px;
    margin-left: auto;
    margin-right: auto;
}

.objectTableCell tr:nth-of-type(1)
{
    color: #7e7b80;
}

.objectTableCell tr:nth-of-type(2)
{
    color: #ab7366;
}

.imgContainer {
    width: 80%;
    margin: auto;

    /* To middle align (mainly the image) */
    display: flex;
    align-items: center;
}

.imgContainer img{
    margin-left: auto;
    margin-right: auto;
}

#lastestImageIconContainer
{
    float:left;
    width: 25%;
}

#lastestImageIconContainer img
{
    display: block;
    width: 50%;
    margin: 5%;
}

#lastestImageDataContainer
{
    float:left;
    width: 75%;
}


#first {
    text-align: center;
    width: 49%;
    float: left;
    background-color: #353239;
    color: #919191;
    font-size:20px;
}
#second {
    width: 50%;
    float: left;
    color: white;
}
.clear {
    clear: both;
}

.newestButOlder
{
    width: 80%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;

}

.newestButOlder a
{
    margin-right: 3px;
}

.newestButOlder h4
{
    text-align: center;
    
}

.newestButOlder figure
{
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    display: inline-block;
    /*width: 30.7%;*/
    position: relative;
}

figcaption
{
    text-decoration: none;
    text-align: center;
    color: #a6a4a5;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    width: 100%;
}

.newestButOlder  img
{
    /*  width: 24.6%;   */ 
}


/* Layout for "RealTime" */
/* DivTable.com */
.divTable{
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: 0px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}



/* END of Layout */

@media screen and (orientation: portrait) { 
    .floatLeft
    {
        float: none;
        margin-right: 0px;
        text-align: center;
    }

    .imgContainer {
        width: 100%;
        margin: 0;
        display: block;
    }

    #first {
        width: 100%;
        display: block;
        background-color: #353239;
        color: red;
    }

    .objectTableCell
    {
        margin-top:10px;
        font-size: 14px;
    }

    #second {
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
        color: white;
    }

    .newestButOlder
    {
        width: 100%;
        margin:0 auto;
        text-align: center;
    }

    .newestButOlder figure
    {
        width: 100%;  
        margin-bottom: 0px;
    }


    .newestButOlder img
    {
        /* width: 49%;*/ 
    }

    #irydeo-overview
    {
        width: 100%;
        display: block;
        text-align: center;
    }

    #irydeo-realtime
    {
        width: 100%;
        display: block;
        background-color: #1d1b20;
        text-align: center;
    }

    #realtime-container h1
    {
        font-size: 25px;
    }

    #status-icons img
    {
        width: 50px;
        margin-left:9%;
    }

    #moreInfo
    {

        width: 100%;
    }

}

/**
 * Responsive design adaptions
 */


/* para 700px o menos */
@media screen and (max-width:1200px) {
    .objectTableCell
    {
        margin-top:10px;
        font-size: 18px;
    }
}

/* para 700px o menos */
@media screen and (max-width:1000px) {
    .objectTableCell
    {
        margin-top:10px;
        font-size: 16px;
    }
}</pre></body></html>