@charset "utf-8";
/* CSS Document */

body {
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin:0 0 15px 0;
}
.top-flex-naving {
  display: flex;
  width: 80%;
  margin: 0 auto;
  margin-top: -20px;
}
.text-small{
  font-size: 0.875rem;
  font-weight: 400;
}
ul.left-naving {
  width: 80%;
  list-style: none;
}
.content-page--main-title{
  font-size: 2.188rem;
  font-weight: bold;
}
.content-page__primary-content{
  font-size: 1.125rem;
  width: 82.5%;
}
ul.right-naving {
  display: flex;
  justify-content: space-around;
  /*border: 1px solid;*/
  width: 20%;
  margin-right: 2px !important;
  list-style: none;
  position: relative;
  top: 20px;
  font-size: 0.75rem;
  left: 15px;
}
.showing-card{
  padding-top: 5px;
  padding-bottom: 20px;
  /* padding-left: 35px;
  padding-right: 20px; */
  line-height: 1.8 ;
}
.semi-height{
  line-height: 16.1px !important;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 26px;
  /* padding-right: 46px; */
}

.semi-height-div{
  /* line-height: 16.1px !important; */
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 26px;
  /* padding-right: 46px; */
}
.semi-height-div li {
  margin: 0.8rem 0;
  list-style:disc !important;
}

.semi-height-2 {
  line-height: 16.1px !important;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 10px;
  /* padding-right: 46px; */
}

.semi-height-2 li {
  margin: 0.8rem 0;
  list-style:disc !important;
}

.semi-height-4 {
  line-height: 16.1px !important;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 23px;
  padding-right: 10px;
  /* padding-right: 46px; */
}

.semi-height-4 li {
  margin: 0.8rem 0;
  list-style:disc !important;
}

.semi-height li {
  margin: 0.8rem 0;
  list-style:disc !important;
}
.content-page__secure{
  background-image: url("/images_dtx/background-undy.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/***NAV***/
.topnav {
    overflow: hidden;
    background-color: #fff;
    display: flex;
    max-width: 60%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .sub_nav {
    background-color: #e6e6e8;
    /* padding: 10px; */
    height: 30px;
    padding-top: 10px !important;
}
  .sub_nav-items {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.link-active{
  color: #6fc2f4 !important;
  border-bottom: 4px solid #6fc2f4  !important;
}
  .topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    border-bottom-color: #04AA6D;
    border-bottom: 4px solid #6fc2f4;
    color: black;
  }
  
  .topnav .icon {
    display: none;
  }
  



  .menu-icon{

      width: auto;
      display: block;
      position: relative;
      right: 0px !important;

  }
  @media screen and (max-width: 1200px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
      background: #37abf0;
    }
    .wrapper{
      width: 42rem !important;
    }
  }
 
  @media screen and (max-width: 1200px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      background: #37abf0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  .content-page--heading{
    display: block;
   
/****CONTENT SECTIONS***/
  }
  .content-page__heading-img {
  float:right;
    background-image: url("/images_dtx/hero.jpg");
    height: 430px;
    background-size: 100%;
    background-position: top left;
    width: 60%;
    background-repeat: no-repeat;
  margin:30px 0 0 0;
   }
   .content-page__vevarium-box{
    padding-top: 80px;
    padding-bottom: 80px;
   }
    .content-page__heading-description{
  float:left;
    width: 40%;
    margin-top: 80px;
   }
   .content-page__values-bg{
    background-image: url("/images_dtx/Rectangle-3-3.png");
    border-top-right-radius: 112px;
    border-bottom-left-radius: 112px;
    text-align: center;
    max-width: 1148px;
    margin: 0 auto;
   }
   .content-page__values{
    display: flex;
    justify-content: space-between;
    padding: 40px;
    /*background:#e6e6e8;*/
    padding-top: 10px;
    padding-bottom: 80px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
   }
   .content-page__values-item{
    /*border: 1px solid gray;*/
    height: 350px;
    /*background-color: gray;*/
    margin: 20px;
    opacity: 0.9;
    border-radius: 12px;
   }
   .content-page__pepeline-item{
    background-color:#61BDF3;
    width: 173px;
    height: 160px;
    border-radius: 10px;
    /*display: flex;*/
    justify-items: center;
    text-align: center;
    align-items: center;
    top: 50px;
    padding-top: 65px;
    padding-bottom: 0px;
   }
   .big-ifm{
    position: relative;
    top: 0px !important;
   }
   .content-page__pepeline-gallery{
    display: flex;
    justify-content: space-between;
    padding: 40px;
    max-width: 1110px;
    margin: 0 auto;
   }
   .content-page__description{
    text-align: center;
    margin-top: 5rem;
   }

   .content-page__description h1{
    font-weight: bold;
   }

.value_img-1{
    background-image: url("/images_dtx/Rectangle_ai1.jpg");
    height: 400px;
    background-size: cover;
    width: 50%;
    background-position: center;
    /* filter: saturate(1.2) contrast(1.1) brightness(0.9); */
    border-radius: 0.75rem;
}
.value_img-1:hover,  .value_img-2:hover, .value_img-3:hover , .value_img-4:hover{
  background-image: none !important;
}
.content-page__values-item:before {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 40%);
    z-index: 0;
    border-radius: 0.75rem;
  }

  .content-page__values-item:hover::before {
    background: transparent !important;
  }
.value_img-2{
    background-image: url("/images_dtx/Rectangle_2.png");
    height: 100%;
    background-size: cover;
    width: 50%;
    background-position: center;
    /* filter: saturate(1.2) contrast(1.1) brightness(0.9); */
}
.value_img-3{
    background-image: url("/images_dtx/Rectangle_ai3.png");
    height: 100%;
    background-size: cover;
    width: 50%;
    background-position: center;
    /* filter: saturate(1.2) contrast(1.1) brightness(0.9); */
}
.value_img-4{
    background-image: url("/images_dtx/Rectangle_ai4.png");
    height: 400px;
    background-size: cover;
    width: 50%;
    background-position: center;
    /* filter: saturate(1.2) contrast(1.1) brightness(0.9); */
}
.vavarium_title{
  color:#3BADF2;
  font-size: 18px;
}
/*.content-page__vivarium-img:after {
  content: '';
  position: absolute;
  left: 3rem;
  /* top: 3rem; 
  border: 2px solid black;
  width: 45%;
  height: 90%;
  z-index: -1;
}*/
/* .content-page__papeline {
  padding-top: 100px;
} */
.sub-span{
  position: relative;
  font-size: 18px;
  text-align: center;
}
.contanct-btn {
  width: 200px;
  display: block;
  background: #3badf2;
  margin: 0 auto;
  padding: 15px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  top:10px;
  left: 133px;
}
.content-page__blue-bg {
 
  height: 600px;
  width: 600px;
  position: absolute;
  background:#3BADF2;
  left: 65px;
  z-index: -1;
  /* bottom: 500px; */
}
.content-page__secure-counters{
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 90%;
}

.content-page__secure-right-image{
  display: flex;
  width: 90%;
  margin-top: 30px;
}

.persei-contact-form-title{
  font-size: 2.188rem;
  font-weight: 700;
}
.content-page__secure-content {
  width: 51%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* text-align: left; */
}
.counter-size{
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}


  .counter-box, .counter-box-2, .counter-box-3 {
    /* margin: 2rem !important; */
    margin: 1rem 0 !important;
  }

.content-page__secure-flex {
  width: 40%;
  display: flex;
  text-align: center;
  justify-content: start;
  padding-left: 57px;
}
.content-page__secure{
  display: flex;
  /* max-width: 1440px; */
  margin: 0 auto;
  flex-direction: column;

}

.position-relative {
  position: relative;
}
.icons-btn-menu {
  font-size: 1.125rem;

}
.content-page__secure-flex {
  display: flex;
}
.content-page__secure-tabs {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  left: 30px;
  top: 4px;
  gap: 17px;
}
.left-vivarium-img{
  height: 600px;
  width: 600px;
  position: relative;
    top: -40px;
}

.content-page__papeline-img{
  width: 100px;
  margin: 0 auto;
}
.content-page-v-left {
  width: 100%;
}

.content-page__vivarium-row {
  display: flex;

}
.box-qube {
  display: flex;
  justify-content: space-between;
}


.content-page__vivarium{
  display: flex;
  /* padding: 50px; */
    /*background: #97d5ed;*/
   
}
.content-page__technology{
  background-image: url("assets/thecnology.jpg");
  height: 800px;
  width: 100%;
}
.content-page__vivarium-grid {
  /*idth: 50%;*/
}
.content-page__pepeline-info {
  margin-bottom: 50px !important;
  border: 3px solid #61bdf3;
  max-width: 940px;
  margin: 0 auto;
}
p.our-pd-2 {
  margin: auto;
  padding:20px;
  font-size: 18px;
}
.content-page__vivarium-row {
  width: 80%;
  margin: 0 auto;
  /*margin-top: 30px;*/
}
.content-page__vavarium-item {
  width: 47%;
  padding-right: 10px;
}
.content-page__pepeline-info {
  text-align: center;
}

.content-page__value-box {
  text-align: center;
  position: relative;
  z-index: 1;
}
.persei-vivarium-title {
  margin-left: 46px;
  font-size: 32px;
}
.content-page__hot-it-works{
  display: flex;
  padding-top: 0px;
  padding-bottom:0px;
  justify-content: center;
  max-width: 1148px;
  margin: 0 auto;
  /* overflow-x: hidden; */
}
.content-page__values-title{
  text-align: center;
  margin: 65px 0;
  font-size: 2.188rem;
  font-weight: bold;
}

.content-page__values-whypersei{
  /*text-align: center;*/
  font-weight: bold;
}

.content-page__values-secure{
  text-align: center;
  font-weight: bold;
}

img.tap-1.zoom-i, img.tap-2.zoom-i, img.tap-3.zoom-i {
    width: 163px;
    z-index:2;
}

img.secure_img-phone {
    width: 248px;
    z-index:1 !important;
}

.creating-vlue--title-a{
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
.content-page__gradiant{
  border-top-right-radius: 112px;
  /*background-image: linear-gradient(
  45deg,
  hsl(240deg 87% 88%) 0%,
  hsl(240deg 58% 83%) 11%,
  hsl(240deg 41% 78%) 22%,
  hsl(240deg 30% 72%) 33%,
  hsl(240deg 22% 66%) 44%,
  hsl(240deg 17% 59%) 56%,
  hsl(240deg 12% 52%) 67%,
  hsl(240deg 11% 43%) 78%,
  hsl(240deg 10% 31%) 89%,
  hsl(60deg 7% 11%) 100%
);*/
background-image: linear-gradient( 45deg, hsl(240deg 38.24% 77.29%) 0%, hsl(240deg 17.76% 74.33%) 11%, hsl(240deg 41% 78%) 22%, hsl(240deg 30% 72%) 33%, hsl(240deg 43.93% 79.02%) 44%, hsl(240deg 17% 59%) 56%, hsl(240deg 12% 52%) 67%, hsl(240deg 34.51% 77.84%) 78%, hsl(240deg 21.87% 54.84% / 0%) 89%, hsl(240deg 52.69% 81.76%) 100% );
}
.content-page_how-it-work-item {
  text-align: center;
  z-index: 1;
  
}
.-l{
  width: 50%;
}
.-c{
width: 100%;
}
.-r{
  width: 60%;
}
.blue-l{
width: 20.125rem !important;
}
.blue-c{
  width: 100%;
}
.content-page__how-it-works-img{
  width: 70%;
  z-index: 1;
}
/* 
.content-page__how-it-works-img_1{
  width: 55%;
  z-index: 1;
} */

/* .content-page__how-it-works-img_2{
  width: 100%;
  z-index: 1;
} */

.content-page__video {
  width: 100%;
  position: relative;
}

.content-page__video iframe {
  position: absolute;
  top: -40px;
  left: -70px;
}
label.label-form {
  margin-bottom: 5px;
}


.content-page__box-description {
  width: 65%;
}
.content-page__contanct-form{
  display: flex;
  background: #F2F2F2 !important;
}
.contact-page_contact-left {
  width: 100%;
  left: -70px;
}
.contact-page_contact-right {
  width: 80%;
  background-color: #F2F2F2;
  padding:40px 0 0 0;
}
.form-action {
  line-height: 1.2;
}
.input-name{
  width: 85%;
  border-radius: 10px;
  font-size: 1.125rem;
  line-height: 20.7px;
}
.persei-tech-title{
  font-size: 35px;
}
.persei-txt-tech{
  font-size: 18px;
  font-weight: 400;

}
.input-email{
  width: 85%;
  border-radius: 10px;
  font-size: 1.125rem;
  line-height: 20.7px;
}
input.checked{
  width: 20px;
}
.persei_txt{
  font-size: 18px;
}
.input-message{
  width: 85%;
  border-radius: 10px;
  font-size: 1.125rem;
  line-height: 20.7px;
  font-family: Arial, Helvetica, sans-serif;
}
label.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
}
.btn-submit {
  border: none;
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  background: #F2F2F2;
  color: #3BADF2;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
  border: 2px solid  #3BADF2;
}
.send-mail-box {
  display: flex;
 /* justify-content: end;*/
  width: 85%;
}
.validate{
  font-size: 12px;
  color: #3BADF2;
  font-weight: 400;
}
label {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
}
.content-page__box-video{
  position: relative
}
.img-in-3{
  position: relative;
  top: -33px;
}
iframe {
  position: relative;
  top: -40px;
}
.line-reactangle {
  border-top: 4px solid #61bdf3;
  border-bottom: 4px solid #61bdf3;
  border-right: 4px solid #61bdf3;
  width: 80%;
  position: relative;
  z-index: -1;
  position: relative;
  width: 61%;
  height: 100px;
  
}

.line-reactangle h1{
  margin-left: 20%;
}

.content-page__box-description{
  padding-left: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
}
.contact-page_auto {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 15px;
}


 @media screen and (max-width: 725px) {

  
  .triangle{
    display: none;
  }
  .line-reactangle{
    width: 90% !important;
    margin: 0 auto;
    text-align: center;
  }
 .cards_item {
  display: flex !important;
  justify-content: center !important;

}
.hide {
  display: block !important;
  color: #fff;
}
} 

@media screen and (max-width: 1200px)  {
  .content-page__vivarium {
    margin-top: -93px;
}
  .content-page_how-it-work-item.-r {
    position: relative;
    /* top: -111px; */
    margin-top: -82px;
}
.text-transition-2 {
  position: relative;
  top: 265px !important;
  transition: all ease-in-out 400ms;
}
  .-r{
    width: 80%;
  }
  .img-in-3{
    width: 80%;
  }
  .img-in-2{
    width: 80%;
  }
  .-l{
    width: auto;
  }
  .top-flex-naving {
    display: none;
}
  .content-page__vivarium-img{
    text-align: center;
  }
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
    width: 100% !important;
    padding-bottom: 50px;
    margin: 0 auto;
}
  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
    top: 64px;
    position: relative;
    /*left: -50%;*/
    text-align: center;
}
.sub-menu-icons{
  position: absolute;
    width: 157px;
    border: 1px solid;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}
.icons-btn-menu {
  display: flex;
  width: 100%;
  /*border: 1px solid;*/
  padding-bottom: 70px;
  justify-content: center;

}
  img.secure_img-phone{
    width: 100%;
  }
  .logo {
    display: flex !important;
    justify-content: center;
}
  ul.right-naving{
    width: auto !important;
  }
  .circle {
    margin-bottom: 130px !important;
}
  .content-page__vivarium-grid{
    width: 100%;
  }
  .box_exp-contact {
    width: 80% !important;
    margin: 0 auto;
    left: 0 !important;
}
.list-height{
  line-height: 1.8;
}
  .left-vivarium-img{
    width: 20rem;
    height: 20rem;
  }
  .d-flex {
   
    flex-wrap: wrap;
}
.content-page__secure-counters{
  display: block !important;
}
  .content-page__secure-flex{
    width: 100%;
  }
  .content-page__secure-content {
    width: 100%;
    text-align: center;
    /* padding: 40px; */
}
.content-page__secure-counters {
  
  margin: 0 auto;
}
  
  .content-page__secure{
    flex-wrap: wrap !important;
  }
  .content-page__vavarium-item {
    width: 100%;
    margin-bottom: 75px;
}
  .content-page__values{
    flex-wrap: wrap;
  }
  .value_img-1{
    width: 100%;
  }
  .content-page__contanct-form {
    display: flex;
    flex-wrap: wrap;
    background: #F2F2F2 !important;
}
.content-page-v-left {
  padding: 15px;
  margin-top: 61px;
}
  .value_img-2{
    width: 100%;
  }
  .content-page__vivarium {
    display: flex;
    padding: 0px;
    /*background: #97d5ed;*/
    border-top-left-radius: 132px;
    border-bottom-right-radius: 132px;
}
.content-page__blue-bg{
  width: 300px;
  height: 300px;
}
.our-pd{
  padding: 0 20px;
}
.content-page__box-description {
  padding: 30px;
}

.content-page__box-description {
  width: 80%;
}
.content-page__heading-description {
  width: 100%;
}
.content-page__heading-img{
	width:100%;
	margin:40px 0 0 0;
}

.contact-page_contact-right {
    width: 100%;
}
  .value_img-3{
    width: 100%;
  }
  iframe {
    width: 100%;
}
.content-page__vivarium-box {
  padding: 0px !important; 
}
  .value_img-4{
    width: 100%;
  }
  
  .content-page__pepeline-gallery{
    flex-wrap: wrap;
   
  }
  .content-page__pepeline-item {
    /* background-color: #4899de; */
    width: 100%;
    
  }
  .content-page__vivarium {
    flex-wrap: wrap;
}
.content-page__vivarium-row {
  /* width: 80%; */
  margin: 0 auto;
  margin-top: 30px;
  display: block !important;
  flex-wrap: wrap !important;
}
.content-page--heading {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;

}
.content-page__values {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  /*background: #e6e6e8;*/
  padding-top: 80px;
  padding-bottom: 80px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.sub_nav{
  display: none;
}
.sub_nav-items {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub-nav-link{
  width: 100%;
}
.header {
  background-color: #fff;
  /* position: fixed; */
  width: 80%;
  z-index: 3;
  height: auto !important; 
  display:block !important;
  justify-content: space-between;
  margin: 0 auto;
}

.box_hdw_title {
  max-width: 80%;
    margin: auto;
    font-size: 18px;
}
.content-text { 
  max-width: 80%;
  margin: auto;
}

.content-page__pepeline-info { 
  max-width: 80%;
  margin: auto;
}
}

.content-page__how_does_it-title{
  color: #fff;
  text-align: center;
  /* margin-top: 30px; */
  padding-top: 50px;
}
.list-height {
  line-height: 2;
}


.hide {
  display: none;
  width: 100%;
  font-weight: 700;
}

/* .myDIV {
  position: relative
} */
    
.myDIV:hover .hide {
  display: block;
  color: #fff;
  position: relative;
  top: -10px;
  font-size: 18px;
  line-height: 20.7px;
}

.myDIV:hover img {
  position: relative;
  top: -20px;

}
.content-page--heading {
  padding-top: 50px;
  max-width: 1148px;
  margin: 0 auto;
}

html, body {
  height: 100%;

}
.center {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  padding-top: 80px;
  justify-content: center;
  background-color: #fff;
}
.content-page__values {
  max-width: 1400px;
  margin: 0 auto;
}


.wrapper {
  display: flex;
  grid-gap: 1em;
  overflow: hidden;
  width: 55em;
}
.wrapper > .inner {
  display: flex;
  grid-gap: 1em;
  transition: all 1s ease-in-out;
}
.card {
  border-radius: 0.5em;
  /*box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);*/
}
.card > img {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  display: block;
  width: 17.5em;
}
.card > .content {
  background: #c9c9c9;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 1em;
  /*text-align: center;*/
}
.card > .content > h1, .card > .content > h3 {
  margin: 0.35em 0;
}
.card > .content > h1 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.card > .content > h3 {
  color: #ccc;
  font-size: 0.9rem;
  font-weight: 300;
}
.map {
  margin-top: 1em;
}
.map > button {
  all: unset;
  background: #11406c;
  cursor: pointer;
  margin: 0 0.125em;
  position: relative;
  user-select: none;
  border-radius: 100%;
  height: 1em;
  width: 1em;
}
.map > button.active:after {
  background: #001d38;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 100%;
  height: 0.5em;
  width: 0.5em;
}
/* .content-page__vivarium-box{
  padding: 40px;
} */
.hide-text-blue {
  width: 53%;
  text-align: center;
  font-size: 0.75rem;
  margin: 0 auto;
  margin-top: 24px;
  color: #3BADF2;
  font-weight: 700;
}
::marker {
  color: #00aff6;
}
.primary {
  position: relative;
  cursor: pointer;
}

.secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffff;
  color: #000000;
  transition: 0.4s ease-out;
  border-radius: 12px;
  z-index: 2;
  text-align: left !important;
  width: 100%;
  height: 100%;
}
.primary:hover .secondary {
  opacity: 1;
}
/* ====================================
 Vertically center <p> element
 ==================================== */
.showing {
  margin: 0;
  font-size: 32px;
  text-align: center;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);*/
  padding-left: 20px;
  padding-right: 20px;
}
/* ====================================
 Basic styles
 ==================================== */

.primary {
  display: inline-block;
  
}
.header {
  background-color: #fff;
  
  /*position: fixed;*/
  width: 80%;
  z-index: 3;
  height: 70px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;

}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  /*background-color: #fff;*/
}

.header li a {
  display: block;
  padding-top: 20px;
  padding-bottom: 4px !important;

  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  /*background-color: #f4f4f4;*/
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  width: 30%;
  padding-bottom: 20px;
  position: relative;
  top: -20px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
 
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  /*display: inline-block;*/
  /*float: right;*/
 /* padding: 28px 40px;*/
  /*position: absolute;*/
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
  /*top: 66px;*/
 /* left: 133px;*/
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 1200px) {
  .content-page__vivarium-grid {
    top: 166px;
    position: relative;
    padding-bottom: 30px;
  }
  .mob-nav-nav{
    display: none;
  }
  .sub-menu-icons {
    display: none;
}
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    display: flex;
  }
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 9px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    display: flex;
    justify-content: space-between;
    width: 430px;
  }
  .header .menu-icon {
    display: none;
  }
}

.text-white{
  color: white;
}
.text-bold{
  font-weight: bold;
}
.text-dark{
  color: #161616;
}
.link-a{
  text-decoration: none;
  color: #161616;
}
.link:hover{
  border-bottom: 4px solid rgb(59, 173, 242);
}
.link-top:hover{
  border-bottom: 4px solid rgb(59, 173, 242);
}
.link-grey:hover{
  background-color: #e1e1e1;
  height: 20px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.link-grey{
 
  height: 20px;
 
}
.content-page__value-box.custom-margin-hospital {
  margin-top: 190px;
}
.content-page__value-box.custom-margin-pharma {
  margin-top: 220px;
}
.content-page__value-box.custom-margin-patients {
  margin-top: 215px;
}
.content-page__value-box.custom-margin-goverment {
  margin-top: 195px;
}
.text-center{
  text-align: center;
}

.content-gradiant {
  max-width: 1148px;
  margin: 0 auto;
  position: relative;
}

.content-page__gradiant_{
  background-image: url("/images_dtx/background-line.png"); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center, left top;
  margin: 4rem auto;
  position: relative;
  overflow: hidden;
  min-height: 38rem;
}

.content-items-gradiant {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
  position: relative;
  height: 0;
}

.item-grandiant {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1.125rem !important;
}

.item-grandiant_3 {
  /* display: flex;
  flex-direction: column; */
  position: relative;
  font-size: 1.125rem !important;
}

.item-grandiant_1 {
  align-items: start;
} 

.item-grandiant_2 {
  align-items: center;
  top: -20px;
  left: 0;
} 

.item-grandiant_3{
  /* align-items: end; */
  text-align: end;
} 

.line-backgroud {
  /* position: absolute;
  left: 56px;
  top: 17px;
  z-index: 0;
  width: 100%;
  max-width: 1028.17px;
  max-height: 270.82px; */
  position: absolute;
    width: 1033px;
    height: 276px;
    top: 17px;
    left: 53px;
}

.line-backgroud img {
  width: 100%;
}

.message-send {
  font-size: 18px;
  font-weight: 400;
  width: 70%;
  margin-bottom: 1rem;
}
.label-form {
  font-size: 18px;
  font-weight: 400;
}
.input-name {
  border: 1px solid;
  height: 30px !important;
  padding-left: 5px;
}
.input-email {
  border: 1px solid;
  height: 30px !important;
  padding-left: 5px;
}
.input-message {
  border: 1px solid;
  height: 80px;
  padding-left: 5px;
}

.form-action{
  width: 75%;
}

/*************************************************/

.img-in {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    /*filter: gray; /* IE5+ */
    /*-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all 150ms ease-in-out;  
  }
  .inside-contact {
  
    display: flex;
    justify-content: flex-end;
    margin-right: 3rem;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.img-in:hover {
  filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.21);
    margin-top: 20px;;
  }
  .contanct-float{
    position: absolute;
    bottom: 20px;
    left: 325px;
    margin: 0 auto;
    width: 53.125rem;
    height: 93px;
  }
  .box_exp_left{
    width: 25%;
  }
  .box_exp_right{
    width: 0%;
  }
  .box_exp-contact {
    border: 4px solid #3badf2;
    padding: 14px;
    position: relative;
    z-index: -1;
}

.content-page__vivarium-box {
  max-width: 1148px;
  margin: 0 auto;
  position: relative;
}
.n-ppost-name {
  position: relative;
  top: 100%;
  left: 30%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 1.0625rem;
  font-weight: 700 !important;
  line-height: 1.4;
  visibility: hidden;
  pointer-events: none;
  top: -45px !important;
  left: -50px;
  z-index: 99999;
  width: 100% !important;
}
  
.n-ppost:hover + .n-ppost-name {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.n-ppost:hover + .n-ppost-name-2 {
  opacity: 1 !important;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.n-ppost:hover + .n-ppost-name-3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.content_page--how-do-its-works{
margin-top:100px ;
}
.blue-pots{
  background-color: #61BDF3;
  width: 90%;
  padding: 25px 15px;
  margin: 0 auto;
  border-radius: 20px;
  font-weight: 700 !important;
  font-size: 18px;
  text-align: center;
}
.blue-pots2{
  background-color: #61BDF3;
  width: 75%;
  padding: 25px 15px;
  margin: 0 auto;
  border-radius: 20px;
  font-weight: 700 !important;
  font-size: 18px;
  text-align: center;
}
.blue-c{
  background-color: #61BDF3;
  width: 26.375rem !important;
    padding: 20px;
    margin: 0 auto;
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
}
.clinical_box{
  background-color: #A8CD7980;
}



/***********************/
.circle {
  background: url(https://d13yacurqjgara.cloudfront.net/users/212457/screenshots/2212523/yo.jpg) #96a87e;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  transition: all .3s ease-in-out;
  margin: 0 auto;
}

.circle:hover {
  border-radius:20px;  
  cursor: pointer;
  height: 300px;
  padding: 10px;
}

.text {
  /*color: #fff;
  opacity: 0;*/
  text-align: center;
  padding-top: 0px;
  transition: all .3s ease-in-out;
}

.circle:hover .text {
  padding-top: 40px;
  opacity: 1;
}
.sub-nav-link.text-dark.link {
  text-decoration: none;
}
.d-flex{
  display: flex;
  max-width: 80%;
  justify-content: space-between;
}
.clinical_bg {
  margin: 0 auto;
}
img.clinical_bg-img {
  width: 100%;
  margin-bottom: -30px;
}
.clinical_text{
  color: #546341;
}
.text-relative {
    position: relative;
    top: 88px;
    text-align: center;
}
/*.text-1::after{
  content: 'hola';
}*/
.d-flex{
  margin:0 auto;
}
.center_box{

    padding-top: 100px;
    padding-bottom: 220px;
    text-align: center;
    color: #54663c;

}

.text-transition-1 {
  position: relative;
  top:340px;
  transition: all linear 150ms;
  left: 70px;
  text-align: center;
}

.text-transition-2 {
  position: relative;
  top:360px;
  transition: all linear 150ms;
  text-align: center;
  line-height: 20.7px;
  width: 23.75rem;
}

.text-transition-3 {
  position: relative;
  top:340px;
  transition: all linear 150ms;
  left: 0;
  text-align: center;
}

.text-transition1{
  z-index: 1;
  top:-50px;
  font-weight: bold;
  left: 75px; 
}
.text-transition2{
  top: 255px !important;
  font-weight: bold;
  z-index: 1;
  width: 23.75rem;
}
.text-transition3{
  /* left: -25px; */
  top:-70px;
  font-weight: bold;
  z-index: 1;
}

.zoom-i {
  transition: transform .5000s;
  margin: 0 auto;
}
.text-how-it-works{
  font-size: 2em;
  font-weight: bold;
  margin : 0 !important
}

.zoom-i:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1) 5000s; 
}
.grayscale{
  filter: grayscale(1)
}

/* .text-transition-1:hover{
  top: -420px;
} */
.n-ppost-name-3 {
  position: relative;
  top: 100%;
  left: 30%;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 1.0625rem;
  font-weight: 700 !important;
  line-height: 1.4;
  visibility: hidden;
  pointer-events: none;
  top: -100px !important;
  left: 12px;
  z-index: 2;
  width: 80%;
}
.n-ppost-name-2 {
  position: relative;
  top: 100%;
  left: 30%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 1.0625rem;
  font-weight: 700 !important;
  line-height: 1.4;
  visibility: hidden;
  pointer-events: none;
  top: -30px !important;
  left: -1px;
}




ul.nav-mob{
  display: none;
}
.nav-mob {
  border: 1px solid #3badf2;
  border-radius: 5px;
  background-color: rgba(220,220,220,0.95);
}

.ipti:checked  ~ ul{
  display:block;
  margin: 0 auto;
    width: 50%;
}
.triangle {
  clip-path: polygon(48% 0, 100% 99%, 100% 0);
  background-color: #f2f2f2;
  position: absolute;
  right: -1px;
  height: 100%;
  width: 148px;
}
.our-pipeline-size{
  font-size: 18px !important;
  font-weight: 400;
}
.li-market::marker {
  color: #161616;
  font-size: 20px;
}
.li-market a {
  color: black;
}
.li-market a:hover {
  color: #3badf2;
}
.ipti {
  display: none;
}
label.iptl:hover{
  background-color: #3badf2;
  color: #fff;
}

label.iptl {
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #3badf2;
  border-radius: 5px;
  width: 167px;
  height: 60px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  user-select: none;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  
}

/* Estilo del boton cuando se pasa el mouse por encima*/
.ipti:hover{
  background: grey;
}

/* Estilo del boton cuando el menú está expandido*/
.ipti:checked ~ label {
  background: #3badf2; 
}

ul.nav-mob{
  margin-top:0;
  padding: 0;
  width: 200px;

}


li.lipt {
  display: block;
  background: white;
  margin: 0;
  padding: 10px;
  list-style: none;
  /*border:1px solid #3badf2 ;*/
}

/*Estilo cuando el mouse pasa encima de cada link del menu*/
li.lipt:hover {
  filter: brightness(110%);
}

.content-page__contanct-form {
  margin: 0 auto;
  background: #F2F2F2 !important;
}




/***********card*********/

.main{
  max-width: 1440px;
  margin: 0 auto;
}

.cards {
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  /* list-style: none;
  margin: 0;
  max-width: 1335px;
  margin: 0 auto;
  width: 90%; */
  max-width: 1148px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  list-style: none;
  
}

/* .cards_item {
  display: flex;
  padding: 1rem;
}
.cards_item {
    width: 33.33%;
  } */
/*  @media (max-width: 40rem) {
    
    .cards_item {
      width: 50%;
    }
  }*/


.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}


.content-page__values-item.value_img-1.primary {
  width: 16.875rem;
  padding: 0px;
  margin: 0px;
  height: 400px;
  border-radius: 0.75rem;
  position: relative;
}
.content-page__values-item.value_img-2.primary {
  width: 16.875rem;
  padding: 0px;
  margin: 0px;
  height: 400px;
  border-radius: 0.75rem;
  position: relative;
}
.content-page__values-item.value_img-3.primary {
  width: 16.875rem;
  padding: 0px;
  margin: 0px;
  height: 400px;
  border-radius: 0.75rem;
  position: relative;
}
.content-page__values-item.value_img-4.primary {
  width: 16.875rem;
  padding: 0px;
  margin: 0px;
  height: 400px;
  border-radius: 0.75rem;
  position: relative;
}
/* @media only screen and (max-width: 1350px) and (min-width: 895px)  {
  .cards_item {
    width: 29.6%;
} */
/* } */


/*****pipeline****/
.main-pipeline{
  max-width: 1148px;
  margin: 0 auto;
}



.cards-pipeline {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  padding: 0;
}

.cards_item-pipeline {
  display: flex;
  padding: 0.6rem;
}
/* .cards_item-pipeline {
    width: 45.33%;
  } */
  /* @media (max-width: 40rem) {
    
    .cards_item-pipeline {
      width: 40.33%;
    }
  }

@media (min-width: 40rem) {
    
  .cards_item-pipeline {
    width: 40.33%;
  }
}

@media (min-width: 56rem) {
  .cards_item-pipeline {
    width: 14%;
  }
} */

.card-pipeline {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media only screen and (max-width: 1350px) and (min-width: 820px)  {

/* .cards_item-pipeline {
  width: 29%;
} */
 }

 @media only screen and (max-width: 1200px) and (min-width: 550px)  {

  .content-page__how-it-works-img {
    width: 50%;
    z-index: 1;
}
.text-transition-1 {
  position: relative;
  top: 327px;
  transition: all linear 150ms;
  left: -116px;
  text-align: center;
}
.text-transition1 {
  z-index: 1;
  top: -30px !important;
  font-weight: bold;
  left: 42px;
}
.text-transition2 {
  top: 126px !important;
  font-weight: bold;
  z-index: 1;
}
   }



@media (max-width: 440px) {
  .zoom-i {
    width: 100%;
  }
  .content-page__secure-tabs {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    left: 25px;
    top: 0px;
  }
    .content-page__secure-flex {
      width: 88%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
  }
    img.secure_img-phone {
      width: 100%;
      position: relative;
      left: -9px;
      top: 7px;
      /* z-index: -1; */
  }
    .qube-deks{
      display: none;
    }
    .box-qube {
      position: relative;
      top: -50px;
  }
/* .counter-box-2 {
    position: relative;
    top: -20px;
}
.counter-box {
  position: relative;
  top: -20px;
}
.counter-box-3 {
  position: relative;
  top: -20px;
} */
.content-page__papeline {
padding-top: 0px !important; 
}
.text-transition2 {
  top: 166px !important;
  font-weight: bold;
  z-index: 1;
}

}
@media (min-width: 300px) and (max-width: 700px) {
.content-page__heading-img{
	height:250px!important;
}
}

@media (max-width: 1025px) {
  .content-page__heading-img{
    height: 250px;
  }

  .top-naving {
    margin-top: 30px;
}
  .h-d-t50{
    margin-bottom: 100px;
  }
  .h-d-t50{
    margin-bottom: 100px;
  }
.img-h-d-w-1 {
  /* width: 60%; */
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.img-h-d-w-2 {
  width: 85%; 
  margin: 0 auto;
  display: flex;
}
.img-h-d-w-3 {
  /* width: 70%; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.content_page-h-d-w{
  background-image: url('images_dtx/background-line.png');
}
.content-page__gradiant_{
  display: none;
}
.content-page__values-bg{
	padding:0 0 80px 0;
}
.content-page__heading-img{
	height:400px;
}
}
@media (min-width: 1025px) {
  .content_page-h-d-w{
    display: none;
  }
  .content-page-v-left {
    padding: 15px;
    margin-top: 90px !important;
  }
}

.box_hdw {
  max-width: 80%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px ;
}
@media (min-width: 440px) {
.qube-mob{
  display: none;
}
 }
 @media screen and (max-width: 1200px) {
  .contanct-btn {
    left: 0px;
}
  .box_exp_left {
    width: 0px !important;
}
.contanct-float {
  display: flex;
  position: relative;
  top: -58px !important;
  max-width: 1148px;
  margin: 0 auto;
}
}




@media screen and (max-width: 800px) {
  .img-qube{
    display: none;
  }
.inside-contact {
  display: flex;
  justify-content: flex-end;
  right: 0px !important; 
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.box_exp_left{
  width: 0 !important;
}
.box_exp_left{
  width: 0;
}
.contanct-float {
  margin-bottom: 85px !important;
  margin-top: -50px !important;
}
.contanct-btn {
  width: 200px;
  display: block;
  background: #3badf2;
  margin: 0 auto;
  padding: 15px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  top: -14px;
  left: 0;
}
.contanct-float {
  display: flex;
  position: relative;
  top: 0px !important; 
  max-width: 1400px;
  margin: 0 auto;
}
 }


 .content-page__pepeline-info{
  margin-top: 25px;
 }

 @media screen and (max-width: 1025px) {
  .content-page__hot-it-works{
    flex-wrap: wrap;
  }
  .content-page__box-video{
    display: flex !important;
    flex-direction: column-reverse !important;
    margin-top: 110px !important;
   
      display: flex;
      flex-wrap: wrap;
    }
  }

  @media screen and (max-width: 1200px) {
  .contanct-btn {
    left: 0px;
}
  .box_exp_left {
    width: 0px !important;
}
.contanct-float {
  display: flex;
  position: relative;
 
  max-width: 1148px;
  margin: 0 auto;
}
}

/* @media (min-width: 40rem) {
    
  .cards_item {
    width: 44.5%;
  }
} */
/* @media (max-width: 40rem) {
    
  .cards_item {
    width: 100%;
    height: 500px;
  }
} */

/* @media (min-width: 56rem) {
  .cards_item {
    width: 22.6%;
  }
} */

.addstyledc{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.content-page__secure-new {
  background-image: url('/images_dtx/background-undy.png');
  background-size: 100%;
  width: 100%;
  display: flex;
  gap: 4px;
  flex-direction: column;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
}

.secure-items {
  display: flex;
  width: 100%;
  position: relative;
  max-width: 1148px;
  margin: 0 auto;
  gap: 2rem;
  padding-bottom: 3rem;
}

.content-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-top:25px;
}

.content-text p {
  font-size: 1.125rem;
  font-weight: 400;

}

.content-text h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #61bdf3;
  padding-bottom: 20px;

}

.img {
  position: relative;
}

.img img {
  width: 580px;
  z-index: 1;
  position: relative;
}

.content-rectangule {
    border: 4px solid #61bdf3;
    /* padding: 2rem; */
    position: absolute;
    width: 53rem;
    height: 93px;
    bottom: 10px;
    left: 26%;
    z-index: 0;
}

.content-rectangule a {
  border-radius: 15px;
  width: 214px;
  height: 40px;
  background: #61BDF3;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  position: absolute;
  left: 54%;
  bottom: -20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.text-rectangule {
  font: 1.125rem;
  font-weight: 700;
  position: absolute;
  right: 5%;
  top: 20%;
}

p  {
  margin:  0;
}

.content-articles {
  position: relative;
  margin: 4rem auto;
}

.items-articles {
  display: flex;
  margin-left: 14%;
}

.list-articles {
  margin-top: 2rem;
  width: 44%;
}

.list-articles .list-height {
  padding-left: 0;
}

.articles-box-video {
  position: relative;
}

.articles-box-video .articles-page__video{
  position: absolute;
  left: 60px;
  top: -12px;
}

.buttonSend {
  background: #61BDF3;
  color: white;
}

/* .cards_item {
  border-radius: 12px;
} */

.media-controls.inline > .controls-bar {
  opacity: 0 !important;
}

.font-bold {
  font-weight: 700;
}
