/* 
Theme Name: TravelCode
Description:
Version: 1
Autor:
Autor URL:
 */
/* ======= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
menu {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ====== */
/* > FONT */
/* ====== */
@font-face {
    font-family: 'LL Brown';
    src: local('LL Brown Regular Alt'), local('LL-Brown-Regular-Alt'),
        url('font/Brown-RegularAlt.woff2') format('woff2'),
        url('font/Brown-RegularAlt.woff') format('woff'),
        url('font/Brown-RegularAlt.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }


@font-face {
  font-family: 'Muli';
  src: local('Muli Black'), local('Muli-Black'),
    url('font/Muli-Black.woff2') format('woff2'),
    url('font/Muli-Black.woff') format('woff'),
    url('font/Muli-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}



header.abajo .scrolledwi {

  z-index: 100;
  /* margin-top: -69px; */
  background: #FF0000;
  height: 45px;
  position: fixed;
  top: 0;
  width: 100%;
}

.icon-add:before {
  content: "\e600";
}

.icon-calendar:before {
  content: "\e601";
}



.icon-facebook:before {
  content: "\e604";
}

.icon-plus:before {
  content: "\e61e";
}

.icon-skype:before {
  content: "\e622";
}

.icon-car:before {
  content: "\e625";
}

.icon-youtube:before {
  content: "\e626";
}



.icon-maps:before {
  content: "\e621";
}

.icon-tripadvisor:before {
  content: "\e623";
}

.icon-twitter:before {
  content: "\e624";
}

/* =========== */
/* > STRUCTURE */
/* =========== */
body {
  overflow-x: hidden;
  font-family: Calibri, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.2em;
  color: #231f20;
  text-align: center;
}

/* >> Box sizing */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* >> Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  /*line-height: 1em;*/
}

h1 {
  font-size: 1.25em;
}

h2 {
  font-size: 1.125em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.875em;
}

p {
  font-size: 1em;
}

small {
  font-size: 60%;
}

strong {
  font-weight: bold;
  font-family: 'Muli';
    font-size: 16px;
    FONT-WEIGHT: 700;
    text-align: center;
    color: #666262;
}

mark {
  background: #ff0;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

hr {
  background: #b7b7b7;
  clear: both;
}

/* >> Typography selection */
::selection {
  background: #1f6a8f;
  color: #ffffff;
}

::-moz-selection {
  background: #1f6a8f;
  color: #ffffff;
}

/* >> Form */
.form div {
  margin-bottom: 1em;
}

.form-label {
  display: block;
}

.form-input {
  width: 100%;
  height: 40px;
  border: 1px solid #abadb3;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
}

.form-aside {
  background: #cbe4b9;
  position: relative;
  padding: 35px 12px 0;
}

.form-aside:before {
  content: "";
  background: url(images/bg-form-aside.png) center no-repeat;
  position: absolute;
  display: block;
  top: -24px;
  left: 0;
  right: 0;
  width: 45px;
  height: 45px;
  margin: auto;
}

.input-aside {
  border: 1px solid #cfdeb1;
  height: 35px;
  color: #3d933a;
  font-size: 16px;
  text-align: center;
}

.btn-form-aside {
  background: #f8a531;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto -32px;
  cursor: pointer;
}

.form-contact div {
  margin-bottom: 1em;
}

.input-contact {
  font-family: Calibri;
  border: 1px solid #cfdeb1;
  height: 48px;
  color: #3d933a;
  font-size: 18px;
  text-align: center;
}

.oferta {
  padding: 10px 20px 18px 20px;
  font-size: 14px;
  color: white;
  font-weight: 300;
  line-height: initial;
  height: 30px;
  background: linear-gradient(90deg, rgba(226, 14, 52, 1) 33%, rgba(242, 69, 57, 1) 76%);
}

.textarea {
  font-family: Calibri;
  height: 150px;
  color: #3d933a;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}

.contact-packages {
  padding: 1.5em 0;
  background: #cbe4b9;
}

.title-contact-pack {
  font-size: 18px;
}

.text-contact-pack {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}

.input-date {
  background: url(images/ico-calendar.png) #ffffff right 6px no-repeat;
}

.btn-plus-contact {
  background: url(images/btn-plus-contact.png) no-repeat;
  display: inline-block;
  font-size: 0;
  width: 30px;
  height: 30px;
}

.btn-form-contact {
  border: none;
  padding: 14px 50px !important;
  cursor: pointer;
}

/* >> Form required */
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #82dea4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

input:invalid:focus,
textarea:invalid:focus {
  border-color: #ff9f9f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8b9b7;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8b9b7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8b9b7;
}

/* >> Form placeholder */
::-webkit-input-placeholder {
  color: #3d933a;
}

/* ============= */
/* > DEFINITIONS */
/* ============= */
/* >> Links */
a {
  color: inherit;
  text-decoration: none;
}

a img {


  border: 1px;
}

/* >> Hovers */
.underline:hover {
  text-decoration: underline;
}

.hover:hover {
  text-decoration: none;
  opacity: 0.9;
}

/* >> Image replacement */
.repl {
  display: block;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}

/* >> Text remove */
.remove {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

/* >> Clearing floats */
.clear,
.clear:after,
.container:after,
.wrap:after {
  content: '';
  display: block;
  clear: both;
}

/* >> Specify */
.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.shadow {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.inset-shadow {
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.text-shadow {
  text-shadow: 1px 1px 14px #000000;
}

.categoriatext {
  font-weight: bold;
  color: #3C4858;

}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* >> Images */
img {
  /* margin-top: 20px;*/
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

imge {
  margin-top: 0px;
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* >> Containers */
.container {
  width: 100%;

}

.hovergaleria img {
  transition: all 500ms ease;
}

.hovergaleria figure img:hover {
  border-radius: 8px;
  transform: scale(1.2);

}

.hovergaleria figure:hover {

  border-radius: 8px;
}

.textrogaleria {
  text-transform: lowercase;
  font-size: calc(0.92rem + 0.3vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  FONT-SIZE: 19PX;
  font-weight: 600;
  font-family: sans-serif;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.row,
[class^="col"] {
  float: left;
}

.row {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0;
}

.descripcionproducto {
  float: left;
  width: 400px;
}

.row-negative {
  width: 102%;
  margin-left: -1%;
  margin-right: -1%;
}

[class^="col"],
[class*="wm"] {
  margin-left: 1%;
  margin-right: 1%;
  line-height: 1.2em;
}

.col-nested [class^="col"]:first-child,
.col-nested [class*="wm"]:first-child {
  margin-left: 0;
}

.col-nested [class^="col"]:last-child,
.col-nested [class*="wm"]:last-child {
  margin-right: 0;
}

.col-center {
  float: none;
  margin: auto;
  display: inline-block;
}

.col-opposite {
  float: right;
}

/* >> Static grid  */
.col-1 {
  width: 4.25%;
}

/*agregado por wilson*/
.col-personalizada {
  width: 10.5%;
}



.col-2 {
  width: 10.5%;
}

.col-3 {
  width: 16.75%;
}

.col-4 {
  width: 23%;
}

.col-5 {
  width: 29.25%;
}

.col-6 {
  width: 35.5%;
}

.col-7 {
  width: 41.75%;
}

.col-8 {
  width: 48%;
}

.col-9 {
  width: 54.25%;
}

.col-10 {
  width: 60.5%;
}

.col-11 {
  width: 66.75%;
}

.col-12 {
  width: 73%;
}

.col-13 {
  width: 79.25%;
}

.col-14 {
  width: 85.5%;
}

.col-15 {
  width: 91.75%;
}

.col-16 {
  width: 98%;
}

/* >> Nested grid */
.col-15 [class^="col"],
.col-15 [class*="wm"] {
  margin-left: 1.09%;
  margin-right: 1.09%;
}

.col-15 .col-1 {
  width: 4.63%;
}

.col-15 .col-2 {
  width: 11.44%;
}

.col-15 .col-3 {
  width: 18.25%;
}

.col-15 .col-4 {
  width: 25.07%;
}

.col-15 .col-5 {
  width: 31.88%;
}

.col-15 .col-6 {
  width: 38.69%;
}

.col-15 .col-7 {
  width: 45.5%;
}

.col-15 .col-8 {
  width: 52.32%;
}

.col-15 .col-9 {
  width: 59.13%;
}

.col-15 .col-10 {
  width: 65.94%;
}

.col-15 .col-11 {
  width: 72.75%;
}

.col-15 .col-12 {
  width: 79.57%;
}

.col-15 .col-13 {
  width: 86.38%;
}

.col-15 .col-14 {
  width: 93.19%;
}

.col-14 [class^="col"],
.col-14 [class*="wm"] {
  margin-left: 1.17%;
  margin-right: 1.17%;
}

.col-14 .col-1 {
  width: 4.97%;
}

.col-14 .col-2 {
  width: 12.28%;
}

.col-14 .col-3 {
  width: 19.59%;
}

.col-14 .col-4 {
  width: 26.9%;
}

.col-14 .col-5 {
  width: 34.21%;
}

.col-14 .col-6 {
  width: 41.52%;
}

.col-14 .col-7 {
  width: 48.83%;
}

.col-14 .col-8 {
  width: 56.14%;
}

.col-14 .col-9 {
  width: 63.45%;
}

.col-14 .col-10 {
  width: 70.76%;
}

.col-14 .col-11 {
  width: 78.07%;
}

.col-14 .col-12 {
  width: 85.38%;
}

.col-14 .col-13 {
  width: 92.69%;
}

.col-13 [class^="col"],
.col-13 [class*="wm"] {
  margin-left: 1.262%;
  margin-right: 1.262%;
}

.col-13 .col-1 {
  width: 5.36%;
}

.col-13 .col-2 {
  width: 13.24%;
}

.col-13 .col-3 {
  width: 21.13%;
}

.col-13 .col-4 {
  width: 29.02%;
}

.col-13 .col-5 {
  width: 36.91%;
}

.col-13 .col-6 {
  width: 44.79%;
}

.col-13 .col-7 {
  width: 52.68%;
}

.col-13 .col-8 {
  width: 60.56%;
}

.col-13 .col-9 {
  width: 68.45%;
}

.col-13 .col-10 {
  width: 76.34%;
}

.col-13 .col-11 {
  width: 84.23%;
}

.col-13 .col-12 {
  width: 92.11%;
}

.col-12 [class^="col"],
.col-12 [class*="wm"] {
  margin-left: 1.37%;
  margin-right: 1.37%;
}

.col-12 .col-1 {
  width: 5.82%;
}

.col-12 .col-2 {
  width: 20%;
}

.col-12 .col-3 {
  width: 22.94%;
}

.col-12 .col-4 {
  width: 31.5%;
}

.col-12 .col-5 {
  width: 40.07%;
}

.col-12 .col-6 {
  width: 48.63%;
}

.col-12 .col-7 {
  width: 57.19%;
}

.col-12 .col-8 {
  width: 65.76%;
}

.col-12 .col-9 {
  width: 74.31%;
}

.col-12 .col-10 {
  width: 82.88%;
}

.col-12 .col-11 {
  width: 91.44%;
}

.col-11 [class^="col"],
.col-11 [class*="wm"] {
  margin-left: 1.499%;
  margin-right: 1.499%;
}

.col-11 .col-1 {
  width: 6.36%;
}

.col-11 .col-2 {
  width: 15.73%;
}

.col-11 .col-3 {
  width: 25.09%;
}

.col-11 .col-4 {
  width: 34.45%;
}

.col-11 .col-5 {
  width: 43.82%;
}

.col-11 .col-6 {
  width: 53.18%;
}

.col-11 .col-7 {
  width: 62.54%;
}

.col-11 .col-8 {
  width: 71.91%;
}

.col-11 .col-9 {
  width: 81.27%;
}

.col-11 .col-10 {
  width: 90.64%;
}

.col-10 [class^="col"],
.col-10 [class*="wm"] {
  margin-left: 1.655%;
  margin-right: 1.655%;
}

.col-10 .col-1 {
  width: 7.02%;
}

.col-10 .col-2 {
  width: 17.35%;
}

.col-10 .col-3 {
  width: 27.68%;
}

.col-10 .col-4 {
  width: 38.01%;
}

.col-10 .col-5 {
  width: 48.34%;
}

.col-10 .col-6 {
  width: 58.67%;
}

.col-10 .col-7 {
  width: 69.01%;
}

.col-10 .col-8 {
  width: 79.34%;
}

.col-10 .col-9 {
  width: 89.67%;
}

.col-9 [class^="col"],
.col-9 [class*="wm"] {
  margin-left: 1.844%;
  margin-right: 1.844%;
}

.col-9 .col-1 {
  width: 7.83%;
}

.col-9 .col-2 {
  width: 19.35%;
}

.col-9 .col-3 {
  width: 30.87%;
}

.col-9 .col-4 {
  width: 42.39%;
}

.col-9 .col-5 {
  width: 53.9%;
}

.col-9 .col-6 {
  width: 65.44%;
}

.col-9 .col-7 {
  width: 76.96%;
}

.col-9 .col-8 {
  width: 88.48%;
}

.col-8 [class^="col"],
.col-8 [class*="wm"] {
  margin-left: 2.086%;
  margin-right: 2.086%;
}

.col-8 .col-1 {
  width: 8.85%;
}

.col-8 .col-2 {
  width: 21.87%;
}

.col-8 .col-3 {
  width: 34.89%;
}

.col-8 .col-4 {
  width: 47.90%;
}

.col-8 .col-5 {
  width: 60.93%;
}

.col-8 .col-6 {
  width: 73.96%;
}

.col-8 .col-7 {
  width: 86.98%;
}

.col-7 [class^="col"],
.col-7 [class*="wm"] {
  margin-left: 2.396%;
  margin-right: 2.396%;
}

.col-7 .col-1 {
  width: 10.17%;
}

.col-7 .col-2 {
  width: 25.15%;
}

.col-7 .col-3 {
  width: 40.12%;
}

.col-7 .col-4 {
  width: 55.09%;
}

.col-7 .col-5 {
  width: 70.06%;
}

.col-7 .col-6 {
  width: 85.02%;
}

.col-6 [class^="col"],
.col-6 [class*="wm"] {
  margin-left: 2.82%;
  margin-right: 2.82%;
}

.col-6 .col-1 {
  width: 11.96%;
}

.col-6 .col-2 {
  width: 29.57%;
}

.col-6 .col-3 {
  width: 47.18%;
}

.col-6 .col-4 {
  width: 64.78%;
}

.col-6 .col-5 {
  width: 82.4%;
}

.col-5 [class^="col"],
.col-5 [class*="wm"] {
  margin-left: 3.42%;
  margin-right: 3.42%;
}

.col-5 .col-1 {
  width: 14.52%;
}

.col-5 .col-2 {
  width: 35.89%;
}

.col-5 .col-3 {
  width: 57.27%;
}

.col-5 .col-4 {
  width: 78.63%;
}

.col-4 [class^="col"],
.col-4 [class*="wm"] {
  margin-left: 4.35%;
  margin-right: 4.35%;
}

.col-4 .col-1 {
  width: 18.47%;
}

.col-4 .col-2 {
  width: 45.65%;
}

.col-4 .col-3 {
  width: 72.77%;
}

.col-3 [class^="col"],
.col-3 [class*="wm"] {
  margin-left: 5.97%;
  margin-right: 5.97%;
}

.col-3 .col-1 {
  width: 25.37%;
}

.col-3 .col-2 {
  width: 62.69%;
}

.col-2 [class^="col"],
.col-2 [class*="wm"] {
  margin-left: 9.53%;
  margin-right: 9.53%;
}

.col-2 .col-1 {
  width: 40.47%;
}

/* >> Nominals grid */
.one,
.one-half,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  line-height: 1.2em;
}

.one {
  width: 98%;
}

.one-half,
.two-fourth {
  width: 48%;
}

.one-third {
  width: 31.33%;
}

.two-third {
  width: 64.66%;
}

.one-fourth {
  width: 23%;
}

.three-fourth {
  width: 73%;
}

/* >> Nominals none margin grid */
.one-nm,
.one-half-nm,
.one-third-nm,
.two-third-nm,
.one-fourth-nm,
.two-fourth-nm,
.three-fourth-nm {
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.2em;
}

.one-nm {
  width: 100%;
}

.one-half-nm,
.two-fourth-nm {
  width: 50%;
}

.one-third-nm {
  width: 33.33%;
}

.two-third-nm {
  width: 66.66%;
}

.one-fourth-nm {
  width: 25%;
}

.three-fourth-nm {
  width: 75%;
}

/* >> Nominals with margin grid */
.one-third-wm,
.two-third-wm {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  line-height: 1.2em;
}

.one-third-wm {
  width: 31.33%;
}

.two-third-wm {
  width: 64.66%;
}

.col-15 .one-third-wm {
  width: 31.88%;
}

.col-14 .one-third-wm {
  width: 31.77%;
}

.col-13 .one-third-wm {
  width: 31.65%;
}

.col-12 .one-third-wm {
  width: 31.5%;
}

.col-11 .one-third-wm {
  width: 31.33%;
}

.col-10 .one-third-wm {
  width: 31.12%;
}

/* =========== */
/* > WORDPRESS */
/* =========== */
.aligncenter,
.alignleft,
.alignnone,
.alignright {
  display: block;
}

.post-content {
  width: 100%;
  float: left;
  overflow: hidden;
}

.post-content p {
  margin-bottom: 1.5em;
}

.post-content .alignleft {
  float: left;
  margin-right: 1em;
}

.post-content .alignright {
  float: right;
  margin-left: 1em;
}

.post-content .aligncenter,
.post-content .alignnone {
  clear: both;
  margin: 1em auto;
}

.post-content .aligncenter {
  text-align: center;
}

.post-content .aligncenter div {
  margin: auto;
  display: block;
  text-align: left;
}

/** Corpo de texto **/
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #026943;
  font-weight: bold;
}

.post-content h2 {
  font-size: 1.5em;
  /* 24/16 */
}

.post-content h3 {
  font-size: 1.25em;
  /* 20/16 */
}

.post-content ol {
  list-style: inside decimal;
}

.post-content ul {
  list-style: inside circle;
}

.post-content ol,
.post-content ul {
  margin: 1.5em 0 1.5em 1.5em;
}

.post-content ol ol,
.post-content ol ul,
.post-content ul ol,
.post-content ul ul {
  margin: 0 1.5em;
}

.post-content ol ol,
.post-content ul ol {
  list-style: inside upper-latin;
}

.post-content ol ul,
.post-content ul ul {
  list-style: inside square;
}

.post-content li {
  line-height: 1.5em;
  margin-bottom: 0.25em;
}

.post-content table {
  margin-bottom: 1.5em;
}

.post-content th,
.post-content td {
  border: 1px solid #777;
  padding: 1em;
  color: #777;
  font-size: 1em;
}

/** Legendas **/
.wp-caption {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}

.post-content .wp-caption a {
  display: block;
  border: 0;
}

.wp-caption img {
  display: block;
  margin: auto;
}

.wp-caption .wp-caption-text {
  background: #eff7ea;
  text-align: left;
  padding: 7px 10px 5px;
  margin: 0;
  font-size: 0.875em;
  /* 14/16 */
}

/* ========== */
/* > ELEMENTS */
/* ========== */
/* >> Breadcrumbs */
.breadcrumbs {
  font-size: 0.75em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  text-align: left;
  font-style: italic;
  margin-top: 7.4px;
}

.breadcrumbs span {
  font-weight: normal;
}

.breadcrumbs span a:hover {
  text-decoration: underline;
}

.breadcrumbs span span:before {
  content: ">\00a0";
}

.breadcrumbs span span:first-child:before {
  content: none;
}

.breadcrumbs span:last-child span span {
  font-weight: bold;
  color: #026943;
}

.breadcrumbs span:last-child span span:before {
  content: none;
}

/* >> Pagination */
.page-numbers {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  z-index: 999;
}

.page-numbers li {
  display: inline-block;
}

.page-numbers a,
.page-numbers span {
  background: #00ADEF;
  color: #fff;
  font-size: 0.75em;
  /* 12/16 */
  font-weight: bold;
  padding: 4px 8px 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page-numbers .current {
  background: #026943;
}

.page-numbers a:hover {
  text-decoration: none;
  background: #026943;
}

/* >> Buttons */
.btn {
  display: block;
  text-align: center;
}

.btn:hover {
  text-decoration: none;
  opacity: 0.9;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: inset 0 3px 40px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 40px rgba(0, 0, 0, 0.125);
}

.imagenredondeado {
  border-radius: 9px 9px 0px 0px;

}

.cajaredondeado {
  background: #f2f2f2;
  border-radius: 9px 9px 9px 9px;
}

.btn-yellow {
  background: #f30909;
  color: #ffffff;
  display: inline-block;
  padding: 10px 10px;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 67px;
}

.footertextoedwin {

  LINE-HEIGHT: 1.9;
  text-align: justify;
  margin-left: 27%;
 font-family: 'LL Brown';
  font-size: 14px;
  text-align: initial;
}

.btn-green {
  background: #3c9339;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-plus {
  background: url(images/ico-btn-plus.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 0;
}

.btn-action {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-pic {
  background: url(images/ico-pic.png) #f8a531 15px center no-repeat;
  padding-left: 55px;
  position: relative;
  bottom: 20px;
}

.btn-pic:hover {
  opacity: 1.0;
}

.btn-car-content {
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0;
}

.btn-car-content .btn-yellow {
  font-size: 16px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #e38400;
  background: url(images/ico-plus-btn-car.png) #f8a531 15px center no-repeat;
  padding: 10px 15px 10px 45px;
}

.btn-car-content .btn-yellow:hover {
  background: url(images/ico-plus-btn-car.png) #e38400 15px center no-repeat;
}

.btn-car-content .btn-buy {
  font-size: 16px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border: 1px solid #e38400;
  background: url(images/ico-car-btn-car.png) #f8a531 15px center no-repeat;
  padding: 10px 15px 10px 45px;
}

.btn-car-content .btn-buy:hover {
  background: url(images/ico-car-btn-car.png) #e38400 15px center no-repeat;
}

.btn-car-header {
  background: url(images/btn-car-store.png) no-repeat;
  width: 73px;
  height: 29px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #026943;
  padding: 6px 0 0 25px;
  display: inline-block;
}

/*agregado por wilson */
.btn-laguage-es-header {
  background: url(images/spanish.png) no-repeat;
  width: 20px;
  height: 15px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #026943;
  padding: 6px 0 0 25px;
  display: inline-block;
}

.btn-laguage-en-header {
  background: url(images/english.png) no-repeat;
  width: 20px;
  height: 15px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #026943;
  padding: 6px 0 0 25px;
  display: inline-block;
}

.btn-laguage-pt-header {
  background: url(images/brasil.png) no-repeat;
  width: 20px;
  height: 15px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #026943;
  padding: 6px 0 0 25px;
  display: inline-block;
}

.btn-search {
  background: #f8a531;
  color: #ffffff;
  height: 48px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

/* ======== */
/* > HEADER */
/* ======== */
.header-logo-content {
  margin-bottom: 13px;
}

.header-logo-content .header-logo {
  font-size: 0;
  margin: 10px;
}

.header-phone {
  background: #ffffff;
  font-size: 0.875em;
  margin-top: 14px;
  /* 14/16 */
}

/*agregado por wilson*/

.header-language {
  background: #fbfbfb;
  float: right;
  font-size: 0.875em;
  padding: 8px 10px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

/* >> Social */
.social {
  color: #008353;
  font-size: 1.25em;
  /* 20/16 */
  margin-top: 8px;
  margin-bottom: 15px;
}

.social span {
  margin: 0 10px;
}

.header-phone {
  padding: 8px 10px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.header-phone [class^="icon"] {
  
  content: '';
    display: inline-block;
    height: 16px;
    width: 1.5px;
    background-color: #bfbdbd;
    border-radius: 8px;
    margin-right: 0.5rem;

}

.header-phone .text-phone {
  margin: 0 6px;
}

.header-btns img {
  margin: 2px 10px;
}

/* >> Header Menu */
.content-header-menu {
  background: #FF0000;
  border-bottom: 2px solid #FF0000;
}

.header-menu {
  background: #008353;
  border-top: 1px solid #026943;
}

.header-menu menu li {
  display: inline-block;
  position: relative;
  border-left: 1px solid #026943;
}

.header-menu menu li:last-child {
  border-right: 1px solid #026943;
}

.header-menu menu li a {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 21px;
  display: block;
}

.header-menu menu li:hover a {
  color: #cbe4b9;
}

.header-menu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.header-menu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

/*
* Summary of contents
* 
* CONTENT HOME
*  - Slideshow
*  -- Slideshow nav
*  - Slogan
*  - Seals
*  - Activity
*  - Packages
*  - News
* SINGLE CONTENT
*  - Security
*  - Viewmore
*  - Partner
*  - Blockquote
*  - Large packages
*  - Aventure
*  - Galery
*  - Carousel
*  - Carousel Nav
*  - Depoiment
* BLOG CONTENT
*  - Blog int
*  - Slide int
*  -- Slide int nav
*/
/* ============== */
/* > CONTENT HOME */
/* ============== */
/* >> Slideshow */
.slide-container {
  position: relative;
}

.slideshow {
  overflow: hidden;
  width: 100%;
  z-index: 8;
}

.btn-yellown {

  background: #f30909;
  color: #ffffff;
  display: inline-block;
  padding: 10px 10px;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

}

.slideshow li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.slide-container-content {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.slideshow-content {
  color: #ffffff;
  font-weight: bold;
  border-bottom: 5px solid #66bd51;
  display: inline-block;
  padding-bottom: 13px;
}

.slideshow-title {
  font-size: 3.4375em;
  /* 55/16 */
}

.slideshow-description {
  font-size: 1.25em;
  /* 20/16 */
}

/* >>> Slideshow nav **/
.pager_nav {
  background-image: url("images/ico-nav-slideshow.png");
  background-position: left top;
  background-repeat: no-repeat;
  width: 20px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  opacity: 0.6;
  z-index: 9;
}

.pager_nav:hover {
  opacity: 0.8;
}

.pager_nav:active {
  opacity: 1.0;
}

.pager_nav.next {
  left: auto;
  background-position: right bottom;
  right: 1%;
}

/* >> Slogan */
.bar-symbol {
  position: relative;
  z-index: 2;
  margin-top: -2em;
}

.ui-datepicker {
  z-index: 3 !important;
}

.social-this {
  margin-top: 4%;
}

.slogan-title {
  font-size: 3em;
  /* 48/16 */
  font-weight: bold;
  color: #57341b;
  margin-top: 5px;
}

.slogan-description {
  font-size: 1.5em;
  /* 24/16 */
  font-weight: bold;
  color: #45b705;
  line-height: 1.1em;
}

/* >> Seals */
.seals {
  background: url(images/bg-folhas.jpg) #00ADEF center no-repeat;
  padding: 2% 0;
  margin-top: 2.5em;
  font-size: 0;
}

.seals p {
  font-size: 1.25em;
  /* 20/16 */
  color: #ffffff;
  font-weight: bold;
  padding: 5% 5% 0;
}

.seals-text {
  font-size: 1.25em;
  font-weight: bold;
  padding: 5% 5% 0;
}

/* >> Activity */
.activity {
  margin-top: 3.5%;
  margin-bottom: 3%;
}

body {
  overflow: hidden;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.title-content {
  font-family: 'muli';
  FONT-WEIGHT: 700;
  font-size: 2.0em;
  color: #222;
  text-align: center;
  padding: 30px;

}

.description-content {
  font-size: 1.25em;
  /* 20/16 */
  font-weight: bold;
  color: #45b705;
  line-height: 1;
}

.botons {
  background: linear-gradient(90deg, rgba(226, 14, 52, 1) 33%, rgba(242, 69, 57, 1) 76%);
  width: 100%;
  color: #ffffff;
  display: inline-block;
  padding: 5px 0px;
  font-weight: bold;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
}

.box-activity {
  -webkit-box-shadow: 2px 2px 2px 2px #ccc;
  -moz-box-shadow: 2px 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px 2px #ccc;
  margin-top: 1.5em;
  margin-bottom: 1.5em;

}

.box-activitiE {

  margin-left: 70px;
  width: 26%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  float: left;
 
  background: white;
 box-shadow: 0px 4px 4px rgb(155 152 152 / 25%);
  
    border-radius: 8px;
}

.box-activity .btn {
  position: relative;
  bottom: 22px;

}

.box-activity .btn:hover {
  opacity: 1.0;
}

/*wilson*/

.box-activity ul {}

.box-activity ul li:hover {
  border-radius: 0px;
  background: red;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-bottom-color: #002240;
  border-bottom: 1px solid #ffffff;
}

.box-activity ul li {
  padding: 10px;
  border-bottom: 1px solid #dadada;

}

.box-activity:last-child {
  margin-bottom: 0;
}

.title-activity {
  font-size: 22px;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: bold;
  padding: 0.5em 0;

}

.title-activity img {
  position: absolute;
  left: -12px;
  top: -55px;
}

/* >> Packages */
.packages {
  font-size: 0px;
  letter-spacing: 0;
  word-spacing: 0;
}

.box-packages {
  margin-left: -12px;
  background: #ff6e00;
  vertical-align: top;
  display: inline-block;
  float: none;
  font-size: 16px;
  box-shadow: 1px 1px 1px 2px #ccc;
}

.box-packages .btn {
  position: relative;
  bottom: -18px;
}

.box-packages span {
  padding: 0 10px;
  display: inline-block;
}

.box-packages:last-child {
  margin-bottom: 3em;
}

.title-packages {
  color: #ffffff;
  /*font-family: AbrilFatface-Regular;*/
  font-size: 1.3em;
  /* 24/16 */
  margin-top: 17px;
  font-weight: bold;
}

.description-packages {
  color: #999999;
  font-size: 1.125em;
  /* 18/16 */
  margin: 15px 0;

}

/* >> News */
.news {
  background: #fbfbfb00;
  padding: 25px 0;
  margin-top: 2em;
  position: relative;
}

.box-news img {
  border: 2.1px solid #fbfbfb;
}

.title-news {
  margin-top: 10px;
}

.news-date {
  background: url(images/ico-date.png) left no-repeat;
  font-size: 0.875em;
  /* 14/16 */
  padding-left: 30px;
  margin-top: 15px;
  display: inline-block;
}

.news-right .one-nm {
  margin-top: 0.5em;
}

.btn-news {
  position: relative;
  z-index: 999;
  margin-top: 2em;
}

/* ================ */
/* > SINGLE CONTENT */
/* ================ */
.single-container {
  margin-top: 1.5%;
}

.text-segment {
  color: #ffffff;
  font-size: 1.25em;
  /* 20/16 */
  font-weight: bold;
  margin-top: 15px;
}

/* >> Security */
.security {
  padding: 34px 20px;
  background: #fff;
  text-align: justify;

}

.security-int {
  background: #262b30;
  padding: 34px 20px;
  -webkit-box-shadow: 12px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 12px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 12px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.security-int p {
  margin: 3.7% 0 3.6%;
}

.single-btn-container {
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}

/* >> Viewmore */
.view-more {
  padding-top: 35px;
  padding-bottom: 50px;
  margin-top: 0;
}

.view-more .col-8 {
  position: relative;
  z-index: 999;
}

/* >> Partner */
.text-partner {
  padding: 10px 20px 30px;
}

.partner {
  margin-bottom: 0;
}

.partner:last-child {
  margin-bottom: 0;
}

/* >> Blockquote */
.blockquote {
  background: #cbe4b9;
  padding: 2em 0;
}

.text-blockquote {
  color: #026943;
  font-size: 1.25em;
  /* 20/16 */
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
  position: relative;
}

.text-blockquote:before {
  content: "";
  background: url(images/aspas-1.png) no-repeat;
  width: 33px;
  height: 25px;
  display: block;
  margin-bottom: 10px;
}

.text-blockquote:after {
  content: "";
  background: url(images/aspas-2.png) no-repeat;
  width: 33px;
  height: 25px;
  display: block;
  margin-top: 10px;
  position: absolute;
  right: 0;
}

/* >> Large packages */
.packages-icons-content {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

.packages-icons-content li {
  display: inline-block;
}

.icons-packages {
  background-image: url(images/icons-packages.png);
  background-repeat: no-repeat;
  height: 40px;
  padding: 10px 18px 0 50px;
  font-family: Calibri;
  text-align: left;
}

.icons-packages:last-child {
  padding-right: 0;
}

.icon-people {
  background-position: 0 0;
}

.icon-day {
  background-position: 0px -40px;
}

.icon-activ {
  background-position: 0px -80px;
}

/* >> Aventure */
.aventure .aventure-content {
  padding: 2% 7%;
  position: relative;
}

.aventure .btn {
  position: relative;
  top: 42px;
}

/* >> Galery */
.galery li {
  margin-bottom: 2.3%;
}

/* >> Carousel */
.carousel .aventure-content {
  padding: 1.5% 2%;
}

.carousel .aventure-content .btn {
  display: inline-block;
  top: inherit;
  margin-top: 15px;
}

/* >> Carousel Nav **/
.owl-prev,
.owl-next {
  background-image: url("images/ico-nav-carousel.png");
  background-position: left top;
  background-repeat: no-repeat;
  width: 24px;
  height: 46px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  opacity: 1.0;
  z-index: 9;
}

.owl-next {
  left: auto;
  background-position: right bottom;
  right: -50px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.8;
}

.owl-prev:active,
.owl-next:active {
  opacity: 0.6;
}

/* >> Depoiment */
.name-depoiment {
  display: block;
  margin-top: 10px;
  color: #231f20;
  font-style: normal;
}

/* ============== */
/* > BLOG CONTENT */
/* ============== */
.article {
  padding-bottom: 7%;
}

.small-news-blog {
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0;
}

.small-news-blog li {
  font-size: 16px;
  margin-bottom: 4%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.small-news-blog li:nth-child(3n+1) {
  margin-left: 0;
}

.small-news-blog li:nth-child(3n+3) {
  margin-right: 0;
}

.small-news-blog li .title-packages {
  font-size: 1.25em;
  /* 20/16 */
  line-height: 1.2em;
}

.seals-aside {
  margin-top: 3em;
  float: left;
}

.seals-aside a {
  margin-bottom: 1.5em;
  display: block;
}

.seals-aside strong {
  font-size: 1.5em;
  /* 24/16 */
  display: block;
  margin: 1em 0 0.2em;
}

/* >> Blog int */
.wp-title {
  color: #026943;
  font-size: 1.875em;
  /* 30/16 */
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-galery {
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0;
}

.wp-galery li {
  float: none;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 2.5%;
}

.wp-galery li:nth-child(3n+1) {
  margin-left: 0;
}

.wp-galery li:nth-child(3n+3) {
  margin-right: 0;
}

.wp-packages {
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0;
  text-align: center;
}

.wp-packages li {
  font-size: 16px;
  margin-top: 2.5%;
}

.wp-packages li:nth-child(3n+1) {
  margin-left: 0;
}

.wp-packages li:nth-child(3n+3) {
  margin-right: 0;
}

/* >> Slide int */
.slide-int-container {
  width: 100%;
  position: relative;
  clear: both;
  float: left;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.slide-int {
  overflow: hidden;
  width: 100%;
  z-index: 8;
}

.slide-int li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

/* >>> Slide int nav **/
.pager-int_nav {
  background-image: url("images/ico-nav-slide-int.png");
  background-position: left top;
  background-repeat: no-repeat;
  width: 24px;
  height: 46px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  opacity: 0.6;
  z-index: 9;
}

.pager-int_nav:hover {
  opacity: 0.8;
}

.pager-int_nav:active {
  opacity: 1.0;
}

.pager-int_nav.next {
  left: auto;
  background-position: right bottom;
  right: 1%;
}

/* ================= */
/* > CONTACT CONTENT */
/* ================= */
.box-phone-contact {
  background: #3c9339;
  padding: 30px 0;
  margin-top: 2em;
}

.box-btns-contact a {
  margin: 20px 20px 0;
  display: inline-block;
}

.single-btn-container-contact {
  position: relative;
  z-index: 999;
}

.m404 {
  margin: 3em 0;
  display: table;
}

/* >> Cart */
.category {
  margin: 30px 0px 0px;
  color: #3d933a;
}

td {
  vertical-align: middle;
}

tr {
  margin-top: 3px;
  width: 100%;
  display: table;
}

.tr-head {
  background: #00ADEF;
}

.tr-head th {
  color: #fff;
  font-size: 1.125em;
  /* 18/16 */
  font-weight: bold;
}

.tr-head-pair {
  background: #86c761;
}

.tr-opp {
  background: #cbe4ba;
}

.tr-opp img {
  margin-right: 20px;
}

.td-opp {
  background: #d5e9c8;
}

.tr-pair {
  background: #eff7ea;
}

.tr-pair img {
  margin-right: 20px;
}

.td-pair {
  background: #f5faf2;
}

.title-cart {
  font-size: 1.5em;
  /* 24/16 */
  font-weight: bold;
  margin-bottom: 10px;
}

.close {
  background: #00ADEF;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: bold;
}

.tfoot {
  padding: 6px;
}

.fare {
  float: left;
  margin: 12px 30px;
}

.fare-input {
  width: 36%;
  height: 47px;
  padding: 0 10px;
}

.wauto {
  width: auto;
}

.btn-cart {
  color: #fff;
  background: #539d42;
  padding: 10px 0;
  font-size: 1.5em;
  /* 24/16 */
}

.final-content {
  margin-top: 2em;
}

.final-content .title-cart:hover {
  text-decoration: underline;
}

.final-content .btn-cart-final:hover {
  text-decoration: none;
}

.cart {
  margin-top: 2%;
  display: block;
  text-align: right;
}

.itens-img {
  float: right;
  margin: 2px 0 0 8px;
}

.total {
  color: #fff;
  font-size: 1.125em;
  /* 18/16 */
  font-weight: bold;
  background: #00ADEF;
  padding: 18px 0 16px;
}

.btn-cart-final {
  display: block;
  padding: 12px 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background: #f8a531;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.img-car {
  display: inline-block;
  margin-right: 20px;
}

.table-margin {
  margin-bottom: 5em;
}

.container-form-cart {
  padding: 10px;
  background: #eff7ea;
}

.img-ico-form-cart {
  float: left;
}

.title-product-cart {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 3.4em;
}

.text-quant {
  font-size: 18px;
  color: #3d933a;
  font-weight: bold;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.text-value {
  color: #fe5a00;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0 0;
}

.close-form-cart {
  margin-top: 0.7em;
  display: inline-block;
}

.btn-cart-form-contact {
  background: #f8a531;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.form-cart-value-total {
  color: #fe5a00;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  top: 5px;
}

.text-import {
  line-height: 1.2em;
  margin-top: 20px;
}

.btn-thanks {
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  margin-top: 5px;
}

.btn-abnt {
  padding: 2px 30px;
}

/* >> Single activy */

.aside-value {
  background: #cbe4b9;
  position: relative;
  padding: 35px 16px 0;
}

.aside-value:before {
  content: "";
  background: url(images/ico-value-total.png) center no-repeat;
  position: absolute;
  display: block;
  top: -24px;
  left: 0;
  right: 0;
  width: 45px;
  height: 45px;
  margin: auto;
}

.btn-aside-form {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  margin: 0 auto -12px;
  position: relative;
  top: 14px;
}

.text-line-through {
  text-decoration: line-through;
  color: #66bd51;
  font-size: 18px;
}

.text-condition {
  color: #3d933a;
  font-size: 20px;
  margin-bottom: 6px;
}

.text-packages-value {
  color: #3d933a;
  font-size: 35px;
  font-weight: bold;
  line-height: 0.8em;
}

.aside-value .title-packages {
  margin-bottom: 12px;
}

/* | >> | Cart new | */

.credit_card_fields legend {
  margin-top: 15px;
}

.card_other legend,
.credit_card_fields legend,
.legend-pay {
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  color: #3d933a;
}

.form-pay {
  padding-top: 18px;
  background: #cbe4b9;
}

.credit_card_fields label,
.form-pay label {
  color: #026943;
}

.card-content:nth-child(5n+5) {
  margin-right: 0;
}

.card-content:nth-child(6),
.card-content:nth-child(11) {
  margin-left: 0;
}


/* ======== */
/* > FOOTER */
/* ======== */
.footer {
  background:#fff;
  color: #000;
  padding: 2em 0;
  position: relative;
  z-index: 9;
  margin-top: -4px;
}

.footer .social {
  color: #ffffff;
  font-size: 1.65em;
}

/*
.footer-line {
  background: url(images/footer-line.png) center #eff7ea no-repeat;
  width: 100%;
  height: 192px;
  margin-top: -90px;
  position: relative;
  z-index: 99;
}*/
.footer-line-white {
  background: url(images/footer-line.png) center no-repeat;
  width: 100%;
  height: 192px;
  margin-top: -90px;
  position: relative;
  z-index: 99;
}

.footer-toucan,
.footer-address {
  vertical-align: top;
}

.footer-toucan {
  width: 15%;
  margin-top: 5px;
}

.footer-address {
  width: 83%;
  line-height: 1.2em;
}

.footer-toucan-title {
  font-size: 1.5em;
  /* 24/16 */
  font-weight: bold;
  margin-left: -48px;
}

.address {
  font-size: 0.8em;
  /* 12/16 */
  font-weight: normal;
}

.footer-phone,
.footer-mail {
  font-size: 17px;
  font-weight: bold;
}

.footer-phone [class^="icon"],
.footer-mail [class^="icon"] {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.footer-lr {
  margin-top: 5em;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* ========= */
/* > EFFECTS */
/* ========= */
#imagelightbox {
  position: fixed;
  z-index: 9999;

  -ms-touch-action: none;
  touch-action: none;
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;

  -ms-touch-action: none;
  touch-action: none;

  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
  /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */

  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, .75);
  /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, .75);
  /* 40 */
}

#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #fff;

  -webkit-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(.75);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

  to {
    opacity: .5;
    -webkit-transform: scale(.75);
  }
}

@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(.75);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: .5;
    transform: scale(.75);
  }
}


/* OVERLAY */

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  text-align: left;
  background-color: #076210;
  border-radius: 50%;
  border: none;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */
  cursor: pointer;

  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #076210;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* CAPTION */

#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #086711;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#imagelightbox-nav button {
  width: 1em;
  /* 20 */
  height: 1em;
  /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
  /* 5 */
}

#imagelightbox-nav button.active {
  background-color: #fff;
}


/* ARROWS */

.imagelightbox-arrow {
  width: 3.75em;
  /* 60 */
  height: 7.5em;
  /* 120 */
  background-color: #444;
  background-color: rgba(185, 227, 143, .5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  /* 60 */
  border: none;
  cursor: pointer;
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: #b9e38f;
  background-color: rgba(185, 227, 143, .75);
}

.imagelightbox-arrow:active {
  background-color: #b9e38f;
}

.imagelightbox-arrow-left {
  left: 2.5em;
  /* 40 */
}

.imagelightbox-arrow-right {
  right: 2.5em;
  /* 40 */
}

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -0.125em;
  /* 2 */
}

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em;
  /* 5 */
}

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em;
  /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 41.250em)

/* 660 */
  {
  #container {
    width: 100%;
  }

  #imagelightbox-close {
    top: 1.25em;
    /* 20 */
    right: 1.25em;
    /* 20 */
  }

  #imagelightbox-nav {
    bottom: 1.25em;
    /* 20 */
  }

  .imagelightbox-arrow {
    width: 2.5em;
    /* 40 */
    height: 3.75em;
    /* 60 */
    margin-top: -2.75em;
    /* 30 */
  }

  .imagelightbox-arrow-left {
    left: 1.25em;
    /* 20 */
  }

  .imagelightbox-arrow-right {
    right: 1.25em;
    /* 20 */
  }
}

@media only screen and (max-width: 20em)

/* 320 */
  {
  .imagelightbox-arrow-left {
    left: 0;
  }

  .imagelightbox-arrow-right {
    right: 0;
  }
}

/* =========== */
/* > CONSTANTS */
/* =========== */
/* >> Colors */
.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-green {
  background: #00ADEF;
}

.bg-green-light {
  background: #eff7ea;
}

.bg-yellow {
  background: #f8a531;
}

.text-red {
  color: #fe5a00;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-green-dark {
  color: #000000;
}

.text-green {
  color: #3d933a !important;
}

.text-green-lignt {
  color: #86c761;
}

/* >> Align */
.alignleft {
  float: left;
}

.alignright {
  float: right;
  line-height: 20px;
  font-family: 'LL Brown';
}

.alignnone {
  float: none;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* >> Margins */
.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.margin {
  margin: 1em;
}

.margin-top {
  margin-left: 2%;
  width: 97%;
  margin-top: 1em !important;
}

.margin-bottom {
  margin-bottom: 1em;
}

.margin-left {
  margin-left: 1em;
}

.margin-right {
  margin-right: 1em;
}

.offset-left {
  margin-left: 10%;
}

.offset-right {
  margin-right: 10%;
}

/* >> Paddings */
.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.padding {
  padding: 1em;
}

.padding-top {
  padding-top: 1em;
}

.padding-bottom {
  padding-bottom: 1em !important;
}

.padding-left {
  padding-left: 1em;
}

.padding-right {
  padding-right: 1em;
}

/* >> Content display */
.display {
  display: table;
}

.inline {
  display: inline-block;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.no-border {
  border: none;
}

.no-bg {
  background: none !important;
}

/* >> Text */
.text-left {
  text-align: center;

  color: white;
  margin-left: 10px;



}

.text-lefte {
  font-family: 'Muli';
    font-size: 17px;
    FONT-WEIGHT: 700;
    text-align: center;
    color: #444;
    height: 33px;
    padding: 15px;
    border-radius: 12px 12px 12px 12px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

.fz0 {
  font-size: 0;
}

.fz16 {
  font-size: 16px;
}

.valign {
  vertical-align: top;
}


.menu-foto {
  display: none !important;
  background: #F8A531 !important;
}

/* ============ */
/* > RESPONSIVE */
/* ============ */
@media only screen and (max-width: 1200px) {

  /* >> QUERY 1200 */
  /* >>> Containers 1200 */
  .wrap {
    width: 100%;
  }
}

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

  /* >> QUERY 1024 */
  /* >>> Header Menu */
  .header-menu menu li a {
    padding: 15px 11px;
  }

  /* >> Activity */
  .title-activity {
    border-radius: 5px;
    background: #f8fcf3;
    font-size: 22px;
    font-weight: bold;
    color: #222;
    position: relative;
    padding: 28px 0 11px 0px;
  }

  .title-activity img {
    left: 0;
    right: 0;
    top: -44px;
    margin: auto;
  }

  /* >>> FOOTER */
  .footer-lr-1024 {
    margin-top: 4.7em;
  }

  /* >> Single activy */
  .text-packages-value {
    font-size: 28px;
  }

  /* >>> Grid with margin 1024 */
  .full-1024,
  .high-1024,
  .half-1024,
  .low-1024,
  .one-third-1024,
  .two-third-1024 {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .full-1024 {
    width: 98% !important;
  }

  .high-1024 {
    width: 73% !important;
  }

  .half-1024 {
    width: 48% !important;
  }

  .low-1024 {
    width: 23% !important;
  }

  .one-third-1024 {
    width: 31.33% !important;
  }

  .two-third-1024 {
    width: 64.66% !important;
  }

  /* >>> Grid none margin 1024 */
  .full-nm-1024,
  .high-nm-1024,
  .half-nm-1024,
  .low-nm-1024,
  .one-third-nm-1024,
  .two-third-nm-1024 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .full-nm-1024 {
    width: 100% !important;
  }

  .high-nm-1024 {
    width: 75% !important;
  }

  .half-nm-1024 {
    width: 50% !important;
  }

  .low-nm-1024 {
    width: 25% !important;
  }

  .one-third-nm-1024 {
    width: 33.33% !important;
  }

  .two-third-nm-1024 {
    width: 66.66% !important;
  }

  /* >>> Constants 1024 */
  .hide-1024 {
    display: none;
  }

  .show-1024 {
    display: block;
  }

  .no-margin-1024 {
    margin: 0;
  }

  .no-margin-top-1024 {
    margin-top: 0 !important;
  }

  .no-padding-1024 {
    padding: 0;
  }

  .text-center-1024 {
    color: #222;
    /* margin-top: -12px; */
    /* margin-top: 8px; */
    background: #ffffff;
    font-size: 18px;

    padding: 10px 10px 10px 10px;
    text-align: center;
  }
}

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

  /* >> QUERY 768 */
  /* >>> Menu */
  /* >>> Menu */
  .header-menu {
    width: 100%;
    padding-top: 0;
    position: relative;
    margin-top: 0;
  }

  .header-menu menu {
    visibility: visible;
    opacity: 1;
    display: none;
    border-top: 1px solid #026943;
  }

  .header-menu input[type=checkbox]:checked~label,
  .header-menu input[type=checkbox]~label:hover {}

  .menu-navicon {
    height: 44px;
    position: relative;
  }

  .header-menu label {
    width: 100%;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 22px;
    font-size: 1.2em;
    text-align: left;
    text-transform: uppercase;
    color: ;
    line-height: 0.9em;
  }

  .header-menu label:before {
    content: "";
    background: url(images/ico-navicon2.png) right center no-repeat;
    width: 35px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-menu menu li {
    display: block;
    float: none;
    border-left: none;
    border-bottom: 1px solid #026943;
    width: 100%;
    margin: 0;
  }

  .header-menu menu li a {
    text-align: center;
    float: none;
    display: block;
    color: ;
    border-radius: 0px;
    padding: 1em 0 0.7em;
  }

  .header-menu menu li a:active {
    background: #026943;
    color: #cbe4b9;
  }

  .header-menu menu li:hover a {
    color: ;
  }

  .header-menu input[type=checkbox]:checked~menu {
    display: block;
  }

  .menu-foto {
    display: block !important;
  }

  /* >>> Slideshow */
  .slideshow-content {
    padding-bottom: 4px;
  }

  .slideshow-title {
    font-size: 2.5em;
    /* 40/16 */
  }

  .int li {
    width: 100%;
    height: 247px;
    overflow: hidden;
  }

  .int li img {
    max-width: none;
    width: auto;
    height: 247px;
    position: relative;
    left: 0px;
  }

  /* >>> Activity */
  .activity {
    margin-bottom: 3em;
  }

  /* >>> Large packages */
  .packages-icons-content li {
    display: block;
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
  }

  /* >>> Aventure */
  .aventure .btn {
    top: 32px;
  }

  /* >>> Carousel */
  .carousel .aventure-content {
    padding: 2% 2% 4%;
  }

  /* >>> Cart */
  .title-product-cart {
    position: relative;
    left: inherit;
    margin: 10px;
    transform: translateY(0);
  }

  .text-quant {
    position: relative;
    left: inherit;
    margin: 10px;
    transform: translateY(0);
    float: none;
  }

  /* >>> FOOTER */
  .footer-lr {
    margin-top: 1em;
  }

  .footer-lr-1024 {
    margin-top: 0.7em;
  }

  /* >> Single activy */

  .aside-value {
    padding: 35px 35% 0;
  }

  /* >>> Grid with margin 768 */
  .full-768,
  .high-768,
  .half-768,
  .low-768,
  .one-third-768,
  .two-third-768 {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .full-768 {
    width: 98% !important;
  }

  .high-768 {
    width: 73% !important;
  }

  .half-768 {
    width: 48% !important;
  }

  .low-768 {
    width: 23% !important;
  }

  .one-third-768 {
    width: 31.33% !important;
  }

  .two-third-768 {
    width: 64.66% !important;
  }

  /* >>> Grid none margin 768 */
  .full-nm-768,
  .high-nm-768,
  .half-nm-768,
  .low-nm-768,
  .one-third-nm-768,
  .two-third-nm-768 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .full-nm-768 {
    width: 100% !important;
  }

  .high-nm-768 {
    width: 75% !important;
  }

  .half-nm-768 {
    width: 50% !important;
  }

  .low-nm-768 {
    width: 25% !important;
  }

  .one-third-nm-768 {
    width: 33.33% !important;
  }

  .two-third-nm-768 {
    width: 66.66% !important;
  }

  /* >>> Constants 768 */
  .col-center-768 {
    float: none;
    margin: auto;
    display: inline-block;
  }

  .hide-768 {
    display: none;
  }

  .show-768 {
    display: block;
  }

  .alignnone-768 {
    float: none;
  }

  .margin-top-768 {
    margin-top: 1em;
  }

  .margin-bottom-768 {
    margin-bottom: 1em !important;
  }

  .no-margin-768 {
    margin: 0;
  }

  .no-padding-768 {
    padding: 0;
  }

  .padding-768 {
    padding: 1em;
  }

  .padding-top-768 {
    padding-top: 1em;
  }

  .padding-bottom-768 {
    padding-bottom: 1em;
  }

  .text-center-768 {
    text-align: center;
  }

  .icons-content-top .inline-768 {
    display: inline-block !important;
  }

  .w-auto-768 {
    width: auto !important;
  }
}

@media only screen and (max-width: 600px) {
  #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {

    z-index: 1;
  }
}

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

  /* >> QUERY 640 */
  /* >>> Slideshow */
  .swiper-container {
    padding: 11px !important;
}
.swiper {
    height: 260px !important;
}

  header.abajo .scrolledwi {}

  .singlecabe {

    width: 100%;
  }
a.botonpro {
   
    width: 30% !important;
}
  .cabecera-sigle h1 {
    transform: translate(-110%, -162px) !important;

    font-size: 25px !important;

    line-height: 30px !important;
  }

  .cabecera-sigle {
    height: 190px !important;


  }

  .paginacioproduct {

    margin-top: 70px !important;
  }

  .targeta-page {

    margin-top: 70px !important;



  }

  .page_nav .page-numbers {
    padding: 5px 12px !important;
  }

  .single-col5 {
    width: 90% !important;
    margin-left: 16px;
  }

  .targeta-page {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .slideshow li {
    width: 100%;
    height: 550px;
    overflow: hidden;
  }

  .slideshow li img {
    max-width: none;
    width: auto;
    height: 450px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .int li,
  .int li img {
    height: 247px;
    left: 0;
  }

  /* >>> Slogan */
  .bar-symbol {
    margin-top: -1.5em;
  }

  .slogan-title {
    font-size: 2.75em;
    /* 44/16 */
  }

  .slogan-description {
    font-size: 1.25em;
    /* 20/16 */
  }

  /* >>> Seals */
  .seals {
    background: #00ADEF;
  }

  /* >>> Carousel Nav **/
  .owl-prev {
    left: -30px;
  }

  .owl-next {
    right: -30px;
  }

  /* >> btns */
  .btn-car-header {
    position: absolute;
    z-index: 99;
    left: 5px;
    top: 120px;
  }



  /*agregado por wilson */
  .btn-laguage-es-header {
    position: absolute;
    z-index: 99;
    left: 50px;
    top: 120px;
  }

  .btn-laguage-en-header {
    position: absolute;
    z-index: 99;
    left: 80px;
    top: 120px;
  }

  .btn-laguage-pt-header {
    position: absolute;
    z-index: 99;
    left: 110px;
    top: 120px;
  }

  .header-language {
    padding: initial;
  }

  .title-content {
    font-size: 23px;
    font-weight: 700;
    color: black;
  }








  /* >>> Grid with margin 640 */
  .full-640,
  .high-640,
  .half-640,
  .low-640,
  .one-third-640,
  .two-third-640 {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .full-640 {
    width: 98% !important;
  }

  .high-640 {
    width: 73% !important;
  }

  .half-640 {
    width: 48% !important;
  }

  .low-640 {
    width: 23% !important;
  }

  .one-third-640 {
    width: 31.33% !important;
  }

  .two-third-640 {
    width: 64.66% !important;
  }

  /* >>> Grid none margin 640 */
  .full-nm-640,
  .high-nm-640,
  .half-nm-640,
  .low-nm-640,
  .one-third-nm-640,
  .two-third-nm-640 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .full-nm-640 {
    width: 100% !important;
  }

  .high-nm-640 {
    width: 75% !important;
  }

  .half-nm-640 {
    width: 50% !important;
  }

  .low-nm-640 {
    width: 25% !important;
  }

  .one-third-nm-640 {
    width: 33.33% !important;
  }

  .two-third-nm-640 {
    width: 66.66% !important;
  }

  /* >>> Constants 640 */
  .hide-640 {
    display: none;
  }

  .show-640 {
    display: block;
  }

  .alignnone-640 {
    float: none;
  }

  .margin-top-640 {
    margin-top: 1em;
  }

  .margin-bottom-640 {
    margin-bottom: 1em;
  }

  .no-margin-640 {
    margin: 0;
  }

  .no-padding-640 {
    padding: 0;
  }

  .text-center-640 {
    text-align: center;
  }

  .auto-w-640 {
    width: auto;
  }
}

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

  /* >> QUERY 540 */
  /* >>> Slogan */
  .slogan-title {
    font-size: 2em;
  }

  /* >>> Seals */
  .seals {
    margin-top: 2em;
  }

  /* >>> Activity */
  .box-activity {
    padding: 0 10px;
  }

  /* >>> Aventure */
  .aventure .btn {
    top: 28px;
  }

  /* >>> Grid with margin 540 */
  .full-540,
  .high-540,
  .half-540,
  .low-540,
  .one-third-540,
  .two-third-540 {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .full-540 {
    width: 98% !important;
  }

  .high-540 {
    width: 100% !important;
  }

  .half-540 {
    width: 48% !important;
  }

  .low-540 {
    width: 23% !important;
  }

  .one-third-540 {
    width: 31.33% !important;
  }

  .two-third-540 {
    width: 64.66% !important;
  }

  /* >>> Grid none margin 540 */
  .full-nm-540,
  .high-nm-540,
  .half-nm-540,
  .low-nm-540,
  .one-third-nm-540,
  .two-third-nm-540 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .full-nm-540 {
    width: 100% !important;
  }

  .high-nm-540 {
    width: 75% !important;
  }

  .half-nm-540 {
    width: 50% !important;
  }

  .low-nm-540 {
    width: 25% !important;
  }

  .one-third-nm-540 {
    width: 33.33% !important;
  }

  .two-third-nm-540 {
    width: 66.66% !important;
  }

  /* >>> Constants 540 */
  .col-center-540 {
    float: none;
    display: inline-block;
    margin-top: 30px;
  }

  .hide-540 {
    display: none;
  }

  .show-540 {
    display: block;
  }

  .alignnone-540 {
    float: none;
  }

  .alignleft-540 {
    float: left !important;
  }

  .margin-top-540 {
    margin-top: 1em;
  }

  .margin-bottom-540 {
    margin-bottom: 1em;
  }

  .no-margin-540 {
    margin: 0;
  }

  .no-padding-540 {
    padding: 0;
  }

  .text-center-540 {
    text-align: center;
  }
}

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

  /* >> QUERY 480 */
  /* >>> Activity */
  .box-activity {
    padding: 0;
  }

  /* >>> Legendas **/
  .wp-caption {
    display: inline-block !important;
    float: none !important;
    margin-right: 0 !important;
  }

  /* >> Single activy */

  .aside-value {
    padding: 35px 25% 0;
  }

  /* >>> Grid with margin 480 */
  .full-480,
  .high-480,
  .half-480,
  .low-480,
  .one-third-480,
  .two-third-480 {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .full-480 {
    width: 98% !important;
  }

  .high-480 {
    width: 73% !important;
  }

  .half-480 {
    width: 48% !important;
  }

  .low-480 {
    width: 23% !important;
  }

  .one-third-480 {
    width: 31.33% !important;
  }

  .two-third-480 {
    width: 64.66% !important;
  }

  /* >>> Grid none margin 480 */
  .full-nm-480,
  .high-nm-480,
  .half-nm-480,
  .low-nm-480,
  .one-third-nm-480,
  .two-third-nm-480 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .full-nm-480 {
    width: 100% !important;
  }

  .high-nm-480 {
    width: 75% !important;
  }

  .half-nm-480 {
    width: 50% !important;
  }

  .low-nm-480 {
    width: 25% !important;
  }

  .one-third-nm-480 {
    width: 33.33% !important;
  }

  .two-third-nm-480 {
    width: 66.66% !important;
  }

  /* >>> Constants 480 */
  .hide-480 {
    display: none;
  }

  .show-480 {
    display: block;
  }

  .alignnone-480 {
    float: none;
  }

  .padding-top-480 {
    padding-top: 1em;
  }

  .margin-top-480 {
    margin-top: 1em;
  }

  .margin-bottom-480 {
    margin-bottom: 1em;
  }

  .no-margin-480 {
    margin: 0;
  }

  .no-padding-480 {
    padding: 0;
  }

  .text-center-480 {
    text-align: center;
  }
}

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

  /* >> QUERY 360 */
  /* >>> Slideshow */
  .slideshow-content {
    padding-bottom: 4px;
  }

  .slideshow-title {
    font-size: 1.875em;
    /* 30/16 */
  }

  /* >>> Slogan */
  .bar-symbol {
    margin-top: -1em;
  }

  .slogan-title {
    font-size: 2.5em;
  }

  /* >>> Seals */
  .seals {
    margin-top: 1.6em;
  }

  /* >>> Carousel Nav **/
  .owl-prev {
    top: 22%;
    left: 10px;
  }

  .owl-next {
    top: 22%;
    right: 10px;
  }

  /* >>> Grid with margin 360 */
  .full-360 {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .full-360 {
    width: 94% !important;
  }

  /* >>> Constants 360 */
  .show-360 {
    display: block;
  }

  .aligncenter-360 {
    margin-left: auto;
    margin-right: auto;
  }

  .margin-top-360 {
    margin-top: 1em;
  }

  .margin-bottom-360 {
    margin-bottom: 1em;
  }

  .no-margin-bottom-360 {
    margin-bottom: 0;
  }

  .no-padding-top-360 {
    padding-top: 0;
  }

  .text-center-360 {
    text-align: center;
  }

  .icons-content-top .show-360 {
    display: block !important;
    width: 50% !important;
  }
}

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

  /* >> QUERY 320 */
  /* >>> Slogan */
  .slogan-title {
    font-size: 2.2em;
  }

  /* >>> Aventure */
  .aventure .btn {
    top: 26px;
  }

  /* >>> Carousel Nav **/
  .owl-prev {
    top: 18%;
  }

  .owl-next {
    top: 18%;
  }

  /* >> Single activy */

  .aside-value {
    padding: 35px 15% 0;
  }

  /* >>> Grid with margin 320 */
  .full-320,
  .high-320,
  .half-320,
  .low-320,
  .one-third-320,
  .two-third-320 {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .full-320 {
    width: 98% !important;
  }

  .high-320 {
    width: 73% !important;
  }

  .half-320 {
    width: 48% !important;
  }

  .low-320 {
    width: 23% !important;
  }

  .one-third-320 {
    width: 31.33% !important;
  }

  .two-third-320 {
    width: 64.66% !important;
  }

  /* >>> Grid none margin 320 */
  .full-nm-320,
  .high-nm-320,
  .half-nm-320,
  .low-nm-320,
  .one-third-nm-320,
  .two-third-nm-320 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .full-nm-320 {
    width: 100% !important;
  }

  .high-nm-320 {
    width: 75% !important;
  }

  .half-nm-320 {
    width: 50% !important;
  }

  .low-nm-320 {
    width: 25% !important;
  }

  .one-third-nm-320 {
    width: 33.33% !important;
  }

  .two-third-nm-320 {
    width: 66.66% !important;
  }

  /* >>> Constants 320 */
  .hide-320 {
    display: none;
  }

  .show-320 {
    display: block;
  }

  .alignnone-320 {
    float: none;
  }

  .margin-top-320 {
    margin-top: 1em;
  }

  .margin-bottom-320 {
    margin-bottom: 1em;
  }

  .no-margin-320 {
    margin: 0;
  }

  .no-padding-320 {
    padding: 0;
  }

  .text-center-320 {
    text-align: center;
  }
}

/** IE 8 Hacks **/

/* wilson*/
#sidebar {
  width: 300px;
  height: auto;
  box-shadow: #0e0e0e 0 0 1px 0;
  -moz-box-shadow: #0e0e0e 0 0 1px 0;
  -webkit-box-shadow: #0e0e0e 0 0 1px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
}

#sidebar .widget {
  width: 280px;
  height: auto;
  margin: 10px;
}

.widget .title h2 {
  background: #006505;
  padding: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: conchi;
  color: #00b9eb;
  font-size: 17px;
}

.widget ul {
  width: 200px;
}

.widget ul li {
  list-style: none;
  border-bottom: 1px dashed #ac2925;
  padding: 5px;
}

.widget ul li a {
  color: darkorange;
  text-decoration: none;
}

/*wilson2*/
/*================ Sub-menu lvl1  ===============*/
.nav__primary .menu ul {
  display: none;
  position: absolute;
  z-index: 101;
  left: 0;
  top: 300%;
  width: 155px;
  margin-top: 0;
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #efc94c;
}

/*================ Sub-menu lvl1 item  ===============*/
.nav__primary .menu ul li {
  position: relative;
  padding: 5px 0;
}

.nav__primary .menu ul a {
  display: inline-block;
}

/*================ Sub-menu lvl2 ===============*/
.nav__primary .menu ul ul {
  left: 97%;
  top: -5px;
  margin-left: 15px;
  margin-top: 0;
  background: #efc94c;
  width: 155px;
  padding: 5px 10px;
}

.nav__primary .menu ul ul:before {
  display: none;
}

@media (max-width: 767px) {
  .nav__primary .menu {
    display: none;
  }

  .menu-gadget {
    display: block;
  }
}

/*==================  Stuck menu  ======================*/
.isStuck {
  z-index: 999;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}

.wpcf7-form p {
  color: #505050;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;

}

.wpcf7-form-control {
  margin-top: 10px;
  width: 50%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;

}

.wpcf7-submit {
  width: 80px;
  background-color: #45b705;
  color: #FFF;
  display: inline-block;
  font-family: "lato-bold", sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 15px 14px;
  font-size: 12px;
}

.wpcf7-form-control:hover {
  border: 1px solid #45b705;
}

.wpcf7-form-control:focus {
  border: 1px solid #45b705;
}

.wpcf7-textarea {
  width: 90%;
  height: 70px;
}

.full-768 a {
 

}

.wh-call-to-action-content {
  background: #ff7007;
  color: #eff7ea;
}


.lcp_catlist li {
  text-align: center;
  margin: 8px;
  float: left;
  width: 228px;
  /* font-family: AbrilFatface-Regular;*/
  color: #333333;
  font-size: 19px;
  font-weight: 600;
  margin-left: 15px;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
  border-radius: 8px;

}

.redww h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: calc(0.92rem + 0.3vw);
  padding: 5px;
  text-align: center;
  color: #000000bd;
}

.lcp_catlist li img {

  height: auto;

  width: auto;

  margin-left: auto;



}

.wpcf7-submit {
  width: 100px;
  background-color: #ff0000 !important;
  color: #FFF !important;
  display: inline-block;
  font-family: "lato-bold", sans-serif;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 1px 2px;
  font-size: 12px;
  margin-left: 0px;
}

.wpcf7-form input {

  color: black;

  outline: medium none;

  border-color: #ccc;

  background-color: white;

  border-radius: 5px;



}

.wpcf7-form input:focus {

  border: 1px solid #1da1f2;

}

.imglogo img {

  max-width: 60%;

}

a.boton {
  background-image: linear-gradient(245deg, #00bcde 0, #00bae4 12.5%, #00b9ea 25%, #21b7ee 37.5%, #3cb5f2 50%, #51b3f4 62.5%, #63b0f6 75%, #74adf6 87.5%, #84aaf5 100%);
  color: #ffffff;
  display: inline-block;
  padding: 9px 0px;
  font-weight: bold;
  border-radius: 0px 0px 6px 6px;
  width: 100%;
  height: 39px;

}


.boton {
  margin-top: 4px;
  background-color: #5bcc05;
  color: #fff;
  text-align: center;
  padding: 0px;
  border: 0px;
  width: 60%;

  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  height: 28px;
  border-radius: 4px;
  /* margin-left:  40px;*/
}

.titulostilo {
  text-align: justify;
  font-size: 17px;
  color: #212322;
  font-weight: 300;
  padding: 10px 68px 18px 89px;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}



/* Large Mobile :480px. */

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

  .box label {
    width: 100% !important;
    margin-right: 0;
    margin-top: 4px;
  }

  .lcp_catlist li {

    width: 95%;




  }

  .titulostilo {

    padding: 10px 16px 144px 16px;

  }

  .fodonovedades {
    background: WHITE;
  }

  .dered {
    margin-top: -2px;
    border: 1px;
  }

  .lcp_catlist li img {

    width: 100%;
    background: red;
    height: auto;



  }
}

@media screen and (max-width: 700px) {
  .col-12 .col-2 {
    width: 55%;
  }

  .mega-menu-link {
    width: 250px;
  }

  .mega-menu-link a {
    width: 250px;
  }

  .mega-menu-item {
    width: 250px;
  }

  .justificarentrada p {
    text-align: justify;
  }
}

@media screen and (max-width: 700px) {
  .dasapacion1 {}



}

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

  .edwinan {
    width: 95%;
  }

  .redww {
    width: 98%;
    margin-top: 60px;
  }

  .edwinan1 {
    width: 95%;
  }

  .edwinan p {

    /*margin-left: 5%;
    margin-right: 5%;*/
  }

  .edwinan1 p {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
  }

}

.edwinan1 h2 {
  FONT-SIZE: 18PX;
}

.box-activiti {
  display: none;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
}

.mapacompleto {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: red;
}

/* codigos nuevos */
/* paginaci贸n */
.page_nav .page-numbers {
  padding: 8px 14px;
    margin: 0px 4px;
    border-radius: 4px;
    color: #FFB134;
    background-color: #fff;
    color: #7b7474;
    border: 1px solid #eaeaea;
}

.page_nav .current {
  border: 1px solid #ff0000;
  background-color: #ff0000;
  color: #fff;
}

.page_nav .prev,
.page_nav .next {
 font-weight: bold;
  color: #6f6f73;
  border: 1px solid #eaeaea;
}

.page_nav .page-numbers:hover {
  background-color: #ff0000;
  color: #fff;
}

.targeta-page {
 
  width: 250px;
  float: left;
  margin-top: 55px;
  margin-left: 20px;
  box-shadow: 0px 4px 4px rgb(155 152 152 / 25%);
  border: 1px solid #eaeaea;
  padding: 0px 0px 18px 0px;
  border-radius: 8px;
}

.botontarjeta .targeta-page:hover {
 border: #006fff 0.1em solid;
}
.estrella {
  color: #ffa500;
  padding: 3px;
  text-align: center;
}

.botontarjeta {
  
 height: 15%;
    border-radius: 0px 0px 8px 8px;
    text-align: center;
    PADDING: 10PX;
    margin-top: 10px;
    font-family: 'LL Brown';
    font-size: 15px;
    color: #1c95c9;
    font-weight: 600;
}

.wpcf7-form input {
  color: black;
  outline: medium none;
  border-color: #ccc;
  background-color: white;
  border-radius: 5px;
  width: 90%;
}

.promocioncinta {
  color: #FFF;
  background: #ff0000;
  display: inline-block;
  padding: 0.3em 1.6em 0.3em 1.5em;
  position: relative;
  left: -1.5em;
  box-shadow: -2px 2px 2px rgb(0 0 0 / 50%);
  font-weight: normal;
  transform: translate(12px, -15px);
  width: 139px;
  font-size: 16px;


}

.promocioncinta:before {
  content: '';

  position: absolute;
  left: 0;
  bottom: -0.8em;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-width: 0 0.7em 0.7em 0;
  border-right-color: #e90631;

}

.promocioncinta:after {
  content: '';
  width: 0;
  height: 13px;
  border-left: 15px solid #f00;
  border-right: 14px solid #f00;
  border-bottom: 5px solid transparent;
  position: absolute;
  transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  right: -17px;
  top: 8px;

}

.promocioncinta p {
  font-size: 14px;
  font-family: 'Open Sans';

}

.tituloproducto h3 {
  color: #000;
  text-align: center;
  font-family: 'Muli';
  margin-top: 10px;
  padding: 5px;
  font-size: 13px;
}

.terjetacontacto {
  border-radius: 8px;
  box-shadow: 0px 1px 13px rgb(0 0 0 / 10%);
  padding: 20px;
}

.terjetacontacto h3 {
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
  color: #ff0000;
  
  font-weight: bold;
  font-size: 18px;
    font-family: 'Muli';

}

.hijotarheta {
    text-align: left;
    color: #555;
    padding: 15px;
    font-size: 14px;
    font-family: 'LL Brown';
    line-height: 20px;
}

.tarjetacontactoemail {
  box-shadow: 0px 1px 13px rgb(0 0 0 / 10%);
  border-radius: 8px;
  padding: 12px;
  margin-top: 20px;

}

.tarjetacontactoemail h3 {
  padding: 18px;
  border-radius: 8px 8px 0px 0px;
  color: #ff0000;
  margin-top: 12px;
  font-size: 18px;
    font-family: 'Muli';
}

.tarjetacontactoemail p {
  text-align: center;
    color: #555;
    padding: 5px;
    font-size: 14px;
    font-family: 'LL Brown';
    line-height: 20px;
}




::-webkit-scrollbar {
  width: 10px;
  /* Ancho de la barra de scroll */
  height: 8px;
  /* Altura de la barra de scroll */
}

::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  /* Color del scroll thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e6e6e6;
  /* Color del scroll thumb al pasar el cursor */
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  /* Color del track */
}

.cabecera-sigle {
  height: 500px;


}

.cabecera-sigle h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-140%, -149px);
  font-family: 'muli';
  color: #9e268f;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;

}

.cabecera-sigle img {
  height: 100% !important;
  width: 100%;
}

.paginacioproduct {
  float: initial;
  padding: 1%;
  float: initial;
  padding: 1%;
  margin-top: 40px;
  display: block;
  text-align: center;
}

.imagenpostsingle img {
  height: 360px;
  width: 435px;
  border-radius: 8px;

}

.imagenpost img {
  border-radius: 8px;
}

/*  tabs final */
.wrapper {
  /*min-height: 100vh; */
  box-sizing: border-box;
  padding-top: 5%;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  max-width: 960px;
  margin: 0 auto;
}

.box {
  display: flex;
  flex-wrap: wrap;
}

.box label {
  border: 1px solid #eaeaea;
  
  color: #222;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
font-family: 'LL Brown';
  width: 40%;
  padding: 7px;

  text-align: center;
  /*	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5); */
  order: 1;
  display: block;
  /*	padding: 16px 127px; */
  margin-right: 4px;
  cursor: pointer;
}

.box .content {
 font-size: 15px;
    font-family: 'LL Brown';
    text-align: justify;
    display: none;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    /* box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5); */
    order: 99;
    flex-grow: 1;
    width: 100%;
    color: rgba(0, 0, 0, 0.75);

}

.box input[type="radio"] {
  display: none;
}

.box input[type="radio"]:checked+label {
  background: #eaeaea;
  border: 1px solid #eaeaea;
  color: #f00;
 font-family: 'LL Brown'
}


/* este es el codigo del carrusel */
.containercarru {
  overflow-x: hidden;

  justify-content: center;


}

.containercarru H2 {
  font-size: 27px;

  text-align: center;
  padding: 13px;
  margin-top: 50px;
  line-height: 30px;
  font-weight: 700;
}


.containercarru H4 {
    color: #000;
    text-align: center;
    font-family: 'Muli';
    margin-top: 10px;
    padding: 5px;
    font-size: 13px;
}

.containercarru .swiper-container {
  width: 100%;
  height: 100%;
}

.containercarru .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;

  text-align: start;
  box-shadow: rgb(0 0 0 / 7%) 0px 1px 13px;
  padding: 1px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
 
}
.containercarru {
    overflow-x: hidden;

}
.swiper-slide {
  width: 90%;


}

.containercarru .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;


}

.containercarru .swiper-slide .card-title,
.containercarru .swiper-slide .card-text {
  margin-bottom: 0.5rem;
}

.containercarru .swiper-slide .card-link {
  text-align: center;

}

.containercarru .swiper-slide .card-link a {
  text-decoration: none;
  color: #2d3986;
  ;
}

.swiper-button-next {
  right: 26px !important;
  color: rgb(192, 189, 188);
}

.swiper-button-prev {
  left: 26px !important;
  color: rgb(192, 189, 188);
}

.card-text p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  padding: 10px;
}

.rowblog {
  width: 110%;
  margin-left: -25px;
}

.botonedwin {
  text-align: center;
  width: 50%;
  margin-left: 25%;
  color: #2d3986;
  border: 1px solid #2d3986;
  padding: 8px;
  border-radius: 8px;
}

/* slider princiupal*/
.box input[type="radio"]:checked+label+.content {
  display: block;
}

a.botonpro {
 text-align: center;
    background:#ff2a2a;
    color: #ffffff;
    display: inline-block;
    padding: 9px;
    /* font-weight: bold; */
    border-radius: 8px;
    width: 35%;
    /* height: 39px; */
   font-family: 'LL Brown';
    font-size: 14px;
}

.edwinan h2 {
  color: #000;
    font-size: 17px;
    font-family: 'Muli';
    padding: 20px;
}

.edwinan i {
  color: #f70c0c;
}

.edwinan a i:hover {
  color: #f70c0c !important;
}

.singlecabe {
  padding: 20px;
  display: flex;
  justify-content: center;
}


button {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 5px;
 background: #183153;
 font-family: "Montserrat", sans-serif;
 box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
 overflow: hidden;
 border: none;
}

button:after {
 content: " ";
 width: 0%;
 height: 100%;
 background: #FFD401;
 position: absolute;
 transition: all 0.4s ease-in-out;
 right: 0;
}

button:hover::after {
 right: auto;
 left: 0;
 width: 100%;
}

button span {
 text-align: center;
 text-decoration: none;
 width: 100%;
 padding: 18px 25px;
 color: #fff;
 font-size: 1.125em;
 font-weight: 700;
 letter-spacing: 0.3em;
 z-index: 20;
 transition: all 0.3s ease-in-out;
}
/* boton */
.title-content:before {
  content: '';
    display: inline-block;
    height: 24px;
    width: 7px;
    background-color: #f30909;
    border-radius: 8px;
    margin-right: 0.5rem;
    
}

.textodesc{ 
    margin-left: 9px;
 border-radius: 8px;
 padding: 7px 0;
 font-size: 14px;
 color: #000;
 font-weight: 300;
 line-height: initial;
 padding: 2px 2px 2px 2px;
 height: 40px;background:#f30909;
 color:white; 
 width: 70px;
 margin-top: -50px;
 font-family: 'Open Sans';
 font-weight: 500;transform: translate(20%, -10%);
 border-radius: 8px;
}
.extrellasini{
    font-size: 16px;
    font-weight: 200;
    margin-left: 29%;
}
.edwinan a i{
    font-size: 24px;
    padding: 0px 5px;
    color:rgb(170, 170, 170)
}
.extrellasini i {
    color:#ffa500;
}
.textocopri{
    color: #000;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 13px; line-height: 1.6;
    font-family: 'LL Brown';
    font-size: 12px;
}
.liniafooter{
    border: 0 none red;border-top: 1px solid #ccc;height: 1px;margin: 5px 0;display: block;clear: both;
}
.carruboton{
    text-align: center;text-decoration: none;
    color: #1c95c9;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.generalportafolio img{
   width: 100%;
   border-radius: 8px 8px 0px 0px ;
}
.textodescripcion{
     font-family: 'LL Brown';
    padding: 7px;
    font-size: 15px;
    color: #727171;
    font-weight: 300;
    padding: 17px 20px 18px 20px;
    TEXT-ALIGN: start;
    /* font-family: 'Open Sans'; */
    margin-top: 30px;
}
/* fin boto */



.tracking-in-expand-fwd {
	-webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-5-3 8:2:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}



button:hover span {
 color: #183153;
 animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
 0% {
  transform: scale(1);
 }

 50% {
  transform: scale(0.95);
 }

 100% {
  transform: scale(1);
 }
}
