﻿p {
    line-height: normal;
    margin: auto;
}
.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;
}
.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%, 93.5% 0%, 100% 50%, 93.5% 100%, 0% 100%, 0% 0% );
    background: white;
    padding: 1px 1px 1px 0px;
    height: 145px;
}
.textoRelativoEntyvio {
    height: 100%;
    clip-path: polygon( 0% 0%, 93.5% 0%, 100% 50%, 93.5% 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 0px 0px;
}
.textoRelativoEntyvio h3{
    font-size:20px;
}
.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:50px;
    background: #DB4340;
    width:450px;
    margin-bottom:-30px;
    padding: 10px;
}
.boxPasosEntyvio p {
    color: white;
    font-size:12px;
}
.productoEntyvio{
    width: 100%
}
.btnComprarEntyvio {
    display: block;
    width: 100%;
    background: rgba(219,67,64,1);
    padding: 20px 0px;
    color: #fff !important;
    font-size: 20px;
    border-radius:30px;
    cursor: pointer;
}
.cursorModalEntyvio{
    cursor:pointer;
}
#cuponEntyvio .modal-dialog .modal-content {
    max-width: 500px;
    border-radius: 20px;
}
#cuponEntyvio .modal-dialog .modal-content input{
    width: 90%;
    border:0;
    background: #F4F4F4;
    color: #666666;
    border-radius: 50px;
}
#cuponEntyvio .modal-dialog .modal-content input::placeholder{
    color: #666666;
}
.btnConfirmarEntyvio {
    background: #3FB8CD;
    color: #fff;
    display: block;
    width:250px;
    padding:8px 0px;
    border: 0;
    border-radius:30px;
    margin-top:10px;

}
.btnComprarSinCuponEntyvio {
    background: #666666;
    color: #fff;
    display: block;
    width: 250px;
    padding: 8px 0px;
    border: 0;
    border-radius: 30px;
    margin-top: 10px;
}
@media (max-width: 450px) {
    .iconoMovilEntyvio {
        width: 80px;
    }
    .numeroPasoMovilEntyvio{
        width: calc(100% - 80px);
    }
    .btnComprarEntyvio {
        padding: 15px 0px;
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .boxPasosEntyvio {
        width: 390px;
        margin-bottom: -30px;
    }
}
@media (max-width: 990px) {
    .bgSolidoEntyvio{
        background: white;
    }
    .bgSolidoEntyvio h3{
        color: #7B2374;
        font-weight:300 !important;
    }
    .productoEntyvio {
        width: 70%
    }
}
