html{
  min-height: 100%;
  position: relative;
}

body{
  background-color: #f7f7f7;
  margin: 0;
  margin-bottom: 40px;
}

.cover{
    color: aliceblue;
    background-size: cover;
    background-position: center;
    background-color: rgb(0, 0, 0,0.5);
    background-blend-mode: darken;
    background-attachment: fixed;
}

.letraIMG{
  text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
}

.botonera{
  max-width: 1170px;
  width: calc(100% - 15px);
  padding: 20px 0 15px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#titulo{
    font-size: 60px;
}

#imagenSola{
    width: 100%;
}

#textoQS{
    background-position: center;
}

#areaCobertura{
  background-color: #fafafa;
}

.iman{
  width: 450px;

}

.txtWSP{
  color: #2ECC71;
}

.txtCorreo{
  color: #E74C3C;
}

#noticias{
  background-color: #EBF5FB;
}

#aspectoRincon{
  background-color: #EBF5FB;
}

#contactanos{
    background-color: #fafafa;
}

#navegacion{
  background-color: #fafafa;
}

#aspLegales{
  background-color: #fafafa;
}

#qSomos{
    background-color: #fafafa;
}

.card{
  border: 0 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

.imLogo{
  height: 100px;
}

.tiArea{
  font-weight: bold;
}

footer {
  background-color: #3498DB;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #fff;
}

.separacion2{
  background-color: #212529;
  height: 5px;
}

.txtTitulo{
  color: #3498DB;
}

.pruebadecss{
  color: red;
}
