@font-face {
  font-family: IntegralBold;
  src: url(/fonts/integral/IntegralCF-Bold.woff);
}

@font-face {
  font-family: Montreal;
  src: url(/fonts/Montreal-Medium.woff);
}
@font-face {
  font-family: Signature;
  src: url(../fonts/Signature.woff);
}
.firma{
  font-family: Signature;
  font-size: 25px;
  position: absolute;
  display: flow-root;
  width: 100%;
  text-transform: unset;
  white-space: nowrap;
  top: -21px;
}
.text-dinamyc{
  font-size:15px;
}
.desktop{
  display:block;
}
.mobile{
  display:none;
}
body{
  background: #000000;
  padding: 2rem 10vw;
  position: relative;
  overflow-x:hidden;
}
.img-logo {
  max-width: 11vw;
  margin-left: 2vw;
  margin-top: 1vw;
  position: relative;
  position: absolute;
}
.hero-section{
  position: relative;
  min-height: 44vw;
}
.hero-section .cta-info{
  position: absolute;
  z-index: 2;
}
.hero-section .contenido {

}
.hero-section .contenido .header{

}

.hero-section .contenido .header img{
position: relative;
top: 14vw;
width: 36vw;
left: 3vw;
}
.hero-section .contenido .subtitle{
  position: relative;
  top: 15vw;
  left: 4vw;
  /* width: 46vw; */
  font-family: IntegralBold;
  color: white;
  /* font-size: 2.5vw; */
}
h2{
    font-size: 1.85vw;
}
.hero-section .contenido .botonera{
  position: relative;
  top: 17vw;
  left: 4vw;
}
.btn-pepsi{
  font-family: 'IntegralBold';
  text-decoration: none;
  color: white;
  border: 3px solid;
  display: block;
  max-width: 16vw;
  min-width: 16vw;
  font-size: 1.25vw;
  text-align: center;
  padding: 0.25vw;
  border-radius: 3vw;
  display: flex;
  cursor: pointer;
  position: relative;
  justify-content: center;
}
.btn-pepsi:hover{
background: white;
color: #0060c9;
}
.btn-pepsi .text-btn{
  margin-top: -0.5vh;
}
.hero-section .content-img{
  position: absolute;
  right: 0;
}
.hero-section .content-img .img-header{
  width: 59vw;
}
.slider-mobile{
  max-width:100vw;
  display:none;
}
.slider-mobile img{
  max-width:100%;

}
.ct-video{

position: relative;

width: 100%;
}
.ct-video h3{

font-family: 'IntegralBold';

text-decoration: none;

color: white;

text-align: center;

padding: 2rem 0rem;

font-size: 1.3vw;
}
.ct-video .cont-video{

width: 100%;

text-align: center;
}
.ct-video .cont-video video{

width: 100%;

margin: 0 auto;

border: 3rem solid #003dc7;

border-top: 2rem solid #003dc7;

border-bottom: 2rem solid #003dc7;
}
.formulario{
  margin-top:3rem;
}
.img-form{
  width:100%;
}

.input-control{

}
.botonera-form{
text-align: right;
position: relative;
display: flex;
justify-content: end;
}
.input-text{
  border: none;
  outline:none;
}
.input-text:active{
  border: none;
  outline:none;
}
select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.input-control .input-text{
  font-family: Montreal;
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  width: 100%;
  text-transform: capitalize;
  height: 3rem;
  /* padding-left: 5px; */
  color: white;
  margin-bottom: 1rem;
}
input::placeholder {
  font-family: Montreal;
  color:white;
  font-size:15px;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999999999;
}

#popup-content {
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  max-height: 80%;
  color: #000000b5;
  /* font-size: 10px; */
  position: relative;
  padding-right: 0;
}

#close-button {
  float: right;
  border: none;
  background: transparent;
  font-size: 3rem;
  position: absolute;
  right: 0.3rem;
  top: -1.5rem;
}
.firma-line{

width: 152px;

border-bottom: 1px solid black;

height: 20px;

position: relative;

overflow: revert;
}
@media (max-width:768px){
  .img-logo {
    max-width: 21vw;
    margin-left: 0vw;
    margin-top: 1vw;
    position: relative;
}
  .desktop{

      display:none;
    }
    .mobile{
      display:block;
    }
  .img-form {
  width: 40vw;
  margin: 0 auto;
}
    body{
  padding: 2rem 1rem;
}
  .ct-video h3 {font-size: 3.3vw;padding: 2rem 2%;}
  .ct-video .cont-video video {
  width: 95%;
  margin: 0 auto;
  border: 2rem solid #003dc7;
  border-top: 1rem solid #003dc7;
  border-bottom: 1rem solid #003dc7;
}
  .slider-mobile{
      display:block;
      margin-top: 5vw;
}
.hero-section{
  position: relative;
  min-height: 107vw;
}
.hero-section .cta-info{
  position: absolute;
  z-index: 2;
}
.hero-section .contenido {

}
.hero-section .contenido .header{

}

.hero-section .contenido .header img{
position: relative;
top: 1vw;
width: 90vw;
left: 0vw;
}
.hero-section .contenido .subtitle{
  top: 5vw;
  width: 100%;
  left: unset;
}
h2{
    font-size: 4.85vw;
    text-align: left;
}
.hero-section .contenido .botonera{
  position: relative;
  top: 8vw;
  left: unset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.btn-pepsi{
  font-family: 'IntegralBold';
  text-decoration: none;
  color: white;
  border: 3px solid;
  display: block;
  max-width: 52vw;
  min-width: 37vw;
  font-size: 3.5vw;
  text-align: center;
  padding: 1.5vw;
  border-radius: 5vw;
  cursor: pointer;
}
.btn-pepsi:hover{
background: white;
color: #0060c9;
}
.btn-pepsi .text-btn{
  margin-top: -0.5vh;
}
.hero-section .content-img{
  display: none;
}
.hero-section .content-img .img-header{
  width: 59vw;
}
}
