/* --------------------------
 *  Fuentes tipográficas 
 * ------------------------- */

@font-face {
    font-family: 'andbasr';
    src: url('../fonts/andbasr-webfont.eot');
    src: url('../fonts/andbasr-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/andbasr-webfont.woff2') format('woff2'),
        url('../fonts/andbasr-webfont.woff.woff') format('woff'),
        url('../fonts/andbasr-webfont.ttf') format('truetype'),
        url('../fonts/andbasr-webfont.svg#andbasr') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amaranth-bold';
    src: url('../fonts/amaranth-bold-webfont.eot');
    src: url('../fonts/amaranth-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/amaranth-bold-webfont.woff2') format('woff2'),
        url('../fonts/amaranth-bold-webfont.woff') format('woff'),
        url('../fonts/amaranth-bold-webfont.ttf') format('truetype'),
        url('../fonts/amaranth-bold-webfont.svg#amaranth_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amaranth-regular';
    src: url('../fonts/amaranth-regular-webfont.eot');
    src: url('../fonts/amaranth-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/amaranth-regular-webfont.woff2') format('woff2'),
        url('../fonts/amaranth-regular-webfont.woff') format('woff'),
        url('../fonts/amaranth-regular-webfont.ttf') format('truetype'),
        url('../fonts/amaranth-regular-webfont.svg#amaranth_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #b9cdf2;
    color: #1e345c;
    font-family: "andbasr";
    font-size: 20px;
}

.oacontext{
    position: relative; 
}

.e-italicas {
	font-style:italic;
}

/* --------------------------
 *  Header 
 * ------------------------- */

.header {
    position: absolute;
    background: none;
    width: 90%;
    width: calc(100% - 12px);
    z-index: 1;
}

.btn-container-portada .btn-icono,
.header .btn-icono {
    background: #658cd2;
    border: medium none;
    border-radius: 25px;
    color: #fff;
    font-family: "amaranth-regular";
    /*font-weight: bold;*/
    font-size: 1.2em;
    height: 46px;
    line-height: 43px;
    margin: 0;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 8px;
    position: relative;
    z-index: 4;
}

.header .btn-icono::before {
    background: url("../img/sprites.png") no-repeat -90px -135px #d93240;
    border-radius: 50%;
    content: "";
    display: block;
    height: 44px;
    color: #fff;
    width: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0px 2px #fff inset, 1px 1px 2px gray;
}

.header .btn-inicio::before {
    background: url("../img/sprites.png") no-repeat -90px -135px;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
.btn-icono.btn-menu::before {
    content: none;
}
.btn-icono.btn-menu {
    margin-left: -66px;
    padding: 0 10px 0 65px;
}
.btn-icono.btn-latitud {
    background: #4a76c4;
    z-index: 3;
}
.btn-container-portada .btn-latitud {
    padding-left: 12px;
}
.header .btn-icono.e-activo {
    background: #dd9541;
}
.btn-icono.btn-longitud {
    background: #4868A3;
    z-index: 2;
}
.btn-icono.btn-crdnds {
    background: #5a7dba;
    z-index: 1;
}
.header .btn-instruccion::before {
    background-color: transparent;
    background-position: -90px -90px;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    left: 6px;
}

.header .btn-bienvenidos::before {
    content: "\2600";
    background: #d93240;
}

.header .btn-creditos::before {
    background-color: #5cbddd;
    background-position: -136px -91px;
    border: medium none;
    box-shadow: none;
    left: auto;
    right: 5px;
}
.header .btn-icono.btn-creditos {
    background-color: #5cbddd;
    padding: 0 0 0 69px;
}
.btn-icono.btn-creditos {
    text-indent: -9999px;
    float: right;
    margin-right: 0;
    width: 84px;
}

.btn-icono.btn-instruccion {
    float: right;
    margin-right: -38px;
    padding-left: 51px;
}

.btn-icono.btn-bienvenidos{
    margin-right: 60px;
    float: right;
}
.header .btn-icono.btn-creditos.cover {
    padding-left: 17px;
    width: 56px;
}
/* --------------------------
 *  Pantallas
 * ------------------------- */

.pantalla {
    padding-top: 56px;
}
.pantalla > h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.pantalla.coordenadas {
    padding: 56px 0 0;
}
/* --------------------------
 *  Ventanas
 * ------------------------- */

.vntn {
    top: 56px;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    width: 70%;
    background-color: #cedef9;
    border: 4px solid #5a7dba;
    border-radius: 10px;
    color: #2b4676;
    padding-top: 40px;
    top: 100px;
    width: 70%;
}

.vntn-bienvenidos.e-oculto,
.vntn-instruccion.e-oculto{
    display: block !important;
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    top: 22px;
    right: 150px;
    z-index: -1;
}

.vntn-bienvenidos.e-oculto{
    right: 480px;
}
.vntn--btn-cerrar {
    background: #dd9541 url("../img/sprites.png") no-repeat -179px -179px;
    border: medium none;
    border-radius: 50%;
    height: 46px;
    text-indent: -9999px;
    width: 46px;
}

/* --------------------------
 *  Portada
 * ------------------------- */
.portada-texto {
    margin: auto;
    text-align: center;
    width: 95%;
}
.btn-container-portada {
    margin: 30px auto 0;
    text-align: center;
    width: 80%;
}
.portada-texto > h2 {
    color: #254887;
    font-family: "amaranth-regular";
    font-size: 2em;
    text-align: center;
}

.wrld-container {
    display: inline-block;
    height: 330px;
    vertical-align: middle;
    width: 330px;
}
.wrld-container img {
    width: 330px;
}
.text-container {
    display: inline-block;
    margin-left: 30px;
    text-align: justify;
    vertical-align: middle;
    width: 60%;
}
/* --------------------------
 *  Latitud y longitud
 * ------------------------- */
.vw-container {
    margin: 30px 0 0;
    text-align: center;
}
.btn-loc {
    display: block;
    text-decoration: none;
}
.btn-loc > img {
    border: 4px solid #285097;
    height: 139px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    width: 218px;
}

/* --------------------------
 *  Galeria
 * ------------------------- */
.gallery-container {
    display: inline-block;
    position: relative;
    width: 250px;
    vertical-align: middle;
}
.gallery-container li {
    height: 147px;
    list-style: none;
    width: 226px;/**/
}
.img-gallery-container {
    height: 441px;/**/
    margin-bottom: 45px;
    margin-top: 45px;
    overflow: hidden;
    position: relative;
    width: 240px;
    z-index: 1;
}
.gallery-container ul {
    display: block;
    margin: auto;
    padding: 0;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 226px;/**/
}
.nav-btn-container {
    height: 525px;/**/
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    z-index: 0;
}
.nav-btn-container > button {
    border: medium none;
    color: transparent;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 44px
}
.btn-next {
    background: url("../img/sprites.png") no-repeat 0 -96px;
    top: 0;
}
.btn-prev {
    background: url("../img/sprites.png") no-repeat 0 -217px;
    bottom: 0;
}

.gallery-container.horizontal {
    display: none;
    margin: auto;
    width: 688px;
}
.info-gallery {
    text-align: center;
}

.info-gallery h4 {
    margin-top: 2px;
}
.horizontal .nav-btn-container {
    height: 44px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.horizontal .btn-prev {
    background: url("../img/sprites.png") no-repeat 0 -135px;
    left: auto;
    position: relative;
    right: auto;
}
.horizontal .btn-next {
    background: url("../img/sprites.png") no-repeat -54px 0;
    left: auto;
    position: relative;
    right: auto;
}
.horizontal .img-gallery-container li {
    display: inline-block;
}
.horizontal .img-gallery-container > ul {
    height: 147px;
    margin: 0;
    width: 2305px;
}
.horizontal .img-gallery-container {
    height: 147px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 688px;
}
/* --------------------------
 *  Fin galeria
 * ------------------------- */
.vw-map {
    display: inline-block;
    margin-left: -10px;
    vertical-align: middle;
    margin-top: 16px;
}
.question-navigator {
    text-align: center;
}
.btn-nav {
    background-color: #5973a1;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    height: 50px;
    text-decoration: none;
    width: 50px;
}
.question-container {
    margin: 30px auto;
    width: 80%;
}
.e-activo {
}
.btn-nav.e-activo {
    background-color: #dd9541;
    color: #fff;
}
.loc-feedback {
    font-size: 0.85em;
    margin-top: 10px;
    position: relative;
    text-align: left;
}
.loc-feedback > div {
    background-color: #30a7cf;
    color: #fff;
    height: 44px;
    line-height: 38px;
    padding: 0 10px;
    text-align: left;
    width: 42%;
}
.longitude-feedback {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 22px;
}
.latitude-feedback {
    margin-left: 22px;
}
.options {
    text-align: center;
}
.option {
    background-color: #30a7cf;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 6px;
    text-decoration: none;
    vertical-align: middle;
}
.option.e-activo {
    background-color: #dd9541;
}
.nm-optns-3 .option {
    width: 30%;
}

.nm-optns-2 .option {
    width: 45%;
}
.number-bullet {
    display: inline-block;
    width: 3%;
    font-weight: bold;
}
.text-question > p {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    width: 95%;
}

.latitude-world,
.longitude-npv,
.longitude-world {
    display: inline-block;
    margin: auto;
    position: relative;
    vertical-align: middle;
}

.latitude-world {
    height: 300px;
    width: 400px;
}
.longitude-npv {
    height: 300px;
    width: 400px;
}
.longitude-world {
    height: 300px;
    width: 400px;
}
.latitude-map, .longitude-map {
    display: inline-block;
    margin: auto;
    position: relative;
    vertical-align: middle;
}

#latMapCanvas {
    height: 260px;
    width: 484px;
}
.latitude-map {
    /*background: rgba(0, 0, 0, 0) url("../img/reticula_y_contorno_mollwide.png") no-repeat scroll 4px -88px / 592px 511px;*/
    /*background: url("../img/reticula-contorno-mollwide.png") no-repeat -1px 8px;*/
    background: rgba(0, 0, 0, 0) url("../img/reticula-contorno-mollwide.png") no-repeat scroll 7px 12px / 97% auto;
    vertical-align: middle;
}
.latitude-map {
    height: 260px;
    width: 484px;
}


#longMapCanvas {
    height: 238px;
    width: 484px;
}
.longitude-map {
    /*background: url("../img/reticula_y_contorno_mollwide.png") no-repeat -40px -106px / 592px 511px;*/
    /*background: rgba(0, 0, 0, 0) url("../img/reticula-contorno-mollwide.png") no-repeat scroll 16px -2px;*/
    background: rgba(0, 0, 0, 0) url("../img/reticula-contorno-mollwide.png") no-repeat scroll 18px -2px / 93% auto;
}
.longitude-map {
    height: 245px;
    width: 515px;
}

.latitude-container,
.latitude-container, .longitude-container {
    position: relative;
    text-align: center;
}
#longCircleCanvas {
    height: 300px;
    width: 400px;
}
#longNPVCanvas {
    height: 300px;
    width: 400px;
}
#latCircleCanvas {
    height: 300px;
    width: 400px;
}
.coordenadas-container {
    background: url("../img/cilindica_Equidistante_medidas.png") no-repeat;
}
.coordenadas-container {
    height: 444px;
    width: 768px;
}
#coordMapCanvas {
    height: 350px;
    margin: 46px 0 0;
    width: 700px;
}
.icon-reference {
    background-color: #fff;
    border: medium none;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    text-indent: 99px;
    width: 44px;
    left: 366.866px;
    top: 101.479px;
}
.latitud .angle-number {
    position: absolute;
}
.latitud .angle-number.c1 {
    margin-left: 35px;
    margin-top: -20px;
    top: 50%;
    left: 50%;
}
.latitud .angle-number.c1,
.latitud .angle-number.c2,
.latitud .angle-number.c3,
.latitud .angle-number.c4 {
    top: 50%;
}
.latitud .angle-number.c1,
.latitud .angle-number.c2 {
    margin-top: -30px;
}
.latitud .angle-number.c1 {
    margin-left: 35px;
    left: 50%;
}
.latitud .angle-number.c2 {
    margin-right: 35px;
    right: 50%;
}
.latitud .angle-number.c3,
.latitud .angle-number.c4 {
    margin-top: 1px;
}
.latitud .angle-number.c3 {
    margin-right: 35px;
    margin-top: 1px;
    right: 50%;
}
.latitud .angle-number.c4 {
    margin-left: 35px;
    margin-top: 1px;
    left: 50%;
}

.views-container {
    display: inline-block;
    height: 300px;
    position: relative;
    width: 400px;
    vertical-align: middle;
}
.views-container .angle-number {
    background-color: #294c89;
    border-radius: 10px;
    color: #fff;
    left: 0;
    padding: 0 10px 5px;
    position: absolute;
    top: 20px;
}
.btn-view.e-activo {
    background-color: #dd9541;
}
.btn-view {
    background-color: #5973a1;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.vntn-loc {
    max-width: 100%;
    text-align: center;
    width: 93%;
}
.img-ref {
    display: inline-block;
    vertical-align: middle;
    width: 462px;
}
.vntn-loc > p {
    display: inline-block;
    margin-left: 30px;
    text-align: justify;
    vertical-align: middle;
    width: 445px;
}
.horizontal .vntn-gallery {
    width: 100%;
}
.horizontal .vntn-gallery > img {
    display: block;
    height: 139px;
    margin: 0 auto;
    width: 218px;
    border: 3px solid #285097;
}
.vntn-gallery {
    background-color: #b9cdf2;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 97%;
    z-index: 2;
}
.vntn-gallery > img {
    margin-top: 160px;
    width: 97%;
    border: 3px solid #285097;
}
.vntn-loc h3 {
    font-size: 20px;
}
.see-more {
    background-color: #4a76c4;
    border: medium none;
    border-radius: 25px;
    color: white;
    font-family: amaranth-regular;
    font-size: 1.2em;
    padding-left: 44px;
    position: relative;
    width: 167px;
}

.see-more::before {
	background: transparent url("../img/sprites.png") no-repeat scroll -45px -45px;
	color: #fff;
    content: "";
    display: block;
    height: 44px;
    left: 8px;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 44px;
}
/* --------------------------
 *  Créditos 
 * ------------------------- */

body .content .vntn-creditos {
    background-color: #deebed;
    box-shadow: 2px 2px 3px #678196;
}

.vntn-creditos--contenido .creditos--tab {
    background-color: #cedef9;
    border: 4px solid #4868A3 ;
    border-radius: 10px;
    color: #2b4676;
}

.vntn-creditos--contenido .btn-tab {
    background-color: #4a76c4;
    color: #ffffff;
    text-decoration: none;
    width: 94px;
}

.vntn-creditos--contenido .btn-tab.active {
    background-color: #4868A3 ;
}

.vntn-creditos--contenido .btn-tab-container {
    margin: 0 11px 0 auto;
    width: 340px;
}

.vntn-creditos--contenido .vntn-creditos--logos li.logos--dgtic {
    height: 40px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #9EEA44; background-color: rgba(74, 128, 196, 0.75);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #9EEA44; background-color: rgba(74, 128, 196, 0.75);
    filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #9EEA44; background-color: rgba(74, 128, 196, 0.75);
    filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
}
.vntn-creditos--contenido .creditos--cargo, .vntn-creditos--contenido .creditos--credito {
    font-family: 'andbasr';
}

.creditos--lista > li:nth-child(4) {
    margin-top: 25px;
}

/* --------------------------
 *  Breakpoints 
 * ------------------------- */

@media screen and (max-width: 980px) {
    .text-container {
        width: 93%;
        margin: 0;
        text-align: center;
    }
}
@media screen and (max-width: 1020px) {
    .vntn-loc > p {
        margin-left: 0;
        width: 90%;
    }
    .gallery-container {
        display: none;
    }
    .gallery-container.horizontal {
        display: block;
    }
    .vw-map {
        margin-left: 0;
        margin-top: 24px;
    }
}
/* estilos palican width < 768px (iPad, Android portrait)*/
@media screen and (max-width: 768px) {

    /* --------------------------------
     * Incluir aqui los estilos
     * a los elementos que cambiaran. 
     * -------------------------------- */

}

