@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800&display=swap');

h1, .h1 {
    font-size: 1.6rem;
    color: #274F7B;
    font-weight: 600;
}

h2, .h2{
    font-size: 1.2rem;
    color: #274F7B;
    font-weight: 300;
    margin-top: 30px;
}

h3, .h3{
    font-size: 1rem;
    color: #274F7B;
    font-weight: 400;
    margin-top: 30px;
}

p, ol, ul {
    color: #4A4A4A;
    font-weight: 300;
    text-align: justify;
}

a{
  color: #299FE7;
  text-decoration: none;
}
a:hover{
  color: #2d6796;
  text-decoration: none;
}

.peq{
  font-size: 0.8rem;
  text-align: left !important;
}

.cita{
  font-style: italic;

}

.marcado{
  background-color: #F8F8F8;
  padding: 5px 10px;
}

.marcado, .marcado p, .marcado ol li{
  color: #274F7B;
}

.nomarg{
  margin: 0;
}

li{
  margin-bottom: 10px;
}

li::marker {
    font-weight: 800;
    padding-right: 10px;
}

/*background*/
body {
    background-image: url("/gimgs/home/background.jpg");
    background-color: #E2E2E2;
    font-family: 'Open Sans', sans-serif;
    background-attachment: fixed;
    background-size: cover;
}

/*top menu navbar*/
#navbar-registro .nav-link{
    /*background-color: #ffffff;
    border-color: #ffffff;*/
    color: #333333;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 1rem;
}


#navbar-registro .nav-item:hover .nav-link, #navbar-registro .show .nav-link{
    border-bottom: 2px solid #FF6900;
}

#navbar-registro .dropdown-menu{
    background-color: rgba(255,255,255,0.8);
    top: 71px;
    border-radius: 0 0 3px 3px;
    border: 0;
}

#navbar-registro .dropdown-item{
    color: #333;
}

#navbar-registro .dropdown-item:hover{
    background-color: rgba(255,255,255,0.95);
}

#navbar-registro{
  background-color: #fff;
  z-index: 1000;
}

.fa-home {
    color: #999;
    margin-top: 4px;
}

/*jumbotron*/
.jumbo-bg-1{
    background-image: url("/gimgs/home/jumbotronB.jpg");
    background-position-x: center;
}

.jumbo-bg-2{
    background-image: url("/gimgs/home/jumbotronC.jpg");
    background-position-x: center;
}

.jumbo-bg-3{
    background-image: url("/gimgs/home/jumbotronD.jpg");
    background-position-x: center;
}

.jumbo-bg-4{
    background-image: url("/gimgs/home/jumbotronE.jpg");
    background-position-x: center;
}

.jumbo-bg-5{
    background-image: url("/gimgs/home/jumbotronF.jpg");
    background-position-x: center;
}

.jumbotron h1{
    color: white;
}

.jumbotron a,
.jumbotron a:hover,
.jumbotron a:active{
    color: white;
    border: 1px solid white;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    border-radius: 0.2em;
    min-width: 122px;
    padding: 0.2rem 1rem;
}

.jumbotron{
  height: 400px;
  margin-bottom: 0rem;
  padding-top: 141px;
}

.jumbotron-fluid{
  padding-left: 10%;
  padding-right: 10%;
}

#img-titulo{
  width: 100%;
  height: 127px;
  background-image: url("/gimgs/home/titulo_ign.png");
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  #img-titulo{
    width: 100%;
    height: 204px;
    background-image: url("/gimgs/home/titulo_ign_sml.png");
    background-position: center;
    background-repeat: no-repeat;
  }

  .jumbotron{
    padding-top: 50px;
  }

}

/*snit navbar*/
.navbar{
  height: 100px;
}

#snitbar{
    min-height: 73px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #E6E6E6;

}

#snitbar span{
  color: #274F7B;
  font-weight:600;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.input-group-clean {
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 0;
}


#snitbar #buscador-info{
    border-style: none;
    border-radius: 0;
    width: 310px;
}

#snitbar #buscador-info input{
    font-size: 1rem;
    font-weight: 300;

}

#snitbar #buscador-info input,
#snitbar #buscador-info .input-group-text{
    border-style: none;
    border-radius: 0;
    height: 39px;
}

/* contenido*/

#contenido,
#left-menu{
    background-color: #fff;
    padding-top: 24px;
}

.sidebar-expanded {
    width: 230px;
}

@media only screen and (max-width: 800px){
  .sidebar-expanded {
      width: 100%;
  }
}

/*capas oficiales*/
#capas-oficiales{
    background-color: #e9f3fd;
    /* height: 60px; */
    padding-top: 10px;
}

#capas-oficiales .titulo{
    color: #2d6796;
    font-weight: bold;
    font-size: 1rem;
}

#capas-oficiales #buscador-capas,
#capas-oficiales #seleccionador-capas{
    border: 1px solid #2d6796;
    border-radius: 0.3em;
}

#capas-oficiales #buscador-capas input,
#capas-oficiales #buscador-capas .input-group-text,
#capas-oficiales #seleccionador-capas input,
#capas-oficiales #seleccionador-capas .input-group-text{
    border-style: none;
    border-radius: 0.3em;
}

/*#capas-oficiales #seleccionador-capas #seleccionar-capas{*/
/*    background-color: #2d6796;*/
/*}*/

#capas-oficiales #seleccionador-capas {
    background-color: #2d6796;
}

#capas-oficiales #buscador-capas input,
#capas-oficiales #seleccionador-capas #seleccionar-capas{
    border-top-left-radius:0;
    border-bottom-left-radius: 0;
}

#capas-oficiales #seleccionador-capas input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#capas-oficiales-container{
  display: block;
  width: 100%;
  padding: 1rem 2rem;
}

/*idecori footer*/
#footer-idecori{
    color: #fff!important;
    background-color: #FC894B;
    border-color: #FC894B;
    font-size: 1em;
    font-family:'Open Sans Condensed', sans-serif;
}

#footer-derechos-reservados{
    color: #979797!important;
    background-color: #E2E2E2;
    font-size: 1em;
    font-family:'Open Sans Condensed', sans-serif;
}

.form-control{
    font-weight: 300;
}
/*
.btn-block{
  background-color: #2d6796;
  color: #FFFFFF;
  border-radius: 2px;
}

.btn-block:hover{
  background-color: #568DC3 !important;
  color: #fff !important;
}*/

.btn{
  cursor: pointer;
}

.btn-primary{
  background-color: #FF6900 !important;
  color: #fff !important;
  border: 1px solid #ED5000 !important;
  border-radius: 2px !important;
}

.btn-primary:hover{
  background-color: #FF8835 !important;
}

.btn-secondary{
  background-color: #2d6796 !important;
  color: #fff !important;
  border: 1px solid #184970 !important;
  border-radius: 2px !important;
}

.btn-secondary:hover{
  background-color: #568DC3 !important;
}

.btn-tertiary{
  background-color: #17A2B8 !important;
  color: #fff !important;
  border: 1px solid #357992 !important;
  border-radius: 2px !important;
}

.btn-tertiary:hover{
  background-color: #21BCD5 !important;
}

.btn-atencion{
  background-color: #EB2E00 !important;
  color: #fff !important;
  border: 1px solid #CA2700 !important;
  border-radius: 2px !important;
}

.btn-atencion:hover{
  background-color: #FF3200 !important;
}


.visorbtn.disabled{
  background-color: #366394 !important;
}

.btn-combo{
  background-color: #fff !important;
  color: #4A4A4A !important;
  border: 1px solid #ced4da !important;
  border-radius: 3px !important;
  font-weight: 300;
}

.btn-full{
  width: 100%;
}

.btn-full-combo{
  width: 100%;
  text-align: left;
}

.btn-full-combo::after{
  float: right;
  margin-top: 10px;
  margin-right: -6px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/*login form*/
#contenedorUsuarioLogueado,
# {
    background-color: #EBEBEB;
    color: #4A4A4A;
    font-size: 0.8rem;
    margin-left: 24px;
    border-radius: 3px;
}

#nombreUsuario {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 5px 15px;
}

#contenedorUsuarioLogueado > .usr-menu > button{
  background-color: #ddd !important;
  border: 0 !important;
  width: 100%;
  border-radius: 0;
  padding: 10px;
}

#contenedorUsuarioLogueado > .usr-menu > .dropdown-menu{
  width: 100%;
  border-radius: 0;
  padding-top: 0;
}

.informacion-usuario{
  background-color: #ddd;
  padding: 5px;
  min-height: 50px;
}

.informacion-usuario > .imagen-icono-usuario{
  float: left;
  padding-right: 5px;
}

.informacion-usuario > .imagen-icono-usuario > img{
  max-width: 40px;
  border-radius: 100%;
}

.informacion-usuario > p {
    text-align: left;
    margin: 0;
    font-size: 0.65rem;
    line-height: 0.8rem;
}

.usr-menu-options{
  padding-top: 5px;
}

.usr-menu-options > .dropdown-item{
  color: #333;
}

.usr-menu .dropdown-toggle::after{
  display: none;
}

# input{
    border-radius: 2px;
    border-color: #9F9F9F;
    font-size: 0.8rem;
}

.form-group{
  margin-bottom: 0.5rem;
}

/*main menu*/
#main-menu{
    color: #999;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 20px;
}

#main-menu .list-group-item{
    border-style: none;

}

#main-menu .list-group-item-action{
    color: #9F9F9F;
}

.list-group-item{
  padding: .75rem 0.2rem;
}

/*proyeccion de coordenadas*/
#proyeccion{
    background-color:#e4f1fe;
    padding: 0 10;
    border-radius: 3px;
}

#proyeccion .titulo{
    color: #2d6796;
    font-weight: bold;
    font-size: 1rem;
}

#proyeccion .input-group{
    margin-bottom: 0.5rem !important;
}

#proyeccion .input-group-text{
    background-color: #fff;
    padding: 0 5px;
    border: 1px solid #9F9F9F;
    border-right: 0;
    font-size: 0.8rem;
    font-weight: 600;
}

#proyeccion input {
    border-color: #9F9F9F;
    border: 1px solid #9F9F9F;
    border-left: 0;
}

#proyeccion button#proyectar,
#proyeccion button#avanzado{
    border-radius: 0;
    background-color: #2d6796;
    color: #FFFFFF;
    font-size: 0.8rem;

}

#proyeccion .select2-container{
  width: 100% !important;
}

#proyeccion .row {
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

#proyeccion .input-group-prepend, #proyeccion .form-control{
  height: 32px;
  font-size: 0.8rem;
}

.rep_button{
 width: 47%;
 margin: 0 2px;
}

#proyeccion .btn-block {
    font-size: 0.8rem;
}

#proyeccion .row .col-6 {
    padding: 5px 0;
}

.swal-button, .sa-confirm-button-container .confirm{
  background-color: #FF6900 !important;
  border: 1px solid #ED5000 !important;
  color: #fff!important;
}

.swal-button:hover, .sa-confirm-button-container .confirm:hover{
  color: #fff !important;
  background-color: #FF8835 !important;
  border: 1px solid #ED5000 !important;
}

.sa-button-container .cancel{
  background-color: #2d6796 !important;
  border: 1px solid #184970 !important;
  color: #fff!important;
}

.sa-button-container .cancel:hover{
  background-color: #568DC3 !important;
  border: 1px solid #184970 !important;
  color: #fff!important;
}

/*visores tematicos*/
div .imagen{
  height: 250px;
  /*width: 250px;*/
  background-size: cover;
  background-position: center;
  /*margin-bottom: 1rem !important;*/
  border-radius: 3px;
}

div .titulo {
  color: #2d6796;
  font-size: 1.3rem;
  font-weight: 600;
}

.subtitulo{
  font-size: 1rem;
  font-weight: 600;
  color: #2d6796;
  margin-bottom: 10px;
}

.titular_visor {
    height: auto;
    background: rgba(0, 0, 0, .5);
}

.titular_visor h3{
  color: #fff;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0;
  padding: 1.5rem 0.5rem;
}

#visores-tematicos .boton{
    overflow: hidden;
    margin-bottom: 1rem;
    float: left;
}

#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}

#tabulator{
  padding-top: 10px;
}

.tabulator-header{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* .tabulator-table{
  width: 100%;
} */

.tabulator .tabulator-footer .tabulator-page{
  border: 1px solid #2d6796;
  color: #2d6796;
  background-color: transparent;
}

.tabulator .tabulator-footer .tabulator-page:hover{
  background-color: #2d679633 !important;
}

.tabulator .tabulator-footer .tabulator-page.active{
  background-color: #2d6796 !important;
  color: #fff !important;
}

.tabulator-paginator > button > svg{
  color: #2d6796;
}

#contactenos-form{
  padding-right: 25px;
}

/*contactenos page*/
#formulario-de-contacto {
    background-color: #F7F7F7;
    color: #9F9F9F;
}

/*overlay*/
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(45, 103, 150); /* Black fallback color */
    background-color: rgba(45, 103, 150, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}


/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #74a0cf;
    font-weight: 300;
}

.overlay .closebtn:hover{
  text-decoration: none;
  color: #fff;
}


#buscador{
    height: 52px;
    background-color: rgba(136, 177, 223, 0.8);
    /*line-height: 3em;*/
    color: #273A5B;
    border-style: none;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 300;
}

#buscador::placeholder{
    color: rgb(45, 103, 150);
}

#buscador-icon{
    background-color: rgba(136, 177, 223, 0.8);
}

#buscador-form .input-group{
  margin: 0 auto;
  width: 60%;
}

#buscador-form .input-group-prepend {
     margin-right: 0px;
}

#resultados-capas {
    width: 60%;
    margin: 0 auto;
}

.capa-info{
    border-bottom: 1px white solid;
    color: #FFFFFF;
}

#capas a{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0.1em;
    font-size: 0.8em;
}

#capas a:hover {
    background-color: rgba(255,255,255,0.25);
}

#capas a[name="wfs"],
#capas a[name="wms"],
#capas a[name="visor"]{
    border-style: none;
    border-radius: 0.1em;
}

.secundario {
  font-weight: 300;
}

/**************tables*************/
thead tr {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 300;
  background-color: #E2E2E2;
}

tbody td{
  background-color: #fff;
  border-bottom: 1px solid #8E8E8E;
  color: ##4A4A4A;
  font-size: 0.8rem;
}

#carousel-visores{
  width: 100%;
  min-height: 548px;
}

.carousel-control-next{
  top: unset;
  color: #FF6900;
  font-size: 0.8rem;
  bottom: -4px;
  text-transform: uppercase;
  font-weight: bold;
  right: 8px;
  opacity: 1;
  min-width: 125px;
  /* display: none; */
}

.carousel-control-next:focus{
  color: #FF6900;
}

.carousel-control-next:hover{
  color: #FF8835;
}

.carousel-indicators{
  margin-bottom: -15px;
  bottom: -7px;
}

.carousel-indicators li{
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #ccc;
  opacity: 1;
}

.carousel-indicators .active{
  background-color: #FF6900;
}

/*Carousel new effect*/
/*.carousel-fade .carousel-inner .carousel-item {
  opacity: 1;
}*/


.carousel-fade .carousel-inner .active {
    opacity: 1;
}


.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  opacity: 0;
  z-index: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  opacity: 0;
}
/*
.carousel-fade .carousel-control {
  z-index: 0;
}*/

.resp_item{
  display: none;
}

.hidden{
  display: none;
}


/* Resposive Media Queries */
/* No poner nada bajo esta sección */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  .jumbo-bg-1{
      background-image: url("/gimgs/home/jumbotronB@2x.jpg");
      background-position-x: center;
      background-size: 1110px 427px;
  }

  .jumbo-bg-2{
      background-image: url("/gimgs/home/jumbotronC@2x.jpg");
      background-position-x: center;
      background-size: 1110px 427px;
  }

  .jumbo-bg-3{
      background-image: url("/gimgs/home/jumbotronD@2x.jpg");
      background-position-x: center;
      background-size: 1110px 427px;
  }

  .jumbo-bg-4{
      background-image: url("/gimgs/home/jumbotronE@2x.jpg");
      background-position-x: center;
      background-size: 1110px 427px;
  }

  .jumbo-bg-5{
      background-image: url("/gimgs/home/jumbotronF@2x.jpg");
      background-position-x: center;
      background-size: 1110px 427px;
  }

  #img-titulo{
  background-image: url("/gimgs/home/titulo_ign@2x.png");
  background-size: 647px 89px;
  }
}



@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1000px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 1000px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 1000px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 1000px),
only screen and (                min-resolution: 192dpi) and (max-width: 1000px),
only screen and (                min-resolution: 2dppx) and (max-width: 1000px){

  #img-titulo{
  background-image: url("/gimgs/home/titulo_ign_sml@2x.png");
  background-size: 300px 153px;
  }
}

@media only screen and (max-width: 800px){
  .resp_item{
    display: block;
  }
  #buscador-form .input-group{
    width: 80%;
  }
  #resultados-capas {
    width: 80%;
  }
  #navbar-registro{
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px){
  #navbar-registro .dropdown-item{
      white-space: normal !important;
  }
  div.dataTables_paginate{
      overflow: scroll;
  }

  .carousel-control-next{
    font-size: 0.7rem;
    z-index: 20;
  }
}

div#controles-holder-metadatos-capa {
    width: 60%;
    top: 100px;
    left: 20%;
    transform: none;

}
div#controles-holder-metadatos-capa, div#controles-holder-metadatos-capa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
    display: none;
    z-index: 10000003;
    background-color: #11476a;
    color: #c7e4ea;
    padding: 1rem;
}

div#controles-holder-metadatos-capa #exitMetadatosCapa{
    position: absolute;
    right: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
  div#controles-holder-metadatos-capa,
  div#controles-holder-metadatos-capa{
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  div#controles-holder-metadatos-capa,
  div#controles-holder-metadatos-capa{
    width: 90%;
  }
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.forgotpassword .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #ff8900;
    color: #fff;
    text-align: center;
    padding: 5px 0;


    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.forgotpassword:hover .tooltiptext {
    visibility: visible;
}

/* div#contenido {
    width: calc(100% - 230px);
} */

.container-nodos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 1vh;
    margin-bottom: 100px;

}

.nombre_nodos{
    width: 95%;
    height: 60px;
    border-radius: 50px;
    background-color: #206491;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.nombre_nodos:hover{
    background-color: #287cb4;
    cursor: pointer;
}

.nombre_nodos h1{
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    transform: translateY(2px);
}

.nombre_subnodos{
    width: 95%;
    height: 60px;
    border-radius: 50px;
    background-color: #9AB9CB;
    display: flex;
    align-items: center;
    margin-top: 20px;
    align: right;

}

.nombre_subnodos:hover{
    background-color: #6a98b2;
    cursor: pointer;
}

.nombre_subnodos h1{
    color: #2A4E70;
    margin-left: 20px;
    margin-right: 20px;
    transform: translateY(2px);
}


.tipos-nodos:hover{
    cursor: pointer;
    color: #FA894B;
}

.nodo-selected{
    color: #FA894B !important;
}

.container-tipo-nodo{
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    padding: 5px 0 20px 0;
}

.container-tipo-nodo-subnodo{
    display: none;
    align-items:end;
    padding: 5px 0 10px 5%;
}

/* .container-tipo-nodo-subnodo > .container-tipo-nodo-subnodo{
    display: flex;
    padding-right: 0;
    padding-left: 50px;
} */


.tipos-nodos {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f9f9f9;
    margin-right: 2px;
    transition: background-color 0.2s ease-in-out;
    color: #4A4A4A;
    /* margin-top: 60px;
    margin-bottom: 55px; */
}

.tipos-nodos:hover, .tipos-nodos.nodo-selected {
    background-color: #fff;
}


.container-tipo-nodo.active {
    display: block;
}

.nodos_info{
    display: flex;
    justify-content: center;
    padding-top: 0 !important;
    transform: translateY(-1px)
}

.nodos_info > span{
    color: #FF6900;
    font-size: 25px;
}
