﻿.bgSolidoEntyvio {
    padding: 50px 0px;
    background: #9A258E;
}
.bgSolidoEntyvio h3{
    color: white;
}
.bgDegradadoEntyvio {
    padding:50px 0px;
    background: rgb(94,25,84);
    background: linear-gradient(0deg, rgba(94,25,84,1) 0%, rgba(154,37,142,1) 100%);
}
.banderaEntyvio {
    width: 130px;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 50% 100%, 0 93%);
    background: rgb(167,43,126);
    background: linear-gradient(0deg, rgba(167,43,126,1) 0%, rgba(184,51,106,1) 25%, rgba(219,67,64,1) 100%);
    
    height:160px;
    z-index: 2;
}
.banderaEntyvio h4 i{
    font-size: 30px;
    font-weight:200;
    letter-spacing:2px;
    color: white;
}
.banderaEntyvio h3{
    font-size: 30px;
    font-weight:bold;
    color: white;
}
.BanderaTextoEntyvio {
    width: calc(100% - 130px);
    position: relative;
    clip-path: polygon( 0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0% );
    background: white;
    padding: 1px 1px 1px 0px;
    height: 145px;
    margin-left: -1px;;
}
.textoRelativoEntyvio {
    height: 100%;
    clip-path: polygon( 0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0% );
    background: rgb(94,25,84);
    background: linear-gradient(0deg, rgba(94,25,84,1) 0%, rgba(154,37,142,1) 100%);
    padding: 10px 35px 10px 0px;
}

.iconoPasosEntyvio{
    width: 80px;
}
.iconoPasosEntyvio img{
    padding: 0px 3px;
    width: 100%;
}
.textoRelativoEntyvio p small{
    line-height:14px;
}
.textoRelativoEntyvioTexto{
    width: calc(100% - 80px);
}
.iconoMovilEntyvio {
    width: 100px;
}
.numeroPasoMovilEntyvio{
    width: calc(100% - 100px);
}
.pasoMovilEntyvio{
    border-bottom: solid 1px #fff;
    padding-bottom:50px;
}
.boxPasosEntyvio {
    position: absolute;
    bottom: 0;
    right:0;
    margin-right:60px;
    background: #DB4340;
    width:460px;
    margin-bottom:-30px;
    padding: 10px;
}
.boxPasosEntyvio p {
    color: white;
    font-size:13px;
}
@media (max-width: 990px) {
    .bgSolidoEntyvio{
        margin-top: 20px;
        background: white;
        padding: 20px 0px;
    }
    .bgSolidoEntyvio h3{
        color: #7B2374;
        font-weight:300 !important;
    }
    .productoEntyvio {
        width: 70%
    }
}
