/*
Theme Name: Cabañas Vientos del Sur
Description: Cabañas Vientos del Sur is a template created by IdentidadWeb.cl

*/

/*! 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;
}

body{
    font-family: 'Open Sans', sans-serif;
    background: #f7f7f7;
    margin:0;
    padding:0;
}
h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
    line-height: 36px;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #687428;
    font-style: normal;
    margin-bottom: 15px !important;
}
h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 36px;
    font-weight: 600;
    color: #687428;
    font-style: normal;
}
p{
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
}
a.boton, a.boton2{
    width: auto;
    height: 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #687428;
    border: none;
    margin-top: 25px;
    border-radius: 25px;
}
a:hover.boton, a:hover.boton2{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #213123;
    border: none;
    border-radius: 25px;
    transition: 0.3s;
}
/*//////////////////////// ESTRUCTURA PRINCIPAL ///////////////////////*/
#wrapper{
    width: 100%;
    height: auto;
    float: left;
}
#wrapper-inside{
    width: 100%;
    max-width: 1366px;
    height: auto;
    margin: 0 auto;
}
/*//////////////////////// HEADER AND SLIDER ///////////////////////*/
section#top{
    width: 100%;
    height: auto;
    float: left;
    background-color: #687428;
}
section#top #top-inside{
    width: 90%;
    height: 50px;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}
section#top #top-inside p{
    text-align: right;
    font-weight: 600;
    color: #fff;
}
section#top #top-inside p img{
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 10px;
}
section#showcase{
    width: 100%;
    height: auto;
    float: left;
}
section#showcase #slider{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: #687428 solid 10px;
}
section#showcase #slider img{
    width: 100%;
    height: auto;
    float: left;
}
section#showcase #header{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    margin-top: 30px;
}
section#showcase #header #header-inside{
    width: 90%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}
section#showcase #header #header-inside #left{
    width: auto;
    height: auto;
    float: left;
    margin-right: 5%;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
}
section#showcase #header #header-inside #right{
    width: 800px;
    height: auto;
    float: right;
    background-color: #fff;
    border-radius: 10px;
}
section#showcase #header #header-inside #right #right-inside{
    width: 90%;
    height: auto;
    float: right;
    margin-left: 5%;
    margin-right: 5%;
}
section#showcase #header #header-inside #right #right-inside #menu{
    width: auto;
    height: auto;
    float: left;
    margin-right: 50px;
}
section#showcase #header #header-inside #right #right-inside #redes{
    width: 100px;
    height: auto;
    float: right;
    text-align: right;
}
section#showcase #header #header-inside #right #right-inside #redes p a img{
    margin-left: 6px;
}
section#showcase #header #header-inside #right #right-inside #redes p{
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 0;
}
section#showcase #header #header-inside #reservar{
    width: auto;
    height: auto;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    border-radius: 10px;
    clear: both;
}
section#showcase #header #header-inside #reservar p{
    text-align: center;
}
/*//////////////////////// CONTENT ONE ///////////////////////*/
section#content{
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
}
section#content #one{
    width: 70%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
    padding: 50px 0;
}
section#content #one h2{
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 15px 35px;
    border-right: 5px solid #687428;
    border-left: 5px solid #687428;
    text-align: center;
    margin: 0 auto;
}
section#content #one p{
    text-align: center;
}
section#content #one #galeria{
    width: 100%;
    height: auto;
    float: left;
}
/*//////////////////////// CONTENT TWO ///////////////////////*/
section#content #two{
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    background-image: url(images/imagen-01.jpg);
    background-position: bottom;
}
section#content #two #two-inside {
    width: 70%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 50px;
    padding-bottom: 50px;
}
section#content #two #two-inside #left{
    width: 65%;
    height: auto;
    float: left;
    margin-right: 5%;
    text-align: center;
}
section#content #two #two-inside #left h3{
    color: #fff;
}
section#content #two #two-inside #left p{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
section#content #two #two-inside #right{
    width: 30%;
    height: auto;
    float: left;
    text-align: right;
}
/*//////////////////////// CONTENT THREE ///////////////////////*/
section#content #three{
    width: 70%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
    padding: 50px 0;
}
section#content #three h2{
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 15px 35px;
    border-right: 5px solid #687428;
    border-left: 5px solid #687428;
    text-align: center;
    margin: 0 auto;
}
section#content #three p{
    text-align: center;
}
section#content #three ul{
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
section#content #three ul li{
    width: 30%;
    height: auto;
    float: left;
    display: block;
    margin: 0 5% 0 0;
    padding: 0;
    list-style-type: none;
}
section#content #three ul li:nth-child(3n){
    width: 30%;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}
section#content #three ul li #imagen{
    width: 100%;
    height: auto;
    float: left;
}
section#content #three ul li #imagen a img{
    width: 100%;
    height: 190px !important;
    float: left;
    object-position: center;
    object-fit: cover;
}
section#content #three ul li #titulo{
    width: 100%;
    height: auto;
    float: left;
}
section#content #three ul li #titulo h3{
    font-size: 18px;
    color: #687428;
    margin-bottom: 0;
    margin-top: 0;
}
section#content #three ul li #titulo h3 a{
    color: #687428;
    text-decoration: none;
}
section#content #three ul li #titulo h3 a:hover{
    color: #687428;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s;
}
section#content #three ul li #contenido{
    width: 100%;
    height: auto;
    float: left;
}
section#content #three ul li #contenido p{
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}
/*//////////////////////// CONTENT FOUR ///////////////////////*/
section#content #four{
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;
    background-image: url(images/imagen-02.jpg);
    background-position: bottom;
}
section#content #four #four-inside {
    width: 90%;
    height: auto;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: rgb(17,17,17,0.8);
}
section#content #four h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    text-align:center;
    margin-top: 0;
}
section#content #four p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    text-align:center;
    font-style: italic;
}
/*//////////////////////// CONTENT FIVE ///////////////////////*/
section#content #five{
    width: 70%;
    height: auto;
    float: left;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 77%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(77%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 77%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 77%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 77%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 77%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
section#content #five h2{
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 15px 35px;
    border-right: 5px solid #687428;
    border-left: 5px solid #687428;
    text-align: center;
    margin: 0 auto;
}
section#content #five p{
    text-align: center;
}
section#content #five ul{
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
section#content #five ul li{
    width: 30%;
    height: auto;
    float: left;
    display: block;
    margin: 0 5% 0 0;
    padding: 0;
    list-style-type: none;
}
section#content #five ul li:nth-child(3n){
    width: 30%;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}
section#content #five ul li:nth-child(4n){
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
}
section#content #five ul li #encabezado{
    width: 100%;
    height: auto;
    float: left;
}
section#content #five ul li #encabezado h3{
    font-size: 18px;
    line-height: 24px;
    color: #222;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}
section#content #five ul li #encabezado h3 a{
    font-size: 18px;
    line-height: 24px;
    color: #222;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    text-decoration: none;
}
section#content #five ul li #encabezado h3 a:hover{
    color: #687428;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s;
}
section#content #five ul li #imagen{
    width: 100%;
    height: auto;
    float: left;
}
section#content #five ul li #imagen a img{
    width: 100%;
    height: 190px !important;
    float: left;
    object-position: center;
    object-fit: cover;
}
section#content #five ul li #titulo{
    width: 100%;
    height: auto;
    float: left;
}
section#content #five ul li #titulo h4{
    font-size: 18px;
    color: #687428;
    margin-bottom: 0;
    font-weight: 600;
}
section#content #five ul li #titulo h4 a{
    color: #687428;
    text-decoration: none;
}
section#content #five ul li #titulo h4 a:hover{
    color: #687428;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s;
}
section#content #five ul li #contenido{
    width: 100%;
    height: auto;
    float: left;
}
section#content #five ul li #contenido p{
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}
/*//////////////////////// CONTENT SIX ///////////////////////*/
section#content #six{
    width: 95%;
    height: auto;
    float: left;
    background-color: #687428;
    padding: 0 0 0 5%;
}
section#content #six #left{
    width: 40%;
    height: 450px;
    float: left;
    background-color: #424819;
    padding-top: 35px;
}
section#content #six #left h3{
    width: 80%;
    height: auto;
    float: left;
    color: #fff;
    font-size: 21px;
    line-height: 27px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;
    margin-bottom: 15px;
}
section#content #six #left p{
    width: 80%;
    height: auto;
    float: left;
    color: #fff;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;
    margin-bottom: 15px;
}
section#content #six #right {
    width: 60%;
    height: 450px;
    float: left;
    background-image: url(images/background-wood.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: repeat;
    text-align: center;
}
section#content #six #right a img{
    width: 50%;
    height: auto;
    margin-top: 5%;
}
/*//////////////////////// PAGE ///////////////////////*/
#one-page{
    width: 90%;
    height: auto;
    float: left;
    padding: 30px 0;
    background-color: #fff;
    margin-left: 5%;
    margin-right: 5%;
}
#one-page-left{
    width: 65%;
    height: auto;
    float: left;
    margin-right: 5%;
    background-color: #fff;
}
#one-page-left h1 {
    width: 100%;
    height: auto;
    padding: 0 35px;
    border-right: 5px solid #687428;
    border-left: 5px solid #687428;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #687428;
}
#one-page-right{
    width: 30%;
    height: auto;
    float: left;
}
/*//////////////////////// PAGE ///////////////////////*/
#one-blog{
    width: 90%;
    height: auto;
    float: left;
    padding: 30px 0;
    background-color: #fff;
    margin-left: 5%;
    margin-right: 5%;
}
#one-blog-left{
    width: 65%;
    height: auto;
    float: left;
    margin-right: 5%;
    background-color: #fff;
}
#one-blog-left h1 {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #687428;
}
#one-blog-right{
    width: 30%;
    height: auto;
    float: left;
}
#one-blog-left ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}
#one-blog-left ul li{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    display: block;
    list-style-type: none;
}
#one-blog-left ul li #left{
    width: 25%;
    height: auto;
    float: left;
    margin-right: 5%;
}
#one-blog-left ul li #left img{
    width: 100%;
    height: auto;
    float: left;
}
#one-blog-left ul li #right h2 {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #687428;
}
#one-blog-left ul li #right h2 a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #687428;
    text-decoration: none;
    cursor: pointer;
}
#one-blog-left ul li #right h2 a:hover {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #687428;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}
#one-blog-left ul li #right{
    width: 70%;
    height: auto;
    float: left;
    margin-right: 5%;
}
/*//////////////////////// FOOTER ///////////////////////*/
section#footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}
section#footer img{
    width: 130px;
    height: auto;
}
/*//////////////// FORMULARIO ////////////////////*/
form{
    width: 90%;
    height: auto;
    float: left;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form input[type="search"], form select, input[type="date"]{
    background-color: #fff;
    border: 1px #ebebeb solid;
    border-radius: 4px;
    padding-left: 10px;
    width: 100%;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 4px;
}
form input[type="submit"]{
    width: auto;
    height: 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #213123;
    border: none;
    margin-top: 10px;
    border-radius: 25px;
}
form input[type="submit"]:hover{
    background-color: #111;
    color: #fff;
    cursor: pointer;
    transition: 0.3s; 
}
form textarea{
    background-color: #fff;
    border: 1px #ebebeb solid;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    height: 80px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
form input[type="checkbox"]{
    float: left;
    margin-right: 12px;
}
fieldset{
    border:0px!important;
}
form label{
    padding: 25px 0 5px 0;
}
/* Place Holder CSS */
::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
  color: #000;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
  color: #000;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {  
  color: #000;
  opacity: 0.5;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:hover::-webkit-input-placeholder {
  opacity: 0.75;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {  
  opacity: 0.75;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {  
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
/*//////////////// WORDPRESS ////////////////////*/
div#right.myfixed{
    float: none !important;
}
img.attachment-{
    float: left;
    margin: 0 20px 20px 0;
}
form#gal_front_form_0{
    width: 100%;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-item0 {
    padding: 0px;
    background-color: transparent !important;
    border: 0px none #CCCCCC;
    opacity: 1.00;;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-title2 {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #222 !important;
    text-transform: uppercase !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    padding: 10px 5px !important;
    text-shadow: 0 !important;
    max-height: 100%;
}
.easy_t_single_testimonial blockquote.easy_testimonial {
    border: 0;
    background-color: #fff !important;
    width: 400px !important;
    height: auto !important;
    border-radius: 25px !important;
    color: #222 !important;
    padding: 30px !important;
}
.easy_t_single_testimonial blockquote p span.testimonial-client, .easy_t_single_testimonial blockquote p span.testimonial-position {
    width: 100%;
    color: #444 !important;
    font-size: 12px !important;
}
blockquote.easy_testimonial * p {
    box-sizing: unset;
    color: #222 !important;
}
span.date{
    display: none !important;
    visibility: hidden !important;
}
p.testimonial_author{
    padding-bottom: 0 !important;
}
div.testimonial_body p{
    margin-top: 0 !important;
}
div#one-blog-left img.attachment-.size-.wp-post-image {
    width: 300px !important;
    height: auto !important;
}
div#popmake-92.pum-container.popmake.theme-90.size-custom.active.custom-position form.wpcf7-form{
    width: 100%;
    height: auto;
    float: left;
    border: #ccc solid 1px;
    padding: 20px;
    background-color: #eee;
}
div#popmake-92.pum-container.popmake.theme-90.size-custom.active.custom-position h2{
    margin: 0;
    padding: 0;
}
div#popmake-92.pum-container.popmake.theme-90.size-custom.active.custom-position p:nth-child(1n){
    margin: 0;
    padding: 0;
    text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #ed9e52 !important;
}
span.wpcf7-not-valid-tip {
    color: #ed9e52 !important;
}
@media(max-width: 1250px){
    section#top #top-inside {
        width: 90%;
        height: auto;
        float: left;
        margin-left: 5%;
        margin-right: 5%;
    }
    section#top #top-inside p {
        text-align: center;
        font-weight: 600;
        color: #fff;
        padding-bottom: 0;
    }  
    section#top #top-inside p img {
        display: none;
        visibility: hidden;
    }
    section#showcase #header {
        width: 100%;
        height: auto;
        float: left;
        position: absolute;
        margin-top: 0;
    }
    section#showcase #header #header-inside {
        width: 100%;
        height: 100px;
        float: left;
        background-color: #fff;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        z-index: 1000;
        top: 0px;
        padding: 0;
    }
    p.n2-font-7be57b594f1b4a19101f38b2f3fb0d43-paragraph.n2-style-d89b2b646422823a0c14772fd70d4f34-heading.n2-ow{
        display: none;
        visibility: hidden;
    }
    div#n2-ss-2item3.n2-font-1009-hover.n2-ss-item-content.n2-ow{
        display: none;
        visibility: hidden;
    }
    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]{
        display: none;
        visibility: hidden;
    }
    section#showcase #header #header-inside #left {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        padding: 0;
        background-color: #fff;
        border-radius: 0;
        text-align: center;
        padding-top: 25px;
    }
    section#showcase #header #header-inside #right{
        width: 100%;
        height: auto;
        float: left;
        background-color: #fff;
        border-radius: 0;
    }
    section#showcase #header #header-inside #right #right-inside {
        width: 90%;
        height: auto;
        float: right;
        margin-left: 0;
        margin-right: 0;
        padding: 0 5%;
    }
    section#showcase #slider {
        width: 100%;
        height: auto;
        float: left;
        border-bottom: #687428 solid 10px;
        margin-top: 240px;
    }
    section#content #one h2, section#content #three h2, section#content #five h2 {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 10px;
        border-right: none;
        border-left: none;
        text-align: center;
        margin: 0 auto;
        font-size: 21px;
    }
    section#content #two {
        width: 100%;
        height: auto;
        float: left;
        background-color: #fff;
        background-image: url(images/imagen-01.jpg);
        background-position: center;
        background-size: cover;
    }
    section#content #two #two-inside #left {
        width: 100%;
        height: auto;
        float: left;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    section#content #two #two-inside #right {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
    }
    section#content #three ul li {
        width: 100%;
        height: auto;
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-bottom: 30px;
    }
    section#content #three ul li:nth-child(3n) {
        width: 100%;
        height: auto;
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    section#content #five ul li {
        width: 100%;
        height: auto;
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-bottom: 30px;
    }
    section#content #five ul li:nth-child(3n) {
        width: 100%;
        height: auto;
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    section#content #six #left {
        width: 100%;
        height: auto;
        float: left;
        background-color: #424819;
        padding-top: 35px;
    }
    section#content #six #right {
        width: 100%;
        height: auto;
        float: left;
        background-image: url(images/background-wood.jpg);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: repeat;
        text-align: center;
    }
    section#content #four #four-inside {
        width: 90%;
        height: auto;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 5%;
        padding-left: 5%;
        background-color: rgb(17,17,17,0.8);
    }
    section#content #two #two-inside #left h3 {
        color: #fff;
        margin-top: 0;
        font-size: 21px;
        line-height: 27px;
    }
    #one-blog-left {
        width: 100%;
        height: auto;
        float: left;
        margin-right: 0;
        background-color: #fff;
    }
    div#one-blog-left img.attachment-.size-.wp-post-image {
        width: 100% !important;
        height: auto !important;
    }
    #one-blog {
        width: 90%;
        height: auto;
        float: left;
        padding: 30px 0 0 0;
        background-color: #fff;
        margin-left: 5%;
        margin-right: 5%;
    }
    #one-blog-right {
        width: 90%;
        height: auto;
        float: left;
    }
    .easy_t_single_testimonial blockquote.easy_testimonial {
        border: 0;
        background-color: #fff !important;
        width: 90% !important;
        height: auto !important;
        border-radius: 25px !important;
        color: #222 !important;
        padding: 5% !important;
    }
    section#content #five ul li #encabezado h3 a {
        font-size: 15px;
        line-height: 24px;
        color: #222;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 15px;
        text-decoration: none;
    }
    section#content #three ul li #titulo h3 a {
        color: #687428;
        text-decoration: none;
        font-size: 15px;
    }
    img.attachment- {
        float: left;
        margin: 0 20px 10px 0;
    }
    section#content #four {
        width: 100%;
        height: auto;
        float: left;
        padding: 50px 0;
        background-image: url(images/imagen-02.jpg);
        background-position: bottom;
        background-size: cover;
    }
    .easy-t-cycle-pager span.cycle-pager-active {
        color: #687428;
    }
    div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
        cursor: default;
        color: #687428;
    }
}