<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

hr {
    border-top-width: 2px;
}
hr + p {
    padding-top: 15px;
}
.text-container .bold {
    font-weight: bold;
}

.text-container .center {
    text-align: center;
}

.text-container .uppercase {
    text-transform: uppercase;
}

.text-container .blue {
    color: #3fa9f5;
}

.text-container .underline {
    text-decoration: underline;
}

.text-container p {
    padding-bottom: 15px;
    text-align: justify;
}

.text-container h2,
.text-container h2 a {
    padding-top: 15px;
    padding-bottom: 10px;
    color: #3fa9f5;
    font-size: 20px;
}

.text-container h2 a {
    text-decoration: none;
}

.text-container h2 a::before {
    margin-right: 10px;
    content: "\f068";
    font-family: "FontAwesome";
}

.text-container h2 a.collapsed::before {
    content: "\f067";
    font-family: "FontAwesome";
}

.text-container h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3fa9f5;
    font-size: 18px;
}

.text-container .collapse-content {
    padding-left: 30px;
}

.text-container ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 15px;
}

.text-container ol {
    list-style: decimal;
    padding-left: 20px;
    padding-bottom: 15px;
}
.text-container ol ol {
    list-style: lower-alpha;
}

.text-container li {
    padding-bottom: 10px;
}

.text-container table {
	border: 1px solid #333;
	margin-bottom: 20px;
}

.text-container th,
.text-container td {
	padding: 15px;
	border: 1px solid #333;
}

.text-container th {
	background-color: #d4e5f1;
}

.title-content-container.profile-creation .title-content {
    height: 377px;
    padding-top: 60px;
}

.title-content-container.profile-creation .title-content{
    background-image: url("../img/backgrounds/profile_creation.jpg");
}

.text-container .title-content img {
    width: auto;
    height: 90px;
}

.text-container .title-content .title {
    width: 100%;
    max-width: 550px;
    text-align: center;
}

.text-container .title h1 {
    margin-top: 10px;

    font-family: 'Roboto', sans-serif;
    color:  #ffffff;
    font-size: 41px;
    line-height:41px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.text-container {
    position: relative;
    overflow: visible;
    padding: 65px;
    
    border-radius: 6px;
    background-color: #f6f6f6;
    line-height: 22px;
}

.text-container .signature {
    margin-top: 70px;
}

@media (max-width: 767px) {
    .text-container {
        padding: 20px;
    }
}


body .title-content-container.movistar-sound .title-content{
    background-image: url("../img/movistar_sound/fondo.jpg")!important;
    background-position: 50%;
    height: 650px;
}
@media (max-width: 767px) {
    body .title-content-container.movistar-sound .title-content {
         height: 550px;
    }
}</pre></body></html>