.info{
    max-width: 1200px;
    padding: 25px 50px;
    margin: 20px auto;
    margin-bottom: 50px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}

.info .content .h1,
.info .content h1{
    color: #333333;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration:none;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
}

.info .content h2{
    margin-top: 30px;
    color: #808080;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration:none;
    font-weight: bold;
    font-size: 20px;
}

.info .content h3{
    margin-top: 20px;
    color: #545454;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.info .content .group{
    background: #efefef;
    padding: 10px 20px 10px 0px;
    margin-bottom: 10px;
}

.info .content ul li{
    color: #8c8c8c;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: justify;
}
.info .content p{
    color: #8c8c8c;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    margin: 10px 0px 15px 10px;
    letter-spacing: 1px;
    text-align: justify;
}

.info .content .imagenes{
    width: 100%;
    display: inline;
}

.info .content .imagenes img{
    max-width: 90%;
    height: auto;
    margin: 25px 0px 25px 25px;
    display: block;
    max-height: 400px;
}

.info .content ul{
    margin-left: 40px;
}

.info .content ul p{
    margin: 15px 0px;
}

.info .content iframe{width: 100%;}

.info .content .contacto{
    margin-left: 20px;
    display: flex;
}
.info .content .contacto img{
    max-height: 30px;
}

.banner_img{
    width: 100%;
    height: 360px;
    background-image: url("/tema/img/pont.webp");
    background-size: cover;
    background-position: bottom;
}

@media all and (max-width:725px){
    .info {padding: 0px;box-shadow:none;}
    .info .content .imagenes img{
        height: auto;
        width: 100%;
    }
}
