@font-face {
    font-family: 'Lexend Mega';
    src: url('../fonts/LexendMega-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
    font-weight: 700;
}

/* General */

html,body {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
  color: #000;
}

a, a:hover {
	color: #000;
	text-decoration: none;
}

.style-day .img-night {
	display: none !important;
}
.style-night .img-day {
	display: none !important;
}

.scroll-locked {
  overflow: hidden;
  /*padding-right: 15px;*/
}
.scroll-locked .img-day {
	display: none !important;
}
.scroll-locked .img-night {
	display: initial !important;
}
.scroll-locked .img-icon {
	display: none;
}

.embed-responsive-16by9-alt::before {
    padding-top: 60.9%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-vertical {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-9by16 {
    padding-bottom: 177.78%;
}
.embed-responsive-2by3 {
    padding-bottom: 150%;
}
.embed-responsive-1by2 {
    padding-bottom: 200%;
}

.embed-responsive-vertical .embed-responsive-item,
.embed-responsive-vertical embed,
.embed-responsive-vertical iframe,
.embed-responsive-vertical object,
.embed-responsive-vertical video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.section-title {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 40px;
	font-weight: 400;
}

.box-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000000;
	background-color: #B9FF94;
	border: 3px solid #000000;
	-webkit-box-shadow: 9px -9px #000000;
	box-shadow: 9px -9px #000000;
}
.box-text.box-animate {
	-webkit-box-shadow: 9px -9px #000000, inset 0 0 0 0 #000000;
	box-shadow: 9px -9px #000000, inset 0 0 0 0 #000000;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.box-text.box-animate:hover,
.box-text.box-animate:focus {
	color: #B9FF94;
	background-color: #000000;
	-webkit-box-shadow: 0 0 0 0 #000000, inset 6em -3.5em 0 0 #000000;
	box-shadow: 0 0 0 0 #000000, inset 6em -3.5em 0 0 #000000;
}

.button-box {
	display: inline-block;
	font-family: 'Lexend Mega', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	background-color: #B9FF94;
	border: 3px solid #000000;
	-webkit-box-shadow: 9px -9px #000000, inset 0 0 0 0 #000000;
	box-shadow: 9px -9px #000000, inset 0 0 0 0 #000000;
	padding: 10px 33px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.button-box:hover,
.button-box:focus {
	color: #B9FF94;
	background-color: #000000;
	-webkit-box-shadow: 0 0 0 0 #000000, inset 6em -3.5em 0 0 #000000;
	box-shadow: 0 0 0 0 #000000, inset 6em -3.5em 0 0 #000000;
}
.button-box.color-style-2 {
	background-color: #B773FF;
}
.button-box.color-style-2:hover,
.button-box.color-style-2:focus {
	color: #B773FF;
}
.button-box.color-style-3 {
	background-color: #FF2E65;
}
.button-box.color-style-3:hover,
.button-box.color-style-3:focus {
	color: #FF2E65;
}
.button-box.color-style-4 {
	background-color: #FFFF5C;
}
.button-box.color-style-4:hover,
.button-box.color-style-4:focus {
	color: #FFFF5C;
}

.style-border {
	border: 3px solid #000000;
}

@media (min-width: 992px) {
	.scroll-locked {
	  padding-right: 15px;
	}
	.section-title {
		font-size: 67px;
	}
}

#header {
	pointer-events: none;
}
#header a {
	pointer-events: auto;
}
.navbar {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 25px;
}
.navbar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
/*.navbar.navbar-scroll {
	background-color: #fff;
}*/
.navbar.navbar-scroll:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,1);
	-webkit-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.scroll-locked .navbar.navbar-scroll:after {
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.navbar-brand {
	max-width: 170px;
}
.navbar-menu {
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 50px;
	z-index: 10;
}
.navbar-menu img {
	transition: 0.4s;
	transform-origin: center;
}
.navbar-menu.nav-open img {
  transform: rotate(-180deg);
}
.navbar .img-icon {
	max-width: 90px;
	position: absolute;
	z-index: 10;
}
.navbar .img-logo {
	max-width: 170px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	z-index: 10;
}

#footer-contact {
	position: relative;
	/*min-height: 1500px;*/
	background-image: url(../img/reticula.png);
	background-position: center top;
	background-repeat: repeat;
	background-size: 1500px auto;
	padding-top: 35px;
	padding-bottom: 75px;
}
#footer-contact .section-title {
	text-align: center;
	margin-bottom: 85px;
}
#footer-contact form {
	max-width: 515px;
	background-color: #B9FF94;
	border: 5px solid #000000;
	box-shadow: 11px -12px #000000;
	padding: 25px 40px 35px;
	margin: 0 auto;
}
#footer-contact form.color-style-2 {
	background-color: #B773FF;
}
#footer-contact form.color-style-3 {
	background-color: #FF2E65;
}
#footer-contact form.color-style-4 {
	background-color: #FFFF5C;
}
#footer-contact form .form-group {
	border: 5px solid #000000;
}
#footer-contact form button {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 20px;
	width: 100%;
	background-color: #B9FF94;
	border: 5px solid #000000;
	padding: 15px;
}
#footer-contact form.color-style-2 button {
	background-color: #B773FF;
}
#footer-contact form.color-style-3 button {
	background-color: #FF2E65;
}
#footer-contact form.color-style-4 button {
	background-color: #FFFF5C;
}
#footer-contact form button:hover {
	color: #B9FF94;
	background-color: #000000;
}
#footer-contact form.color-style-2 button:hover {
	color: #B773FF;
	background-color: #000000;
}
#footer-contact form.color-style-3 button:hover {
	color: #FF2E65;
	background-color: #000000;
}
#footer-contact form.color-style-4 button:hover {
	color: #FFFF5C;
	background-color: #000000;
}

#footer-contact .contact-thanks {
	max-width: 515px;
	background-color: #fff;
	border: 3px solid #000;
	padding: 0 30px;
	margin: 0 auto;
}
#footer-contact .contact-thanks .section-title {
	margin-top: 20px;
	margin-bottom: 35px;
}
#footer-contact .contact-thanks .contact-text {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 30px;
}
#footer-contact .contact-thanks .contact-text span {
	font-weight: 700;
	font-style: italic;
}

.contact-info {
	height: 140px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	margin-top: 66px;
}
.contact-info p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.contact-info a:hover {
	color: #B773FF;
}
.social-icons {
	text-align: center;
	display: none;
}
.social-icons a {
	display: block;
	margin-bottom: 15px;
}
/*.social-icons {
	position: absolute;
	bottom: 248px;
	left: 168px;
	max-width: 60px;
}
.social-icons a {
	display: block;
	margin-bottom: 15px;
}*/

footer {
	height: 80px;
	padding: 20px 60px 40px;
	border-top: 1px solid #707070;
}
footer p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.social-icons {
		margin-top: 20px;
	}
	/*.social-icons a {
		margin-right: 10px;
	}
	.social-icons a:last-child {
		margin-right: 0;
	}*/
}
@media (max-width: 575px) {
	.navbar .img-icon {
		max-width: 100px;
	}
	#footer-contact .contact-thanks {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-info {
		text-align: center;
	}
}
@media (max-width: 480px) {
	#footer-contact .section-title {
		font-size: 28px;
	}
}
@media (min-width: 576px) {
	footer p {
		margin-bottom: 0;
	}
	.contact-info:after {
	    content:"";
	    position: absolute;
	    z-index: 1;
	    top: 0;
	    left: 50%;
	    height: 140px;
	    transform: translateX(-50%);
	    border-left: 3px solid #000;
	}
	.contact-info .col-l {
		text-align: right;
	}
}
@media (min-width: 768px) {
	footer {
		padding: 20px 150px 40px;
	}
	#footer-contact form .form-control {
		font-size: 24px;
	}
	/*.social-icons {
		min-height: 360px;
	}
	.social-icons-container {
		height: 0;
		overflow: hidden;
	}*/
	/*.social-icons a {
		display: block;
		margin-bottom: 15px;
	}*/
}
@media (min-width: 992px) {
	.scroll-locked .navbar {
		padding-right: 40px;
	}
	/*#footer-contact .contact-thanks {
		max-width: 880px;
	}*/
	#footer-contact .contact-thanks .section-title {
		margin-top: 40px;
		margin-bottom: 65px;
	}
	#footer-contact .contact-thanks .contact-text {
		text-align: left;
		font-size: 36px;
		/*padding-left: 22%;*/
		margin-bottom: 50px;
	}
}

#main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	overflow-x: hidden;
	/*padding: 100px 10px 0;*/
	-webkit-clip-path: circle(0% at 96% 6%);
	clip-path: circle(0% at 96% 6%);
	-webkit-transition: -webkit-clip-path 0.5s;
	transition: -webkit-clip-path 0.5s;
	-o-transition: clip-path 0.5s;
	transition: clip-path 0.5s;
	transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
#main-nav.nav-open {
	-webkit-clip-path: circle(150% at 96% 6%);
	clip-path: circle(150% at 96% 6%);
}

#main-nav:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_menu_mobile.jpg);
	/*background-image: url(../img/bg_menu_mobile.png);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.97;
}
#main-nav .navbar-nav {
	position: relative;
	z-index: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#main-nav .nav-link {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 38px;
	line-height: 1;
	color: #fff;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	text-align: center;
}
#main-nav .nav-link:hover {
	-webkit-text-fill-color: #fff;
}

@media (min-width: 992px) {
	/*#main-nav {
		padding: 120px 10px 0;
	}*/
	#main-nav:after {
		background-image: url(../img/bg_menu.jpg);
		/*background-image: url(../img/bg_menu.png);*/
	}
	#main-nav .nav-link {
		font-size: 60px;
	}
}
@media (min-width: 1400px) {
	/*#main-nav {
		padding: 200px 10px 80px;
	}*/
	#main-nav .nav-link {
		font-size: 70px;
	}
}
@media (min-width: 1900px) {
	/*#main-nav {
		padding: 200px 10px 80px;
	}*/
	#main-nav .nav-link {
		/*font-size: 90px;*/
		font-size: 80px;
		line-height: 1.2;
	}
}

.icon-float {
  max-width: 45px;
  position: fixed;
  bottom: 40px;
  z-index: 1000;
}
#icon-phone {
	cursor: pointer;
  left: 10px;
  /*min-height: 360px;*/
}
#icon-light {
  right: 10px;
}
/*.scroll-locked #icon-light {
  right: 25px;
}*/

@media (min-width: 992px) {
	.icon-float {
	  max-width: 60px;
	}
	#icon-phone {
	  left: 30px;
	}
	#icon-light {
	  right: 30px;
	}
	.scroll-locked #icon-light {
	  right: 45px;
	}
}

#home-banner {
	position: relative;
	min-height: 500px;
	background-color: #fff;
	background-image: url(../img/banner-day.jpg);
	/*background-position: center top;*/
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#home-banner p {
	font-family: 'Lexend Mega', sans-serif;
	color: #000;
	margin-bottom: 0;
}
#home-banner .banner-container {
	/*max-width: 540px;*/
	position: relative;
	/*transform: translateY(-50%);*/
	/*top: 168px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	    align-items: center;
}
#home-banner .banner-text-line {
	max-width: 760px;
	font-size: 24px;
	margin: 0 auto 25px;
}
#home-banner .banner-text-box {
	font-family: 'Lexend Mega', sans-serif;
	/*color: #000;*/
	font-size: 18px;
	padding: 8px 12px;
	margin: 0 auto;
}
#home-intro .intro-text-big {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 70px;
	color: #FF2E65;
}
#home-intro .intro-text-small {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 30px;
}

#home-intro {
	/*min-height: 1500px;*/
	background-image: url(../img/reticula.png);
	background-position: center top;
	background-repeat: repeat;
	background-size: 1500px auto;
	border-bottom: 1px solid #707070;
}
/*#home-intro .container {
	margin-top: -60px;
}*/
#home-intro .intro-box {
	/*max-width: 670px;*/
	padding: 12px;
	box-shadow: 11px 12px #000000;
	margin: 0 auto 50px;
}
#home-intro .intro-box p {
	font-size: 20px;
	line-height: 1.1;
}
#home-intro .intro-box p:last-child {
	margin-bottom: 0;
}

#home-servicios {
	margin-top: 30px;
	margin-bottom: 120px;
}
#home-servicios .section-title {
	text-align: center;
	margin-bottom: 50px;
}
#home-servicios .button-box {
	margin-top: 75px;
}
#home-servicios .col-slide {
	/*padding: 0;*/
	padding: 30px 0;
}
#home-servicios .servicios-slide {
	width: auto;
	/*height: 500px;*/
	/*background-image: url(../img/ID0421_VV_diamadreflexitive202.png);
	background-repeat: no-repeat;*/
}
#home-servicios .swiper-wrapper{
	-webkit-transition-timing-function:linear !important; 
	-o-transition-timing-function:linear !important;
	transition-timing-function:linear !important; 
}
#home-servicios .servicios-slide .slide-bg {
	content: "";
	background-image: url(../img/ID0421_VV_diamadreflexitive202.png);
	background-repeat: no-repeat;
	background-size: cover;
	/*opacity: 0;*/
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#home-servicios .servicios-slide .slide-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
/*#home-servicios .servicios-slide .servicio-name:hover ~ .slide-bg {
	opacity: 1;
}*/
#home-servicios .servicio-name {
	display: inline-block;
	font-family: 'Lexend Mega', sans-serif;
	font-size: 28px;
	/*margin-top: 80px;*/
	color: #000;
	vertical-align: middle;
	margin-bottom: 0;
	-webkit-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
#home-servicios .servicios-slide img {
	margin-right: 20px;
}
/*#home-servicios .servicio-name:hover {
	color: #fff;
}*/
/*#home-servicios .servicio-list {
	display: none;
	font-size: 26px;
	font-weight: 300;
}*/
/*#home-servicios .swiper-button-next {
	right: -100px;
}
#home-servicios .swiper-button-prev {
	left: -100px;
}*/
/*.swiper-button-next, .swiper-button-prev {
	width: auto;
	height: auto;
}
#home-servicios .swiper-button-next:after,
#home-servicios .swiper-button-prev:after {
	content: none;
}*/

#home-works {
	position: relative;
	/*min-height: 1500px;*/
	/*background-image: url(../img/bg-grid.png);
	background-position: left 45vw top;
	background-repeat: no-repeat;*/
}
#home-works:before {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 55%;
    height: 586px;
	background-image: url(../img/reticula.png);
	background-repeat: repeat;
	background-size: 1500px auto;
	border-bottom: 1px solid #707070;
}
#home-works .section-title {
	margin-bottom: 60px;
}
/*#home-works .section-title {
	margin-right: 150px;
}*/
#home-works .row {
	margin-top: 20px;
}
#home-works ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#home-works ul li {
	margin-bottom: 25px;
}
#home-works ul li a {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 25px;
}
#home-works ul li a.active {
	color: #B773FF;
}
#home-works .col-img {
	padding-top: 40px;
}

#home-team {
	padding-bottom: 60px;
}
#home-team .section-title {
	/*margin-left: -15px;*/
	/*padding-left: 20px;*/
}
#home-team p {
	color: #000;
	font-size: 23px;
}
#home-team .team-info {
	cursor: pointer;
}
#home-team .team-name {
	margin-top: 40px;
	margin-bottom: 50px;
}
#home-team .team-name span {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 25px;
}
#home-team .col-team-1 .team-info:hover .team-name span {
	color: #B773FF;
}
#home-team .col-team-2 .team-info:hover .team-name span {
	color: #FF2E65;
}
#home-team .col-team-3 .team-info:hover .team-name span {
	color: #B9FF94;
}
#home-team .col-team-1 .team-text p {
	max-width: 260px;
}
#home-team .col-team-2 .team-text p {
	max-width: 270px;
}
#home-team .col-team-3 .team-text p {
	max-width: 273px;
}
#home-team .img-team {
	/*max-height: 353px;*/
	max-height: 300px;
}

@media (max-width: 767px) {
	#home-works {
		margin-bottom: 30px;
	}
	#home-team .team-info {
		text-align: center;
	}
	#home-team .team-text p {
		margin: 0 auto 20px;
	}
}
@media (min-width: 768px) {
	#home-intro {
		background-position: center top 220px;
		min-height: 600px;
	}
	#home-intro .container {
		margin-top: -220px;
	}
	#home-intro .intro-box {
		margin-bottom: 0;
	}
	#home-servicios {
		margin-top: -90px;
		margin-bottom: 180px;
	}
	#home-servicios .col-slide {
		padding: 60px 0;
	}
	#home-works .row {
		margin-top: 150px;
	}
	#home-team .section-title {
		margin-left: -20px;
	}
	#home-team .team-text {
		display: none;
		/*height: 150px;*/
		/*height: 675px;*/
	}
	#home-team .team-text p {
		/*height: 50px;*/
		/*height: 0;*/
		/*overflow: hidden;*/
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	main {
		/*margin-top: -142px;*/
	}
	#home-banner {
		min-height: 950px;
	}
	#home-banner .banner-container {
		/*max-width: 540px;*/
		position: relative;
		/*transform: translateY(-50%);*/
		/*top: 168px;*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		    flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		    justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		    align-items: center;
	}
	#home-banner .banner-intro {
		position: absolute;
		/*top: 455px;*/
		bottom: 100px;
		/*left: 22%;*/
	}
	#home-banner .banner-container img {
		max-width: 650px;
	}
	#home-banner .banner-text-line {
		font-size: 30px;
	}
	#home-intro {
		min-height: 910px;
	}
	#home-intro .col-intro {
		margin-left: -40px;
	}
	/*#home-intro .offset-md-1 {
		margin-left: 4.333333%;
	}*/
	#home-intro .intro-box p {
		font-size: 28px;
	}
	#home-servicios .swiper-container {
		padding: 0 40px;
	}
	#home-servicios .servicios-slide .slide-bg {
		opacity: 0;
	}
	#home-servicios .servicios-slide .servicio-name:hover ~ .slide-bg {
		opacity: 1;
	}
	#home-works {
		min-height: 720px;
	}
	#home-team .col-team:first-child {
		padding-left: 0;
		padding-right: 80px;
	}
	#home-team .col-team {
		padding-left: 40px;
		padding-right: 40px;
	}
	#home-team .col-team:last-child {
		padding-left: 80px;
		padding-right: 0;
	}
	#home-team .team-text {
		/*height: 550px;*/
	}

}
@media (min-width: 1200px) {
	#home-banner {
		min-height: 1400px;
	}
	#home-banner .banner-container {
		/*position: relative;*/
		/*top: 268px;*/
	}
	#home-banner .banner-intro {
		/*position: relative;*/
		/*top: 785px;*/
	}
	/*#home-intro img {
		max-width: 555px;
	}*/
	#home-intro img {
		max-height: 448px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #home-servicios .container {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  /*#home-servicios .container {
    max-width: 1320px;
  }*/
	#home-servicios .swiper-container {
		padding: 0;
	}
	#home-servicios .swiper-button-next {
		right: -100px;
	}
	#home-servicios .swiper-button-prev {
		left: -100px;
	}
	#home-team .container {
	max-width: 1280px;
	}
}

/* Banner */
.section-banner.page-banner {
    position: relative;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
/*.section-banner.page-banner .banner-container {
    height: 100%;
}*/
.section-banner.page-banner .banner-text-big {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.section-banner.page-banner .banner-text-big {
		font-size: 40px;
	}
}
@media (min-width: 768px) {
	.section-banner.page-banner .banner-text-big {
		font-size: 80px;
	}
}

/* Clientes */
#clientes-content {
    padding-bottom: 160px;
}
#clientes-content .item-client {
	text-align: center;
    margin-bottom: 30px;
}
#clientes-content .item-client img {
    /*max-height: 94px;*/
    max-width: 76%;
}

@media (min-width: 768px) {
	#clientes-banner.section-banner.page-banner {
	    min-height: 450px;
	}
}

/* WORKS */
.section-banner.works-banner {
	padding-bottom: 100px;
}
.works-content  {
	padding-top: 120px;
	padding-bottom: 240px;
}
.works-content p {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 40px;
}
.works-content h3 {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 42px;
	color: #000;
}
.works-content .col-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.works-content p {
		font-size: 28px;
	}
}
@media (min-width: 1500px) {
	.works-content .container {
		max-width: 1400px;
	}
}
/* Hello You */
#helloyou-banner {
    background-image: url(../img/works/hello-you-bg.jpg);
}
#helloyou-content .col-vid {
	margin-top: 50px;
}

/* Filtrogym */
#filtrogym-banner {
    background-image: url(../img/works/filtrogym-bg.jpg);
}
#filtrogym-content.works-content  {
	padding-bottom: 180px;
}
#filtrogym-content .row-vid {
	margin-top: 40px;
}
#filtrogym-content .bottom-button {
	text-align: center;
	margin-top: 140px;
}
#filtrogym-content .button-box {
	font-size: 22px;
}

@media (min-width: 992px) {
	#filtrogym-content .col-md-4:first-child {
	    margin-right: 80px;
	}
	#filtrogym-content .button-box {
		padding-left: 80px;
		padding-right: 80px;
	}
}

/* + Proteccion */
#masproteccion-banner {
    background-image: url(../img/works/masproteccion-bg.jpg);
}
#masproteccion-content.works-content  {
	padding-top: 60px;
	padding-bottom: 30px;
}
#masproteccion-dcu.works-content  {
	padding-top: 0;
	padding-bottom: 90px;
}
#masproteccion-dcu .button-box {
	font-size: 22px;
	margin-top: 50px;
}

#masproteccion-skin.works-content  {
	background-image: url(../img/reticula.png);
	background-position: center top;
	background-repeat: repeat;
	background-size: 1500px auto;
	border-bottom: 1px solid #707070;
	padding-top: 0;
	padding-bottom: 80px;
}

#masproteccion-adstory.works-content  {
	padding-top: 0;
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	#masproteccion-dcu .embed-responsive-vertical {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	#masproteccion-content.works-content  {
		padding-top: 120px;
		padding-bottom: 60px;
	}
	#masproteccion-dcu.works-content  {
		padding-top: 0;
		padding-bottom: 250px;
	}
}
@media (min-width: 992px) {
	#masproteccion-dcu .button-box {
		padding-left: 100px;
		padding-right: 100px;
	}
	#masproteccion-dcu .col-md-3 {
	    margin-right: 30px;
	}
	#masproteccion-dcu .col-md-3:last-child {
	    margin-right: 0;
	}
}

/* Beauty Days */
#beautydays-banner {
    background-image: url(../img/works/beautydays-bg.jpg);
}

#beautydays-content.works-content  {
	padding-bottom: 120px;
}

#beautydays-spot.works-content  {
	padding-top: 0;
	padding-bottom: 80px;
}

#beautydays-shooting {
	position: relative;
}
/*#beautydays-shooting:before {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1500px;
    height: 821px;
	background-image: url(../img/reticula.png);
	background-repeat: repeat;
	background-size: 1500px auto;
	border-bottom: 1px solid #707070;
}*/
#beautydays-shooting.works-content  {
	padding-top: 40px;
	padding-bottom: 60px;
}
#beautydays-shooting p {
	/*max-width: 40%;
	margin: 0 0 60px auto;*/
}

#beautydays-social {
	position: relative;
}
/*#beautydays-social:before {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 84%;
    height: 821px;
	background-image: url(../img/reticula.png);
	background-repeat: repeat;
	background-size: 1500px auto;
	border-bottom: 1px solid #707070;
}*/
#beautydays-social.works-content  {
	padding-top: 50px;
	padding-bottom: 120px;
}
#beautydays-social p {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	#beautydays-spot .col-md-9.col-vid-h,
	#beautydays-spot .col-md-3.col-vid-v,
	#beautydays-shooting img,
	#beautydays-social .embed-responsive-vertical {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.col-md-9.col-vid-h {
		-ms-flex: 0 0 74.9%;
		flex: 0 0 74.9%;
		max-width: 74.9%;
	}
	.col-md-3.col-vid-v {
		-ms-flex: 0 0 25.1%;
		flex: 0 0 25.1%;
		max-width: 25.1%;
	}

	#beautydays-shooting.works-content  {
		padding-top: 60px;
		padding-bottom: 340px;
	}
	#beautydays-shooting:before {
	    content:"";
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 821px;
		background-image: url(../img/reticula.png);
		background-repeat: repeat;
		background-size: 1500px auto;
		border-bottom: 1px solid #707070;
	}
	#beautydays-shooting p {
		max-width: 40%;
		margin: 0 0 60px auto;
	}

	#beautydays-social:before {
	    content:"";
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    right: 0;
	    width: 84%;
	    height: 821px;
		background-image: url(../img/reticula.png);
		background-repeat: repeat;
		background-size: 1500px auto;
		border-bottom: 1px solid #707070;
	}
}
@media (min-width: 992px) {
	/*#beautydays-social img:first-child {
	    margin-right: 125px;
	}*/
	#beautydays-social .col-md-3:nth-child(2) {
	    margin-right: 120px;
	}
	#beautydays-shooting .col-img-1 img {
		position: absolute;
		left: 10%;
		bottom: -30px;
		max-height: 650px;
	}
	#beautydays-shooting .col-img-2 {
		padding-left: 0;
		padding-right: 30px;
	}
	#beautydays-shooting .col-img-2 img {
		/*position: absolute;
		right: 2%;
		bottom: -0;
		max-height: 430px;*/
	}
	#beautydays-shooting .col-img-3 {
		padding-left: 30px;
		padding-right: 0;
		margin-top: 90px;
	}
	#beautydays-shooting .col-img-4 {
		margin-top: 90px;
	}
	#beautydays-shooting .col-img-4 img {
		position: absolute;
		left: 12%;
		top: -25px;
		max-height: 650px;
	}
}
@media (min-width: 1200px) {
	#beautydays-shooting:before {
	    width: 1500px;
	}
}

/* SERVICES */
.services-intro {
	padding-top: 250px;
	padding-bottom: 100px;
}
.services-intro h2 {
	font-family: 'Lexend Mega', sans-serif;
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
}
.services-intro ul {
	list-style: none;
}
.services-intro li {
	position: relative;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}
.services-intro li:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -45px;
    width: 40px;
    height: 40px;
	background-image: url(../img/estrella.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.services-intro .bottom-button {
	margin-top: 100px;
}
.services-intro .button-box {
	font-size: 20px;
}

@media (min-width: 768px) {
	.services-intro h2 {
		font-size: 40px;
	}
	.services-intro .button-box {
		font-size: 24px;
	}
}
@media (min-width: 1500px) {
	.services-intro .container,
	.services-content .container {
		max-width: 1400px;
	}
}
/* Web */
#diseno-web-intro {
	padding-bottom: 150px;
}
#diseno-web-content {
	position: relative;
	padding-top: 150px;
	padding-bottom: 80px;
}
.web-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	text-align: center;
	margin-bottom: 100px;
}
.web-item .web-mobile {
	max-width: 250px; 
}
.web-item .button-box {
	font-size: 22px;
	margin-top: 30px;
}
#diseno-web-content .bottom-button {
	text-align: center;
	margin-top: 200px;
}
#diseno-web-content .bottom-button .button-box {
	font-size: 24px;
}
#diseno-web-content:before {
    content:"";
    position: absolute;
    z-index: -1;
    top: 200px;
    left: 0;
    width: 100%;
    height: 939px;
	background-image: url(../img/reticula.png);
	background-repeat: repeat;
	background-size: 1500px auto;
	border-bottom: 1px solid #707070;
}

@media (min-width: 992px) {
	.web-item .button-box {
		padding-left: 100px;
		padding-right: 100px;
	}
}

/* Videos */
#videos-intro {
	padding-bottom: 120px;
}
#videos-content {
	position: relative;
	padding-top: 100px;
	padding-bottom: 90px;
}
#videos-content .col-vid {
	margin-bottom: 60px;
}
#videos-content .bottom-button {
	text-align: center;
	margin-top: 90px;
}
#videos-content .bottom-button .button-box {
	font-size: 24px;
}
#videos-content:before {
    content:"";
    position: absolute;
    z-index: -1;
    top: 450px;
    left: 0;
    width: 100%;
    height: 939px;
	background-image: url(../img/reticula.png);
	background-repeat: repeat;
	background-size: 1500px auto;
	border-bottom: 1px solid #707070;
}

/* Social media*/
#social-media-intro {
	padding-bottom: 140px;
}
#social-media-content {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
/*#social-media-content .grid-img img {
	
}*/
#social-media-content .bottom-button {
	text-align: center;
	margin-top: 90px;
}
#social-media-content .bottom-button .button-box {
	font-size: 24px;
}

#social-media-content .embed-responsive-9by16 {
    padding-bottom: 175.2%;
}
/*#social-media-content .social-media-row-1,
#social-media-content .social-media-row-2,
#social-media-content .social-media-row-3 {
	margin-bottom: 40px;
}*/

@media (max-width: 767px) {
	#social-media-content .col-md-4 {
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) {
	#social-media-content .social-media-row-1 .col-middle img {
		position: absolute;
		top: 85px;
		width: calc(100% - 30px);
	}
	.social-media-row-2 .col-middle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#social-media-content .social-media-row-3 .col-middle .embed-responsive-vertical {
		position: absolute;
		top: -85px;
		width: calc(100% - 30px);
		padding-bottom: 163.9%;
	}
	#social-media-content .social-media-row-1,
	#social-media-content .social-media-row-2,
	#social-media-content .social-media-row-3 {
		margin-bottom: 40px;
	}
}
@media (min-width: 992px) {
	#social-media-content .social-media-row-1 .col-middle img {
		top: 115px;
	}
	#social-media-content .social-media-row-3 .col-middle .embed-responsive-vertical {
		top: -115px;
	}
}
@media (min-width: 1200px) {
	#social-media-content .social-media-row-1 .col-middle img {
		top: 135px;
	}
	#social-media-content .social-media-row-3 .col-middle .embed-responsive-vertical {
		top: -135px;
	}
}
@media (min-width: 1500px) {
	#social-media-content .social-media-row-1 .col-middle img {
		top: 165px;
	}
	#social-media-content .social-media-row-3 .col-middle .embed-responsive-vertical {
		top: -165px;
	}
}

/* Fotografia */
#fotografia-intro {
	padding-bottom: 150px;
}
#fotografia-content {
	position: relative;
	padding-top: 200px;
	padding-bottom: 70px;
}
#fotografia-content:before {
    content:"";
    position: absolute;
    z-index: -1;
    top: 435px;
    left: 0;
    width: 100%;
    height: 1173px;
	background-image: url(../img/reticula.png);
	background-repeat: repeat;
	background-size: 1500px auto;
	border-bottom: 1px solid #707070;
}

#fotografia-content .grid-photo {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

#fotografia-content .bottom-button {
	text-align: center;
	margin-top: 120px;
}
#fotografia-content .bottom-button .button-box {
	font-size: 24px;
}

@media (max-width: 768px) {
	#fotografia-content img {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	#fotografia-content .grid-photo {
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;*/
		-webkit-box-align: start;
		-ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		max-height: 1360px;
	}
	#fotografia-content .row-photo {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	            align-items: center;
	}
	#fotografia-content .grid-photo img {
		margin-bottom: 30px;
	}
	#fotografia-content #img-05 {
		margin-bottom: 20px;
	}
	#fotografia-content #img-04,
	#fotografia-content #img-08 {
		margin-bottom: 15px;
	}
	#fotografia-content #img-01,
	#fotografia-content #img-02,
	#fotografia-content #img-03,
	#fotografia-content #img-04 {
		max-width: 56%;
	}
	#fotografia-content #img-05,
	#fotografia-content #img-06,
	#fotografia-content #img-07,
	#fotografia-content #img-08 {
		max-width: 40.5%;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	#fotografia-content #img-09 {
		max-width: 40.5%;
	}
	#fotografia-content #img-10 {
		max-width: 56%;
	}
}
@media (min-width: 992px) {
	#fotografia-content .grid-photo {
		max-height: 2200px;
	}
	#fotografia-content .grid-photo img {
		margin-bottom: 60px;
	}
	#fotografia-content #img-05 {
		margin-bottom: 40px;
	}
	#fotografia-content #img-04,
	#fotografia-content #img-08 {
		margin-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	/*#fotografia-content #img-01,
	#fotografia-content #img-02,
	#fotografia-content #img-03,
	#fotografia-content #img-04 {
		max-width: 870px;
	}
	#fotografia-content #img-05,
	#fotografia-content #img-06,
	#fotografia-content #img-07,
	#fotografia-content #img-08 {
		max-width: 630px;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}*/
	/*#fotografia-content #img-09,
	#fotografia-content #img-10 {
		max-height: 560px;
	}*/
}
@media (min-width: 1500px) {
	#fotografia-content .grid-photo {
		max-height: 2815px;
	}
}
@media (min-width: 1800px) {
	#fotografia-content .container {
		max-width: 1620px;
	}
	#fotografia-content #img-01,
	#fotografia-content #img-02,
	#fotografia-content #img-03,
	#fotografia-content #img-04 {
		max-width: 870px;
	}
	#fotografia-content #img-05,
	#fotografia-content #img-06,
	#fotografia-content #img-07,
	#fotografia-content #img-08 {
		max-width: 630px;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	#fotografia-content #img-09,
	#fotografia-content #img-10 {
		max-height: 560px;
	}
}

/* Clientes */
#productplacement-content {
    padding-bottom: 160px;
}

@media (min-width: 768px) {
	#productplacement-banner.section-banner.page-banner {
	    min-height: 450px;
	}
	#productplacement-content .container {
	    max-width: 700px;
	}
}