/* copied from skins "general properties > external files > embedded stylesheet"
to keep things together and tidy */


/* open sans and open sans condensed are loaded from google font CDN in the ggt file */

.ggskin {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.ggskin.tooltip {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #888 !important;
}

.ggskin.info {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.ggskin.tooltip2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.ggskin.tooltip3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #ff931d;
}


/* copied from "extras/modal/custom-mavcor-modal.css"
to keep things working and tidy */

html {
    /* font-family: 'Open Sans', sans-serif, 'Open Sans Condensed', sans-serif;*/
    /* only one font + fallback allowed */
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    color: #666;
}

.color-fondo {
    background-color: #3a3a3a !important;
    color: #ffff;
}

.tamano-de-imagen img {
    max-height: 800px;
}

.textos h1 {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: .2rem;
    color: #888 !important;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
}

.textos h2 {
    margin-top: 10px;
    color: #b5b5b5;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #7f7f7f !important;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    ;
}

.textos p {
    margin-top: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #7f7f7f !important;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans Condensed', sans-serif;
    /* added for proper display in fullscreen capable modal */
    text-align: left;
    white-space: initial;
}



/* boton para cerrar*/

[class*=uk-modal-close-] {
    top: -10px;
    right: -10px;
    padding: 10px;
    background-color: #f7941d;
    border-radius: 100%;
    /* added to make it a circle */
 
    width: 35px;
}

.uk-close {
    color: #fff;
    transition: .1s ease-in-out;
    transition-property: color, opacity;
}


/* ==== some additions ===== */


/* slidenav*/

.uk-slidenav {
    color: #f7941d;
    transition: .1s ease-in-out;
    transition-property: color, opacity;
}

.uk-dotnav>.uk-active>* {
    background-color: #ff931d;
    border-color: transparent;
}
.uk-dotnav>*>* {
    white-space: nowrap;
    border: 1px solid #999;
}
.uk-slider-items {
    /* make user noticing slidable content */
    cursor: grab;
}