.b-lateral {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px rgba(0, 0, 0, 0.03);
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1033;
  background-color: #fff;
  overflow-y: auto;
}

/***/

.default-adding-block {
  text-align: center;
}

.head-ver1 {
  margin-top: 0.025rem;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-size: 1.428571rem;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 1px solid;
  color: #171717;
}

/* Codigo OM-Docs */

.scrumboard-item {
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
  box-shadow: -5px 10px 81px -45px rgba(0,0,0,0.48);
  -webkit-box-shadow: -5px 10px 81px -45px rgba(0,0,0,0.48);
  -moz-box-shadow: -5px 10px 81px -45px rgba(0,0,0,0.48);
}

.bloques__pregunta{
  margin: 15px 0px;
}

.sticky-position {
  position: fixed;
  top: 80px;
  z-index: 1;
}

.btnRegresar__bg {
  background-color: #ffffff;
  border-radius: 50px !important;
  box-shadow: -5px 10px 81px -45px rgba(0,0,0,0.48);
  -webkit-box-shadow: -5px 10px 81px -45px rgba(0,0,0,0.48);
  -moz-box-shadow: -5px 10px 81px -45px rgba(0,0,0,0.48);
}

.seccion__nombre {
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  border: 2.5px #0965ae;
  border-style: none none solid none;
}

.seccion__nombre i {
  color: #000000;
  font-size: 18px;
}

.seccion__nombre h3 {
  z-index: 1;
  transition: 0.3s ease-in-out all;
}

.seccion__nombre:hover h3 {
  font-weight: 700;
  transition: 0.3s ease-in-out all;
}

.seccion__nombre h3 {
  margin: 0;
  font-weight: 400;
}

.seccion_hidden {
  display: none!important;
}

.question__help-icon {
  font-size: 18px;
  color: #0965ae;
}

#confirmarTemplate .btn.btn-noborder {
  color: #0965ae;
}

.logout__icon {
  /* position: absolute; */
  /* top: 2%;
  right: 2%; */
  font-size: x-large;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  margin-left: 3px;
  color: #92722e;
  /* z-index: 10; */
  /* background-color: white; */
}

.logout__icon:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  color: #92722e;
}

.logout__container {
  color: #92722e;
}

.info__section {
  background-color: #304767;
  border-radius: 1rem;
  padding: 1rem;
  color: white;
}

.info__section-shadow{
  box-shadow: 0px 20px 39px -8px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 20px 39px -8px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 20px 39px -8px rgba(0,0,0,0.4);
}

/* Card de las preguntas */
.card {
  background: #f1f1f194;
  
  box-shadow: 0 1px rgba(0, 0, 0, 0.03);
  
  border-radius: 5px;
  
  /* cursor: pointer; */
  transition: all 0.5s;
  
  user-select: none;
  font-weight: bolder;
  color: black;
  padding: 10px;
}

.disabled {
  pointer-events: none;
}

/* Estilos OM formulario de proveedores */

.formulario__proveedores {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.formulario__proveedores .step-container .right-side {
  height: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.formulario__proveedores .step-container.vistaCompleta.js-animation-object.animated.fadeInRight{
  height: 100vh;
  overflow-y: scroll;
}

.formulario__proveedores .progreso li {
  cursor: pointer;
  margin-top: 45px;
}

/* Animación para ponerla en los input que no se han llenado */
#primerDivFP input {
  transition: 0.3s ease-in-out all;
}

.input__faltante {
  border: solid 2px #0965ae!important;
  box-shadow: 4px 10px 21px -13px rgba(9,101,174,0.52);
  -webkit-box-shadow: 4px 10px 21px -13px rgba(9,101,174,0.52);
  -moz-box-shadow: 4px 10px 21px -13px rgba(9,101,174,0.52);
}

/* Fin de animación para ponerla en los input que no se han llenado */

/* Animación para el movimiento de la flecha */
.left-right-animation {
  color: #0965ae;
  position: relative;
  animation: example 2s infinite;
}

@keyframes example {
  0%,
  100% {
    left: -80px;
  }

  50% {
    left: -10px;
  }
}
/* Fin animación para el movimiento de la flecha */

.bg__button {
  position: sticky !important;
  bottom: 0 !important;
  background-color: #FFFFFF !important;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}

/* Fin estilos OM formulario de proveedores */

.loaderFP {
  animation: rotation 2s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
} 

#formProv_respuestasSeccion {
  margin-top: 30px;
}

#formProv_respuestasSeccion h3 {
  padding: 10px;
  border-radius: 10px 10px 0 0;
  color: #fafafa;
  background-color: #00838d;
}

#formProv_respuestasSeccion h2 {
  padding: 10px;
  border-radius: 10px;
  color: #fafafa;
  background-color: #00838d;
}

#formProv_respuestasSeccion .table.table-borderless.table-striped {
  border-color:#00838d!important;
  border-radius: 0 0 10px 10px!important;;
  border-style: solid!important;;
  border-width: 1px!important;
}

.seccionFP_overlay {
    position: fixed;
    height: 100vh !important;
    width: 100% !important;
    z-index: 1030;
    background-color: #e4e4e4d5;
    left: 0;
    top: 0;
    padding: 2rem;
    overflow-y: scroll;
}

.seccionFP_overlay .seccionFP_overlay-div {
  /* background-color: #ffffff; */
  padding: 10px;
  border-radius: 20px;
  background: #fafafa;
  box-shadow:  20px 20px 60px #d9d9d9,
              -20px -20px 60px #fafafa;
}

.dt__respuestas-calificar span {
  font-size: 18px;
  padding: 5px 10px;
  transition: 0.3s ease-in-out all;
}

.dt__respuestas-calificar span:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #00838d;
  border-radius: 25px;
  transition: 0.3s ease-in-out all;
}

#formProv_respuesta td {
  vertical-align: middle;
}
/* Card buttons para la vista de las respuestas */

.cardBtn__FP {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

.cardBtn__FP-link:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.cardBtn__FP p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  /* color: #666; */
}

.cardBtn__FP p.small {
  font-size: 14px;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.cardBtn__FP-link {
  display: block;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out all;
}

.cardBtn__FP-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00838d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.cardBtn__FP-link:hover:before {
  transform: scale(21);
}

.cardBtn__FP-link:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.cardBtn__FP-link:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}

.cardBtn__FP-divider {
  height: 1px;
  border-top-color: #00838d;
}

.cardBtn__FP-link:hover .cardBtn__FP-divider {
  border-top-color: #ffffff;
}
/* FIN Card buttons para la vista de las respuestas */

#formProf_revision {
  border-top: 1px solid #eaecee;
}

/* Boton Aprobar o Enviar correcciones */
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
 }
 
 button.learn-more {
  width: 18rem;
  height: auto;
 }
 
 button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #00838d;
  border-radius: 1.625rem;
 }
 
 button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }
 
 button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }
 
 button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }
 
 button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
 }
 
 button:hover .circle {
  width: 100%;
 }
 
 button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 button:hover .button-text {
  color: #fff;
 }
/* FIN - Boton Aprobar o Enviar correcciones */

#modal-rechazarRespuestaDP .modal-header,
#modal-aprobarRespuestaDP .modal-header,
#modal-historialRespuestaDP .modal-header {
  background-color: #00838d;
}

#modal-rechazarRespuestaDP .modal-header h2, 
#modal-aprobarRespuestaDP .modal-header h2,
#modal-historialRespuestaDP .modal-header h2 {
  color: #ffffff;
}

#modal-historialRespuestaDP .modal-dialog.modal-dialog-slideleft {
  max-width: 1000px;
}

.tbody_respuestas-progress {
  background-color: #000000!important;
}

/* Policy Privacy Page */

body {
  margin: 0;
  overflow-x: hidden;
}

.privacy__main {
  margin: 0;
}

.privacy__main-header {
  background: rgb(9,101,174);
  background: -moz-linear-gradient(90deg, rgba(9,101,174,1) 0%, rgba(10,90,153,1) 43%, rgba(15,15,15,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(9,101,174,1) 0%, rgba(10,90,153,1) 43%, rgba(15,15,15,1) 100%);
  background: linear-gradient(90deg, rgba(9,101,174,1) 0%, rgba(10,90,153,1) 43%, rgba(15,15,15,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0965ae",endColorstr="#0f0f0f",GradientType=1);
  color: white;
}

.privacy__main .privacy__main-header h1 {
  color: white;
  font-weight: bold;
  margin: 0;
}

.privacy__main .privacy__main-header p {
  font-size: large;
  margin: 0;
}

.privacy__main-header img {
  width: 40%;
  height: auto;
}

.privacy__main-header div {
  padding: 5rem;
  color: #000000b7
}

/* .prov__index-policy a {
  padding: 1rem;
  background-color: #000000b7;
  color: #fff;
  font-size: 1rem;
  font-weight: lighter;
  border-radius: 0.5rem;
  transition: all 0.5s ease-in-out;
}

.prov__index-policy a:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
} */

/* Policy Privacy Page */

.glass-card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-image-approved {
  background-image: url('../img/various/formulario_proveedores/bg-completed.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* object-fit: contain;
  height: 100vh; */
}

/* Estilos para todos los elementos que contengan subPreguntaFP- */
[id^="subPreguntaFP-"] {
  background-color: #9797973d;
  padding: 0.5rem 0rem 1rem 0rem;
  margin: 0.5rem 0rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  border-radius: 1rem;
}


.card__approved-info {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.checkbox__question {
  font-weight: initial;
  color: #304767;
}

.top__note {
  position: sticky;
  top: -2;
  z-index: 9;
  margin-left: 0.7rem;
  padding: 0.5rem 1rem;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
  
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) and (min-width: 576px) {

}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 991px) and (min-width: 768px) {
  
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1199px) and (min-width: 992px) {
  #primerDivFP .seccionCompletada {
    padding: 0 350px;
  }
}

@media (min-width: 1200px) {
  #primerDivFP .seccionCompletada{
    padding: 0 350px;
  }
}
/* Fin codigo OM-Docs */
