/*! 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?5cub1q');
  src:  url('../fonts/icons/icons.eot?5cub1q#iefix') format('embedded-opentype'),
    url('../fonts/icons/icons.ttf?5cub1q') format('truetype'),
    url('../fonts/icons/icons.woff?5cub1q') format('woff'),
    url('../fonts/icons/icons.svg?5cub1q#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-fb:before {
  content: "\ea90";
}
.icon-ig:before {
  content: "\ea92";
}
.icon-wa:before {
  content: "\ea93";
}


a:hover{
  text-decoration: none;
}



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


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

.btn{
  background: #8F4500;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  color: #FFF;
  padding: 8px 15px;
  box-shadow: 5px 5px 10px #999;
}

.btn:hover{
  color: #FFF;
}


.masthead{
  padding: 20px 0;
  background: url("../images/bg-header.png") top center;
  background-size: cover;
  text-align: center;
  min-height: 80vh;
  margin-bottom: 180px;
}

.masthead .wrapper .logo{
  max-width: 350px;
  height: auto;
  margin: 20px auto 30px auto;
}

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

.masthead .wrapper .nav{
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

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

}

.masthead .wrapper .nav ul li{
  display: inline-block;
  margin: 0 15px;
}

.masthead .wrapper .nav ul li .logo{
  max-width: 220px;
  height: auto;
  margin: 0;
}

.masthead .wrapper .nav ul li .logo img{
  width: 100%;
  height: auto;
}


 .masthead .wrapper .nav ul li a{
  text-transform: uppercase;
  color: #FFF;
  font-weight: 900;
  font-size: 26px;
 }

.masthead .wrapper .nav ul li a:hover{
  text-decoration: none;
}

.masthead.alt .wrapper .nav ul li a:hover{
  text-decoration: none;
  color: #8F4500;
}

.masthead .wrapper .nav ul li.social a{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFF;
  color: #000;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  margin: 0 3px;
}




.masthead .wrapper .products-img{
  max-width: 1050px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 180px;
}

.masthead .wrapper .products-img img{
  width: 100%;
  height: auto;
}


/* ============ MENU ============= */

.masthead.alt{
  background: #000;
  min-height: auto;
  padding: 15px 0;
  margin: 0;

} 

.brands {
  text-align: center;
  margin: 85px 0 40px 0;
}

.brands .wrapper h3{
  text-transform: uppercase;
  font-size: 65px;
  color: #8F4500;
  font-weight: 800;
  line-height: 70px;
  margin: 0 auto;

}

.brands .wrapper .line{
  display: block;
  max-width: 450px;
  height: 6px;
  background: #8F4500;
  margin: 15px auto;
}


.brands .wrapper .item{
  width: 100%;
  height: 200px;
  line-height: 200px;
}

.brands .wrapper .item .img{
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.brands .wrapper .item .img img{
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .owl-prev span, .owl-carousel .owl-next span{
 font-size: 120px;
 outline: none;
}

.owl-carousel .owl-next{
  position: absolute;
  top: 0;
  right: -100px;
  outline: none;
}

.owl-carousel .owl-prev{
  position: absolute;
  top: 0;
  left: -100px;
  outline: none;
}





.about{
  text-align: center;
  margin-bottom: 65px;
}

.about.alt{
  background: url("../images/bg-gray.png") center center;
  background-size: cover;
  margin: 0;
  padding: 50px 0;
}

.about.alt .btn{
  margin-top: 40px;
}

.about .wrapper h3{
  text-transform: uppercase;
  font-size: 65px;
  color: #8F4500;
  font-weight: 800;
  line-height: 70px;
  margin: 0 auto;
}

.about .wrapper h3 span{
  color: #000;
}

.about .wrapper .line{
  display: block;
  max-width: 450px;
  height: 6px;
  background: #8F4500;
  margin: 15px auto;
}

.about .wrapper .items{
  margin-top: 40px;
}


.about .wrapper .items .icon{
  width: 40%;
  height: auto;
  margin: 0 auto;
}

.about .wrapper .items .icon.second{
  margin: 20px auto 0 auto;
}


.about .wrapper .items .icon.last{
  margin: 32px auto 0 auto;
}


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

.about .wrapper .items h5{
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  color: #8F4500;
  line-height: 32px;
  margin-top: 15px;
}


.about .wrapper .items p{
  font-size: 20px;
  line-height: 22px;
  margin: 12px 0 0 0;
  padding: 0 30px;
}




.products{
  padding: 50px 0;
  text-align: center;
  background: url(../images/contact-bg.png) center center;
  background-size: cover;
  padding: 40px 0;
}

.products.full{
  background: #FFF;
}

.products .wrapper h3{
  font-size: 65px;
  line-height: 70px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
}

.products .wrapper .line{
  display: block;
  max-width: 450px;
  height: 6px;
  background: #8F4500;
  margin: 15px auto;
}

.products .wrapper .content.hidden{
  display: none;

}

.products .wrapper .item{
  margin: 15px 0;
  padding: 20px 0px;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-shadow: 5px 7px 12px 0px #555;
  background: #FFF;
}

.products .wrapper .item .item-img{
  max-width: 200px;
  margin: 0 auto 10px auto;
  height: auto;
  padding: 0 50px;
}

.products .wrapper .item.m .item-img{
  max-width: 208px;
}

.products .wrapper .item.s .item-img{
  max-width: 194px;
}

.products .wrapper .item.lechones .item-img{
  max-width: 242px;
  padding: 0 42px;
}

.products .wrapper .item.mamba .item-img{
  max-width: 220px;
  padding: 0 24px;
}

.products .wrapper .item.vaquina .item-img{
  max-width: 214px;
  padding: 0 24px;
}

.products .wrapper .item.alt .item-img{
  max-width: 151px;
  padding: 0 24px;
}

.products .wrapper .item.alt-m .item-img{
  max-width: 162px;
  padding: 0 24px;
}

.products .wrapper .item.alt-pelet .item-img{
  max-width: 167px;
  padding: 0 24px;
}

.products .wrapper .item.alt-calf .item-img{
  max-width: 158px;
  padding: 0 24px;
}

.products .wrapper .item.logo .item-img{
  max-width: 210px;
  padding: 64px 24px;
}


.products .wrapper .item .item-img img{
  width: 100%;
  height: auto;
}
 .products .wrapper h6{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 10px 0 0 0;

 }

 .products .wrapper p{
  font-size: 16px;
  line-height: 20px;
  margin: 0;

 }

 .products .wrapper .btn{
  margin-top: 50px;
  padding: 8px 50px;
  box-shadow: none;
 }


/* ======= CONTACTO ======= */

.contact-form{
  background: url("../images/contact-bg.png") center center;
  background-size: cover;
  padding: 40px 0 ;

}

.contact-form .wrapper .content{
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  padding: 30px 20px;

}

.contact-form .wrapper .content h3{
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 800;
  line-height: 70px;
  margin: 0 auto;
}

.contact-form .wrapper .content .line{
  display: block;
  max-width: 450px;
  height: 6px;
  background: #8F4500;
  margin: 15px auto;
}

.contact-form .wrapper .content form{
  margin-top: 20px;
  text-align: left;

}

.contact-form .wrapper .content form span{
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  margin-top: 20px;

}

.contact-form .wrapper .content form input{
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-radius: 8px;
  outline: none;
  margin: 6px 0 20px 0;
  border: none;

}

.contact-form .wrapper .content form textarea{
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-radius: 8px;
  outline: none;
  margin: 6px 0 10px 0;
  height: 200px;

}

.contact-form .wrapper .content form .btn-submit{
  width: 35%;
  margin: 0 auto;
  margin-top: 25px;
  box-shadow: none;
  font-size: 18px;
  padding: 5px 15px;

}


/* ===== CATALOGO ====== */

.cover{
  background: url("../images/contact-bg.png") center center;
  display: block;
  width: 100%;
  height: 250px;

}

.products.full{
  padding: 0 0 30px 0;
}

.products .wrapper .title-bar{
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 25px;
  background: #553631;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.products .wrapper .title-bar.m-top{
  margin-top: 30px;
}

.products .wrapper .title-bar h5{
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.products .wrapper .title-bar .arrow{
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: url("../images/arrow.png") center center;
  background-size: 100% 100%;
}

.products .wrapper .title-bar.open .arrow{
  transform: rotate(180deg);
}


/* ======= MENU ITEMS ======= */

.products.menu{
  padding: 20px 0;
}

.products.menu .menu-title{
  color: #FFF;
  display: block;
  width: 100%;
  background: #8F4500;
  font-size: 20px;
  padding: 10px 10px;
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}


footer{
  padding: 25px 0 0 0;
  text-align: center;
  background: #F8F8F8;
}

footer .wrapper nav{
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 60px;
  line-height: 60px;

}

footer .wrapper nav .social{
  float: left;
}

footer .wrapper nav .social ul{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
 
}

footer .wrapper nav .social ul li{  
  display: inline-block;
  margin: 0 10px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #000;
  text-align: center;
  line-height: 45px;
}

footer .wrapper nav .social ul li a{  
  display: inline-block;
  margin: 0 10px;
  color: #000;
  font-size: 26px;
  position: relative;
  top: 2px;


}

footer .wrapper nav .social ul li a:hover{  
  text-decoration: none;
  
}

footer .wrapper nav .nav{
  display: block;
  margin: 0 auto;
}

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

footer .wrapper nav .nav ul li{
  display: inline-block;
  padding: 0 20px;
  border-left: 3px solid #000;
  line-height: 20px;
}

footer .wrapper nav .nav ul li:first-child{
  border-left: none;
}

footer .wrapper nav .nav ul li a{
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 0;
}


footer .wrapper .logo{
  display: block;
  max-width: 220px;
  height: auto;
  margin: 30px auto 0 auto;
}

footer .wrapper .enter{
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 30px;
}

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

/*
footer .wrapper .disc{
  color: #FFF;
  font-size: 17px;
  line-height: 20px;
  padding: 0 50px;
}*/

footer .wrapper .txt-box{
  text-align: left;
}

footer .wrapper .txt-box h5{
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 20px;
}

footer .wrapper .txt-box p{
  font-size: 16px;
  line-height: 20px;
  margin: 2px 0;
}

footer .wrapper .txt-box .social-icons{
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

footer .wrapper .txt-box .social-icons li{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  margin-right: 12px;
  color: #FFF;
  text-align: center;
  line-height: 43px;
}

footer .wrapper .txt-box .social-icons li a{
  color: #FFF;
  font-size: 20px;
}

footer .wrapper .txt-box.brdr{
  border-left: 3px solid #000;
  padding-left: 20px;
  position: relative;
  left: -14px;
}

footer .bottom{
  width: 100%;
  padding: 20px 0;
}

footer .bottom .cr{
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}


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

  .btn{
    font-size: 18px;
  }

  .masthead{
    position: relative;
    min-height: 45vh;
    background-position: -335px center;
    margin-bottom: 0;
  }

  .masthead .wrapper .logo{
    max-width: 250px;
  }

   .masthead .wrapper .nav{
    margin-top: 10px;
   }

  .masthead .wrapper .nav ul li{
    margin: 4px 15px;
  }

   .masthead .wrapper .nav ul li a{
    font-size: 20px;
   }

  

  .masthead.alt .wrapper .nav{
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .masthead.alt .wrapper .nav ul li .logo{
    top: -88px;
  }

  .masthead .wrapper .products-img{
    top: 65px;
  }

  .about{
    margin-top: 130px;
    margin-bottom: 40px;
  }

  .about .wrapper h3{
    font-size: 32px;
    line-height: 36px;
  }

  .about .wrapper .line{
    max-width: 40%;
  }

  .about .wrapper .items .icon{
    width: 40%;
  }

  .about .wrapper .items p{
    margin: 12px 0 30px 0;
    font-size: 16px;
  }

  .products{
    padding: 20px 0 50px 0;
  }

  .products .wrapper h3{
    font-size: 40px;
    line-height: 40px;
  }

  .products .wrapper .line{
    max-width: 55%;
    margin-bottom: 30px;
  }

  .products .wrapper .item{
    width: 80%;
    margin: 15px auto;
  }

  .about .wrapper .items h5{
    font-size: 22px;
    line-height: 24px;
  }

   .products .wrapper h6{
    margin-top: 10px;

   }

   .products .wrapper p{
    margin-bottom: 0px;

   }

   .products .wrapper .btn{
    margin-top: 30px;
   }

   .brands .wrapper h3{
    font-size: 32px;
    line-height: 36px;
   }

   .brands .wrapper .line{
    width: 40%;
   }

    .brands .wrapper .owl-carousel{
      width: 80%;
      margin: 0 auto;
    }



  footer .wrapper nav{
    height: auto;
    line-height: 20px;
    padding: 0;
  }

  footer .wrapper nav .social{
    float: none;
    margin: 20px 0;
  }

  footer .wrapper nav .social ul li{  
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  footer .wrapper nav .social ul li a{  
    font-size: 20px;
    margin: 0;
    left: 1px;
    top: 1px;
  }

  footer .wrapper nav .nav{
    float: none;
    display: block;
    margin: 20px 0;
  }

  footer .wrapper nav .nav ul li{
    padding: 0 10px;
    line-height: 16px;
    margin: 5px 0;
  }

  footer .wrapper nav .nav ul li a{
    font-size: 16px;
  }

  footer .wrapper .disc{
    font-size: 14px;
    line-height: 16p;
  }

  footer .bottom{
    padding: 20px;
  }

  footer .bottom .cr{
    font-size: 14px;
    line-height: 16px;
  }

  footer .txt-box{
    text-align: center !important;
    border: none;
  }

  footer .txt-box.brdr{
    border-left: none !important;
  }


  /* ======= CONTACTO ======= */

  .contact-form .wrapper .content h3{
    font-size: 36px;
  }

  .contact-form .wrapper .content .line{
    width: 60%;
    margin: 0 auto 25px auto;
  }



}