@import url('https://fonts.googleapis.com/css?family=Muli:200,400,400i,700,700i,900&display=swap');

body,
html
{
  -webkit-font-smoothing: subpixel-antialiased!important;
  text-rendering: optimizeSpeed!important;
  font-family: 'Muli', sans-serif;
  width: 100%;
  height: 100%;
  color: #eee;
  background: #191919;
  transition: 1s cubic-bezier(.5,0,0,1);
  transition-property: padding-top;
}

#goToTop {
  opacity: 0;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 9999999; /* Make sure it does not overlap */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  line-height: 1em;
  
  background: #600;
  background: linear-gradient(180deg, rgba(85, 0, 0, 0.933) 0%,rgba(136, 0, 0, 0.8) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 34, 34, 0.8);
  box-shadow: 0px 0vh 2vh 0 #000, 0px 0vh 3vh -.5vh #f00;
}

#goToTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


body.navbar-pad
{
	padding-top:67px;
}

.navbar
{
  /*position: sticky;*/
  background: #600;
  background: linear-gradient(180deg, rgba(85, 0, 0, 0.933) 0%,rgba(136, 0, 0, 0.8) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 34, 34, 0.8);
  width: 100%;
  box-shadow: 0px 0vh 2vh 0 #000, 0px 0vh 3vh -.5vh #f00;
}
.navbar.pad
{
  margin-top: 32px;
}

#navbar-scroll
{
	display:none;
  /*margin-bottom: -67px;*/
}

.navbar-dark .navbar-nav .nav-link
{
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus
{
  color: rgba(255, 255, 255, 0.867);
}

.show > .nav-link,
.active > .nav-link,
.nav-link.show,
.nav-link.active,
.nav-link.active:hover,
.nav-link.active:focus
{
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.133);
  border-radius:  .25rem;
}

.nav-link .dropdown-menu
{
  background: #222!important;
  background-color: #222!important;
}

div.container.breadcrumbs.home
{
	display: none;
}

div.container-fluid.breadcrumb-bg
{
	position:relative;
	z-index:1000 !important;
	background-color: rgba(0,0,0,0.5);
}

div.container.breadcrumbs
{
	position:relative;
}

div.container.breadcrumbs.post
{
	/*display: none;*/
}

div.container.breadcrumbs p
{
	position:relative;
	display: block;
	padding: 20px 0;
	color: #ddd;
	z-index:1005 !important;
}
div.container.breadcrumbs a,
div.container.breadcrumbs a:visited
{
  color: #c82121;
  background-color: transparent;
  border-color: rgba(153, 153, 153, 0.133) !important;
  box-shadow: none !important;
}

div.container.breadcrumbs a:focus
{
  color: #FF2121;
}

div.container.breadcrumbs a:hover
{
  color: #FF2121;
	text-decoration:none;
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 1s cubic-bezier(.5,0,0,1);
  transition: transform 1s cubic-bezier(.5,0,0,1);
  transition: transform 1s cubic-bezier(.5,0,0,1), -webkit-transform 1s cubic-bezier(.5,0,0,1);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  overflow: hidden;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
  background: transparent;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}


.carousel-indicators li {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

video,
video::before,
video::after
{
  padding: 0;
  margin: 0;
}

.carousel-control-next,
.carousel-control-prev
{
  align-items: flex-end;
  padding: 15px;
  justify-content: flex-end;
  z-index: 200;
  margin-bottom: 10%;
}

.carousel-control-prev
{
  justify-content: flex-start;
}

.carousel-control-next-icon,
.carousel-control-prev-icon
{
  background-size: contain;
}
.carousel-control-next-icon
{
  background-image: url(../img/right.svg);
}
.carousel-control-prev-icon
{
  background-image: url(../img/left.svg);
}

.carousel-item img,
.carousel-item video
{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


.carousel-item div.carousel-caption
{
  position: absolute;
  text-align: left;
  margin: 0 auto;
  left:0%;
  right: 0%;
  bottom: 10%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .carousel-item div.carousel-caption {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .carousel-item div.carousel-caption {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .carousel-item div.carousel-caption {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .carousel-item div.carousel-caption {
    max-width: 1140px;
  }

  .carousel-caption.text-center p
  {
    opacity: 0;
    -webkit-animation: arrow 1s infinite alternate cubic-bezier(0.75,0,.75,1); /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: arrow 1s infinite alternate cubic-bezier(0.75,0,.75,1); /* Firefox < 16 */
        -ms-animation: arrow 1s infinite alternate cubic-bezier(0.75,0,.75,1); /* Internet Explorer */
         -o-animation: arrow 1s infinite alternate cubic-bezier(0.75,0,.75,1); /* Opera < 12.1 */
            animation: arrow 1s infinite alternate cubic-bezier(0.75,0,.75,1);
            -webkit-animation-delay: 2s; /* Safari, Chrome and Opera > 12.1 */
               -moz-animation-delay: 2s; /* Firefox < 16 */
                -ms-animation-delay: 2s; /* Internet Explorer */
                 -o-animation-delay: 2s; /* Opera < 12.1 */
                    animation-delay: 2s;
                    color: #c11;
  }
}

.carousel-item div.carousel-caption-bg
{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:  rgba(0, 0, 0, 0.6);
  background:  linear-gradient(to top, rgba(0,0,0,0.9) 30%, transparent 50%);
  /*backdrop-filter: grayscale(100%);
  -webkit-backdrop-filter: grayscale(100%);
  -webkit-mask-image: linear-gradient(to top, #000 30%, transparent 60%);
  mask-image: linear-gradient(to top, #000 40%, transparent 60%);*/
}

.carousel-item a:hover
{
  text-decoration: none;
}

.carousel-item h1,
.carousel-item h3,
.carousel-item p
{
  margin: 0;
  padding: 0;
  /*text-shadow: 0 .5vh 2vh #000;*/
}
.carousel-item h1
{
  font-size: 6vw;
  font-weight: 400;
  line-height: .9em;
  letter-spacing: -.05em;
  color: #c11;
  overflow: visible;
  -webkit-animation: titlein 1s forwards cubic-bezier(0,0,0,1); /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: titlein 1s forwards cubic-bezier(0,0,0,1); /* Firefox < 16 */
      -ms-animation: titlein 1s forwards cubic-bezier(0,0,0,1); /* Internet Explorer */
       -o-animation: titlein 1s forwards cubic-bezier(0,0,0,1); /* Opera < 12.1 */
          animation: titlein 1s forwards cubic-bezier(0,0,0,1);
          opacity: 0;
}
.carousel-item h3
{
  padding-top: 1vw;
  padding-left: -.1em;
  font-size: 2vw;
  color: #ccc;
  overflow: hidden;
  -webkit-animation: subtitlein .6s forwards cubic-bezier(0,0,0,1); /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: subtitlein .6s forwards cubic-bezier(0,0,0,1); /* Firefox < 16 */
      -ms-animation: subtitlein .6s forwards cubic-bezier(0,0,0,1); /* Internet Explorer */
       -o-animation: subtitlein .6s forwards cubic-bezier(0,0,0,1); /* Opera < 12.1 */
          animation: subtitlein .6s forwards cubic-bezier(0,0,0,1);

          -webkit-animation-delay: .5s; /* Safari, Chrome and Opera > 12.1 */
             -moz-animation-delay: .5s; /* Firefox < 16 */
              -ms-animation-delay: .5s; /* Internet Explorer */
               -o-animation-delay: .5s; /* Opera < 12.1 */
                  animation-delay: .5s;
                  opacity: 0;
}

@media (max-width: 576px)
{
  .carousel-item div.carousel-caption
  {
    left: 50%;
    width: 100%;
    right: 0%;
    transform: translate(-50%,-20%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    text-align: center;
    z-index: 100;
  }
  .carousel-item div.carousel-caption h1
  {
    width: auto;
    font-weight: 400;
    font-size: 5vw;
  }
}

@media (min-width: 1200px)
{
  .carousel-item div.carousel-caption h1
  {
    font-size: 90px;
  }
}

.btn-outline
{
  color: rgba(255, 255, 255, 0.8);;
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-outline:hover
{
  color: rgb(255, 255, 255)!important;
  border-color: rgb(255, 255, 255)!important;
  background-color: rgba(0, 0, 0, 0.2)!important;
}

a.btn-outline:active:focus
{
  color: rgb(255, 255, 255) !important;
  border-color: rgb(221, 221, 221) !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: none !important;
}
a.btn-outline:focus
{
  outline: none !important;
  box-shadow: none !important;
}

.carousel-item a.btn-outline
{
  display: inline-block;
  font-size: 1vw;
  padding: .25em .5em;
  vertical-align: text-bottom;
  margin-left: .2vw;
  margin-bottom: .15vw;
}

@media (max-width: 768px)
{
  .carousel-caption h3 a.btn-outline
  {
    display: none;
  }
}



@keyframes titlein {
  from { opacity: 0; transform: translateX(50%); }
  to   { opacity: 1; transform: translateX(0); }
}
@-moz-keyframes titlein {
  from { opacity: 0; transform: translateX(50%); }
  to   { opacity: 1; transform: translateX(0); }
}
@-webkit-keyframes titlein {
  from { opacity: 0; transform: translateX(50%); }
  to   { opacity: 1; transform: translateY(0); }
}
@-ms-keyframes titlein {
  from { opacity: 0; transform: translateX(50%); }
  to   { opacity: 1; transform: translateX(0); }
}
@-o-keyframes titlein {
  from { opacity: 0; transform: translateX(50%); }
  to   { opacity: 1; transform: translateX(0); }
}


@keyframes arrow {
  from { opacity: 0; transform: translateY(-10%); }
  to   { opacity: 1; transform: translateY(0); }
}
@-moz-keyframes arrow {
  from { opacity: 0; transform: translateY(-10%); }
  to   { opacity: 1; transform: translateY(0); }
}
@-webkit-keyframes arrow {
  from { opacity: 0; transform: translateY(-10%); }
  to   { opacity: 1; transform: translateY(0); }
}
@-ms-keyframes arrow {
  from { opacity: 0; transform: translateY(-10%); }
  to   { opacity: 1; transform: translateY(0); }
}
@-o-keyframes arrow {
  from { opacity: 0; transform: translateY(-10%); }
  to   { opacity: 1; transform: translateY(0); }
}


@keyframes subtitlein {
  from { opacity: 0; transform: translateX(20%); }
  to   { opacity: 1; transform: translateX(0); }
}
@-moz-keyframes subtitlein {
  from { opacity: 0; transform: translateX(20%); }
  to   { opacity: 1; transform: translateX(0); }
}
@-webkit-keyframes subtitlein {
  from { opacity: 0; transform: translateX(20%); }
  to   { opacity: 1; transform: translateY(0); }
}
@-ms-keyframes subtitlein {
  from { opacity: 0; transform: translateX(20%); }
  to   { opacity: 1; transform: translateX(0); }
}
@-o-keyframes subtitlein {
  from { opacity: 0; transform: translateX(20%); }
  to   { opacity: 1; transform: translateX(0); }
}


.carousel-item div.hero
{
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  transform: translate(-50%,-50%);
  width: 40vw;
  height: 13vw;
  text-align: left;
  background-image: url('../img/LogoLeader_inverted.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
  opacity: 0;

  -webkit-animation: fadein 3s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 3s forwards; /* Firefox < 16 */
      -ms-animation: fadein 3s forwards; /* Internet Explorer */
       -o-animation: fadein 3s forwards; /* Opera < 12.1 */
          animation: fadein 3s forwards;

  -webkit-animation-delay: 1s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation-delay: 1s; /* Firefox < 16 */
      -ms-animation-delay: 1s; /* Internet Explorer */
       -o-animation-delay: 1s; /* Opera < 12.1 */
          animation-delay: 1s;
}

@media (max-width: 576px)
{
  .carousel-item div.hero
  {
    width: 60vw;
    height: 20vw;
  }
}
.carousel-item div.video
{

  -webkit-animation: fadein 2s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s forwards; /* Firefox < 16 */
      -ms-animation: fadein 2s forwards; /* Internet Explorer */
       -o-animation: fadein 2s forwards; /* Opera < 12.1 */
          animation: fadein 2s forwards;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.carousel-item div.hero h1
{
  display: none;
}


.display-4
{
  font-size: 28px;
  padding: 10px 0;
}

.welcome blockquote
{
  font-size: 18px;
}

@media (min-width: 576px)
{
	.display-4
	{
	  font-size: 32px;
	}

	.welcome blockquote
	{
	  font-size: 21px;
	}
}

@media (min-width: 768px)
{
	.display-4
	{
	  font-size: 36px;
	}

	.welcome blockquote
	{
	  font-size: 24px;
	}
}

@media (min-width: 992px)
{
	.display-4
	{
	  font-size: 40px;
	}

	.welcome blockquote
	{
	  font-size: 28px;
	}
}

@media (min-width: 1200px) 
{
	.display-4
	{
	  font-size: 48px;
	}

	.welcome blockquote
	{
	  font-size: 32px;
	}
}


.jumbotron
{
  background: linear-gradient(180deg, rgba(255,0,0,.3) 0%, rgba(255,0,0,0) 100%);
}



.title-padding
{
  padding-top: 50px !important;
}


/*
@media (min-width: 576px)
{

}
@media (min-width: 768px)
{

}
@media (min-width: 992px)
{

}
@media (min-width: 1200px)
{

}
*/

figure.fp-icon
{
	width: unset !important;
	height: unset !important;
}

.fp-icon img
{
  height: 8vw;
  min-height: 80px;
  max-height: 120px;
}


.card
{
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  box-shadow: 0px 30px 40px -20px #000, 0px 10px 50px -20px rgba(255, 0, 0, 0.6);
  border-radius: calc(.4rem-1px);
  border-color:rgba(200,33,33,1);
  background:  linear-gradient(180deg, rgba(30,0,0,1) 0%, rgba(90,0,0,1) 100%);
}

.card img
{
  box-sizing: content-box;
  width: 100%;
}

.card .card-img-top
{
  border-radius: calc(.4rem-1px);
}

hr
{
  border-color: rgba(200,33,33,1);
}

div.grecaptcha-badge
{
  visibility: hidden!important;
}

a.btn-secondary,
a.btn-secondary:visited
{
  color: #944;
  background-color: rgba(51, 17, 17, 0.6);
  border-color: transparent !important;
  box-shadow: none !important;
}
a.btn-secondary:hover,
a.btn-block:hover,
a.btn:hover
{
  color: #E44;
  border-color: #E44;
  background-color: rgba(68, 0, 0, 0.6);
}

a.btn-light,
a.btn-light:visited
{
  color: #944;
  background-color: rgba(51, 17, 17, 0.6);
  border-color: transparent !important;
  box-shadow: none !important;
}

a.btn-secondary:active:focus,
a.btn-block:active:focus
{
  color: #F99 !important;
  border-color: #f66 !important;
  background-color: #600 !important;
  box-shadow: none !important;
}

.btn-outline-secondary
{
  color: rgba(255, 102, 102, 0.8);;
  border-color: rgba(255, 102, 102, 0.6);
}
.btn-outline-secondary:hover
{
  color: rgb(255, 85, 85);
  border-color: rgb(255, 85, 85);
  background-color: rgba(204, 0, 0, 0.2);
}

a.btn-outline-secondary:active:focus
{
  color: rgb(255, 102, 102) !important;
  border-color: rgb(255, 85, 85) !important;
  background-color: rgba(255, 0, 0, 0.333) !important;
  box-shadow: none !important;
}
a.btn-secondary:focus,
a.btn-block:focus,
a.btn-outline-secondary:focus
{
  outline: none !important;
  box-shadow: none !important;
}

.posts_index p.card-text
{
  font-size: .8em;
  color: #c99 !important;
}

footer
{
  border-top: 1px solid #000;
  box-shadow:  0px -2vh 2vh -2vh #000;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}

footer img.logo
{
  max-height: 60px;
}

.sep-sp
{
  height: 200px;
  margin:0;
  margin-top: -150px;
}

.sep-bg,
.sep
{
  height: 200px;
  margin-top: -150px;
  margin-bottom: 20px;
  background:  linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.05) 100%);
  box-shadow:  0px 2vh 3vh -2vh #000;
  border-bottom: 1px solid rgba(255, 34, 34, 0.333);
}
.sep
{
  background: transparent;
  margin-top: -50px;
  height: 50px;
}


.clients
{
  margin-bottom: 40px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
         touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide,
.slick-vertical .slick-slide:focus
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

footer
{
  border-top: 1px solid #000;
  box-shadow:  0px -2vh 2vh -2vh #000;
  background-color: rgba(255, 255, 255, 0.133);
  margin-top: 20px;
}

footer img.logo
{
  max-height: 60px;
}

a.contact-info,
a.contact-info:active,
a.contact-info:focus
{
  color: #fff!important;
  text-decoration: none;
}
a.contact-info:hover,
a.contact-info:focus
{
  color: #c11!important;
}

ul.social-network {
  list-style: none;
  display: flex;
  width: 100%;
  margin: 1vw 0 !important;
  padding: 0;
  justify-content: space-evenly;
}

ul.social-network li {
  display: block;
  margin: 0 5px;
}

.social-network a
{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);

  
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 21px;
  vertical-align: middle;
}
.social-network a:hover
{
  color: #f00;
  background-color: #FFF;
}
/*
.social-networks li a {
}
*/
.copyright
{
  color: #333;
  font-size: .8em;
}

footer .btn-light,
footer .btn-light:visited,
input.btn-light,
input.btn-light:visited
{
  color: #999;
  background-color: transparent;
  border-color: rgba(153, 153, 153, 0.133) !important;
  box-shadow: none !important;
}

footer .btn-light:active:focus,
footer .btn-block:active:focus,
input.btn-light:active:focus
{
  color: #333 !important;
  border-color: #999 !important;
  background-color: #999 !important;
  box-shadow: none !important;
}

footer .btn-light:hover,
input.btn-light:hover
{
  color: #999 !important;
  border-color: #999 !important;
  background-color: #333 !important;
  box-shadow: none !important;
}

footer .nav-item .nav-link
{
  border: 1px solid rgba(153, 153, 153, 0.067);
  border-radius: .25rem;
  color: rgba(255,255,255,.6);
  margin: 5px 0;
}

footer .nav-item .nav-link:hover
{
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: .25rem;
  margin: 5px 0;
}

footer .active > .nav-link,
footer .active > .nav-link:hover,
footer .nav-link.active
{
  color: #ffffff;
  background: rgba(255, 255, 255, 0.133);
  border: 1px solid rgba(153, 153, 153, 0.133);
  border-radius:  .25rem;
}

input.form-control,
textarea.form-control
{
  color: #c8c8c8;
  border: 1px solid rgba(153, 153, 153, 0.133);
  background: transparent;
}

input.form-control:focus,
textarea.form-control:focus
{
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.067);
  box-shadow: none !important;
}


input.form-control::placeholder,
textarea.form-control::placeholder
{
  color: rgba(255,255,255,.5);
}
input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder
{
  color: rgba(255,255,255,.5);
}
input.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder
{
  color: rgba(255,255,255,.5);
}

div.sg-post-cn
{
  position: relative;
}

div.sg-post-bg
{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  z-index: 1 !important;
  opacity: .4;
  -webkit-mask-image: linear-gradient(to top, transparent 10%, #000 60%);
  mask-image: linear-gradient(to top, transparent 10%, #000 60%);
}

div.sg-sep
{
  height: 500px;
}

@media (max-width: 1920px)
{
  div.sg-sep
  {
    height: 26vw;
  }

  div.sg-post-bg
  {
    max-height: 50vw;
  }
}

.data-trabajo p
{
	font-weight: 200;
	font-size: 18px;
	margin:0;
}

.data-trabajo p svg
{
	color: #c82121;
	margin: 0 10px;
}

@media (min-width: 768px)
{
	.data-trabajo p
	{
		font-size: 21px;
	}
}

@media (min-width: 992px)
{
	.data-trabajo p
	{
		font-size: 24px;
	}
}

@media (min-width: 1200px)
{
	.data-trabajo p
	{
		margin:0;
		text-align:center;
	}
}

.sg-post-content,
.sg-post-content .title-padding
{
  position: relative;
  z-index: 1000 !important;
  overflow: visible;
}

.sg-post-content .card-video
{
  position: relative;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}

.sg-post-content iframe
{
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.sg-post-content h2
{
  letter-spacing: -.05em;
  line-height: .9em;;
  text-shadow: 0px 0px 5px #000, 0px 2px 10px #000;
}
.sg-post-cn blockquote,
blockquote
{
  font-size: 26px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.733);
}

.sg-post-cn .container > ul ,
.svcs-cn ul ,
.cnt ul 
{
  list-style-type: none;
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-inline-start: 0px!important;
}
.sg-post-cn .container > ul li,
.svcs-cn ul li,
.cnt ul li
{
  font-size: 20px;
  font-weight: 300;
  align-self: left;
  display: block;
  margin: 5px;
  padding: 5px;
  margin-left: 0px;
  padding-left: 10px;
  border-left: 5px solid #c82121;
  line-height: 1.1em;
}

.svcs-cn ul li ul li,
.cnt ul li ul li
{
  font-size: 10px;
  font-weight: 400;
  align-self: left;
  display: block;
  margin: 0px;
  padding: 5px 0 0 5px;
  border-left: 2px solid rgba(128,128,128,1);
  margin-left: 2px;
  line-height: 1em;
  color: #ccc;
}
.svcs-cn ul li ul,
.cnt ul li ul
{
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.svcs-cn ul li a,
.cnt ul li a
{
  color: #c82121;
  font-weight: 900;
  font-size: .75em;
  padding: 0 0 0 0;
  text-align: center;
}

.svcs-cn h2,
.cnt h2,
.svcs-cn h3,
.cnt h3,
.sg-post-cn h3
{
  font-size: 2.5rem;
  color: #c82121;
}

.svcs-cn h3,
.cnt h3,
.sg-post-cn h3
{
  font-size: 2rem;
  font-weight: 300;
}



.sg-post-cn h3
{
  margin-top: 30px;
}

.sg-post-cn figure.wp-block-gallery
{
  padding: 15px;
}
.sg-post-cn figure.wp-block-gallery figure
{
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(200,33,33,1);
  box-shadow: 0px 20px 20px -10px #000;
  transition: ease-out .3s;
}

.sg-post-cn figure.wp-block-gallery figure:hover,
.sg-post-cn figure.wp-block-gallery figure:focus
{
  transform:scale(1.05);
  box-shadow: 0px 30px 40px -20px #000, 0px 10px 50px -20px rgba(255, 0, 0, 0.6);
}
.slb_container
{
  padding: 0px !important;
  border: 1px solid rgba(200,33,33,1)!important;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 20px 40px -20px #000, 0px 5px 50px -20px rgba(255, 0, 0, 0.6) !important;
}
.slb_details,
.slb_details div
{
  display: none;
  visibility: collapse;
}

figure.srv-pic
{
  overflow: hidden;
  margin-top: 0!important;
}

figure.srv-pic img
{
	height: auto;
}

.svcs-cn
{
  margin-bottom: -199px!important;
}

.wp-block-quote
{
  height: auto;
}

.cnt .wpcf7 .col-md-12.padding span,
.cnt .wpcf7 .col-md-12.padding textarea,
.cnt .wpcf7 .col-md-12.padding label,
.cnt .wpcf7 .col-md-6 label
{
  width: 100%!important;
}

.cnt .wpcf7 label
{
  color: #fff;
  font-size: 1.3rem;
  font-weight: 200;
  margin: 0;
}
.cnt .wpcf7 .row > div:not(.col-md-12):not(.col-md-6),
.cnt .wpcf7 .row > div:not(.col-md-12):not(.col-md-6) .row,
.cnt .wpcf7 .row > div:not(.col-md-12):not(.col-md-6) .col-12
{
  padding-top: 0;
  padding-bottom: 0;
}
.cnt .wpcf7 .row > div:not(.col-md-12):not(.col-md-6) .col-12 > label
{
   padding-top: 1rem;
   padding-bottom: 1rem;
}
.cnt .wpcf7 .row > div,
.cnt .row div div.col-12,
.cnt .wpcf7 .row > div div.col-12 label
{
  display: block;
  width: 100%!important;
  /*background-color:#0f0;*/
}

.cnt textarea
{
  width: 100%;
}

.cnt .wpcf7-list-item
{
  margin-left: 2em;
}
.cnt .wpcf7-list-item.first
{
  margin-left: 0;
}

.custom-select
{
  color: #c8c8c8;
  border: 1px solid rgba(153, 153, 153, 0.133);
  background: transparent;
}

.custom-select:focus
{
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.067);
  box-shadow: none !important;
}


.custom-select::placeholder
{
  color: rgba(255,255,255,.5);
}
.custom-select:-ms-input-placeholder
{
  color: rgba(255,255,255,.5);
}
.custom-select::-ms-input-placeholder
{
  color: rgba(255,255,255,.5);
}
.custom-select option
{
  background-color: #222;
  padding: .5em;
  height: 30px;
}