.priencipales {
    width:100%;
    height:fit-content;
    display: flex;
    flex-direction:column;
    align-items: center;
    margin-top:100px;
}
.priencipales h3 {
    font-size: 1.2rem;
    color: #385292;
    font-family: 'Nunito', sans-serif;
    margin-left: 50px;
    align-self: flex-start;
    border-bottom:3px;
    border-bottom-color: #385292;
    border-bottom-style: solid;
}
.priencipales h2 {
    width: 100%;
    font-size: 2rem;
    color: #414446;
    font-family: 'Nunito', sans-serif;
}
.priencipales div {
    width: 90%;
    display: flex;
    flex-direction:column;
    overflow-x: hidden;
}
.priencipales div div {
    width: 100%;
    display: flex;
    flex-direction:row;
    height: fit-content;
    align-items: center;
    position:relative;
    margin:20px 5px;
}
.priencipales div div ul {
    width: 50%;
    margin:0 20px 0 30px;
    z-index: 2;
    padding:0;
}
.priencipales div div ul li {
    font-size: 1.2rem;
    line-height: 25px;
    font-family: 'Nunito', sans-serif;
    margin:20px 0;
    color: rgb(60, 59, 65);
    display:flex;
    flex-direction: row;
    align-items: center;
}
.priencipales div div ul li img {
    margin:5px 30px 5px 10px;
    width: 70px;
    color:#385292 ;
}
.priencipales div div ul li a {
    color:#385292;
}
.priencipales div div img {
    width: 50%;
    z-index: 2;
}

.priencipales div div::before {
    content:" ";
    width: 400px;
    height: 350px;
    position: absolute;
    background-color: gray;
    z-index: 1;
    top: 0%;
    right: -2%;
}
.priencipales div + div::before {
    content:" ";
    width: 400px;
    height: 250px;
    position: absolute;
    background-color: gray;
    z-index: 1;
    top: 25%;
    left: -2%;
}

@media (max-width:1160px) {
    .priencipales div div ol li {
        font-size: 1.2rem;
        line-height: 22px;
        font-family: 'Nunito', sans-serif;
        margin:10px 0;
        color: rgb(60, 59, 65);
    }

    .priencipales div div::before {
        width: 400px;
        height: 320px;
        top: 1%;
        right: -2%;
    }
    .priencipales div + div::before {
        width: 400px;
        height: 300px;
        top: 18%;
        left: -2%;
    }
    
}
@media (max-width:1100px) {
    .priencipales div div ol li {
        font-size: 1.2rem;
        line-height: 22px;
        font-family: 'Nunito', sans-serif;
        margin:10px 0;
        color: rgb(60, 59, 65);
    }

    .priencipales div div img {
        width: 50%;
        z-index: 2;
    }

    .priencipales div div::before {
        width: 400px;
        height: 300px;
        top: 6%;
        right: -2%;
    }
    .priencipales div + div::before {
        width: 400px;
        height: 290px;
        top: 19%;
        left: -2%;
    }
    
}
@media (max-width:1000px) {

    .priencipales div div ul li {
        font-size: 1.15rem;
        line-height: 22px;
        font-family: 'Nunito', sans-serif;
        margin:10px 0;
        color: rgb(60, 59, 65);
    }

    .priencipales div div img {
        width: 45%;
    }

    .priencipales div div::before {
        width: 320px;
        height: 260px;
        top: 8%;
        right: -2%;
    }
    .priencipales div + div::before {
        width: 320px;
        height: 250px;
        top: 23%;
        left: -2%;
    }
    .priencipales div div ul li img {
        width: 50px;
    }
}
@media (max-width:900px) {

    .priencipales h2 {
        font-size: 1.8rem;
    }
    .priencipales div div ul {
        margin:0 15px;
    }
    .priencipales div div ul li {
        font-size: 1.015rem;
        line-height: 20px;
        font-family: 'Nunito', sans-serif;
        margin:8px 0;
        color: rgb(60, 59, 65);
    }
    .priencipales div div ul li i {
        margin:5px 25px 5px 10px;
        font-size: 1.8rem;
        color:#385292 ;
    }
    .priencipales div div ul {
        width:55%;
    }
    .priencipales div div img {
        width: 45%;
    }

    .priencipales div div::before {
        width: 310px;
        height: 200px;
        top: 13%;
        right: -2%;
    }
    .priencipales div + div::before {
        width: 310px;
        height: 200px;
        top: 30%;
        left: -2%;
    }
    
}
@media (max-width:800px) {
    .priencipales div div ul {
        margin:0 11px;
    }
    .priencipales h2 {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }
    .priencipales div div ul li {
        font-size: 1.1rem;
        line-height: 20px;
        font-family: 'Nunito', sans-serif;
        margin:8px 0;
        color: rgb(60, 59, 65);
    }

    .priencipales div div img {
        width: 45%;
    }

    .priencipales div div::before {
        width: 220px;
        height: 170px;
        top: 12%;
        right: -2%;
    }
    .priencipales div + div::before {
        width: 220px;
        height: 170px;
        top: 24%;
        left: -2%;
    }
    .priencipales div div ul li img {
        width: 40px;
    }
}
@media (max-width:720px) {
    .priencipales h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .priencipales div div ul li {
        line-height: 20px;
        font-family: 'Nunito', sans-serif;
        margin:8px 0;
        color: rgb(60, 59, 65);
    }
    .priencipales div div ul li img{
        margin:5px 15px 5px 7px;
    }

    .priencipales div div img {
        width: 45%;
    }

    .priencipales div div::before {
        width: 220px;
        height: 170px;
        top: 21%;
        right: -2%;
    }
    .priencipales div + div::before {
        width: 220px;
        height: 170px;
        top: 32%;
        left: -2%;
    }
    
}
@media (max-width:650px) {
    .priencipales div div ul {
        margin:0 9px;
    }
    .priencipales h2 {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .priencipales div div ul li {
        line-height: 19px;
        font-family: 'Nunito', sans-serif;
        margin:7px 0;
        color: rgb(60, 59, 65);
    }
    .priencipales div div ul li img {
        margin:5px 11px 5px 10px;

    }

    .priencipales div div img {
        width: 45%;
    }

    .priencipales div div::before {
        width: 200px;
        height: 160px;
        top: 18%;
        right: -2%;
    }
    .priencipales div + div::before {
        width: 200px;
        height: 160px;
        top: 28%;
        left: -2%;
    }
    
}
@media (max-width:590px) {

    .priencipales h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .priencipales div div ul {
        width: 60%;
    }
    .priencipales div div ul li {
        line-height: 19px;
        font-family: 'Nunito', sans-serif;
        margin:7px 0;
        color: rgb(60, 59, 65);
    }


    .priencipales div div img {
        width: 40%;
    }

    .priencipales div div::before {
        width: 30%;
        height: 180px;
        top: 20%;
        right: -2%;
    }
    .priencipales div + div::before {
        width:30%;
        height: 180px;
        top: 30%;
        left: -2%;
    }
    
}
@media (max-width:500px) {
    .priencipales div div ul {
        margin:0 5px;
    }
    .priencipales h3 {
        font-size: 1.1rem;
    }
    .priencipales h2 {
        font-size: 1.6rem;
    }
    .priencipales div div ul {
        width: 60%;
    }
    .priencipales div div ul li {
        line-height: 19px;
        font-family: 'Nunito', sans-serif;
        margin:7px 0;
        color: rgb(60, 59, 65);
    }
    .priencipales div div ul li i {
        margin:5px 15px 5px 20px;
        font-size: 1.4rem;
        color:#385292 ;
    }

    .priencipales div div img {
        width: 40%;
    }

    .priencipales div div::before {
        width: 30%;
        height: 190px;
        right: -2%;
    }
    .priencipales div + div::before {
        width:30%;
        height: 190px;
        left: -2%;
    }
    
}
@media (max-width:460px) {
    .priencipales div {
        width: 98%;
        
    }

    .priencipales h2 {
        font-size: 1.4rem;
    }
    .priencipales div div ul {
        width: 60%;
    }
    .priencipales div div ul li {
        font-size: 1rem;
        line-height: 19px;
        font-family: 'Nunito', sans-serif;
        margin:7px 0;
        color: rgb(60, 59, 65);
    }
    

    .priencipales div div img {
        width: 40%;
    }

    .priencipales div div::before {
        width: 30%;
        height: 130px;
        top: 21%;
        right: -2%;
    }
    .priencipales div + div::before {
        width:30%;
        height: 140px;
        top: 31%;
        left: -2%;
    }
    
}
@media (max-width:380px) {
    .priencipales div div {
        height: fit-content;
        margin:0 0 0 10px;
    }
    .priencipales h3 {
        font-size: 1rem;
    }
    .priencipales h2 {
        font-size: 1.3rem;
    }
    .priencipales div div ul {
        width: 90%;
        margin:0 10px 0 0px;
    }
    .priencipales div div ul li {
        font-size: 0.9rem;
        line-height: 19px;
        font-family: 'Nunito', sans-serif;
        margin:7px 0;
        color: rgb(60, 59, 65);
    }
    .priencipales div div ul li i {
        margin:5px 15px 5px 20px;
        color:#385292 ;
    }


    .priencipales div div img {
        width: 40%;
        display: none;
    }
    .priencipales div div ul li img {
        width: 40px;
        margin:5px 10px 5px 10px;
        display: block;
    }

    .priencipales div div::before {
        display: none;
    }
    .priencipales div + div::before {
        display: none;
    }
    
}

