#CareForSchoolTools{
 background: url('../images/STM_EDUCATION/STM_EDUCATION_02.jpg');
 background-size: cover;
 /* z-index: -6; */
 background: linear-gradient(#150718, #23112B, #2F163D);
}

.bannerZ-Index1{
    position: relative;
    z-index: 1;
}

.bgBannerReference{
 background-color: var(--banner-bg-color-education);
}

.rowCareForSchoolTools{
 height: 100%;
}
#infovPassion{
 width: 100%;
 margin: auto;
 position: absolute;
 bottom: 5vw;
}
#infoGuardianship{
 width: 100%;
 margin: auto;
 position: absolute;
 bottom: 10vw;
}
.bannerEducation{
 position: relative;
}
.imgBannerPassion{z-index: -1;}


.imgGalleryEducation {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: 25% 0;
}

.divRelativeIzq{
 position: relative;
 left: -15vw;   
}

.imgIzq{
 width: 85vw;
}



.titleSubTitleBannerEdu{
 color: var(--menu-bg-color-education);
 margin-left: 2%;
}

.bodyBannerEdu{
    margin-left: 1em;
}

@media only screen and (min-width: 768px){

 .bannerHardWearingEdu{
  width: 100%;
  position: absolute;
  top: 15vw;
 }


 #CareForSchoolTools{
  height: 45vw;
 }
 .imgTrustEducation{
  width: 80vw;
  position: relative;
  /* right: 30vw; */
  right: 37vw;
  top: 2vw;
 }

 #sectionGalleryEducation {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 7vw);
 }
 .div1GalleryEducation {
  grid-column: 1 / 4;
  grid-row: 1 / 5;
  overflow: hidden;
 }
 .div2GalleryEducation {
  grid-column: 1 / 4;
  grid-row: 5 / 9;
  overflow: hidden;
 }
 .div3GalleryEducation {
  grid-column: 4 / 9;
  grid-row: 1 / 9;
  overflow: hidden;
 }

 .bannerHeigthEducation{
  height: 25vw;
 }

 .divSecurity{
  padding-top: 8vw;
 }

 .divBanner60Edu{
  width: 60vw;
  margin: auto;
 }

 .imgTopCareEdu{
  position: absolute;
  width: 35vw;
  z-index: -1;
  bottom: 2vw;
 }
 .imgBottomCareEdu{
  position: absolute;
  width: 40vw;
  z-index: -1;   
  top: 4vw;
 }

 #securityEdu{
  height: 65vw;
  position: relative;
 }

 .imgAbsoulteSecurityEdu{
  position: absolute;
  top: -7vw;
  right: 0;
  width: 65vw;
 }

 #infovPassion{
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 5vw;
 }

 .divRelativeIzq{
  position: relative;
  left: -15vw;   
 }

 .imgIzq{
  width: 85vw;
 }

 #infoGuardianship{
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 10vw;
 }
 
}

@media only screen and (max-width: 767px){
 .bannerHardWearingEdu{
  width: 100%;
  position: absolute;
  top: 20vw;
 }

 #CareForSchoolTools{
  height: 130vw;
 }
 .imgTrustEducation{
  width: 100vw;
  position: relative;
  right: 2vw;
  top: 0vw;
 }
 #sectionGalleryEducation {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 7vw);
 }
 .div1GalleryEducation {
  grid-column: 1 / 4;
  grid-row: 1 / 5;
  overflow: hidden;
 }
 .div2GalleryEducation {
  grid-column: 1 / 4;
  grid-row: 5 / 9;
  overflow: hidden;
 }
 .div3GalleryEducation {
  grid-column: 4 / 9;
  grid-row: 1 / 9;
  overflow: hidden;
 }

 .bannerHeigthEducation{
  height: 30vw;
 }
 .divSecurity{
  padding-top: 8vw;
 }

 .divBanner60Edu{
  width: 80vw;
  margin: auto;
 }

 .imgTopCareEdu{
  position: absolute;
  width: 55vw;
  z-index: -1;
  /* bottom: 0; */
  bottom: -15vw;
  left: 20vw;
 }
 .imgBottomCareEdu{
  position: absolute;
  width: 60vw;
  z-index: -1;   
  /* top: 6vw; */
  top: -15vw;
  left: 20vw;
 }

 #securityEdu{
  height: 100vw;
  position: relative;
 }

 .imgAbsoulteSecurityEdu{
  position: absolute;
  top: 0;
  right: 0;
  width: 70vw;
 }


 .heightEducationBannerCare{
  /* height: 35vw; */
  height: 25vw;
  margin-bottom: 10vw;
 }


 #bannerPassion{
  margin-bottom: 15vw;
 }

 #infovPassion{
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: -15vw;
 }

 .divRelativeIzq{
  position: relative;
  left: -20vw;   
 }

 .imgIzq{
  width: 100vw;
 }
 

 #infoGuardianship{
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 20vw;
 }
}