/**
 * Theme Name: Twenty Twenty-Four Child (Estúdio Sync)
 * Template:   twentytwentyfour
 * Description: Tema desenvolvido por Estúdio Sync
 * Version: 1.0.0
 * Text Domain: twentytwentyfour
 */

 @media only screen and (max-width: 991px){
    .ekit-wid-con .ekit-form form input[type=submit]{
      width: 100%;
    }
 }

.custom-fancybox-popup{
   background: initial;
}
 
 .custom-fancybox-popup h2{
    text-align: center;
    font-family: "roboto";
    font-weight: 600;
 }

 .custom-fancybox-popup .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
 .custom-fancybox-popup .wpcf7-form select{
    width: 100%;
    height: 50px;
    color: #000000;
 }

.custom-fancybox-popup .wpcf7-form  input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    height: 56px;
    border-radius: 0;
    /* padding-left: 30px; */
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-fancybox-popup .wpcf7-form input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 12px 72px;
    font-size: .9375rem;
    background-color: #313636;
    border: 0 solid #000;
    color: #fff;
    cursor: pointer;
}

.custom-fancybox-popup .wpcf7-form input[type=submit]:hover {
    background-color: #4d68ff;
}

 .wpcf7-submit{
    float: right;
 }

 .wpcf7-not-valid-tip{
    display: block;
    font-size: 12px;
    text-align: right;
    color: #dc3232!important;
 }

 .wpcf7-response-output{
    text-align: center;
    font-size: 14px;
    background-color: #FFFFFF;
 }

 #btn-whatsapp {
   position: fixed;
   bottom: 0;
   right: 0;
   overflow: hidden;
   display: block;
   width: 100px;
   height: 100px;
   z-index: 999;
}

#btn-whatsapp #icon-whatsapp {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.widget-whatsapp {
   width: 100%;
   border-radius: 1rem;
   overflow: hidden;
}

.widget-whatsapp.is-fixed{
   position: fixed;
   bottom: 7rem;
   right: -320px;
   max-width: 400px;
   width: 96%;
   transition: 0.5s;
   opacity: 0;
   z-index: 999;
}

.widget-whatsapp.active {
   right: 0;
   opacity: 1;
}

.widget-whatsapp .widget-head, .widget-whatsapp .widget-body {
   padding: 0.75rem;
}

.widget-whatsapp .widget-head {
   background-color: #f0f2f5;
   display: flex;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
   position: relative;
   z-index: 1;
}

.widget-whatsapp .widget-image {
   width: 32px;
   height: 32px;
   object-fit: contain;
   border-radius: 50rem;
   max-width: 100%;
}

.widget-whatsapp .widget-title {
   color: #000000;
   font-size: 0.875rem;
   line-height: 1.2;
   padding-left: 0.5rem;
   margin-bottom: 0;
   margin-top: 0;
}

.widget-whatsapp .widget-body {
   position: relative;
   background-color: #ece5dd;
   color: #000000;
}

.widget-whatsapp .widget-text {
   background-color: #FFFFFF;
   font-size: 0.75rem;
   padding: 0.5rem;
   border-radius: 10px 10px 10px 0;
}

.widget-whatsapp .widget-body p {
   margin-top: 0;
   margin-bottom: 0.5rem;
}

.widget-whatsapp .wpcf7-form-control:not(.wpcf7-submit) {
   display: block;
   width: 100%;
   min-height: calc(1.5em + 1rem + calc(0* 2));
   padding: 0.5rem 0.5rem;
   font-size: 0.875rem;
   font-weight: 400;
   line-height: 1.5;
   color: #000000;
   appearance: none;
   background-clip: padding-box;
   border: 0 solid #dee2e6;
   border-radius: 0.25rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   font-size: 0.75rem;
   box-sizing: border-box;
   background-color: #ffffff;
}

.widget-whatsapp .wpcf7-submit {
   width: 100%;
   border: none;
   outline: none;
   box-sizing: border-box;
   background-color: #075e54 !important;
   color: #ffffff !important;
   font-size: 0.75rem !important;
   cursor: pointer;
   text-transform: uppercase !important;
   line-height: 1.5;
   padding: 0.5rem 0.75rem;
   float: none;
   border-radius: 0.25rem;
}

.widget-whatsapp .wpcf7-submit:hover {
   background-color: #128c7e !important;
}

.widget-whatsapp .wpcf7-response-output{
   color: #000000;
   background-color: #ffffff !important;
   font-size: 0.75rem;
}

.widget-whatsapp .wpcf7-spinner {
   position: absolute !important;
   bottom: 0 !important;
   left: 0 !important;
   top: auto !important;
   right: auto !important;
}

 @media only screen and (max-width: 767px) {
    .sec-webdoor{
        background-position: left center!important;
    }
     .sec-oque-fazemos{
        background: #FFF!important;
     }
 }

.form-atendimento{

}
.atendimento-head{
   background-color: #f0f2f5;
   display: flex;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
   position: relative;
   z-index: 1;
   border-radius: 5px 5px 0 0px;
}

.atendimento-body{
   position: relative;
   background-color: #ece5dd;
   color: #000000;
   padding: 10px;
   border-radius: 0 0 10px 10px
}

.atendimento-image {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 50rem;
    max-width: 100%;
}

.atendimento-title {
    color: #000000;
    font-size: 0.875rem;
    line-height: 1.2;
    padding-left: 0.5rem;
    margin-bottom: 0;
    margin-top: 0;
}

.atendimento-text {
    background-color: #FFFFFF;
    font-size: 0.75rem;
    padding: 0.5rem;
    border-radius: 5px;
}

.form-atendimento input{
   height: 40px!important;
   border-radius: 5px!important;
}

.widget-whatsapp .wpcf7-form-control:not(.wpcf7-submit) {
   display: block;
   width: 100%;
   min-height: calc(1.5em + 1rem + calc(0* 2));
   padding: 0.5rem 0.5rem;
   font-size: 0.875rem;
   font-weight: 400;
   line-height: 1.5;
   color: #000000;
   appearance: none;
   background-clip: padding-box;
   border: 0 solid #dee2e6;
   border-radius: 0.25rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   font-size: 0.75rem;
   box-sizing: border-box;
   background-color: #ffffff;
}

.form-atendimento .wpcf7-submit {
   width: 100%;
   border: none;
   outline: none;
   box-sizing: border-box;
   background-color: #075e54 !important;
   color: #ffffff !important;
   font-size: 0.75rem !important;
   cursor: pointer;
   text-transform: uppercase !important;
   line-height: 1.5;
   padding: 0.5rem 0.75rem;
   float: none;
   border-radius: 0.25rem;
}

.form-atendimento .wpcf7-submit:hover {
   background-color: #128c7e !important;
}

.form-atendimento .wpcf7-response-output{
   color: #000000;
   background-color: #ffffff !important;
   font-size: 0.75rem;
}

.form-atendimento .wpcf7-spinner {
   position: absolute !important;
   bottom: 0 !important;
   left: 0 !important;
   top: auto !important;
   right: auto !important;
}

#modal-atendimento .fancybox__content{
   padding: initial!important;
   border-radius: 10px!important;
}

/* Sections */

@media only screen and (min-width: 992px){

   #sec-depoimentos-hiper-domestica .swiper-slide-inner .elementskit-commentor-content p,
   #sec-depoimentos-hiper-domestica .swiper-slide-inner .elementskit-commentor-content ul,
   #sec-depoimentos-hiper-domestica .swiper-slide-inner .elementskit-commentor-content ol{
      font-size: 0.875rem;
   }

   #sec-depoimentos-hiper-domestica .swiper-slide-inner .elementskit-commentor-content{
      min-height: 242px;
   }
   
}

@media only screen and (min-width: 1400px){

   #sec-porque-hiper-domestica{
      --min-height: 518px;
   }

}


