.fondopacto{

background: url("https://www.seg.guanajuato.gob.mx/EducacionInclusiva/PublishingImages/inicio/headerinclusion.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.fondopacto2{

background: url("https://www.seg.guanajuato.gob.mx/EducacionInclusiva/PublishingImages/inicio/headerok4.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.fondopacto3{

background: url("https://www.seg.guanajuato.gob.mx/EducacionInclusiva/PublishingImages/inicio/headerok3.jpg") no-repeat center center fixed;

}

.fondopacto4{

    background: url("https://www.seg.guanajuato.gob.mx/EducacionInclusiva/PublishingImages/inicio/headerok2.jpg") no-repeat center center fixed;
    
    }

    .fondopacto5{

        background: url("https://www.seg.guanajuato.gob.mx/EducacionInclusiva/PublishingImages/inicio/headerok44.jpg") no-repeat center center fixed;
        
        }


.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
  margin-top: 30px;
}





.simple-linear {
  
  background: linear-gradient(45deg, rgb(223, 96, 255), blue);
}

.simple-linear1 {
  background: linear-gradient(rgb(33, 13, 161), rgb(223, 96, 255));
}


.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  background-color: #071776;
  border-radius: .3rem;
}

.w-100 {
  width: 100% !important;
}
.d-block {
  display: block !important;
}
  .pt-5, .py-5 {
  padding-top: 1rem !important;
}
  .p-lg-5 {
    padding: 1rem !important;
  }

  .mt-5 {
  margin-top: 3rem !important;
}
  h4, h5, h6, .ms-h4, .ms-h5, .ms-h6 {
  font-family: proxima-Nova-Reg;
}
.p-4 {
padding: 1.5rem !important;
margin-top: -32px;
}

.p-5 {
  padding: 0rem !important;
  margin-top: -33px;
}
h4, h5, h6, .ms-h4, .ms-h5, .ms-h6 {
  font-family: 'HelveticaNeueLTStd-Th2' !important;
  color: white;
}


.ms-rtestate-field h4, h4.ms-rteElement-H4 {
  line-height: 1.6;
  color: #1e12aa;
}
.h-100 {
  height: 100% !important;
  margin-top: -30px;
}
.row {
  margin-right: 16px;
  margin-bottom: 1px;
}
img.zoom {
  width: 429px;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}



.shrink img {
transition: 1s ease;
}

.shrink img:hover{
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
transition: 1s ease;
}


a:visited {
  color: #fff;
  text-decoration: none;
}
:root {

  --text-color: #fefeff;
  --hr-color: #26292a;
  --transition-duration: 0.3s;
  --transition-delay: 0.2s;
  --red: #e74c3c;
}

ul {
  list-style: none;
}

a {
  color: #fefeff;
  text-decoration: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #fff;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 5rem;
}

.navbar a:hover {
  color: #fefeff;
}

.text-primary {
  color: #171b98 !important;
}
.text-secondary {
  --mdb-text-opacity: 1;
  color: #fff !important;
}

#tipografia2 {
  font-size: 3vw;
  color: #1033a5;
  font-weight: lighter;
  font-family: "HelveticaNeueLTStd-Lt2" !important;
  text-align: center !important;
  border: dashed 2px yellowgreen;
}



ol, ul {
  padding-left: -2rem !important;
}

hr {
  border-color: var(--hr-color);
  margin: 20px 0;
}

.menu {
  display: flex;
  justify-content: center;
}

.menu li {
  margin-right: 5px;
}

.menu a {
  position: relative;
  display: block;
  padding: 1px;
}

.menu .border {
  position: absolute;
  left: 0;
  background: currentColor;
  transition: transform var(--transition-duration) ease-in-out;
}

.menu .border-top,
.menu .border-bottom {
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}

.menu .border-left,
.menu .border-right {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}

.menu .border-top,
.menu .border-left,
.menu .border-right {
  top: 0;
}

.menu .border-bottom {
  bottom: 0;
  transform-origin: bottom right;
}

.menu .border-top {
  transform-origin: top left;
}

.menu .border-left {
  transform-origin: bottom left;
}

.menu .border-right {
  left: auto;
  right: 0;
  transform-origin: top right;
}

.menu a:hover .border-top,
.menu a:hover .border-bottom {
  transform: scaleX(1);
}

.menu a:hover .border-left,
.menu a:hover .border-right {
  transform: scaleY(1);
}

.menu a:hover .border-right {
  transition-delay: var(--transition-delay);
}

.menu a:hover .border-bottom {
  transition-delay: calc(var(--transition-delay) * 2);
}

.menu a:hover .border-left {
  transition-delay: calc(var(--transition-delay) * 3);
}


/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu[data-animation="diagonal"] .border-left {
  transform-origin: top left;
}

.menu[data-animation="diagonal"] .border-right,
.menu[data-animation="diagonal"] .border-bottom {
  transform-origin: bottom right;
}

.menu[data-animation="diagonal"] a:hover [class^=border]{
  transition-delay: 0s;
}


.containerslider {
  overflow: hidden;
  .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
    .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;
      .fab {
        width: calc(100% / 5);
        animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      }
    }
  }
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  /* Estilos para pantallas más pequeñas */
  .jumbotron {
    padding: 20px;
  }
}