/* Block editorial */
.list2 ol li:after, ol.list2 li:after {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 55px;
}
.list2 ol li:nth-child(3n-1):before, ol.list2 li:nth-child(3n-1):before {
    background-color: #f9a450;
}
.list2 ol li:nth-child(3n+1):before, ol.list2 li:nth-child(3n+1):before {
    background-color: #fcdd3f;
}
.list2 ol li:before, ol.list2 li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    background-color: #a2cc41;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    width: 40px;
    height: 40px;
    padding: 5px;
    text-align: center;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.opacidad{
   background-color: rgb(0,0,0,0.8);
   margin-top: -30px;
    margin-bottom: -50px;
}
.white{
    color:white;
}
input.contact-submit{
width: 100%;
}

.fondo{
background-color: #0066ff7a;
padding:3rem;
}

.mb{
margin-botton:3rem;
}

.accordion {
    position: relative;
    margin: 20px 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item {
    margin-bottom: 20px;
    border: none;
    background-color: #fff !important;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
}
.accordion-item {
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.accordion-header {
    max-width: 100%;
    position: relative;
    padding: 20px 25px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    /* border-left: 6px solid #27b36a; */
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-button {
    font-family: 'Nunito', sans-serif;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    color: #071e55;
    text-align: left!important;
    background-color: transparent;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button i {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    padding: 10px 10px;
    color: #27b36a;
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #27b36a;
    border-radius: 50%;
}
.accordion-button {
    font-family: 'Nunito', sans-serif;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    color: #071e55;
    text-align: left!important;
    background-color: transparent;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
   color: #2565EE;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(/modules/editorial/img/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}