/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}

/*** AVISOS NOTIFICACIONES PAGINA PRINCIPAL*/
#content {
  margin-bottom: 25px;
}

/**************************/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 26rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 26rem;
} 


 

/* Declare heights because of positioning of img element */
.carousel-sistemas-item {
  height: 14rem;
}
.carousel-sistemas-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 14rem;
} 


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;  
}



.titulo-fondo {
  width: 100%; 
  height: 50px; 
  background-color: #2C385C; 
  border-radius: 50px; 
  margin-bottom: 10px; 
  margin-top: 10px
}

.titulo-fondo-medio {
  width: 50%; 
  height: 50px; 
  background-color: #2C385C; 
  border-radius: 50px; 
  margin-bottom: 10px; 
  margin-top: 10px
}
.titulo-pagina {
  margin-left: 25px; 
  color: #ffffff;
  font-size: 30px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.titulo-mision-vision {
  color: #4787BE;
  text-align: center;
}

.parrafo-mision-vision {
  font-size: medium;
  text-align: justify;
  margin-top: 4px;
  line-height : 200%;


}

.parrafo-quienes-somos { 
  text-align: justify;
}

.footer-superior {
  background-color: #2C385C;
  color: #ffffff;
  padding: 20px;
  margin-top: 40px;
}

 

.footer-superior a{  
  color: #ffffff;
  text-decoration-line: none;
}

.footer-inferior {
  background-color: #002060; 
  color: #ffffff; 
  text-align: center; 
  padding-top: 10px;
  font-style: italic;
  font-size: smaller;

}

.map-footer {
  width: 100%;
  height: 300px;
}

.parrafo-que-hacemos {
  font-weight: bold;
  text-align: justify;
}


.map {
  width: 100%;
  height: 400px;
}

.titulo-pronostico {
  font-weight: bold; 
  text-align: center;
  color: #ffffff;
}
.parrafo-pronostico { 
  text-align: justify;
  color: #ffffff;
}

.parrafo-pronostico a{  
  color: #ffffff;
  text-decoration-line: none;
}




.titulo-metereologia-agricola {
  font-weight: bold; 
  text-align: center;
  color: #ffffff;
}

.titulo-dos-metereologia-agricola {
  font-weight: bold; 
  text-align: center;
  color: #ffffff;
  display: flex;
  line-height: 200px;
}
.titulo-dos-metereologia-agricola a{  
  color: #ffffff;
  text-decoration-line: none;
}

.parrafo-metereologia-agricola { 
  text-align: justify;
  color: #ffffff;
}

.parrafo-metereologia-agricola a{  
  color: #ffffff;
  text-decoration-line: none;
}



.titulo-prediccion-climatica {
  font-weight: bold; 
  text-align: left;
  color: #ffffff;
}

.titulo-dos-prediccion-climatica {
  font-weight: bold; 
  text-align: left;
  color: #ffffff;
  display: flex;
  line-height: 100px;
}
.titulo-dos-prediccion-climatica a{  
  color: #ffffff;
  text-decoration-line: none;
}

.titulo-tres-prediccion-climatica {
  font-weight: bold; 
  text-align: left;
  color: #ffffff;
  display: flex;
  line-height: 60px;
}
.titulo-tres-prediccion-climatica a{  
  color: #ffffff;
  text-decoration-line: none;
}
.parrafo-prediccion-climatica { 
  text-align: justify;
  color: #ffffff;
}

.parrafo-prediccion-climatica a{  
  color: #ffffff;
  text-decoration-line: none;
}


/* change the background color */
.navbar-custom {
    background-color: #ffffff;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #F827F6;
    /*padding: 0.8rem 1rem;*/
}
/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
    color: red;
   /* padding: 1rem 1rem;*/
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #002060; /* add background-color to active links */
}

.navbar-custom  .nav-link.active {
    color: #ffffff;
    background-color: #002060; /* add background-color to active links */
}

.navbar-custom {
    background-color: #2C385C;
    font-size:large;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
  background-color: #2C385C;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
    font-size:large;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}

 
.navbar-toggler {
  background-color: #002060;
  border-color: #ffffff; 
}
  

.pronostico-estacion { 
  color: #2C385C;
  font-size:x-large;
  text-align: center;
  font-weight: bold;
}

.pronostico-estacion-fenomeno { 
  color: #2C385C;
  font-size: xx-large;
  text-align: left;
  font-weight: bold;
}

.pronostico-clima { 
  color: #2C385C;
  font-size: large;
  text-align: center;
  font-weight: bold;
}

.pronostico-temperatura { 
  color: #162545;
  font-size: x-small;
  font-weight: bold;

}

.pronostico-temperatura-maxima { 
  color: #FA3423;
  font-weight: bold;
}

.pronostico-temperatura-minima { 
  color: #2142E7;
  font-weight: bold;
}

.pronostico-temperatura-hr { 
  color: #1D1B1E;
  font-weight: bold;
}

.pronostico-temperatura-pcpn { 
  color: #B5B6B9;
  font-weight: bold;
}

.pronostico-temperatura-velocidad-viento { 
  color: #A6A7AB;
  font-weight: bold;
}

.pronostico-grados {
  color: #699FD9;
  font-size: large;
}



.pronostico-temperatura-small { 
  color: #162545;
  font-size: 11px;
}




.pronostico-extendido-cabecera {  
  font-size: medium;
}

.pronostico-extendido-titulos {  
  text-align: center;
}


.sticky-container{
  padding:0px;
  margin:0px;
  position:fixed;
  right:-130px;
  top:230px;
  width:210px;
  z-index: 1100;
}
.sticky li{
  list-style-type:none;
  background-color:#fff;
  color:#efefef;
  height:43px;
  padding:0px;
  margin:0px 0px 1px 0px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor:pointer;
  font-weight: bold;
}
/*
.sticky li:hover{
  margin-left:-115px;
}
*/
.sticky li img{
  float:left;
  margin:5px 4px;
  margin-right:5px;
}
.sticky li p{
  padding-top:5px;
  margin:0px;
  line-height:16px;
  font-size:11px;
}
.sticky li p a{
  text-decoration:none;
  color:#2C3539;
}
.sticky li p a:hover{
  text-decoration:underline;
}




.parrafo-servicios-especializados {
  font-size: medium;
  text-align: justify;
  margin-top: 4px;
  line-height : 200%;


}




.parrafo-contacto-instrumentos {
  font-size: small;
  text-align: justify;
  margin-top: 4px;
  line-height : 200%;
  font-weight: normal;


}
 


.links-meterologia {
  font-weight: bold;  
  color: #002060;
}

.links-meterologia a{
  font-weight: bold;  
  color: #002060; 
  text-decoration: none;
}


.links-hidrologia {
  font-weight: bold;  
  color: #002060;
}

.links-hidrologia a{
  font-weight: bold;  
  color: #002060; 
  text-decoration: none;
}

 

#tabs{
  position: relative;
}

span.diana {
  position: fixed;
  display: none;
  }

.diana + a {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #000000;
  background-color: #eee;
  margin-bottom: -1px;
  border-radius: 8px 8px 0 0;
  margin-right: 10px;
  text-decoration:none;
}

.diana  + a { 
  border-bottom: none; 
  color: #000000;
  font-weight: bold;
  font-size: medium;
}

#pnl_1{
  position: absolute;
  top: 31px;
  left: 0;
  border: none;
  clear: both;
  overflow: hidden;
}

  #pnl_1 > div{
    opacity: 0;
    transition: all 0.1s ease;
    padding: 2px;
    font-size: small;
    font-weight: bold;
    color: #000000;
  }

#pnl_1{
  position: static;
  border: 1px solid #000000;
}

  #pnl_1 > div{
    opacity: 1;
    transition: all 1s ease;
  }

