body {
  /*background: rgb(0, 187, 125);
  background: -moz-linear-gradient(0deg, rgba(0, 187, 125, 1) 0%, rgba(240, 240, 240, 1) 49%, rgba(0, 187, 125, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 187, 125, 1) 0%, rgba(240, 240, 240, 1) 49%, rgba(0, 187, 125, 1) 100%);
  background: linear-gradient(0deg, rgba(0, 187, 125, 1) 0%, rgba(240, 240, 240, 1) 49%, rgba(0, 187, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bb7d", endColorstr="#00bb7d", GradientType=1);*/
  /*background: #00bb7d ;
  background: -webkit-linear-gradient(to left, #00bb7d , #76c598);
  background: linear-gradient(to left, #00bb7d , #76c598);
  font-family: 'Open Sans', sans-serif;
  color:#154454;*/
}

/*.phantomPeop {
  position: absolute;
  transform: translate(300%, -90%);
  margin: -3.5%;
}*/
.dropdown-menu {
    z-index:12000 !important;
}
.privacypol {
    text-align: center;
    font-size: 11px;
    text-decoration: none;
}
.privacypol a {
    color: #e8f0ce;
    text-decoration: none;
}
.privacypol a:hover {
    color: #e8f0ce;
    text-decoration: underline;
}
.pepTable {
    width: 75%;
}
.prntBtn {
    color: #000;
    margin-left: 10px;
}

#fraudeSubMenu {
    width: 200px;
    display: block;
    position: relative;
    float: right;
    /*background-color: #154454;*/
    background-color: #154454;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#fraudeSubMenu div {
    width: 100%;
    padding: 10px;
    color: #FFF;
}

#fraudeSubMenu div:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#fraudeSubMenu a {
    color: #FFF;
    font-weight: bold;
}

#fontSizeControl {
    width: 100%;
    position: relative;
    z-index:899;
    text-align: right;
    margin:0px;
    height:25px;
}
#fontSizeControl input {
    backface-visibility:hidden !important;
    border:none;
    background-color: transparent;
    font-size: 16px;
    padding:2px;
    width: 34px;
    font-weight:bold;
    cursor:pointer;
    margin: 0 -5px 0 0;
}
#fontSizeControl input:not(:last-child) {
    border-right:1px solid #666;
}

.topShade {
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );*/ /* IE6-9 */
    padding-top:10px;
}

.topShade hr {
    width:90%;
    /*-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.35);*/

}

.chatFloat {
    /*background-color:rgba(0, 123, 82, 1);*/
    background-color: rgba(20, 189, 228, 1);
    height: 60px;
    width: 60px;
    position: fixed;
    display: block;
    bottom: 50px;
    right: 0;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    padding: 5px 15px;
    color: #FFF;
    font-size: 30px;
    z-index: 1100;
    cursor: pointer;
}

.costSharingBody a {
    color: #555;

}

.costSharingBody a:hover {
    color: #154454;

}

.farClose {
    position: absolute;
    right: 20px;
    top: 15px;
}
a .farClose {
    color:#154544;
}
a .farClose:hover {
    color:#f42525;
}
.agBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 300;
    display: block;
}
.agPop {
    max-width: 600px;
    width: 95%;
    height: 80vh;
    /*background-color:#f9e6cf;*/
    background-color:#95B9BB;
    position: relative;
    top: 10%;
    margin: 5px auto;
    text-align: center;
    padding: 45px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.citasYesBtn, .citasNoBtn {
    min-width: 75px;
    background-color:#154544;
    color: #ddd;
    display:inline-block;
    margin:10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight:bold;
}
.citasYesBtn:hover, .citasNoBtn:hover {
    /*background-color:#76c598;*/
    background-color:#09A397;
    color:#333;
}
.citasSelBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 300;
    display: none;
}
.citasSelPop {
    max-width: 350px;
    width: 100%;
    height: 200px;
    background-color:#f9e6cf;
    position: relative;
    top: 30%;
    margin: 5px auto;
    text-align: center;
    padding: 45px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.citasSelPop p {
    font-weight: bold;
}
#aggrementTexto {
    width: 90%;
    height: 75%;
    background-color:#FFF;
    text-align:left;
    overflow: scroll;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 20px;
    font-size: 13px;
    border: 03px solid #09a397;
}

.aggrYesBtn, .aggrNoBtn {
    min-width: 75px;
    color: #fff;
    background-color: #154454;
    border-color: #fff;
    display:inline-block;
    margin:10px;
    /*border-radius: 05px;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*font-weight:bold;*/
}

.aggrYesBtn:hover, .aggrNoBtn:hover {
    color: #154454;
    background-color: #14bde4;
    border-color: #14bde4;
}

.home-card {    
    height: 205px;
}
.home-img {
    object-fit: cover;
    width: 100%;
    height: 335px;
}

.instTile {
    float:left;
}

.tileText {
    min-height: 75px;
}

.vitalS {
  max-width: 190px;
  width: 100%;
}

.institucionales .instTile {
    min-height: 250px;
    min-width: 280px;
    margin: auto;
}

.institucionales .instTile .tileBody {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #999;
    text-align: center;
    margin: 2px;
    padding: 10px;
    min-height: 275px; 
   

}

.institucionales .instTile .tileBody .btnDiv {
    position:relative;
    display: block;
    /*bottom: 10px;*/
    width: 175px;
    margin: 0 auto;
}

.jumbotron {
    padding-right:5%;
}
.jumbotron .phantomPeop {

  position: relative;
  float: right;
}

.personasLg {
  margin: 2%;

}

.row-personasLg {
  background-color: rgba(232, 240, 206, 0.5);
  width: 20em;
  height: 4em;
  /*float: right;*/
  margin: -1.8%;

}

.row-personasLgSOL {
    background-color: #154454 ;
    width: 20em;
    height: 4em;
  /*float: right;*/
    margin: -1.8%;
}

.flota {
  position: relative;
  z-index: 1000;
}

.row-personasLg:hover,
.row-personasLg:focus {
  background-color: rgb(232, 240, 206);
}

.peter {
  z-index: 3000;
}

.fas-phantom {
  font-size: 3em;
  color: #154454;
  padding: 0;
}

.fas-phantomSOL {
  font-size: 3em;
  color: #e8f0ce;
  padding: 0;
}

.phantom-box {
  padding-top: 2%;
  margin: 1%;
}

.phantom-text {
  font-size: 1.3em;
  color: #154454;
  position: relative;
  margin-right: 70%;
  line-height: 0.9em;
  /*display: inline-block;*/
  display: inline;
  font-weight: 700;
}

.phantom-textSOL {
  font-size: 1.3em;
  color: #e8f0ce;
  position: relative;
  margin-right: 70%;
  line-height: 0.9em;
  /*display: inline-block;*/
  display: inline;
  font-weight: 700;
}

.searchInvisible {
  /*background-color: #76c598;*/
  background-color: #09a397;
  color: #e8f0ce;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: -300%;
  left: 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 5%;
  padding-top: 2%;
}

#despliegaCaja,
#buscaContenido {
  cursor: pointer;
}

.cerrarbuscador {
  font-size: 2em;
  display: flex;
  float: right;
  cursor: pointer;
}

.cajadetexto p {
  margin-top: 5px;
  margin-bottom: 0px;
}

.cajadetexto input {
  margin: 0;
  border: 0;
  background-color: rgb(118, 197, 152);
  border-bottom: 2px solid #e8f0ce;
  color: #e8f0ce;
}

.bg-primary {
  background-color: #154544 !important;
}

.double {
  background-color: #154544;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 1%;
  margin: 2% 0;
}

.btn-primary {
  color: #154454;
  /*background-color: #76c598;*/
  background-color: #09a397;
  /*border-color: #ff8e38;*/
  border-color: #09a397;
}

.btn-primary:hover {
  color: #fff;
  /*background-color: #ff8e38;*/
  background-color: #09a397;
  border-color: #fff;
}

/*BOTONES SECCION SERVICIOS INSTITUCIONALES*/
.btn-secondary {
  color: #fff;
  background-color: #154454;
  border-color: #154454;
}

/*BOTONES SECCION SERVICIOS INSTITUCIONALES*/
.btn-secondary:hover {
  color: #154454;
  /*background-color: #fff;*/
  background-color: #14bde4;
  border-color: #fff;
}

/*BOTONES SECCION DE AVISOS*/
.btn-warning {
  color: #fff;
  /*background-color: #ff8e38;*/
  background-color: #154454;
  border-color: #fff;
}

/*BOTONES SECCION DE AVISOS*/
.btn-warning:hover {
  /*color: #ff8e38;*/
  color: #154454;
  /*background-color: #fff;*/
  background-color: #14bde4;
  /*border-color: #ff8e38;*/
  border-color: #14bde4;
}

.bg-secondary {
  background: rgba(232, 240, 203, 0.7) !important;
  -webkit-box-shadow: 4px 6px 5px 0px rgba(0, 123, 82, 1);
  -moz-box-shadow: 4px 6px 5px 0px rgba(0, 123, 82, 1);
  box-shadow: 4px 6px 5px 0px rgba(0, 123, 82, 1);
}

.bg-warning {
  /*  background: rgba(232,240,203,0.7)!important;*/
  -webkit-box-shadow: 4px 6px 5px 0px rgba(0, 123, 82, 1);
  -moz-box-shadow: 4px 6px 5px 0px rgba(0, 123, 82, 1);
  box-shadow: 4px 6px 5px 0px rgba(0, 123, 82, 1);
  background: #e8f0ce !important;
  border: 4px solid rgb(20, 189, 228);
}

/*RECUADRO SECCION DE AVISOS*/
.bg-news {
  /*  background: rgba(232,240,203,0.7)!important;*/
  -webkit-box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, .4);
  box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, .4);
  background: #e8f0ce !important;
  /*border: 4px solid rgb(20, 189, 228);*/
  border: 4px solid rgb(9, 163, 151);
}

.bg-owna {
  /*background: rgba(118,197,152,0.7)!important;
color: #fff;*/
  -webkit-box-shadow: 4px 6px 5px 0px rgba(0, 123, 82, 1);
  -moz-box-shadow: 4px 6px 5px 0px rgba(0, 123, 82, 1);
  box-shadow: 4px 6px 5px 0px rgba(0, 123, 82, 1);
  background: transparent;
}

.card-title {
  font-weight: 700;
}

.card-text {
  font-weight: 700;
  font-size: 0.8rem;
  color: #154454;
}

div.card.text-center.bg-warning, div.card.text-center.bg-news {
  margin-bottom: 2%;
}

.fnt-bld .fnt-wht {
  font-weight: bold;
  color: #fff;
}

.fnt-bld .fnt-blu {
  font-weight: bolder;
  color: #154454;
}

.fas-gradient {
  font-size: 6em;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8f0ce), to(#154454));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fas-news {
  font-size: 6em;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#e8f0ce), to(#ff8e38));*/
  background: -webkit-gradient(linear, left top, left bottom, from(#e8f0ce), to(#09a397));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.fas-solid {
  font-size: 6em;
  background: #154454;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-custom {
  background-color: #154454;
}

.navbar .navbar-collapse {
  justify-content: flex-end;
}

/* NavBar -- Brand y texto */
.navbar-custom .dropdown-item {
  color: #e8f0ce;
}

.dropdown-item:hover,
.dropdown-item:focus {
  /*background-color: rgba(0, 187, 125, 0.5);*/
  background-color: rgba(20, 189, 228, 0.5);
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: #e8f0ce;
}

.dropdown-menu {
  border: none;
}

/* NavBar -- Color de links */
.navbar-custom .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}

/* NavBar --links hover y active */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #fff;
}

.logoSmall {
  display: none;
}

.logoLarge {
  display: block;
  margin-left: 80%;
}

/*JUMBOTRON*/
.jumbotron hr {
  border-top: none;
  padding: 4%;
}

.jumbotron .p-3 {
  padding-top: 12% !important;
}

.btn {
  white-space: normal;
}

.jumbotron {
  background: url(../images/blue-greenback.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 0;
  border-radius: 0.1rem;
  overflow: auto;
  background-position: bottom;
}

.jumbotron .display-4 {
  position: absolute;
  font-size: 2.3rem;
  font-weight: bold;
  color: #e8f0ce !important;
  text-shadow: 2px 2px 2px #071B29;
  /*background-color: rgba(118,197,152,0.7);*/
}

.list-group-item {
  background-color: transparent;
  line-height: 1rem;
  border: 0;
}

.list-group-item a {
  color: #e8f0ce;
  font-size: 0.8rem;
}

.list-group-item.active {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #495057;
}

.list-group-flush .list-group-item {
  border-radius: 0;
  padding: 0.9%;
}

.list-group-item:hover,
.list-group-item:focus {
  transition-property: background, fonts;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.list-group-item:hover,
.list-group-item:focus {
  /*background-color: rgb(255, 142, 56);*/
  background-color: rgb(20, 189, 228);
  color: #154454;
  font-weight: 600;
}

footer.container-fluid.bg-primary {
  background-color: rgba(21, 68, 84, 0.5);

}



.inFooter {
  margin: 0 auto;

}

footer {
  padding-top: 1%;
  background-color: #154454;
  background-image: url(../images/GobPtoRicoLogo_small.png);
  background-repeat: no-repeat;
  background-position: 12% 50%;
  background-size: auto;
  background-blend-mode: multiply;
}


/*-----------ELEGIBILIDAD MÁS------------*/
.elegibleMasContainer h6 {
  font-weight: 700 !important;
  color: #154454;
  background-color: rgba(232, 240, 206, 0.6);
  border: solid 2px #fff;
  padding: 2%;
  text-align: center;
  margin-top: 10%;
}

/*---------TEXTOS-------------*/
.textoIndeed {
  background-color: #e8f0ce;
  margin: 2%;
  padding: 2%;
  line-height: 1.7em;
}

.textoIndeed ul li ul {
  margin-left: 2%;
}

.goBack {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}

/*UPARROW PREGUNTAS FRECUENTES*/
.fara {
  /*color: #ff8e38;*/
  color: #09a397;
  font-size: 2em;
}

.farafaq {
  margin-left: 10% 0 10% 2%;
  padding-bottom: 2%;


}

.ubicacionApp {
  background-color: #e8f0ce;

  margin: 0 auto;
}

.lienzoGen {
  background-color: #e8f0ce;
  margin: 0 auto;
  padding: 3%;
}

.display-5 {
  font-size: 1em;

}

/*--------RELATIVOS A DESCARGA O LECTURA DE DOCUMENTOS--------*/
.pizarra {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background-color: #e8f0ce;
  justify-self: start;
  grid-gap: 1em;
  padding: 2% 0 2% 18%;
}

.nombreDoc {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column: 1/2;
  grid-gap: 1em;
  justify-content: space-around;
}

.nombreDoc h4 {
  color: #154454;
  font-weight: 500;
}

.nombreDoc h5 {
  color: #154454;
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
}

table {
  text-align: center;
}

.table-dark {
  /*background-color: rgb(118, 197, 152);*/
  background-color: rgb(9, 163, 151);
}

.fastab {
  color: #e8f0ce;
  font-size: 2em;
}

.thead {
  color: #154454;
  background-color: #e8f0ce;
}

.adress {
  text-align: center;
}

/*-----------TÍTULOS DE PÁGINAS SECUNDARIAS------------------------------*/

.display-2 {
  display: block;
  color: #154454;
  text-align: center;
  font-size: 2em;
  font-weight: bolder;
  padding: 2%;
}

.display-3 {
  color: #154454;
  display: block;
  text-align: center;
  font-size: 1.5em;
  font-weight: bolder;
  padding: 1%;
}

caption {
  text-align: right;
}

/*------------------------FORMULARIO REPORTE FRAUDE---------------------------*/
.reporteF {
  width: 70vw;
  margin: 0 auto;
  height: auto;
  background-color: #e8f0ce;
  color: #154454;
}

.report {
  background-color: rgba(118, 197, 152, 0.5);

}

/*-----------------------MEDIA QUERIES---------------------------------*/
@media screen and (max-width:370px) {
#fontSizeControl .sizeControl {
    float:right;
    position: relative;
    margin:0;
    z-index:899;
} 
  .phantomPeop {
    display: none;
  }

  .jumbotron .display-4 {
    font-size: 1.3rem;
  }

  .logoSmall {
    display: block;
    margin-right: 15%;
    padding: 0;
  }

  .navbar-toggler {
    padding: 0;
    font-size: 1rem;
  }

  .logoLarge {
    display: none;
  }

  .lupaLarge {
    display: none;
  }

  .logoPEP {
    display: block;
    width: 100%; 
    height: auto;
  }

  .lupaSmall {
    display: block;
    margin: 0;
    padding: 0;
  }

  .double {
    background-color: #154544;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    padding: 1%;
    margin: 2% 0;
  }

  .logoFooter {
    vertical-align: middle;
    text-align: center;
  }

}

@media screen and (min-width:371px) and (max-width:575px) {
#fontSizeControl .sizeControl {
    float:right;
    position: relative;
    margin:0;
    z-index:899;
} 
  .phantomPeop {
    display: none
  }

  .navbar-toggler {
    padding: 0;
    font-size: 1rem;
  }

  .logoSmall {
    display: block;
    margin-right: 15%;
  }

  .logoLarge {
    display: none;
  }

  .logoPEP {
    display: block;
    width: 100%; 
    height: auto;
  }

  .jumbotron .display-4 {
    font-size: 1.3rem;
  }

  .logoFooter {
    vertical-align: middle;
    text-align: center;
  }

  .lupaSmall {
    display: none;
  }

  .double {
    background-color: #154544;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    padding: 1%;
    margin: 2% 0;
  }

  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .logoFooter {
    vertical-align: middle;
    text-align: center;
  }
}

@media screen and (min-width:576px) and (max-width:766px) {
   
  
#fontSizeControl .sizeControl {
    float:right;
    position: relative;
    margin:0 20% 0 0;
    z-index:899;
}
  .phantomPeop {
    display: none
  }

  .lupaLarge {
    display: block;
    margin: 50%;
  }

  .lupaSmall {
    display: none;
  }

  .logoLarge {
    margin-left: 15%;
  }

  .logoPEP {
    display: block;
    width: 100%; 
    height: auto;
  }

  .double {
    background-color: #154544;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    padding: 1%;
    margin: 2% 0;
  }

  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .jumbotron .p-3 {
    padding-top: 8% !important;
  }

  .logoFooter {
    vertical-align: middle;
    text-align: center;
  }
}

@media screen and (min-width:767px) and (max-width:990px) {
  
  
#fontSizeControl .sizeControl {
    float:right;
    position: relative;
    margin:0 20% 0 0;
    z-index:899;
}
  .lupaLarge {
    display: block;
    margin: 50%;
  }

  .lupaSmall {
    display: none;
  }

  .logoLarge {
    margin-left: 10%;
  }

  .logoPEP {
    display: block;
    width: 100%; 
    height: auto;
  }

  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .jumbotron .p-3 {
    padding-top: 8% !important;
  }

  .logoFooter {
    vertical-align: middle;
    text-align: center;
  }
}

@media screen and (min-width:991px) and (max-width:1198px) {
    
  
#fontSizeControl .sizeControl {
    float:right;
    position: relative;
    margin:0 20% 0 0;
    z-index:899;
}
  #personas {
    display: none;
  }

  #rowEle {
    display: none;
  }

  .lupaLarge {
    display: block;
  }

  .lupaSmall {
    display: none;
  }

  .logoLarge {
    margin-left: 15%;
  }

  .logoPEP {
    display: block;
    width: 100%; 
    height: auto;
  }

  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .noticias {
    -webkit-column-count: 3;
    column-count: 3;
    display: block;
  }

  .jumbotron .p-3 {
    padding-top: 8% !important;
  }
}

@media screen and (max-width:1199px) {

  .jumbotron .p-3 {
      max-width: 400px;
  }
}

@media screen and (min-width:1199px) {
    
  
#fontSizeControl .sizeControl {
    float:right;
    position: relative;
    margin:0 20% 0 0;
    z-index:899;
}

  .lupaLarge {
    display: block;
  }

  #personas {
    display: none;
  }

  #rowEle {
    display: none;
  }

  .lupaSmall {
    display: none;
  }

  .logoLarge {
    margin-left: 50%;
  }

  .logoPEP {
    display: block;
    width: 100%; 
    height: auto;
  }

  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .noticias {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .jumbotron .p-3 {
    padding-top: 16% !important;
  }

  .card-title {
    font-weight: 800;
    font-size: 1rem;
    color: #154454;
  }

  .card-text {
    font-weight: 700;
    font-size: 0.8rem;
    color: #154454;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .sloganText {
       position: relative;
       top:25%;
   }
}

  /*
.iframe-container {
  overflow: hidden;
  //Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
  padding-top: 20%;
  height:auto;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
*/