/* CSS Document */

@font-face {
    font-family: 'nowayregular';
    src: url('../fonts/noway-regular-webfont.eot');
    src: url('../fonts/noway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/noway-regular-webfont.woff2') format('woff2'),
         url('../fonts/noway-regular-webfont.woff') format('woff'),
         url('../fonts/noway-regular-webfont.ttf') format('truetype'),
         url('../fonts/noway-regular-webfont.svg#nowayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Steelfish';
    src: url('../fonts/Steelfish-Bold.eot');
    src: url('../fonts/Steelfish-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Steelfish-Bold.woff2') format('woff2'),
        url('../fonts/Steelfish-Bold.woff') format('woff'),
        url('../fonts/Steelfish-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-family: "Arial",Sans-serif;
    font-size: 14px;
    color: #333;
    min-width: 320px;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none !important;
}

a,
button{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

h1 {
    font-family: "nowayregular", Sans-serif;
    font-size: 38px;
    letter-spacing: 3px;
    color: #333;
    font-weight: 600;
}

h2, h3, h4, h5, h6 {
    font-family: "nowayregular", Sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
    color: #333;
    font-weight: 600;
}

p {
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}

.container {
	position: relative;
}

.aligner {
    align-items: center;
    justify-content: center;
}

/*############################# HEADER #############################*/

.customize-support #header, 
.customize-support #header .fixed-button,
.customize-support #header .fixed-button-2 {
	top: 32px;	
}

.customize-support #header .active-logo {
	top: 42px;	
}

section a {
	color: #000f;	
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 25px 0;
    height: 90px;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header.active {
    background: #fff;
    border-bottom: 1px solid #223a84;
}

#header .fixed-logo,
#header .active-logo {
    position: fixed;
    top: 0;
    left: 20px;
    z-index: 9;
    max-width: 75px;
}

#header.active .fixed-logo {
    display: none;
}

#header .active-logo {
    top: 10px;
    left: 20px;
    display: none;
    max-width: 70px;
}

#header.active .active-logo {
    display: block;
}

#header .fixed-button {
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 9;
    text-align: center;
    margin: 25px;
}

#header .fixed-button-2 {
    position: fixed;
    top: 0;
    right: 35px;
    z-index: 9;
    text-align: center;
    margin: 25px;
}

#header .fixed-button i,
#header .fixed-button-2 i {
    font-size: 29px;
    line-height: 38px;
    color: #223a84;
}

#main-menu {
    display: none;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#header.active #main-menu {
    display: block;
}

#main-menu li {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

#main-menu a {
    color: #223a84;
}

#main-menu a:hover {
    color: #999;
}

#header .navbar-toggler {
    position: absolute;
    right: 80px;
    top: 8px;
    width: 45px;
    outline: none;
}

#header .navbar-toggler span {
    position: relative;
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    margin-bottom: 4px;
}

#header .close {
    position: fixed;
    top: 28px;
    right: 18px;
    color: #FFF;
    font-size: 40px;
    z-index: 100;
    opacity: 1;
    display: none;
}

.customize-support #header .close {
	top: 56px;	
}

#header .close:hover {
    opacity: 0.7;
}

#header .close .line,
#header .close .line:after {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
}

#header .close .line:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#header .close .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*############################# CONTENT #############################*/

#content {
    position: relative;
    width: 100%;
}

#main-banner {
    position: relative;
    width: 100%;
}

#main-banner .video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#main-banner .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
}

#main-banner .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#main-banner .play-button svg {
    color: #fff;
    font-size: 86px;
    text-shadow: 0 0 0 rgba(0,0,0,.3);
    opacity: 0.8;
    transition: all .5s;
    display: inline-block;
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(0,0,0,.3);
    border: 3px solid rgba(255,255,255,.8);
    border-radius: 100%;
    padding: 22px;
}

#main-banner .video-overlay:hover .play-button svg {
    opacity: 1;
    border: 3px solid rgba(255,255,255,1);
}

section.section {
    padding: 30px 0;
}

section.section.large {
    padding: 100px 0;
}

#animated-images, 
#animated-images-2 {
    position: relative;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    max-width: 768px;
}

#animated-images img, 
#animated-images-2 img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

#animated-images img.img1, 
#animated-images-2 img.img1 {
    position: relative !important;
    left: auto;
    display: inline-block !important;
}

.items .btn {
    background: #000;
    font-size: 18px;
    line-height: 18px;
    padding: 12px 20px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

.items .btn:hover {
    background: #999;
    color: #4c4c4c;
    border: 1px solid #000
}

.parallax {
    position: relative;
    display: flex;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: none;
}

.parallax:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.32;
    content: "";
}

.parallax.bg1 {
    background-image: url('../img/parallax1.jpg');
}

.section.parallax h1,
.section.parallax h2 {
    position: relative;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 80px;
    font-family: 'Steelfish';
    letter-spacing: 13px;
    z-index: 5;
}

.banner {
    position: relative;
    display: flex;
    background-attachment: unset;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    display: none;
}

.banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    content: "";
}

.banner.bg1, .parallax.bg1 {
    background-image: url('../img/parallax1.jpg');
}

.banner.bg2, .parallax.bg2 {
    background-image: url('../img/parallax2.jpg');
}

.banner.bg3, .parallax.bg3 {
    background-image: url('../img/parallax3.jpg');
}

.banner.bg4, .parallax.bg4 {
    background-image: url('../img/concepto-banner.jpg');
}

.banner.bg5, .parallax.bg5 {
    background-image: url('../img/quienes-somos-banner.jpg');
}

.banner.bg6, .parallax.bg6 {
    background-image: url('../img/producto-banner.jpg');
}

.banner h2 {
    position: relative;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 80px;
    font-family: 'Steelfish';
    letter-spacing: 13px;
    z-index: 99;
}

.section h1 {
    font-family: 'Steelfish';
    font-size: 40px;
    color: #000;
    padding-bottom: 20px;
    font-weight: normal;
}

.section h1.large {
    font-size: 65px;
}

.section h3 {
    position: relative;
    font-family: 'Steelfish';
    font-size: 50px;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.section img.resize {
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.section img.fixed {
    max-width: 87%;
}

.section img.resize:hover {
    transform: scale(1.1);
}

#accordion {
    margin: 60px 0;
}

#accordion .card {
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

#accordion .card-header {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

#accordion .btn-link {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
    font-family: "Arial", sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    white-space: normal;
}

#accordion .btn-link i {
    margin-right: 5px;
    transform: rotate(180deg);
}

#accordion .btn-link.collapsed i {
    margin-right: 5px;
    transform: rotate(0deg);
}

#accordion .card-body {
    padding: 20px 0 15px 0;
    color: #929292;
}

section.gallery {
    overflow: hidden;
}

#gallery-menu {
    text-align: center;
    padding: 30px 0;
}

#gallery-menu li {
    display: inline-block;
    margin: 0 10px;
}

#gallery-menu a {
    color: #223a84;
    font-weight: bold;
}

#gallery-grid .grid-item {
    float: left;
    width: 33.33%;
}

.divider {
    display: block;
    margin: 15px auto;
    background: #333;
    margin: 10px auto 25px;
    width: 35%;
    height: 2px;
}


/*############################# FOOTER #############################*/


#footer {
    background: #111110;
    padding: 30px 0;
}

#footer .menu li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

#footer .menu a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#footer .menu a:hover,
#footer .social li a:hover {
    color: #FFF;
}

#footer .footer-logo {
	display: inline-block;
	height: auto;
    max-width: 40%;
}

#footer .info {
    text-align: right;
}

#footer .social li {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 10px 22px;
}

#footer .social li a {
    color: #fff;
}

#footer .info p {
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

div.product .price {
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0 0;
    color: #ff9800;
}

div.product .card::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

div.product .card {
	border: 0 none;
	border-radius: 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 20px 0;
}

div.product .card .quantity {
    margin: 0 15px;
    min-width: 110px;
}

div.product .card .quantity .qty, 
div.product .card .quantity .minus, 
div.product .card .quantity .plus {
    -moz-appearance: textfield;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #777;
    display: block;
    float: left;
    font-size: 13px;
    margin: 0;
    min-height: 36px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}

div.product .card .quantity .minus {
    border-right-width: 0;
}

div.product .card .quantity .plus {
    border-left-width: 0;
}

div.product .card .button {
	background-color: #000;
    border: 1px solid #000 !important;
    border-radius: 5px;
    padding: 12px 20px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

div.product .card .button:hover {
	background-color: #fff;
	color: #4c4c4c;	
}

div.product .product_meta {
    border-bottom: 1px solid #eaeaea;
    clear: both;
    color: #787878;
    font-size: 13px;
    margin-top: 0px;
    padding: 20px 0;
}

table, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    padding: 0;
}

table.shop_attributes {
	border: 0 none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;	
}

table.shop_attributes tr {
    border: 0 none;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

table.shop_attributes th {
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
}

table.shop_attributes td {
    margin: 0;
    padding: 10px 15px;
    text-align: left;
}

#trueModal h2 {
	font-family: "Steelfish";	
}

.contact .form-control {
    background-color: #e2e2e2;
    border: medium none;
    border-radius: 0;
    color: #000;
    font-size: 1em;
    margin-bottom: 20px;
    padding: 16px;
}
.contact select {
    -moz-appearance: none;
    background-color: #eee;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    color: #999 !important;
    padding: 16px 20px 16px 10px;
    position: relative;
    width: 100%;
}
.contact select.placeholder {
    color: #333 !important;
}
.contact .select::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    margin-top: 3px;
    pointer-events: none;
    position: absolute;
    right: 26px;
    top: 39%;
    transform: translateY(-50%);
    width: 0;
}
select:invalid {
    color: gray;
}
select.form-control:not([size]):not([multiple]) {
    min-height: 54px;
}
.contact textarea {
    min-height: 150px;
}
.contact button, .wpcf7-submit {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 1.2rem;
    padding: 5px 20px;
}
.contact button:hover, 
.wpcf7-submit:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}
.contact input::placeholder {
    color: #999;
    opacity: 1;
}

h2.title_section {
	font-family: "Steelfish";	
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.wpcf7-text, 
.wpcf7-textarea {
    height: 40px;
    margin-bottom: 20px;
    padding: 5px;
    width: 100%;
}

textarea.wpcf7-form-control {
    height: 120px;
}

#gallery-grid img {
    opacity: 0.5;
}

#gallery-grid .grid-item {
    background: #000 none repeat scroll 0 0;
    border: 5px solid #fff;
    text-align: center;
}

#gallery-grid figcaption {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    max-width: 100% !important;
    padding: 0 20px !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#gallery-grid figcaption h5 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px;
}

#large-img,
.thumbnails img {
	height: auto;
	max-width: 100%;	
	width: 100%;
}

.social-sharings-share {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 10% [col-start] 10% [col-start] 10% [col-start] 10% [col-start] 10% [col-start] 10% [col-start];
}

.social-sharings {
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: 20% [col-start] 20% [col-start] 20% [col-start] 20% [col-start] 20% [col-start] 20% [col-start];
}

.social-sharing-item:hover {
    opacity: 0.6;
    transition: all 0.5s ease 0s;
}

.social-sharing-item a {
    display: block;
    height: 36px;
    text-align: center;
}

.social-sharing-item svg {
    fill: #fff;
    height: 100%;
}

.share-whatsapp {
    background-color: #4dc247;
    max-height: 40px;
    max-width: 100px;
    overflow: hidden;
}

.share-youtube {
    background-color: #C82333;
    max-height: 40px;
    max-width: 100px;
    overflow: hidden;
}


.share-mercadolibre {
	max-height: 40px;
    max-width: 150px;
    overflow: hidden;
}

.share-mercadolibre img {
	max-width: 100%;	
}