/** Extra large devices (large desktops) */
body{
    font-family: "latoregular";
    font-size: 1rem;
    color: rgba(117,116,116,1);
    line-height: 1.2rem;
}
a {
    font-family:'latobold';
    color: rgba(117,116,116,1);
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.max-width {
  max-width:1280px;width:100%;margin:0 auto;padding:.5rem;padding-top:0;
}
.text-latobold {
  font-family:'latobold';
}
.text-latobolditalic {
  font-family:'latobold_italic';
}
.text-latoitalic {
  font-family:'latoitalic';
}
.text-latoregular{
  font-family:'latoregular';
}
.text-calibriregular{
  font-family:'calibriregular';
}
.text-p5rem {
  font-size: .5rem;
}
.text-p6rem {
  font-size: .6rem;
}
.text-p7rem {
  font-size: .7rem;
}
.text-p8rem {
  font-size: .8rem;
}
.text-p9rem {
  font-size: .9rem;
}
.text-1rem {
  font-size: 1rem;
}
.text-1p1rem {
  font-size: 1.1rem;
}
.text-1p2rem {
  font-size: 1.2rem;
}
.text-1p3rem {
  font-size: 1.3rem;
}
.text-1p4rem {
  font-size: 1.4rem;
}
.text-1p5rem {
  font-size: 1.5rem;
}
.text-1p6rem {
  font-size: 1.6rem;
}
.text-1p8rem {
  font-size: 1.8rem;
}
.text-2rem {
  font-size: 2rem;
}
.text-2p5rem {
  font-size: 2.5rem;
}
.text-3rem {
  font-size: 3rem;
}
.text-lh-p5rem {
  line-height: .5rem;
}
.text-lh-p6rem {
  line-height: .6rem;
}
.text-lh-p7rem {
  line-height: .7rem;
}
.text-lh-p8rem {
  line-height: .8rem;
}
.text-lh-p9rem {
  line-height: .9rem;
}
.text-lh-1rem {
  line-height: 1rem;
}
.text-lh-1p1rem {
  line-height: 1.1rem;
}
.text-lh-1p2rem {
  line-height: 1.2rem;
}
.text-lh-1p3rem {
  line-height: 1.3rem;
}
.text-lh-1p4rem {
  line-height: 1.4rem;
}
.text-lh-1p5rem {
  line-height: 1.5rem;
}
.text-lh-1p6rem {
  line-height: 1.6rem;
}
.text-lh-1p7rem {
  line-height: 1.7rem;
}
.text-lh-1p8rem {
  line-height: 1.8rem;
}
.text-lh-2rem {
  line-height: 2rem;
}
.text-lh-2p5rem {
  line-height: 2.5rem;
}
.text-lh-3rem {
  line-height: 3rem;
}
.text-violeta {
  color: #6F2277;
}
.text-violeta-oscuro {
  color: #3C1D5F;
}
.text-gris {
  color: #757474;
}
.bg-violeta {
  background-color: #6F2277;
}
.bg-violeta-oscuro {
  background-color: #3C1D5F;
}
.bg-gris {
  background-color: #EDEDED;
}
.bg-gris-oscuro {
  background-color: #757474;
}
.bg-gris-medio {
  background-color: #D3D3D3;
}
.bg-gris-tormenta {
  background-color: #8AA3A1;
}
.bg-gris-informe {
  background-color: #959B9C;
}
.bg-celeste {
  background-color: #568996;
}
.bg-gris-header {
  background-color: #283130;
}
.bg-image-1{
  background-image: url('../images/aemsa-pronostico-de-tormenta-mobile.jpg');
  height: 212px;
}
.bg-image-2{
  background-image: url('../images/aemsa-pronostico-general-mobile.jpg');
  height: 212px;
}
.bg-image-3{
  background-image: url('../images/aemsa-informe-de-tormentas-mobile.jpg');
  height: 212px;
}
.bg-image-4{
  background-image: url('../images/aemsa-pronostico-de-helada-mobile.jpg');
  height: 212px;
}
#carouselAEMSA .carousel-body {    
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
#carouselAEMSAMobile .carousel-body {    
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
#menu .list-group-item {
  max-width: 200px;
  padding: .5rem 0.05rem;
  color: #fff;
  background-color: transparent;
  border: none;
}
#menu a {
  font-family:'latoregular';
  color: #fff;
  text-decoration: none;
}
#menu a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.offcanvas-body .list-group-item {
  background-color: transparent;
}
.offcanvas {
  background-color: transparent;
}
.offcanvas-end {
  top: 25%;
  right: 10%;
  width: 400px;
  border-left: none;
  transform: translateX(100%);
}
#offcanvasEstacionesMobile
{
  top: 1%;
  right: 1%;
  background-color: rgba(40, 49, 48, .9);
  
}
a[alt="Oasis"]:hover {
  opacity: 1;
}
#offcanvasEstacionesNorte, #offcanvasEstacionesCentro, #offcanvasEstacionesSur {
  background-color: transparent;
  transition: transform .3s ease-in-out;
}
#offcanvasEstacionesNorte .offcanvas-body .list-group-item,
#offcanvasEstacionesCentro .offcanvas-body .list-group-item,
#offcanvasEstacionesSur .offcanvas-body .list-group-item
{
  max-width: 400px;
  padding: .05rem 0.05rem;
  color: #fff;
  background-color: transparent;
  border: none;
}
#offcanvasEstacionesNorte .offcanvas-body a,
#offcanvasEstacionesCentro .offcanvas-body a,
#offcanvasEstacionesSur .offcanvas-body a
{
  font-family:'latoregular';
  font-size: .9rem;
  color: #fff;
  text-decoration: none;
}
#offcanvasEstacionesNorte .offcanvas-body a:hover,
#offcanvasEstacionesCentro .offcanvas-body a:hover,
#offcanvasEstacionesSur .offcanvas-body a:hover
{
  color: #C6A4C7;
  text-decoration: none;
}
#offcanvasEstacionesNorte .offcanvas-body .active,
#offcanvasEstacionesCentro .offcanvas-body .active,
#offcanvasEstacionesSur .offcanvas-body .active
{
  color: #C6A4C7;
  text-decoration: none;
}
.btn-custom-violet {
  color: #fff;
  background-color: #6F2277;
  border-color: #6F2277;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #6F2277;
    border-color: #6F2277 #6F2277 #6F2277;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #6F2277;
    background-color: #ffffff;
    border-color: #dee2e6  #dee2e6  #dee2e6 ;
}
.padding-top-botonera {
  padding-top: 340px;
}
.mapa-mendoza-image-body {    
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.dropdown-menu {
  background-color: rgba(40, 49, 48, .8);
  border: 1px solid rgba(0, 0, 0, .6);
  border-radius: 0.25rem;
  color: #fff;
}
.dropdown-item {
  font-family:'latoregular';
  color: #fff;
}
.pronostico-menu, .pronostico-menu-mobile {
    padding-top: 50px;
    background-color: rgba(40, 49, 48, .8);
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 0.25rem;
    box-shadow: none;
    padding-bottom: 0;
}
.pronostico-menu .dropdown-item, .pronostico-menu-mobile .dropdown-item {
  font-family:'latoregular';
  font-size: 0.7rem;      
  color: #B4BEB4;  
}
.pronostico-menu .dropdown-item:hover, .pronostico-menu-mobile .dropdown-item:hover {
  background: none; 
  color: #fff;                
}
.pronostico-menu .dropdown-divider, .pronostico-menu-mobile .dropdown-divider{
    height: 0;
    margin: 0.1rem 0.5rem;
    overflow: hidden;
    border-top: 1px solid #B4BEB4;
}
.detalle-informe-tormentas {
  height: 500px;
  line-height: 1em;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background-color: #959B9C;
  border-radius: 25px;
}
.detalle-informe-tormentas::-webkit-scrollbar {
    width: 10px;
}
.detalle-informe-tormentas::-webkit-scrollbar-track {
    background: #959B9C;
}
.detalle-informe-tormentas::-webkit-scrollbar-thumb {
    background-color: #6F2277;
    border-radius: 10px;
}
.detalle-informe-tormentas {
    scrollbar-width: thin;
    scrollbar-color: #335d61 #959B9C;
}

.pronostico-icono {
    background-color: #6D817F; 
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pronostico-icono img {
    width: 90%;
    height: 90%;
}

.pronostico-tormenta-icono {
    background-color: #85448A; 
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pronosticoo-tormenta-icono img {
    width: 90%;
    height: 90%;
}

.pronostico-helada-icono {
    background-color: #2A6377; 
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pronosticoo-helada-icono img {
    width: 90%;
    height: 90%;
}


@media (max-width: 1290px) {
  .offcanvas-end {
    right: 1%;
  }
}
/** Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
  .padding-top-botonera {
    padding-top: 240px;
  }
}
/** Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {

  .pronostico-icono {
    width: 39px;
    height: 39px;
  }

  .pronostico-tormenta-icono {
    width: 39px;
    height: 39px;
  }

  .pronostico-helada-icono {
    width: 39px;
    height: 39px;
  }

}
/** Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {  
  .pronostico-menu, .pronostico-menu-mobile {
      border-left: none; /* Si no querés la línea lateral */
  }  
  #offcanvasEstacionesMobile {
    width: 300px; /* más angosto */
  }
  .list-group-item {
    padding: .2rem .5rem;
    font-size: .9rem;
  }
}
/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
}
