/*
Theme Name: Designal
Theme URI: https://ongoingestudio.com/
Author: ONGOING ESTUDIO
Author URI: https://ongoingestudio.com/
*/

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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body{
	color:#5d7073;
    background-color: #5d70731a;
	font-weight: normal;
    font-size: 1em;
    font-family: "Open Sans", serif;
	line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
    font-weight: 300;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

:active {
   outline:none !important;
}

img{max-width: 100%; height: auto;}

figure.wp-block-image.size-full img {
    max-width: 100%;
    width: 100%;
}

p {
    font-family: "Open Sans", serif;
    margin-bottom: 14px;
    line-height: 1.4;
    font-size: 1.15em;
    font-weight: 300;
    text-align: justify;
}

li {
    list-style: none;
    font-size: 1.1em;
    margin-bottom: 4px;
    line-height: 1;
    font-weight: 300;
}

.entry-content li {
    list-style: circle;
    margin-left: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: justify;
}

.tabtitlelabel{
    font-family: "Josefin Sans", serif;
    font-weight: 300;
    font-size: 1.2em;
}

button.active .tabtitlelabel, button:hover .tabtitlelabel{
    font-weight: 400 !important;
}

h1 {
    font-family: "Josefin Sans", serif;
    font-size: 2.5em !important;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
}

h2 {
    font-family: "Josefin Sans", serif;
    font-size: 2em !important;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
}

h3 {
    font-family: "Josefin Sans", serif;
    font-size: 1.6em !important;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
}

h4 {
    font-family: "Josefin Sans", serif;
    font-size: 1.1em !important;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: #5d7073;
        transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

a:hover {
  font-weight: 400;
}

strong {
	font-weight: 500;
}

em{font-style: italic;}

header#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    padding: 12px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #5d707380;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

#header.active, body.blog #header, body.search #header{
    background-color: #5d7073b3;
}

body.search div#container {
    padding: 10%;
}

div#site-title {
    width: 190px;
}

div#site-title img {
    filter: invert(1);
}

ul#menu-menu-1, ul#menu-contact {
    display: flex;
}

ul#menu-menu-1 li a, ul#menu-contact li a {
    font-family: "Josefin Sans", serif;
    text-transform: uppercase;
	font-size: .8em;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding: 7px 1em 7px 1em;
    opacity: 1;
    display: block;
    position: relative;
    color:#fff;
}

ul#menu-contact li a:hover, ul#menu-menu-1 li a:hover {
   color: #5d7073;
}

ul#menu-menu-1 li.current-menu-ancestor > a, ul#menu-menu-1 li.current_page_item:not(.menu-item-123, .menu-item-232) > a, ul#menu-menu-1 li > a.active{
   color: #5d7073;
}

ul#menu-menu-1 li ul.sub-menu li a:hover, ul#menu-menu-1 li ul.sub-menu li.current_page_item a{
   border-bottom: none;
   color: #5d7073;
}

ul#menu-menu-1 li#menu-item-9 a.deactive{
    color: #fff !important;
}

ul#menu-menu-1 > li {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    padding-right: 0.2em;
}

ul.sub-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    background-color: #5d707380;
    padding-top: 8px;
    top: 100%;
    width: 121%;
    left: -12%;
}

ul.menu li:hover ul.sub-menu {
    display: flex;
}

ul.sub-menu li a {
    font-weight: 400 !important;
    font-size: .6em !important;
    color: #fff !important;
}

footer#footer {
    display: flex;
    padding: 60px 2% 30px 2%;
    width: 100%;
}

aside#sidebar {
    width: 100%;
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"],.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], input[type="email" i], select{
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #5d7073;
    padding: 5px;
    margin-bottom: 10px;
    font-family: "Open Sans", serif;
    color: #5d7073;
}

input.wpcf7-form-control.wpcf7-submit, input#mc-embedded-subscribe {
    border: none;
    padding: 13px;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #5d7073;
    color: #fff;
        transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

input.wpcf7-form-control.wpcf7-submit:hover, div#wpcf7-f296-o1 p input.wpcf7-form-control.wpcf7-submit:hover, input#mc-embedded-subscribe:hover {
    background-color:#5d7073cc !important;
}

.indicates-required {
    width: 100%;
    text-align: right;
}

.mc-field-group label {
    font-weight: 400;
    margin-bottom: 5px !important;
    display: block;
}

div#wpcf7-f296-o1 p {
    align-items: baseline;
    margin-bottom: 0;
}

div#gspb_container-id-gsbp-566008c {
    display: flex;
    align-items: center;
}

div#wpcf7-f296-o1 p input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    background-color: #5d7073;
    color: #fff;
        transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

div#wpcf7-f296-o1 p input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 10px !important;
    margin-right: 0px;
    display: block;
    width: 100%;
}

li#block-13 {
    font-size: .9em;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land21 {
    padding-bottom: 0% !important;
    height: 80vh !important;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  left: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #5d7073; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
      transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

#myBtn:hover {
  background-color: #5d7073cc; /* Add a dark-grey background on hover */
}

.search-click {
  border: 1px solid #ccc;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  border-radius: 100px;
  width: 100px;
  padding: 21px;
  transition: all 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  margin: 1em;
}

.search-click:focus {
  width: 400px;
  padding-left: 20px;
}

nav#menu {
    display: flex;
}

form.search-form input.search-submit {
    display: none;
}

input.search-field {
    width: 120px;
        transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    position: relative;
}

form.search-form {
    position: relative;
}

form.search-form::before {
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    color: #fff;
    position: absolute;
    right: -23px;
}


.textespaciosblock {
    position: absolute;
    bottom: 0px;
    margin-top: 0 !important;
    padding: 28px 5%;
    color: #fff;
    background: #5d7073;
    width: 100%;
}
.t-panel{position: relative;}
.t-panel-container .wp-block-kadence-advancedgallery{
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.t-panel-container .wp-block-kadence-advancedgallery:hover{
    opacity: .8;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
    position: absolute;
    flex: 1;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    width: 100%;
    top: 0;
    left: 0;
    outline-offset: -4px;
}

.gspb-tabs .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
    top: -10% !important;
}

.page-id-197 .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
    object-position: 50% 90%;
}


.kb-gallery-id-2_53974e-0d.kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel figure .kb-gal-image-radius, .kb-gallery-id-2_53974e-0d.kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel figure .kb-gal-image-radius img {
    height: 60px !important;
}


.kb-gallery-wrap-id-164_e2646c-97.alignnone.wp-block-kadence-advancedgallery .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
    object-position: center 35%;
}


.kt-blocks-carousel .kt-carousel-dotstyle-outlinedark .splide__pagination__page.is-active {
    box-shadow: inset 0 0 0 8px #5d7073 !important;
}

.kt-blocks-carousel .kt-carousel-dotstyle-outlinedark .splide__pagination__page {
    box-shadow: inset 0 0 0 1px #5d7073 !important;
}

.kb-splide .splide__pagination__page.is-active {
    background: #5d7073 !important;
}

input::placeholder, textarea::placeholder {
  font-family: "Open Sans", serif;
  opacity: 0.5;
  color: #5d7073;
}

a.kb-button.kt-button.kb-btn-global-outline{
    color: #5d7073 !important;
    border-top: 1px solid #5d7073 !important;
    border-right: 1px solid #5d7073 !important;
    border-bottom: 1px solid #5d7073 !important;
    border-left: 1px solid #5d7073 !important;
}

a.kb-button.kt-button.kb-btn-global-outline:hover {
    font-weight: 600;
}

.wpcf7-not-valid-tip {
    color: #D9B29C;
    font-size: .9em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #D9B29C;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #5d7073;
}

.zoomed img {
  --f: 1.15; /* the scale factor */
  clip-path: inset(0);
  transition: 2s;
}

.zoomed img:hover {
  clip-path: inset(calc((1 - 1/var(--f)) * 50%));
  scale: var(--f)
}

.wrapper-ham {
    position: relative;
    overflow: hidden;
    width: 60px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 10000;
}

.btn {
    width: 30px;
    height: 19px;
    position: relative;
}

.bar1, .bar2, .bar3{
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    font-size: 10px;
    padding: 0;
    -webkit-appearance: none;
    border: 0px solid;
    color: #fff;
    width: 30px;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transform: rotate(0deg);
}
.bar2{
    top:8px;
}
.bar3{
    top:16px;
}

.bar1.active{
    top: 9px;  
  -webkit-transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in;
}
.bar2.active{
    left:0px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in;
  
}
.bar3.active{
    top:9px;
  -webkit-transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-in;
}

.catalogorollover {
    margin-bottom: 30px;
}

.activecatalogo.catalogorollover{width: 34% !important;}
.imgactive{display: block; margin: 0 !important;}
.imageopen{display: none; margin: 0 !important;}
.activecatalogo .imgactive{display: none;}
.activecatalogo .imageopen{display: block;}

.carruseldesktop{display: block;}
.carruselmobile{display: none;}


.wp-block-kadence-advancedgallery, .kb-gallery-ul, .kt-blocks-carousel, .splide__track, .kadence-blocks-gallery-item, .kadence-blocks-gallery-item-inner, .kb-gallery-figure, .kb-gal-image-radius, .kb-gallery-image-contain {
    height: 100% !important;
}
.kb-blocks-slider {
    height: 96%;
}

kb-splide.is-initialized, .kb-splide.is-rendered {
    cursor: grab;
}

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

.carruseldesktop{display: none;}
.carruselmobile{display: block;}

.wrapper-ham{
    display: flex;
}

.menuactive nav#menu {
    display: flex;
    position: absolute;
    background-color: #5d7073b3;
}

nav#menu {
    display: none;
    top: 53px;
    left: 0;
    flex-direction: column-reverse;
    width: 100%;
}

ul#menu-menu-1 {
    flex-direction: column;
    width: 100%;
    padding: 10px 40px;
}

ul#menu-menu-1 > * {
    flex-wrap: wrap;
}

ul#menu-menu-1 li:hover ul.sub-menu {
    position: initial;
    width: 100%;
}

div#site-title {
    width: 130px;
}

footer#footer {
    display: flex;
    padding: 60px 20px 30px 20px;
    width: 100%;
}
h1 {
    font-size: 2.4em !important;
}

h2 {
    font-size: 2em !important;
}

ul#menu-menu-1 li a, ul#menu-contact li a {
    font-size:.9em;
}

.tabtitlelabel {
    font-size: 1.6em !important;
}

.textespaciosblock {
    font-size: 1.2em;
    position: initial;
    margin-top: -25px !important;
}

.activecatalogo.catalogorollover{width: 100% !important;}

.kb-gallery-ul.kb-gallery-non-static.kb-gallery-type-fluidcarousel.kb-gallery-id-2_4dd3fb-88.kb-gallery-caption-style-bottom-hover.kb-gallery-filter-none {
    overflow: hidden;
}

}