#saludo{
    background: url(../img/bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;	
    color: white; 	
    padding-bottom: 50px;
}

.cabeza{
    background-color: rgba(0,46,84, 1);	
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#acerca{
	padding-top: 30px;
	padding-bottom: 30px;
}

.p-info{
	font-size: 20px;
	padding-top: 50px;
	padding-bottom: 10px;
}

.flotante {
    display: scroll;
        position: fixed;
        top: 80px;
        right: 10px;
}

.flotante2 {
    display: scroll;
        position: fixed;
        top: 125px;
        right: 10px;
        z-index: 5000;
}

.leED{
    background: url(../img/ed.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.leCO{
    background: url(../img/co.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.leLI{
    background: url(../img/li.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* MATRIZ */
.cajonpool{
    background: url(../img/lp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.f1{
    width: 60px;
    height: 60px;
    margin: 5px 5px 5px 5px;
    padding: 3px 3px 3px 3px;
}

.fi{
    width: 60px;
    height: 60px;
    margin: 5px 5px 5px 5px;
    padding: 3px 3px 3px 3px;
    float: left;
}
.fi p, .f1 p{
    border: solid;
    border-width: .5px .5px .5px .5px;
    border-radius: 5px;
    font-weight: 900;
    background-color: white;
}

.fl{
    width: 5px;
    height: 70px;
    background-color: #98cef2;
    float: left;
}

.fila{
    margin: 0 auto;  
}

.fila p{
    font-size: 12px;    
}

.card hr{
   background-color: white;
}

#Ccobro{
    background: url(../img/rain.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    min-height: 400px;
}
.tooltipM {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltipM .tooltiptextM {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipM .tooltiptextM::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipM:hover .tooltiptextM {
    visibility: visible;
    opacity: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}