/* =Imports
-------------------------------------------------------------- */
/*

variables.less

*/
/*  Colors
-------------------------------------------------------------- */
/*  Plugin colors */
/*  Forms */
/*  z-index
-------------------------------------------------------------- */
/*  Nth-child
-------------------------------------------------------------- */
/*  Urls
-------------------------------------------------------------- */
/*  Dimensions
-------------------------------------------------------------- */
/*  Forms */
/*  Easing
-------------------------------------------------------------- */
/*  Media Queries
-------------------------------------------------------------- */
/* Bootstrap */
/*  Font
-------------------------------------------------------------- */
/*  Icons
-------------------------------------------------------------- */
.revealslideshow .slide a {
  text-decoration: none;
}
.swiper-button-disabled {
  opacity: 0;
}
.accordion-container.arrow > .ac {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #FFF;
  background-color: transparent;
}
.accordion-container.arrow > .ac:first-child {
  border-top: 1px solid #FFF;
}
.accordion-container.arrow > .ac > .ac-header {
  margin: 0;
  font-weight: normal;
}
.accordion-container.arrow > .ac > .ac-header .ac-trigger {
  position: relative;
  padding: 10px 50px 10px 0;
  color: #FFF;
  font-family: inherit;
  font-weight: inherit;
}
.accordion-container.arrow > .ac > .ac-header .ac-trigger:focus {
  outline: 0;
}
.accordion-container.arrow > .ac > .ac-header .ac-trigger:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\2b';
}
.accordion-container.arrow > .ac > .ac-panel {
  color: #FFF;
}
.accordion-container.arrow > .ac > .ac-panel .ac-text {
  color: inherit;
  font-family: inherit;
}
.accordion-container.arrow > .ac.is-active > .ac-header .ac-trigger:after {
  content: '\f068';
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
body.home footer.main .questions {
  display: none;
}
section {
  padding: 40px 20px;
}
section .content {
  margin: 0 auto;
  width: 90%;
  max-width: 320px;
}
section .content.full {
  width: 100%;
  max-width: 1200px;
}
section .content p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
@media screen and ( min-width: 480px ) {
  section {
    padding: 40px 40px;
  }
  section .content {
    max-width: 400px;
  }
}
@media screen and ( min-width: 1024px ) {
  section {
    padding: 60px 18%;
  }
  section .content {
    max-width: 800px;
  }
  section .content p {
    font-size: 1rem;
  }
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.logo-menu {
  display: flex;
  background-color: #000;
  width: 100%;
  height: 60px;
  padding: 0 20px;
}
.logo-menu.sticked {
  z-index: 1009;
}
.logo-menu > * {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
}
.logo-menu > .right {
  justify-content: flex-end;
}
.logo-menu .menu-toggle {
  border: 0;
  width: 50px;
  background-color: transparent;
  cursor: pointer;
}
.logo-menu .menu-toggle > div {
  margin: 5px 0;
  background-color: #FFF;
  height: 4px;
}
h3.bold {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}
.h1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7rem;
  text-transform: uppercase;
}
@media screen and ( min-width: 480px ) {
  .h1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: -2px;
  }
}
@media screen and ( min-width: 1024px ) {
  .h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.h2 {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and ( min-width: 480px ) {
  .h2 {
    font-size: 1.1rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .h2 {
    font-size: 1.1rem;
  }
}
ul.no-dot {
  list-style: none;
  padding: 0;
}
ul.with-arrows li {
  position: relative;
  border-bottom: 1px solid #FFF;
  padding: 10px 50px 10px 0;
}
ul.with-arrows li:first-child {
  border-top: 1px solid #FFF;
}
ul.with-arrows li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\e098';
}
ul.hyphen li {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.2rem;
  padding: 2px 0;
}
ul.hyphen li > * {
  flex: 1 1 0;
}
ul.hyphen li::before {
  flex: 0 0 10px;
  content: '-';
}
a {
  color: #000;
  font-style: normal;
  text-decoration: none;
}
hr {
  margin: 20px 0;
  border-width: 0;
  border-top: 2px solid #FFF;
}
hr.black {
  border-color: #000;
}
.uppercase {
  text-transform: uppercase;
}
.block-center {
  margin-right: auto;
  margin-left: auto;
}
.m-0 {
  margin: 0;
}
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.fw-4 {
  font-weight: 400;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}
.fw-8 {
  font-weight: 800;
}
.fw-9 {
  font-weight: 900;
}
.menu .item-submenu .submenu-toggle {
  position: relative;
  border: 0;
  padding-right: 80px;
  color: #FFF;
  background-color: transparent;
}
.menu .item-submenu .submenu-toggle::after {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: '\f107';
}
.menu .item-submenu .submenu {
  transition: all 0.8s ease-out;
  overflow: hidden;
  max-height: 0;
}
.menu .item-submenu.open .submenu-toggle::after {
  content: '\f106';
}
.menu .item-submenu.open .submenu {
  transition-duration: 1s;
  transition-timing-function: ease-in;
  max-height: 444px;
}
.menu.main {
  transition: left 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: auto;
  position: fixed;
  top: 0;
  left: -110%;
  z-index: 1099;
  padding: 40px 20%;
  width: 100vw;
  height: 100vh;
  color: #FFF;
  background-color: #000;
}
.menu.main.open {
  left: 0;
}
.menu.main > .menu-close {
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 2.5rem;
  cursor: pointer;
}
.menu.main > :not( .menu-close ) {
  margin-right: auto;
  margin-left: auto;
}
.menu.main nav.main {
  margin-bottom: 40px;
}
.menu.main nav.main ul {
  width: 100%;
}
.menu.main nav.main ul li {
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 400;
}
.menu.main nav.main ul li .index {
  flex: 0 0 26px;
  margin-right: 6px;
  color: #AAA;
  font-size: 1rem;
}
.menu.main nav.main ul li > :not( .index ) {
  flex: 1 1 0;
}
.menu.main nav.main ul li a {
  transition: all 0.4s linear;
  display: block;
  color: inherit;
  text-decoration: none;
}
.menu.main nav.main ul li a:hover {
/*  color: #9900a9; */
	    background: -webkit-linear-gradient(left,#06f0f0,#2fa6a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menu.main nav.main ul li > .submenu {
  flex: 0 1 calc(95% - 26px);
  margin-left: auto;
}
.menu.main nav.main ul li > .submenu > li {
  font-size: 0.8em;
}
.menu.main nav.main ul li > .submenu > li a {
  padding: 5px 0;
  opacity: 0.8;
}
.menu.main nav.main ul li > :not( .submenu ) {
  padding: 12px 0;
}
.menu.main address {
  color: #AAA;
}
.menu.main address > * {
  padding: 10px 0;
  color: inherit;
}
.menu.main address h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}
.menu.main address .whatsapp {
  color: #ffffff;
  font-size: 1.5rem;
}
@media screen and ( min-width: 768px ) {
  .menu.main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .menu.main > :not( .menu-close ) {
    margin: 0;
  }
  .menu.main nav.main {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .menu.main nav.main ul li {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .menu.main .address-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .menu.main .address-wrapper address {
    text-align: right;
  }
  .menu.main .address-wrapper address > * {
    padding: 20px 0;
  }
}
footer.main {
  padding: 40px 20px 200px 20px;
  color: #FFF;
  background-color: #000;
  background-image: url('../images//logo-footer.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200px;
}
footer.main .container {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 320px;
}
footer.main .container > * {
  margin-bottom: 10px;
}
footer.main .container > *:last-child {
  margin-bottom: 0;
}
footer.main .container .middle {
  height: 0;
}
footer.main .container .copyright nav li {
  display: inline-block;
}
footer.main .container .copyright nav li::after {
  display: inline-block;
  margin: 0 2px;
  content: '|';
}
footer.main .container .copyright nav li:last-child::after {
  content: none;
}
footer.main a {
  color: #FFF;
}
@media screen and ( min-width: 480px ) {
  footer.main {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 300px;
  }
  footer.main .container {
    flex-direction: row;
    max-width: 500px;
  }
  footer.main .container > * {
    flex: 0 0 50%;
  }
  footer.main .container .middle {
    flex: 0 0 0;
  }
}
@media screen and ( min-width: 1024px ) {
  footer.main {
    padding-top: 50px;
    padding-right: 18%;
    padding-left: 18%;
    padding-bottom: 178px;
    background-size: 500px;
  }
  footer.main .container {
    justify-content: center;
    max-width: none;
  }
  footer.main .container > * {
    flex: 0 0 200px;
  }
  footer.main .container .middle {
    flex: 0 0 360px;
    height: 60px;
  }
}
.follow-us {
  position: absolute;
  left: 40px;
  bottom: 100px;
  z-index: 999;
  display: flex;
  align-items: center;
  transform-origin: 0;
  transform: rotate(-90deg);
  width: 100%;
}
.follow-us > * {
  flex: 0 1 auto;
  margin-right: 20px;
}
.follow-us > *:last-child {
  margin-right: 0;
}
.follow-us .text {
  display: flex;
  flex-wrap: nowrap;
}
.follow-us .line {
  display: inline-block;
  flex: 0 0 40px;
  border-bottom: 1px solid #FFF;
}
.follow-us .social-links a {
  margin-right: 10px;
}
.follow-us .social-links a:last-child {
  margin-right: 0;
}
.follow-us .social-links a [class*="fa-"] {
  transform: rotate(90deg);
  color: #FFF;
  font-size: 1.5rem;
}
.lined > * {
  border-bottom: 2px solid #FFF;
  padding: 10px 0;
}
.lined > *:first-child {
  border-top: 2px solid #FFF;
}
.lined.dark > * {
  border-color: #000;
}
.text-scroll {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.text-scroll > div {
  white-space: nowrap;
  -webkit-animation: infinite_scroll 10s linear infinite;
          animation: infinite_scroll 10s linear infinite;
}
@-webkit-keyframes infinite_scroll {
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinite_scroll {
  to {
    transform: translateX(-100%);
  }
}
.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #FFF;
  background-image: url('../images/home/more-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0.8rem;
}
body.home section.presentation {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home section.presentation .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body.home section.presentation video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home section.presentation .headers,
body.home section.presentation .countries {
  position: relative;
  z-index: 10;
}
body.home section.presentation .headers {
  max-width: 530px;
  text-align: center;
}
body.home section.presentation .headers h2 {
  margin: 0;
}
body.home section.presentation .countries {
  display: none;
}
body.home section.presentation .logo-menu {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and ( min-width: 480px ) {
  body.home section.presentation .headers h1 {
    margin-bottom: 10px;
  }
}
@media screen and ( min-width: 1024px ) {
  body.home section.presentation .headers {
    max-width: 800px;
  }
  body.home section.presentation .countries {
    display: block;
    margin-top: 100px;
  }
}
body.home section.perfect-moment {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 20px;
  min-height: 100vh;
  background-image: url('../images/home/hand.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home section.perfect-moment::after {
  position: absolute;
  right: -100px;
  top: -80px;
  width: 110%;
  height: 140%;
  background-image: url('../images/blur.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  content: '';
}
body.home section.perfect-moment .content {
  position: relative;
  z-index: 10;
  text-align: center;
}
body.home section.perfect-moment .content .more {
  margin: 40px auto;
}
@media screen and ( min-width: 1024px ) {
  body.home section.perfect-moment::after {
    right: -200px;
  }
  body.home section.perfect-moment .content p {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
body.home section.services {
  padding: 40px 0;
  color: #FFF;
  background-color: #000;
}
body.home section.services h2.h1 {
  margin: 40px auto;
  width: 80%;
  color: #FFF;
}
body.home section.packs .content .header {
  display: flex;
  flex-wrap: wrap;
}
body.home section.packs .content .header > * {
  flex: 0 0 100%;
}
body.home section.packs .content .header .drag-info .slider-control {
  cursor: pointer;
}
body.home section.packs .content .slider .swiper-slide h4 {
  font-size: 1rem;
}
body.home section.packs .content .sep {
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 80%;
  max-width: 250px;
}
@media screen and ( min-width: 1024px ) {
  body.home section.packs .content .slider .swiper-slide h4 {
    font-size: 1.2rem;
  }
}
body.home section.our {
  position: relative;
  color: #FFF;
  background-color: #000;
}
body.home section.our:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/home/our-bg.png');
 /* background-position: left 20px; */
  background-position: left;
  background-repeat: no-repeat;
  background-size: 200px;
  content: '';
}
body.home section.our .content {
  margin-top: 300px;
}
body.home section.our .content h2 {
  margin-bottom: 10px;
}
body.home section.our .content h2:not( :first-of-type ) {
  margin-top: 50px;
}
@media screen and ( min-width: 480px ) {
  body.home section.our .content {
    margin-top: 50px;
    margin-left: 200px;
    width: 50%;
  }
}
@media screen and ( min-width: 1024px ) {
  body.home section.our:after {
    background-size: 380px;
  }
  body.home section.our .content {
   /* margin-top: 100px; */
    width: 80%;
  }
}
body.home section.perfect-moment-2 {
  padding-top: 0;
  padding-bottom: 0;
}
body.home section.perfect-moment-2 .content {
  margin: 0;
  width: 100%;
  max-width: none;
}
body.home section.perfect-moment-2 .content .column img {
  margin-left: -20px;
  margin-bottom: 20px;
  width: calc(100% + (20px * 2));
  height: auto;
}
body.home section.perfect-moment-2 .content .column p:last-of-type {
  margin-bottom: 40px;
}
body.home section.perfect-moment-2 .content .column > :not( img ) {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 320px;
}
@media screen and ( min-width: 480px ) {
  body.home section.perfect-moment-2 {
    padding: 40px 40px;
  }
  body.home section.perfect-moment-2 .content {
    margin-top: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
  }
}
@media screen and ( min-width: 1024px ) {
  body.home section.perfect-moment-2 {
    padding: 60px 18%;
  }
  body.home section.perfect-moment-2 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
  }
  body.home section.perfect-moment-2 .content .column {
    flex: 0 0 45%;
  }
  body.home section.perfect-moment-2 .content .column img {
    margin-left: 0;
    width: 100%;
  }
  body.home section.perfect-moment-2 .content .column > :not( img ) {
    width: 100%;
    max-width: none;
  }
  body.home section.perfect-moment-2 .content .column.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
body.seo section.presentation,
body.branding section.presentation,
body.web section.presentation,
body.marketing section.presentation {
  overflow: hidden;
  position: relative;
  padding: 80px 0 0 0;
  color: #FFF;
  background-color: #000;
}
body.seo section.presentation .low-layer,
body.branding section.presentation .low-layer,
body.web section.presentation .low-layer,
body.marketing section.presentation .low-layer {
  display: none;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
body.seo section.presentation .low-layer .line,
body.branding section.presentation .low-layer .line,
body.web section.presentation .low-layer .line,
body.marketing section.presentation .low-layer .line {
  margin: 0 auto;
  width: 80%;
  height: 0;
  border-bottom: 1px solid #FFF;
}
body.seo section.presentation .low-layer .text,
body.branding section.presentation .low-layer .text,
body.web section.presentation .low-layer .text,
body.marketing section.presentation .low-layer .text {
  color: #FFF;
  font-size: 7rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
body.seo section.presentation .low-layer .text span,
body.branding section.presentation .low-layer .text span,
body.web section.presentation .low-layer .text span,
body.marketing section.presentation .low-layer .text span {
  display: inline-block;
  padding: 0 30px;
}
body.seo section.presentation .up-layer,
body.branding section.presentation .up-layer,
body.web section.presentation .up-layer,
body.marketing section.presentation .up-layer {
  position: relative;
  z-index: 10;
}
body.seo section.presentation .up-layer h2,
body.branding section.presentation .up-layer h2,
body.web section.presentation .up-layer h2,
body.marketing section.presentation .up-layer h2 {
  margin-top: 0;
  padding: 0 20px;
}
body.seo section.presentation .up-layer p,
body.branding section.presentation .up-layer p,
body.web section.presentation .up-layer p,
body.marketing section.presentation .up-layer p {
  position: absolute;
  top: 90px;
  padding: 0 20px;
  width: 80%;
  max-width: 300px;
}
body.seo section.presentation .up-layer img,
body.branding section.presentation .up-layer img,
body.web section.presentation .up-layer img,
body.marketing section.presentation .up-layer img {
  width: 100%;
  height: auto;
}
body.seo section.presentation .up-layer .more,
body.branding section.presentation .up-layer .more,
body.web section.presentation .up-layer .more,
body.marketing section.presentation .up-layer .more {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
body.seo section.presentation .follow-us,
body.branding section.presentation .follow-us,
body.web section.presentation .follow-us,
body.marketing section.presentation .follow-us {
  bottom: 20px;
}
@media screen and ( min-width: 480px ) {
  body.seo section.presentation,
  body.branding section.presentation,
  body.web section.presentation,
  body.marketing section.presentation {
    padding-bottom: 200px;
  }
  body.seo section.presentation .low-layer,
  body.branding section.presentation .low-layer,
  body.web section.presentation .low-layer,
  body.marketing section.presentation .low-layer {
    display: block;
  }
  body.seo section.presentation .up-layer,
  body.branding section.presentation .up-layer,
  body.web section.presentation .up-layer,
  body.marketing section.presentation .up-layer {
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    max-width: 400px;
  }
  body.seo section.presentation .up-layer h2,
  body.branding section.presentation .up-layer h2,
  body.web section.presentation .up-layer h2,
  body.marketing section.presentation .up-layer h2,
  body.seo section.presentation .up-layer p,
  body.branding section.presentation .up-layer p,
  body.web section.presentation .up-layer p,
  body.marketing section.presentation .up-layer p {
    padding: 0;
  }
  body.seo section.presentation .up-layer p,
  body.branding section.presentation .up-layer p,
  body.web section.presentation .up-layer p,
  body.marketing section.presentation .up-layer p {
    top: 100%;
  }
  body.seo section.presentation .up-layer .more,
  body.branding section.presentation .up-layer .more,
  body.web section.presentation .up-layer .more,
  body.marketing section.presentation .up-layer .more {
    transform: translateX(50%);
    right: 0;
  }
}
@media screen and ( min-width: 1024px ) {
  body.seo section.presentation,
  body.branding section.presentation,
  body.web section.presentation,
  body.marketing section.presentation {
    padding-bottom: 0;
  }
  body.seo section.presentation .up-layer,
  body.branding section.presentation .up-layer,
  body.web section.presentation .up-layer,
  body.marketing section.presentation .up-layer {
    max-width: 500px;
  }
  body.seo section.presentation .up-layer h2,
  body.branding section.presentation .up-layer h2,
  body.web section.presentation .up-layer h2,
  body.marketing section.presentation .up-layer h2,
  body.seo section.presentation .up-layer p,
  body.branding section.presentation .up-layer p,
  body.web section.presentation .up-layer p,
  body.marketing section.presentation .up-layer p {
    position: absolute;
    padding: 0 20px;
  }
  body.seo section.presentation .up-layer h2,
  body.branding section.presentation .up-layer h2,
  body.web section.presentation .up-layer h2,
  body.marketing section.presentation .up-layer h2 {
    left: 100%;
    top: 50%;
  }
  body.seo section.presentation .up-layer .msg,
  body.branding section.presentation .up-layer .msg,
  body.web section.presentation .up-layer .msg,
  body.marketing section.presentation .up-layer .msg {
    right: 100%;
    top: 50%;
    margin-top: 0;
    width: 40%;
    text-align: right;
  }
  body.seo section.presentation .up-layer .more,
  body.branding section.presentation .up-layer .more,
  body.web section.presentation .up-layer .more,
  body.marketing section.presentation .up-layer .more {
    transform: translateX(-50%);
    left: 0;
  }
}
body.seo section.section-2 .content h2 + p,
body.branding section.section-2 .content h2 + p,
body.web section.section-2 .content h2 + p,
body.marketing section.section-2 .content h2 + p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
body.seo section.section-2 .content p,
body.branding section.section-2 .content p,
body.web section.section-2 .content p,
body.marketing section.section-2 .content p {
  padding: 20px 0;
  max-width: 400px;
}
body.seo section.section-2 .content .explanation-more,
body.branding section.section-2 .content .explanation-more,
body.web section.section-2 .content .explanation-more,
body.marketing section.section-2 .content .explanation-more {
  margin-top: 50px;
  border-top: 2px solid #000;
}
body.seo section.section-2 .content .explanation-more .more,
body.branding section.section-2 .content .explanation-more .more,
body.web section.section-2 .content .explanation-more .more,
body.marketing section.section-2 .content .explanation-more .more {
  margin-left: auto;
}
@media screen and ( min-width: 1024px ) {
  body.seo section.section-2 .content h2,
  body.branding section.section-2 .content h2,
  body.web section.section-2 .content h2,
  body.marketing section.section-2 .content h2 {
    font-weight: 700;
  }
  body.seo section.section-2 .content h2 + p,
  body.branding section.section-2 .content h2 + p,
  body.web section.section-2 .content h2 + p,
  body.marketing section.section-2 .content h2 + p {
    margin-top: 50px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  body.seo section.section-2 .content .explanation-more,
  body.branding section.section-2 .content .explanation-more,
  body.web section.section-2 .content .explanation-more,
  body.marketing section.section-2 .content .explanation-more {
    display: flex;
    border: 0;
  }
  body.seo section.section-2 .content .explanation-more .explanation,
  body.branding section.section-2 .content .explanation-more .explanation,
  body.web section.section-2 .content .explanation-more .explanation,
  body.marketing section.section-2 .content .explanation-more .explanation {
    order: 2;
    flex: 0 0 50%;
    margin-left: auto;
    border-top: 1px solid #000;
  }
  body.seo section.section-2 .content .explanation-more .more,
  body.branding section.section-2 .content .explanation-more .more,
  body.web section.section-2 .content .explanation-more .more,
  body.marketing section.section-2 .content .explanation-more .more {
    order: 1;
    margin: 0;
  }
}
body.seo section.section-3,
body.branding section.section-3,
body.web section.section-3,
body.marketing section.section-3 {
  padding-right: 0;
  padding-left: 0;
  color: #FFF;
  background-color: #000;
}
body.seo section.section-3 .content,
body.branding section.section-3 .content,
body.web section.section-3 .content,
body.marketing section.section-3 .content {
  display: flex;
  flex-direction: column;
}
body.seo section.section-3 .content .left img,
body.branding section.section-3 .content .left img,
body.web section.section-3 .content .left img,
body.marketing section.section-3 .content .left img {
  width: 100%;
  height: auto;
}
body.seo section.section-3 .content .right,
body.branding section.section-3 .content .right,
body.web section.section-3 .content .right,
body.marketing section.section-3 .content .right {
  padding: 20px;
}
body.seo section.section-3 .content .right .accordion-container,
body.branding section.section-3 .content .right .accordion-container,
body.web section.section-3 .content .right .accordion-container,
body.marketing section.section-3 .content .right .accordion-container {
  margin-top: 30px;
}
@media screen and ( min-width: 480px ) {
  body.seo section.section-3,
  body.branding section.section-3,
  body.web section.section-3,
  body.marketing section.section-3 {
    padding: 40px 40px;
  }
  body.seo section.section-3 .content .left,
  body.branding section.section-3 .content .left,
  body.web section.section-3 .content .left,
  body.marketing section.section-3 .content .left {
    margin-bottom: 40px;
  }
  body.seo section.section-3 .content .right,
  body.branding section.section-3 .content .right,
  body.web section.section-3 .content .right,
  body.marketing section.section-3 .content .right {
    padding: 0;
  }
  body.seo section.section-3 .content .right > :not( .accordion-container ),
  body.branding section.section-3 .content .right > :not( .accordion-container ),
  body.web section.section-3 .content .right > :not( .accordion-container ),
  body.marketing section.section-3 .content .right > :not( .accordion-container ) {
    max-width: 400px;
  }
  body.seo section.section-3 .content .right h2,
  body.branding section.section-3 .content .right h2,
  body.web section.section-3 .content .right h2,
  body.marketing section.section-3 .content .right h2 {
    margin-bottom: 40px;
    font-weight: bold;
  }
  body.seo section.section-3 .content .right ul,
  body.branding section.section-3 .content .right ul,
  body.web section.section-3 .content .right ul,
  body.marketing section.section-3 .content .right ul {
    margin-top: 40px;
  }
}
@media screen and ( min-width: 1024px ) {
  body.seo section.section-3,
  body.branding section.section-3,
  body.web section.section-3,
  body.marketing section.section-3 {
    padding: 60px 18%;
  }
  body.seo section.section-3 .content,
  body.branding section.section-3 .content,
  body.web section.section-3 .content,
  body.marketing section.section-3 .content {
    flex-direction: row;
    justify-content: space-between;
  }
  body.seo section.section-3 .content .left,
  body.branding section.section-3 .content .left,
  body.web section.section-3 .content .left,
  body.marketing section.section-3 .content .left {
    flex: 0 0 40%;
  }
  body.seo section.section-3 .content .right,
  body.branding section.section-3 .content .right,
  body.web section.section-3 .content .right,
  body.marketing section.section-3 .content .right {
    flex: 0 0 54%;
    display: flex;
    flex-direction: column;
  }
}
body.seo section.section-4,
body.branding section.section-4,
body.web section.section-4,
body.marketing section.section-4 {
  background-image: url('../images/blur.png');
  background-position: -188px 8%;
  background-repeat: no-repeat;
  background-size: 1000px;
}
body.seo section.section-4 .content .header,
body.branding section.section-4 .content .header,
body.web section.section-4 .content .header,
body.marketing section.section-4 .content .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body.seo section.section-4 .content .header .drag-info .slider-control,
body.branding section.section-4 .content .header .drag-info .slider-control,
body.web section.section-4 .content .header .drag-info .slider-control,
body.marketing section.section-4 .content .header .drag-info .slider-control {
  transition: all 0.5s linear;
  cursor: pointer;
}
body.seo section.section-4 .content .slider .sep,
body.branding section.section-4 .content .slider .sep,
body.web section.section-4 .content .slider .sep,
body.marketing section.section-4 .content .slider .sep {
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 80%;
  max-width: 250px;
}
body.seo section.section-4 .content .wrapper .img-wrapper,
body.branding section.section-4 .content .wrapper .img-wrapper,
body.web section.section-4 .content .wrapper .img-wrapper,
body.marketing section.section-4 .content .wrapper .img-wrapper {
  margin-right: -20px;
  margin-left: -20px;
}
body.seo section.section-4 .content .wrapper img,
body.branding section.section-4 .content .wrapper img,
body.web section.section-4 .content .wrapper img,
body.marketing section.section-4 .content .wrapper img {
  width: 100%;
  height: auto;
}
@media screen and ( min-width: 480px ) {
  body.seo section.section-4 .content .wrapper .img-wrapper,
  body.branding section.section-4 .content .wrapper .img-wrapper,
  body.web section.section-4 .content .wrapper .img-wrapper,
  body.marketing section.section-4 .content .wrapper .img-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  body.seo section.section-4 .content .wrapper p,
  body.branding section.section-4 .content .wrapper p,
  body.web section.section-4 .content .wrapper p,
  body.marketing section.section-4 .content .wrapper p {
    width: 50%;
  }
}
@media screen and ( min-width: 1024px ) {
  body.seo section.section-4,
  body.branding section.section-4,
  body.web section.section-4,
  body.marketing section.section-4 {
    background-position: -188px 37%;
  }
  body.seo section.section-4 .content .wrapper,
  body.branding section.section-4 .content .wrapper,
  body.web section.section-4 .content .wrapper,
  body.marketing section.section-4 .content .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.seo section.section-4 .content .wrapper > *,
  body.branding section.section-4 .content .wrapper > *,
  body.web section.section-4 .content .wrapper > *,
  body.marketing section.section-4 .content .wrapper > * {
    flex: 0 0 45%;
  }
  body.seo section.section-4 .content .wrapper p,
  body.branding section.section-4 .content .wrapper p,
  body.web section.section-4 .content .wrapper p,
  body.marketing section.section-4 .content .wrapper p {
    width: 80%;
  }
  body.seo section.section-4 .content .wrapper .part-3,
  body.branding section.section-4 .content .wrapper .part-3,
  body.web section.section-4 .content .wrapper .part-3,
  body.marketing section.section-4 .content .wrapper .part-3 {
    order: 4;
  }
  body.seo section.section-4 .content .wrapper .part-4,
  body.branding section.section-4 .content .wrapper .part-4,
  body.web section.section-4 .content .wrapper .part-4,
  body.marketing section.section-4 .content .wrapper .part-4 {
    order: 3;
    margin-top: -200px;
  }
}
body.seo section.questions,
body.branding section.questions,
body.web section.questions,
body.marketing section.questions {
  color: #FFF;
  background-color: #000;
}
body.seo section.questions .content .accordion-container,
body.branding section.questions .content .accordion-container,
body.web section.questions .content .accordion-container,
body.marketing section.questions .content .accordion-container {
  max-width: 450px;
}

@media screen and ( max-width: 479px ) {
	body.home section.our:after{
		top: -220px;
	}
	body.home section.presentation{
		height: 95vh;
	}
	body.home section.presentation .headers{
		padding-bottom: 120px;
	}
	.logo-menu > *{
		flex: 0 0 30%;
	}
	body.home section.perfect-moment{
		background-image: url(../images/home/hand_movil.jpg);
	}
}


.parpadeo {
  animation: parpadeo 2s infinite;
}

@keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


.parpadeolento {
  animation: parpadeo 2s infinite;
}

@keyframes parpadeolento {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}