/* /////////// QUICK RESET //////////////// */
* {
    border: 0;
    margin: 0;
    font-family: "Telefonica-Regular";

}

body {
    background: rgba(0,91,131,1);
}

/*//////////////////////////////////////////*/
/* /////////// HEADER, LOGO, BACKGROUND//// */
/*//////////////////////////////////////////*/

header {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(../youTube/movistar_logo2.png) no-repeat;
    background-position: center center;
    background-size: contain;    
    z-index: 2;
}

#logoSP {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100px;
    background: url(../youTube/Logo.png) no-repeat;
    background-position: center center;
    background-size: contain;
    /*background-color: rgba(248,249,249,.6);*/
    z-index: 3;
}

#logoSPmin {
    position: absolute;
    top: 120px;
    width: 120px;
    height: 120px;
    background: url(../youTube/Logo.png) no-repeat;
    background-position: center center;
    background-size: contain;
    /*background-color: rgba(248,249,249,.5);*/
    z-index: 3;
}

#Devices {
    position: absolute;
    top: 140px;
    width: 100%;
    height: 180px;
    background: url(../youTube/Devices.png) no-repeat;
    background-position: center center;
    background-size: contain;
    /*background-color: rgba(248,249,249,.5);*/
    z-index: 3;
}

#DevicesAct {
    position: absolute;
    top: 175px;
    width: 100%;
    height: 290px;
    background: url(../youTube/casilisto.jpeg) no-repeat;
    background-position: center center;
    background-size: contain;
    /*background-color: rgba(248,249,249,.5);*/
}

#bodybackground {
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size:cover;
    z-index: 0;
}

.BG1 {
   background: url(../youTube/blim_BG.png) no-repeat; /*cambiar en js dependiendo de la secciÃ³n o con nuevas clases*/ 
}

.BGERROR {
   background: url(../magus/errorbg.jpeg) no-repeat; /*cambiar en js dependiendo de la secciÃ³n o con nuevas clases*/ 
}

.BGTEST {
   background: url(../magus/testbg.jpg) no-repeat; /*cambiar en js dependiendo de la secciÃ³n o con nuevas clases*/ 
}


/*****************/
/* Smath Banner*/
/***************/

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
body {
  background: white;
}
.smart-banner {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: rgb(73,73,73);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(73,73,73)), color-stop(1, #f8f8f8));
  background: -ms-linear-gradient(bottom, rgb(73,73,73), #f8f8f8);
  background: -moz-linear-gradient(center bottom, rgb(73,73,73) 0%, #f8f8f8 100%);
  padding: 10px 10px 10px 31px;
  position: relative;
  -webkit-transition: margin-top 0.3s linear;
}
.smart-banner:before,
.smart-banner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.smart-banner:after {
  clear: both;
}
.smart-banner.closed {
  margin-top: -100%;
}
.smart-banner .meta {
  float: left;
  padding-top: 7px;
}
.smart-banner .name {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  color:black;
  width: 163px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.smart-banner .author {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  color: rgb(227,230,231);
  padding-top: 2px;
}
.smart-banner .icon {
  height: 50px;
  width: 50px;
  border-radius: 7.8125px;
  vertical-align: top;
  box-shadow: 0 1px 3px black;
  float: left;
  margin: 0 10px;
}
.smart-banner .close {
  position: absolute;
  width: 30px;
  padding: 5px 0;
  font-size: 18px;
  border-right: inset 1px rgba(0, 0, 0, 0.3);
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3);
}
.smart-banner .btn {
  text-decoration: none;
  margin-top: 10px;
  float:left ;
  color: white;
  padding: 2px 9px 5px 9px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #43aafb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #43aafb), color-stop(1, #43aafb));
  background: -ms-linear-gradient(bottom, #43aafb, #43aafb);
  background: -moz-linear-gradient(center bottom, #43aafb 0%, #43aafb 100%);
  /*background: -webkit-gradient(linear, left top, left bottom,
      from(#838383),
      color-stop(.49, #444444),
      color-stop(.49,#303030),
      to(#333333));*/
  border: solid 1px rgba(79, 79, 79, 0.75);
}

/*/////////////////////*/


/* The container */
.container {       
    margin-left: 5px;
    padding-left: 30px;   
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;            
    left: 3px;
    z-index: 0;
}

/* Hide the browser's default checkbox */
.container input {
    height: 0;
    width: 0;
    margin: 0;  
    position: static;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #00a9e0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*////////////////////*/
/*/////////////////////////////////////////*/
/* terminos y condiciones*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-stretch: extra-condensed;
    margin-top: 20px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {    
    position: absolute;
    top: 0px;
    right: 25px;
    margin-left: 50px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



/*//////////////////////////////////////////*/
/* /////////// UI ELEMENTS //////////////// */
/*//////////////////////////////////////////*/

#main_wrap {
    width: 100%;
    position: absolute;
    top: 90px;
    z-index: 5;
    color: rgb(85,85,85);
    text-align: center; /*SÃ³lo para justtificar los elementos, cada div puede cambiar*/
}

/* 1ST LEVEL COPY*/
#w_wcopy {
    margin: 0 auto;
    font-family: 'Telefonica-Regular';
    text-align: center;
    padding: 2em .5em 0.3em .5em;
    font-size: 1.5em;
}
h1 {font-size: 14px; font-family: 'Telefonica-Regular';}

/* 2ND LEVEL COPY*/
#w_copy2 {
    margin: 0 auto;
    text-align: center;
    padding: 0.5em .5em 0.5em .5em;
    font-size: 1em;
}
#w_text {
    margin: 0 auto;
    text-align: center;
    padding: 0em 2em 4em 2em;
    font-size: 1em;
}
#w_text2{
    margin: 0 auto;
    text-align: center;
    padding: 0em 2em 0em 2em;
    font-size: 1em;
}
#w_text3{
    margin: 0 auto;
    text-align: center;
    padding: 1em 0.5em 0.3em 2em;
    font-size: 0.8em;
}
#w_error {
    margin: 0 auto;
    text-align: center;
    padding: 1em .5em 1em .5em;
    font-size: 1.5em;
	color: rgb(85,85,85);
}

#w_terms {
    margin: 0 auto;
    text-align: center;
    padding: 0.7em .5em 0.7em .5em;
    font-size: 0.6em;
	color: rgb(85,85,85);
}

h2 {font-size: 1.3em; font-family: 'Telefonica-Regular';}

/* FORM | BUTTONS & TEXTBOX*/
form {
    margin: 0 auto;
    text-align: center;
    padding: 1em .5em 1em .5em;
    font-size: 1.3em;
}

input {
	
    min-width: 12em;
    height: 2.5em;    
    text-align: center;	
    font-family: 'Telefonica-Regular';
    outline: none;
    margin: .3em;
}
.form-control {
	max-width: 15em;
	font-size: 1em;
	color:rgb(85,85,85);
	background-color: rgb(230,230,230);
	font-family: 'Telefonica-Regular';
}
.submit {
	
}

label2 {
  margin: 0;
  position: absolute;
  padding: 0;
  text-align: center;
  font-size: 1em;
  font-stretch: extra-condensed;
  font-weight: bold;
  width: 100%;
  margin-left: 10px;
  cursor: pointer
}
label {
  margin: 0;
  position: relative;
  padding: 0;
  text-align:left;
  font-size: 1em;
  font-stretch: extra-condensed;
  font-weight: bold;
  width: 100%; 
  margin-left: 10px;
  cursor: pointer
}.leyenda{
  text-align:left;
  font-size: .6em;
  font-stretch: extra-condensed;
  font-weight: bold;
  /*display: block;*/
  /* font-style:italic; */
  color:#4d555a;
  width: 100%;
  margin-left: 8px;
  cursor: pointer
}.leyenda2{
  text-align:left;
  font-size: .8em;
  font-stretch: extra-condensed;
  font-weight: bold;
  /* font-style:italic; */
  color:#4d555a;
  width: 100%;
  display: block;    
  margin-left: 8px;
  cursor: pointer
}.pmessage{
  text-align:left;
  font-size: 0.9em;
  font-stretch: extra-condensed;
  text-indent: 0;  
  font-weight: bold;
  /* font-style:italic; */
  color: #b7b7b7;
  width: 100%;
  display: block;      
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer
}


::-webkit-input-placeholder {
   font-size: 14pt;
   color: #777;
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 14pt;
   color: #777;  
}

::-moz-placeholder {  /* Firefox 19+ */
font-size: 14pt;
   color:#777;  
}

:-ms-input-placeholder {  
font-size: 14pt;
   color: #777;  
}

.btn-activate {
    background-color: #A8CE37;
    color: white;
}

.confirmar { /* clase genÃ©rica para botones*/
    font-family: 'Telefonica-Regular';    
	max-width: 15em;
	font-size: 1em;
    background:  #5CB615;
	border-radius: 4px;
    color: white;
    cursor: pointer;
}
.confirmar:hover {
    background: rgb(89,155,0);
}

.confirmar2 { /* clase genÃ©rica para botones*/
    font-family: "Telefonica-Regular";
    font-weight:bold;
    font-size:2em;
    height: 50px;
    width:50%;
    background: #5C8615;
    color: white;
    cursor: pointer;
}
.confirmar2:hover {
    background: rgb(89,155,0);
}

.btnandroid{
font-family: "Telefonica-Regular";
font-weight:bold;
height: 40px;
width:95px;
color: #424242;
cursor: pointer;
background: url(../blim/android.png) no-repeat 5px 5px;
background-position: 30px center;
background-size: 40px 40px;
background-color: #1ed760;
z-index: 2;
}
.btnandroid:hover {
background: url(../blim/android.png) no-repeat 5px 5px;
background-position: 30px center;
background-size: 40px 40px;
background-color: #09a83e;
z-index: 2;
}

.btnios{
font-family: "Telefonica-Regular";
font-weight:bold;
height: 40px;
width:95px;
color: white;
cursor: pointer;
background: url(../blim/apple.png) no-repeat 3px 3px;
background-position: 30px center;
background-size: 35px 35px;
background-color: #2E9AFE;
z-index: 2;
}
.btnios:hover {
background: url(../blim/apple.png) no-repeat 5px 5px;
background-position: 30px center;
background-size: 35px 35px;
background-color: #0080FF;
z-index: 2;
}


.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #f2f2f2;
  background-image: none;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
}

.gsi-material-button:disabled .gsi-material-button-state {
  background-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #001d35;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #001d35;
  opacity: 8%;
}

/* SUB INFO, LINKS & MIN*/

.subs {
    font-family: "Telefonica-Regular";
    font-size: 1em;
    font-weight:bold;
    color: white;
    text-shadow: none;
}
.gray {color: #b7b7b7;}
.green {color: #7bd979;}


/* STEPS*/

#steps_reg { /* steps container*/
    width: 100%;
    height: 50px;
    margin: 70px auto 70px auto; /* espaciado respecto al elemento superior e inferior*/
}

#step { /* single step container*/
    float: left;
    width: 33.3%;
    font-family: "Telefonica-Regular";
    font-size: 1.5em;
    line-height: 2.5em;
    text-align: left;
}

#step_circ{ /* circle step*/
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: rgba(0,0,0,.6);
    text-align: center;
    font-family: "Telefonica-Regular";
    font-size: 1.5em;
    line-height: 1.6em;
    margin-right: .5em;
    margin-left: 30%;/* cambiar dependiendo del tamaÃ±o del contenido para centrar o alinear*/
}

.selected { /* clase del proceso actual, hacer el cambio en html o js a los otros pasos */
    background: #1ed760 !important;
    font-family: "Telefonica-Regular" !important;
}

/* BUY BUTTONS*/

#buy_buttons {
    width: 100%;
}

.buy {
    margin: 1em auto; 
    width: 60%;
    left: 20%;
    padding: 0.2em;
    background: #1ed760;
    cursor: pointer;
    border-radius: 3em;
    font-family: "Telefonica-Regular";
    font-size: 1em;
}

.buy:hover {
    background: #09a83e;
}

.price {
    font-family: "Telefonica-Regular";
    font-size: 0.8em;
}

/*//////////////////////////////////////////*/
/* /////////// BUY ALERT ////////////////// */
/*//////////////////////////////////////////*/

#buy_alert {
    position: absolute;
    width: 100%;
    height: 900px; /* cambiar a 100% este tamaÃ±o es para mostrar sobre el actual; era 900px*/
    /*top:0;
    left: 0;    Descomentar para ajustar al sitio*/
    background: rgba(0,91,131,.9);
}

#buy_container {
    position: absolute;
    top: calc(50% - 300px); /*Puede cambiar a un valor en EMs o PX para centrar o justificar la informaciÃ³n*/
    left: calc(50% - 400px);
    width: 800px;
}

#alert_text {
    font-family: "Telefonica-Regular";
    font-weight: normal;
    text-align: justify;
    font-size: 1.2em;
    color: #4d555a;
    background: white;
    border-radius: 1em;
    padding: 1.2em;
    margin: 1em 0;
}

#tyc {
    margin: 1em auto 1em auto;
    width: 700px;
    height: 150px;
    font-size: .7em;
    overflow: scroll;
}

.cancelar {
    background: #4d555a;
    color: #cacccc;
    cursor: pointer;
}

.cancelar:hover {
    background: #666;
}

.cancelar2 {
    background: #4d555a;
    height:50px;
    font-size:2em;
    color: #cacccc;
    cursor: pointer;
}

.cancelar2:hover {
    background: #666;
}


/*//////////////////////////////////////////*/
/* /////////// MESSAGE //////////////////// */
/*//////////////////////////////////////////*/

#message_yn {
    position: absolute;
    width: 100%;
    height: 100%; 
    top:0;
    left: 0;
    background: rgba(0,91,131,1);
}

#message_wrap {
    position: absolute;
    width: 100%;
    height: 300px;
    top: calc(50% - 300px);
    text-align: center;
    color: white;
}

.big {
    font-family: "Telefonica-Regular";
    font-size: 8em;
    margin: .5em;
}

.message_txt {
    font-size: 1.2em;
}

/*//////////////////////////////////////////*/
/* /////////// FINISHED /////////////////// */
/*//////////////////////////////////////////*/


.BG2 {
    background: url(../img/landing_back.jpg) no-repeat;
}

#finished_cta {
    position: absolute;
    bottom: 350px;
    right: 20px;
    font-family: "Telefonica-Regular";
    font-size: 1.2em;
    color: white;
    background: #119cbf;
    padding: 1em;
    z-index: 99;
    cursor: pointer;
 }
#finished_cta:hover {
    background: #0c8aa8;
}

#finished_cta_triangulo {
    position: absolute;
    bottom: 370px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #119cbf;
    z-index: 99;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    transform:rotate(360deg);
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #1ed760;
    color: white;
}

#spotify_logo_cta {
    float: left;
    background: url(../img/logo_spotify_cta.svg) no-repeat;
    background-position: center center;
    background-size: 80%;
    background-color: #1ed760;
    width: 200px;
    height: 150px;
}

footer #spotify_logo_cta {
    width: 300px;
    height: 200px;
}

footer #w_wcopy {
    float: left;
    text-align: left;
    padding-top:50px;
    max-width: 500px;
}

#store_icons {
    float: right;
    padding-top:100px;
    padding-right:50px;
}


/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
/* /////////// MOBILE ADAPTS /////////////// */
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

@media screen and (max-width: 400px) {

/*    body {font-size: 1.1em;}*/
    
    form {
        padding: 0;
        margin: 0;
    }
    
    input {
        width: 96%;
        font-size: 1em;
        padding: 0;
        -webkit-appearance: none;
    }
    
    
/*STEPS*/
    .noselected {
        display: none; /* ocultamos los pasos no activos*/
    }

    #step { /* single step container*/
        float: none;
        width: 100%;
    }
    
    #step_circ{ /* circle step*/
        margin-right: .5em;
        margin-left: .5em
    }

/* BUY BUTTONS*/  
/*    .buy {
        margin: 1.5em auto;
        width: 80%;
        left: 5%;
        padding: 1.3em .5em ;
        font-size: 1.2em;
    }
  */  
/* BUY ALERT */

#buy_container {
    position: absolute;
    top: calc(50% - 300px); /*Puede cambiar a un valor en EMs o PX para centrar o justificar la informaciÃ³n*/
    left: 2%;
    width: 96%;
}

#alert_text {
    font-family: "Telefonica-Regular";
    font-weight: normal;
    text-align: justify;
    font-size: 1.2em;
    color: #4d555a;
    background: white;
    border-radius: 1em;
    padding: 1em;
    margin: 1em 0;
}

#tyc {
    margin: 1em auto 1em auto;
    width: 90%;
    height: 150px;
    font-size: .7em;
    overflow: scroll;
}
    
/*//////////////////////////////////////////*/
/* /////////// MESSAGE //////////////////// */
/*//////////////////////////////////////////*/

#message_yn {
    position: absolute;
    width: 100%;
    height: 100%; 
    top:0;
    left: 0;
    background: rgba(0,91,131,1);
}

#message_wrap {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100px;
    text-align: center;
    color: white;
}

.big {
    font-family: "Telefonica-Bold";
    font-size: 8em;
    margin: .5em;
    margin-top: 0;
}

.message_txt {
    font-size: 1.2em;
}
    
/*//////////////////////////////////////////*/
/* /////////// FINISHED /////////////////// */
/*//////////////////////////////////////////*/


.BG2 {
    display: none;
}

#finished_cta {
    position: absolute;
    bottom: auto;
    right: auto;
    width: 100%;
    font-size: 1.2em;
    padding: 1em;
    text-align: center;
    z-index: 99;
    cursor: pointer;
 }
#finished_cta:hover {
    background: #0c8aa8;
}

#finished_cta_triangulo {
    display: none;
}

footer {
    position: absolute;
    bottom: auto;
    top:70px;
}

#spotify_logo_cta {
    position: relative;
    float: none;
    background-size: 70%;
}

footer #spotify_logo_cta {
    width: 100%;
    height: 150px;
}

footer #w_wcopy {
    position: relative;
    float: none;
    text-align: left;
    padding-top:0;
    max-width: auto;
}

#store_icons {
    position: relative;
    float: none;
    padding-top:0;
    padding-right:0;
    padding-bottom: 20px;
    text-align: center;
}


}
