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

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

.degradado-titulo-exito-gullon {
    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-gullon {
    background: #C8D6F0;
    padding: 30px 30px;
    border-radius: 1rem;
}

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

.degradado-gullon {
    background: white;
    background-clip: padding-box;
    border-radius: 0.35em;
    max-width: 95%;
    margin: auto;
    padding: 10px;
}

.degradado-gullon:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -7px;
    border-radius: inherit;
    background-image: linear-gradient(45deg, #127aeb 0%, #e80091 100%);
}

.subtitulo-gullon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.icono-gullon {
    max-width: 50px;
}

.ul-gullon {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.card-colum-gullon {
    display: grid;
    min-height: 400px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 1rem 1rem 0 0;
}

.card-colum-gullon-small {
    display: grid;
    min-height: 350px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 1rem 1rem 0 0;
}

.card-blue {
    background: var(--caso-exito-azul);
}

.card-gray {
    background: #f3f2f2;
}

.border-grey-gullon {
    border: 7px solid #f3f2f2;
    border-radius: 1rem;
}

.border-blue-gullon {
    border: 7px solid var(--caso-exito-azul);
    border-radius: 1rem;
}

.border-bottom-gullon {
    border-bottom: 1px solid darkgrey;
}

.padding-item-gullon {
    padding: 15px 20px;
}

.item-gullon {
    margin-left:3%;
}

.item-text-gullon {
    margin-left: -4%;
}

.apartado-cita-gullon {
    background:  #f0f5fa;
    padding: 20px;
}

.icono-gullon-cita {
    max-width: 70px;
}

.gullon-cita {
    margin-top: 40%;
}

.line-25 {
    line-height: 2.5rem;
}

.fondo-ia-turnos {
    background: #127aeb;
    border-radius: 1rem;
    padding: 20px 20px;
}

.degradado-card-exito-gullon {
    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-gullon {
    border-radius: 1.5rem;
}

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

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

.degradado-poligono-exito-gullon {
    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-gullon {
    background: #433864 !important;
    text-transform:initial; 
    color: white;
	border: 1px solid #433864 !important;
    padding: 20px 20px;
    border-radius: 1.5rem;
}

.btn-exito-gullon:hover, .btn-exito-gullon:focus,
.link-exito-gullon:hover, .link-exito-gullon:focus {
    background: rgb(5,173,130) !important;
}
.btn-exito-gullon:hover {
    color: white !important;
    border-color:  rgb(5,173,130) !important;
}

.degradado-gullon .row {
    display: flex;
    align-items: stretch;
}


.degradado-gullon > .row > .col-12 > .row {
    display: flex;
    align-items: stretch;
}

.color-texto{
    color: #127aeb;
}

.fondo-ia-turnos {
    background: rgba(18, 122, 235, 0.08);
    border-radius: 1rem;
    padding: 20px 20px;
}



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

    .img-roberto-gullon {
        max-width: 300px;
    }

    .border-blue-gullon, 
    .border-grey-gullon {
        margin-top: 20px;
    }
    .card-colum-gullon-small {
        min-height: 275px;
    }

 }

 @media (max-width: 425px) { 
    .gullon-cita {
        margin-top: 5%;
    }
    .row-resumen-resultados-gullon {
        margin-bottom: 20px;
    }
    .item-gullon, 
    .item-text-gullon {
        margin-left:0;
    }



 }
