
a {
    color:#38A7D0;
    text-decoration:none
}
a:hover {
    text-decoration:underline
}
ul, ol {
    list-style-type:none
}
::selection {
    background:#EC952D;
    color:#fff
}
html::scrollbar {
    width:10px
}
html::scrollbar-track {
    background-color:#eee
}
html::scrollbar-thumb {
    background-color:#666
}
html::scrollbar-thumb:hover {
    background-color:#444
}
html::-webkit-scrollbar {
    width:10px
}
html::-webkit-scrollbar-track {
    background-color:#eee
}
html::-webkit-scrollbar-thumb {
    background-color:#666
}
html::-webkit-scrollbar-thumb:hover {
    background-color:#444
}
.contenedor {
    text-align: center;
    position: absolute;
    top: calc(50% - 25%);
    left: 0px;
    width: 100%;
}
.contenedor > img {
    display: inline-block;
    width: 200px;
}
.enunciado {
    display: inline-block;
    max-width: 540px;
    border-top: solid 1px #D8D8D8;
    border-bottom: solid 1px #D8D8D8;
    padding: 25px 10px 35px;
    margin: 30px 0px;
}
.enunciado p {
    font-size: 26px;
    font-weight: 500;
    font-family: "Oswald";
    margin-top: 0px;
    margin-bottom: 0px;
}
.enunciado p:last-child {
    font-size: 16px;
    color: #7F7F7F;
    font-weight: normal;
    margin-top: 8px;
    font-family: "Source Sans 3";
}
.enlace_sitio_movil {
    margin-bottom: 30px;
}
.enlace_sitio_movil a {
    display: inline-block;
    font-size: 16px;
}
.redes_sociales{
    width: 50%;
    float: left;
}
.redes_sociales p {
    font-size: 14px;
    color: #7F7F7F;
    margin-top: 0px;
    font-family: "Oswald";
}
.redes_sociales ul {
    padding-left: 0px;
    margin-top: 15px;
}
.redes_sociales ul li {
    display: inline-block;
    margin: 1px;
}
.redes_sociales ul li a {
    cursor: pointer;
}
.redes_sociales ul li img {
    width: 40px;
    height: 40px;
}
.cont-enlaces{
    max-width: 500px;
    margin: 0 auto;
    display: block;
}
.btn-tienda img{
    width: 90px !important;
    height: 35px !important;
    margin: 5px 0 0 5px;
}



@media screen and (max-width: 560px) {
    .contenedor {
        top: calc(50% - 200px);
    }
    .enunciado p:last-child {
        margin-top: 16px;
    }
}

@media screen and (max-height: 400px) {
    .contenedor {
        top: 20px;
    }
    .enunciado {
        padding: 25px 10px;
        margin: 20px 0px;
    }
}

@media (max-width: 500px) {
    .redes_sociales{
        width: 100%;
    }
}