.fontBGBT{
    font-family: Bank-Gothic;
}

.fontBGR{
    font-family:Bank-Gothic-Regular;

}

.fontGothic{
    font-family:Century-Gothic;
}

html,body{
    width:100%;
    max-width:100%;
    height:100%;
    min-height:100%;
    max-height: 100%;
    position:block;
    margin:0px;
    padding:0px;
    background-color: #fff;  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
h3{
    font-family: Bank-Gothic;
    font-size:18px;
 
}

p {
    font-family: Century-Gothic;
    text-align: justify;
}

.centertext{

    margin:2% auto;
    align-items: center;
    display: flex;
   
}

.espacioblanco{
    width:100%;
    height:140px;
}


.puntosSlide li {
    display: inline-block;  
}


.puntosSlide li button {
    display: block;  
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    
}


.lang{
    text-decoration: none;
    color:#000;
    font-family: Bank-Gothic;
}

.lang:hover {
    color:grey;
}


.splang{
    padding-top:7px;
}