/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");


body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #000000;
	background-color: #ffffff;
	overflow-x: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.navbar {
  z-index: 3;
}

@media only screen and (max-width: 1000px) {
  .gridd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    padding: 30px;
    grid-row-gap: 2em;
  }
  .grid2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
    padding: 15px;
    grid-row-gap: 1em;
  }
  .grid3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
    padding: 0px 15px 15px 15px;
    grid-row-gap: 1em;
  }

}

@media only screen and (max-width: 700px) {
  .gridd {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
    padding: 30px;
    grid-row-gap: 2em;
  }
}

@media only screen and (min-width: 1000px) {
  .gridd {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
  }
  .grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 15px;
    grid-row-gap: 1em;
  }
  .grid3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 0px 15px 15px 15px;
    grid-row-gap: 0em;
  }

}

.typewrite {
  color: rgb(59,0,108);
  background-color: rgb(246, 43, 104);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-dark {
  background-color:#2C003F;
}

.typejumbo {
  text-align: center;
  vertical-align: middle;
}

.novedad-st-ct {
  background: black;
}

.jumbotron {
  position: relative;
  overflow: hidden;
  background-color: rgba(1, 20, 20, 0);
  height: 900px;
  margin-bottom: 0px;
}

.container {
  position: relative;
  color: #1d1d1d;
  z-index: 2;
  width: 50%;
  height: 50%;
  /* top: 25%; */
  margin: 0 auto;
}

#video-background{
  position: absolute;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  filter: url('#duotone_peachypink');
  z-index: -0;
}

.svg-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
  
}

/* .duotoned--peachy {
  filter: url('#duotone_peachypink');
} */


#services {
  vertical-align: middle;
  text-align: center;
  font-family: "HCo Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #9193a8;
}

h5 {
  font-weight: 600;
  color: #ffffff;
}

h1 {
  font-weight: 700;
}

.serv {
  height: auto;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(92, 0, 203, 1) 0%,
    rgba(44, 0, 92 , 1) 81.3%
  );
  color: rgb(223, 223, 223);
}

/* .gridd div:hover{
      border: 1px solid #000 
    } */

#clientes {
  height: 500px;
  background: rgb(252, 252, 255);
}

.nuevos-servicios {
  background: url(../img/axion.jpeg),
  linear-gradient(to bottom, #eef2f3, #8e9eab);
  background-size: cover;
  height: 700px;
  color: white;
  text-align: center;
  padding: inherit;
  filter: url('#warm-sea');
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.cef {
   background-image: url(../img/family-cef.jpg) ;
    background-size: cover;
    background-position: center top;
    color: white;
  height: 700px;
  filter: url('#duotone_peachypink');
}

.titulo {
  /* width: 655px; */
  margin: auto;
  text-align: center;
}

.titulo-center {
  padding-top: 12%;
  margin: auto;
  text-align: center;
}

.titulo1 {
  padding-top: 8em;
  margin: 200 200 220 ;
  text-align: center;
}

.titulo-office {
  padding-top: 1%;
  margin: auto;
  text-align: center;
}

#page-footer {
  padding-top: 5em;
  background: linear-gradient(to left, #1d1d1d, #3f4c6b);
  color: whitesmoke;
  height: 300px;
  text-align: center;
  vertical-align: center;
}

.navbar-def {
  transition: 500ms ease;
  background: transparent;
}

.navbar-def.scrolled {
  background: #2C003F;
}

.container-footer {
  padding-top: 30px;
}

.espaciado {
  padding-top: 60px;
  padding-bottom: 100px;
}

.center {
  padding-top: 12%;
}

#bloquestands {
  /* background: linear-gradient(135deg, #f05f57 10%, #360940 100%);
  color: white; */
  background: url(../img/event1.jpg);
  filter: url('#duotone_peachypink');
  background-size: cover;
  color: white;
}

#bloquecarteleria {
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  color: white;
  filter: url('#warm-sea');
}

#bloqueautocine {
  background: url(../img/autocine.jpg);
  background-size: cover;
  color: white;
  filter: url('#duotone_peachypink');
}

#bloqueoficina {
  background: url(../img/home-office.jpg);
  background-size: cover;
  color: white;
  filter: url('#duotone_peachypink');
}

/* ==========================================================================
   SLIDER clientes
   ========================================================================== */

.brands {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 0em;
}

.brands_slider_container {
  background-image: linear-gradient(
    180deg,
    rgba(252, 252, 255, 1) 0%,
    rgba(249, 249, 255, 1) 35%,
    rgba(255, 252, 238, 1) 100%
  );
  height: 130px;
  border: solid 1px #e8e8e8;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding-left: 97px;
  padding-right: 97px;
}

.brands_slider {
  height: 100%;
  margin-top: 50px;
}

.brands_item {
  height: 100%;
}

.brands_item img {
  max-width: 100%;
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brands_nav:hover i {
  color: #676767;
}

.brands_prev {
  left: 40px;
}

.brands_next {
  right: 40px;
}

/* ==========================================================================
   FOOTERR
   ========================================================================== */

.site-footer {
  background-color: #2C003F;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: left;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.espaciado-lt {
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 5em;
  padding-bottom: 2em;
}

/* required styles to handle the transitions */
.height-transition {
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow-y: hidden;
}
.height-transition-hidden {
  max-height: 0;
}
/* 
#Trigger {
  cursor: pointer;
} */



