
  .video-box > div:nth-child(1){
    text-align:center !important;
}
html{
  scroll-behavior:smooth;
}
.blue::after {
    background: url(https://marketing.oncosalud.pe/hubfs/AF%20Landing%20Soluciones%20de%20Pago-06.png);
    background-repeat: repeat;
    background-size: 100%;
    width: 100%;
    height: 5px;
    z-index: 9999;
    display: block;
    position: absolute;
    content: '';
}
}
a{
  text-decoration:none;
}
.flex{
  display:flex;
  align-items:center;
}
.f2 h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #0EB0CB;
}
.blue h2{
  margin-top: 35px;
  color: #005993;
  font-family: monse_medium,sans-serif;
  font-weight: 300;
}
.blue ul li{
  font-family:monse_medium;
  font-size:1.04vw;
  font-weight:bold;
  color:#fff;
}
li{
   list-style:none;
}
.blue ul li{
  text-align:center;
}
.blue ul li img{
    min-height: 68px;
    object-fit: none;
  display:block;
  margin:5px auto;
}
.blue ul.flex{
  justify-content:space-between;
}
.f1{
  width:100%;
  max-width:65%;
}
.f2{
  width:100%;
  max-width:35%;
}
.home {
    position: relative;
}
.home{
  position:relative;
}
.contenedor{
    background: url(https://f.hubspotusercontent30.net/hubfs/2202832/fondo_degradado.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -50px;
    width: 210px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
}
.video-box h2 img{
  display:block;
  margin-right:20px;max-width:115px;
}
.video-box p{
color:#005d83;
  font-size:20px;
  font-weight:bold;
  font-family:monse_bold;
}
.video-box h2{
  display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color:#005d83;
  font-size:4vw;
  font-family:monse_medium;
}
.b1{
  width:100%;
  max-width:55%;
}
.b2{
  width:100%;
  max-width:45%;/*
  padding:0 40px;*/
}
.video-box li{
  margin:10px 0;
  color:#005d83;
  font-size:18px;
  font-family:monse_medium;
}
img{
max-width:100%;
}
.last .flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.last .l1,.last .l2{
  max-width:100%;
  max-width:49%;
}
iframe{
  display:block;
  margin:auto;
}
.last{
  margin-top:0;
  padding:20px 0;
}
.last .l1 h2{
  font-size:3vw;
  color:#005d83;
  margin-top:0;
  margin-bottom:10px;
  font-family:monse_medium;
}
.last .l1{
  color:#005d83;
  font-family:monse_medium;
  font-size:16px;
}
.video-box ul li{
  position:relative;
}
.video-box ul.secondo li:before{
  /*background-image:url(https://marketing.oncosalud.pe/hubfs/cuadradodado.png) !important;*/
  
    content: "\2022";
    color: #1d9dcc;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}.video-box ul.secondo li:before{
    content: "\2022" !important;
}
.video-box ul:not(.secondo) li:before{
  content:'';
  position:absolute;
  left:-35px;
  top:-10px;
  width:25px;
  height:15px;
  background-image:url(https://marketing.oncosalud.pe/hubfs/cuadradodado.png);
  background-size:100% 100%;
  background-repeat:no-repeat;
}
.video-box ul:not(.secondo) li:nth-child(2):before{
 /* background-image:url(https://marketing.oncosalud.pe/hubfs/2-17.png);*/
  content:'2';
    background: none;
    font-family: monse_bold;
    font-size: 35px;
    /*top: -5px;*/
}
.video-box ul:not(.secondo) li:nth-child(3):before{/*
  background-image:url(https://marketing.oncosalud.pe/hubfs/3-19.png);*/
  content:'3';
    background: none;
    font-family: monse_bold;
    font-size: 35px;/*
    top: -5px;*/
}
.video-box ul:not(.secondo) li:nth-child(4):before{/*
  background-image:url(https://marketing.oncosalud.pe/hubfs/3-19.png);*/
  content:'4';
    background: none;
    font-family: monse_bold;
    font-size: 35px;/*
    top: -5px;*/
}
.video-box ul:not(.secondo) li:first-child:before{/*
  background-image:url(https://marketing.oncosalud.pe/hubfs/1-20.png);*/
  content:'1';
    background: none;
    font-family: monse_bold;
    font-size: 35px;
}
.modal{
  display:none;
}
.modal.active{
  display:flex;
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#00000096;
  align-items:center;
  justify-content:center;
}
.btnmodal{
    background-color: #f08d24;
    padding: 15px 40px;
    font-size: 16px;
    font-family: monse_medium,sans-serif;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.modal-box{
  max-width:600px;
  padding:20px;
  background-color:#fff;
box-shadow: 1px 8px 18px #0c0c0c8c;
}
.modal-box p,.modal-box ul li{
  font-family: monse_medium;
  line-height:1.4;
}
.close{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
}
@media (max-width:468px){
  iframe{
    max-width:100%;
  }
  .blue .flex{
    display:block;
  }
  .blue{
    margin-bottom:11vw;
  }
  .flex .f1,.flex .f2{
    max-width:100%;
  }
  .blue ul{
    padding:0;
  }
  .blue h2{
    text-align:center;
  }
  .blue ul li{
    font-size:5vw;
    margin-bottom:5vw;
  }
  .home {
      padding: 29vw 0 13vw 0;
      background-image: url(https://cdn2.hubspot.net/hubfs/2202832/onco-1.png);
      background-size: cover;
      background-position: 72% center;
  }
  .home h1 {
      font-size: 7vw;
      font-family: monse_medium,sans-serif;
      color: #005d83;
      font-weight: 300;
  }
  .video-box h2{
    font-size:8vw;
  }
  .video-box h2 img{
    max-width:80px;
  }
  .video-box > div:nth-child(2){
    display:grid !important;
    padding:0 25px;
  }
  .video-box .b1,.video-box .b2{max-width:100%;padding:0;}
  .video-box .b1{
    grid-row-start:2;
  }
  .last .flex{
    display:block;
  }
  .last .l1 h2 {
    font-size: 6vw;}
  .last .l1,.last .l2{
    max-width:100%;
  }
  .last .l1 p{
    margin-bottom:30px;
  }
  .home h1{
    font-size:8vw;
    margin-top:0;
  }
  .video-box iframe{
    margin:8vw 0 12vw;
  }
}
/****2020-08-11****/

.blue ul li {
    padding: 10px;
}
.blue ul.flex{
	padding:0;
}
.f2 {
    max-width: 50%;
}
@media screen and (min-width:768px){
.contenedor{
  display:none !important;
  }
  .first-text strong{
    display: block;
    font-size: 32px;
  }
  .only-mobile{display:none !important;}
  .video-box{
      width: 100%;
      padding-left: 7vw;
      padding-right: 7vw;
  }
}
@media screen and (max-width: 767px){
  .only-desktop{
    display:none;
  }
}