/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons/icons.eot?i97tw5');
  src:  url('../fonts/icons/icons.eot?i97tw5#iefix') format('embedded-opentype'),
    url('../fonts/icons/icons.ttf?i97tw5') format('truetype'),
    url('../fonts/icons/icons.woff?i97tw5') format('woff'),
    url('../fonts/icons/icons.svg?i97tw5#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e906";
}
.icon-ig:before {
  content: "\e900";
}
.icon-fb:before {
  content: "\e901";
}
.icon-x:before {
  content: "\e902";
}
.icon-quote:before {
  content: "\e903";
}
.icon-tk:before {
  content: "\e904";
}
.icon-arrow-down:before {
  content: "\e905";
}



.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-dots{
  position: absolute;
  bottom: -35px;
  right: 0;
}

.owl-theme .owl-dots .owl-dot{
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span{
  background: none repeat scroll 0 0 #d31671;
}



.owl-theme .owl-dots span {
    background: none repeat scroll 0 0 #fff;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}


body{
  font-family: 'Montserrat';
  color: #000;
}


.wrapper{
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn{
  background: #d31671;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  padding: 8px 30px;
}

.btn:hover{
  color: #FFF;
  background: #000;
}

a:hover{
  text-decoration: none;
}

@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}

/* ====== MODAL ======= */

.modal-content{
  background: none;
}

.modal h5{
  text-transform: uppercase;
  background: #000;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 3px 5px;
}


/* ====== MASTHEAD ======= */
.masthead{
  padding: 25px 0;
  background: url("../images/header.png") center center;
  background-size: 110% 110%;
  background-position: center center;
  animation: shrink 5s infinite alternate;
  position: relative;
  height: 100vh;
}

.masthead.alt.map-bg{

  background: url("../images/map-bg.jpg") center center;

}

.masthead::before{
  content: '';
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.masthead .main-nav{
  padding: 0 160px;
  position: relative;

}

.masthead .main-nav .btn-menu{
  display: none;
}

.masthead .main-nav .logo{
  margin: 0;
  width: 150px;
  height: auto;
  float: left;
}

.masthead .main-nav .logo img{
  width: 100%;
  height: auto;
}

.masthead .main-nav nav{
  float: right;
  padding-top: 60px;

}

.masthead .main-nav nav ul{
  list-style: none;
  margin: 0;
  padding: 0;

}

.masthead .main-nav nav ul li{
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  
}

.masthead .main-nav nav ul li a{
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
}

.masthead .main-nav nav ul li a:hover{
  color: #d31671;
}

.masthead .content{
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.masthead.alt .content.carta{
  margin-top: -40px;
}

.masthead .content h1{
  color: #FFF;
  font-size: 82px;
  font-weight: 700;
  margin: 0;
}

.masthead .content p{
  font-size: 24px;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
}

.masthead aside{
  background: #000;
  display: block;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 35px 0;
  height: 100vh;
}

.masthead aside p{
  font-size: 18px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  
}

.masthead aside .social{
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 30px;
  left: 12px;

  
}

.masthead aside .social li{
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
  
}

.masthead aside .social li:last-child{
  border-bottom: none;
}

.masthead aside .social li a{
  color: #FFF;
  font-size: 26px;
}

.masthead aside .social li a:hover{
  color: #d31671;
}

.masthead .arrow-dwn{
  display: block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  bottom: 20px;
  right: 0;
  left: 0;

}

.masthead .arrow-dwn span{
  color: #FFF;
  font-size: 50px;
}



/* ===== PROMO BAR ====== */

.promo-bar{
  background: #d31671;
  padding: 30px 0;
  text-align: center;
}

.promo-bar .wrapper h4{
  color: #FFF;
  font-size: 22px;
  margin: 0;

}

.promo-bar .wrapper h4 .price{
  color: #d31671;
  background: #FFF;
  padding: 3px 8px;
  font-weight: 700;
  margin-left: 10px;
}


/* ===== ABOUT ==== */

.about{
  padding: 50px 0;
}

.about figure{
  margin: 0;
  width: 100%;
  height: auto;
}

.about figure img{
  width: 100%;
  height: auto;
}

.about .content{
  margin-top: 55px;
  padding-left: 25px;
}

.about h3{
  font-weight: 700;
  font-size: 82px;
  line-height: 82px;
  border-left: 12px solid #d31671;
  padding-left: 20px;
}

.about p{
  font-size: 20px;
  margin-top: 30px;
  line-height: 35px;
}

.about .btn{
  margin-top: 20px;
}


/* ===== INFO FEATURED ==== */

.info-featured .mob{
  display: none;
}

.info-featured .col-md-6{
  padding: 0;
}

.info-featured .txt-box{
  background: #000;
  text-align: center;
  min-height: 100%;
  position: relative;
}

.info-featured .txt-box .content{
  padding: 50px 115px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.info-featured h4{
  font-size: 46px;
  font-weight: 700;
  color: #FFF;
}

.info-featured .line{
  display: block;
  margin: 10px auto 20px auto;
  max-width: 350px;
  height: 1px;
  background: #d31671;

}

.info-featured figure{
  width: 100%;
  height: auto;
  margin: 0;

}

.info-featured figure img{
  width: 100%;
  height: auto;

}

.info-featured p{
  font-size: 18px;
  color: #FFF;
  line-height: 34px;
}

.info-featured .content ul{
  margin: 0;
  padding: 0;
  color: #FFF;
  list-style: none;
  margin-bottom: 18px;
}

.info-featured .content ul li{
  color: #FFF;
  font-size: 18px;
}


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

.services{
  text-align: center;
  padding: 50px 0;
}

.services .wrapper h3{
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 50px;

}

.services .wrapper .icon{
  margin: 0 auto 15px auto;
  width: 40%;
  height: auto;
}

.services .wrapper .icon img{
  width: 100%;
  height: auto;
}

.services .wrapper h6{
  font-size: 24px;
  font-weight: 700;
}

.services .wrapper .line{
  display: block;
  max-width: 60px;
  margin: 5px auto 10px auto;
  height: 3px;
  background: #000;
}


.services .wrapper p{
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 50px;
}

/*==== CLIENTES =====*/

.clients{
  background: url("../images/clientes.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 85px 0;
}

.clients::before{
  content: '';
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.clients .wrapper h2{
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #FFF;
  border-left: 12px solid #d31671;
  padding: 30px 0 30px 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.clients .wrapper .quote{
  border: 3px solid #FFF;
  padding: 50px 50px;
  border-radius: 10px;
  text-align: center;
}

.clients .wrapper .quote h6{
  color: #FFF;
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 700;

}

.clients .wrapper .quote .txt p{
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
  display: inline;
}

.clients .wrapper .quote .txt span{
  color: #d31671;
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}

 /* ====== PRODUCT FEATURED  ====== */

.product-featured{
  padding: 60px 0;
  position: relative;
}

.product-featured .mob{
  display: none;
}

.product-featured .wrapper .col-md-6{
  padding: 0;
}

.product-featured .wrapper .img{
  width: 100%;
  height: auto;
  margin: 0;
}

.product-featured .wrapper img{
  width: 100%;
  height: auto;

}

.product-featured .wrapper .content{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.product-featured .wrapper h6{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;

}

.product-featured .wrapper p{
  font-size: 18px;
  line-height: 26px;
  padding: 0 50px;
  margin-bottom: 20px;
}

/* ===== VISIT US ====== */

.visit-us{
  text-align: center;
  padding: 40px 0 0 0;
}

.visit-us .title .line{
  display: inline-block;
  width: 42%;
  height: 2px;
  background: #d31671;
}

.visit-us .title .line.left{
  float: left;
}

.visit-us .title .line.right{
  float: right;
}


.visit-us .title h2{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  margin: 0;
  position: relative;
  top: -28px;
}

.visit-us .content{
  margin-top: -15px;
  margin-bottom: 30px;
}

.visit-us .content p{
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin: 5px 0;
}

.visit-us .content p.title{
  color: #d31671;
  font-weight: 600;
}

.visit-us .content p.tels span{
  color: #d31671;
  font-weight: 600;
}

.visit-us .map{
  margin-bottom: -10px;
}

.promo-bar.alt h4{
  text-transform: uppercase;
  font-weight: 700;
}

footer .promo-bar{
  margin-bottom: 30px;
}

footer{
  padding: 0 0 20px 0;
  background: #000;
  text-align: center;
}

footer .wrapper .logo{
  margin: 0;
  max-width: 150px;
  height: auto;
}

footer .wrapper .logo img{
  width: 100%;
  height: auto;
}

footer .wrapper p{
  display: block;
  max-width: 190px;
  margin-top: 15px;
  font-size: 14px;
  color: #FFF;
  text-align: left;
}

footer .wrapper .foot-nav{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  text-align: left;
}

footer .wrapper .foot-nav li{
  margin: 8px 0;
}

footer .wrapper .foot-nav li a{
  color: #FFF;
  font-weight: 700;
}

footer .wrapper .foot-nav li a:hover{
  color: #d31671;
}

footer .wrapper .social-data{
  display: inline-block;
  text-align: left;
}

footer .wrapper .social-data p{
  font-weight: 700;
}

footer .wrapper .social-data ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .wrapper .social-data ul li{
  display: inline-block;
  margin: 0 10px 0 0;
}

footer .wrapper .social-data ul li a{
  color: #FFF;
  font-size: 20px;
}

footer .wrapper .social-data ul li a:hover{
  color: #d31671;
}

footer .cookies{
  max-width: 100% !important;
  font-size: 12px !important;
}

.txt-box.aviso{
  padding: 40px 0;
  max-width: 900px;
  margin: 0 auto;
  height: 100% !important;
}

.masthead.alt{
  /*height: 575px;
  background: url("../images/hab-bg.jpg") center center;
  background-size: cover;
  border-bottom: 16px solid #d31671;*/
  height: 575px;
    background: url(../images/hab-bg.jpg);
    background-size: cover;
    border-bottom: 16px solid #d31671;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead.alt .content{
  margin-top: 40px;
}

.masthead.alt .content .price{
  display: block;
  max-width: 150px;
  padding: 10px 10px;
  background: #d31671;
  color: #FFF;
  font-weight: 700;
  font-size: 22px;
  margin: 30px auto 0 auto;
}

.masthead.alt .content .xtra{
  font-size: 12px;
  color: #FFF;
}

/* ==== PRICING ==== */

.info-featured .data-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-featured .data-list li{
  font-size: 20px;
  color: #FFF;
  margin: 10px 0;

}

.info-featured .data-list li span{
  color: #d31671;
}

.visit-us.alt{
  padding: 70px 0 0 0;
}

.visit-us.alt .content{
  padding-bottom: 15px;
}

.info-featured.alt-w iframe{
  margin-bottom: -6px;
}

.info-featured.alt-w .txt-box{
  background: #FFF;
}

.info-featured.alt-w .txt-box h4{
  color: #000;
}

.info-featured.alt-w .txt-box p{
  color: #000;
}

.info-featured.alt-w .txt-box .txt-map p{
  font-size: 24px;
}

.info-featured.alt-w .txt-box .txt-map .title{
  color: #d31671;
  font-weight: 700;
}

/* ===== CARTA ==== */

.masthead.alt.carta{
  background: url("../images/carta.png") center center;
  background-size: cover;

}

.masthead .content.carta .small{
  display: inline-block;
  margin-top: 22px;
  max-width: 650px;
  font-size: 18px;
  text-transform: inherit;
}

.carta{
  padding: 20px 0;
}

.carta .wrapper .item{
  display: block;
  margin: 20px 0;
  text-align: center;
  position: relative;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
}

.carta .wrapper .item img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.carta .wrapper .item::before{
  content: '';
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.carta .wrapper .item h4{
  color: #FFF;
  font-weight: 700;
  font-size: 34px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}




@media screen and (max-width: 1325px) {
  .visit-us .title .line{
    width: 36%;
  }

  .info-featured h4{
    font-size: 34px;
  }

  .info-featured p{
    font-size: 15px;
    color: #FFF;
    line-height: 24px;
    padding: 0 20px;

  }

  .info-featured .txt-box .content{
    padding: 50px 50px;
  }

  .info-featured .content ul{
    padding: 0 20px;
  }

  .info-featured .content ul li{
    font-size: 15px;
  }

}

@media screen and (max-width: 968px) {

  .info-featured{
    overflow: hidden;
  }

  .info-featured h4{
    font-weight: 700;
    color: #FFF;

    font-size: 28px;
  }

  .info-featured p{
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    padding: 0 20px;

  }

  .info-featured .content ul{
    padding: 0 20px;
  }

  .info-featured .content ul li{
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .masthead{
    padding: 25px 0;
    background: url("../images/header-mob.png") center center;
  }

  .btn{
    font-size: 15px;
    padding: 8px 20px;
  }

  /* ==== ALT ==== */

  .masthead.alt{
    padding-top: 30px;
  }

  .masthead.alt .content.map h1{
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 10px 0;
  }


   .info-featured .data-list{
    padding: 0 20px;
   }

  .info-featured .data-list li{
    font-size: 16px;
    margin: 5px 0;
  }

  .info-featured.alt-w .txt-box .txt-map p{
    font-size: 20px;
  }

  /* ====== MASTHEAD ======= */
  .masthead{
    text-align: center;
    padding-top: 60px;
  }

  .masthead .main-nav{
    padding: 0;
    position: relative;

  }

  .masthead .main-nav .btn-menu{
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9999;
  }

  .masthead .main-nav .btn-menu span{
    color: #FFF;
    font-size: 32px;
  }


  .masthead .main-nav .logo{
    width: 100px;
    margin: 0 auto;
    float: none;
  }

  .masthead .main-nav .logo img{
    width: 100%;
    height: auto;
  }

  .masthead .main-nav nav{
    display: none;
    background: rgba(0, 0, 0, 0.85);
    text-align: right;
    padding: 0;
    position: absolute;
    top: -20px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    padding-right: 30px;
    z-index: 999;

  }

  .masthead .main-nav nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 110px;

  }

  .masthead .main-nav nav ul li{
    display: block;
    margin: 15px 0;
    font-weight: 700;
    
  }

  .masthead .main-nav nav ul li a{
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
  }

  .masthead .main-nav nav ul li a:hover{
    color: #d31671;
  }

  .masthead .content{
    padding: 0 30px;
  }

  .masthead .content h1{
    font-size: 48px;
    line-height: 50px;
    margin: 0;
  }

  .masthead .content p{
    font-size: 16px;
    
  }

  .masthead aside{
    display: block;
    height: 40px;
    width: 100%;
    padding: 0;
    line-height: 40px;
  }

  .masthead aside p{
    font-size: 14px;
    float: left;  
    margin: 0;
    padding-left: 15px;
    letter-spacing: 1px;
  }

  .masthead aside p br{
    display: none;
  }

  .masthead aside .social{
    display: block;
    max-width: fit-content;
    top: 1px;
    right: 10px;
    left: auto;
    
  }

  .masthead aside .social li{
    display: inline-block;
    padding: 0 5px;
    border-bottom: none;
    
  }

  .masthead aside .social li a{
    color: #FFF;
    font-size: 14px;
  }

  .masthead .arrow-dwn span{
    color: #FFF;
    font-size: 40px;
  }


  /* ===== PROMO BAR ====== */

  .promo-bar{
    padding: 20px 0;
  }

  .promo-bar .wrapper h4{
    font-size: 18px;
    line-height: 25px;
  }

  .promo-bar .wrapper h4 .price{
    margin-left: 5px;
    font-size: 15px;
  }


  /* ===== ABOUT ==== */

  .about{
    padding: 30px 0;
  }

  .about figure{
    margin: 0 auto;
  }

  .about .content{
    margin-top: 40px;
    padding-left: 0;
  }

  .about h3{
    font-size: 58px;
    line-height: 62px;
  }

  .about p{
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;

  }

  .about .btn{
    display: block;
    margin: 30px auto 0 auto;
    width: fit-content;
  }



  /* ===== INFO FEATURED ==== */

  .info-featured .mob{
    display: block;
  }

  .info-featured .desk{
    display: none;
  }

  .info-featured .col-md-6{
    padding: 0;
  }

  .info-featured .txt-box{
    background: #000;
    text-align: center;
    min-height: 100%;
    position: relative;

    display: block;
    height: 400px;
  }

  .info-featured .txt-box .content{
    padding: 30px 20px;
    

    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }

  .info-featured .line{
    display: block;
    margin: 10px auto 20px auto;

    max-width: 200px;

    height: 1px;
    background: #d31671;

  }

  .info-featured figure{
    width: 100%;
    height: auto;
    margin: 0;

  }

  .info-featured figure img{
    width: 100%;
    height: auto;

  }

  


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

  .services{
    padding: 40px 0;
  }

  .services .wrapper h3{
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 40px;
  }

  .services .wrapper .icon{
    width: 35%;
  }

  .services .wrapper p{
    font-size: 14px;
    padding: 0 25px;
  }


  /*==== CLIENTES =====*/

  .clients{
    padding: 30px 0 50px 0;
    text-align: center;
  }

  .clients .wrapper h2{
    position: relative;
    transform: none;
    top: 0;
    font-size: 52px;
    line-height: 52px;
    padding-left: 0;
    border-left: none;
    margin-bottom: 30px;
  }

  .clients .wrapper .quote{
    padding: 30px;
  }

  .clients .wrapper .quote h6{
    font-size: 24px;

  }

  .clients .wrapper .quote .txt p{
    font-size: 16px;
    line-height: 22px;
  }

  .clients .wrapper .quote .txt span{
    font-size: 14px;
  }


   /* ====== PRODUCT FEATURED  ====== */
   .product-featured{
    padding: 0 0 40px 0;
   }

  .product-featured .wrapper .col-md-6{
    padding: 0 15px;
  }

  .product-featured .wrapper .content{
    position: relative;
    top: 0;
    transform: none;
    padding: 40px 0;
  }

  .product-featured .wrapper h6{
    font-size: 28px;
    margin-bottom: 12px;

  }

  .product-featured .wrapper p{
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px;
  }

  .product-featured .mob{
    display: block;
  }

  .product-featured .desk{
    display: none;
  }

  /* ===== VISIT US ====== */

  .visit-us{
    text-align: center;
    padding: 40px 0 0 0;

    padding: 25px 0 0 0;
  }

  .visit-us .title .line{
    width: 25%;
  }

  .visit-us .title .line.left{
    float: left;
  }

  .visit-us .title .line.right{
    float: right;
  }


  .visit-us .title h2{
    top: -18px;
    font-size: 30px;
  }

  .visit-us .content{
    margin-top: 0;
    margin-bottom: 35px;
  }

  .visit-us .content p{
    font-size: 18px;
  }

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

  .promo-bar.alt h4{
    font-size: 15px;
    line-height: 24px;
  }

  footer .promo-bar{
    margin-bottom: 30px;
  }

  footer{
    padding: 0 0 40px 0;
  }

  footer .wrapper .logo{
    margin: 0 auto;
  }


  footer .wrapper p{
    max-width: 80%;
    margin: 12px auto 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 12px;
  }

  footer .wrapper .foot-nav{
    text-align: center;
    margin: 0 auto 20px auto;
  }

  footer .wrapper .social-data{
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  footer .wrapper .social-data p{
    font-weight: 700;
    font-size: 14px;
  }


  footer .wrapper .social-data ul li{
    display: inline-block;
    margin: 0 5px;
  }

  footer .wrapper .social-data ul li a{
    color: #FFF;
    font-size: 20px;
  }

  footer .wrapper .social-data ul li a:hover{
    color: #d31671;
  }

}
