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

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

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

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

.font_ca .elementor-widget-heading .elementor-heading-title {
  font-family: 'CANegroni' !important;
}
.font_din .elementor-widget-heading .elementor-heading-title,
.font_din.elementor-widget-heading .elementor-heading-title,
.font_din .elementor-image-box-description {
    font-family: 'DIN' !important;
}

/* Container do grid */
.bloco-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    grid-template-rows: repeat(3, 250px);
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    position: absolute;
    transform: rotate(45deg);
    top: 45px;

}

.bloco-wrapper.bloco-losangos_left {
    left: -295px;
   	
}

.bloco-wrapper.bloco-losangos_right{
    
    right: -295px;
}

/* Cada bloco individual */
.bloco {
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, filter 0.3s ease;
  transform: scale(1);
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

/* Bloco que está sendo hoverado */
.bloco.hover-central {
  transform: scale(1.3);
  z-index: 10;
  filter: brightness(1.1);
}

/* Blocos ao redor do hover */
.bloco.hover-vizinho {
  transform: scale(0.7);
  z-index: 5;
  filter: brightness(0.8);
}

/* Reset para todos quando mouse sai */
.bloco-wrapper .bloco {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.bloco_hero {
    overflow: hidden;
}

.bloco.bloco2 {
    height: 180px;
    width: 180px;
    justify-self: baseline;
    align-self: flex-end;
}

.bloco.bloco4 {
    width: 180px;
    height: 180px;
    justify-self: end;
    align-self: normal;
}

.bloco.bloco5 {
    /* width: 220px; */
    /* height: 220px; */
}

.bloco.bloco6, .bloco-losangos_right .bloco8 {
    width: 220px;
    height: 220px;
    align-self: baseline;
}

.bloco-losangos_right .bloco6{
width: 250px;
    height: 250px;
    align-self: baseline;
}

.bloco-wrapper.bloco-losangos_right {
    right: -340px;
    top: 20px;
}

.header_lp {
background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(217, 210, 210, 1) 15%, rgba(255, 255, 255, 1) 28%, rgba(224, 220, 222, 1) 42%, rgba(217, 212, 215, 1) 58%, rgba(255, 255, 255, 1) 75%, rgba(217, 210, 210, 1) 85%, rgba(255, 255, 255, 1) 98%);
}

.bloco_features .elementor-image-box-description {
    font-size: 19px;
    line-height: 1.2;
    font-family: 'DIN';
}

.bloco_features .elementor-image-box-content {
    padding: 0 20px;
}

.elementor-element.bloco_titulo_feature .e-con-inner {
    padding: 0 20px;
}

.card_aplicacao .elementor-widget-text-editor {
    padding-top: 20px;
}


img.premium-modal-trigger-img {
    position: relative;
    z-index: 9;
}

.premium-modal-trigger-container:hover img.premium-modal-trigger-img {
    opacity: .5;
}
.premium-modal-trigger-container:after {
    content: '';
    background: #000;
    width: calc(100% - 2px);
    height: calc(100% - 8px);
    position: absolute;
    border-radius: 30px;
    opacity: 1;
    transition: all ease .5s;
    top: 0px;
    left: 0;
}

.premium-modal-trigger-container {
    position: relative;
}


.premium-modal-trigger-container:hover:before {
    opacity: 1;
}

.bloco-losangos_left .bloco.bloco9, .bloco-losangos_right .bloco.bloco9 {
    display: none;
}

#box_vizinhas .premium-modal-trigger-container:after {
    border-radius: 37px;
}

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


.bloco-wrapper.bloco-losangos_left {
    transform: scale(0.7) rotate(45deg);
    top: -60px;
    left: -360px;
}

.bloco-wrapper.bloco-losangos_right {
    transform: scale(0.7) rotate(45deg);
    top: -85px;
    right: -360px;
}

.premium-modal-trigger-container:after {
    border-radius: none;
}

}
/**************************************************************************************************************************************************************************************************************************************** width 440 */
@media screen and (max-width: 440px) {


.elementor-icon-box-wrapper {
    justify-content: center;
}

.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: inherit !important;
    display: flex;
    align-items: center;
}

/*.bloco-wrapper.bloco-losangos_left, .bloco-wrapper.bloco-losangos_right {
    display: none;
}*/

.bloco-wrapper.bloco-losangos_left {
    transform: scale(0.5) rotate(45deg);
    top: -130px;
    left: -396px;
}

.bloco-wrapper.bloco-losangos_right {
    transform: scale(0.5) rotate(45deg);
    top: -150px;
    right: -400px;
}

.elementor-widget-premium-addon-video-box {
    min-height: 220px;
}

.premium-modal-trigger-container:after {
    border-radius: 40px;
    max-width: 282px;
    margin-left: 50%;
    left: -141px;
}

.bloco-losangos_left .bloco.bloco9, .bloco-losangos_right .bloco.bloco9 {
    display: block;
}
.bloco-losangos_left .bloco.bloco6 {
    width: 180px;
    height: 180px;
    align-self: end;
}

.bloco-losangos_right .bloco.bloco8 {
    width: 180px;
    height: 180px;
    justify-self: end;
}

.premium-modal-box-modal-dialog {
    /* max-height: 100% !important; */
    min-height: 645px;
    width: 80% !important;
}


}