* {
  text-decoration: none !important;
  outline: 0 !important;
}

.row {
  margin: 0 !important;
  padding: 0;
}

header .col-md-3 {
  padding: 24px 0;
}

header img {
  width: 100%;
}

header nav ul {
  width: 100%;
}

header nav ul li {
  float: right;
}

header nav ul li a {
  font-family: "Open Sans Regular";
  font-size: 12px;
}

.navbar-light .navbar-nav .nav-link {
  color: #27251f;
  padding: 20px 20px;
}

.showcase {
  height: auto;
  background-image: url(../images/patron.svg);
  background-size: cover;
  padding-bottom: 75px;
}

.showcase .col-md-8 {
  padding-right: 0;
}

.showcase .col-md-4 {
  padding: 80px 40px 0 40px;
}

.showcase .col-md-4 p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 20px;
}

.showcase .col-md-4 h2 {
  color: #ffffff;
  font-size: 30px;
  font-family: "Open Sans Bold";
  margin-bottom: 35px;
}

.showcase .col-md-4 h3 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Open Sans Regular";
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 30px;
}

.showcase .col-md-4 h3 span {
  font-family: "Open Sans Bold";
}

.btn-primary {
  color: #ffffff;
  background-color: #0088c2;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #e5e5e5;
  color: #27251f;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.showcase .divider {
  width: 55%;
}

.showcase .controlers {
  margin-top: 22px;
  text-align: right;
}

.showcase .controlers button {
  background-color: transparent;
  border: none;
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.showcase .controlers button:hover {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.showcase .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #0092d1;
}

.showcase .slick-dots li.slick-active button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.showcase .slick-dots li button:before {
  color: transparent;
}

.showcase .slick-dots li.slick-active button:before {
  color: transparent;
}

.showcase .slick-dots {
  text-align: right;
  padding: 30px 30px 0 0;
  bottom: -60px;
}

.about {
  padding: 110px 0;
}

.about h3 {
  text-align: center;
  font-size: 20px;
  color: #004976;
  font-family: "Open Sans Bold";
  margin-bottom: 30px;
}

.about p {
  font-family: "Open Sans Regular";
  font-size: 14px;
  color: #27251f;
  margin: auto;
  text-align: left;
  width: 60%;
}

.grid-one {
  background-color: #0092d1;
}

.grid-one .col-md-4 {
  padding: 80px 115px;
}

.grid-one .col-md-4 h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  font-size: 20px;
}

.grid-one .col-md-8 {
  background-color: #27251f;
}

.grid-one .col-md-8 .col-md-6 h4 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Open Sans Semi Bold";
  margin-bottom: 30px;
}

.grid-one .col-md-8 .col-md-6 p {
  color: #ffffff;
  font-family: "Open Sans Regular";
}

.grid-one .col-md-8 .col-md-6:nth-child(1) {
  padding: 105px 30px 0 80px;
}

.grid-one .col-md-8 .col-md-6:nth-child(1) a {
  color: #ffffff;
  background-color: #3d3b35;
  width: 100%;
  display: block;
  font-family: "Open Sans Regular";
  text-align: center;
  padding: 13px;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.grid-one .col-md-8 .col-md-6:nth-child(1) a:hover {
  background-color: #e5e5e5;
  color: #27251f;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.grid-one .col-md-8 .col-md-6:nth-child(2) {
  padding: 65px 80px 65px 0;
  text-align: left;
}

.grid-two {
  background-color: #0092d1;
}

.grid-two .col-md-8 {
  background-color: #fafafa;
  padding: 90px 105px 90px 200px;
}

.grid-two .col-md-8 h4 {
  font-size: 20px;
  font-family: "Open Sans Semi Bold";
  margin-bottom: 20px;
}

.grid-two .col-md-8 p {
  font-size: 14px;
  color: #27251f;
  font-family: "Open Sans Regular";
  text-align: left;
  margin-bottom: 20px;
}

.grid-two .col-md-8 a {
  padding: 13px 110px;
  display: inline-block;
  font-family: "Open Sans Regular";
  background-color: #e5e5e5;
  color: #27251f;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.grid-two .col-md-8 a:hover {
  background-color: #0092d1;
  color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.grid-two .col-md-4 {
  padding: 140px 50px;
  text-align: left;
}

.grid-two .col-md-4 p {
  color: #ffffff;
  font-family: "Open Sans Regular";
  font-size: 14px;
}

.news-home {
  background: #ffffff;
  padding: 118px 0;
  position: relative;
  overflow: hidden;
  min-height: 650px;
}

.news-home h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #004976;
  font-family: "Open Sans Semi Bold";
}

.news-home .col-md-3 a {
  padding: 13px 50px;
  display: inline-block;
  margin-top: 30px;
  font-family: "Open Sans Regular";
  background-color: #e5e5e5;
  color: #27251f;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.news-home .col-md-3 a:hover {
  background-color: #0092d1;
  color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.news-home .col-md-3 button {
  background-color: transparent;
  border: none;
}

.news-home .controlers {
  margin-top: 90px;
}

.news-home .item p {
  font-size: 14px;
  color: #27251f;
  text-align: left;
  height: 120px;
}

.news-home .item span img {
  width: 15px !important;
}

.slider-two-wrap {
  position: absolute;
  top: 118px;
  right: -11%;
  width: 70%;
}

.slider-two-wrap .item {
  margin: 0 10px;
}

.slider-two-wrap .item a .img {
  overflow: hidden;
}

.slider-two-wrap .item a .description {
  padding: 25px 0;
  position: relative;
  z-index: 1;
}

.slider-two-wrap .item a .description h3 {
  font-size: 14px;
  margin: 0 0 20px 0;
}

.slider-two-wrap .item a .description .col {
  padding: 0;
}

.slider-two-wrap .item a .description .col.category h4 {
  font-size: 10px;
  display: table;
  padding: 5px 10px;
  margin: 8px 0 0 0;
  color: rgba(0, 0, 0, 0.5);
}

.slider-two-wrap .item a .description .col.more {
  text-align: right;
}

.slider-two-wrap .item a .description .col.more img {
  width: 38px;
  float: right;
}

.slider-two-wrap .item a img {
  width: 100%;
}

.slider-two-wrap .item a:hover .img img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slider-two-wrap .item a:hover .col.more img {
  margin: 0 -10px 0 0;
}

.video {
  background-color: #fafafa;
  padding: 90px 0;
}

.video .col-md-4 {
  padding-top: 150px;
  text-align: left;
  font-size: 14px;
}

footer {
  background-color: #3d3b35;
}

.final {
  background-color: #27251f;
  padding: 17px;
}

.final small {
  color: #ffffff;
}

.final small a {
  color: #ffffff;
}

.final .col-md-6:nth-child(2) {
  text-align: right;
  font-family: "Open Sans Regular";
}

footer .col-md-4 {
  padding-top: 150px;
}

footer .col-md-4 .logo {
  width: 85% !important;
  margin-bottom: 20px;
}
footer .col-md-4 p {
  color: #ffffff;
  font-size: 12px;
}
footer .col-md-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

footer h4 {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans Bold";
  margin-bottom: 10px;
  margin-top: 30px;
}
footer h4 a {
  color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}
footer h4 a:hover {
  opacity: 0.7;
  color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}
footer .col-md-5 ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

footer .col-md-5 ul li {
  margin-bottom: 10px;
}

footer .col-md-5 ul li a {
  color: #ffffff;
  font-size: 12px;
  font-family: "Open Sans Regular";
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

footer .col-md-5 ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

footer .col-md-5 .col-md-6 {
  padding: 0;
}

footer .col-md-3 {
  padding-top: 90px;
}

footer .col-md-3 p {
  color: #ffffff;
  font-size: 12px;
}

footer .col-md-3 a {
  color: #ffffff;
}

.cover-general {
  background-image: url(../images/cover.svg);
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 10% 0;
}

.cover-general .col-md-3 {
  position: relative;
}

.cover-general .text-general {
  padding: 130px 90px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.cover-general .text-general h2 {
  font-family: "Open Sans Bold";
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 20px;
}

.cover-general .text-general p {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}

.body-text {
  padding: 100px 190px;
}

.content {
  background: #fafafa;
  padding: 100px 90px;
  text-align: left;
}

.content p {
  font-family: "Open Sans Regular";
  font-size: 16px;
}

.rows-services {
  padding-bottom: 80px;
}

.rows-services .col-md-4 {
  background: #0092d1;
  padding: 0;
  border: 1px solid #ffffff;
}

.rows-services .col-md-4 img {
  width: 100%;
}

.content-box {
  padding: 60px 70px;
}

.content-box h4 {
  color: #ffffff;
  font-size: 20px;
  font-family: "Open Sans Bold";
  margin-bottom: 20px;
}

.content-box p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans Regular";
  text-align: left;
}

.rows-services .col-md-4 a {
  padding: 13px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans Semi Bold";
  border-top: 2px solid #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.rows-services .col-md-4 a:hover {
  background: #27251f;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.news-body {
  padding: 100px;
}

.news-body img {
  width: 100%;
}

.news-body .text-box {
  padding: 30px 0;
}

.news-body .text-box span {
  color: #0092d1;
  font-size: 14px;
  font-family: "Open Sans Regular";
  display: block;
  margin-bottom: 40px;
}

.news-body .text-box h5 {
  font-size: 14px;
  font-family: "Open Sans Semi Bold";
  margin-bottom: 20px;
  color: #27251f;
}

.news-body .text-box p {
  font-size: 14px;
  color: #27251f;
}

.news-body .text-box a {
  color: #0092d1;
  font-size: 14px;
  font-family: "Open Sans Semi Bold";
}

.news-body .col-md-4 {
  margin-bottom: 30px;
}

.news-body .more {
  display: block;
  padding: 13px 50px;
  margin-top: 30px;
  text-align: center;
  font-family: "Open Sans Regular";
  background-color: #e5e5e5;
  color: #27251f;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.news-body .more:hover {
  background-color: #0092d1;
  color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.row-one-info {
  background: #0092d1;
}

.row-one-info .col-md-4 {
  padding: 150px 100px;
}

.row-one-info .col-md-4 h3 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Open Sans Bold";
}

.row-one-info .col-md-8 {
  padding: 80px;
  background: #fafafa;
  text-align: left;
}

.gestion .col-md-6:nth-child(1) {
  padding: 80px;
  text-align: center;
}

.gestion .col-md-6:nth-child(1) img {
  width: 100%;
}

.gestion .col-md-6:nth-child(2) {
  padding: 170px 70px;
  background: #27251f;
}

.gestion .col-md-6:nth-child(2) p {
  color: #ffffff;
  font-family: "Open Sans Regular";
  font-size: 14px;
}

.gestion .col-md-6:nth-child(2) a {
  color: #ffffff;
  background-color: #3d3b35;
  width: 100%;
  display: block;
  margin-top: 90px;
  font-family: "Open Sans Regular";
  text-align: center;
  padding: 13px;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.gestion .col-md-6:nth-child(2) a:hover {
  background-color: #e5e5e5;
  color: #3d3b35;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.tardemarks {
  padding: 100px;
  text-align: center;
  background: #fafafa;
}

.tardemarks .col-md-3 {
  margin-bottom: 30px;
}

.tardemarks h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #004976;
  margin-bottom: 80px;
  font-family: "Open Sans Bold";
}

.info {
  padding: 120px;
}

.info .col-md-4 {
  margin-bottom: 0px;
}

.info .col-md-4 .box-info {
  border-top: 1px solid #e2e2e2;
  padding-top: 40px;
  padding-bottom: 50px;
}

.info h2 {
  font-size: 20px;
  font-family: "Open Sans Bold";
  color: #0092d1;
  margin-bottom: 20px;
}

.info p {
  font-family: "Open Sans Regular";
  font-size: 14px;
  color: #27251f;
}

.list-content {
  background: linear-gradient(180deg, #003f6b 0%, #0092d1 100%);
  padding: 70px;
}

.list-content h4 {
  font-size: 14px;
  color: #ffffff;
  font-family: "Open Sans Bold";
  margin-bottom: 60px;
}

.list-content ul li {
  font-family: "Open Sans Regular";
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
}

.datamed {
  padding: 0 0 80px 0;
  position: relative;
}

.datamed::before {
  width: 100%;
  height: 320px;
  background: #003f6b;
  content: "";
  display: block;
  position: absolute;
}

.datamed .container {
  position: relative;
  z-index: 1;
}

.datamed .container .col-md-6 {
  margin-top: 80px;
}

.datamed .container .col-md-6 h3 {
  color: #ffffff;
  font-size: 20px;
  font-family: "Open Sans Bold";
}

.datamed .container .col-md-6 p {
  color: #ffffff;
  font-family: "Open Sans Semi Bold";
  font-size: 14px;
  margin-bottom: 135px;
}

.datamed .container .col-md-6 .image-datamed img {
  width: 100%;
}

.row-two .col-md-6:nth-child(1) {
  background: #fafafa;
  padding: 55px 110px;
}

.row-two img {
  width: 100%;
  margin-top: 30px;
}

.row-two .col-md-6:nth-child(2) {
  background: #0092d1;
  padding: 55px 110px;
}

.row-two .col-md-6:nth-child(1) h3 {
  font-size: 20px;
  color: #003f6b;
  font-family: "Open Sans Bold";
  margin-bottom: 15px;
}

.row-two .col-md-6:nth-child(1) p {
  font-size: 14px;
  font-family: "Open Sans Regular";
}

.row-two .col-md-6:nth-child(2) h3 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Open Sans Bold";
  margin-bottom: 15px;
}

.row-two .col-md-6:nth-child(2) p {
  font-size: 14px;
  font-family: "Open Sans Regular";
  color: #ffffff;
}

.row-two .col-md-6:nth-child(1) a {
  display: block;
  padding: 13px 50px;
  margin-top: 30px;
  text-align: center;
  font-family: "Open Sans Regular";
  background-color: #e5e5e5;
  color: #27251f;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

.row-two .col-md-6:nth-child(1) a:hover {
  background-color: #27251f;
  color: #e5e5e5;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}

#scroll-down {
  position: absolute;
  z-index: 10;
  left: 80%;
  bottom: -70px;
  display: inline-block;
  align-items: center;
  left-content: center;
  cursor: pointer;
  width: 100%;
  transform: translateX(-10%);
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.scroll-down__icon {
  width: 50px;
  float: left;
  min-width: 50px;
  height: 50px;
  margin-right: 0;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.scroll-down__icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid hsla(0, 0%, 100%, 0.3);
  border-radius: 15px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.scroll-down__icon span {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  left: 50%;
  top: 50%;
  margin-top: -0.2rem;
  margin-left: -0.2rem;
  border-radius: 50%;
}

.scroll-down__text-inner {
  color: #ffffff;
  position: relative;
  left: 15px;
  top: 10px;
}

.scroll-down__text-inner a {
  color: #ffffff;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(-0.5rem);
  }

  87.5% {
    opacity: 0;
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    transform: translateY(-0.5rem);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(-0.5rem);
  }

  87.5% {
    opacity: 0;
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    transform: translateY(-0.5rem);
  }
}
.nav-link {
  color: #0092d1;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #0092d1;
  border-radius: 0;
}
.return {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 40px;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}
.return:hover {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: all 0.3s ease;
}
.news-cover {
  padding: 5% 0;
}
.content-new {
  padding: 40px 120px;
}
.content-new .col-md-8 {
  text-align: right;
}
.share-date {
  padding: 40px 0;
}
.share-date .col-md-4 span {
  color: #0092d1;
  font-family: "Open Sans Regular";
}
.content-new img {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 484px) {
    .content-new {
      padding: 30px 0;
    }
    .share-date{
        text-align: center !important;
    }
    .share-date .col-md-8{
        text-align: center;
        padding: 10px;
    }
    .news-body .align-items-start {
      padding: 0;
    }
    .news-body .container {
      padding: 0;
    }
    .news-body .col-md-4 {
      padding: 0;
    }
    .cover-general .col-md-3 {
      display: none !important;
    }
    footer .col-md-4 {
      padding-top: 30px;
    }
    header {
      position: relative;
      z-index: 9;
    }
  
    header .col-md-3 {
      width: 70%;
      padding: 22px 20px;
    }
  
    header .col-md-9 {
      position: absolute;
      width: 100%;
      right: 0;
    }
  
    .navbar {
      display: block;
    }
  
    .navbar .container-fluid {
      display: block;
      text-align: right;
      padding: 0;
    }
  
    .navbar-collapse {
      background-color: #ffffff;
    }
  
    .navbar-light .navbar-nav .nav-link {
      text-align: center;
    }
  
    .showcase .col-md-8 {
      padding: 20px;
    }
  
    .navbar-toggler {
      border-radius: 50% !important;
      background-color: rgb(0 153 220);
      border: none;
      height: 55px;
      width: 55px;
    }
  
    .about p {
      width: 100%;
    }
  
    .grid-one .col-md-4 {
      padding: 20px 50px;
    }
  
    .grid-one .col-md-8 .col-md-6:nth-child(1) {
      padding: 30px;
    }
  
    .grid-one .col-md-8 .col-md-6:nth-child(2) {
      padding: 30px;
    }
  
    .grid-two .col-md-8 {
      padding: 30px;
    }
  
    .grid-two .col-md-8 {
      padding: 30px;
    }
  
    .news-home {
      padding: 30px 10px;
      min-height: auto;
    }
  
    .slider-two-wrap {
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
    }
  
    .news-home {
      text-align: center;
    }
  
    .news-home .col-md-9 {
      display: none;
    }
  
    .news-home .controlers {
      margin: 20px 0;
      text-align: center;
    }
  
    .video .col-md-4 {
      padding-top: 40px;
    }
  
    footer {
      text-align: center;
    }
  
    .final .col-md-6:nth-child(2) {
      text-align: center;
    }
  
    footer .col-md-3 {
      padding-bottom: 25px;
      padding-top: 0;
    }
  
    .cover-general .text-general {
      padding: 30px;
    }
  
    .cover-general {
      height: auto;
    }
  
    .news-body {
      padding: 20px;
    }
  
    .list-content {
      padding: 20px;
    }
  
    .row-two .col-md-6:nth-child(1) {
      padding: 20px;
    }
  
    .row-two .col-md-6:nth-child(2) {
      padding: 20px;
    }
  
    .row-one-info .col-md-4 {
      padding: 30px;
    }
  
    .row-one-info .col-md-8 {
      padding: 30px;
    }
  
    .gestion .col-md-6:nth-child(2) {
      padding: 30px;
    }
  
    .tardemarks {
      padding: 30px;
    }
  
    .info {
      padding: 30px;
    }
  }
  
  @media (min-width: 568px) and (max-width: 736px) {
    .content-new {
        padding: 30px 0;
      }
      .share-date{
          text-align: center !important;
      }
      .share-date .col-md-8{
          text-align: center;
          padding: 10px;
      }
    .cover-general .col-md-3 {
      display: none !important;
    }
  
    header {
      position: relative;
      z-index: 9;
    }
  
    header .col-md-3 {
      width: 50%;
      padding: 22px 20px;
    }
  
    header .col-md-9 {
      position: absolute;
      width: 100%;
      right: 0;
    }
  
    .navbar {
      display: block;
    }
  
    .navbar .container-fluid {
      display: block;
      text-align: right;
      padding: 0;
    }
  
    .navbar-collapse {
      background-color: #ffffff;
    }
  
    .navbar-light .navbar-nav .nav-link {
      text-align: center;
    }
  
    .showcase .col-md-8 {
      padding: 20px;
    }
  
    .navbar-toggler {
      border-radius: 50% !important;
      background-color: rgb(0 153 220);
      border: none;
      height: 55px;
      width: 55px;
    }
  
    .about p {
      width: 100%;
    }
  
    .grid-one .col-md-4 {
      padding: 20px 50px;
    }
  
    .grid-one .col-md-8 .col-md-6:nth-child(1) {
      padding: 30px;
    }
  
    .grid-one .col-md-8 .col-md-6:nth-child(2) {
      padding: 30px;
    }
  
    .grid-two .col-md-8 {
      padding: 30px;
    }
  
    .grid-two .col-md-8 {
      padding: 30px;
    }
  
    .news-home {
      padding: 30px 10px;
      min-height: auto;
    }
  
    .slider-two-wrap {
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
    }
  
    .news-home {
      text-align: center;
    }
  
    .news-home .col-md-9 {
      display: none;
    }
  
    .news-home .controlers {
      margin: 20px 0;
      text-align: center;
    }
  
    .video .col-md-4 {
      padding-top: 40px;
    }
  
    footer {
      text-align: center;
    }
  
    .final .col-md-6:nth-child(2) {
      text-align: center;
    }
  
    footer .col-md-3 {
      padding-bottom: 25px;
    }
  
    .cover-general .text-general {
      padding: 30px;
    }
  
    .cover-general {
      height: auto;
    }
  
    .news-body {
      padding: 20px;
    }
  
    .list-content {
      padding: 20px;
    }
  
    .row-two .col-md-6:nth-child(1) {
      padding: 20px;
    }
  
    .row-two .col-md-6:nth-child(2) {
      padding: 20px;
    }
  
    .row-one-info .col-md-4 {
      padding: 30px;
    }
  
    .row-one-info .col-md-8 {
      padding: 30px;
    }
  
    .gestion .col-md-6:nth-child(2) {
      padding: 30px;
    }
  
    .tardemarks {
      padding: 30px;
    }
  
    .info {
      padding: 30px;
    }
  }