html {
  scroll-padding-top: 120px;
}

// Background colors

.bg-blue-gradient {
  background: rgb(68, 128, 170);
  background: linear-gradient(90deg, rgba(110, 180, 231, 1) 0%, rgba(68, 128, 170, 1) 50%, rgba(31, 82, 115, 1) 100%);
}

.bg-orange {
  background-color: #E24E32;
}

.bg-green {
  background-color: #0095a8;
}

.bg-lightgreen {
  background-color: #C2E0E4;
}

.bg-dark-blue {
  background-color: #1A3362;
}

.bg-light-blue {
  background-color: #4292a315;
}

.bg-blue-menu-cabecera{
  background-color: #23375e53;
}

.bg-grey {
  background-color: #E9E9E9;
}

.bg-footer {
  width: 100%;
  background-image: url('/image/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cabeceras {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .bg-cabeceras .row {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.bg-aadc {
  background-image: url('/image/cabecera_aadc.jpg');
}

.bg-dmd {
  background-image: url('/image/cabecera_duchene.jpg');
}

.bg-evento {
  background-image: url('/image/cabecera_eventos_virtuales.jpg');
}

.bg-formaciones {
  background-image: url('/image/cabecera_formacion.jpg');
}

.bg-contacto {
  background-image: url('/image/cabecera_contacto.jpg');
}

.bg-quien {
  background-image: url('/image/cabecera_quienessomos.jpg');
}

.bg-manual-escalas {
  background-image: url('/image/cabecera_manual_escalas.jpg');
}

// Colors

.text-light-black {
  color: #2B2B2B
}

.text-black{
  color: black;
}

.text-orange {
  color: #E24E32;
}

.text-blue {
  color: #1d345f;
}

.text-light-blue {
  color: #4292a3;
}

.text-green {
  color: #0095a8;
}

.text-transparent {
  color: transparent;
  font-size: 12px;
  line-height: 1px;
}

// Links

//Image Card

.img-card {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

// Buttons

.btn-ptc {
  color: #ffffff !important;
  border-radius: 2em;
  border: 1px solid #ffffff;
}

.btn-ptc-formacion {
  color: #ffffff !important;
  border-radius: 10px;
  background-color: #1A3362 !important;
}

.btn-ptc-card {
  color: #ffffff !important;
  border-radius: 0em !important;
  border: 0;
  width: 100%;
}

.btn-ptc:hover {
  opacity: 0.9;
}

.btn-ptc-card:hover {
  opacity: 0.9;
}

.btn-bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.nav-top-btn {
  border-top-right-radius: 0em !important;
  border-top-left-radius: 0em !important;
  border-bottom-right-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
  color: #ffffff !important;
}


// Padding 

//headers
h1 {
  font-size: 2.7rem;
}


.fs-07rem {
  font-size: 0.7rem;
}

.fs-12 {
  font-size: 12px;
}

// Widths

.mw-150 {
  max-width: 150px !important;
}

.mw-180 {
  max-width: 180px !important;
}

.mw-200 {
  max-width: 200px !important;
}

.mw-50per {
  max-width: 50% !important;
}

.mw-40per {
  max-width: 40% !important;
}

// Heights

.min-h750 {
  min-height: 750px !important;
}

.min-h600 {
  min-height: 600px !important;
}

.min-h330 {
  min-height: 330px !important;
}

.min-h280 {
  min-height: 280px !important;
}

.min-h220 {
  min-height: 220px !important;
}

.min-h200 {
  min-height: 200px !important;
}

.min-h150 {
  min-height: 150px !important;
}

.min-h160 {
  min-height: 160px !important;
}

.min-h100 {
  min-height: 100px !important;
}

.min-h35vh {
  min-height: 35vh !important;
}

.min-h18vh {
  min-height: 18vh !important;
}

.min-h10vh {
  min-height: 10vh !important;
}

.hr-nav {
  height: 10px !important;
  opacity: 1;
}

// headers
.header-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.img-head {
  border: 5px solid white;
  top: -50px;
}


// Sliders

.carousel-indicators-orange [data-bs-target] {
  width: 15px !important;
  height: 15px !important;
  background-color: #E24E32 !important;
  border: 1px solid white !important;
  transition: opacity 1s ease !important;
  border-radius: 1em !important;
}

.caption-ptc {
  top: 10% !important;
  bottom: 0 !important;
}

.fill {
  width: 100%;
  object-fit: fill !important;
}

// Collapse 

.accordion-item {
  background-color: #fff !important;
  border: none;
}

.accordion-header {
  border-bottom: 1px solid #1A3362;
  padding-bottom: 10px;
}

.accordion-collapse {
  border: 0;
}

.accordion-button {
  padding: 0px;
  background-color: #fff !important;
  font-weight: bold;
  border: 0;
  font-size: 18px;
  color: #1A3362;
  text-align: left;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  color: #1A3362;
  font-weight: bold;
  box-shadow: none !important;
}

.accordion-body {
  padding: 15px;
}

.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 30px;
  background-image: none;
  font-weight: 100;
  padding-left: 10px;
  padding-right: 10px;
  color: #E24E32;
  border: 1px solid #E24E32;
  border-radius: 2em;
}

.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 30px;
  padding-left: 13px;
  padding-right: 13px;
  transform: rotate(0deg);
  color: #E24E32;
  border: 1px solid #E24E32;
  border-radius: 2em;
}

.cover {
  width: 100%;
  object-fit: cover !important;
}


.border-radius-0 {
  border-radius: 0 !important;
}

.activeLink {
  border-bottom: 3px solid #E24E32 !important;
}

.nav-link:hover {
  border-bottom: 3px solid #E24E3275 !important;
}

.br-black {
  border-right: 2px solid #00000055;
}


.points-footer {
  color: #E24E32;
}

.z-index-0 {
  z-index: 0;
}

.z-index-2000 {
  z-index: 2000;
}

.dropdown-item:hover {
  background-color: #E24E32 !important;
  opacity: .9;
}


.bg-formacion {
  width: 100%;
  background-image: url('/image/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.text-agentes {
  color: #4294A5
}

.pagination {
  justify-content: center;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #E24E32;
  border-color: #E24E32;
}

.page-item .page-link {
  color: #E24E32;
}

.bg-eventos {
  width: 100%;
  background-image: url('/image/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-quienes {
  width: 100%;
  background-image: url('/image/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-misdatos {
  width: 100%;
  background-image: url('/image/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}


.cursor-pointer {
  cursor: pointer;
}

.check-modal::before {
  font-size: 75px;
}

.aviso {
  font-weight: bold;
  font-size: 25px;
}

@media (max-width: 1004px)
{
  .foto-autores {
    width: 41.66666667%;
  } 
}

//cookie consent

.termsfeed-com---nb-simple {
  max-width: 100% !important;
}

.termsfeed-com---palette-light .cc-nb-reject {
  background-color: #0095a8 !important;
}

.termsfeed-com---palette-light .cc-nb-okagree {
  background-color: #0095a8 !important;
}


// ÍNDICE
.container-indice p {
  margin-bottom: 0;
}

.container-programa strong {
  color: #1d345f;
}

.container-programa li strong {
  color: #0095a8;
}

.d-content {
  display: contents;
}

.container-principal strong {
  color: #0095a8;
}

.container-resumen-principal strong {
  color: #1d345f;
}

.background-indice {
  background: rgb(26,51,98);
  background: linear-gradient(90deg, rgba(26,51,98,1) 35%, rgba(0,149,168,1) 100%);
}

.text-lightgreen {
  color: #C2E0E4;
}

.indice-iconos {
  font-size: 4.5rem;
}

@media only screen and (min-width: 1350px) {
  .container-info
  {
    position: absolute;
    top: 28rem;
    width: 100%;
    max-width: 400px;
    left: 24px;
  }
}

.img-card-indice {
  max-width: 150px;
  margin: auto;
}

.row-section p {
  text-align: justify;
}

.imgHeaderContainer {
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('/assets/encabezado-fondo-v2.png');
}

@media (max-width: 768px)
{
  .nombre-cabecera{
    font-size: 30px;
    text-align: center;
  }
}

@media (min-width: 768px)
{
  .evento-titulo-separator {
    border-right: 2px solid white;
  } 
}