/*
Orange color: #A37400;
Red color: #9C2A29;
Blue color:#0A2140;

Inicio: #EDE3D7;

*/

/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

/* @font-face {
  font-family: Futura;
  font-style: normal;
  font-weight: normal;
  src: url("../assets/Futura.otf") format("opentype");
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #e3e5ed;
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-rendering: optimizeLegibility;
  /*overflow-x: hidden;*/
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=time]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}


.logo {
  height: 80px;
  width: auto;
  margin-top: 50px;
}

.logo-main {
  height: auto;
  width: 400px;
}

.logo-nav{
  height: 50px;
  width: 50px;
  margin-right: 40px;
  margin-top: 25px;
}

.section-main {
  height: auto;
  width: 150px;
}

.title-section {
  background-color: transparent;
  height: auto; 
  width: 100%;
}

.mobile-section {
  display: none;
  background-color: #ffd9d1;
}

.section-mobile {
  display: block;
}


.monograma {
  display: none;
    height: 40px;
    width: 100px;
}

.mobile-nav-icon {
  float: right;
  margin: 30px 0;
  cursor: pointer;
  display: none;
  height: 35px;
}

.mobile-nav-icon i {
  font-size: 200%;
  color: black;
}

.title {
  position: relative;
  z-index: 1;
  height: 500px;
  width: auto;
}

.yacht {
  position: relative;
  z-index: 1;
  height: 200px;
  width: auto;
}

.master {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 350px;
}

.calendario {
  position: relative;
  z-index: 1;
  height: auto;
  width: 30%;
}

/* .calendarLine:before {
  display: block;
  height: 1px;
  background-color: black;
  content: " ";
  width: 30%;
  margin: 0 auto;
  margin-top: 16px;
} */
.contacto {
  position: relative;
  z-index: 1;
  height: auto;
  width: 25%;
  margin-bottom: 30px;
}

.justifyplace {
  justify-content: flex-end;
}

.nightLife {
  text-transform: capitalize; 
  text-align: left;
}

.nightText {
  width: 70%;
  font-weight: lighter;
}

.nightMargin {
  margin-left: 50px;
}

.hero-text-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.section-text-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: start;
  width: 100%;
  top: 30%;
  left: 50%;
  padding: 0 5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*z-index: 11;*/
}

.box-container {
  height: 100%;
  width: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* z-index: 9999; */
}

#click {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

.rotate {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.contact-text {
  position: absolute;
  right: -10px;
  bottom: 41%;
  color: white;
  /*font-size: 18px;*/
  letter-spacing: 0px;

  font-family: 'Source Sans Pro', sans-serif;
}

#contact-click{
  color: white;
  text-align: left;
  margin-right: 5px;
}

#black-box {
  height: 370px;
  width: 350px;
  background-color: black;
  border-radius: 75px;
  position: absolute;
  left: -300px;
  transition: 0.5s;
  z-index: 9999;
}

#black-box:hover{
  cursor: pointer;
}

.us-container {
  height: 100%;
  width: 50%;
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.us-box {
  height: auto;
  width: 200px;
  background-color: transparent;
  position: absolute;
  right: 0px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  z-index: 4;
}

.us {
  height: 65px;
  width: 100%;
  background-color: black;
  color:white;
  text-align: center;
  line-height: 3.6;
  /* font-family: Futura; */
  letter-spacing: 0px;
}

.us:hover {
  cursor: pointer;
}

.hover {
  cursor: pointer;
}

.titles {
  width: 100%; 
  height: 16.6%;
  background-color: black;
  border-bottom: 1px solid white;
  cursor: pointer;
  /* display: none; */
}

.title-img {
  width: auto; 
  height: 100%;
}

.branding {
  color: lightgrey;
  cursor: pointer;
  font-weight: 700;
  font-size: 765%;
  /* margin-bottom: 0; */
  padding-top: 15px;
  /* border-bottom: 2px solid white; */
  background-color: black;
  line-height: .7;
}

#brand {
  transition: .6s;
}

#section-1{
  display: none;
  height: 100%;
  padding: 10% 5%;
  background-color: white;
}

#section-2{
  display: none;
  height: 100%;
  background-color: white;
}

#wrap1 {
  z-index: 9999;
}

#wrap2 {
  z-index: 9999;
}

#wrap3 {
  z-index: 9999;
}

#wrap4 {
  z-index: 9999;
}

#wrap6 {
  z-index: 9999;
}

#section-3{
  display: none;
  height: 100%;
  padding: 2% 5%;
  background-image: url("../assets/contenido/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: white;
}

#section-4{
  display: none;
  height: 100%;
  background-color: white;
}

#section-5{
  display: none;
  height: 100%;
  padding: 5% 0;
  background-color: white;
}

#section-6{
  display: none;
  height: auto;
  padding: 5%;
  background-color: white;
}

#first {
  position: relative;
  right:0;
  transition:.6s;
}

.olo-logo{
  height: 50px;
  width: auto;
}

#second {
  position: relative;
  left:-200%;
  transition:.6s;
  height:100vh;
  width: 100%;
  background-color: white;
}

#third{
  position: relative;
  right: -200%;
  transition: .6s;
  height: 100%;
  width: 100%;
  background-color: white;
  transition: .6s;
}

#third-container {
  height: 100vh;
  background-color:#e3e5ed;
  width: 100%;
}

.back {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 45%;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

#atras {
  top: 64%;
}

.powered {
  width: 100%;
  bottom: 10%;
  height: 50px;
  position: absolute;
  right: 0;
  justify-content: center;
  display: none;
  justify-content: center;
}

.foward {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 4%;
  right: 3%;
  display: flex;
  justify-content: flex-end;
}


.whats{
  width: 100%;
  position: absolute;
  bottom: 10%;
  height: 50px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.whats i{
  color: black;
  font-size: 50px;
}

.whats a{
  border:none!important;
}

.back i{
  z-index: 9999;
}

.back i:hover{
  cursor: pointer;
  z-index: 9999;
}

.s3 {
  background-color: #e3e5ed;
}

#back{
  height: 50px;
  width: auto;
}

#back:hover {
  cursor: pointer;
}

#nosotros {
  margin-bottom: 5px;
}

.my-image {
  z-index: 9999;
}

.formtext,
.formarea {
  font-family: 'Nunito' sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #efd4cc;
  border-radius: 0px;
  border: 1px solid #efd4cc;
  color: black;
  padding: 9px 10px;
  width: 100%;
}

.forum {
  font-family: 'Forum'!important;
}

.formarea {
  border-radius: 40px!important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  max-height: 150px;
  min-height: 50px;
  color: black;
  height: 150px;
}

.formcontact {
  background: #efd4cc;
  border-radius: 25px!important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.formPadding {
  padding: 0 25%;
}

/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */

/* ----- HEADINGS ----- */
h1,
h2,
h3 {
  font-weight: 300;
  /*text-transform: uppercase;*/
}

h1 {
  font-size: 400%;
  margin-top: 0;
  margin-bottom: 20px;
  color: black;
  word-spacing: 4px;
  letter-spacing: 1px;
}

h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

h3 {
  font-size: 110%;
  margin-bottom: 15px;

}

/*h2:after {
  display: block;
  height: 2px;
  background-color: #a37400;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}*/

.pText {
  font-family: 'Source Sans Pro', sans-serif;
  color: black;
  text-align: left;
  font-size: 85%;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  margin-bottom: 3px;
  margin-left: 10%;
}

.pTitle {
  color: white;
  text-align: center;
  font-size: 200%;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 0;
}

/* ----- PARAGRAPHS ----- */
.long-copy {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
}

.box p {
  font-size: 90%;
  line-height: 145%;
}

.box {
  text-align: right;
  position: relative;
  line-height: 100px;
  height: 100%;
  width: auto;
}

/*.box:after {
  background: linear-gradient(
    to right,
    #0a2140 33.3%,
    #9c2a29 33.3%,
    #9c2a29 66.6%,
    #a37400 66.6%,
    #a37400 99.9%
  );
  position: absolute;
  content: "";
  height: 15px;
  right: 0;
  left: 0;
  top: 0;
}*/

nav {
  position: absolute;
  padding: 20px;
  z-index: 10!important;
}

#second nav {
  padding: 70px;
  z-index: 10!important;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
}

/* ----- ICONS ----- */
.icon-big {
  font-size: 350%;
  display: block;
  color: #a37400;
  margin-bottom: 10px;
}

.icon-small {
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #a37400;
  font-size: 120%;
  margin-right: 10px;

  /*secrets to align text and icons*/
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px;
}

/* ----- LINKS ----- */

a:link,
a:visited {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #a37400;
  -webkit-transition: border-bottom 0.2s, color 0.2s;
  transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
  color: #555;
  border-bottom: 1px solid transparent;
}

/* ----- BUTTONS ----- */
.btn:link,
.btn:visited,
input[type="submit"] {
  font-size: 100%;
  display: inline-block;
  padding: 5px 40px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 200px;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

#insta {
  color: white;
  font-size: 33px;
}


#insta:hover {
  color: lightgrey;
}

.btn-full:link,
.btn-full:visited,
input[type="submit"] {
  background-color: white;
  border: 1px solid white;
  color: black;
  border-radius: 50px;
  padding: 5px 40px;
}

input[type="text"] {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 50px;
  padding: 5px 0 5px 10px;
  width: 100%;
  margin-bottom: 10px;
}

input[type="email"] {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 50px;
  padding: 5px 0 5px 10px;
  width: 100%;
  margin-bottom: 10px;
}

textarea {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 20px;
  padding: 5px 0 5px 10px;
  width: 100%;
  margin-bottom: 10px;
  max-height: 100px;
  min-height: 100px;
}


.btn-margin {
  margin-top: 35px;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #a37400;
  color: #a37400;
}

.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active {
  background-color: lightgrey;
}

.btn-full:hover,
.btn-full:active {
  border: 1px solid #a37400;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #a37400;
  color: #fff;
}


/*Nav*/

header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 1;
  background-image: url("../assets/BG.png");
  height: 100vh;
  width: 100%;
}

.videoclips{
  height: 65px;
  background-color: black;
  color: white;
  padding-left: 73px;
  width: 300px;
  font-weight: 300;
  margin-top: 50px;
  font-size: 283%;
}

.image-wrapper {
  position: relative;
/*  float: left;
  width: 100%;
  padding-bottom: 50px;*/
}

.clear_fix {
  position: relative;
  float: left;
  width: 100% !important;
}

div[data-shx-size='1'] {  --Y-imagen:10%;
}

div[data-shx-size='1']:after {
  top: var(--Y-imagen);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

div[data-shx-size='2'] { margin-bottom: 12px !important; --Y-imagen:12%;
}

div[data-shx-size='2']:after {
  top: var(--Y-imagen);
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

div[data-shx-size='3'] { margin-bottom: 17px !important; --Y-imagen:13%;
}

div[data-shx-size='3']:after {
  top: var(--Y-imagen);
  -webkit-filter: blur(25px);
  filter: blur(25px);
}

div[data-shx-size='4'] { margin-bottom: 20px !important; --Y-imagen:18px;
}

div[data-shx-size='4']:after {
  top: var(--Y-imagen);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

div[data-shx-size='5'] { margin-bottom: 28px !important; --Y-imagen:26px;
}

div[data-shx-size='5']:after {
  top: var(--Y-imagen);
  -webkit-filter: blur(32px);
  filter: blur(30px);
}

div[data-shx-size='6'] { margin-bottom: 0px !important;  --Y-imagen:40px;
}

div[data-shx-size='6']:after {
  top: var(--Y-imagen);
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.image-wrapper img {
  width: 100%;
  z-index: 1;
  border-radius: 2px;
}

.image-wrapper > div {
  position: relative;
  width: 30%;
  margin: 10% auto;
  margin-top: 0px;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


.img-001 {
  width: 90%!important;
  height: 35%!important;
  top: 144px!important;
  left: 26px!important;
  background-image: url("../assets/branding/01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img-002 {
  width: 100px!important;
  height: 41%!important;
  top: 98px!important;
  left: 70px!important;
  background-image: url("../assets/branding/02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-003 {
  width: 137px!important;
  height: 33%!important;
  top: 132px!important;
  left: 45px!important;
  background-image: url("../assets/branding/03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-004 {
  width: 120px!important;
  height: 38%!important;
  top: 114px!important;
  left: 70px!important;
  background-image: url("../assets/branding/04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-005 {
  width: 80px!important;
  height: 107px!important;
  top: 134px!important;
  left: 105px!important;
  background-image: url("../assets/branding/05.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-006 {
  width: 70px!important;
  height: 108px!important;
  top: 132px!important;
  left: 69px!important;
  background-image: url("../assets/branding/06.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-007 {
  width: 100%!important;
  height: 45%!important;
  top: 100px!important;
  left: -18px!important;
  background-image: url("../assets/branding/07.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-008 {
  width: 42%!important;
  height: 55%!important;
  top: 73px!important;
  left: 112px!important;  
  background-image: url("../assets/branding/08.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-009 {
  width: 95%!important;
  height: 46%!important;
  top: 73px!important;
  left: 10px!important;
  background-image: url("../assets/branding/09.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-010 {
  width: 100px!important;
  height: 54%!important;
  top: 79px!important;
  left: 50px!important;
  background-image: url("../assets/branding/10.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-011 {
  width: 95%!important;
  height: 33%!important;
  top: 134px!important;
  left: -5px!important;
  background-image: url("../assets/branding/11.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-012 {
  width: 95%!important;
  height: 33%!important;
  top: 134px!important;
  left: 0px!important;
  background-image: url("../assets/branding/12.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-013 {
  width: 75%!important;
  height: 13%!important;
  top: 171px!important;
  left: 62px!important;
  background-image: url("../assets/branding/13.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-014 {
  width: 45%!important;
  height: 55%!important;
  top: 73px!important;
  left: 66px!important;
  background-image: url("../assets/branding/14.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-015 {
  width: 95%!important;
  height: 33%!important;
  top: 134px!important;
  left: 0px!important;
  background-image: url("../assets/branding/15.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-016 {
  width: 95%!important;
  height: 46%!important;
  top: 115px!important;
  left: 41px!important;
  background-image: url("../assets/branding/16.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-017 {
  width: 100%!important;
  height: 60%!important;
  top: 82px!important;
  left: 35px!important;
  background-image: url("../assets/branding/17.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-018 {
  width: 95%!important;
  height: 46%!important;
  top: 115px!important;
  left: 41px!important;
  background-image: url("../assets/branding/18.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.img-019 {
  width: 174px!important;
  height: 400px!important;
  top: -3px!important;
  left: 55px!important;
  background-image: url("../assets/branding/19.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-001 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-002 {
  width: 95%!important;
  height: 33%!important;
  top: 134px!important;
  left: 0px!important;
  background-image: url("../assets/web/02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-003 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-004 {
  width: 95%!important;
  height: 33%!important;
  top: 134px!important;
  left: 0px!important;
  background-image: url("../assets/web/04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-005 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/05.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-006 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/06.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-007 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/07.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-008 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/08.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-009 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/09.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-010 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/10.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-011 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/11.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-012 {
  width: 52%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/12.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-013 {
  width: 52%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/13.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-014 {
  width: 49%!important;
  height: 60%!important;
  top: 75px!important;
  left: 65px!important; 
  background-image: url("../assets/web/14.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.web-015 {
  width: 95%!important;
  height: 33%!important;
  top: 134px!important;
  left: 0px!important;
  background-image: url("../assets/web/15.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}


#brand{
  height: 16.6%;
}

#film{
  height: 16.6%;
}

#content{
  height: 16.6%;
}

#web{
  height: 16.6%;
}

#video{
  height: 16.6%;
}

#consultoria{
  height: 16.6%;
}