﻿.btnXultophy::before{
    content: "";
    display: block;
    width: 10px;
    height: 17px;
  
    background: #efc2ea; 
    position: absolute;
    margin-top: 5px;
    margin-left: -5px;
    border-radius: 50%;
}

.acordionXultophy .acordion{
    border-bottom: solid 1px #ea2a91;
}

.acordionXultophy .acordion .respuesta{
    padding: 15px 0px;
    margin: auto;
    height: auto;
    opacity: 1;
    transition: all .5s ease-in-out;
}
.acordionXultophy .acordion .respuesta.oculto{
    padding: 0px 0px;
    margin: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.acordionXultophy li{
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.acordionXultophy li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
    position: absolute;
    margin-left: -10px;
    margin-top: 10px;
}
.TyCXultophy h2{
    color: #ea2a91;
    font-size: 1.8rem;
    font-weight: bold;
}
.TyCXultophy p{
    margin-top: 10px;
    margin-bottom: 10px;;
}
.TyCXultophy h3{
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 10px;
}
.TyCXultophy ul li{
    margin-left: 20px;
    margin-bottom: 10px;
}
.TyCXultophy ul li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #ea2a91;
    border-radius: 50%;
    position: absolute;
    margin-left: -13px;
    margin-top: 10px;
}