  body,
  html { 
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
  }
  body,.text-normal {
    font-family: 'Lato';
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1px;
  }
.bg__primary{
    background-color: #2D73B4
}
.bg__success{
  background-color: #38D895;
}
.bg-gray{
  background-color: #EBEBEB;
}
.our__section{
  background-color: #34C0C8
}
a:hover{
  text-decoration: none;
}
.text__primary{
  color: #2D73B4 !important;
}
.text__secondary{
  color: #34C0C8 !important;
}
.text__success{
  color: #38D895;
}
.text-small{
  font-family: 'Lato';
  line-height: 150%;
  font-size: 14px;
}
.text__news{
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  font-family: 'Lato';
}
.text__menu{
  color: #888888 !important;
}
.m-100{
  margin-bottom: 100px;
}
/*/=====================Front page=====================/*/
.line__ref:hover{
  border-bottom: 3px solid white;
}
.list__network--item{  
  font-family: 'Tutator';
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 100%;
}
.banner__network{
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #38D895
}
.btn__network{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 10px;
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.text__network{
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #888888;
}
.subTitle__front{
  white-space: nowrap;
  font-size: 30px;
  line-height: 18px;
  font-weight: 900;
}
.section__title{
    font-family: 'Tutator';
    font-weight: bold;
    font-size: 55px;
    line-height: 100%;
    color: #2D73B4;
  }
.section__title::after{
  content: "";
  background-image: url(../../assets/img/icons/title-line.svg);
  background-size: cover;
  display: block;
  height: 8px;
  width: 90px;
  margin-top: 10px;
}
/*/=====================Footer=====================/*/
.list__footer--item{
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #444444;
}
.hr__footer{
  height: .3rem;
  background-color: #38D895;
  border: none;
}
.line__footer{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2D73B4;
  font-family: 'Tutator';
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 1px;
}

/*/=====================Cards Menu=====================/*/

/* review content news */
.card__text--subtitle{
  font-size: 28px;
  line-height: 34px;
}
.card__area--title,
.news__content h3{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #2D73B4;
}
.news__content h3{
  width: 100%;
  text-align: left;
}
.card__proyect--title{
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -1px;
}
.card__project:hover .card__project--hover{
  display: flex;
}
.card__project--hover{
  display: none;
  font-weight: 900;
  font-size: 20px;
  background: #255E93;
  opacity: 0.75;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.projects--botton{
  color: #2D73B4;
  border: 1px solid #2D73B4; 
  border-radius: 10px;
  font-family: 'Lato';
}
.projects--botton:hover{
  color: white;
  border: 1px solid #2D73B4;
  background-color: #2D73B4; 
  border-radius: 10px
}
.text-step{
  font-size: 16px !important;
  font-weight: bold;
}
.text{
  color: #444444 !important;
}
/*/=====================News=====================/*/
#front {
  height: 100vh;
}
.news-blocks{
  background-color: rgba(34, 34, 34, 0.6); 
  border-top: 20px solid rgb(45, 115, 180);
}
.news-blocks li{
  margin: 1.5rem 0;
}
.news-country{
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(193, 193, 193);
    letter-spacing: 0px;
}
.news-title{
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0px;
}
.news-date{
  white-space: nowrap;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(193, 193, 193);
}
@media(max-width: 1025px){
  .news-country{
    font-size: 12px;
  }
  .news-title, .news-date{
    font-size: 12px;
    line-height: 15px;
  }
  .news-blocks img{
    height: 70px;
    width: 70px;
  }
  .news-blocks li{
    margin: 1rem 0;
  }

}
.news-content{
  cursor: pointer;
}
.news-block:not(:nth-child(4n)){
  border-bottom: 1px solid #C6C6C6
}
.message__network{
  font-family: 'Lato';
  font-style: normal;
  font-size: 24px;
  line-height: 170%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.5px;
  color: #888888;
  text-transform: capitalize;
}
.avatar-image img{
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: 1px solid #888888;
}
.profile-image img{
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 1px solid #888888;
}
/*/=====================Ngos=====================/*/
.subtitle-section{
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1px;
}
.cause__title--section,
.news__content h2{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
  color: #2D73B4;
}
.news__content h2{
  width: 100%;
  text-align: left;
}
.card-shadow{
  box-shadow: 0px 5px 20px rgba(214, 226, 233, 0.7);
  border-radius: 3px
}
.mdi-12px{
  font-size: 12px !important;
}
.mdi-30px{
  font-size: 30px;
}
.subtitle-work{
  font-size: 30px;
  font-weight: 900;
  line-height: 100%;
}
.list__footer--title{
  font-family: 'Tutator';
  font-size: 16px;
  line-height: 22px;
  color: #2D73B4;
}
/* .space-hide-tablet{
  margin-top: 120px;
} */
.number-case{
  font-size: 70px;
  line-height: 82px;
  font-family: 'Tutator';
  font-weight: bold;
  letter-spacing: -5px;
  opacity: .2;
}
.line-text {
  line-height: 180% !important;
}
.event-content{
  display: flex;
  align-self: flex-start;
  border-left: 5px solid #444444;
  padding-left: 2rem;
}
.email__footer{
  font-family: 'Lato';
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #222222;  
}
.solution-content{
  border-bottom: 2px solid #444444;
}
.border-problem, .border-solution{
  position: relative;
}
.border-problem::after, .border-solution::after{
  content: "";
  width: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.border-problem::after{
  border-bottom: 5px solid #EE2C5C;
}
.border-solution::after{
  border-bottom: 5px solid #38D893;
}
/* .bg-video{
  width: 100%;
  height: 100%;
  /* clip-path: polygon(19% 10%, 100% 10%, 100% 100%, 0% 100%); 
  top: -10%;
  z-index:-1;
  overflow: hidden;
} */
.title-blog{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 120%;
  color: #2D73B4;
}
.breadcumb-menu{
    z-index: 10;
    left: 185px;
    background: #fff;
    top: 90px;
    padding: 10px;
}
.hexagono-body{
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.main-hexagono{
  width: 160px;
  height: 160px;
  background-color: #C3C4CA;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-title{
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    font-family: 'Tutator';
    letter-spacing: 0.1rem;
}
.second-hexagono{
  width: 155px;
  height: 155px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process__text{
  font-size: 20px;
  line-height: 27px;
  color: #2D73B4;
}
.card-background{ 
  background-color: #f6f6f6;
}
.card-border{
  border: 4px solid #c6c6c6; 
  border-radius: 5px;
  transition: all 1s;
}
.slick-next:before{
  content: '' !important;
  display: inline-block;
  background-image: url(../../assets/img/icon/arrow1.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.slick-prev:before{
  content: '' !important;
  display: inline-block;
  background-image: url(../../assets/img/icon/arrow2.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}

.slider-nav .slick-track{
  display: flex;
    flex-direction: column;
    min-height: 1460px;
}
.slider-nav .slick-slide{
  opacity: 0.2;
} 
.slider-nav .slick-current.slick-active{
  opacity: 1;
}
.slider-for .slick-track{
  height: 444px;
}
.slider-nav .slick-next{
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotateX(180deg);
}
.slider-nav .slick-prev{
  top: -10%;
  left: 50%;
  transform: translateX(-50%) rotateX(180deg);
}
.flipster__item--current img{
  border: 5px solid #2D73B4;
}
.img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider-nav .slick-next:before{
  content: '';
  background-image: url(../../assets/img/icon/up.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 28px;
  display: flex;
    justify-content: center;
}
.slider-nav .slick-prev:before{
  content: '';
  background-image: url(../../assets/img/icon/dowm.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 28px;
  display: flex;
    justify-content: center;
}
@media(max-width: 763px){
  #front{
    height: auto;
  }
    #blog figure img{
        width: 100%;
    }
  .background{
    background-color: #242424
  }
}

/*/----------------------Forms------------------------ /*/
.formgroup {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}
.formgroup .form-control::placeholder {
  color: transparent;
}
.formgroup .form-control:placeholder-shown ~ .formlabel {
  font-size: 18px;
  font-weight: normal;
  cursor: text;
  top: 24px;
  padding-left: 15px;
  color: #444444
}
.formgroup label, .formgroup .form-control:focus ~ .formlabel {
  position: absolute;
  top: -20px;
  display: block;
  transition: 0.1s;
  font-size: 14px;
  font-weight: normal;
  color: #2D73B4;
  padding-left: 0;
}
.form-control{
  border: 2px solid rgba(44, 110, 171, 0.3);
}
.form-control:focus {
  border-color: #2D73B4;
  box-shadow: none;
}
.text__label{
  height: 50px !important;
}
.dowload__button{
  border-radius: 50px;
  background-color: #38D895;
  border: 2px solid #38D895;
  color: #ffffff;
  font-weight: bold;
}
.dowload__button:hover{
  background-color: white;
  color: #38D895 !important;
}
.contact-padding{
  padding-left: 30px;
  padding-right: 30px;
}

/*/==================Contact===================/*/
.main-contact{
  background-image:url('../../assets/img/service-section/bg-contact.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
}
.page-title{
  font-size: 72px;
  font-weight: 900;
  position: relative;
}  
.page-title:before {
  content: "";
  background-image: url(../../assets/img/logos/line-page.svg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: .5rem;
  width: 5.5rem;
  bottom: -10px;
}
/*/==================search===================/*/
.search-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s, visibility .3s;
  transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
  box-sizing: border-box;
}

.search-overlay p {
  padding-top: 15px;
}

.search-overlay .event-summary p {
  padding-top: 0;
}

.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}
.search-overlay__top {
  background-color: rgba(255, 255, 255);
  box-shadow: 0px 6px 60px rgba(136, 160, 182, 0.4);
}

.search-overlay__icon {
  margin-right: 10px;
  font-size: 1.8rem;
}
.search-overlay--active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 10000;
}

.search-overlay__section-title {
  margin: 30px 0 1px 0;
  font-weight: 400;
  color: #0D3B66;
  font-size: 2rem;
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}

.search-overlay__close {
  font-size: 2.1rem;
  cursor: pointer;
  transition: all .3s;
  line-height: .7;
}
.search-overlay__close:hover {
  opacity: 1;
}

.search-overlay .one-half {
  padding-bottom: 0;
}

.search-term {
  width: 85%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 36px;
  font-weight: bold;
  outline: none;
  color: #C6C6C6;

}
.body-no-scroll {
  overflow: hidden !important;
}
.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*/================== Pagination ===================/*/
.screen-reader-text{
  display: none;
}
.pagination{
  width: 100%;
}
.pagination .nav-links{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.pagination .current{
  color: white !important;
  background-color: #34C0C8;
  border-radius: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .prev,.pagination .next{
  font-size: 18px !important;
  text-transform: uppercase;
}
.pagination .page-numbers{
  color: #222222;
  height: 50px;
  width: 50px;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
} 
/*/================== Languaje ===================/*/
.trp-ls-shortcode-current-language{
  background-color: transparent !important;
  background-position: calc(100% - 8px) calc(1em + -4px), calc(100% - 3px) calc(1em + -4px) !important;
  border: none !important;
  max-width: 50px !important;
}
.trp-language-switcher > div{
  background-color: transparent !important;
  background-position: calc(100% - 8px) calc(1em + -4px), calc(100% - 3px) calc(1em + -4px) !important;
  max-width: 50px !important;
}

.svg-group:hover rect{
  fill: #2D73B4;
}
  .svg-group:hover .border-svg{
    stroke: #ffffff;
  }
  .svg-group:hover .svg-text{
    fill: #ffffff;
  }
  .image__grafsvg{
      height: calc(100vh - 360px);
      width: auto;
  }
  .btn-subscribe{
    background: #2D73B4;
    border-radius: 10px;
    color: white;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    height: 55px;
  }
  .activation-title{
    font-family: 'Tutator';
    font-size: 70px;
    line-height: 80%;
    font-weight: bold;
  }
/*/================== GDPR ===================/*/

  .cli_messagebar_head{
    font-size: 20px;
    color: #444444;
    font-weight: 900;
    width: 75%;
    margin: auto;
  }
  .cookie-message{
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    width: 62%;
  }
  #cookie_action_close_header, #cookie_action_close_header_reject{
    background-color: transparent !important;
    color: black !important;
    border: 2px solid;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase !important;
    width: 170px;
  text-align: center;
}
.cookie-image{
  background-image: url('../../assets/img/cookies.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.cli_manage_current_consent {
  color: #3498DB !important;
  font-weight: 900;
}
#cookie-law-info-bar{
    text-align: left;
  }
  #cookie-law-info-bar > span{
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 15px;
  }
  .trp-language-switcher:hover .trp-ls-shortcode-language{
    background-color: #f6f6f6 !important;
  }
  .slick-slide {
    outline: none
}
.blog h2{
  color: #2D73B4;
  font-weight: 900;
  font-size: 36px;
  line-height: 120%
}
.blog h3{
  color: #444444;
  font-weight: 900;
  font-size: 28px;
  line-height: 120%;
}
.blog p{
  font-weight: normal;
  line-height: 170%;
  /* text-align: left; */
}
.page__footer{
    border-top: 2px solid;;
}
.page__footer--text{
    font-style: italic;
    font-size: 14px;
}
figure{
  text-align: center;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.blog img{
  height: auto;
}
blockquote p{
  font-style: italic;
}
.wp-block-quote{
  border-left: 4px solid #222222;
  padding: 0 0 0 1em!important; 
  margin: 2em 0 !important; 
}

.modal-trigger:hover {
cursor: pointer;
}
.modal-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
visibility: hidden;
opacity: 0;
background: rgba(30,30,30,0.8);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;  
transition: 0.3s;
}
.modal-container {
position: fixed;
max-width: 400px;
top: 50%;
left: 50%;
z-index: 20000;
text-align: center;
width: 90%;
visibility: hidden;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.modal-content {
position: relative;
opacity: 0;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
transition: 0.3s;
background: #fff;
box-shadow: 0px 16px 28px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.modal-close {
position: absolute;
top: 0;
right: 0;
padding: 0.4em;
color: #888888;
font-size: 18px;
line-height: 18px;
font-weight: 900;
}
.modal-close:hover {
cursor: pointer;
}
.modal-content__img-caption {
position: absolute;
bottom: 0;
text-align: center;
background: rgba(0, 0, 0, 0.3);
width: 100%;
}
.modal-content__img-caption p {
padding: 1em;
}
.modal--show {
visibility: visible;
}
.modal--show ~ .modal-overlay {
visibility: visible;
opacity: 1;
}
.modal--show .modal-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.swal2-backdrop-show{
    z-index: 10000 !important;
}
.jobs__botton{
    border: 2px solid #38D895;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    transition: all ease .2s;
  }
  .jobs__botton:hover{
    transform: scale(1.1);
    transition: all ease .2s;
  }
  .card__text--title{
    font-size: 36px;
    line-height: 43px
}
  .card__text--strongContent{
    font-size: 20px;
    line-height: 24px;
}
.text-prueba{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
  .card p {
      margin: 0 !important;
  }
  .modal-content__img {
    width: 100%;
    margin-top: -90px;
}
@media (max-height: 650px) {
    .modal-content__img {
        width: 250px;
        margin-top: 0px;
  }
}
@media (max-height: 570px) {
    .modal-content__img {
      width: 200px;
  }
}


    .play__botton{
      bottom: 50%;
      left: 50%;
      transform: translate(-50%, 50%);
      text-align: center;
  }
  .request__success {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
  }
  .front-botton{
      margin-top: 20px;
  }
  .front-botton a:hover {
    background: #38D895 !important;
    border: 0.1rem solid #38D895 !important;
  }
  .bg-menu{
    background-color: #f6f6f6;
}
.image__project--border{
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 0px 20px rgb(228 236 246) inset;
  width: 400px;
  height: 400px;
}
.play__botton{
    cursor: pointer;
}
.image {
  display: flex;
  justify-content: center;
}
#text{
    display:none;
    }
    @media(max-width: 600px){
      .image__project--border{
        width: 300px;
        height: 300px;
      }

      .banner__text{
        font-size: 24px !important;
      }
      .order1{
          order: 1
      }
      .order2{
          order: 2
      }
      .border{
          border: 1px solid #cfcfcf;
          padding: 5px 0;
          border-radius: 10px;
      }
    }

    html :where(img) {
        height: none;
        /* max-width: none; */
    } 

/* New Front Page */
.front-title{
    font-family: 'Tutator';
    font-weight: 700;
    font-size: 57px;
    line-height: 120%;
    letter-spacing: 1px;
}
.front-subtitle{
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 1px;
    font-family: 'Tutator';
}
.front-card--test{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 1px;
}
.front-card--infoShadow{
    border-bottom: 16px solid rgba(152, 125, 209,1);
}
.front-card--secondaryShadow{
    /* box-shadow: 0px -16px 0px 0px rgba(52, 192, 200,1) inset; */
    border-bottom: 16px solid rgba(52, 192, 200,1);
}
.section-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    font-family: 'Tutator';
}
.line-title{
    position: relative;
}
.line-title::after{
    content: "";
    position: absolute;
    background-color: #2D73B4;
    height: 5px;
    width: 110px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}
.front-news--title{
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
}
.front-news--date{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #888888;
}
.bg-video{
    /* top: 90px; */
    z-index:-1;
  }
.img-icon:hover{
    transform: scale(1.2);
}
.m-front{
    margin-top: 120px;
}
@media (max-height: 385px){
    .m-front{
        margin-top: -55px;
    }
}
@media (max-width: 1279px){
  .screen-menu {
      display: none !important;
  }
}

.list__network{
    list-style: none;
    display: flex;
    justify-content: center;
  }