:root,
[data-bs-theme=flyto] {
  --bs-corpotativo: rgb(187, 187, 187);
  --bs-corpotativo-active: rgb(37, 37, 37);
  --bs-corpotativo-hover: rgb(206, 206, 206);
  --bs-corpotativo-focus: rgb(0, 60, 119);
  --bs-link-rgb: rgb(0, 60, 119);
  --bs-back-rgb: rgb(0, 60, 119);
  --bs-shadow-rgb: rgba(0, 27, 53, 0.9);
  --bs-backg-rgb: rgba(2, 96, 189, 0.7);
  --bs-gale-rgb: rgba(2, 96, 189, 0.3);
  --bs-bgbtncorpo-rgb: rgba(0, 42, 85, 1);
}

.ct-shadow {
        box-shadow: 2px 2px 15px 0px rgba(16, 44, 70, .6);
        -webkit-box-shadow: 2px 2px 15px 0px rgba(16, 44, 70, .6);
        -moz-box-shadow: 2px 2px 15px 0px rgba(16, 44, 70, .6);
    }

@font-face {
  font-family: Sansumi;
  src: url('../imgs/zdl/font/Sansumi-Bold.ttf');
}

.data-card, .title-article {font-family:Sansumi, sans-serif !important}

#myCarousel {
  width: 269px;
  height: 269px;
  /*background-color: transparent;background-image: linear-gradient(90deg,  rgba(36,87,216,0) 4% ,  rgb(21, 66, 179)33% 66%,rgba(36,87,216,0)  100%);*/
}

#myCarousel {
  box-shadow: 20px 0px 18px rgba(0, 47, 94, .5), -20px 0px 18px rgba(0, 73, 148, .5);
}

.btn-corpo {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #fff !important;
  --bs-btn-bg: var(--bs-link-rgb);
  --bs-btn-border-color: var(--bs-link-rgb);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-bgbtncorpo-rgb);
  --bs-btn-active-bg: var(--bs-bgbtncorpo-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: var(--bs-bgbtncorpo-rgb);
  /*--bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  
  -};*/
}

.navbar-nav .icons {
  color: #0f388e !important
}

.icons18 svg {
  width: 18px;
}
.icons24 svg {
  width: 24px;
}

.icons32 svg {
  width: 32px;
}

.icons28 svg {
  width: 28px;
}

.icons36 svg {
  width: 36px;
}

.icons-color {
  color: #0f388e !important
}

.btn-close {
  --bs-btn-close-color: var(--bs-back-rgb) !important;

  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}

.secheaderhome {
  background-color: transparent;
  background-image: linear-gradient(340deg, rgb(45, 120, 232) 30%, rgb(36, 87, 216) 100%);
}

.secheader2 {
  background-color: rgb(233, 246, 255) !important;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: var(--bs-link-rgb) !important;
}

ion-icon {
  font-size: 20px;
  padding-inline: 5px;
  color: rgb(0, 60, 119);
}

footer ion-icon {
  color: rgb(255, 255, 255);
  color: #8e150c
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

footer {
  margin-top: auto;
}

body {
  /*min-width: 425px !important;*/
  background: linear-gradient(55deg, rgb(223, 242, 255) 0%, rgb(130, 205, 255) 60%, rgb(81, 81, 229) 100%);
  background-size: 5000% 5000%;

}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.nav-zdl .nav-link {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--bs-link-rgb) !important;
  padding-bottom: 0 !important;

}

.createtext::placeholder {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:rgbA(0, 60, 119,.7) !important;
*/
}

.createtext {
  display: table-cell;
  align-items: center;
  justify-content: center;
  vertical-align: middle;

  letter-spacing: normal;

  padding: 75px 54px 60px 54px !important;
  text-align: center !important;
  width: 360px !important;
  height: 360px !important;
  resize: none !important;
  height: 360px;
  font-size: 19px !important;
  line-height: 19.3px;
  color: rgba(0, 60, 119, 1) !important;
  background-image: url("../../assets/imgs/zdl/area-de-texto-all.jpg");
  background-size: 360px;
  background-position: -3px 0px;
  background-repeat: none;
}


.top-border {
  padding: 2px;
  background-color: rgb(0, 60, 119);
}


#initNav section {
  min-height: 100vh;
  box-sizing: border-box;
}

#initNav {
  display: grid;
  grid-template-columns: repeat(2, 40%);
  grid-template-rows: repeat(1, auto);
  justify-content: space-evenly;
  align-content: center;
  grid-template-areas:
    "initLogo initIg";
}

#initNav .initLogo {
  grid-area: initLogo;
}

#initNav .initIg {
  grid-area: initIg;
}


.initLogo .zdl-slider {
  background-image: url('http://127.0.0.1:8000/assets/imgs/zdl-bg-slider.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-origin: border-box;
  animation: mymove 80s infinite;
}

@keyframes mymove {
  50% {
    background-position: center;
  }
}

.headercolor p,
.headercolor .h1,
.headercolor .h2,
.headercolor .h3,
.headercolor .h4,
.headercolor .h5,
.headercolor .h6 {
  color: hsl(206, 100%, 87%) !important
}

.initLogo h1 {
  font-size: 40px;
}

.initLogo {
  width: 100% !important;
  height: 100% !important;
  max-width: 600px;
  /*min-width: 300px;*/
  margin: 0px auto;

}

/*#myCarousel{min-width: 100% !important ;width: 100%}*/

.initLogo .zdl-slider .slider-text p {
  text-shadow: 2px 2px 3px #1d1d1ddc;
  font-size: 16px;
}

.initLogo .zdl-dropdown {
  z-index: 1100 !important;
}


.item1 {
  grid-area: div1;
}

.item2 {
  grid-area: div2;
}

.item3 {
  grid-area: div3;
}

.item4 {
  grid-area: div4;
}

.item5 {
  grid-area: div5;
}

.item6 {
  grid-area: div6;
}

.item7 {
  grid-area: div7
}

.zldl-grid-container {
  display: grid;
  grid-template-areas:
    'div1 div1'
    'div2 div3'
  ;
  grid-gap: 10px;
  justify-content: center;
  align-content: center;
}

.zldl-grid-container>div {

  text-align: center;
  padding: 5px 0;
  font-size: 30px;
}



.initIg img {
  /*max-width: 45% !important;*/
  max-width: 96%;
  text-align: center !important;
  vertical-align: middle !important;
}




.initIg {
  max-width: 600px !important;
  margin: 0px auto;
  max-height: 600px !important;
  background-image: url('http://127.0.0.1:8000/assets/imgs/zdl-bg-thumb.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.zdl-share {
  max-width: 370px;
}


.xxx {
  -webkit-box-shadow: -11px 11px 10px 0px var(--bs-shadow-rgb);
  -moz-box-shadow: -8px 8px 10px 0px var(--bs-shadow-rgb);
  box-shadow: -8px 8px 10px 0px var(--bs-shadow-rgb);
}

@media screen and (max-width: 992px) {
  /*  .content-audio{  justify-content: center !important;}
  .items-audio{ width: 98% !important;justify-content: center !important;}*/
}

@media screen and (max-width: 768px) {



  /*.initLogo .zdl-title {padding-top: 10px !important; padding-bottom: 10px;}

#myCarousel{margin: 30px auto !important;}*/

  #initNav {
    display: grid;
    padding: 30px !important;
    margin: 0px auto;
    grid-template-columns: repeat(1, 98%);
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    align-content: center;
    grid-template-areas:
      "initLogo"
      "initIg";
    /*min-width: 400px;*/
  }

}




.container-grd {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  gap: 10px;
  grid-auto-flow: row;
  align-items: center;
  justify-content: center;
  grid-template-areas:
    ". . ."
    ". . ."
    ". . .";

}


@media screen and (max-width: 768px) {
  .container-grd {
    display: grid;
    grid-template-columns: repeat(2, auto) !important;
    grid-template-rows: repeat(10, auto);
    align-items: center;
    justify-content: center;
    grid-template-areas:
      ". . ";

  }


}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .ct-video-home {
    padding-top: 30px !important;
    padding-bottom: 20px;
    border-style: none !important;
    border-radius: 5px;
    border-bottom:10px solid #194a93 !important;
  }
  
  .ct-video-home video{
    width: 88% !important;
    border-radius: 5px;
  }

}

.ct-video-home,.ct-video-home video {
  box-shadow: 2px 2px 15px 0px rgba(16, 44, 70, .6);
  -webkit-box-shadow: 2px 2px 15px 0px rgba(16, 44, 70, .6);
  -moz-box-shadow: 2px 2px 15px 0px rgba(16, 44, 70, .6);
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}

/*
html, body , .container-grd {
  height: 100%;
  margin: 0;
}
*/

/* For presentation only, no need to copy the code below */
/*
.container-grd * {
  border: 1px solid red;
  position: relative;
}

.container-grd *:after {
  content:attr(class);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}
*/

.front-items-gallery:hover>.items-gallery {
  display: block !important;
}

.carousel-item:hover>.items-slider {
  display: block !important;
}


.btn-share {
  width: 24px;
  height: 24px;

  opacity: .15;
  text-decoration: none !important;
  transition: opacity .5s;

}

.btn-content-share:hover .btn-share {
  opacity: 1;
}



.ekkos-1 {
  position: absolute;

}

.ekko1 {
  width: 110px;
  height: 110px;
  position: relative;
}

.ekko2 {
  width: 180px;
  height: 180px;
  position: relative;
}

.ekko3 {
  width: 40px;
  height: 40px;
  position: relative;
}

.ekko4 {
  width: 80px;
  height: 80px;
  position: relative;
}

.wave1 {
  background: rgb(5, 74, 200);
}

.wave2 {
  background: rgb(150, 208, 255) !important;
}

.wave3 {
  background: rgb(5, 74, 200);
}

.wave1,
.wave2,
.wave3 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  animation: ekkos 10s ease-out infinite;

}

.wave-play {
  animation-play-state: paused;
}

.wave1:nth-of-type(1),
.wave2:nth-of-type(1),
.wave3:nth-of-type(1) {
  animation-delay: -8s;
}

.wave1:nth-of-type(2),
.wave2:nth-of-type(2),
.wave3:nth-of-type(2) {
  animation-delay: -4s;
}

.wave1:nth-of-type(3),
.wave2:nth-of-type(3),
.wave3:nth-of-type(3) {
  animation-delay: 0s;
}

.wave1:nth-of-type(4),
.wave2:nth-of-type(4),
.wave3:nth-of-type(4) {
  animation-delay: 4s;
}

.wave1:nth-of-type(5),
.wave2:nth-of-type(5),
.wave3:nth-of-type(5) {
  animation-delay: 8s;
}


@keyframes ekkos {
  100% {
    opacity: 0;
    transform: scale(10);
  }
}