.divsliderSeccionSuperior {
  width: 100%;
  height: 400px;

}

.sliderimagenoVideo {
  width: 100%;
  height: 400px;
  /* border: #000 solid 5px; */
}

.divSeccionIconos {
  width: 80%;
}

.textoTituloSlide {

  /*new*/
  bottom: 65%;
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  /*interlineado separacion entre lineas de texto*/
  word-wrap: break-word;
  animation-duration: 2s;
  animation-name: sliTitulo;
  left: 42%;
  width: 55%;
  padding: 0 5px 0 5px;
  float: left;
  text-shadow: 0 0 0.2em #000;
  font-family: "Gotham SSm A", "Gotham SSm B", "UCF Sans Serif Alt", "Helvetica Neue", Arial, sans-serif;
  background-image: linear-gradient(to left, #a70000a4, #a70000b2, #e0dcdcbb);

}

/*// Safari 4.0 - 8.0*/
@-webkit-keyframes sliTitulo {
  from {
    left: 80%;
  }

  to {
    left: 42%;

  }
}

@keyframes sliTitulo {
  from {
    left: 80%;
  }

  to {
    left: 42%;

  }
}

.TextoIntroSlide {
  /*//	bottom:50%;*/
  top: 37%;
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  /*interlineado separacion entre lineas de texto*/
  word-wrap: break-word;
  animation-duration: 2s;
  -webkit-animation-name: sliIntro;
  /* Safari 4.0 - 8.0 */
  animation-name: sliIntro;
  left: 42%;
  width: 55%;
  background-image: linear-gradient(to left, #a79600b7, #35a70079, #5c5a5a);
}

/*// Safari 4.0 - 8.0*/
@-webkit-keyframes sliIntro {
  from {
    left: -50%;
  }

  to {
    left: 42%;
  }
}

@keyframes sliIntro {
  from {
    left: -50%;
  }

  to {
    left: 42%;
  }
}


.TextoMensajeSlide {
  font-size: 1.5rem;
  background: rgba(164, 156, 156, 0.3);
  /**/
  /*  box-shadow: 0px 0px 10px #000 inset;
  border: solid 1px;*/
  border-radius: 10px 10px 10px 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  word-wrap: break-word;
  color: #ffffff;

  /* padding: 48px 0 0 0px;sup 0 abajo izq*/
  text-align: left;
  line-height: 1;
  /*interlineado separacion entre lineas de texto*/
  animation-duration: 2s;
  -webkit-animation-name: sliMensaje;
  /* Safari 4.0 - 8.0 */
  animation-name: sliMensaje;
  left: 1%;
  bottom: 5%;
  width: 30%;
  background-image: linear-gradient(to left, #302e2e, #1d1c1c, #7c4444);
}

@-webkit-keyframes sliMensaje {
  from {
    bottom: 70%;
  }

  to {
    bottom: 5%;
  }
}

@keyframes sliMensaje {
  from {
    bottom: 70%;
  }

  to {
    bottom: 5%;
  }
}

.divSlide {
  position: absolute;
  left: 40%;
  top: 40%;
  width: auto;
  height: auto;
}

/*//tomado de archivo slideshow*/
.slideshow {
  position: relative;
  margin: 0 0 1em;
  direction: ltr;
}

.slideshow a {
  font-size: .75em;
  line-height: 2em;
  text-decoration: none;
  color: #fff;
  background: #666;
}

.slideshow a:hover,
.slideshow .selected a {
  background-color: #333;
}

.carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.slide {
  z-index: 1;
}

.slide .sliderimagenoVideo {}

@-webkit-keyframes example {
  /*  from {opacity:1;}
    to {opacity:0.1;}*/
}


/*// pagination */
.slides-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0.5em;
  /*//posicion de los numero de paginacion*/
  /*left:50%;//centra los numeros de paginacion*/
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  width: 100%;
}

.slides-pagination li {
  display: inline;
  /*//pone los numesos del slide en sentido horizontal*/
}

.slides-pagination a {
  display: block;
  float: left;
  width: 2em;
  margin-right: 5px;
  text-align: center;
}

/*// skip*/
.slides-next,
.slides-prev {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  padding: 0 .5em;
  z-index: 1;
  /*//estaba en 120*/

}

.slides-next {
  right: 0;
}

.slides-prev {
  left: 0;
}

.slides-next.disabled,
.slides-prev.disabled {

  cursor: auto;
}

svg {
  position: absolute;
  overflow: hidden;
  opacity: 0.2;
  -webkit-animation-name: example;
  /*// Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /*// Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 2s;

}

/*// Safari 4.0 - 8.0*/
@-webkit-keyframes example {
  from {
    margin-left: -420px;
  }

  to {
    margin-left: 0px;
  }
}

/*//Standard syntax*/
@keyframes example {
  from {
    margin-left: -420px;
  }

  to {
    margin-left: 0px;
  }
}

/*//div contenido medio*/
.divSeccionBajaSlide {
  width: 96%;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 15px;
  border-color: #000000;
  box-shadow: 0px 0px 10px #000;
  margin-top: 20px;
  padding-bottom: 20px;

}

/*//Estilos de la galeria*/
.slide_proyectos {
  margin-top: 1px;
  padding-top: 15px;
  padding-left: 5%;
  font-size: 1.5rem;
  color: #AAA5A5;
  border-bottom: solid 1px;
}

.galeria {
  width: 100%;
  margin: auto;
  list-style: none;
  /*padding: 5px;*/
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-justify: distribute;
}

.galeria a {
  text-decoration: none;
  /*quita el subrayado ubicandolo en la a*/
}

.galeria li {
  width: 260px;
  margin: 2px;
  border-color: #000000;
  box-shadow: 0px 0px 10px #000 inset;
  border-radius: 10px 10px 10px 10px;
  padding: 5px;
}

.galeria li:hover {
  background: rgba(130, 175, 245, 0.80);
  cursor: default;
}

.galeria p {
  margin-top: 5px;
  color: #000000;
  word-wrap: break-word;
  width: 100%;
  /**/
  text-justify: inter-word;
  font-weight: bold;
  /*background-color:red;*/

}

.galeria embed {
  width: 98%;
  height: 170px;
  padding-left: 2px;
  padding-top: 2px;

}

/*INICIO CONVENIOS*/
.divSeccionConvenios {
  width: 96%;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-color: #000000;
  box-shadow: 0px 0px 10px #000;
  border-radius: 10px 10px 10px 10px;
  margin-top: 10px;
}

.Titulo_Convenios {
  margin-top: 1px;
  padding-top: 10px;
  padding-left: 5%;
  font-size: 1.5rem;
  color: #ffffff;
  border-bottom: solid 1px;
  justify-content: center;
  background: rgba(30, 144, 255, 0.5);
}

.ulConvenios {
  width: 100%;
  margin: auto;
  list-style: none;
  /*padding: 5px;*/
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-justify: distribute;
}

.ulConvenios a {
  text-decoration: none;
  /*quita el subrayado ubicandolo en la a*/
}

.ulConvenios li {
  box-sizing: border-box;
  width: 270px;
  margin: 2px;
  border-color: #000000;
  box-shadow: 0px 0px 10px #000;
  padding: 5px;
  background: #ffffff;
}

.ulConvenios p {
  margin-top: 5px;
  color: #000000;
  word-wrap: break-word;
  width: 100%;
  /**/
  text-justify: inter-word;
  font-weight: bold;

}

.ulConvenios embed {
  width: 100%;
  height: 170px;
  padding-left: 2px;
  padding-top: 2px;
}

.ulConvenios video {

  width: 100%;
  height: 170px;
  padding-left: 2px;
  padding-top: 2px;

}


/*INICIO MODULO MAITE*/
.divSeccionMaite {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 15px;
  border-color: #000000;
  box-shadow: 0px 0px 10px #000;
  margin-top: 5px;
  padding-bottom: 20px;
  border-radius: 10px 10px 10px 10px;
  background: rgba(240, 255, 240, 0.80);
}

.divSeccionMaite h1 {
  /*   margin: 0 auto;
   padding: 0;*/
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
  color: #000000;
}

.titulo_Maite {
  padding-top: 10px;
  text-align: center;
  font-size: 2rem;
  color: #000000;
  /*border-bottom: solid 1px;*/
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: bold;
}

.ulMaite {
  width: 85%;
  margin: auto;
  list-style: none;
  /*padding: 5px;*/
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-justify: distribute;
  /*background: greenyellow;*/
  /*height: 100%;*/
  font-family: "Arial, sans-serif"
}

.ulMaite a {
  text-decoration: none;
  /*quita el subrayado ubicandolo en la a*/
}

.ulMaite .liMaite {
  /*display:flex;
height: 300px;
width: 70%;
display: inline-block;
margin: 40px;
padding:40px;
padding-bottom: 10px;
background: #ffffff;*/
}

/*lineas arqueadas de color azul en los li*/
.ulMaite .liLeft-Maite {
  border-radius: 60px 0px 60px 0px;
  border-top: #0000FF solid 1px;
  border-left: #0000FF solid 1px;
  padding: 10px;
  background: rgba(176, 224, 230, 0.40);
}

/*lineas arqueadas de color azul en los li*/
.ulMaite .liRight-Maite {
  border-radius: 0px 60px 0px 60px;
  border-top: #0000FF solid 1px;
  border-right: #0000FF solid 1px;
  padding: 10px;
  background: rgba(245, 245, 220, 0.80);
}

.ulMaite p {
  /*margin-top:5px;*/
  color: #000000;
  /*word-wrap: break-word;*/
  /*width:100%;*/
  /*text-justify:  distribute;*/
  font-weight: bold;
  /*background:rgba(130,175,245,0.20);*/

}

.divMaiteBloqueTexto .Titulo-Left-Maite {
  top: 5px;
  width: 100%;
  text-align: center;
}

.divMaiteBloqueTexto .Titulo-Right-Maite {
  top: 5px;
  width: 100%;
  text-align: center;

}

.liMaite .Intro-Left-Maite {
  margin: 40px;
  background: rgba(130, 175, 245, 0.20);
  text-align: justify-all;
}

.liMaite .Intro-Right-Maite {
  background: rgba(130, 175, 245, 0.20);
  text-align: justify-all;
}

/*.ulMaite*/
.divInLiMaite {
  /*    width: 100%;
    display:flex;
  
    */
}

.divMaiteBloqueTexto {
  padding: 15px;
}

.ulMaite .liMaite .divMaiteBloqueTexto {
  width: 50%;
  /*display: block;*/
  margin: 40px;
  height: 97%;
  justify-content: space-around;
}

.divMaite-ContenedorImagen .Left-MaiteimagenoVideo {
  width: 45%;
  height: 300px;
  padding: 10px;
  float: left;
  border-radius: 60px 0px 60px 0px;
}

.divMaite-ContenedorImagen .Right-MaiteimagenoVideo {
  width: 45%;
  height: 300px;
  padding: 10px;
  float: right;
  border-radius: 0px 60px 0px 60px;
}

/*FIN MODULO MAITE*/

/*VENTANA MODAL  */


.li_slideModal {
  z-index: 1;
}

.modal-header {
  position: relative;
  display: flex;

}

.modal-header #ModaldivImagenPrevia {
  position: absolute;
  width: 50px;
  height: 60px;
  top: 4px;
  float: left;
  left: 2px;

  /*background-color: red;*/
  /*margin:10px;*/
}

.imgModal {
  width: 100%;
  float: left;
  height: 100%;
}

.modal-title {
  position: relative;
  /*display: block;*/
  left: 40px;

}

.modal-dialog {

  width: 60%;
  /*display: flex;*/
  /*height: auto;*/
  /*height: auto;*/
  /*background-color: red;*/
}

.li_slideModal {
  width: 100%;
  /*height: auto;*/
  top: 2px;
}

.modal-dialog .li_slideModal .ModalimagenoVideo {
  width: 100%;
  height: 550px;
}

.modal-body {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  background-color: #fff;

}

.close {
  background-color: #000 !Important;
  margin: 5px;
  color: red;
  width: 25px;

}

/*INICIO SCREEN ENTRE 800 Y 999 AZUL*/
@media screen and (min-width:801px) and (max-width: 999px) {
  .divsliderSeccionSuperior {
    height: 300px;

  }

  .sliderimagenoVideo {
    height: 300px;

  }

  .textoTituloSlide {
    /*top: 10%;
 font-size:1.3em;*/
  }

  .TextoIntroSlide {
    /*top:20%;
 font-size:1.8rem;*/
  }

  .TextoMensajeSlide {
    /*font-size:1rem;
bottom:25%;*/
  }


}

/*SCREEN ENTRE 601 Y 800 VERDE*/
@media screen and (min-width:601px) and (max-width: 800px) {
  .divsliderSeccionSuperior {
    height: 200px;
  }

  .sliderimagenoVideo {
    height: 200px;
  }

  .textoTituloSlide {
    /*top: 10%;*/
    font-size: 1.1em;
    /* background-color:red;*/
  }

  .TextoIntroSlide {
    /*top:20%;*/
    font-size: 1.2rem;
  }

  .TextoMensajeSlide {
    font-size: 0.8rem;
    /*bottom:23%;*/
  }


}

/*SCREEN MOVIL 300 a 600 AMARILLO*/
@media screen and (min-width: 300px) and (max-width: 600px) {
  .divsliderSeccionSuperior {
    height: 150px;
  }

  .sliderimagenoVideo {
    height: 150px;
  }

  .textoTituloSlide {
    /*bottom:62%;*/
    font-size: 0.7rem;
  }

  .TextoIntroSlide {
    /* top:25%;*/
    font-size: 0.8rem;
  }

  .TextoMensajeSlide {
    font-size: 0.5rem;
    /*bottom:23%;*/
  }
}