html, body{ width: 100%; }

/**/
a{ text-decoration: none; color: rgb(221, 162, 0); }
a:hover{ color: rgb(165, 121, 1);}
a::selection{ color: rgb(221, 162, 0); }

.container-fluid{ 
    background-color: rgba(255,255,255,1); 
    padding-left: 0; 
    padding-right: 0; 
    position: relative;
    height: 100%;
    overflow: auto;
    z-index: 2;
}

header{ background-color:#3366ff; padding-top: 20px; padding-bottom: 30px; overflow: hidden; }
.bg-image{
  position: relative;
  width:100%;
  z-index: 0;
  padding: 0;
  margin-top:-20px;
  /*margin-bottom: 30px;*/
  
}

.bg-image .movil{ width: 100%; left: 0; top: 0; z-index: 0; }
.bg-image .browser{ display: none;  width: 100%; left: 0; top: 0; z-index: 0; }

header .logo-header{ 
  position: absolute;
  width: 100%; 
  text-align: center; 
  top: 30px; 
  left: 0; 
  z-index: 1; 
}

header .logo-header img{ width: 90%; max-width: 400px; }
header .cnt-text{
  position: absolute;
  background-color: rgba(255,255,255,0.9);
  border-radius: 4px;
  padding: 14px 16px;
  width: 90%;
  top: 30%;
  left:0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  text-align: center;
}

header .cnt-text-comming{
  z-index: 1;
  background-color: rgba(255,255,255,0.5);
  padding: 10px 12px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
header .cnt-text-comming h5{ color: #0068b7; }

header h3{ 
    text-align: center; 
    color: #2b2b2b; 
    margin-bottom: 20px; 
    font-size: 16px;
    font-weight: bold; 
    z-index: 1;
    color: #00B0f0;
}

header h5{ 
    text-align: center; 
    color: #2b2b2b; 
    font-size: 16px; 
    margin-bottom: 20px; 
    z-index: 1;
    font-weight: bold;
}

header .cnt-banner{ padding-right: 0; padding-left: 0; text-align: center; margin-top: 20px;  position: relative;   }
header .cnt-banner img{ width: 80%; text-align: center; z-index: 1; position: relative; max-width: 1024px; }
header.row{ margin-left: 0; margin-right: 0; position: relative; overflow: hidden; }
header .info-text .cnt-txt{
    font-size: 16px; 
    border:2px solid #bf9809; 
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 18px;
    text-align: center;
}

.en{ display: none; }

.show-language{ display: block; }
.hidden-language{ display: none; }

.cnt-video{ 
    overflow: hidden;  
    position: absolute;
    top:10px;
    width: 65%;
    left: 0;   
    right: 0;
    margin: auto;
    background-color: #FFFFFF;
    z-index: 0;
    height: 76%;
}

.cnt-video video{ width: 100%; height: 100%; }

.cnt-banner .cnt-poster{ 
  position: absolute; 
  z-index: 0; 
  margin: auto; 
  left: 0; 
  right: 0; 
  width: 64%; 
  top:4%;  
  background-color: #ffffff;
  height: 76%;
  padding-top:2%;
}
.cnt-banner .cnt-poster img{ width: 100%; }

.cnt-banner .cnt-poster-opacity{ opacity: 0; }

.play-btn{ 
    position: absolute; 
    height: 72%;
    width: 64%;
    margin: auto; 
    left: 0; 
    right: 0; 
    top: 6%; 
    padding-top: 22%;
    z-index: 1;
}
.play-btn i{ color: #00bcd4; font-size: 5vw; position: absolute; bottom: 13%; left: 0; right: 0; margin: auto; }
.play-btn span{
    position: absolute; 
    text-align: center; 
    color: #00bcd4; 
    font-size: 4vw;
    margin: auto; 
    left: 0;
    right: 0;
    bottom: 0px;
}

.play-btn-opacity{ opacity: 0; }

.control-video{ 
  position: absolute; 
  height: 30px; 
  width: 65%; 
  background-color: rgba(0,0,0,0.2);
  z-index: 0;
  bottom: 21%;
  z-index: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding-left: 4px;
  padding-right: 4px;
  z-index: 1;
  text-align: center;
  display:none;
}

.control-video-show{ display:block; }

.control-video .pause,.control-video .full,.control-video .volumen{ margin-left: 2px; margin-right: 2px; display: inline-block;  }
.control-video .pause img,.control-video .full img,.control-video .volumen img{ width:16px; }
.control-video progress{ width: 62%; border: 1px solid #00b0f0; border-radius: 4px; height: 10px; margin-top: 9px;  }

.body-data.row{ margin-left: 0; margin-right: 0; position: relative; overflow: hidden; margin-bottom: 25px; }
.body-data h3{ text-align: center; color: #09bf41; } 
.body-data h6{  color: #FFFFFF; } 
.body-data .h6-title{ color: #09bf41; margin-top: 16px; }
.body-data .cnt-img{ text-align: center; margin-top: 20px; margin-bottom: 40px; }
.body-data h6{ 
  background-color: #00b0f0; 
  color: #FFFFFF;
  font-weight: bold; 
  box-shadow: 1px 1px 5px #e2e2e2, -1px -1px 5px #e2e2e2;
  padding: 10px 12px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 6px;
}
.title-blue{ max-width: 800px; margin-left: auto; margin-right: auto;  }
.body-data .img-data{ min-width: 280px; width: 90%;  max-width: 420px; }

.body-info{
    font-size: 20px; 
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    margin-bottom: 18px;
    color:#FFFFFF;
    padding-top: 20px;
}

.cnt-card-solutions{ 
    margin-top: 30px; 
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding-bottom: 25px;
  } 

  .cnt-card-solutions .parent-card-solutions{
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    max-width: 1280px;
    text-align: center;
  }

  .cnt-card-solutions .parent-card-solutions .card-solutions{
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 0;
    padding-bottom: 6px;
    z-index: 1;
    position: relative;
    /*width: 80%;
    left: 10%;*/
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #e2e2e2, -1px -1px 5px #e2e2e2;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
    color: #000000;
    text-align: left;
    font-size: 16px;
   }
  
   .cnt-card-solutions .card-solutions .col-left{ float: left; text-align: center; margin-bottom:12px ; }
   .cnt-card-solutions .card-solutions .col-right{ float: right;  }
  
  .card-solutions img{ width: 25%; max-width:140px; }  
  .row-form{ margin-left: 0; margin-right: 0; }

.cnt-form,.cnt-btn{
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    margin-bottom: 18px;
    z-index: 1;
    text-align: center;
}

.form-element{  max-width: 320px;  margin-left: auto; margin-right: auto; }

.cnt-form label{ text-align: left; color: #2b2b2b; margin-bottom: 14px; width: 100%; }
.cnt-form span{ font-size: 14px; font-weight: bold; }
.cnt-form .info-icon{ margin-left: 8px; margin-bottom: 4px; cursor: pointer; }
.cnt-form .info-icon:hover{ opacity: 0.5; }
.cnt-form .span-info{ color:#eeeeee; font-size: 13px; }
.cnt-form h3 span{ font-size: inherit; } 
.cnt-form input[type="text"],.cnt-form input[type="number"],.cnt-form select{
    width: 100%;
    margin-bottom: 2px;
    border-radius: 5px;
    height: 35px;
    border: 1px solid #bf9809;
    padding-left: 6px;
    padding-right: 6px;
}

.cnt-form .input{ display: none; }

.cnt-form .cnt-check{ padding-top: 8px; }
.cnt-form .label-check
{
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  margin-bottom: 12px;
  font-weight: bold;
}

.cnt-form .label-check a{  color:#eeeeee;}

.cnt-form .label-check input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cnt-form .label-check .check{
  position: absolute;
  top:2px;
  left: 0;
  height: 20px;
  width: 20px;
  border:1px solid ;
  border-radius: 3px;
  background-color: #eee;
}

.cnt-form .label-check:hover{ color: #4d4d4d; } 
.cnt-form .label-check:hover input ~ .check{ background-color: #dadada; }
.cnt-form .label-check:hover a{ color: #dadada; }
.cnt-form .label-check input:checked ~ .check{ background-color: #09bf41; }
.cnt-form .label-check .check::after{ 
  content: "";
  position: absolute;
  display: none;
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 2px;
  top:2px;
}

.cnt-form .label-check input:checked ~ .check::after{  display: block;
}

.cnt-form .label-btn{ text-align: center; }
.cnt-form button, .cnt-btn button{ 
    background: #aff000; 
    border-radius: 10px;
    border: none;
    margin-top: 10px;
    width: 120px;
    width: 100%;
    color: #2b2b2b;
    max-width: 260px;
    font-weight: bold;
    padding: 8px 6px;
    box-shadow: 4px 4px 10px #515151; 
}

.cnt-form button:hover,.cnt-btn button:hover{
  background-color: #d0ff52;
  color: #696969;
}

.cnt-form button span{ font-size: 18px; }
.float-form{ position: fixed; top:100px; right: 0; left: 49%; }
.cnt-form #ips_mane{ 
  border: none;  
  border-bottom: 1px solid #2b2b2b; 
  background: rgba(93,93,93,0.2); 
  color:#eeeeee; 
  border-radius: 0; 
  border-top-left-radius : 3px; 
  border-top-right-radius: 3px; 
}
.cnt-form h5{ margin-bottom: 8px; }
.cnt-form h6{ margin-bottom: 12px; }
.return-up{ position: fixed; bottom: 15px;  width: 50px; height: 50px; right: 100px; cursor: pointer; display: none;  }
.return-up img{ width: 100%;} 
.return-up:active{ opacity: 0.7; }
.return-up-show{ display: block; }

.cnt-table{  margin: auto; }
.cnt-table .cnt-input-user{ margin-bottom: 6px; width: 180px; margin-left: auto; margin-right: auto; color: #000000; }

.cnt-input-user input[type="number"]
{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 2px;
  border-radius: 5px;
  height: 35px;
  border: 1px solid #bf9809;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}

.cnt-table h6{ text-align: center; color:#00B0f0; font-size: 18px; background:none; box-shadow: none; margin-bottom: 0px;  }
.cnt-table table{ border: 0; width: 100%; }
table thead{
  border: none;
  /*clip: rect(0 0 0 0);*/
  /*height: 1px;*/
  /*margin: -1px;*/
  overflow: hidden;
  padding: 0;
  position: relative;
  /*position: absolute;*/
  /*width: 1px;*/
}

table .col-table-0{ min-width: 70px; }
table .col-table-0 .content{ position: absolute; top:0; right: 6px; }
table .col-table-1{ min-width: 70px; text-align: right; }
table .col-table-2, table .col-table-3{ min-width: 70px;  }
table thead tr{ padding: 5px 8px; background-color: #aff000; text-transform: uppercase; }

table thead th{ text-align: center; padding: 0px 10px; font-size: 14px; color: #000000; }
table tbody .col-table-2,table tbody .col-table-3{ text-align: right; }

table tbody tr{ 
  border-bottom: 4px solid #b3b3b3;  
  color: #000000;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-size: 20px;
}

table td{ 
  font-size: .8em;
  text-align: right;
  padding: 24px 6px 2px 6px;
  background-color: #e7e7e7;
  margin-bottom: 4px;
  position: relative;
}

table td::before{
  content: attr(data-label);
  position: absolute;
  top:0;
  left: 0;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #c8c8c8;
  color: #000000;
  width: 100%;
  padding: 2px 6px 3px;
  text-align: left;
  font-size: 13px;
}
table td.head::before{ background-color: #aff000; }

table td:last-child{ border-bottom: 0; }

table .table-total { color: #ffffff; font-weight: bold; }
table .row-total td{ background-color: #00b0f0; }
table .const{ font-weight: 500;}
.btn-bottom{ margin-top: 20px; color:#2b2b2b; }

footer.row { 
  background-color: #ffffff; 
  color: #6c6c6c; 
  text-align: center; 
  margin: 0; 
  padding-top:20px; 
  font-size: 16px; 
  padding-bottom: 30px; 
  box-shadow:0px -2px 8px #e2e2e2;
}

.footer-txt{ color:#00b0f0; font-weight: bold; }

footer img{ width: 60%; max-width: 200px; margin-top: 20px; }

/*modal alert*/
.swal2-icon{ margin-top: 1.2em !important; margin-bottom: 1.2em !important;}
.swal2-icon.swal2-error.swal2-icon-show,.swal2-icon.swal2-warning.swal2-icon-show,.swal2-icon.swal2-success.swal2-icon-show{ 
  width: 3em; 
  height: 3em;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line]{ top:1.3em !important; width: 2.5em !important; }
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{  left: 0.325em !important; }
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{ right: 0.325em !important; }
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{ top:1.7em !important;; left: 0.1em !important;; width: 1.4em !important;; }
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{ 
  top: 1.3em !important;
  right: 0.1em !important; 
  width: 2.2em !important; 
  transform: rotate(304deg) !important;
 }
.swal2-icon .swal2-icon-content{ font-size: 2.8em !important; }
.swal2-html-container span{ font-weight: bold; color: #2b2b2b; }
.swal2-html-container p { text-align: left; font-size: 16px; }
.swal2-title { padding-top: 0.2em !important;  }

footer.row {
  background-color: #f1f1f1;
  color: #0068b7;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 18px;
  padding-top: 20px;
  --bs-gutter-x:0
}

footer .line { font-size: 16px; font-weight: 700; margin-bottom: 8px; text-align: left;}
footer .line a{ color:#0068b7; }

footer .col-der img{ width:280px; }

/*modal guide*/
.modal-view .modal-body{ padding-left: 25px; padding-right: 25px; padding-bottom: 25px; }


.modal-page,.page-title{ display: none; } 
#page_0{ display: flex; }
#title_0{ display: block;}
.modal .close{ 
  position: absolute; 
  right: 14px; 
  top:6px; 
  background-color: rgb(250, 15, 15); 
  width: 22px; 
  height: 22px; 
  color: #e7e7e7; 
  text-align: center; 
  font-weight: bold;  
  border-radius: 50%;
  cursor: pointer;
  line-height: 1.2;
}
.modal .close:hover{ background-color: rgb(252, 51, 51);  }
.modal h2 { text-align: center; color: #00b0f0; margin-bottom: 16px;}

.modal h4{ margin-bottom: 10px; text-align: center; } 
.modal h5{ margin-bottom: 10px;} 

.modal .cnt-steps{ width: 100%; overflow: hidden; display: table; margin-bottom: 20px; }
.modal .cnt-steps ul{ list-style: none;  display: flex;  justify-content: center; text-align: center; padding-left: 0; }
.modal li img{ width: 84px; margin-bottom: 4px; }

.modal .cnt-steps .step
{ 
  background-color: #cccccc;
  color: #eeeeee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 26px;
}

.modal .cnt-steps .step.step-active{ background-color: #00b0f0;}
.modal .cnt-steps .cnt-line{ width: 8%; padding-top: 17px; } 
.modal .cnt-steps .line{ height: 6px; width: 100%; background-color: #cccccc; }
.modal .cnt-steps .line.line-active{background-color: #00b0f0; }

.modal p{ margin-bottom: 14px; } 
.modal .req-text{ font-weight: bold;  color: #00B0f0; cursor: pointer;  }

.modal .list-app{ list-style: none; padding-left: 0; text-align: center;  }
.modal .list-app li{ margin-bottom: 16px; }
.modal .list-app li h5{ color: #00B0f0; }
.modal .list-app li p{ text-align: left; }
.modal .list-app li.item-windows,.modal .list-app li.item-macos,.modal .list-app li.item-linux{ display: none; }
.modal .list-app li.active{ display:block } 
.modal .list-app li.disable{ display:none } 

.modal .list-app span{ display: block; font-weight: bold; }
.modal .list-user-steps li{ margin-bottom: 10px; }

.modal .cnt-user-data{ background-color: #00B0f0; border-radius: 4px; padding: 12px 14px; margin-top: 18px; margin-bottom: 18px;  }
.modal .btn-tool{ background-color: #00B0f0; color: #eeeeee; padding: 6px 8px; border-radius: 4px; cursor: pointer; } 
.modal .modal-note{ background-color: #00B0f0; color: #eeeeee; padding: 12px 14px; border-radius: 4px; }
.modal .shedule{ background-color: #00B0f0; color: #eeeeee; padding: 12px 14px; border-radius: 4px; margin-bottom: 8px; }

.cnt-user-data .cnt-data{ margin-bottom:8px ; color: #eeeeee;  font-size: 17px; }
.cnt-user-data .cnt-data span{ padding-left: 6px; font-weight: bold; }
.cnt-user-data a{ color:#00B0f0; }

.modal .cnt-login{  margin-top: 20px; border: 1px solid; }
.modal .cnt-login-new{ max-width: 250px; margin-left:auto; margin-right: auto;  }
.modal .cnt-login img{ width: 100%; }
.modal .cnt-os{ display: none; }

.modal .cnt-people-img{ text-align: center; margin-bottom: 8px; }
.modal .cnt-people-img img{ width: 100%; /*height: 272px;*/ }
.modal .btn-video-modal{ cursor: pointer; }
.modal .parent-video-modal{ text-align: center; font-size: 22px; padding: 6px; cursor: pointer; margin-bottom: 32px; }
.cnt-video-modal{ display: none; }
.show-video-modal{ display: block; }
.modal .cnt-joint{
  background-color: #00B0f0;
  color: #eeeeee;
  font-size: 15px;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 16px;
  font-size: 22px;
}

.modal .accordion{  margin-bottom: 12px;}
.modal h2.accordion-header{margin-bottom: 0;}
.modal .accordion-button{ background-color: #00b0f0; color:#eeeeee }
.modal .accordion-collapse{ border: 1px solid #00B0f0; padding: 8px 10px; }
.modal .listItem{ border-bottom: 1px solid; margin-bottom: 18px; padding-bottom: 8px;  }
.modal .listItem h5,.listItemhard h5{ color: #00B0f0; }
.modal .glo-item{ margin-bottom: 12px; }
.modal .glo-item span{ font-weight: bold; margin-right: 4px; }
.modal a{ color: #00B0f0; }
.modal .img-txt{ width: 20px; }

.modal-img{ position: fixed; background-color: rgba(0,0,0,0.4); top: 0; left: 0; width: 100%; height: 100%; z-index: 1100;  }
.modal-img .mo-parent-img{ 
  background-color: #ffffff; 
  padding: 14px; 
  max-width: 800px; 
  width: 90%;  
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.modal-img .mo-parent-img img{ width: 100%; }

#page_0 .listItem,#page_1 .listItem,#title_2 .listItem { display: none; border-bottom:none; } 
#page_0 .listItem.active, #page_1 .listItem.active,  #title_2 .listItem.active{ display: initial; }
#page_0 .listItem img{ width: 90%; }

#page_3 h4.title-pg4{ font-size: 22px; }
#page_3 p.txt-pg4 { font-size: 18px;  }

.info-aditional{ display: none; }
.info-aditional.active{ display: block; }

iframe{ width: 100%; min-height: 500px;  }

@media (max-width:575px) {
  table thead{ display: none;}
  table tbody tr{ display: block; }
  table td{ display: block; }
  .modal .cnt-login{ margin-bottom: 14px; }
  .modal .cnt-joint{ margin-bottom: 14px; }
}

@media (min-width:576px){
    header .info-text{width: 64.5%; margin-top: 20px; margin-left: calc( 1.5rem * .5 ); padding-right:0 ; }
    header .img-banner{ width:100% ; }
    header h3{ font-size: 18px; }
    .control-video progress{ width: 80%; } 
    .body-data h6{ font-size: 18px; }
    .cnt-table h6{ margin-bottom: 0;}    
    .cnt-table{ max-width: 550px;  }
    table td{  padding-left: 8px; padding-top: 2px; }
    table td::before{ display: none; }
    table .col-table-0 .content{ position: relative; top:initial; right: initial; }
    table tbody .col-table-0{ text-align: left; padding: 3px 8px 3px; }
    table .col-table-1{ text-align: center; padding: 3px 0px; }
    table .col-table-2, table .col-table-3{ max-width: 150px;  }
    table tbody tr:nth-child(even){ background-color: #e7e7e7; }
    footer .line { padding-left: 15px;}
    .modal .cnt-login{ margin-bottom: 14px; }
    .modal .cnt-joint{ margin-bottom: 14px; }
    .modal .cnt-steps .step{ width: 50px; height: 50px; font-size: 30px; }
    .modal .cnt-steps .cnt-line{ width: 10%; padding-top: 24px; } 
}

@media (min-width:768px){
  
  header .logo-header img{ width: 40%; }
  .bg-image .movil{  display: none;}
  .bg-image .browser{  display: block;}
  header .cnt-text{
    width: 60%;
    top:42%;
    right: 4%;
    left: initial;
    margin-left: initial;
    margin-right: initial;
  }

    header h3{ font-size: 20px; }
    header h5{ font-size: 18px; }
    header .info-text{ margin-top: 58px; }
    header .info-text .cnt-txt{ font-size: 24px;}
    .cnt-video{ max-width: 820px; height: 78%; }
    .cnt-banner .cnt-poster{ max-width: 820px;   }
    .play-btn{ height: 74%;}
    .control-video{ max-width: 832px; }
    .sound_on{ display: block;} 
    .sound_off{ display: none;} 

    .body-data h6{ font-size: 22px;  }
    .cnt-table h6{ margin-bottom: 0;}
    .cnt-table{ max-width: 600px;  }
    .body-data .img-data{ max-width: 800px; }
    .body-info{ font-size: 20px; padding-left: calc( 3.5rem * .5 ); margin-right: 0; margin-left: 0; }
    .cnt-card-solutions .card-solutions{
        width: 42%;
        display: inline-block;
        margin-left: 18px;
        margin-right: 18px;
        left: auto;
        max-width: 320px;
        margin-bottom: 30px;
        min-height: 304px;
      }
    
      .form-element{ max-width: 720px; }
      .cnt-btn{ max-width: 720px; margin-left: auto; margin-right: auto; }
      .cnt-form .cnt-check{ background-color: rgba(0, 0, 0, 0.3); padding: 14px 12px; border-radius: 4px; margin-top: 170px;   }
      .cnt-form button{ margin-top: 20px; }
      .cnt-form .cnt-form-header{ padding-bottom: 8px; }
      .footer-txt{ padding-top: 2%; }
      footer img{ width: 60%; margin-top: 0; }
      .modal-dialog{ max-width: 700px; }
    }
    
    @media (min-width:900px) {
      header .cnt-text{
        width: 50%;
        top:33%;
        right: 5%;
        max-width: 480px;
      }

  header .cnt-text-comming{
    position: absolute;
    width: 50%;
    max-width: 480px;
    right: 5%;
    top:82%;
    border-radius: 4px;
  }

      header h3{ font-size: 24px; }
      header h5{ font-size: 18px; }
    }
    
@media (min-width:1024px){
    .play-btn i{ font-size:50px; }
    .play-btn span{  font-size: 40px;}
}

@media (min-width:1280px){
  header .cnt-text{ right: initial; left: 58%;  top: initial; bottom: 35%; }
  header .cnt-text-comming{ right: initial; left: 58%; top:initial; bottom: 5%; }
}

/*background header*/
.bg-header{
    position: absolute;
    z-index: 0;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    background-image: linear-gradient(-45deg, #3366ff 0%, #9eb6ff 25%, #3366ff 51%, #9eb6ff 100%);
  }

  .bg-header-animation{
    -webkit-animation: AnimateBG 20s ease infinite;
            animation: AnimateBG 20s ease infinite;
}

@-webkit-keyframes AnimateBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  @keyframes AnimateBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }