@media only screen and (min-width : 321px) {
  .sobresaliente{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    padding: 18px;  
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    min-width: 300px;
  }  
  .contentprincipal{
    background-image: url("../img/img-principal.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
  }
  .outer-div {
    margin-top: 48px;;
}    
  .img-card{
    max-width: 50px;
  }
  .card{
    min-width: 260px;
  }
/*PAGINACIÓN*/
.page-link{
  background-color: #ffab00;
  color: white;
  border-radius: 50%;
  width: 37px;
  height: 37px;    
  margin: 3px 21px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}  
/*PAGINACIÓN*/
.etiquetas{
  background-color: #ff2063;
  border-radius: 15px;
  max-width: 500px;
  height:45px;
  font-family: 'Poppins';
  font-size: 17px;
  color: #fff;
  padding: 6px;
}
.texto1{
  color: #003672;
  font-family: 'Poppins';
  font-size: 22px;

  margin: 20px 0px;
}
.texto2{
  color: #666;
  font-family: 'Poppins';
  font-size: 22px;
}  

}  


@media only screen and (min-width: 600px) and (max-width: 767px) {
  .sobresaliente{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    padding: 18px;  
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    min-width: 300px;
  }  
  .img-card{
    max-width: 50px;
  }
  .card{
    min-width: 260px;
  }
/*PAGINACIÓN*/
.page-link{
  background-color: #ffab00;
  color: white;
  border-radius: 50%;
  width: 37px;
  height: 37px;    
  margin: 3px 21px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
/*PAGINACIÓN*/  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sobresaliente{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    padding: 18px;  
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
  }  
  .img-card{
    max-width: 40px;
  }
/*PAGINACIÓN*/
.page-link{
  background-color: #ffab00;
  color: white;
  border-radius: 50%;
  width: 37px;
  height: 37px;    
  margin: 3px 21px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
/*PAGINACIÓN*/    

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sobresaliente{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    padding: 18px;  
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
  }  
  .img-card{
    max-width: 40px;
  }
/*PAGINACIÓN*/
.page-link{
  background-color: #ffab00;
  color: white;
  border-radius: 50%;
  width: 37px;
  height: 37px;    
  margin: 3px 21px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
/*PAGINACIÓN*/  
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sobresaliente{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    padding: 18px;  
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
  }  
  .img-card{
    max-width: 40px;
  }
  .contentprincipal{
    background-image: url("../img/img-principal.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
  }
  .outer-div {
    margin-top: 118px;;
}  
  .etiquetas{
    background-color: #ff2063;
    border-radius: 15px;
    max-width: 500px;
    height:45px;
    font-family: 'Poppins';font-size: 22px;
    color: #fff;
    padding: 6px;
  }
  .texto1{
    color: #003672;
    font-family: 'Poppins';font-size: 22px;
    font-size: 55px;
    margin: 20px 0px;
  }
  .texto2{
    color: #666;
    font-family: 'Poppins';font-size: 22px;
    font-size: 20px;    
  }  
/*PAGINACIÓN*/
.page-link{
  background-color: #ffab00;
  color: white;
  border-radius: 50%;
  width: 37px;
  height: 37px;    
  margin: 3px 21px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
/*PAGINACIÓN*/  
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

body{
    font-family: 'Poppins';font-size: 22px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }
  .container {
    max-width: 100% !important;
  }

/*PAGINACIÓN*/
.page-link{
    background-color: #ffab00;
    color: white;
    border-radius: 50%;
    width: 37px;
    height: 37px;    
    margin: 3px 21px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .page-item:last-child .page-link {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
  }
  /*PAGINACIÓN*/
  .contentprincipal{
    background-image: url("../img/img-principal.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
  }
  .etiquetas{
    background-color: #ff2063;
    border-radius: 15px;
    max-width: 500px;
    height:45px;
    font-family: 'Poppins';font-size: 22px;
    color: #fff;
    padding: 6px;
  }
  .onlyeti{
    background-color: #ffa500;
    border-radius: 15px;
    padding: 3px 20px;
    color: #fff;
    font-family: 'Poppins';font-size: 22px;
    height: 25px;
  }
  .texto1{
    color: #003672;
    font-family: 'Poppins';font-size: 22px;
    font-size: 55px;
    margin: 20px 0px;
  }
  .texto2{
    color: #666;
    font-family: 'Poppins';font-size: 22px;
    font-size: 20px;    
  }
  .outer-div {
    margin-top: 148px;;
}
.sobresaliente{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    padding: 18px;  
    position: absolute;
    top: 690px;
    left: 457px;
    z-index: 10;
  }
  .elemento2{
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .tarticle{
    color: #003672;
  }
  .card-body {
    flex: 1 1 auto;
    text-align: left;
  }
  .card-title{
    font-size: 18px;
    color: #808080;  
  }
  .card-text{    
    color: #808080;
    font-size: 20px;
  }
  .img-card{
    max-width: 40px;
  }

}