.audiocontainer{
display: none;    
}
#contenedor .Box2{
 display:flex;
 justify-content: center;
 width: initial;
}
#contenedor .img{
 margin: auto 29px;
}

#contenedor .img-ayudas img{
 display:none;
 margin-top: 25px;
 text-align: center;
}

#contenedor .img p{ 
 font-family: circe-slab-b, serif;
 font-style: normal;
 font-weight: 700;
 color: #C4453B;
}

#contenedor .txt p{
 font-family: circe, sans-serif;
 font-style: normal;
 font-weight: 300;
 font-size: 13px;
 padding-top: 30px;
 right: -141px;
 width: 950px;
 display: block;
 position: relative;
 margin: 0;    
}




#contenedor .img p:hover{
	color:red;
}

.VisiteEspecial-btn{
    display: block;
    width: 254px;
    height: 30px;
    padding-top: 5px;
    border: none;
    margin: 0px auto;
    background-color: #C4453B;
    font-family: quatro, sans-serif;
    font-size: 1.1rem;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
}

.VisiteEspecial-btn:hover {
    color: #000000;
    background-color: rgba(0,0,0,0);
    border-left: solid 1px #C4453B;
    border-right: solid 1px #C4453B;
    transition: 0.3s;
}