.capa-sombra-arandano{
    margin: auto;
    width: 100%;
    box-shadow: 4px 6px 20px -5px #2D2C70;
    background-color: transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 50px;
}

.contenedor-producto-arandano .imagen{
    margin: auto;
    width: 100%;
    background-color: #B7B4CF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-left: 3px solid #3C3B7D;
    border-top: 3px solid #3C3B7D;
    border-right: 3px solid #3C3B7D;
    height: 430px;
    max-height: 450px;
    padding-top: 30px;    
}
  
.contenedor-producto-arandano .texto{
    margin: auto;
    background-color: #C0BDD8;
    min-height: 220px;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: 3px solid #3C3B7D;
    border-bottom: 3px solid #3C3B7D;
    border-right: 3px solid #3C3B7D;
    padding: 30px 30px 20px 30px;
}

.contenedor-producto-arandano .texto p{
    color: #000;
    text-align: justify;
    font-size: 13px;
    /*height: 90px;*/
}

.contenedor-producto-arandano .imagen h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold !important;
    font-size: 20px !important;
    color: #6A63A5;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.contenedor-producto-arandano .imagen h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900 !important;
    font-size: 35px !important;
    color: #2D2C70;
    text-transform: uppercase;
}

.contenedor-producto-arandano .texto a{
    text-align: center;
    color:#fff;
    border-radius: 25px;
    background-color: #6760A3;
    font-weight: bold;
    padding: 10px 25px 10px 25px;
    display: block;
    margin: auto;
    text-decoration: none;
    bottom: 15px;
    position: absolute;
    width: 80%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -0%);
}

.contenedor-producto-arandano .texto a:hover{
    text-decoration: none;
}

.underlined {
    position: relative;
    margin-right: 1rem;
}
.underlined:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    height: 17px;
    width: 100%;
    border: solid 5px #fff;
    border-color: #fff transparent transparent transparent;
    border-radius: 50%;
}
.small {
    font-size: 60%;
}
.big {
    font-size: 200%;
}

.capsula-arandano{
    background-color: #C0BDD8;
    border-radius: 70px;
    padding: 10px 30px 10px 10px;
    box-shadow: 4px 6px 20px -5px #2D2C70;
    max-width: 450px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.capsula-arandano .texto{
    padding-top: 15px;
    text-align: left;
}

.capsula-arandano .texto span{
    color: #665FA3;
    text-transform: uppercase;
}

.capsula-arandano .texto p{
    color: #000;
    font-size: 9px;
    font-weight: bold;
}

.btn-seccion-capsula{
    border: 3px solid #fff;
    max-width: 300px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-transform: uppercase;
}

@media (max-width: 750px) {
    
    .capsula-arandano .texto{
        text-align: center;
        padding: 20px 20px 0px 20px;
    }
    .capsula-arandano{
        padding: 20px 20px 20px 20px;
    }

}

@media (max-width: 450px) {
    
    .contenedor-producto-arandano .imagen{
        height: 350px;
        max-height: 350px;
    }
    .contenedor-producto-arandano .texto a{
        font-size: 12px;
        width: 90%;
    }

}