/*-----------------  Pie 1 -------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



/*-----------------  Pie 2 -------------------*/
.pie .pie2 {
    background: #172762;
    padding: 55px 40px 40px 40px;
}

.pie .pie2 .pie2border {
    margin: 20px 40px 0px 40px;
    position: relative;
    /* border-bottom: 1px solid #e8e8e8; */
}

.pie .pie2 .pie2border .contentpie2 {
    width: 220px;
    margin: 0px 20px 20px 20px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.pie .primero {
    width: 400px !important;
}

.pie .primero p {
    color: white;
    margin-top: 22px;
}

.pie .arrow {
    position: absolute;
    right: -70px;
}

.pie .arrowfixed{
	position: fixed;
    bottom: 75px;
    right: 28px;
    cursor: pointer;
    height: 50px;
    z-index: 9;
}

.pie .primero .h2,
.pie .primero h2 {
    font-family: 'Roboto';
    margin: 20px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2395D2;
}

.pie .pie2 .pie2border label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    
    /* Colores Lacotex / Celeste */
    color: #2395D2;
    
}


.pie .pie2 .pie2border a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.08em;
    color: #D2D2D2;
}
/*-----------------  Pie 3 -------------------*/
.pie .pie3 {
    /* background: #fafafa; */
    padding: 0px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    text-align: center;
}

.pie .pie3 .contentpie3 {
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}

.pie .pie3 .logopie {
    margin: 20px 20px 20px 0px;
    display: inline-block;
    height: 50px;
}

.pie .pie3 #logopie {
    height: 100%;
    margin: 0px;
}

.pie .pie3 label {
    text-decoration: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #b3b3b3;
    font-size: 12px;
    /* margin-top: 38px; */
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}

.pie .pie3 img {
    height: 12px;
    margin: 41px 15px;
}
/* 
.blocks {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.block p,
.block strong {
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.block {
    border-radius: 0 96px 0 0;
    background-color: #FAFAFA;
    padding: 20px;
    width: 395px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 340px;
}

.block .header {
    display: flex;
    margin-bottom: 35px;
}

.block .header svg {
    margin-right: 10px;
}

.block .header p strong {
    font-size: 21px;
}

.block .header p {
    text-align: left;
    color: #172762;
}

.block p.text {
    color: #5A5A5A;
    margin-bottom: 35px;
    letter-spacing: 0.8px;
    min-height: 113px;
}

.block p.info {
    color: #172762;
    font-weight: bold;
    cursor: pointer;
} */



/* @media all and (max-width:1445px) {
    .pie .arrow {
        right: -36px;
    }
} */


.pie .subencion{
    margin-bottom: 50px;
}

.pie .subencion p {
    font-size: 12px;
    text-align: left;
    color: #6c6c6c;
    text-align: center;
    max-width: 1600px;
    margin: auto;
}

.pie .subencion .subencion1{
    border-top: 1px solid #ededed;
    padding: 20px 30px 0px 30px;
}

.pie .subencion .subencion2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
}

.pie .subencion .subencion2 img{
    max-width: 200px;
    max-height: 80px;
    margin: 10px;
}


@media all and (max-width:600px) {
    .pie .pie2 {
        padding: 30px 5px 30px 5px;
    }

    .pie .pie2 .pie2border .contentpie2 {
        width: auto !important;
    }

    .pie .arrow {
        right: -16px;
    }

    .pie .subencion .subencion2{
        flex-direction: column;
        align-items: center;
    }
}


@media all and (max-width:440px) {
    .pie .pie2 .pie2border {
        margin: 9px 20px 0px 20px;
    }

    .pie .arrow {
        right: 0px;
    }
}


@media screen and (max-width: 725px) {
    .pie .pie3 .contentpie3 {
        margin-bottom: 23px;
    }
}


@media screen and (max-width: 767px) {
    .blocks {
        flex-direction: column;
        align-items: center;
    }

    .block {
        max-width: 100%;
        margin: 15px 0;
    }
}


/* @media all and (max-width:1380px) {
    .pie .arrow {
        bottom: -5px;
    }
} */


@media all and (max-width:1185px) {

    .pie .pie3 {
        height: auto;
        flex-wrap: wrap-reverse;
    }

    .pie .arrowfixed{
		right: 26px;
        bottom: 74px;
    }

}



@media all and (max-width:725px) {
    .pie .pie3 .contentpie3 {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    .pie .pie3 .logopie {
        margin: 20px 0px 20px 0px;
        height: 60px;
    }

    .pie .pie3 label {
        margin-top: 0px;
        font-size: 16px;
    }

    .pie .pie1 .contentpie1 {
        width: 100%;
        display: block;
    }
}
