body{
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

h2{
  font-weight: 300;
}

section{
  /* margin-top: 60px; */
  padding-top: 50px;
}

.icon-title-one{
  text-transform: uppercase;
  color: #494748;
  display: flex;
  align-items: center;
}

.icon-title-one img, .icon-title-two img{
  margin-right: 5px;
}

.icon-title-one span{
  display: block;
  font-size: 16px;
}

.icon-title-two{
  color: #ffffff;
}

.icon-list, .icon-list-two{
  text-align: justify;
}

.icon-list > li{
  list-style-image: url("../images/icon-list.png");
}

.icon-list-two > li{
  list-style-image: url("../images/icon-list-two.png");
}

.section-one{
  border-right: 5px solid #189cd4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#44579d+0,331a4b+81 */
  background: #44579d; /* Old browsers */
  background: -moz-linear-gradient(left, #44579d 0%, #331a4b 81%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #44579d 0%,#331a4b 81%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #44579d 0%,#331a4b 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44579d', endColorstr='#331a4b',GradientType=1 ); /* IE6-9 */
}

.section-two{
  background-image: url("../images/background-banner.jpg");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-udi, .img-sigfox{
  margin-top: 60px;
}

.img-udi{
  margin-left: -15px;
}

.img-sigfox{
  float: right;
  margin-right: 25px;
}

.title-banner{
  border-left: 5px solid #189cd4;
  padding-left: 15px;
  margin-top: 100px;
  margin-left: 30px;
}

.title-banner h1{
  color: #ffffff;
  font-size: 3rem;
  margin: 0;
  /* line-height: 1; */
}

.title-banner span{
  color: #ffffff;
  font-weight: 300;
  font-size: 1.5rem;
  vertical-align: top;
}

.background-section{
  background: #002663;
  padding: 10px 15px;
  border-radius: 5px;
  color: #ffffff;
}

.mod-title{
  display: flex;
  align-items: center;

  margin-top: 25px;
  margin-bottom: 0;
  width: 180px;
  height: 40px;
  font-weight: 300;
  color: #ffffff;
  background: #189cd4;
  padding: 5px 10px;
}

.mod-content{
  border-left: 2px solid #189cd4;
  padding-left: 10px;
  min-height: 240px;
}

.mod-content ul{
  padding-left: 20px;
  font-size: 16px;
}

.mod-content ul li{
  color: #189cd4;
}

.mod-content ul li span{
  color: #212529;
}

.mod-content p{
  margin: 0;
  font-weight: 500;
  color: #002663;
  padding-left: 20px;
  padding-top: 10px;
}

.triangulo-equilatero-top-right {
  position: absolute;
  top: 25px;
  right: 185px;

  width: 0;
  height: 0;
  border-right: 7px solid #ffffff;
  border-top: 7px solid #ffffff;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.bg-section{
  background: #f0f0f0;
  padding: 30px 0;
}

.mod-icon{
  position: absolute;
  right: 145px;
  top: 35px;
}

.mod-icon-two{
  position: absolute;
  right: 130px;
  top: 35px;
}

.mod-footer{
  text-align: center;
}

.mod-virtual{
  padding-left: 60px;
  font-weight: 500;
  color: #002663;
}

.mod-presencial{
  padding-left: 60px;
  font-weight: 500;
  color: #c76607;
}

/* section code second programer */

.link{
  font-weight: bold;
  color: #331A4B;
}

.link2{
  font-weight: bold;
  color: white;
}

.icon-subtitle-one img{
  margin-right: 5px;
}

.icon-subtitle-one{
  display: block;
  font-weight: bold;
}

.fondo1{
  background-color:#189cd4;
  color:white;
  padding: 20px 0;
}

.fondo2{
  background-color: #331A4B;
  color: white;
  padding: 20px;
}

.fondo3{
  background-color:white;
  border-radius: 5px;
  color:#331A4B;
}

.fondo4{
  background: #331a4b; /* Old browsers */
  background: -moz-linear-gradient(left, #ab1616 1%, #b84832 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ab1616 1%,#b84832 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ab1616 1%,#b84832 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab1616', endColorstr='#b84832',GradientType=1 ); /* IE6-9 */
  padding: 20px;
  color:white;
}
.borde-right-dashed{
  border-right: 2px dashed white;
}

.borde-left-solid{
  border-left: 2px solid white;
}

.letra1{
  font-weight: bold;
  font-size: 45px;
  color:#331A4B;
  margin: 0;
}

.letra2{
  font-weight: bold;
  font-size: 22px !important;
  color:#189cd4;
}

.letra3{
  font-size: 11px !important;
}

.letra4{
  font-size: 9px !important;
}

.bold{
  font-weight: bold;
}

.table .thead-light th {
  color: #331A4B;
  background-color: white;
  border-color: white;
}

.background-labprac{
  background-image: url('images/background-labprac.png');
  background-repeat: no-repeat, repeat;
  background-position: right bottom;
}

.icon-subtitle span{
  display: block;
  font-size: 16px;
}

.table td, .table th{
  padding: 5px;
}

.mod-conferencia{
  padding-left: 20px;
  margin: 0;
}
.social-network a{
  padding-left: 15px;
  font-weight: 400;
  text-decoration: none;
}

.social-network a:hover{
  color: #189cd4;
}

.img-logo{
  padding: 15px;
}

.navbar-nav{
  justify-content: center;
  align-items: center;
}

#IdNavbar{
  box-shadow: 0px 1px 5px #ccc;
}

.btn-inscripcion{
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1030;
  background: #ab1616;
  box-shadow: 0px 1px 5px 1px #ccc;
  display: flex;
  font-size: 20px;
  animation: pulso .8s infinite;
  padding: 5px 15px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-radius: 10px 0 0 0;
}

.pulso:hover {
  animation: none;
}

@-webkit-keyframes pulso {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulso {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.5);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.5);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

.triangulo{
  border-left: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-right: 5px;
}

.letra5 {
  color: white;
}
