/* 
    Created on : 12/07/2017, 11:26:27 PM
    Author     : User
*/
body, html, nav, header, menu, div, section, header, footer {
    padding: 0;
    margin: 0;
    font-family: Playfair display;
}
body {
    min-width: 1200px;
}
a {
    text-decoration: none;
    color: #B4B5BA;
    transition: .1s ease-in-out;
    transition-property: color;
    font-family: Montserrat;
    text-transform: uppercase;
}
a:hover {
    color: #2D2E33;
}
img {
    background-color: #B4B5BA;
}
header.main {
    position: fixed;
    top: 0;
    height: 80px;
    letter-spacing: 2px;
    width: 100%;
    font-size: 11px;
    background-color: white;
    z-index: 10;
}
header.main .wrapper {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}
header.main .logo {
    position: fixed;
    top: 24px;
    display: block;
}
.logo {
    width: 114.3px;
    height: 32px;
}
header.main menu {
    text-align: center;
    width: 100%;
}
header.main menu a {
    display: inline-block;
    height: 100%;
    line-height: 80px;
    padding: 0 15px;
}
.content {
    margin: 80px auto 0 auto;
}
.us_message {
    top: -170px;
    position: relative;
    height: calc(100vh - 80px);
    background-image: url(../img/bigImage.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-transform: uppercase;
}
.us_message .wrapper {
    height: 300px;
    text-align: center;
}
.us_message .wrapper .message {
    font-size: 32px;
    margin: 250px auto 0 auto;
    width: 600px;
    text-align: center;
    padding: 60px 0 0 0;
}
.us_message .wrapper .special {
    color: #1A968B;
    font-weight: bold;
}
a.special {
    display: inline-block;
    margin: 40px auto 0 auto;
    size: 11px;
    position: relative;
    padding-bottom: 2px;
}
a.special::after {
    border: 1px solid transparent;
    width: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}
a.special:hover::after {
    width: 100%;
    border-bottom-color: #2D2E33;
    transition:
    width 0.25s ease-out;
}
.content section {
    width: 1200px;
    margin: 0 auto 140px auto;
    overflow: hidden;
}
.content section.products {
    width: 900px;
}
.content section h2 {
    width: 100%;
    text-align: center;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 16px;
    color: #2D2E33;
    letter-spacing: 2px;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 40px;
}
.content section h2 span{
    display: inline-block;
    position: relative;
}
.content section h2 span::after {
    margin-right: 1px;
    right: 100%;
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    width: 2000px;
    border-bottom: 1px solid #E5E5E7;
}
.content section h2 span::before {
    margin-left: 1px;
    left: 100%;
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    width: 2000px;
    border-bottom: 1px solid #E5E5E7;
}
.content section.products .items {
    width: 900px;
}
.content section.products .items .telas {
    width: 440px;
    height: 657px;
    float: left;
}
.content section.products .items .grapas, .content section.products .items .espumas {
    width: 440px;
    height: 319px;
    margin-left: 20px;
    float: left;
}
.content section.products .items .espumas {
    margin-bottom: 20px;
}
.learn_about_us {
    background-color: #1A968B;
    background-size: 100%;
    clear: both;
    margin: -170px 0 0 0;
    height: 250px;
    color: white;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
.learn_about_us span {
    display: block;
    width: 450px;
    margin: 0 auto 30px auto;
    font-size: 30px;
    text-align: center;
}
.learn_about_us a.special {
    color: rgba(255, 255, 255, 0.4);
}
.learn_about_us a.special:hover {
    color: rgba(255, 255, 255, 0.75);
}
.learn_about_us a.special:hover::after {
    border-bottom-color: rgba(255, 255, 255, 0.75);
}
footer.main {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    overflow: hidden;
}
footer.main .logo_container, footer.main menu, footer.main .social {
    width: 400px;
    float: left;
}
footer.main .logo_container .logo {
    float: left;
}
footer.main .social svg {
    float: right;
    margin-left: 10px;
    fill: #B4B5BA;
}
footer.main .social svg:hover {
    fill: #6C6D74;
}
footer.main .social path {
    color: #B4B5BA;
}
footer.main menu {
    text-align: center;
}
footer.main menu a {
    height: 100%;
    padding: 0 15px;
    font-weight: normal;
    font-size: 11px;
    color: #6C6D74;
    letter-spacing: 2px;
}
footer.main menu a + a {
    border-left: 1px #E5E5E7 solid;
}
.search {
    width: 1200px;
    margin: 200px auto 100px auto;
    overflow: hidden;
}
.search .item {
    width: 200px;
    height: 200px;
    margin: 20px;
    float: left;
    overflow: hidden;
    padding: 0;
}
.search .item img {
    width: 200px;
    height: 200px;
    display: block;
    object-fit: cover;
}
.search .item .delete {
    position: relative;
    z-index: 11;
    top: -400px;
    width: 30px;
    height: 30px;
    background: red;
    display: block;
    float: right;
    text-align: center;
    color: white;
    line-height: 30px;
}
.search .item .info {
    position: relative;
    top: -200px;
    z-index: 2;
    width: 180px;
    height: 180px;
    color: rgba(255, 255, 255, 0);
    transition: background-color .2s ease;
    display: block;
    margin: 0;
    padding: 10px;
}
.search .item .info:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}
.pager {
    text-align: center;
    clear: both;
    letter-spacing: 2px;
}
.detail {
    width: 1200px;
    margin: 200px auto 100px auto;
}
.detail img.main {
    width: 460px;
    height: 460px;
    display: block;
    float: left;
}
.detail img.material{
    max-width: 460px;
    max-height: 460px;
    display: block;
    float: left;
}
.detail img.secundary {
    width: 200px;
    height: 200px;
    display: block;
    margin: 10px;
    float: left;
}
.detail .secundaries{
    float: left;
    margin: 20px;
    overflow: hidden;
}
.detail .info {
    font-family: Playfair display;
    float: left;
    margin-left: 10px;
    color: #2D2E33;
    width: 730px;
}
.detail .info h3 {
    font-weight: normal;
    font-size: 42px;
    padding: 0;
    margin: 0 0 10px 0;
}
.detail .info p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    font-family: PT Serif;
}
.installations h2 {
    width: 400px !important;
    margin: 0 auto;
}
.installations h2 span {
    width: 40px;
    margin-bottom: 100px;
}
.installations h3{
    font-size: 28px;
    font-family: Montserrat;
    text-align: center;
}
.installations img {
    width: 1200px;
    height: 400px;
    margin-bottom: 120px;
}
.installations p {
    width: 900px;
    color: #2D2E33;
    line-height: 1.5;
    font-family: PT Serif;
    font-size: 16px;
    margin: 20px auto;
    color: #6C6D74;
    margin-top: 40px;
}
.installations p.introduction {
    font-size: 20px;
    color: #2D2E33;
}
.capital {
    display: block;
    font-size: 90px;
    line-height: 80px;
    float: left;
    margin: 0 10px 15px 0;
}
.locations {
    width: 1200px;
    margin: 100px auto;
}
.locations div .item {
    width: 580px;
    float: left;
    margin: 0 20px 20px 0;
}
.locations div .item + .item {
    width: 580px;
    float: left;
    margin: 0 0 20px 0;
}
.locations .item img {
    width: 100%;
    height: 275px;
}
.locations .city {
    font-size: 28px;
    margin-top: 20px;
    width: 100%;
    display: block;
}
.locations .state {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    color: #B4B5BA;
}
.locations .dir {
    font-family: PT Serif;
    font-size: 16px;
    line-height: 26px;
    color: #6C6D74;
}
h1 {
    text-align: center;
    font-weight: normal;
    font-size: 42px;
    padding: 40px 0;
}
.clients {
    clear: both;
    width: 980px;
    margin: 0 auto;
}
.clients h1 {
    padding-top: 100px;
}
.clients .group {
    width: 246px;
    float: left;
    margin: 0 40px;
}
.clients .group + .group {
    border-left: 1px solid #E5E5E7;
}
.clients .group a {
    color: #2D2E33;
    display: block;
    height: 25px;
    text-transform: none;
    font-family: PT Serif;
    text-align: center;
}
.clients .group a + a {
    margin-top: 10px;
}
.clients .group a:hover {
    text-decoration: underline;
}
.contact {
    width: 1200px;
    margin: 0 auto;
}
.contact form {
    padding: 20px 0;
    width: 800px;
    margin: 0 auto;
}
.contact input, .contact textarea, .contact button {
    display: block;
    width: 792px;
    margin: 20px 0;
    border-radius: 3px;
    border: 1px solid #B4B5BA;
    font-size: 25px;
    padding: 3px;
    font-family: Montserrat;
    color: #6C6D74;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B4B5BA;
  font-weight: normal;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #B4B5BA;
  font-weight: normal;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #B4B5BA;
  font-weight: normal;
}
:-moz-placeholder { /* Firefox 18- */
  color: #B4B5BA;
  font-weight: normal;
}
.contact input {
    height: 30px;
}
.contact textarea {
    height: 200px;
}
.contact button {
    width: 800px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
.contact button:hover {
    background-color: #B4B5BA;
}
.contact select {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #B4B5BA;
    font-size: 25px;
    padding: 3px;
    font-family: Montserrat;
    color: #6C6D74;
}
.error {
    color: red;
    text-align: center;
}
.success {
    color: green;
    text-align: center;
}
.admin_mode {
    position: fixed;
    right: 30px;
    top: 0;
    z-index: 11;
    background-color: #1A968B;
    color: white;
    font-family: Montserrat;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}
.admin_mode a {
    color: white;
}
a.add {
    position: fixed;
    z-index: 11;
    border-radius: 50%;
    background-color: #1A968B;
    color: white;
    bottom: 50px;
    right: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    width: 50px;
    height: 50px;
}
a.add_second {
    bottom: 120px;
}
.options {
    overflow: hidden;
}
.options h4 {
    border-bottom: 1px #2D2E33 solid;
    font-weight: normal;
}
.option {
    width: 180px;
    height: 30px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    float: left;
}
.option input {
    width: 10px;
    height: 10px;
    float: left;
    margin: 10px;
}
.option label {
    float: left;
}
.spume{
    width: 1200px;
    margin: 0 auto;
    font-family: Playfair display;
}
.spume .presentation{
    width: 900px;
    text-align: center;
    margin: 190px auto 30px auto;
    /*font-size: 30px;*/
    color: #2D2E33;
    /*font-family: PT serif;*/
}
.spume .big{
    font-family: Playfair display;
    font-size: 40px;
    font-weight: normal;
    color: black;
}
.spume .presentation p.introduction{
    font-family: PT Serif;
}
.spume img{
    width: 1200px;
    height: 600px;
    margin-bottom: 120px;
    object-fit: cover;
}
.spume .block{
    width: 400px;
    float: left;
}
.spume .info{
    clear: both;
    width: 900px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.spume .block .title{
    font-size: 30px;
    text-align: center;
}
.spume ul{
    padding: 0;
}
.spume li{
    text-align: center;
    list-style-type: none;
}
.preview{
    max-width: 300px;
    max-height: 300px;
}
