#slider-portada {
  width: 100%;
}

#slider-portada .carousel-indicators {
  width: 100%;
  left: 0;
  margin: 0;
  bottom: 0;
  padding-left: 9em;
  margin-bottom: -23%;
}

.barraseta {
  background: blue;
  padding-top: 7px;
  width: 75%;
  height: 7px;
  margin-top: 6px;
}

.circulo {
  background: rgb(198, 198, 201);
  padding-left: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.triangulo {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid blue;
  border-bottom: 10px solid transparent;
  padding-right: -2px;
}

#slider-portada .carousel-indicators li {
  border-radius: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.carousel-control-prev-i {
  background-image: url("../../../img/previcon.png");
  background-color: inherit;
  border: inherit;
  width: 30px;
  height: 30px;
}
.paragrafos {
  padding: 0 2em;
}

.paragrafos h3 {
  color: blue;
  text-align: center;
  padding-top: 2em;
}

.carousel-control-next-i {
  background-image: url("../../../img/nexticon.png");
  background-color: inherit;
  border: inherit;
  width: 30px;
  height: 30px;
}
.button-control {
  background-color: inherit;
  border: inherit;
}

.texto3 {
  text-align: center;
  vertical-align: top;
  /* margin-top: -320px; */
  /* padding-bottom: 250px; */
  font-size: xx-large;
}

.texto2 {
  /*text-align: center;
  vertical-align: top;
  /* margin-top: -320px; */
  /* padding-bottom: 250px; */
  z-index: 100;
  font-size: xx-large;
  padding-left: 59%;
}

.texto1 {
  text-align: center;
  vertical-align: top;
  /* margin-top: -320px; */
  /* padding-bottom: 250px; */
  font-size: xx-large;
}

#slider-portada .carousel-indicators .active {
  background: rgb(103, 43, 255);
  padding-left: 5px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 200;
  padding-top: 5px;
  padding-right: 10px;
  margin-top: -2px;
  /* 
  height: 35px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(166, 255, 0);
 padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 6px;
  border-radius: 10px; */
}
/*
@media (max-width: 1268px) {
  .texto3 {
    margin-top: -268px;
    font-size: large;
  }
}
@media (max-width: 1054px) {
  .texto3 {
    margin-top: -93px;
    font-size: large;
  }
}
@media (max-width: 884px) {
  .texto3 {
    font-size: large;
    margin-top: -4px;
    /* padding-bottom: 241px; */
/*   padding-right: 27%;
  }
}

@media (max-width: 991.98px) {
  .texto3 {
    font-size: small;
    margin-top: -120px;
    padding-bottom: 250px;
    padding-right: 1em;
  }
  .texto2 {
    font-size: small;
    margin-top: -120px;
    padding-bottom: 250px;
    padding-right: 1em;
  }
} */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .texto2 {
    padding-left: 46%;
  }
}
@media (min-width: 576px) {
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 100% !important;
  }
}
