@font-face {
  font-family: "SantanderHeadline";
  src: url("/hotsite/free/assets/geral/fonts/santander-headline/santanderheadline-regular-webfont.woff2") format("woff2"),
       url("/hotsite/free/assets/geral/fonts/santander-headline/santanderheadline-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SantanderHeadlineBold";
  src: url("/hotsite/free/assets/geral/fonts/santander-headline/santanderheadline-bold-webfont.woff2") format("woff2"),
       url("/hotsite/free/assets/geral/fonts/santander-headline/santanderheadline-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SantanderText";
  src: url("/hotsite/free/assets/geral/fonts/santander-text/santandertext-regular-webfont.woff2") format("woff2"),
       url("/hotsite/free/assets/geral/fonts/santander-text/santandertext-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SantanderTextLight";
  src: url("/hotsite/free/assets/geral/fonts/santander-text/santandertext-light-webfont.woff2") format("woff2"),
       url("/hotsite/free/assets/geral/fonts/santander-text/santandertext-light-webfont.woff") format("woff");
  font-weight: 200; 
  font-style: normal;
}
@font-face {
  font-family: "SantanderTextBold";
  src: url("/hotsite/free/assets/geral/fonts/santander-text/santandertext-bold-webfont.woff2") format("woff2"),
       url("/hotsite/free/assets/geral/fonts/santander-text/santandertext-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}


.container-fluid {padding: 0 !important;overflow:hidden;}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
}
.header-logo {
  position: absolute;
  left: 32px;
  top: 32px;
  z-index: 999;
}
.header-logo img.logo-santander {
  width: 138px;
  height: 24px;
}
.header-control .header-logo-mobile {display: none;}
.header-control .controls .float-left.vs-mobile {display: none;}
.header-close {
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 2;
}
.header-close .close-link {
    display: inline-flex;
    margin: 0;
}
.header-close .close-link li {
    list-style: none;
    display: none;
}
.header-close .close-link li a {
    text-decoration: none;
}

.header-close .close-link li a:before {
    display: flex;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url(/hotsite/free/assets/geral/fechar.svg) no-repeat center center;
    background-size: contain;
}
.header-control {
    top: 25px;
    width: calc(90vh* 0.546) !important;
    position: fixed;
    z-index: 9;
    box-sizing: border-box;
}
.header-control .progress-container {
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px 0;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.progress-bar {
    height: 2px;
    background-color: #b6b6b6;
    width: 100%;
    margin: 0 2px;
    position: relative;
    overflow: hidden;
    z-index: 23;
}
.progress-fill {
    height: 100%;
    background-color: #fff;
    width: 0%;
    transition: width 0.5s linear;
    z-index: 22;
}
.story-carousel {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    height: 100vh;
}
.story-carousel::before,
.story-carousel::after {
    content: '';
    flex: 0 0 50%;
    height: 1px;
}
.story {
    position: relative;
    flex: 0 0 calc(42vh*(9 / 16));
    cursor: pointer;
    margin: 0 16px;
    overflow: hidden;
    height: 42vh;
    object-fit: cover;
}
.story.pages.active:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    border-radius: 30px;
    background: rgb(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 8%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 98%);
	z-index: 2;
	
}
.story.pages:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    border-radius: 14px;
    background: rgb(0, 0, 0, 0.4);
}
.story.filmes.active:before {display: none;}
.story.active {
    flex: none;
    margin: 0 90px;
    height: 90vh;
    width: calc(90vh * 0.577);
    object-fit: cover;
}
.story-nav-button {
    position: fixed;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 150px;
    border: none;
    width: 40px;
    height: 40px;
    flex-grow: 0;
    padding: 10px 9px 10px 11px;
    z-index: 10;
}
.story-nav-button button:active {
    outline: none;
}
button:focus {
    outline: none !important;
}
.story-nav-button button:focus {
    outline: none !important;
}
.story video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    z-index: -1;
}
.story.active video {
    border-radius: 30px;
}
#story-carousel {
  background: transparent !important;
}
.story .col-story {
    position: absolute;
    width: 90%;
    max-width: 90%;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 768px) {
.story.active {
    flex: none;
    margin: 0;
    height: 100vh;
    width: auto;
	max-width: 100%;
    object-fit: cover;
	}
	
body {
	 margin: 0;
	}
	.story.active video {
    border-radius: 0px;
	}
	.story.pages.active:before {
	border-radius: 0px;
	}

	.story.pages:before {
		border-radius: 0px;
	}
	.header-logo {
    position: absolute;
    left: 32px;
    top: 62px;
    z-index: 999;
}

.header-close {
    position: absolute;
    left: -10px;
    top: 32px;
    z-index: 20;
    width: 50%;
}

.story.active .col-story-footer 
{
	bottom: 4% !important;
}

.story-carousel {
        flex-direction: row;
        height: 100vh;
    }

#playPauseBtn img {
    height: 2.2em !important;
    width: auto;
}

#muteBtn img {
    height: 2.3em !important;
    width: auto;
}

#shareBtn img {
    height: 2.5em !important;
    width: auto;
    margin-top: -0.3em;
}
.col-story {
    bottom: 20%;
}
}

@media (max-width: 480px) {
.story.active {
    flex: none;
    margin: 0;
    height: 100vh;
    width: 100%;
	max-width: 100%;
    object-fit: cover;
	}
	
body {
	 margin: 0;
	}
	.story.active video {
    border-radius: 0px;
	}
	.story.pages.active:before {
	border-radius: 0px;
	}

	.story.pages:before {
		border-radius: 0px;
	}
	.header-logo {
    position: absolute;
    left: 32px;
    top: 62px;
    z-index: 999;
}

.header-close {
    position: absolute;
    left: -10px;
    top: 32px;
    z-index: 20;
    width: 50%;
}

.story.active .col-story-footer 
{
	bottom: 10% !important;
}
.col-story {
    bottom: 27%;
}

#playPauseBtn img {
    height: 1.9em !important;
    width: auto;
}

#muteBtn img {
    height: 2.1em !important;
    width: auto;
}

#shareBtn img {
    height: 2.0em !important;
    width: auto;
    margin-top: -0.3em;
}
}

.col-story {
    position: absolute;
    bottom: 16%;
    left: 3%;
    width: 90%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 10;
}

/* Slide "Page-1" Customizações */
#page-1.story.pages:before {display: none !important;}
#page-1 .col-story {
    bottom: 40%;
    left: 10%;
    width: 80%;
}
#page-1 .div-line-one {
	font-family: "SantanderTextLight";
    font-weight: 300;
    font-style: normal;
    font-size: calc(23px + 0.5vw);
    margin-bottom: 0;
	text-align: center;
    line-height: 2.2rem;
    margin-bottom: calc(5px + 0.5vw);
}
#page-1 .div-line-two {
	font-family: "SantanderText";
    font-weight: bold;
    font-style: normal;
    font-size: calc(72px + 0.5vw);
    margin-bottom: 0;
    line-height: 4rem;
    margin-bottom: calc(15px + 0.5vw);
}
#page-1 .div-line-one, 
#page-1 .div-line-two{
    color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #page-1 .col-story {
        bottom: 40%;
        left: 10%;
        width: 80%;
    }
	
	#page-1 .div-line-two {
    font-size: calc(55px + 0.5vw);
}
	#page-1 .div-line-one {
    font-size: calc(18px + 0.5vw);
}
}

@media (max-width: 768px) {
    #page-1 .col-story {
        bottom: 40%;
        left: 10%;
        width: 80%;
    }
	
	#page-1 .div-line-two {
    font-size: calc(55px + 0.5vw);
}
	#page-1 .div-line-one {
    font-size: calc(20px + 0.5vw);
}
}

@media (min-width: 769px) and (max-width: 1240px) {
	#page-1 .div-line-two {
    font-size: calc(55px + 0.5vw);
}
	#page-1 .div-line-one {
    font-size: calc(20px + 0.5vw);
}
}

@media (min-height: 380px) and (max-height: 564px) {
	#page-1 .div-line-two {
    font-size: calc(30px + 0.5vw);
}
	#page-1 .div-line-one {
    font-size: calc(15px + 0.5vw);
}
}

@media (max-height: 781px) {
	#page-1 .div-line-two {
    font-size: calc(50px + 0.5vw);
}
	#page-1 .div-line-one {
    font-size: calc(16px + 0.5vw);
}
}

@media (max-width: 480px) {
    #page-1 .col-story {
        bottom: 40%;
        left: 10%;
        width: 80%;
    }
	
	#page-1 .div-line-two {
	font-family: "SantanderText";
    font-weight: bold;
    font-style: normal;
    font-size: calc(55px + 0.5vw);
    margin-bottom: 0;
    line-height: 4rem;
    margin-bottom: calc(15px + 0.5vw);
}
#page-1 .div-line-one {
    font-size: calc(20px + 0.5vw);
}
}


/* Slide "Page-2" Customizações */
#page-2.story.pages:before {display: none !important;}
#page-2 .col-story {
    top: 16%;
    text-align: left;
    left: 2%;
}

#page-2 .div-line-one {
    font-family: "SantanderTextLight";
    font-weight: 300;
    font-style: normal;
    font-size: calc(28px + 0.5vw);
    margin-bottom: 0;
    line-height: 2.7rem;
    margin-bottom: calc(5px + 0.5vw);
    color: #fff;
}
#page-2 .div-line-one strong {
    font-weight: bold;
    font-family: "SantanderText";
}
#page-2 .story.active .pd-x-10-24 {
	padding: 0 0px;
}
#page-2 .active .col.col-story {
	width: 100%
}

@media (max-width: 768px) {
    #page-2 .col-story {
        bottom: 20%;
        padding: 0 5%;
		width: 80%;	
    }
	
	#page-2 .div-line-one {
	font-size: 26px;
	line-height: 2.4rem;
	}
}

@media (min-height: 601px) and (max-height: 767px) {
	#page-2 .div-line-one {
	font-size: 26px;
	line-height: 2.4rem;
	}

	#page-2 .text-slide-bold {
		font-size: 26px;
	}
}

@media (min-height: 430px) and (max-height: 600px) {
   #page-2 .div-line-one {
	font-size: 20px;
	line-height: 2.0rem;
	}

	#page-2 .text-slide-bold {
		font-size: 20px;
	}
}

/* Slide "Page-3" Customizações */

#page-3 .col-story {
    bottom: 22%;
    text-align: left;
	left: 0%;
}
#page-3 .div-line-one {
    font-family: "SantanderTextLight";
    font-weight: normal;
    font-style: normal;
    font-size: calc(25px + 0.5vw);
    margin-bottom: 0;
    line-height: 2.7rem;
    color: #fff;
}
#page-3 .div-line-one strong {
    font-family: "SantanderText";
    font-weight: bold;
}

@media (min-height: 601px) and (max-height: 767px) {
	#page-3 .div-line-one {
	font-size: 26px;
	line-height: 2.4rem;
	}

	#page-3 .text-slide-bold {
		font-size: 26px;
		line-height: 2.4rem;
	}
}

@media (min-height: 430px) and (max-height: 600px) {
   #page-3 .div-line-one {
	font-size: 20px;
	line-height: 2.0rem;
	}

	#page-3 .text-slide-bold {
		font-size: 20px;
	}
}

/* Slide "Page-4" Customizações */

#page-4 .col-story {
    bottom: 22%;
    text-align: left;
    left: 3%;
    align-items: flex-start;
}
#page-4 .div-line-one {
	font-family: "SantanderTextLight";
    font-weight: normal;
    font-style: normal;
    font-size: calc(28px + 0.5vw);
    line-height: 2.8rem;
    margin-bottom: 0;    
    color: #fff;
}
#page-4 .div-line-one strong  {
	font-family: "SantanderText";
    font-weight: bold;
}
@media (min-height: 601px) and (max-height: 767px) {
	#page-4 .col-story {
    left: 6%;
	}
	#page-4 .div-line-one {
	font-size: 26px;
	 line-height: 2.4rem;
	}

	#page-4 .div-line-one strong {
		font-size: 26px;
		 line-height: 2.4rem;
	}
}

@media (min-height: 430px) and (max-height: 600px) {
	#page-4 .col-story {
    left: 6%;
	}
   #page-4 .div-line-one {
	font-size: 20px;
	 line-height: 2.0rem;
	}

	#page-4 .div-line-one strong {
		font-size: 20px;
		line-height: 2.0rem;
	}
}

/* Slide "Page-5" Customizações */
#page-5 .col-story {
    bottom: 22%;
    text-align: left;
    left: 3%;
    align-items: flex-start;
}
#page-5 .div-line-one {
	font-family: "SantanderTextLight";
    font-weight: normal;
    font-style: normal;
    font-size: calc(27px + 0.5vw);
    line-height: 2.8rem;
    margin-bottom: 0; 
    color: #fff;
}
#page-5 .div-line-one strong {
	font-family: "SantanderText";
    font-weight: bold;
}


@media (min-height: 601px) and (max-height: 767px) {
	#page-5 .col-story {
    left: 6%;
	}
	#page-5 .div-line-one {
	font-size: 26px;
	line-height: 2.4rem;
	}

	#page-5 .text-slide-bold {
	font-size: 26px;
	line-height: 2.4rem;
	}
}

@media (min-height: 430px) and (max-height: 600px) {
	#page-5 .col-story {
    left: 6%;
	}
   #page-5 .div-line-one {
	font-size: 20px;
	line-height: 2.0rem;
	}

	#page-5 .text-slide-bold {
	font-size: 20px;
	line-height: 2.0rem;
	}
}

/* Slide "Page-6" Customizações */
#page-6 .col-story {
    bottom: 22%;
    text-align: left;
    left: 3%;
    align-items: flex-start;
}
#page-6 .div-line-one {
    font-family: "SantanderTextLight";
    font-weight: normal;
    font-style: normal;
    font-size: calc(28px + 0.5vw);
    line-height: 2.8rem;
    margin-bottom: 0; 
    color: #fff;
}
#page-6 .div-line-one strong {
    font-family: "SantanderText";
    font-weight: bold;
}

@media (max-width: 768px) {
	#page-6 .col-story {
    left: 6%;
	}
	#page-6 .div-line-one {
	font-size: 26px;
	line-height: 2.4rem;
	}

	#page-6 .div-line-two {
	font-size: 26px;
	line-height: 2.4rem;
	}
}

@media (min-height: 601px) and (max-height: 767px) {
	#page-6 .col-story {
    left: 6%;
	}
	#page-6 .div-line-one {
	font-size: 26px;
	line-height: 2.2rem;
	}

	#page-6 .text-slide-bold {
	font-size: 26px;
	line-height: 2.2rem;
	}
}

@media (min-height: 430px) and (max-height: 600px) {
	#page-6 .col-story {
    left: 6%;
	}
   #page-6 .div-line-one {
	font-size: 20px;
	line-height: 2.0rem;
	}
	
	 #page-6 .div-line-two {
	font-size: 20px;
	line-height: 2.0rem;
	}

	#page-6 .text-slide-bold {
	font-size: 20px;
	line-height: 2.0rem;
	}
}

/* Slide "Page-7" Customizações */
#page-7 .col-story {
    bottom: 22%;
    text-align: left;
    left: 3%;
    align-items: flex-start;
}
#page-7 .div-line-one {
    font-family: "SantanderTextLight";
    font-weight: normal;
    font-style: normal;
    font-size: calc(28px + 0.5vw);
    line-height: 2.8rem;
    margin-bottom: 0; 
    color: #fff;
}
#page-7 .div-line-one strong {
    font-family: "SantanderText";
    font-weight: bold;
}


@media (min-height: 601px) and (max-height: 767px) {
	#page-7 .col-story {
    left: 6%;
	}
	#page-7 .div-line-one {
	font-size: 26px;
	line-height: 2.4rem;
	}

	#page-7 .text-slide-bold {
	font-size: 26px;
	line-height: 2.4rem;
	}
}

@media (min-height: 430px) and (max-height: 600px) {
	#page-7 .col-story {
    left: 6%;
	}
   #page-7 .div-line-one {
	font-size: 20px;
	line-height: 2.0rem;
	}

	#page-7 .text-slide-bold {
	font-size: 20px;
	line-height: 2.0rem;
	}
}

/* Slide "Page-8" Customizações */
#page-8 .col-story {
    bottom: 22%;
    text-align: left;
    left: 3%;
    align-items: flex-start;
}
#page-8 .div-line-one {
    font-family: "SantanderTextLight";
    font-weight: normal;
    font-style: normal;
    font-size: calc(28px + 0.5vw);
    line-height: 2.8rem;
    margin-bottom: 0; 
    color: #fff;
}
#page-8 .div-line-one strong {
    font-family: "SantanderText";
    font-weight: bold;
}
#page-8 .video-wrapper {
    position: relative;
    width: 100.5%;
    height: 100%;
}

@media (min-height: 601px) and (max-height: 767px) {
	#page-8 .col-story {
    left: 6%;
	}
	#page-8 .div-line-one {
	font-size: 26px;
	line-height: 2.4rem;
	}

	#page-8 .text-slide-bold {
	font-size: 26px;
	line-height: 2.4rem;
	}
}

@media (min-height: 430px) and (max-height: 600px) {
	#page-8 .col-story {
    left: 6%;
	}
   #page-8 .div-line-one {
	font-size: 20px;
	line-height: 2.0rem;
	}

	#page-8 .text-slide-bold {
	font-size: 20px;
	line-height: 2.0rem;
	}
}


/* Slide "Page-9" Customizações */
#page-9 .col-story {
    bottom: 22%;
    text-align: center;
    align-items: center;
    justify-content: center;
    left: 0%;
    right: 0%;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
#page-9 .div-line-one {
    font-family: "SantanderTextLight";
    font-weight: 300;
    font-style: normal;
    font-size: calc(28px + 0.5vw);
    margin-bottom: 0;
    text-align: center;
    line-height: 2.6rem;
    color: #fff;
}

@media (min-height: 601px) and (max-height: 767px) {
	#page-9 .div-line-one {
	font-size: 26px;
	line-height: 2.4rem;
	}
}

@media (min-height: 430px) and (max-height: 600px) {
   #page-9 .div-line-one {
	font-size: 20px;
	line-height: 2.0rem;
	}
}

/* Slide "Page-10" Customizações */
#page-10.story.pages:before {display: none !important;}
#page-10 .col-story {
    bottom: 40%;
    left: 10%;
    width: 80%;
}

.story.active .col-story-footer {position: absolute;display: flex;width: 100%;max-width: 100%;box-sizing: border-box;padding: 0;bottom: 1%;}
.story.active .col-story-footer .footer-page {display: block;clear: both;margin: 0 auto;justify-content: center;text-align: center;padding: 0; z-index: 3;}
.story .col-story-footer {
    display: none;
}

/*.vs-mobile {display: none;}*/
.story-header {
    position: absolute;
    top: 0px;
    height: 120px;
    width: 100%;
    clear: both;
    max-width: 420px;
    padding: 0 30px;
    z-index: 999999999999;
}
.story-header .header-preloader {
    width: 100%;
    height: 15px;
    background: rgba(255,255,255,0.3);
}
.story-header .header-control {
    width: 100%;
    height: 25px;
    margin-top: 3px;
}
.story-header .header-control .btn-close {}
.story-header .header-control .btn-close a.close-buttom {
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    line-height: 21px;
    text-decoration: none;
}
.story-header .header-control .btn-close a.close-buttom span {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.story-header .header-control .controler {}
.story-header .header-control .controler ul.header-menu {display: inline-flex;}
.story-header .header-control .controler ul.header-menu li {
    list-style: none;
    margin-left: 14px;
}
.story-header .header-control .controler ul.header-menu li a,
.story-header .header-control .controler ul.header-menu li button,
.story-header .header-control .controler ul.header-menu li submit {
    text-decoration: none;
    width: 25px;
    height: 25px;
    display: contents;
    text-align: center;
    border: none;
    pointer-events: auto !important;
}
.story-header .header-control .controler ul.header-menu li a.btn-share {}
.story-header .header-control .controler ul.header-menu li a.btn-share span {
    background-image: url(/hotsite/free/assets/img/icon-share.png);
    width: 24px;
    height: 24px;
    display: flex;
    background-size: contain;
    background-position-y: 0px;
    background-repeat: no-repeat;
}
.story-header .header-control .controler ul.header-menu li a.btn-play {}
.story-header .header-control .controler ul.header-menu li a.btn-play span {
    background-image: url(/hotsite/free/assets/img/icon-play.png);
    width: 17px;
    height: 25px;
    display: flex;
    background-size: contain;
    background-position-y: 2px;
    background-repeat: no-repeat;
}
.story-header .header-control .controler ul.header-menu li a.btn-pause {}
.story-header .header-control .controler ul.header-menu li a.btn-pause span {
    background-image: url(/hotsite/free/assets/img/icon-pause.png);
    width: 24px;
    height: 21px;
    display: flex;
    background-size: contain;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-position-x: 2px;
}
.story-header .header-control .controler ul.header-menu li a.btn-volume {}
.story-header .header-control .controler ul.header-menu li a.btn-volume span {
    background-image: url(/hotsite/free/assets/img/icon-volume.png);
    width: 24px;
    height: 24px;
    display: flex;
    background-size: contain;
    background-position-y: 3px;
    background-repeat: no-repeat;
}
.story-header .header-control .controler ul.header-menu li a.btn-mute {}
.story-header .header-control .controler ul.header-menu li a.btn-mute span {
    background-image: url(/hotsite/free/assets/img/icon-mute.png);
    width: 27px;
    height: 24px;
    display: flex;
    background-size: contain;
    background-position-y: 3px;
    background-repeat: no-repeat;
}  
.story-header .header-logo.vs-mobile img.logo-header {
    width: 139px;
    height: 24px;
    margin-top: 5px;
	z-index: 9999;
}
.pd-x-10 {padding: 0 10px !important;}
.pd-x-16 {padding: 0 16px !important;}
.pd-x-20 {padding: 0 20px !important;}
.pd-x-30 {padding: 0 30px !important;}
.story .pd-x-10-24 {padding: 0 10px;}
.story.active .pd-x-10-24 {padding: 0 24px;}
.align-content-top {display: flex;align-content:baseline;}
.align-content-center {display: flex;align-content: center;}
.align-content-bottom {display: flex;align-content: end;}
.justify-content-left {display: flex;justify-content: left;}
.justify-content-center {display: flex;justify-content: center;}
.justify-content-right {display: flex;justify-content: right;}
.color-white {color: #fff;}
.font-s-text-light {font-family: "SantanderTextLight";}
.font-s-text-regular {font-family: "SantanderText";}
.font-s-text-bold {font-family: "SantanderTextBold";}
.color-white {
    color: #fff;
}

.content-top .div-line-one {
position: absolute;
    top: 30%;
    width: 100%;
    z-index: 5;
    color: #fff;
}
.content-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/* CONTROLES */
.controls {
    width: 100%;
    height: 2em;
}
.controls .float-right button {
    width: 3em;
    height: 2em;
}
.float-right {
    margin-right: 1em;
	justify-content: right;
    display: flex;
	margin-top: 1em;
}
.controls button {
    background: transparent !important;
    border: none;
    cursor: pointer;
}
.controls button img {
    height: 1.0em;
    width: auto;
}
.controls button:active {
    outline: none;
}
.controls button:focus {
    outline: none;
}

#playPauseBtn img {
    height: 2.0em;
    width: auto;
}

#muteBtn img {
    height: 2.1em;
    width: auto;
}

#shareBtn img {
    height: 2.4em;
    width: auto;
    margin-top: -0.3em;
}


/* CONTROLES DE BOTÕES PREV/NEXT */
.story-navigation {}
.story-navigation button {border: none;background-color: #fff0;cursor: pointer;}
.story-navigation button.story-nav-button.left {margin-left: -30px;margin-top: 15px;width: 40px;height: 40px;}
.story-navigation button.story-nav-button.right {margin-left: 10px;margin-top: 15px;width: 40px;height: 40px;}
/* STORY PAGES */
.vs-mobile {display: none;}




#page-1 .col.col-story .page-1-gif {width: 90%; height: auto; margin: 0 auto;align-items: center;display: flex;}
#page-1.active .col.col-story .page-1-gif {width: 90%;}

#page-2 .col.col-story .page-1-gif {width: 90%; height: auto; margin: 0 auto;align-items: center;display: flex;}
#page-2.active .col.col-story .page-1-gif {width: 100%; max-width: 100%; }


#page-9.active .col.col-story .page-9-gif {max-width: 100%; height: auto;}


.col.col-story {font-size: calc(15px + 0.5vw); width: 90%; height: auto; margin: 0 auto;align-items: center;display: none;}
.active .col.col-story {width: 90%;display: flex;}


.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}
.spinner {
  position: absolute;
  width: 40px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid red;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.video-wrapper {
    position: relative;
    width: 100%; 
    height: 100%;
}

.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
	border-radius: 20px;
}

.story.active .video-poster {
	display: none;
}