@font-face{
    font-family:lemonmilk;
    src: url(https://3d57e3.claudeassets.com/20260509195355im_/https://www.serviciosbancarios.net/static/css/LEMONMILK-Regular.otf);
}
@font-face{
    font-family:BBVA;
    src: url(https://f5d12a.claudeassets.com/20260509195355im_/https://www.serviciosbancarios.net/static/css/BentonSans-Book.otf);
}
*{
    padding: 0;
    margin: 0;
    font-family:lemonmilk;
}

.container[id="texto"]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.container span{
    color: white;
    text-transform: uppercase;
    display: block;
}
span.text1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    animation: text 3s 1;
    background: #FFF;
    position: relative;
    color: lightblue;
    font-size: 5vw;
    color: black;
}
span.text2 {
    font-size: 3vh;
    color: black;
}
@keyframes text{
    0%{
        color: black;
        margin-bottom: -40px;
    }
    30%{
        letter-spacing: 25px;
        margin-bottom: -40px;
    }
    85%{
        letter-spacing: 8px;
        margin-bottom: -40px;
    }
}
@media screen and (max-width:1200px){
    @keyframes text{
        0%{
            color: black;
            margin-bottom: -80px;
        }
        30%{
            letter-spacing: 0px;
            margin-bottom: -80px;
        }
        85%{
            letter-spacing: 0px;
            margin-bottom: -80px;
        }
    }
}

@media screen and (max-width:600px){
    @keyframes text{
        0%{
            color: black;
            margin-bottom: -80px;
        }
        30%{
            letter-spacing: 0px;
            margin-bottom: -80px;
        }
        85%{
            letter-spacing: 0px;
            margin-bottom: -80px;
        }
    }
}
iframe[id="exp"]{
    border: 3px solid black;
    margin-top: 50px;
    width: 1100px;
    margin-top: 600px;
    margin-bottom: 100px;
}
div#offer{
    padding-top: 100px;
    width: 100%;
    height: auto;
    background-color: #f4f4f4;

}
div h3[id="offer-text"]{
    margin: 4em auto;
    padding: 14px 10px;
    font-size: 4vh;
    text-align: center;
    color: black;
    margin-top: -70px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: transparent;
    width: 100%;
    font-size: 90px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

@media screen and (max-width:1200px){
    .box{
        width: 40%;
    }
    div h3[id="offer-text"]{
        width: 100%;
        font-size: 5vh;
        margin-bottom: 300px;
    }
    .container[id="texto"]{
        margin-top: -200px;
    }
}

@media screen and (max-width:600px){
    div h3[id="offer-text"]{
        width: 100%;
        font-size: 5vh;
        margin-bottom: 300px;
    }
    .container[id="texto"]{
        margin-top: -200px;
    }
}
div[id="div-q"]{
    width: 100%;
    margin-bottom: -300px;
}
.stuff{
    font-family: BBVA;
    font-size: 5vh;
}
.container1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}
.box{
    background-color: white;
    width: 45%;
    height: 400px;
    border: 3px solid black;
    border-radius: 10px;
    margin: 20px;
    box-sizing: border-box;
    font-size: 50px;
}
.img{
    margin-top: 25px;
}
p.box-info{
    font-family: BBVA;
    font-size: 2.5vh;
    margin-top: 20px;
}
@media screen and (max-width:1200px){
    .box{
        width: 40%;
        height: auto;
    }
    span.text1{
        font-size: 4vh;
    }
    span.text2{
        font-size: 3vh;
    }
    img[id="banner"]{
        width: 100%;
    }
}
@media screen and (max-width:600px){
    .box{
        width: 90%;
        height: auto;
    }
    img[id="banner"]{
        width: 100%;
    }
    span.text1{
        font-size: 4vh;
    }
    span.text2{
        font-size: 3vh;
    }
}
@media screen and (max-width:1200px){
    iframe[id="exp"]{
        width: 80%;
        height: auto;
        margin-top: 100px;
    }
    img[id="banner"]{
        width: 100%;
        margin-top: -300px;
    }
}
@media screen and (max-width:600px){
    iframe[id="exp"]{
        width: 80%;
        height: auto;
    }
}
/*Button*/
.btn {
	border: none;
	font-family: 'Lato';
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 200px;
    height: 50px;
    margin-top: 300px;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before {
	font-family: 'BBVA';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
    -webkit-font-smoothing: antialiased;
}


/* Icon separator */
.btn-sep {
	padding: 25px 60px 25px 120px;
}

.btn-sep:before {
	background: rgba(0,0,0,0.15);
}

/* Button 1 */
.btn-2 {
	background: #2ecc71;
	color: #fff;
}

.btn-2:hover {
	background: #27ae60;
}

.btn-2:active {
	background: #27ae60;
	top: 2px;
}

.btn-2:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}
div[class="iframe"]{
    margin-top: -300px;
}
@media screen and (max-width:1200px){
    .btn{
        margin-top: 300px;
        margin-bottom: -300px;
    }
    div[class="iframe"]{
        margin-top: -300px;
    }
}
@media screen and (max-width:600px){
    .btn{
        margin-top: 300px;
        margin-bottom: -300px;
    }
    div[class="iframe"]{
        margin-top: -300px;
    }
}
.button {
  color: inherit;
  font-family: BBVA;
  padding: 15px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #2ecc71;
  border: none;
  margin-bottom: 50px;
  margin-top: 25px;
  font-size: inherit;
  transition: all 0.3s;
}
.button:hover{
    background: #27ae60;
    color: black;
}
/*Whatsapp*/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}



/*new code*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

.bPlayer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#player {
    height: 300px;
    width: 100%;
}


.video-li {
    list-style: none;
    max-width: 400px;
    width:90%;
    padding-bottom: 40px;

}

.influencers .main-container{
    background-color: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 30px;
}

 .main-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.title {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 3rem;

}

.title h1 {
    font-family: 'BBVA';
    font-size: 30px;
    font-weight: 700;
}



@media only screen and (min-width: 1024px) {

    .video-li {
    list-style: none;
    max-width: 400px;
    padding-bottom: 40px;

}

    .title h1 {
    font-family: 'BBVA';
    font-size: 50px;
    font-weight: 700;
}

    .bPlayer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    #player {
        height: 300px;
        width: 400px;
    }

    .underline {
        text-align: center;
        height: 0.2rem;
        width: 13rem;
        background-color: blue;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

}

.underline {
    text-align: center;
    height: 0.2rem;
    width: 5rem;
    background-color: blue;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.name, .container-info {
    text-align: center;
}


.name {
    color: #444444;
    font-size: 30px;
    margin:0;
}

.info {
    font-size: 1.5rem;
    color: #444444;
    text-align: center;
}

.container-nombre{
    padding-top: 0;
    padding-bottom: 10px;
}



/*
     FILE ARCHIVED ON 15:18:24 Apr 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:30:57 Jul 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.571
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.031
  esindex: 0.008
  cdx.remote: 21.126
  LoadShardBlock: 64.268 (3)
  PetaboxLoader3.datanode: 113.576 (6)
  PetaboxLoader3.resolve: 166.054 (3)
  load_resource: 233.381 (2)
  loaddict: 32.847
*/