body {
  overflow-x: hidden;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
  line-height: 1.75;
}
a {
  color: #fed136;
}
a:hover {
  color: #fec503;
}
.text-primary {
  color: #fed136 !important;
}
.Lato { 
    font-family: "Lato", Verdana, Tahoma  !important;
    font-weight: 400;
}
.LatoB { 
    font-family: "Lato", Verdana, Tahoma  !important;    
    font-weight: 900;
}
.LatoS { 
    font-family: "Lato", Verdana, Tahoma !important ;
    font-weight: 300;
}
strong{
  font-family: "Lato", Verdana, Tahoma  !important;    
    font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2.NirmalaS{
  font-family: 'Lato'
}

section {
  padding: 100px 0;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.texto-azul-expolink{
  color:#1194de
}
.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #e8d521;
  border-color: #fed136;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: white !important;
  border-color: #1683a5 !important;
  color: #1683a5;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: #1194de;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #e8d521;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none; 
    background-color: #ffcc0d /*rgba(33, 37, 41, 0.7)*/;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #1194de;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }

}

header.masthead {
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../img/s1_fondo.jpg);
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 228px;padding-bottom: 73px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

.s1_logo{
  width: 590px;
  margin: 20px 0px;
}
.s1_personaje{
  position: absolute;
  left: -230px;
  bottom: -170px;
}
.video-100{
  width: 100%;
}

#home {
  background-color: #1194de;

}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#video .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#video{
  background-color: #313333!important;
  color:white!important;
  background-image: url(../img/s2_fondo.jpg);
  background-repeat: no-repeat;
  background-position: center; 
}
#video .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#video .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#video .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#video .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#video .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#video .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#video .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#video .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #f8f9fa;
}

#video .portfolio-item .portfolio-caption h5 {
  margin: 0;
  text-align: justify;
  font-size: 14pt
}

#video .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#video * {
  z-index: 2;
}

.bg-light {
    background-color: #f8f9fa !important;
}
#por_que_usar{
  background-color: #1194de;
  color:white;
  background-image: url(../img/s4_fondo.jpg);
}
#totem{
  background-color: #e8d521;
  color:#134556;
  background-image: url("../img/s5_fondo.jpg");
}
#app_oficial{
  background-color: #1194de;
  color:white;

}
.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem 22rem;
  max-width: 100vw;
}
.form-group{
  max-width: 800px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


section#bg-imagen1 {
  background-color: #212529;
  background-image: url("../img/map-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


footer {
  padding: 70px 0;
  text-align: center;
  background-color:  #2d2d2d; 
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}

.blanco {
  color: white !important; 
}

.lista {
  color:#6c757d !important;
}

.logo-encabezado{
    position: fixed;
    top: 0px;
    height: 110px;
}

@media (max-width: 375px) { 
  .logo-encabezado{  
    position: fixed;
    top: 0px;
    height: 82px;
}
  #mainNav{
    padding-top: 22px;
    padding-bottom:22px;
  }

  .navbar-collapse{
       margin-top: 36px;
  }

}
@media (min-width: 376px) and (max-width: 572px) { 
  .logo-encabezado{  
    position: fixed;
    top: 0px;
    height: 83px;
}
  #mainNav{
    padding-top: 22px;
    padding-bottom:22px;
  }

  .navbar-collapse{
       margin-top: 36px;
  }

}
@media (min-width: 573px) and (max-width: 766px) { 
 .logo-encabezado{  
    position: fixed;
    top: 0px;
    height: 62px!important;
  }
  #mainNav{
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #btn_menu {
    position: relative;
    top: 7px;
    background-color: #ffb70d !important;
    border-radius: 25px;
  }  
  .navbar-collapse{
       margin-top: 36px;
  }
    
  }
  section h2.section-heading{
    font-size:29px;
  }
  section {
    padding: 120px 0;
  }
}
@media (min-width: 767px) and (max-width: 990px)  { 
 .logo-encabezado{  
    position: fixed;
    top: 0px;
    height: 62px!important;
  }
  #mainNav{
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #btn_menu {
    position: relative;
    top: 7px;
    background-color: #ffb70d !important;
    border-radius: 25px;
  }  
  .navbar-collapse{
       margin-top: 36px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) { 
  .logo-encabezado {
    position: fixed;
    top: 0px;
    height: 80px;
    margin-left: 30px;
  }
  .navbar-collapse{
       margin-top: 0px;
  }
  #mainNav {
    padding-top: 25px;
    padding-bottom: 12px;
    font-size: 80%;
  }
  #mainNav.navbar-shrink {
    padding-top: 25px;
    padding-bottom: 12px;

  }
  .navbar-expand-lg .navbar-nav{
    margin-right: 45px;
  }
  
}
@media (min-width: 1201px) and (max-width: 1366px){

}
@media (min-width: 1367px) and (max-width: 1520px){

}
@media (min-width: 1521px) and (max-width: 1720px){

@media (min-width: 1721px) and (max-width: 1920px){
  
}
}

  .leyenda-articulo{
  font-style: italic;
  text-align: center;
  font-size: 18pt!important;
  line-height: 25pt!important;
  }

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  &:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: $gray-200;
  }
  > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
    &:after,
    &:before {
      display: table;
      content: ' ';
    }
    &:after {
      clear: both;
    }
    .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 0 20px 0 100px;
      text-align: left;
      &:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
      }
      &:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
      }
    }
    .timeline-image {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 7px solid $gray-200;
      border-radius: 100%;
      background-color: $primary;
      h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px;
      }
    }
    &.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 20px 0 100px;
      text-align: left;
      &:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
      }
      &:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
      }
    }
    &:last-child {
      margin-bottom: 0;
    }
  }
  .timeline-heading {
    h4 {
      margin-top: 0;
      color: inherit;
      &.subheading {
        text-transform: none;
      }
    }
  }
  .timeline-body {
     > ul,
    > p {
      margin-bottom: 0;
    }
  }
}
@media(min-width:768px) {
  .timeline {
    &:before {
      left: 50%;
    }
    > li {
      min-height: 100px;
      margin-bottom: 100px;
      .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
      }
      .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
        h4 {
          font-size: 13px;
          line-height: 18px;
          margin-top: 16px;
        }
      }
      &.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
      }
    }
  }
}
@media(min-width:992px) {
  .timeline {
    > li {
      min-height: 150px;
      .timeline-panel {
        padding: 0 20px 20px;
      }
      .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
        h4 {
          font-size: 18px;
          line-height: 26px;
          margin-top: 30px;
        }
      }
      &.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
      }
    }
  }
}
@media(min-width:1200px) {
  .timeline {
    > li {
      min-height: 170px;
      .timeline-panel {
        padding: 0 20px 20px 100px;
      }
      .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
        h4 {
          margin-top: 40px;
        }
      }
      &.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
      }
    }
  }
}
section#contact {
  background-color: $gray-900;
  background-image: url('../img/map-image.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  .section-heading {
    color: $white;
  }
  .form-group {
    margin-bottom: 25px;
    input,
    textarea {
      padding: 20px;
    }
    input.form-control {
      height: auto;
    }
    textarea.form-control {
      height: 248px;
    }
  }
  .form-control:focus {
    border-color: $primary;
    box-shadow: none;
  }
  ::-webkit-input-placeholder {
    font-weight: 700;
    color: $gray-400;
    @include heading-font;
  }
  :-moz-placeholder {
    font-weight: 700;
    color: $gray-400;
    /* Firefox 18- */
    @include heading-font;
  }
  ::-moz-placeholder {
    font-weight: 700;
    color: $gray-400;
    /* Firefox 19+ */
    @include heading-font;
  }
  :-ms-input-placeholder {
    font-weight: 700;
    color: $gray-400;
    @include heading-font;
  }
}



/*Estilos estandars para articulos en general */


#mainNav{
  background-color: #1194de;

}
.masthead{
  padding-top: 150px;
  padding-bottom:100px
}
.img_s1{
  width: 180px;
}
.login_btn{
  border-left: 1px #0f76b1 solid; padding-left: 30px; margin-left: 20px;
}
.titulo-item_s1{
    font-size: 17px;
    margin-top: 10px;
    letter-spacing: 0.3em;
}

.txt_s1{
  text-align: center;
  font-size: 35px;
}
.importante_s1{
  text-align: center;
  font-size: 90px;
}
.seccion-titulo{
  margin-bottom: 60px
}
.mb_s1{
  margin-bottom: 30px
}
.btn-mas{
  width: 70px;
  height: 70px;
}
.boton-next_s1{
  margin-top: 80px;
  text-align: center !important;
  display: inherit;
  margin:0 auto;
  position: relative;
  top: 135px;
}
.boton-next_s2 {
    text-align: center !important;
    display: inherit;
    margin: 0 auto;
    position: relative;
    top: 150px;
}
.boton-next_s3 {
    text-align: center !important;
    display: inherit;
    margin: 0 auto;
    position: relative;
    top: 155px;
}
.boton-next_s4 {
    text-align: center !important;
    display: inherit;
    margin: 0 auto;
    position: relative;
    top: 150px;
}
.boton-next_s5 {
    text-align: center !important;
    display: inherit;
    margin: 0 auto;
    position: relative;
    top: 152px;
}
/*.contenedor-video{
  background-image: url("../img/s2_monitor.png");
  background-repeat: no-repeat;
}*/
.s3_movil{
  width: 300px;
}
.img_s3{
  display: inherit;
  margin:0 auto;
  width: 180px;
  position: absolute;

}
.titulo-item_s3{
  font-size:20px;
  margin-top: 44px;
  text-align: left;
  margin-left: 193px;
  height: 150px;
}

.titulo_s5{
  margin-bottom: 80px
}
.img_s5{
  display: inherit;
  position: absolute;;
  margin:0 auto;
  width: 180px;
}
.titulo-item_s5{
  font-size:16px;
  margin-top: 50px;
  text-align: left;
  margin-left: 190px;
  margin-bottom: 100px;
}
.img_s6{
  display: inherit;
  position: absolute;
  margin:0 auto;
  width: 80px;
}
.titulo-item_s6{
  font-size:20px;
  margin-left: 100px;
  margin-top: 10px;
  margin-bottom:40px;
  text-align: left;
}
.titulo_s6_2{
  margin-top: 40px;
}
.s4_personaje{
  position: absolute;
  left: -180px;
  top: -30px;
  width: 528px;
}
.img_s4{
 width:100px;
 position:absolute;

}
.titulo_s5{
  text-align: left;
  margin-left: 100px;
  font-size: 30px;
}
.caja-txt_s1{
  margin-top: 50px;
  margin-bottom: 100px;
}
.caja-txt_s4{
  margin-top: 100px;
}
.caja_s4{
  margin-top: 30px
}
.caja-txt_s4 h2{
  font-size:25px;
}
.btn-foto{
  margin-top: 90px;
  padding: 0px 30px;
  color:#1683a5;
}
.mano_seccion{
    position: absolute;
    top: 54px;
    right: 46px;
    width: 626px;
}
.img_totem{    
    position: absolute;
    width: 150px;
    top: -38px;
    right: 1050px;
}
.img_modal_100{
  width: 100%;
}
.amarillo{
  color:#e8d521;
}

.li-articulo{
  font-size: 12pt;
  text-align: left;
}
.li-articulo li{
  padding-bottom:20px !important;
}
.titulo-articulo{
  padding-bottom: 30px;
  text-align: center;
}
.introduccion-articulo{
  font-size: 16pt;
  text-align: left;
  padding-bottom: 20px
}
.texto-articulo{
  text-align: left;
  padding-bottom: 30px;

}
.texto-blanco{
  color:white !important;
}
.svg {
  width:100%;
  max-width: 300px !important;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0.8;
}
.jumbotron{
  margin-bottom:-20px !important;
}

.texto-negro{
  color:black;
}

.mt30{
  margin-top:30px !important;
}

.just{
  text-align: justify;
}
.centrar{

  text-align: center;
}
.seccion-proyectos{
  padding-bottom: 50px !important;
}
.png{

  width:100%;
  max-width: 600px !important;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.texto-bold{
  font-weight: bold;
}

.borde-izq{
  padding: 30px;
  border-left: #8c8c8c 1px solid;
}
.p30{
  padding: 30px
}
.pr20{
  padding-right: 20px;
}
.svg-thumbnail{
  height: 400% !important;
}
.top-svg{
  top:35% !important;
}

.mb20{
  margin-bottom: 20px
}

.mb30{
  margin-bottom: 30px
}
.content {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
#titulo-trabaja{
  padding-bottom: 30px;
}

#clientes-monitor{
  display:initial;
}
#clientes-movil{
  display:none;    
}
.logo-cliente{
  max-height:  100px;
}
.mb20{
  margin-bottom: 20px;
}
.mb40{
  margin-bottom: 40px;
}

.nav-item a{
  font-weight: bold !important;
}

.aula{
  margin-bottom: 40px
}
.aula a{
  color:#760c16;
}
.jgris{
  background-color: #f9f9f9;
}
.jumbotron-negro{
    padding: 30px 30px;
    margin-bottom: 2rem;
    background-color: rgb(1,1,1,0.7);
    border-radius: .3rem;
    margin-bottom:-20px !important;
}
.no-style {
  color:#000;
  text-decoration: none;
}
a:hover{
  text-decoration: none
}
.copyright{
  font-size: 18px !important
}
.li-footer{
  font-size: 9px!important
}
.logo_form_login{
  width: 305px;
}
/*<<<<<<<<<<---------------------------------MOVIL------------------>>>>>>>*/

@media (min-width: 0px) and (max-width:  766px) { 
  .portfolio-modal .modal-dialog {
  margin: 10px;
  max-width: 100vw;
    }
    .portfolio-modal .modal-content {
    padding: 40px 0;
    text-align: center;
    }
    .logo_form_login {
    width: 250px;
    }
  .p30{
    padding: 10px;
  }
  #logo-encabezado{
    height: 67px;
  }
  #btn_menu{
    position: relative;
    top: 7px;
    background-color: #e8d521 !important;
    border-radius: 25px;
  }
  #mainNav{
    padding-top: 5px;
  }
  header.masthead .intro-text{
    padding-bottom: 0px;
  }
  h2{
    font-size: 20px !important;
  }
  h3{
    font-size: 19px;
  }
  section{
      padding: 60px 0 !important;
  }
  p{
      font-size: 12px;
  }
  section h3.section-subheading{
    margin-bottom: 26px;
  }
  .btn-xl{
    font-size: 13px;
  }
  .pie{
  font-size: 12px !important
  }
  .li-footer{
    font-size: 9px!important
  }
  .jumbotron-negro{
    padding: 2rem 2rem ;
  }
  div.intro-text.pad-contacto{
    padding-top: 10px !important;

  }
  .masthead{
    padding-top: 70px!important;
    padding-bottom: 0px !important;
  }
  .importante_s1{
    font-size: 45px!important;
  }
  .caja-txt_s1{
    margin-bottom: 20px!important;
  }
  .titulo-item_s1{
    font-size: 20px !important;
    margin-bottom: 30px !important; 
    margin-top: 10px !important;
  }
  .btn-mas{
    width:40px !important;
    height: 40px !important;
  }
  .boton-next_s1{
    top:20px!important;
  }
  .seccion-titulo{
    margin-bottom: 20px !important;
  }
  .boton-next_s2{
    text-align: center !important;
    top:76px !important;
  }
  .s1_personaje{
    display:none;
  }

  .img_s3{
    width: 250px!important;
  }
  .titulo-item_s3{
    font-size: 14px!important;
    margin-bottom: 30px!important;
    margin-top:0px !important;
  }
  .boton-next_s3{
    top:49px !important;
  }
  #video{ 
    background-color: #313333!important;
  color:white!important;
  background-image: url(../img/s2_fondo_sm.jpg);
  background-repeat: no-repeat;
  background-position: center; 

  }
  #como_se_usa{
    padding-bottom: 30px !important;
  }
  .boton-next_s4{
    top:80px !important;
  }
  .titulo_s5{
   margin-left: 0px !important;
   font-size: 17px !important;
   margin-top: 10px;
   margin-bottom: 20px !important;
   text-align: center !important;
  }
  .img_totem{
    display: inherit!important;
    position:initial!important;
    margin:0 auto;
    width: 120px!important;
  }
  .img_s5{
    width: 200px!important;
  }
  .titulo-item_s5{
    font-size: 14px !important;
    margin-top: 0px !important;
    margin-bottom: 30px!important;
    margin-left: 20px !important;
    margin-right: 20px !important;

  }
  .boton-next_s5{
    top:78px !important;
  }
  .mano_celular{
    display: none;
  }
  .titulo_s6{
    font-size: 23px!important;
  }
  .titulo-item_s6{
    margin-top: 0px !important;
    line-height:24px;
    font-size: 17px !important;
    margin-bottom:30px !important;
  }
  .btn-foto{
    font-size: 14px;
    margin-top:30px!important;
  }
  .close-modal{
   font-size: 12px!important;
   top: 14px!important;
    right: -4px!important; 
  }
}
/*<<<<<<<<<<--------------------------------- FIN MOVIL------------------>>>>>>>*/


/*<<<<<<<<<<---------------------------------MOVIL y Tablet------------------>>>>>>>*/
.opacity0{
  opacity: 0;
}
@media (max-width: 375px) { 
  
  #btn_menu{
    opacity: 100;
  }  
  .s1_logo{
    width: 300px;
    margin:10px 0px;
  }
  .txt_s1{
    font-size: 22px!important;
  }
  .txt_masthead{
    font-size: 18px!important;
  }
  .s3_movil{
    display: inherit!important;
    position:initial!important;
    margin:0 auto;
    width: 150px!important;
    margin-bottom: 30px;
  }
  .img_s3{
    width: 200px !important;
    position:inherit;
  }
  .titulo-item_s3{
    margin-left: 0px !important;
    text-align: center;
    height: 63px;
  }
  .s4_personaje{
    display:none;
  }
  .caja_s4{
    margin-top:0px;
  }
  .img_s4{
    width: 70px
  }
  .caja-txt_s4{
    margin-top:0px;
    margin-left: 73px;
    margin-bottom: 30px;
  }
  .caja-txt_s4 h2{
  font-size: 16px !important;
  }
  .titulo_s5{
    font-size: 18px!important;
  }
  .img_s5{
    width:100px!important;
    position: inherit;
  }
  .titulo-item_s5{
    text-align: center;
  }
  .img_s6{
    width: 60px;
  }
  .titulo-item_s6{
    font-size: 16px !important;
    margin-left: 70px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    height: 70px;
    line-height: 20px;
  }
}
@media (min-width: 375px) and (max-width: 572px) { 
  #btn_menu{
    opacity: 100;
  }
  .navbar-nav{
    padding-top: 0px;
  }
  .s1_logo{
    width: 350px;
    margin:10px 0px;
  }
  .txt_s1{
    font-size: 22px!important;
  }
  .txt_masthead{
    font-size: 18px!important;
  }
  .s3_movil{
    display: inherit!important;
    position:initial!important;
    margin:0 auto;
    width: 150px!important;
    margin-bottom: 30px;
  }
  .img_s3{
    width: 200px !important;
    position:inherit;
  }
  .titulo-item_s3{
    margin-left: 0px !important;
    text-align: center;
    height: 63px;
  }
  .s4_personaje{
    display:none;
  }
  .caja_s4{
    margin-top:0px;
  }
  .img_s4{
    width: 70px
  }
  .caja-txt_s4{
    margin-top:0px;
    margin-left: 73px;
    margin-bottom: 30px;
  }
  .caja-txt_s4 h2{
  font-size: 16px !important;
  }
  .titulo_s5{
    font-size: 18px!important;
  }
  .img_s5{
    width:100px!important;
    position: inherit;
  }
  .titulo-item_s5{
    text-align: center;
  }
  .img_s6{
    width: 60px;
    left: 75px;
  }
  .titulo-item_s6{
    font-size: 16px !important;
    margin-left: 130px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    height: 70px;
    line-height: 20px;
  }
}
@media (min-width: 573px) and (max-width: 766px) { 
  .logo-encabezado {
  position: fixed;
  top: 0px;
  height: 62px !important;
  }
  #btn_menu{
  opacity: 100;
  position: absolute!important;
  right: 15px!important;
  top: 14px!important;
  }
  .navbar-nav{
    padding-top: 20px;
  }
  .caja-txt_s1{
    margin-bottom: 48px!important;
  }
  .txt_s1{
    font-size: 30px!important;
    margin-bottom: 30px;
  }
  .txt_masthead{
    font-size: 30px!important;
    margin-bottom: 0px !important;
  }
  .s1_logo{
    width: 400px;
    margin:10px 0px;
  }
  .img_s1{
    position: absolute !important;
    right: 360px;
    width: 130px;
  }
  .titulo-item_s1{
    text-align: left;
    margin-left: 180px;
    margin-top: 50px !important;
    margin-bottom: 70px !important;
  }
  #video{ 
    background-color: #313333!important;
    color:white!important;
    background-image: url(../img/s2_fondo_md.jpg);
    background-repeat: no-repeat;
    background-position: center; 
  }
  .s3_movil{
    display: inherit!important;
    position:initial!important;
    margin:0 auto;
    width: 150px!important;
    margin-bottom: 30px;
  }
  .img_s3{
    width: 150px !important;
    position:absolute;
  }
  .titulo-item_s3{
    margin-left: 170px !important;
    margin-top: 30px!important;
    margin-bottom: 50px !important;
    font-size:18px!important ;
    text-align: left;
    height: 100px;
    line-height: 25px;
  }
  .s4_personaje{
    display:none;
  }
  .caja_s4{
    margin-top:0px;
  }
  .img_s4{
    width: 70px
  }
  .caja-txt_s4{
    margin-top:0px;
    margin-left: 73px;
    margin-bottom: 30px;
  }
  .caja-txt_s4 h2{
  font-size: 22px !important;
  }
  .caja-txt_s4 p{
  font-size: 14px !important;
  }
  .titulo_s5{
    font-size: 22px!important;
  }
  .img_s5{
    width:100px!important;
    position: inherit;
  }
  .titulo-item_s5{
    text-align: left;
    margin-left: 110px!important;
    margin-bottom: 40px!important;
    margin-top: 20px !important;
  }
  .img_s5{
    position: absolute;
    
  }
  .img_s6{
    width: 60px;
    left:92px !important;
  }
  .titulo-item_s6{
    font-size: 16px !important;
    margin-left: 150px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    height: 70px;
    line-height: 20px;
  }
}

@media (min-width: 767px) and (max-width: 990px) { 
  .logo-encabezado {
  position: fixed;
  top: 0px;
  height: 62px !important;
  }
  #btn_menu{
  opacity: 100;
  position: absolute!important;
  right: 55px !important;
  top: 14px!important;
  border-radius: 25px !important;
  }
  .navbar-nav{
    padding-top: 58px;
  }
  #mainNav{
    padding-bottom: 50px !important;

  }
  
  .txt_s1{
    font-size: 35px!important;
    margin-bottom: 0px!important;
  }
  .txt_masthead{
    font-size: 30px!important;
    margin-bottom: 0px !important;
  }
  .col-personaje{
  }
  .s1_personaje{
    width: 549px;
    left: -192px;
  }
  .caja-txt_s1{
    margin-top: 0px!important;
  }
  .s1_logo{
    width: 400px;
    margin:10px 0px;
  }
  .img_s1{
    position: initial !important;
    right: 360px;
    width: 130px;
  }
  .titulo-item_s1{
    text-align: center;
    font-size: 13px;
    margin-left:0px;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  #video{ 
    background-color: #313333!important;
    color:white!important;
    background-image: url(../img/s2_fondo_990.jpg);
    background-repeat: no-repeat;
    background-position: center; 
  }
  .s3_movil{
    display: inherit!important;
    position:initial!important;
    margin:0 auto;
    width: 150px!important;
    margin-bottom: 30px;
  }
  .img_s3{
    width: 150px !important;
    position:absolute;
  }
  .titulo-item_s3{
    margin-left: 170px !important;
    margin-top: 30px!important;
    margin-bottom: 50px !important;
    font-size:18px!important ;
    text-align: left;
    height: 100px;
    line-height: 25px;
  }
  .s4_personaje{
    display:none;
  }
  .caja_s4{
    margin-top:0px;
  }
  .img_s4{
    width: 70px;
    position: initial;
  }
  .caja-txt_s4{
    margin-top:0px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .caja-txt_s4 h2{
  font-size: 20px !important;
  }
  .caja-txt_s4 p{
  font-size: 14px !important;
  }
  .s4_personaje{
    display: initial;
    top: -50px;
  }
  .titulo_s5{
    font-size: 30px!important;
    margin-left: 140px;
  }
  .img_totem{
      position: absolute;
      width: 150px;
      top: -28px;
      left: -11px;
  }
  .img_s5{
    width:100px!important;
    position: inherit;
  }
  .titulo-item_s5{
    text-align: left;
    margin-left: 110px!important;
    margin-bottom: 40px!important;
    margin-top: 20px !important;
  }
  .img_s5{
    position: absolute;
    
  }
  .img_s6{
    width: 60px;
    left:0px !important;
  }
  .titulo-item_s6{
    font-size: 16px !important;
    margin-left: 58px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    height: 70px;
    line-height: 20px;
  }
}
/*<<<<<<<<<<--------------------------------- FIN MOVIL y Tablet------------------>>>>>>>*/


@media (min-width: 990px) and (max-width: 1200px) { 
  .s1_personaje {
    position: absolute;
    left: -242px;
    width: 690px;
    bottom: -170px;
  }
  .s4_personaje{
    top:56px;
  }
}


/*------------- AYUDA -------------- */

.ayuda{
  background-image: none;
  background-color: white !important;
  margin-top: 200px;
  padding-bottom: 100px;
}
.icono_ayuda{
  position: absolute;
      width: 126px;
    position: absolute;
    left: 55px;
    top: -16px;
}
.titulo_ayuda{
  text-align: left;
  color:#139fd6;
  margin-left:70px;
}
.subtitulo_ayuda{
  text-align: left;
  color:#139fd6;  
  margin-left:70px;
}
.borde_preguntas_frecuentes{
  border-left: 1px solid #9bd7f9;
  margin-left: 100px;
}
.lista_preguntas {
  margin-top: 40px;
  margin-left: 30px;
  font-size: 20px;
}
.caja_respuestas{
  margin-top:50px;
}
.caja_respuestas h2, .caja_respuestas p{
  margin-left: 70px;
}
li{
  list-style: none;
  margin-bottom: 10px;
}
ul li a{
  color:black;
}
.logo_expolink_ayuda{
  position: absolute;
  width: 250px;
  right: 19px;
  top: -52px;
}

@media (min-width: 0px) and (max-width: 320px) { 
  .ayuda{
    background-image: none;
    background-color: white !important;
    margin-top: 85px;
    padding-bottom: 100px;
  }
  .logo_expolink_ayuda{
    display: none
  }
  .icono_ayuda{
    width: 53px;
    position: absolute;
    left: 5px;

  }
  .titulo_ayuda{
    text-align: left;
    color:#139fd6;
    margin-left:30px;
    font-size: 20px!important
  }
  .subtitulo_ayuda{
    text-align: left;
    color:#139fd6;  
    margin-left:30px;
    font-size: 20px!important
  }
  .borde_preguntas_frecuentes{
    border-left: 1px solid #9bd7f9;
    margin-left: 15px;
  }
  .lista_preguntas {
    margin-top: 40px;
    margin-left: 0px;
    font-size: 14px;
    padding-left: 30px;
  }
  .caja_respuestas{
    margin-top:50px;
  }
  .caja_respuestas h2, .caja_respuestas p{
    margin-left: 30px;
  }
  li{
    list-style: none;
    margin-bottom: 10px;
  }
  ul li a{
    color:black;
  }
  .logo_expolink_ayuda{
    position: initial;
    width: 300px;
    float: right;
    margin-right: 21px;
  }
}
@media (min-width: 321px) and (max-width: 766px) { 
  .ayuda{
    background-image: none;
    background-color: white !important;
    margin-top: 85px;
    padding-bottom: 100px;
  }
  .logo_expolink_ayuda{
    display: none
  }
  .icono_ayuda{
    width: 67px;
    position: absolute;
    left: 5px;
    top:-9px;

  }
  .titulo_ayuda{
    text-align: left;
    color:#139fd6;
    margin-left:40px;
    font-size: 20px!important
  }
  .subtitulo_ayuda{
    text-align: left;
    color:#139fd6;  
    margin-left:40px;
    font-size: 20px!important
  }
  .borde_preguntas_frecuentes{
    border-left: 1px solid #9bd7f9;
    margin-left: 22px;
  }
  .lista_preguntas {
    margin-top: 40px;
    margin-left: 0px;
    font-size: 16px;
    padding-left: 40px;
  }
  .caja_respuestas{
    margin-top:50px;
  }
  .caja_respuestas h2, .caja_respuestas p{
    margin-left: 40px;
  }
  li{
    list-style: none;
    margin-bottom: 10px;
  }
  ul li a{
    color:black;
  }
  .logo_expolink_ayuda{
    position: initial;
    width: 300px;
    float: right;
    margin-right: 21px;
  }

}
@media (min-width: 768px) and (max-width: 990px) {
    .ayuda{
    background-image: none;
    background-color: white !important;
    margin-top: 120px;
    padding-bottom: 100px;
  }
  .logo_expolink_ayuda{
    display: initial;
    position: absolute !important;
    width: 200px !important;
    left: 522px !important;
    top:-28px;
  }
  .icono_ayuda{
    width: 92px;
    position: absolute;
    left: -15px;

  }
  .titulo_ayuda{
    text-align: left;
    color:#139fd6;
    margin-left:50px;
    font-size: 30px!important
  }
  .subtitulo_ayuda{
    text-align: left;
    color:#139fd6;  
    margin-left:50px;
    font-size: 20px!important
  }
  .borde_preguntas_frecuentes{
    border-left: 1px solid #9bd7f9;
    margin-left: 15px;
  }
  .lista_preguntas {
    margin-top: 40px;
    margin-left: 0px;
    font-size: 20px;
    padding-left: 50px;
  }
  .caja_respuestas{
    margin-top:50px;
  }
  .caja_respuestas h2, .caja_respuestas p{
    margin-left: 50px;
  }
  li{
    list-style: none;
    margin-bottom: 10px;
  }
  ul li a{
    color:black;
  }
}
/*------------- FIN AYUDA -------------- */

/*------------- DESCARGA -------------- */

.celular_playstore{
  margin: 0 auto;
  display: block;
  width: 300px;
}
.titulo_descarga{
  font-size: 40px;
  margin-top: 30px;
  color:#1194de;
}
.btn_playstore{
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 0px) and (max-width: 320px) { 
  .celular_playstore {
    margin: 0 auto;
    display: block;
    width: 184px;
  }
  .titulo_descarga{
    font-size: 16px!important;
  }
  .btn_playstore{
    width: 213px;
  }
}
@media (min-width: 321px) and (max-width: 766px) { 
  .celular_playstore {
    margin: 0 auto;
    display: block;
    width: 250px;
  }
  .btn_playstore{
    width: 213px;
  }
}

/*--- NOTICIAS ---*/
  .noticias{
    margin-top: 150px;
    margin-bottom: 100px;
  }
.titulo_noticias{
  text-align: left;
  color: #1194de;
  margin-bottom: 20px;
}
.col-noticia{
  padding:5px;
}
.noticia_top{
  width: 100%;
  background-color:#1194de;
  background-image: url(../img/expolink_exponor.jpg);
  background-size: 100%;
  height: 400px;
}
.noticia_segunda{
  width: 100%;
  background-color:#1194de;
  background-image: url(../img/expolink_exponor.jpg);
  background-size: 100%;
  height: 49%;
  padding-bottom: -10px;
  margin-bottom:8px;
}
.noticia_top_titulo{
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  color:#fff;
  font-size: 20px;
  margin-top: 292px;
  display: inline-block;
  width: 100%;
}
.noticia_top_titulo:hover{
  background-color: rgba(17, 148, 222, 0.8);
}
.noticia_top_fecha{
  font-size: 12px;
}
.noticia_segunda_titulo{
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  color:#fff;
  font-size: 15px;
  margin-top: 102px;
  display: inline-block;
  width: 100%;
}
.noticia_segunda_titulo:hover{
  background-color: rgba(17, 148, 222, 0.8);
}
.noticia_segunda_fecha{
  font-size: 10px;
}
.icono_noticias{
  width: 60px;
  position: absolute;
}
.noticias_anteriores{
  margin-top: 30px;
}
.noticia_anterior_item{
  margin-bottom: 35px;
}
.noticia_anterior_titulo{
  font-size: 18px;
  color: #000;
  padding-left: 80px;
}
.noticia_anterior_fecha{
  padding-left: 80px;
  color: #000;

}
.noticia_anterior_titulo:hover{
  color:#fec503;
}
.noticia_anterior_fecha:hover{
  color:#fec503;
}
.noticia_anterior_fecha{
  font-size: 12px;
}

@media (min-width: 0px) and (max-width: 320px) { 
  .noticias{
    margin-top: 90px;
    padding-bottom: 40px;
  }
  .col-noticia{
    padding:5px;
  }
  .noticia_top{
    width: 100%;
    background-color:#1194de;
    background-image: url(../img/expolink_exponor.jpg);
    background-size: 100%;
    height: 200px;
  }
  .noticia_segunda{
    width: 100%;
    background-color:#1194de;
    background-image: none;
    background-size: 100%;
    padding-bottom: -10px;
    margin-bottom:8px;
  }
  .noticia_top_titulo{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 17px;
    color: #fff;
    font-size: 14px;
    margin-top: 106px;
    display: inline-block;
    width: 100%;
  }
  .noticia_top_titulo:hover{
    background-color: rgba(17, 148, 222, 0.8);
  }
  .noticia_top_fecha{
    font-size: 12px;
  }
  .noticia_segunda_titulo{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color:#fff;
    font-size: 15px;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
  }
  .noticia_segunda_titulo:hover{
    background-color: rgba(17, 148, 222, 0.8);
  }
  .noticia_segunda_fecha{
    font-size: 10px;
  }
  .icono_noticias{
    width: 35px;
    position: absolute;
  }
  .noticias_anteriores{
    margin-top: 30px;
  }
  .noticia_anterior_item{
    margin-bottom: 20px;
  }
  .noticia_anterior_titulo{
    font-size: 11px;
    color: #000;
    padding-left: 45px;
  }
  .noticia_anterior_fecha{
    padding-left: 45px;
    color: #000;

  }
  .noticia_anterior_titulo:hover{
    color:#fec503;
  }
  .noticia_anterior_fecha:hover{
    color:#fec503;
  }
  .noticia_anterior_fecha{
    font-size: 12px;
  }
  footer {
    padding: 18px 0;
    font-size: 12px;
  }
}
@media (min-width: 321px) and (max-width: 766px) { 
  .noticias{
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .col-noticia{
    padding:5px;
  }
  .noticia_top{
    width: 100%;
    background-color:#1194de;
    background-image: url(../img/expolink_exponor.jpg);
    background-size: 100%;
    height: 200px;
  }
  .noticia_segunda{
    width: 100%;
    background-color:#1194de;
    background-image: none;
    background-size: 100%;
    padding-bottom: -10px;
    margin-bottom:8px;
  }
  .noticia_top_titulo{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 17px;
    color: #fff;
    font-size: 14px;
    margin-top: 106px;
    display: inline-block;
    width: 100%;
    height: 47%;
  }
  .noticia_top_titulo:hover{
    background-color: rgba(17, 148, 222, 0.8);
  }
  .noticia_top_fecha{
    font-size: 12px;
  }
  .noticia_segunda_titulo{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color:#fff;
    font-size: 15px;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
  }
  .noticia_segunda_titulo:hover{
    background-color: rgba(17, 148, 222, 0.8);
  }
  .noticia_segunda_fecha{
    font-size: 10px;
  }
  .icono_noticias{
    width: 35px;
    position: absolute;
  }
  .noticias_anteriores{
    margin-top: 30px;
  }
  .noticia_anterior_item{
    margin-bottom: 20px;
  }
  .noticia_anterior_titulo{
    font-size: 11px;
    color: #000;
    padding-left: 45px;
  }
  .noticia_anterior_fecha{
    padding-left: 45px;
    color: #000;

  }
  .noticia_anterior_titulo:hover{
    color:#fec503;
  }
  .noticia_anterior_fecha:hover{
    color:#fec503;
  }
  .noticia_anterior_fecha{
    font-size: 12px;
  }
  footer {
    padding: 25px 0;
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
    .noticias{
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .titulo_noticias{
    font-size: 29px!important;
    margin-bottom: 20px!important;
  }
  .noticia_top{
    height: auto;
  }
  .noticia_top_titulo{
    margin-top: 185px;
  }
  .noticia_segunda{
    height: auto;
  }
  .noticia_segunda_titulo{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 12px;
    color: #fff;
    font-size: 12px;
    margin-top: 65px;
    display: inline-block;
    width: 100%;
  }
  .noticia_anterior_titulo{
    font-size: 17px;
    padding-left: 60px;
  }
  .noticia_anterior_fecha{    
    padding-left: 60px;
  }
  .icono_noticias{
    width: 47px;
  }

  footer {
    padding: 22px 0;
    font-size: 14px;
  }
} 
@media (min-width: 990px) and (max-width: 1200px) {
    .noticias{
    margin-top: 120px;
    padding-bottom: 50px;
  }
  .noticia_top_titulo {
    margin-top: 263px;
  }
  .noticia_anterior_item{
    font-size: 17px;
    margin-bottom: 30px;
  }
  .noticia_anterior_titulo{
    font-size: 17px;
  }

  footer {
    padding: 22px 0;
    font-size: 14px;
  }
}

/*----MODAL LOGIN ---*/

.modal_login{
  margin:20px!important;
  display: block;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width:  766px) { 
  .portfolio-modal .modal-dialog {
  margin: 10px;
  max-width: 100vw;
  }
  .portfolio-modal .modal-content {
  padding: 40px 0;
  text-align: center;
  }
  .logo_form_login {
  width: 250px;
  }
}
@media (min-width: 767px) and (max-width:  1200px) { 
  .portfolio-modal .modal-dialog {
  margin: 10px;
  max-width: 100vw;
  }
  .portfolio-modal .modal-content {
  padding: 40px 0;
  text-align: center;
  }
  .logo_form_login {
  width: 250px;
  }
  .form-goup{
        max-width: 600px;
    display: block;
    margin: 0 auto;
  }
}

.caja_respuestas h2{ position:relative; }
.caja_respuestas h2 span{ position:absolute; top:-150px;}