.background-exito-ikea {
    background-color: #b14197;
}

.img-exito-ikea {
    max-width: 200px;
}

.degradado-titulo-exito-ikea {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.375875350140056) 42%, rgba(222,103,190,1) 100%);
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	padding-top: 30px;
    padding-right: 50%;
    padding-left: 50%;
	position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 50%;
	left: 25%;
	position: absolute;
	top: 10%;
	width: 50%;
}

.blue-exito-ikea {
    background: #C8D6F0;
    padding: 30px 30px;
    border-radius: 1rem;
}

.hr-exito-ikea {
    border-top: 3px solid rgba(0, 0, 0, 0.65);
}

.degradado-card-exito-ikea {
    padding: 20px 20px;
    border-radius: 1.5rem;
    background: rgba(222,103,190,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(222,103,190,1) 0%, rgba(222,103,190,0.9) 18%, rgba(222,103,190,0.7) 55%, rgba(222,103,190,0.57) 79%, rgba(255,255,255,0.46) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(222,103,190,1)), color-stop(18%, rgba(222,103,190,0.9)), color-stop(55%, rgba(222,103,190,0.7)), color-stop(79%, rgba(222,103,190,0.57)), color-stop(100%, rgba(255,255,255,0.46)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(222,103,190,1) 0%, rgba(222,103,190,0.9) 18%, rgba(222,103,190,0.7) 55%, rgba(222,103,190,0.57) 79%, rgba(255,255,255,0.46) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(222,103,190,1) 0%, rgba(222,103,190,0.9) 18%, rgba(222,103,190,0.7) 55%, rgba(222,103,190,0.57) 79%, rgba(255,255,255,0.46) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(222,103,190,1) 0%, rgba(222,103,190,0.9) 18%, rgba(222,103,190,0.7) 55%, rgba(222,103,190,0.57) 79%, rgba(255,255,255,0.46) 100%);
    background: radial-gradient(ellipse at center, rgba(222,103,190,1) 0%, rgba(222,103,190,0.9) 18%, rgba(222,103,190,0.7) 55%, rgba(222,103,190,0.57) 79%, rgba(255,255,255,0.46) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de67be', endColorstr='#ffffff', GradientType=1 );
}

.card-exito-ikea {
    border-radius: 1.5rem;
}

.estrella-exito-ikea {
    font-size: 45px;
    color: gold;
}

.poligono-exito-ikea {
    max-width: 95%;
    filter: url(#round);
}

.degradado-poligono-exito-ikea {
    background: rgb(5,173,130);
    background: linear-gradient(45deg, rgba(5,173,130,1) 0%, rgba(202,83,154,1) 100%);
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    
    max-height: 315px;
    border-radius: 1rem;
    max-width: 90%;
    margin: auto;
}

.btn-exito-ikea {
    background: #433864 !important;
    text-transform:initial; 
    color: white;
	border: 1px solid #433864 !important;
    padding: 20px 20px;
    border-radius: 1.5rem;
}

.btn-exito-ikea:hover, .btn-exito-ikea:focus,
.link-exito-ikea:hover, .link-exito-ikea:focus {
    background: rgb(5,173,130) !important;
}
.btn-exito-ikea:hover {
    color: white !important;
    border-color:  rgb(5,173,130) !important;
}
.img-poligono-exitoikea {
    max-height: 300px;
}

@media (max-width: 768px) { 
    .degradado-poligono-exito-ikea {
        clip-path: none;
        max-height: 325px;
    }
    .img-poligono-exitoikea {
        display: none;
    }

 }
