*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    background-color: #000103;
}

body{
    background-color: transparent;
    font-family: sans-serif;
    position: relative;
    float: none;
    height: auto;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width:10px;
}

body::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

body::-webkit-scrollbar:horizontal {
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #0073D2;
    border-radius: 20px;
    border: 2px solid transparent;
}

body::-webkit-scrollbar-track {
    border-radius: 20px; 
    background-color: transparent;
}

.seccion-general{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}







footer{
    width: 100%;
    height: auto;
    background-color: #000103;
    float: left;
    padding-top: 0px;
    padding-bottom: 60px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-footer{
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-rss{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.contenedor-rss a{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    background-color: transparent;
}

.contenedor-rss a img{
    width: 30px;
    height: 30px;
    float: left;
    background-color: transparent;
}

.contenedor-btn-privacidad{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-btn-privacidad a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #ffffff;
    float: left;
    font-weight: 300;
    letter-spacing: .5px;
    text-decoration: underline;
}