/* Codigo de Desarrollo aquí */
#buscandoPatente {
   opacity: 0;
   visibility: hidden;

   position: fixed;
   background-color: rgba(255, 255, 255, .8);
   height: 100vh;
   width: 100vw;
   z-index: 999;
   top:0;
   left: 0;
   transition: all .5s ease-in-out;
}

#buscandoPatente.show {
  visibility: visible;
  opacity: 1;

  
}
.buscando-text {
   font-size: 2rem;
   text-align: center;
   position: absolute;
   top: calc(50% - 6rem);
   left: 50%;
   transform: translate(-50%, -50%);
}
.spiner-wrap {
   position: fixed;
   transform: translate(-50% ,-50%);
   top: 50%;
   left: 50%;
   margin-right: -50%;
}  
.invalid-feedback.invalid-general {
   padding: 15px;
   /* background-color: red; */
   margin-bottom: 1rem;
   border-radius: 4px;
   /* color: white; */
   border: 1px solid #dc3545;
}



 .result_box {
   border: 1px solid #ccc;
   padding: 1rem;
   border-radius: 0.2rem;
   margin-bottom: 2rem;
}
.invalid-feedback {
   margin-bottom:0px;
}

.sending-block {
   border: 2px solid #1db8a6 ;
   border-radius: 6px;
   padding: 13px;
   margin-bottom: 2rem;
}


.soap-form {
   display: block;
   margin:0 auto;
   width: 100%;
   max-width: 650px;
}

#lPatente:after {
   content: '-';
   position: absolute;
   display: block;

}

.nav-pills  {
   margin-left:0px;
}

.input-group-addon.dash {
   padding: 6px 9px;
}

.page-asistencia {
   min-height: 80vh;
   justify-content: center;
   align-items: center;
   display: flex;
   flex-direction: column;
}

.card-container-sm {
   width: 100%;
   max-width: 350px;
   margin: 0 auto;
}

h1 {
   font-size: 2.5rem;
}

.noticia-main img {
   max-width: 100%;
   height:auto;
 }

 .noticia__text figure {
   width:100%;
   height: auto;
}

@media (min-width: 992px) {
   .noticia-principal__img-container { 
       max-height: 400px;
       height:auto;
       overflow: hidden;
   }

 }


 /*Redes sociales*/

.rrss-header{
   margin-bottom:0px;
}
 ul.redes_list {
    margin-left:0px;
    display:flex; 
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0px;
 }
ul.redes_list li {
   list-style: none;
}

.rrss-header .rrss-item{
    margin-right:10px;
}
.rrss-header .rrss-item:last-child{
   margin-right:0;
}

.rrss-header a.rrss-link {
   font-size: 22px;
   color: #b7b7b7;
}

.rrss-header a.rrss-link:hover {
   color:var(--blue);
}

.fixed-top .rrss-header {
   display: none;
}


.rrss-footer ul.redes_list {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.rrss-footer a.rrss-link {
   font-size: 22px;
   color: white;
   opacity: .4;
}

.rrss-footer a.rrss-link:hover {
   color:white;
   opacity: 1;
}

.coberturas-adicionales {
   padding:5rem 0px;
   background-color: #eff2ff;
   background-position: bottom;
   background-size: 100%;
   background-repeat: repeat-x;

   min-height: 400px;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
}
.coberturas-adicionales .container.xs {
   max-width: 960px;
}

#adicionales-tabContent .tab-pane {
   padding: 2rem;
   background-color: #fff;
   border-radius: 18px;
   box-shadow: 0px 1px 15px rgb(0 76 255 / 16%);
}

#adicionales-tab.nav-pills .nav-link {
   border-radius: 0.25rem;
   padding: 10px 15px;
   border-radius: 30px;
   background-color: white;
   color:#1d50c6;
   margin-bottom: 10px;
   box-shadow: 0px 1px 15px rgb(0 76 255 / 16%);
   display: flex;
   align-items: center;
   justify-content: flex-start;
}

#adicionales-tab.nav-pills .nav-link.active {
   color:white;
   background-color: #1d50c6;
   box-shadow: none;
}
#adicionales-tab.nav-pills .nav-link object.icono {
   margin-right: 10px;
   filter: invert(22%) sepia(46%) saturate(3508%) hue-rotate(214deg) brightness(99%) contrast(100%);
   width: 30px;
   height: 30px;
}
#adicionales-tab.nav-pills .nav-link.active object.icono {
   filter: invert(96%) sepia(97%) saturate(0%) hue-rotate(144deg) brightness(113%) contrast(100%)
}