/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/10/2018, 14:01:51
    Author     : Aldana
*/
.cobertura{
    position: relative;
}

.cobertura > .mapa {
    height: 35em;
    overflow: scroll;
}

.cobertura > .precios{
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
  position: absolute; 
  top: 1em;  
  z-index: 10; 
  padding: 1em;
  height: 90%;
}

.cobertura > .precios h1{
  font-family: Nunito;
  font-size: 1.7em;
  text-align: center;
  color: #000000;
}

.cobertura > .precios> table{
    width: 100%;
    font-family: Nunito;
    font-size: 1em;
    color: #000000;
}

.cobertura > .precios> table th{
  font-family: Nunito;
  font-size: 0.85em;
  color: #ffffff;
  text-transform: uppercase;
  
  padding: 1em;
  
  border: none;
  background-color: #ff0010;
}

.cobertura > .precios> table th:first-of-type{
  border-radius: 5px 0 0 5px;
}

.cobertura > .precios> table th:last-of-type{
  border-radius: 0 5px 5px 0;
}

.cobertura > .precios> table td{
  border-top: none;
  border-bottom: solid 1px #eaeaea;
}

.cobertura > .precios> table tr:last-of-type{
    background-image: -webkit-linear-gradient(#585858, #fff); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(#585858, #fff); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(#585858, #fff); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(#585858, #fff); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(#585858, #fff); /* Standard syntax; must be last */
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
    overflow: hidden;
}