@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");


@font-face {
    font-family: 'gobold_hollow_boldregular';
    src: url('gobold_hollow_bold-webfont.woff2') format('woff2'),
         url('gobold_hollow_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald';
    src: url('/css/oswald-variablefont.woff2') format('woff2'),
         url('/css/oswald-variablefont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*======================================
//--//   STYLES GENERALES
======================================*/

html, body {
   max-width: 100%;
   overflow-x: hidden;
}


body {
    background-color: #f5f5f5;
    color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}




/* ------------------------------------------------------------------- 
 * ## Media
 * ------------------------------------------------------------------- */
img {
    
}


.col-twelve,
.col-full {
    width: 100%;
}







.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.overlay-mf {
  background-color: #fff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/


.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
    padding-top: 4rem;
	padding-bottom: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.negro h3 {
	color: #fff;
}

.negro h6 {
	color: #fff;
}

.negro a {
	color: #fff;
}
.negro a:hover {
	color: #0078FF;
}

.negro p {
	color: #fff;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}

.line-mflarga {
  width: 80px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}





/*------/ Socials footer /------*/

.footer .social_widget ul {
    margin: 0;
    padding: 0;
}

.footer .social_widget ul li {
    padding-bottom: 10px;
    margin: 0 0 0;
    list-style: none;
    display: block;
}

.footer .social_widget ul li a {
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #FFF;
    margin: 0;
    display: block;
    text-align: left;
}

.footer .social_widget ul li a i {
    font-size: 16px;
    color: #fff;
    margin-right: 12px;
}

.footer .social_widget ul li a:hover {
    color: #0078FF;
}

.footer .copyrightsection {
    border-top: 1px solid #1a1a1a;
    font-size: 12px;
    color: #aaaaaa;
    padding: 41px 0;
}

.footer .copyrightsection a {
	color: #aaaaaa;
}




.cinemacamera img {
	margin-top: -20px;
}

.mic img {
	margin-top: -10px;
}

.drone img {
	margin-top: -10px;
}

.claqueta img {
	margin-top: -25px;
}


/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0078ff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius:10%;
  right: 35px;
  bottom: 35px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloaderblack {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

.gif {
	width: 100px;
	height: 100px;
	position: fixed;
  	top: calc(50% - 50px);
  	left: calc(50% - 50px);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  border: 4px solid #f2f2f2;
  border-top: 4px solid #0078ff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

#preloaderblack:before {
  content: "";
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  border: 4px solid #f2f2f2;
  border-top: 4px solid #0078ff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//   NAVBAR
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 30px;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #000;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #0078ff;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #0078ff;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #0078ff;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #0078ff;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #0078ff;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}






.navbar .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  transition: ease all 0.3s;
}

.navbar-reduce .drop-down ul {
	background: #fff;
	box-shadow: 0px 20px 30px rgba(127, 137, 161, 0.25);
}

.navbar .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down li {
  min-width: 180px;
  position: relative;
}

.navbar .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.navbar .drop-down ul a:hover,
.navbar .drop-down ul .active > a,
.navbar .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.navbar .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.navbar .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.navbar .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.navbar .drop-down .drop-down > a {
  padding-right: 35px;
}

.navbar .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}








/*======================================
//--//   INTRO
======================================*/
#gradient{
	position: relative;
	z-index: 10;
	display: block;
	margin-top: -200px;
	height: 200px;
}

#gradient2{
	position: relative;
	z-index: 10;
	display: block;
	margin-top: -64px;
	height: 200px;
}

.gradient-bg{
    display: inline-block;
    background: -moz-linear-gradient(bottom, rgba(249,249,249,0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(249,249,249,0) 0%,rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(249,249,249,0) 0%,rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(bottom, rgba(249,249,249,0) 0%,rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(249,249,249,0) 0%,rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

}

.gradient-bg2{
    display: inline-block;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(249, 249, 249, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(249, 249, 249, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(249, 249, 249, 0) 100%);
    background: -ms-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(249, 249, 249, 0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(249, 249, 249, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

}


.intro {
  width: 100%;
  /*min-height: 900px;*/
  display: flex;
  height: 100vh;
  height: 100svh;
  position: relative;
  z-index: -1;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    background-size: 182px auto;
}

.intro .intro-title {
  color: transparent;
  font-weight: 700;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  -webkit-text-stroke: 1px #FFF;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//   ABOUT
======================================*/
#about {
	background-color: #000;
	color: #fff;
}

.title-awhite {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.subtitle-awhite {
  color: #B0B0B0;
}

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #0078ff;
}

/*======================================
//--//   SERVICES
======================================*/

#service .container {
	margin-bottom: -4rem;
	
}

#clients .container {
	margin-bottom: 2rem;
}


.service-box {
  height: 470px;
  transition: all 0.4s ease;
  background-color: #000;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 6rem;
}

.service-box:hover {
    background-color: #0078ff;
    margin-top: -20px;
}

.service-box:hover .s-title {
    color: #fff;
}

.service-box:hover .s-description {
    color: #fff;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #fff;
}

.service-box: .cinemacamera img {
    margin-top: -25px;
}

.service-box:hover .cinemacamera img {
    margin-top: -25px;
    content: url("../img/cinemacamerawhite.png");
}

.service-box:hover .mic img {
    margin-top: -10px;
    content: url(../img/cinemamicwhite.png);
}

.service-box:hover .drone img {
    margin-top: -10px;
    content: url(../img/cinemadronewhite.png);
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
  color: #fff;
}

.service-box .s-description {
  color: #fff;
}

/*======================================
//--//   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}


.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: -3rem;
}

/*======================================
//--//   FOOTER
======================================*/

footer {
    text-align: center;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #000;
    -webkit-box-shadow:  0px 6px 9px 10px rgba(0, 0, 0, 0.06);
    box-shadow:  0px 6px 9px 10px rgba(0, 0, 0, 0.06);
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .copyright a {
	color: #0078ff;
}

footer .copyright a:hover {
	color: #3192FF;
}

footer .credits {
  margin-bottom: 0;
  font-weight: normal;	
}

footer .credits a {
  color: #0078ff;
}

footer .credits a:hover {
	color: #3192ff;
}

/*======================================
//--//   CONtaCT FORM
======================================*/

#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}


.home-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 15.6rem;
    position: relative;
    overflow: hidden;
}

.home-content__scroll {
    position: absolute;
	z-index: 1;
    right: 9.5rem;
    bottom: 8.4rem;
}

.home-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.home-content__scroll a::before {
    border-bottom: 2px solid #0078ff;
    border-right: 2px solid #0078ff;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.home-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #0078ff;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}

.portfolio {
	height: 400px;
}

.portfolio h1 {
    text-align: left;
    padding-right: 4rem;
    margin-left: -5px;
}

.portfolio h4 {
	color: #fff;
    text-align: left;
    padding-right: 4rem;
    margin-left: -5px;
	margin-top: -30px;
}


.bg-black{background-color:#161616!important}

.featured-text{padding:2rem}

/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
.display-1 {
    font-family: "montserrat-medium", sans-serif;
    font-size: 7.8rem;
    line-height: 1.25;
    color: #000000;
    margin-top: 0;
}

.display-1--light {
    color: #FFFFFF;
}

.display-2 {
    font-family: "montserrat-medium", sans-serif;
    font-size: 2.2rem;
    line-height: 1.255;
    color: #fff;
    margin-top: 0;
}

.display-2--light {
    color: #FFFFFF;
}

.subhead + .display-2 {
    margin-top: .6rem;
}

.subhead {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.5rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #39b54a;
    margin-top: 0;
    margin-bottom: 0;
}

.subhead--dark {
    color: #000000;
}



/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */
.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 3.6rem;
    max-width: 960px;
}

.section-header.has-bottom-sep {
    padding-bottom: 2.1rem;
    position: relative;
}

.section-header.has-bottom-sep::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 550px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-header.has-bottom-sep.light-sep::before {
    background-color: rgba(255, 255, 255, 0.05);
}


/* Clients Section
--------------------------------*/
#clients {
  padding: 100px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #0078ff;
}

/* Sponsor Section
--------------------------------*/
#sponsor {
  padding: 60px 0;
}

#sponsor img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  margin: auto;
  padding: 15px 0;
}

#sponsor img:hover {
  opacity: 1;
}

#sponsor .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#sponsor .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#sponsor .owl-dot.active {
  background-color: #0078ff;
}

/* ===================================================================
 * # works
 *
 * ------------------------------------------------------------------- */
.s-works {
    background: #FFFFFF;
    padding: 0 0 15rem 0;
    min-height: 800px;
    position: relative;
}

.s-works .intro-wrap {
    padding: 5rem 0 25.2rem;
    background: #000;
}

.works-content {
    max-width: 1160px;
    margin-top: -23.4rem;
    margin-left: auto;
	margin-right: auto;
}


/* ------------------------------------------------------------------- 
 * ## bricks/masonry
 * ------------------------------------------------------------------- */
.masonry:after {
    content: "";
    display: table;
    clear: both;
}

.masonry .grid-sizer, .masonry__brick {
    width: 50%;
}

.masonry .grid-sizer, .masonry__brick__project {
    width: 100%;
}

.masonry__brick {
    float: left;
    padding: 0;
}

.item-folio {
    position: relative;
    overflow: hidden;
}

.item-folio__thumb img {
    vertical-align: bottom;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*margin-left: -30px;*/
}

.item-folio__thumb a {
    display: inline;
}

.item-folio__thumb a::before {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.item-folio__thumb a::after {
    content: "+";
    font-family: georgia, serif;
    font-size: 2.7rem;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
}

.item-folio__text {
    position: absolute;
    left: 0;
    bottom: 3.6rem;
    padding: 0 3.3rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-folio__title {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.4rem;
    line-height: 1.286;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin: 0 0 .3rem 0;
}

.item-folio__cat {
    color: rgba(255, 255, 255, 0.5);
    font-family: "montserrat-light", sans-serif;
    font-size: 1.4rem;
    line-height: 1.714;
    margin-bottom: 0;
}

.item-folio__cat__project {
    color: rgba(255, 255, 255, 0.5);
    font-family: "montserrat-light", sans-serif;
    font-size: 1.4rem;
    line-height: 1.714;
    margin-bottom: 0;
	text-align: left;
}


.item-folio__caption {
    display: none;
}

.project-link {
    display: block;
    color: #FFFFFF;
    box-shadow: 0 0 0 1px #FFFFFF;
    border-radius: 50%;
    height: 4.2rem;
    width: 4.2rem;
    text-align: center;
    z-index: 1000;
    position: absolute;
    top: 3rem;
    left: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.project-link i {
    font-size: 1.8rem;
    line-height: 4.2rem;
}

.project-link::before {
    display: block;
    content: "";
    height: 3rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -3rem;
    left: 50%;
}

.project-link:hover,
.project-link:focus,
.project-link:active {
    background-color: #FFFFFF;
    color: #000000;
}


/* on hover 
 * ----------------------------------------------- */
.item-folio:hover .item-folio__thumb a::before {
    opacity: 1;
    visibility: visible;
}

.item-folio:hover .item-folio__thumb a::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.item-folio:hover .item-folio__thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.item-folio:hover .project-link,
.item-folio:hover .item-folio__text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}





/* column width classes 
 * -------------------------------------- */

.col-twelve,
.col-full {
    width: 100%;
}



.row {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .row {
    width: auto;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
}




.bg-image-portfolio {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center -400px;
}

/* Team Section
--------------------------------*/
#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  
}

.member1 {
  	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 10px;
	transition: padding 0.4s;

}

.member1:hover{
	padding-top: 0px;
}

.member2 {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 50px;
	transition: padding 0.4s;
}

.member2:hover{
	padding-top: 40px;
}

.member3 {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 10px;
	transition: padding 0.4s;
}

.member3:hover{
	padding-top: 0px;
}

.member4 {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 50px;
	transition: padding 0.4s;
}

.member4:hover{
	padding-top: 30px;
}

#team .member .member-info {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


#fondonegro {
    background-color: #fff;
	margin-top: -400px;
    height: 400px;
}

#fondoblanco {
	background-color: #fff;
	height: 700px;
}
.blanco{
background-color: #fff;
}

.negro {
	background-color: #000;
	color: #fff;
}

.aboutus {
    text-align: left;
    background-color: #fff;
    padding: 80px 20px 60px 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.leftalign {
	margin-left: 10px;
	width: 80px;
}

.marco {
	border-radius: 15px;
	background-color: rgba(0,0,0,0);
}

.oficina-left{
	text-align: left;
	margin-top: -30px;
}

.oficina-right{
	text-align: right;
	margin-top: -30px;
}

.col-aligncenter{
	float: none;
	margin: 0 auto;
}

.linealarga {
	width: 80px;
}


.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


.infocentro {
    margin: auto;
	margin-top: 2%;
    width: 60%;
    padding: 10px;
    line-height: 40px;
}

.tituloproyecto {
	font-size: 94px;
	letter-spacing: 0px;
}

.subtituloproyecto {
	font-size: 50px;
}

.subsubtituloproyecto{
    font-weight: normal;	
}

.tituloseccion {
	font-size: 130px;
	letter-spacing: 0px;
}

.subtituloseccion {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 40px;
	
}

.subtitulofooter {
    font-size: 20px;
	font-weight: bold;
	float: left; 
	
}

.minititulo {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#iframe {
	
    max-width: 1200px;
	max-height: 675px;
    margin: 0 auto;
	position: relative;
  	overflow: hidden;
  	width: 94%;
  	padding-top: 56.25%;
}


.responsive-iframe {
  position: absolute;
  max-height: 675px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Project Section
--------------------------------*/
#project {
  padding: 150px 0;
}

#project h6 {
	font-size: 14px;	
}

#project .work {
  text-align: center;
  position: relative;
}

#project .work .work-info {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  transition: 0.2s;
}

#project .work .work-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#project .work:hover .work-info {
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  transition: 0.4s;
}

#project .work:hover .work-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#project .work h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#project .work span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#project .work .social {
  margin-top: 15px;
}

#project .work .social a {
  transition: none;
  color: #fff;
}

#project .work .social a:hover {
  color: #18d26e;
}

#project .work .social i {
  font-size: 18px;
  margin: 0 2px;
}

#project .line-mflarga {
	margin-top: 40px;
	margin-bottom: -20px;
}

/* Info Project Section
--------------------------------*/
#infoproject {
  margin-top: -140px;
  margin-bottom: -40px;
}

#infoproject h6 {
	font-size: 14px;	
}

#infoproject .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  
}

#infoproject .member .member-info {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#infoproject .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#infoproject .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  transition: 0.4s;
}

#infoproject .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#infoproject .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#infoproject .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#infoproject .member .social {
  margin-top: 15px;
}

#infoproject .member .social a {
  transition: none;
  color: #fff;
}

#infoproject .member .social a:hover {
  color: #18d26e;
}

#infoproject .member .social i {
  font-size: 18px;
  margin: 0 2px;
}



/*======================================
//--//   NAVBAR BFIXED
======================================*/

.navbar-bfixed {
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-bfixed.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-bfixed.navbar-trans .nav-item,
.navbar-bfixed.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-bfixed.navbar-trans .nav-link,
.navbar-bfixed.navbar-reduce .nav-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-bfixed.navbar-trans .nav-link:before,
.navbar-bfixed.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 8px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-bfixed.navbar-trans .nav-link:hover,
.navbar-bfixed.navbar-reduce .nav-link:hover {
  color: #0075FF;
}

.navbar-bfixed.navbar-trans .nav-link:hover:before,
.navbar-bfixed.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-bfixed.navbar-trans .show > .nav-link:before,
.navbar-bfixed.navbar-trans .active > .nav-link:before,
.navbar-bfixed.navbar-trans .nav-link.show:before,
.navbar-bfixed.navbar-trans .nav-link.active:before,
.navbar-bfixed.navbar-reduce .show > .nav-link:before,
.navbar-bfixed.navbar-reduce .active > .nav-link:before,
.navbar-bfixed.navbar-reduce .nav-link.show:before,
.navbar-bfixed.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-bfixed.navbar-trans .nav-link:before {
  background-color: #0075FF;
}

.navbar-bfixed.navbar-trans .nav-link:hover {
  color: #0075FF;
}

.navbar-bfixed.navbar-trans .show > .nav-link,
.navbar-bfixed.navbar-trans .active > .nav-link,
.navbar-bfixed.navbar-trans .nav-link.show,
.navbar-bfixed.navbar-trans .nav-link.active {
  color: #0075FF;
}

.navbar-bfixed.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-bfixed.navbar-reduce .nav-link {
  color: #000;
}

.navbar-bfixed.navbar-reduce .nav-link:before {
  background-color: #0078ff;
}

.navbar-bfixed.navbar-reduce .nav-link:hover {
  color: #0078ff;
}

.navbar-bfixed.navbar-reduce .show > .nav-link,
.navbar-bfixed.navbar-reduce .active > .nav-link,
.navbar-bfixed.navbar-reduce .nav-link.show,
.navbar-bfixed.navbar-reduce .nav-link.active {
  color: #0078ff;
}

.navbar-bfixed.navbar-reduce .navbar-brand {
  color: #000;
}

.navbar-bfixed.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}

.navbar-bfixed .navbar-brand {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-bfixed .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-bfixed .dropdown.show .dropdown-menu,
.navbar-bfixed .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-bfixed .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-bfixed .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-bfixed .dropdown-menu .dropdown-item:hover {
  background-color: #0078ff;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-bfixed .dropdown-menu .dropdown-item.active {
  background-color: #0078ff;
}

/*--/ Hamburger Navbar /--*/

.navbar-bfixed .navbar-toggler span {
  display: block;
  background-color: #000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}


.frame {
	margin: 10px auto;
}

#contacto {
	padding-top: 150px;
	margin-bottom: -120px;
}


#iframemap {
	
    max-width: 960px;
	max-height: 580px;
    margin: 0 auto;
	position: relative;
  	overflow: hidden;
  	width: 100%;
  	padding-top: 56.25%;
}


.responsive-iframemap {
  position: absolute;
  max-height: 580px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.project-text
	{
	padding: 3rem;
	font-size: 90%;
}


.fondoimagen {
  height: 900px;
  position: relative;
}


.letragobold {
	font-family: "gobold_hollow_boldregular";
}

.logonavbar {
    width: 10rem;
    margin-top: -6px;
}

.logonavbar2 {
	width: 10rem;
    margin-top: -6px;
}

.logofooter {
	width: 10rem;
    margin-top: -10px;
	margin-left: -5px;
	float: left;
}


.logoblanco {
	filter: invert(0%)
	
}

.logonegro {
	filter: invert(100%)
}

.footertext {
    text-align: justify;
    font-weight: normal;
}

.footertext a {
	color: #fff;
}

.letraoswald {
    font-family: "oswald";
	font-weight: 400;

}

.footer2 {
	margin-top: 60px;
}

.aboutfooter {
	padding-bottom: 40px;
}

.contactfooter {
	padding-left: 60px;
	padding-bottom: 40px;
}

.socialfooter {

}


.mockupfwt {
	position: relative;
	background: #111111;
	height: auto;
	padding-bottom: 500px;
}

.mockuptnf {
	position: relative;
	background: #111111;
	height: auto;
	padding-bottom: 500px;
}



#mockup {
	background-color: #fff;
}

#set-height {
	position: relative;
    width:100%;
    overflow: hidden;
}
.v0 {
  position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;
}



#audio-control {
	display: flex;
	justify-content: center;
	
}

.textoblanco {
	color: #fff;
}

.textonegro {
	color: #000;
}


#galeriafwt {
	
  margin-top: -450px;
  margin-bottom: 50px;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 60%;
      margin: auto;
  }



.phonevideo{
        display: block;
		width: 100%;
		height: auto;
		margin-top: -200px;
		
	}

.unmutecaption {
	margin-left: 250px;
	
}


.logoproyecto {
	width: 45%;
}


.tituloslogan {
	position: absolute;
	font-size: 94px;
	letter-spacing: 0px;
	margin-top: -175px;
	clip-path: inset(0px 0px 50px 0px);
}

.tituloslogan2 {
	position: relative;
	font-size: 94px;
	letter-spacing: 0px;
	margin-top: -64px;
}

.mockupblanco {
	position: relative;
	padding-top: 100px;
	z-index: 1;
}

.backgroundtext {
    color: #171717;
    font-size: 200px;
    font-family: gobold_hollow_boldregular;
	margin-top: -100px;
}

.phonetnf {
		display: block;
		position: absolute;
		width: 150%;
		height: auto;
		margin-left: -100px;
		margin-top: -200px;
}

.instasuzie {
	font-size: 94px;
}

#galeriatnf {
	
  margin-top: -260px;
  margin-bottom: 50px;
}

#workintro {
	padding: 150px 0px;
	
}

.imgwork {
	object-fit: cover; 
	width: 100%; 
	height: 50vh;
	transition: 0.4s;
}

#project .member:hover .imgwork {
	height: 65vh;
	transition: 0.4s;
	
}



.workbutton1 {
  position: relative;
  background: #0078ff;
  color: #fff;
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  border-radius: 5px;
  float: right;
  right: 90px; 
  top: 30px;
  transition: 0.5s;
  z-index: 11;
}

.workbutton1:hover {
  width: 184px;
  height: 48px;
  line-height: 48px;
  right: 88px; 
  top: 28px;
  transition: 0.5s;
}

.workbutton1:hover + .workbutton2 {
	right: 116px;
}

p .workbutton1 {
	color: #fff;
	vertical-align: middle;
  	text-align: center;
}


.workbutton1 i {
  padding-top: 12px;
  padding-left: 10px;
  color: #fff;
}

.workbutton2 {
  position: relative;
  background: #0078ff;
  color: #fff;
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  border-radius: 5px;
  float: right;
  right: 120px; 
  top: 30px;
  transition: 0.5s;
  z-index: 11;
}

.workbutton2:hover {
  width: 184px;
  height: 48px;
  line-height: 48px;
  right: 118px; 
  top: 28px;
  transition: 0.5s;
}


p .workbutton2 {
	color: #fff;
	vertical-align: middle;
  	text-align: center;
}


.workbutton2 i {
  padding-top: 12px;
  padding-left: 10px;
  color: #fff;
}

.linkbutton {
  position: relative;
  background: #000;
  color: #fff;
  width: 280px;
  height: 54px;
  margin: 10px auto;
  line-height: 44px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.5s;
  z-index: 11;
}

.linkbutton:hover {
  background: #090909;
  transition: 0.5s;
}


p .linkbutton {
	color: #fff;
	vertical-align: middle;
  	text-align: center;
}


.linkbutton i {
  padding-top: 18px;
  padding-left: 10px;
  color: #fff;
}

#linktree {
	height: 100vh;
}



.parallaxservices {
  height: 100%;
  background: url(../img/lineas5.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}



.parallaxintro {
  background: url("../img/intro3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  z-index: -1;
}
.rotatetextleft {
	transform: rotate(-90deg);
}

.backgroundtextfwt {
	visibility: hidden;
}

.parallax {
  /* The image used */
  background-image: url("../img/lineas5.jpg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.textbox {
	background-color: #000;
	border-radius: 1rem;
	width: 380px;
	height: 30px;
	margin: 15px auto;
	line-height: 27px;
	
}

.circular--portrait { position: relative; width: 150px; height: 150px; overflow: hidden; border-radius: 50%; } .circular--portrait img { width: 100%; height: auto; margin-top: -30px; }






















































@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width : 769px ){
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
	
#contacto .tituloseccion {
		font-size: 100px;

		}
	
	
}
	

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}


@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
	
.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
  margin-left: 30px;
}
	
	
}


/* ------------------------------------------------------------------- 
 * responsive:
 * display headings
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .display-1 {
        font-size: 7.2rem;
    }
    .display-2 {
        font-size: 2.6rem;
    }
	.lead {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 1250px) {
    .display-1 {
        font-size: 7.2rem;
    }
    .display-2 {
        font-size: 2.6rem;
    }
	.lead {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 800px) {
    .display-1 {
        font-size: 6.5rem;
    }
    .display-2 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 600px) {
    .display-1 {
        font-size: 5rem;
    }
    .display-2 {
        font-size: 3.3rem;
    }
    .subhead {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 430px) {
    .display-1 {
        font-size: 4.2rem;
    }
    .display-2 {
        font-size: 3rem;
    }
}




/* ------------------------------------------------------------------- 
 * responsive:
 * works
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
    .item-folio__title, .item-folio__cat .item-folio__cat__project {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 600px) {
    .s-works {
        padding-bottom: 12rem;
    }
    .s-works .intro-wrap {
        padding: 12rem 0 25.2rem;
    }
    .works-content {
        margin-top: -25.2rem;
    }
    .masonry__brick {
        float: none;
        width: 100%;
    }
    .item-folio__title, .item-folio__cat .item-folio__cat__project {
        font-size: 1.4rem;
    }
}





@media only screen and (max-width: 1200px) {
    .row .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
	
@media only screen and (max-width: 800px) {
    .row {
        width: 90%;
    }
}
	
@media only screen and (max-width: 600px) {
    .row {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .row .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}
	
@media only screen and (max-width: 430px) {
    .row .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}




@media only screen and (max-width: 990px){
	.contactfooter{
		padding-left: 15px;
	}
}

@media only screen and (min-width: 1030px){
	.phonevideo{
        display: block;
		margin-top: -200px;
		width: 130%;
		
	}
	
}


@media only screen and (max-width: 767.98px) {
	#contacto .tituloseccion {
		font-size: 80px;
	}
	
	#project .tituloseccion {
		font-size: 120px;
	}
	
	
	.infocentro {
    margin: auto;
	margin-top: 2%;
    width: 100%;
    padding: 10px;
    line-height: 40px;
}
	.textocentro {
	text-align: center;
	}
	.fondoimagen {
		height: 700px;
	}
	
	
}

@media only screen and (max-width: 575.98px) {
	#contacto .tituloseccion {
		font-size: 60px;
	}
	
	#project .tituloseccion {
		font-size: 90px;
	}
	
	#project .tituloproyecto {
		font-size: 60px;
	}
	
	.subtituloproyecto {
		font-size: 35px;
	}
	
	.textbox {
		width: 250px;
		height: 60px;
	}
	
}

@media only screen and (min-width: 820px){
	#contacto .tituloseccion {
		font-size: 120px;
	}
	
	#project .tituloseccion {
		font-size: 130px;
	}
}

@media only screen and (max-width: 430px){
	.logonavbar {
		margin-left: -25px;
	}
	
	
	#contacto .tituloseccion {
		font-size: 30px;
	}
	
	#project .tituloseccion {
		font-size: 60px;
	}
	
	#project .tituloproyecto {
		font-size: 45px;
	}
	
	.subtituloproyecto {
		font-size: 25px;
	}
	
	.phonevideo{
        display: block;
		margin-top: 10px;
		padding-left: 175px;
		width: 255%;
		
	}
	
	.unmutecaption {
		margin-right: -50px;
    	margin-left: 120px;
    	margin-top: 64px;
    	margin-bottom: -20px;
	}
	
	.mockup {
		padding-bottom: 600px;
		
	}
	
	.phonetnf {
		margin-top: -130px;
	}
	
	.tituloslogan {
		font-size: 50px;
		margin-top: -93px;
		clip-path: inset(0px 0px 26px 0px);
	}
	
	.tituloslogan2 {
		font-size: 50px;
		margin-top: -34px;
	}
	
	.mockupblanco {
		padding-top: 0px;
	}
	
	.instasuzie {
		font-size: 30px;
	}
	
	#galeriatnf {
		margin-top: -330px; 
	}
	
	#galeriafwt {
	
  		margin-top: -300px;
	}
	
	.mockupfwt {
		padding-bottom: 300px;
	}
	
	.backgroundtextfwt {
	visibility: visible;
	position: absolute;
    color: #171717;
    font-size: 150px;
    font-family: gobold_hollow_boldregular;
	margin-top: 320px;
	margin-left: -230px;
}

	.nopadding__gallery {
   padding: 0 !important;
   margin: 0 !important;
}
	
	.workbutton1 {
		width: 260px; 
		right: 50px;
	}
	
	.workbutton1:hover {
		width: 260px;
		right: 50px;
	}
	
	.workbutton2 {
		width: 260px;
		right: 50px;
		top: 60px;
	}
	
	.workbutton2:hover {
		width: 260px;
		right: 48px;
		top: 58px;
	}
	
	.workbutton1:hover + .workbutton2 {
		right: 90px;
		top: 56px;
	}
	
	#about {
		padding-bottom: 9rem;
	}
	
	.parallax {
		background-image: url("../img/topomap-phone.jpg");
		background-attachment: inherit;
		
	}
	
	
	.parentnav .nav-link:before {
	margin-left: 30px!important;
	}
	
	.parentnav .nav-link {	
	padding: 0.5rem 1.9rem!important;
	}
	
}

@media only screen and (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media only screen and (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
	
}
@media only screen and (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media only screen and (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


@media only screen and (max-width: 700px) {
	.home-content__scroll {
        right: 3.5rem;
    }
    .home-content__line {
        right: 1.5rem;
    }

	
}

@media only screen and (max-width: 600px) {
	.home-content__scroll {
        bottom: 5.2rem;
    }
    .home-content__line {
        height: 7rem;
    }
}


@media only screen and (min-width:992px){
.projects-section .featured-text{
	padding:0 0 0 2rem;
	border-left:.5rem solid #0078ff
	}
}



@media only screen and (min-width:992px){
	
	.projects-section .project-text{
		padding: 5rem;
	}
	
	.projects-section .project-text hr{
		border-color:#0078ff;
		border-width:.25rem;
		width:30%
	}
}


